.site-footer {
    padding: 64px 0 28px;
    color: #FFF;
    background: var(--institutional-blue);
}

.site-footer__main {
    padding-bottom: 44px;
}

.site-footer__column {
    padding-top: 4px;
}

.site-footer__column::before {
    display: block;
    width: 42px;
    height: 1px;
    margin-bottom: 22px;
    background: rgba(215, 179, 106, 0.55);
    content: "";
}

.site-footer__logo {
    width: 150px;
    margin-bottom: 22px;
}

.site-footer p,
.site-footer__contact,
.site-footer__consultant span,
.site-footer__bottom {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
    margin: 0;
}

.site-footer__links,
.site-footer__contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer__links li + li,
.site-footer__contact li + li {
    margin-top: 12px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.site-footer a:hover {
    color: #D7B36A;
}

.site-footer__contact li,
.site-footer__consultant,
.site-footer__whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer__contact i {
    color: #D7B36A;
}

.site-footer__consultant {
    margin-bottom: 18px;
}

.site-footer__consultant img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.site-footer__consultant strong,
.site-footer__consultant span {
    display: block;
}

.site-footer__consultant strong {
    color: #FFF;
}

.site-footer__whatsapp {
    display: inline-flex;
    color: #0B2E13;
    background: #25D366;
    border: 1px solid #25D366;
    border-radius: 50px;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 9px 16px;
}

.site-footer__whatsapp:hover {
    color: #0B2E13;
    background: #20BD5A;
    border-color: #20BD5A;
}

.site-footer__bottom {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.86rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .site-footer {
        text-align: center;
    }

    .site-footer__contact li,
    .site-footer__consultant,
    .site-footer__whatsapp,
    .site-footer__bottom {
        justify-content: center;
    }

    .site-footer__column::before {
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer__bottom {
        flex-wrap: wrap;
    }
}
