footer #logoBrand {
    width: 12vw;
    min-width: 150px;
}

footer a:not(.footer-img) {
    text-decoration: none;
    transition: .1s ease-in-out;
}


.copyright a:hover {
    color: var(--copyright-color) !important;
    opacity: 0.5;
}

footer .footer-social i {
    font-size: 2.5vh;
    transition: .1s ease-in-out;
    color: var(--semcars-light-color) !important;
}

footer .footer-social i:hover {
    color: var(--semcars-white-color) !important;
}