/* Rodape: camada isolada para evitar conflitos com os componentes das paginas. */
.site-footer {
    overflow: hidden;
}

@media (min-width: 1025px) {
    .site-footer {
        padding-top: 50px;
        color: #696969;
        background: #f5f5f5;
        border-top: 1px solid #d9d9d9;
        font-family: "Inter", sans-serif;
        font-size: 14px;
    }

    .site-footer .footer-contact-section,
    .site-footer .footer-container,
    .site-footer .sub-footer-flex {
        width: calc(100% - 224px);
        max-width: 1216px;
        padding-right: 0;
        padding-left: 0;
    }

    .site-footer .footer-contact-section {
        margin: 0 auto 34px;
        padding: 0 0 50px;
        border-bottom: 1px solid #d8d8d8;
    }

    .site-footer .footer-contact-grid {
        gap: 32px;
    }

    .site-footer .contact-card {
        min-height: 215px;
        padding: 24px 23px 20px;
        border: 0;
        border-radius: 15px;
        box-shadow: none;
    }

    .site-footer .contact-card h3 {
        min-height: 45px;
        margin: 0;
        color: #0b0b0b;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .site-footer .contact-card-content {
        flex: 1;
        margin: 10px 0 0;
        padding: 10px 0;
        color: #696969;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        font-size: 14px;
        line-height: 20px;
    }

    .site-footer .contact-card-link {
        margin-top: 10px;
        color: #ed1c24;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .site-footer .footer-container {
        grid-template-columns: 240px 190px 160px 280px;
        justify-content: space-between;
        gap: 32px;
    }

    .site-footer .coluna-logo img {
        width: 152px;
        height: auto !important;
        margin-bottom: 27px !important;
    }

    .site-footer .footer-col h4,
    .site-footer .title-redes {
        margin-bottom: 14px;
        color: #0b0b0b;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .site-footer .footer-col ul li {
        margin-bottom: 7px;
        line-height: 20px;
    }

    .site-footer .col-institucional-links {
        gap: 0;
        margin-bottom: 38px;
    }

    .site-footer .footer-sub-block {
        margin-bottom: 22px;
    }

    .site-footer .social-wrapper {
        gap: 12px;
    }

    .site-footer .social-circle {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }

    .site-footer .sub-footer {
        min-height: 70px;
        margin-top: 32px;
        padding: 23px 0;
        background: #0b0b0b;
        font-size: 14px;
        line-height: 24px;
    }

    .site-footer .sub-footer-flex {
        justify-content: center;
    }
}

.site-footer .footer-contact-grid,
.site-footer .footer-container,
.site-footer .footer-col,
.site-footer .contact-card {
    min-width: 0;
}

.site-footer .footer-contact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-footer .footer-container {
    grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(0, 1.5fr));
}

.site-footer .col-institucional-links {
    list-style: none;
    padding: 0;
}

.site-footer .col-institucional-links li {
    margin: 0;
}

.site-footer .contact-card h3,
.site-footer .contact-card-content,
.site-footer .footer-col a {
    overflow-wrap: anywhere;
}

.site-footer .social-wrapper {
    flex-wrap: wrap;
}

.site-footer .accordion-header {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
}

.site-footer .sub-footer-flex {
    justify-content: space-between;
    gap: 24px;
}

@media (min-width: 768px) {
    .site-footer .accordion-content {
        display: block !important;
    }

    .site-footer .arrow-mobile,
    .site-footer .link-loja-mobile {
        display: none !important;
    }

    .site-footer .desktop-only {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .site-footer {
        padding-top: 56px;
    }

    .site-footer .footer-contact-grid,
    .site-footer .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-container {
        gap: 42px 32px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-top: 40px;
    }

    .site-footer .footer-contact-section,
    .site-footer .footer-container,
    .site-footer .sub-footer-flex {
        width: calc(100% - 48px) !important;
        max-width: none;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .site-footer .footer-contact-section {
        margin: 0 auto 36px;
        padding-bottom: 36px !important;
    }

    .site-footer .footer-contact-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .site-footer .contact-card {
        min-height: 0;
        padding: 22px 20px;
        border-radius: 14px;
    }

    .site-footer .contact-card h3 {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .site-footer .contact-card-content {
        margin-bottom: 12px;
        padding-top: 12px;
    }

    .site-footer .contact-card-link {
        min-height: 44px;
    }

    .site-footer .footer-container {
        display: block !important;
        margin: 0 auto;
    }

    .site-footer .coluna-logo {
        align-items: flex-start;
        margin-bottom: 32px;
        text-align: left;
    }

    .site-footer .coluna-logo img {
        order: 1;
        width: auto;
        max-width: 180px;
        height: auto !important;
        margin-bottom: 24px !important;
    }

    .site-footer .coluna-logo .col-institucional-links {
        order: 2;
        align-items: flex-start;
        margin-bottom: 24px;
        gap: 10px;
    }

    .site-footer .coluna-logo .title-redes {
        display: block;
        order: 3;
        margin-bottom: 12px;
    }

    .site-footer .coluna-logo .social-wrapper {
        order: 4;
        margin-bottom: 0;
    }

    .site-footer .social-circle {
        width: 40px;
        height: 40px;
    }

    .site-footer .footer-sub-block {
        margin-bottom: 0;
    }

    .site-footer .accordion-item,
    .site-footer .accordion-item:first-of-type {
        border-top: 0;
        border-bottom: 1px solid #d4d4d4 !important;
    }

    .site-footer .footer-col:not(.coluna-logo):first-of-type .accordion-item:first-child,
    .site-footer .footer-container > .footer-col:nth-child(2) .accordion-item:first-child {
        border-top: 1px solid #d4d4d4;
    }

    .site-footer .accordion-header,
    .site-footer .link-loja-mobile {
        display: flex !important;
        min-height: 58px;
        align-items: center;
        justify-content: space-between;
        padding: 14px 0;
        border: 0;
        color: #111;
        cursor: pointer;
        text-decoration: none;
    }

    .site-footer .accordion-header h4 {
        margin: 0;
    }

    .site-footer .accordion-content {
        display: none;
        padding: 2px 0 14px;
    }

    .site-footer .accordion-item.active .accordion-content {
        display: block;
    }

    .site-footer .accordion-content li {
        margin-bottom: 0;
    }

    .site-footer .accordion-content a {
        display: block;
        padding: 8px 0;
    }

    .site-footer .arrow-mobile {
        display: block;
        transition: transform 0.2s ease;
    }

    .site-footer .desktop-only {
        display: none !important;
    }

    .site-footer .link-loja-mobile {
        font-weight: 700;
    }

    .site-footer .sub-footer {
        margin-top: 36px;
        padding: 24px 0;
    }

    .site-footer .sub-footer-flex {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin: 0 auto;
        line-height: 1.6;
        text-align: center;
    }

    .site-footer .sub-footer-flex > div:first-child {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }
}

@media (max-width: 380px) {
    .site-footer .footer-contact-section,
    .site-footer .footer-container,
    .site-footer .sub-footer-flex {
        width: calc(100% - 40px) !important;
    }
}

@media (min-width: 1025px) {
    .site-footer .footer-container {
        grid-template-columns: 240px 190px 160px 280px;
    }

    .site-footer .sub-footer-flex {
        justify-content: center;
    }
}
