/* =========================================================
   RODAPÉ OFICIAL
   APÓSTOLA PATRICIA SANTANA
========================================================= */

.footer-premium,
.footer-premium * {
    box-sizing: border-box;
}

.footer-premium {
    width: 100%;
    margin: 0;
    padding: 0;

    background:
        radial-gradient(
            ellipse at 50% 35%,
            rgba(217, 154, 39, 0.055) 0%,
            rgba(217, 154, 39, 0.018) 35%,
            transparent 65%
        ),
        #070706;

    color: #ffffff;

    border-top: 1px solid rgba(217, 154, 39, 0.65);

    font-family: "Montserrat", Arial, sans-serif;

    overflow: hidden;
}


/* =========================================================
   CONTEÚDO PRINCIPAL
========================================================= */

.footer-premium-inner {
    width: min(1420px, 92%);
    margin: 0 auto;

    padding: 38px 0 36px;

    display: grid;

    grid-template-columns:
        minmax(170px, 0.82fr)
        minmax(390px, 1.65fr)
        minmax(200px, 0.92fr)
        minmax(230px, 1fr);

    align-items: stretch;

    gap: 0;
}


/* =========================================================
   COLUNAS
========================================================= */

.footer-premium-column {
    min-width: 0;

    position: relative;

    padding: 10px 38px;
}


/* LINHAS VERTICAIS */

.footer-premium-column + .footer-premium-column {
    border-left: 1px solid rgba(217, 154, 39, 0.43);
}


/* =========================================================
   TÍTULOS
========================================================= */

.footer-premium-column h4 {
    margin: 0;

    color: #d99a27;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 18px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: 2.2px;

    text-transform: uppercase;
}


/* LINHA ABAIXO DOS TÍTULOS */

.footer-heading-line {
    display: block;

    width: 44px;
    height: 2px;

    margin: 14px 0 21px;

    background: #d99a27;
}


/* =========================================================
   LINKS
========================================================= */

.footer-links {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 14px;
}


