/* BANNER */
.banner-page {
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 400px;
}

.content-banner {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
}

.content-banner button {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    margin-top: 40px;
    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;
    width: fit-content;
}

.breadcrumb {
    color: var(--Atai-Inst---Verde-Verde-100, #3B7468);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 107.692% */
}

.titulo-banner {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    gap: 6px;
    width: 50%;
}

.titulo-banner h1 {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
    margin-top: 70px;
}

.titulo-banner 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;
}

.imagem-banner {
    width: 70%;
    height: 382px;
}

.botoes-header-empreendimentos {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.simbolo-ataia {
    display: flex;
    align-items: flex-end;
}

/* EMPREENDIMENTOS */

.empreendimentos {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 100px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.header-empreendimentos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    padding: 0 20px;
}

.descricao-empreendimentos {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.titulo-empreendimentos h2 {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 110.714% */
}

.descricao-empreendimentos p {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 144.444% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.descricao-empreendimentos button {
    display: inline-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;
}

.cards-empreendimentos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    width: 100%;
    max-width: 1286px;
    gap: 24px;
    padding: 0 20px;
}

.imagem-empreendimento {
    background: url("../images/imagem-empreendimento.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    position: relative;
}

.imagem-empreendimento p {
    color: var(--Atai-Inst---Verde-Verde-100, #3B7468);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: var(--Atai-Inst---Verde-Verde-400, #E6FEF9);
}

.infos-empreendimentos {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 24px;
    gap: 24px;
}

.infos-empreendimentos h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
}

.cta-empreendimento {
    display: flex;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    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;
}

.descricao-empreendimento {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.categorias {
    display: flex;
    gap: 8px;
}

.categoria-single {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Atai-Inst---Verde-Verde-400, #E6FEF9);
}


.btn-header-empreendimentos {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    transition: all 0.3s ease;
}

.btn-header-empreendimentos:hover {
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    background: var(--Atai-Inst---Verde-Verde-600, #012F26);
}

.lista-empreendimentos {
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
}

.cta-empreendimento:hover {
    background: var(--Atai-Inst---Terra-Terra-600, #64472C);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}


/* NOTÍCIAS */

.ultimas-noticias {
    background: url("../images/simbolo_noticias.png"), var(--Atai-Inst---Terra-Terra-Main, #B58150);
    width: 100%;
    padding: 100px 0 200px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.header-noticias {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-noticias h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

.janson-noticias {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 110.714% */
}

.header-noticias button {
    display: inline-flex;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    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;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    transition: all 0.3s ease;
}

.header-noticias 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);
}

.cta-empreendimento-noticia {
    display: flex;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--Atai-Inst---Verde-Verde-Main, #024638) !important;
    color: #fff;
}

.content-noticias {
    margin-bottom: 80px;
}

.imagem-noticia {
    background: url("../images/imagem-empreendimento.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 220px;
    position: relative;
}

.cards-empreendimentos-noticias {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    width: 100%;
    max-width: 1286px;
    gap: 24px;
    padding: 0 20px;
}

.container-associacao {
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 0 0;
}

.associacao-header {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
}

.titulo-associacao-header,
.descricao-associadao-header {
    width: 50%;
}

.titulo-associacao-header {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.titulo-associacao-header h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
}

.janson-associacao {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
    /* 110.714% */
}

.titulo-associacao-header button {
    display: flex;
    width: 100%;
    max-width: 363px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Atai-Inst---Terra-Terra-Main, #B58150);
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    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;
}

.titulo-associacao-header button:hover {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    color: var(--Atai-Inst---White-White-Main, #FFF);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.descricao-associadao-header h3 {
    color: var(--Atai-Inst---Terra-Terra-700, #3B2A1A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.descricao-associadao-header p {
    color: var(--Atai-Inst---Terra-Terra-700, #3B2A1A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
    margin-top: 24px;
}

.galeria-associacao {
    margin-top: 120px;
    display: flex;
    gap: 24px;
    margin-bottom: -210px;
}

.single-galeria-associacao {
    position: relative;
}

.single-galeria-associacao::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 36, 29, 0.00) 36.2%, #01241D 100%);
    pointer-events: none;
}

.capa-galeria-associacao {
    width: 100%;
    max-width: 420px;
    height: 420px;
}

.titulo-galeria {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1;
}

/* DOWNLOADS */

.downloads {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 370px 20px 150px 20px;
    margin: 0 auto;
}

.header-downloads {
    display: flex;
    justify-content: space-between;
}

.header-downloads h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 56px;
    font-style: italic;
    font-weight: 700;
    line-height: 62px;
}

.header-downloads p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.btn-downloads {
    display: flex;
    gap: 24px;
}

.btn-single-download {
    display: flex;
    width: 100%;
    max-width: 424px;
    height: 126px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    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;
    text-align: left;
    transition: all 0.3s ease;
}

.btn-single-download:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    filter: brightness(1.1);
}

.apresentacao-projeto {
    background: var(--Atai-Inst---Terra-Terra-600, #64472C);
}

.masterplan-detalhado,
.agenda-eventos {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
}

/* RESPONSIVE */

@media (max-width: 1024px) {

    /* BANNER */
    .banner-page {
        background-position: center;
        background-size: cover;
        height: auto;
        padding: 60px 20px;
        flex-direction: column;
    }

    .content-banner {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .titulo-banner {
        width: 100%;
        padding: 0;
        align-items: center;
    }

    .titulo-banner h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-top: 20px;
    }

    .botoes-header-empreendimentos {
        flex-wrap: wrap;
        justify-content: center;
    }

    .simbolo-ataia {
        margin-top: 40px;
        width: 100%;
        justify-content: center;
    }

    .simbolo-ataia img {
        max-width: 150px;
    }

    /* EMPREENDIMENTOS */
    .empreendimentos {
        padding: 40px 20px;
        gap: 40px;
    }

    .header-empreendimentos {
        width: 100%;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .cards-empreendimentos {
        width: 100%;
        grid-template-columns: 1fr;
    }

    /* NOTÍCIAS */
    .ultimas-noticias {
        padding: 60px 20px;
        background-size: cover;
    }

    .header-noticias {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .header-noticias h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .cards-empreendimentos-noticias {
        width: 100%;
        grid-template-columns: 1fr;
    }

    /* ASSOCIAÇÃO */
    .container-associacao {
        padding: 60px 20px;
    }

    .associacao-header {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }

    .titulo-associacao-header,
    .descricao-associadao-header {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .titulo-associacao-header h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .galeria-associacao {
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 0;
        width: 100%;
    }

    .single-galeria-associacao img {
        width: 100%;
        height: auto;
    }

    /* DOWNLOADS */
    .downloads {
        width: 100%;
        padding: 40px 20px;
        gap: 40px;
    }

    .header-downloads {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .header-downloads h2 {
        font-size: 32px;
    }

    .btn-downloads {
        flex-direction: column;
        width: 100%;
    }

    .btn-single-download {
        width: 100%;
        height: auto;
        padding: 20px;
    }
}