:root {
    --gv-footer-brand: #ef4428;
    --gv-footer-bg: #0d1217;
    --gv-footer-line: rgba(255, 255, 255, 0.09);
    --gv-footer-text: #aab1bb;
    --gv-footer-link: #b6bdc6;
}

.footer {
    background: var(--gv-footer-bg) !important;
    border-color: var(--gv-footer-line) !important;
    color: var(--gv-footer-text);
    padding-top: 35px !important;
    padding-bottom: 24px !important;
}

.footer h5 {
    color: #fff;
    font-size: 1rem;
}

.footer .espaco {
    display: inline-block;
    padding: 7px 0 !important;
}

.footer a {
    color: var(--gv-footer-link) !important;
    text-decoration: none !important;
}

.footer a:hover,
.footer a:focus,
.footer i {
    color: var(--gv-footer-brand) !important;
}

.footer .fas,
.footer .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    width: auto;
    min-width: 0;
}

.footer .fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    width: auto;
    min-width: 0;
}

.footer .fa-2x {
    font-size: 25.6px !important;
}

.footer .fa-home::before {
    content: "\f015";
}

.footer .fa-whatsapp::before {
    content: "\f232";
}

.footer .fa-facebook-f::before {
    content: "\f39e";
}

.footer .fa-youtube::before {
    content: "\f167";
}

.footer .fa-instagram::before {
    content: "\f16d";
}

.footer .fa-telegram-plane::before {
    content: "\f2c6";
}

.footer .row.border-top {
    align-items: center;
    border-color: var(--gv-footer-line) !important;
    padding-top: 24px !important;
}

.footer .menu-footer li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.035);
}

@media (max-width: 767px) {
    .footer .col-sm-3 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .footer .row.border-top {
        text-align: center;
    }

    .footer .row.border-top img {
        margin-bottom: 12px;
    }
}