.footer-links a {
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #e7e1d9;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.35;

    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.footer-links a:hover {
    color: #d99a27;

    transform: translateX(3px);
}


/* =========================================================
   BLOCO CENTRAL
========================================================= */

.footer-brand-center {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    text-align: center;

    padding-top: 0;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo-link {
    display: flex;

    width: 100%;

    align-items: center;

    justify-content: center;

    margin: -14px auto 6px;

    padding: 0;

    line-height: 0;

    text-decoration: none;
}


.footer-logo-img {
    display: block;

    width: 100%;

    max-width: 355px;

    height: auto;

    margin: 0 auto;

    padding: 0;

    object-fit: contain;

    object-position: center;
   margin-left: 30px;
}


/* =========================================================
   IMPORTANTE
   NÃO MOSTRAR A ANTIGA LINHA / LOSANGO
========================================================= */

.footer-diamond,
.footer-center-line {
    display: none !important;
}


/* =========================================================
   ENSINO • LIBERTAÇÃO • CURA • RESTAURAÇÃO
========================================================= */

.footer-ministry-line {
    width: 100%;

    max-width: 410px;

    margin: 3px auto 0;

    padding: 0;

    color: #eee7de;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 15px;
    font-weight: 600;

    line-height: 1.55;

    letter-spacing: 3.8px;

    text-align: center;

    text-transform: uppercase;
}


/* =========================================================
   FRASE ABAIXO
========================================================= */

.footer-ministry-subtitle {
    width: 100%;

    max-width: 370px;

    margin: 7px auto 0;

    padding: 0;

    color: #b8a58a;

    font-family: "Cormorant Garamond", Georgia, serif;

    font-size: 17px;
    font-weight: 500;

    font-style: italic;

    line-height: 1.45;

    text-align: center;
}


/* =========================================================
   REDES SOCIAIS
========================================================= */

.footer-social {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 0;
}


.footer-social a {
    width: 40px;
    height: 40px;

    margin: 0;
    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d99a27;

    border-radius: 50%;

    color: #d99a27;

    background: transparent;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 15px;
    font-weight: 700;

    line-height: 1;

    text-decoration: none;

    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}


.footer-social a:hover {
    color: #070706;

    background: #d99a27;

    transform: translateY(-2px);
}


/* =========================================================
   TEXTO DAS REDES
========================================================= */

.footer-social-text {
    max-width: 230px;

    margin: 20px 0;

    padding: 0;

    color: #aaa199;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 10px;
    font-weight: 300;

    line-height: 1.65;
}


/* =========================================================
   BOTÃO WHATSAPP
========================================================= */

.footer-whatsapp {
    width: fit-content;

    min-width: 188px;
    min-height: 42px;

    margin: 0;

    padding: 0 18px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    border: 1px solid #d99a27;

    border-radius: 30px;

    background: transparent;

    color: #e2ad3d;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 10px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.2px;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


.footer-whatsapp-icon {
    display: block;

    width: 15px;
    height: 15px;

    flex: 0 0 15px;

    color: #d99a27;
}


.footer-whatsapp-arrow {
    margin-left: 3px;

    font-size: 14px;

    line-height: 1;
}


.footer-whatsapp:hover {
    background: #d99a27;

    color: #070706;

    transform: translateY(-2px);
}


.footer-whatsapp:hover .footer-whatsapp-icon {
    color: #070706;
}


/* =========================================================
   PARTE INFERIOR
========================================================= */

.footer-premium-bottom {
    width: 100%;

    border-top: 1px solid rgba(217, 154, 39, 0.78);

    background: rgba(0, 0, 0, 0.18);
}


.footer-premium-bottom-inner {
    width: min(1420px, 92%);

    min-height: 56px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    color: #8e8881;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 9px;
    font-weight: 300;

    line-height: 1.4;
}


/* =========================================================
   PRIVACIDADE / TERMOS
========================================================= */

.footer-legal {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 14px;
}


.footer-legal a {
    margin: 0;
    padding: 0;

    color: #8e8881;

    font-family: "Montserrat", Arial, sans-serif;

    font-size: 9px;

    text-decoration: none;

    transition: color 0.25s ease;
}


.footer-legal a:hover {
    color: #d99a27;
}


.footer-legal-divider {
    color: #a46e18;
}


/* =========================================================
   NOTEBOOK / TELA MÉDIA
========================================================= */

@media (max-width: 1180px) {

    .footer-premium-inner {
        width: 94%;

        grid-template-columns:
            minmax(145px, 0.8fr)
            minmax(330px, 1.5fr)
            minmax(175px, 0.9fr)
            minmax(190px, 1fr);
    }


    .footer-premium-column {
        padding-left: 24px;
        padding-right: 24px;
    }


    .footer-logo-img {
        max-width: 320px;
    }


    .footer-ministry-line {
        font-size: 13px;

        letter-spacing: 3px;
    }


    .footer-social-text {
        max-width: 200px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .footer-premium-inner {
        width: min(760px, 90%);

        padding: 42px 0 36px;

        grid-template-columns: 1fr 1fr;

        gap: 40px 0;
    }


    .footer-premium-column {
        padding: 0 34px;
    }


    .footer-premium-column + .footer-premium-column {
        border-left: none;
    }


    /* LOGO PRIMEIRO */

    .footer-brand-center {
        order: -1;

        grid-column: 1 / -1;

        padding-bottom: 12px;

        border-left: none !important;
    }


    .footer-logo-img {
        max-width: 340px;
    }


    .footer-ministry-line {
        max-width: 410px;

        font-size: 14px;

        letter-spacing: 3px;
    }


    .footer-ministry-subtitle {
        font-size: 14px;
    }


    /* COLUNAS INFERIORES */

    .footer-ministry-column,
    .footer-social-column {
        border-left: 1px solid rgba(217, 154, 39, 0.38);
    }


    .footer-premium-bottom-inner {
        width: 90%;
    }

}


/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 620px) {

    .footer-premium {
        text-align: center;
    }


    .footer-premium-inner {
        width: 86%;

        padding: 38px 0 32px;

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 34px;
    }


    .footer-premium-column {
        width: 100%;

        padding: 0;

        border-left: none !important;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    /* LOGO */

    .footer-brand-center {
        order: -1;

        width: 100%;

        padding: 0 0 4px;
    }


    .footer-logo-link {
        width: 100%;

        margin: 0 auto 6px;
    }


    .footer-logo-img {
        width: 100%;

        max-width: 290px;

        margin: 0 auto;
    }


    .footer-ministry-line {
        max-width: 320px;

        margin: 3px auto 0;

        font-size: 11px;

        line-height: 1.75;

        letter-spacing: 2.2px;
    }


    .footer-ministry-subtitle {
        max-width: 280px;

        margin-top: 7px;

        font-size: 12px;
    }


    /* TÍTULOS */

    .footer-premium-column h4 {
        font-size: 17px;

        text-align: center;
    }


    .footer-heading-line {
        width: 42px;

        margin: 12px auto 19px;
    }


    /* LINKS */

    .footer-links {
        width: 100%;

        align-items: center;

        gap: 12px;
    }


    .footer-links a {
        font-size: 12px;

        text-align: center;
    }


    /* REDES */

    .footer-social {
        justify-content: center;

        margin: 0 auto;
    }


    .footer-social-text {
        max-width: 270px;

        margin: 19px auto;

        text-align: center;
    }


    .footer-whatsapp {
        margin: 0 auto;
    }


    /* BASE */

    .footer-premium-bottom-inner {
        width: 86%;

        min-height: auto;

        padding: 19px 0;

        flex-direction: column;

        justify-content: center;

        gap: 11px;

        text-align: center;
    }


    .footer-legal {
        justify-content: center;

        flex-wrap: wrap;
    }

}


/* =========================================================
   CELULAR PEQUENO
========================================================= */

@media (max-width: 420px) {

    .footer-premium-inner {
        width: 84%;

        padding-top: 34px;

        gap: 31px;
    }


    .footer-logo-img {
        max-width: 255px;
    }


    .footer-ministry-line {
        max-width: 285px;

        font-size: 10px;

        line-height: 1.75;

        letter-spacing: 1.7px;
    }


    .footer-ministry-subtitle {
        max-width: 260px;

        font-size: 11px;
    }


    .footer-premium-column h4 {
        font-size: 16px;
    }


    .footer-social a {
        width: 39px;
        height: 39px;
    }


    .footer-whatsapp {
        min-width: 180px;

        min-height: 41px;

        padding: 0 16px;
    }


    .footer-premium-bottom-inner,
    .footer-legal a {
        font-size: 8px;
    }

}
