/* BANNER */
.banner-page {
    background: url("../images/image-banner-bikepark.png"), 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;
}

.content-banner {
    width: 1300px;
    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;
    gap: 6px;
    width: 40%;
}

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


/* INFORMAÇÕES BIKEPARK */

.infos-bikepark {
    margin: 0 auto;
    width: 900px;
    padding: 140px 0px 80px 0px;
}

.destaque-maiuscula {
    text-transform: uppercase;
}

.text-infos {
    display: flex;
    flex-direction: column;
}

.container-imagem {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.container-imagem p {
    color: var(--Atai-Inst---White-White-700, #4A4A4A);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.56px;
}

.destaque-legenda {
    color: var(--Atai-Inst---Terra-Terra-Main, #B58150);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 100% */
    letter-spacing: 0.56px;
}

.text-infos h2 {
    margin-top: 35px;
    margin-bottom: 24px;
}

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

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

    /* INFOS BIKEPARK */
    .infos-bikepark {
        width: 100%;
        padding: 40px 20px;
    }

    .container-imagem img {
        width: 100%;
        height: auto;
    }
}