footer {
    width: 100%;
    min-height:280px;
    padding: 40px;
    margin-top: 45px;
    background-color: rgb(36, 36, 36);
    color: rgb(189, 189, 189);
}

footer i {
    color: #fff !important;
}

footer .logo img {
    width: 10%;
    min-height: 40px;
}

footer .social a {
    /* text-decoration: none; */
    color: #fff;
}

.recuo {
    margin-left: 2.4rem;
}

/* Dispositivos pequenos (smartphones, 544px a baixo) */
@media(max-width: 767px) {
    .recuo { margin-left: 0; }
    .social { margin-top: 10%; text-align: center; }
}

/* @media(min-width: 1200px) {
    .recuo {
        margin-left: 2.4rem;
    }
} */