.bannerContainer {
    background-repeat: no-repeat;
    background-size: cover;
    gap: 50px;
    overflow:hidden;
}

    .bannerContainer .descricao p {
        margin-bottom: 0;
    }

    .bannerContainer .bannerContent {
        flex-flow: wrap;
        display: flex;
        margin-top: 0px;
        justify-content: space-around;
    }

    .bannerContainer .vid video, .bannerContainer .vid iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bannerContainer .botoesBanner {
        margin-top: 20px;
    }

    .bannerContainer .bannerContent.invertido {
        flex-direction: row-reverse;
    }


@media only screen and (max-width: 798px) {


    .bannerContainer .bannerContent .bannerText  {
        width: 100% !important;
        text-align: center;
        padding: 24px 24px 50px 24px !important;
    }

    .bannerContainer .botoesBanner {
        flex-flow: column;
    }

        .bannerContainer .botoesBanner button {
            margin-top: 15px;
        }

    .bannerContent .titulo {
        font-size: 1.425rem !important;
    }
    .bannerContent .bannerImage{
        margin:auto;
    }

    .bannerContainer .bannerContent {
        flex-direction: column-reverse;
    }

        .bannerContainer .bannerContent.invertido {
            flex-flow: wrap !important;
        }


}

@media only screen and (max-width: 1024px) {
    .bannerContent .titulo {
        font-size: 1.9rem !important;
    }

    .bannerContent .descricao {
        font-size: 16px !important;
    }

    .bannerContainer .botoesBanner {
        margin-top: 20px;
    }
}

.splideBanner .splide__pagination {
    bottom: 2em !important;
}

.splideBanner .splide__pagination__page.is-active {
    transform: none !important;
    opacity: 100%;
    width: 15px;
    border-radius: 8px;
}

.splideBanner .splide__pagination__page {
    background: #e9ecef !important;
    width: 8px;
    height: 8px;
    opacity: 34%;
}