footer {
    background-color: rgba(21,28,45,1.0);
    margin: 0px;
    padding: 10px;
    color: #fff;
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer {
    /*margin: 18px;
	padding: 0px;
	position: relative;*/
}

    .footer h2 {
        font-size: 22px;
    }

    .footer p {
    }

    .footer img.logoRodape {
        /*position: absolute;*/
        /*right: 0px;*/
        /*top: -10px;*/
        margin-left: 150px;
        transition: 0.5s ease;
        width: 40%;
    }

        .footer img.logoRodape:hover {
            /*position: absolute;*/
            /*right: 14px;*/
            margin-left: 130px;
        }

footer .redesSociais img {
    width: 40px;
    height: auto;
    transition: 0.5s ease;
}

    footer .redesSociais img:hover {
        width: 40px;
        height: auto;
        opacity: 0.5;
        transition: 0.5s ease;
    }

footer .redesSociais li {
    display: inline;
    float: left;
}



@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 765px) {
}

@media only screen and (max-width: 600px) {
}
