/* BANNER */
.banner-page {
    background: #024638;
    display: flex;
    width: 100%;
    justify-content: center;
}

.content-banner {
    width: 100%;
    margin-left: 300px;
    display: flex;
    justify-content: center;
}

.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;
    width: 40%;
    padding-right: 20px;
}

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

.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;
    background: url("../images/image_alphaville.png");
}

.share {
    display: flex;
}

.titulo-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);
    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;
    margin-top: 32px;
}

.share {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.share p {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Atai-Inst---Verde-Verde-600, #012F26);
}


/* Informações Empreendimento */

.info-empreendimento {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    display: flex;
    flex-direction: column;
}

.mais-informacoes-empreendimento {
    display: flex;
    gap: 80px;
    width: 1300px;
    margin: 0 auto;
    padding-top: 120px;
}

.content-empreenimento,
.description-empreendimento {
    width: 50%;
}

.description-empreendimento h2 {
    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;
}

.description-empreendimento 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;
    margin-top: 24px;
}

/* Carrossel Swiper */

.control-carrossel {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    padding-top: 150px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.control-carrossel 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;
    /* 110.714% */
}

.control-carrossel img {
    width: 144px;
    object-fit: contain;
}

.galeria-empreendimento {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    overflow: hidden;
}

.galeria-empreendimento img {
    width: 600px;
    height: 600px;
}


/* Evolução Obra */

.evolucao-obra {
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 100px 0;
}

.grafico-imagem-obra {
    display: flex;
    width: 1300px;
    gap: 25px;
    position: relative;
}

.swiper-obra {
    width: 60%;
    position: relative;
}

.charts-evolucao {
    width: 40%;
}

.titulo-evolucao-obra {
    width: 1100px;
    text-align: left;
}

.imagem-evolucao {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-obra::before {
    content: '';
    position: absolute;
    width: 100%;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 47, 38, 0.00) 0%, #012F26 100%);
    pointer-events: none;
}

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

.data-evolucao {
    width: 1300px;
}

.data-evolucao h2 {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    font-family: "Janson Text LT Std";
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    /* 100% */
    text-align: left;
}

.evolucao-geral h3 {
    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: 24px;
    margin-bottom: 16px;
}

