/* RODAPÉ */

/* DEBUG TEMPORÁRIO */
.site-footer {
    background-color: red !important;
    border: 3px solid yellow !important;
}

.footer-container {
    background-color: blue !important;
    color: white !important;
}

.rodape-informativo {
    display: flex;
    padding: 80px;
    gap: 80px;
    justify-content: center;
    align-items: center;
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
	margin-top: -10px;
}

.rodape-informativo button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    letter-spacing: 0.56px;
    text-transform: uppercase !important;
    transition: all 0.3s ease;
}

.rodape-informativo button:hover {
    background: var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.rodape-informativo p {
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.botao-jmendes {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.botao-jmendes:hover {
    background: var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.rodape {
    display: flex;
    padding: 80px 300px 25px 300px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: url("../images/simbolo-ataia-rodape.png"),
        var(--Atai-Inst---Verde-Verde-700, #01241d);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 75%;
}

.menu-rodape {
    width: 100%;
}

.menu.ativo {
    padding-bottom: 8px;
    border-bottom: 3px solid var(--Atai-Inst---Terra-Terra-Main, #b58150);
}

.menu-rodape ul {
    display: flex;
    justify-content: space-between;
}

.menu-rodape li {
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: "Janson Text LT Std";
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
}

.linha-divisao {
    width: 100%;
    height: 1px;
    background: #013a2f;
}

.btns-infos {
    margin: 44px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

.btns-infos a {
    white-space: nowrap;
}

.btns-infos button,
.botao-info {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.56px;
    text-transform: uppercase !important;
    transition: all 0.3s ease;
}

.btns-infos button:hover,
.botao-info:hover {
    background: var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.botao-info:hover svg path {
    fill: #014d3d;
}

.contatos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
}

.estande,
.email,
.wpp {
    display: flex;
    gap: 20px;
    align-items: center;
}

.infos-estande {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.infos-estande h3 {
    color: var(--Atai-Inst---Terra-Terra-Main, #b58150);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.infos-estande p {
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
}

.mail-wpp {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mail-wpp p {
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
}

.social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 30%;
}

.social p {
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.redes-sociais {
    display: flex;
    gap: 20px;
    align-items: center;
}

.logo img {
    width: 250px;
}

.logo {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.logo p {
	white-space: nowrap;
	margin-top: -8px;
}

.social p {
	white-space: nowrap;
}

/* MODELO 2 PRE RODAPÉ */

.rodape-cta {
    display: flex;
    justify-content: center;
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
    width: 100%;
    gap: 40px;
    padding: 150px 0;
}

.cta-contato {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #fff);
    background: var(--Atai-Inst---Terra-Terra-Main, #b58150);
    width: 50%;
}

.cta-contato h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    text-align: center;
    font-family: "Janson Text LT Std";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 155% */
}

.cta-contato p {
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.cta-contato button {
    display: flex;
    width: 426px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.cta-contato button:hover {
    background: var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---Terra-Terra-Main, #b58150);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.sobre-jmendes {
    display: flex;
    width: 568px;
    height: 358px;
    padding: 40px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 50%;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    background: var(--Atai-Inst---Verde-Verde-500, #013A2F);
}

.sobre-jmendes img {
    width: 254px;
    height: 54px;
    flex-shrink: 0;
    aspect-ratio: 127/27;
}

.sobre-jmendes p {
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.sobre-jmendes button {
    display: flex;
    width: 426px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---White-White-Main, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.sobre-jmendes button:hover {
    background: var(--Atai-Inst---White-White-Main, #fff);
    color: var(--Atai-Inst---Verde-Verde-500, #013A2F);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.infos-rodape-cta {
    display: flex;
    gap: 40px;
    width: 1175px;
}


.menu,
.menu-rodape a,
.contatos a {
    color: var(--Atai-Inst---White-White-Main, #fff) !important;
}

/* RESPONSIVE FOOTER */

@media (max-width: 1024px) {

    /* Rodapé Informativo */
    .rodape-informativo {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
        text-align: center;
    }

    .rodape-informativo img {
        max-width: 200px;
    }

    .botao-jmendes {
        width: 100%;
    }

    /* Rodapé Principal */
    .rodape {
        padding: 40px 20px;
        background-size: cover;
    }

    .menu-rodape ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .menu-rodape li {
        font-size: 20px;
    }

    .btns-infos {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 20px;
        margin: 30px 0;
    }

    .botao-info {
        width: 100%;
    }

    .contatos {
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }

    .estande,
    .email,
    .wpp {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .infos-estande {
        align-items: center;
    }

    .mail-wpp {
        align-items: center;
        width: 100%;
    }

    .social {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .redes-sociais {
        justify-content: center;
    }

    .logo img {
        max-width: 200px;
    }

    /* Rodapé CTA (Modelo 2) */
    .rodape-cta {
        flex-direction: column;
        padding: 60px 20px;
        gap: 30px;
    }

    .cta-contato,
    .sobre-jmendes {
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }

    .cta-contato button,
    .sobre-jmendes button {
        width: 100%;
    }

    .infos-rodape-cta {
        flex-direction: column;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
	.rodape {
		padding: 80px 100px 25px;
	}
	
	.infos-estande h3 {
		white-space: nowrap;
	}
	
	.estande {
		flex-direction: column;
		gap: 8px;
	}
}