/* ----------------------------------------------historia portais */
.history {
    background-image: url(/images/bannerAcolhimento.png?7fe16130e9fd25adf71e5e2bdf24415e);
    background-repeat: round;
    background-size: cover;
    height: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 14rem;
}

.style_text p {
    text-align: center;
    font-size: 22px;
}

.history__content__card__text {
    display: block;
    margin-top: -7.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.history__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2.9rem;
}


.history-title {
    margin: 1px 0 0;
}

.history__header__subtitle {
    margin: 5.7rem 0 0 0;
}

.history__header__text__1 {
    display: flex;
    justify-content: center;
    margin: 2.8125rem 0px 13.125rem;
    width: 61.1875rem;
    /* height: 8.25rem; */
}

.historia-lista__item-content-mask {
    position: absolute;
    bottom: 0;
    width: inherit;
}

.historia-lista__item-content {
    width: 100%;
    height: 30rem;
    margin: 0;
    position: relative;
}

.historia-lista__item-content-background {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 70px;
    z-index: 1000;
}

.history__img {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}



.history__img img {
    width: 1216px;
    margin: 0 auto;
    background-size: cover;
}


/* ---------------------------------------------------------Swiper------------- */
.carousel-history {
    margin-top: -9.7rem;
    padding: 0 0 2rem 0;
    overflow: hidden;
}

.carousel {
    overflow: hidden;
}

/* .slide__carousel__img {
    padding: 0 100px;
} */

.swiper-history {
    height: 650px;
}

.slide__history__cards {
    padding: 2rem 0;
}

.slide__carousel__img img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    display: none;
}

@media (max-width: 1024px) {
    .history__header__text__1 {
        width: 55rem;
        height: 8.25rem;
    }

    .slide__carousel__img__history {
        width: 52rem;

    }
}

@media (max-width: 600px) {
    /* .carousel-history {
        display: flex;
        justify-content: center;
    } */

    .carousel-history {
        margin-top: -5rem;
        padding: 0 0 2rem 0;
    }

    .history__header__text__1 {
        width: 19rem;
        height: 9rem;

    }

    .history__content__card__text {
        margin: 0.6rem 0 0;
    }

    .history__header__subtitle {
        margin: 1rem 0 0 0;
    }


    .slide__carousel__img__history {
        width: 20rem;

    }

    .swiper-slide {
        max-height: 12.4375rem;
    }


    .video_home {
        margin-top: -27.5rem !important;

    }
}

@media (max-width: 375px) {

    .slide__carousel__img__history {
        width: 22rem;
    }


}

/*_-------------Formatação do video*/
/* .video-MP4 {
    margin-top: 10rem;
} */

.video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 2.5rem;
}

.video_home {
    margin-top: 2.5rem;
    position: relative;
}

.video-mascara {
    pointer-events: none;
}

.play_historia {
    position: absolute;
    left: calc(50% - 44px);
    justify-content: center;
    top: 50%;
    z-index: 1;
}



.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive::before {
    display: block;
    content: "";
}

/* ---------------------------Nosso Jardim */
.content {
    background-image: url(/images/bannerNossoJardim1450x1017.png?149cab68355da15d7b51897e70eac585);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 5.5rem 0 8.9rem !important;
}

/* .content__gardens__cards {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .content__gardens__cards__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 3rem 1.5rem;
    flex: 0 0 400px;

  } */

.content__gardens__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    flex-wrap: wrap;
}

.content__gardens__cards__card {
    display: grid;
    place-items: center;
    margin-top: 32px;
}

.content__gardens__cards__card__title {
    margin: 0.56rem;
}

.content__gardens__cards__card__text {
    text-align: center;
}

.icon-proposito {
    margin-bottom: 31px;
}

.style-text-card {
    margin-top: 15px;
    font-size: 1.375rem;
}

@media (max-width: 600px) {
    .content__gardens__cards {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .style-text-card {
        font-size: 22px;
    }

}

/* ----------------------------------------Horário de Funcionamento */
.content__operation__title {
    margin-top: 8rem;
    margin-bottom: 3.7rem;
}

.content__operation__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10rem;
}

.content__operation__cards__card {
    display: flex;
    gap: 20px;
}

.operation__info__item {
    display: flex;
}

.operation__info__item__flex {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.operation__info__item__flex img {
    margin-top: -2rem;
    margin-right: 12px;
}

.text-operation-new {
    margin-bottom: 32px;
}

@media(max-width: 600px) {
    .content__operation__title {
        display: flex;
        justify-content: center;
    }

    .content__Operation {
        display: flex;
        justify-content: center;
        margin: -28%;
        margin-bottom: -25%;
    }

    .text-operation-new {
        margin-bottom: 37%;
        text-align: center;
    }

    .content__operation__cards__card {
        margin-left: -1%;
    }

    .content__operation__cards__card p {
        font-family: "DM Serif Display", serif;
    }
}

/* --------------------------------------------------------------Regras */

.regras {
    background-image: url(/images/bannerEventos1440x802.png?9952e7182ddf4d389c09aff8edfa9c2b);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: 0 auto;
    display: block;
    padding: 80px 0;
}

/*
.regras__content {
    max-width: 1210px;
    margin: 0 auto;
} */



.regras-lista__item-content {
    position: relative;


}

.regras-lista__item-content img {
    width: 100%;
}

.regras__content__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.regras-lista__item-content-background {
    width: 23.5625rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 70px;
    position: relative;
}

.regras-lista__item-content-mask {
    width: 23.5625rem;
    position: absolute;
    bottom: 0;

}

.regras__content__title {
    margin-bottom: 40px;
}

.regras__content__subtitle {
    top: 80%;
    left: 50%;
    transform: translate(-50%, 30%);
    position: absolute;
    white-space: nowrap;
}

.regras__content__text {
    width: 302px;
    height: 132px;
    word-wrap: break-word;
    max-width: 1210px;
    margin: 0 auto;
    margin-top: 2rem;
}

@media (max-width: 1024px) {


    /* .regras__content__text {
        margin-top: -2rem;
    } */
}

@media (max-width: 600px) {
    .regras__content__title {
        display: flex;
        justify-content: center;
    }



}