.progresso-geral {
    height: 58px;
    flex-shrink: 0;
    border: 1px solid #fff;
    background: var(--Atai-Inst---Verde-Verde-500, #013A2F);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.progresso-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    z-index: 1;
}

.progresso-geral h2 {
    position: relative;
    z-index: 2;
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    /* 100% */
}

.data-previsao-entrega {
    width: 100%;
}

.data-previsao-entrega h3 {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 150% */
    margin-top: 10px;
}

.evolucao-detalhada {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 16px;
}

.titulo-evolucao-detalhada {
    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: 24px;
    /* 100% */
    margin-bottom: 16px;
}

.texto-charts {
    display: flex;
    justify-content: space-between;
}

.titulo-texto-charts {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
}

.porcentagem-charts {
    color: var(--Atai-Inst---White-White-Main, #FFF);
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    /* 100% */
}

.single-evolucao {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.charts-single {
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    background: var(--Atai-Inst---Verde-Verde-500, #013A2F);
    width: 100%;
    height: 30px;
    position: relative;
}

.charts-fill {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    height: 100%;
}

/* Localização */

.localizacao {
    background: var(--Atai-Inst---Terra-Terra-400, #F7F2ED);
    padding: 100px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.localizacao::before {
    content: "";
    position: absolute;
    bottom: 100px;
    background: url("../images/marca-dagua-sabara.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 97%;
    height: 100%;
}

.container-localizacao {
    display: flex;
    flex-direction: column;
    gap: 150px;
    justify-content: center;
    align-items: center;
    width: 1300px;
}

.header-localizacao {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
    width: 1100px;
}

.header-localizacao>* {
    flex: 1;
}

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

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

.descricao-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.descricao-header h3 {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    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-header p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.64px;
}

.carrossel-localizacao {
    display: flex;
    gap: 32px;
    position: relative;
}

.infos-carrossel {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.infos-carrossel img {
    width: fit-content;
}

.infos-carrossel h2 {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
}

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

.simbolo-ataia {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta-localizacao {
    display: grid;
    grid-template-columns: 25% 40% 25%;
    padding: 80px;
    justify-content: center;
    align-items: center;
    gap: 56px;
    border: 1px solid var(--Atai-Inst---White-White-Main, #FFF);
    background: var(--Atai-Inst---Verde-Verde-Main, #024638);
    margin-bottom: -120px;
    z-index: 1;
}

.cta-localizacao>* {
    flex: 1;
}

.cta-localizacao h2 {
    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% */
}

.cta-localizacao 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-localizacao button {
    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;
}

/* LISTA EMPREENDIMENTOS */

.lista-empreendimentos {
    background: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    padding: 180px 0 70px 0;
}

.botao-cta button {
    display: inline-flex;
    height: 58.885px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    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;
}

.header-lista {
    display: flex;
    justify-content: space-around;
}

.texto-poppins {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 112.5% */
}

.texto-janson {
    color: var(--Atai-Inst---Verde-Verde-Main, #024638);
    font-family: "Janson Text LT Std";
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
}

.empreendimentos {
    width: 1286px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

/* EMPREENDIMENTOS */

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

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

.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: 1286px;
    gap: 24px;
}

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

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

/* RESPONSIVE */

@media (max-width: 1024px) {

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

    .content-banner {
        width: 100%;
        margin-left: 0;
        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;
    }

    .share {
        justify-content: center;
    }

    .imagem-banner {
        width: 100%;
        height: 250px;
        margin-top: 40px;
        background-size: cover;
        background-position: center;
    }

    /* INFO EMPREENDIMENTO */
    .mais-informacoes-empreendimento {
        width: 100%;
        flex-direction: column;
        padding: 60px 20px;
        gap: 40px;
    }

    .content-empreenimento,
    .description-empreendimento {
        width: 100%;
        text-align: center;
    }

    .content-empreenimento img {
        margin: 0 auto;
    }

    /* GALERIA */
    .control-carrossel {
        width: 100%;
        padding: 40px 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .control-carrossel h2 {
        font-size: 32px;
    }

    .galeria-empreendimento {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 20px;
    }

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

    /* EVOLUÇÃO OBRA */
    .evolucao-obra {
        padding: 60px 20px;
    }

    .titulo-evolucao-obra {
        width: 100%;
        text-align: center;
    }

    .titulo-evolucao-obra h2 {
        font-size: 32px;
    }

    .grafico-imagem-obra {
        width: 100%;
        flex-direction: column;
    }

    .swiper-obra,
    .charts-evolucao {
        width: 100%;
    }

    .data-evolucao {
        width: 100%;
        text-align: center;
    }

    .data-evolucao h2 {
        font-size: 24px;
        text-align: center;
    }

    /* LOCALIZAÇÃO */
    .localizacao {
        padding: 60px 0 0 0;
    }

    .container-localizacao {
        width: 100%;
        gap: 60px;
    }

    .header-localizacao {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
        text-align: center;
    }

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

    .carrossel-localizacao {
        flex-direction: column;
        padding: 0 20px;
        width: 100%;
    }

    .imagens-carrossel img {
        width: 100%;
        height: auto;
    }

    .infos-carrossel {
        align-items: center;
        text-align: center;
    }

    .cta-localizacao {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 40px 20px;
        text-align: center;
        gap: 30px;
        margin-bottom: 0;
    }

    /* LISTA EMPREENDIMENTOS */
    .lista-empreendimentos {
        padding: 60px 20px;
    }

    .empreendimentos {
        width: 100%;
    }

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