/* 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: 350px;
}

.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);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    width: fit-content;
    white-space: nowrap;
}

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


/* 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;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.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% */
}

.btn-ler-todas {
    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;
}

.btn-ler-todas: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;
}

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

.imagem-noticia {
    background: url("../images/capa-noticia-geral02.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: 1300px;
    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;
    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;
}

.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: 150px 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;
}

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

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

/* Notícias */

.grid-noticias {
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.content-noticias {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
}

.single-noticia {
    display: flex;
    align-items: stretch;
}

.header-single-noticia {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.data-noticia {
    color: var(--Atai-Inst---White-White-600, #878787);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
}

.titulo-noticia {
    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% */
}

.share-noticia {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-noticia h3 {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    color: var(--Atai-Inst---Terra-Terra-100, #C69D77);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
}

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

.texto-single-noticias {
    display: flex;
    flex-direction: column;
    gap: 24px;
    display: flex;
    width: 100%;
    max-width: 424px;
    padding: 24px;
    background-color: #fff;
}

.botao-leia-mais-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-600, #012F26);
    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-leia-mais-noticia:hover {
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.grid-noticias-principal {
    display: flex;
    gap: 24px;
}

.single-noticia-principal {
    display: flex;
    align-items: stretch;
    height: 100%;
}

/* Imagem - 40% */
.container-capa-noticia-principal {
    flex: 4;
    overflow: hidden;
}

.container-capa-noticia-principal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Texto - 60% */
.texto-single-noticia-principal {
    flex: 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.share-noticia-geral h3 {
    display: flex;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.botao-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leia-mais-noticia {
    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-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.leia-mais-noticia:hover {
    color: var(--Atai-Inst---Terra-Terra-700, #3B2A1A);
    transform: translateX(5px);
}

.noticias-direita {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.capa-noticia-geral {
    height: 100%;
}

.single-noticia-geral {
    display: flex;
    align-items: stretch;
}

/* Imagem - 40% */
.capa-noticia-geral {
    overflow: hidden;
}

.capa-noticia-geral img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Texto - 60% */
.single-noticia-geral .texto-single-noticias {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.grid-noticias-gerais {
    margin-top: 100px;
}

.content-search input {
    border: none;
    outline: none;
    background: none;
}

.content-search input::placeholder {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.content-search {
    margin-bottom: 20px;
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--Atai-Inst---Terra-Terra-Main, #B58150);
    padding-bottom: 20px;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

    /* BANNER */
    .banner-page {
        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;
    }

    /* GRID NOTÍCIAS */
    .grid-noticias {
        padding: 40px 20px;
    }

    .content-noticias {
        width: 100%;
    }

    .content-search {
        width: 100%;
    }

    .grid-noticias-principal {
        flex-direction: column;
    }

    .noticias-esquerda,
    .noticias-direita {
        width: 100%;
    }

    .single-noticia {
        flex-direction: column;
    }

    .container-capa-noticia-principal,
    .capa-noticia-geral {
        width: 100%;
        height: 250px;
    }

    .texto-single-noticia-principal,
    .single-noticia-geral .texto-single-noticias {
        width: 100%;
        padding: 24px;
    }

    .grid-noticias-gerais {
        margin-top: 40px;
    }

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

    /* ÚLTIMAS NOTÍCIAS (EMPREENDIMENTOS) */
    .ultimas-noticias {
        padding: 60px 20px;
    }

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

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

    /* 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;
    }
}


.container-search {
    display: flex;
    justify-content: flex-end;
}

.search-form {
    text-align: right;
    width: 312px;
    padding: 12px 24px;
    border: 1px solid var(--Atai-Inst---Terra-Terra-Main, #B58150);
    display: flex;
    justify-content: space-between;
    align-items: center;
}