:root {
    --primary: #00C795;
    --secondary: #056F5C;
    --theme-dark: #09242C;
    --text-main: #00111C;
    --theme-light: white;
}
/* ----- CAROUSEL ----- */
.carousel{
    position: relative;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.496); */
    /* border: 1px solid red; */
}
.carousel .owl-carousel{
    height: 100%;
}
#ler-mais-mobile{
    width: 152px;
    height: 40px;
    background-color: #00C795;
    border-radius: 10px;
    margin-top: 30px;
    /* display: none; */
    /* visibility: hidden; */
}
#ler-mais-mobile a{
    text-decoration: none;
}

.play-applay{
    width: 95%;
    margin: 2% 0;
    font-family: 'Poppins Bold';
    font-size: 12px;
    display: none;
    justify-content:flex-end;
    align-items: center;
}

.play-applay span{
    color: #00C795;
}
#triangulo-carousel-mobile{
    margin-left: 10px;
    margin-top: 1px;
    border-top: 6.5px solid transparent;
    border-bottom: 6.5px solid transparent;
    border-left: 10px solid #00111C;
}
/* ----- BANNERS CAROUSEL ----- */

.banner{
    position: relative;
    display: flex;
    align-items: center;
    /* height: 88vh; */
    /* background-image: url(../images/Grupo\ de\ máscara\ 23.png); */
}
.content-bannerCarousel{
    width: 489px;
    position: absolute;
    margin-left: 15%;
}
.banner .title{
    font-family: 'Oswald Bolder';
    font-size: 48px;
    font-weight: bolder;
}
.banner .content{
    font-family: 'Poppins Regular';
    font-size: 18px;
}
.imgBanner{

    width: 100%;
    height: 100%;
}
.imgBannerMobile{
    /* width: 100%; */
    /* height: 100%; */
    display: none !important;
    /* visibility: hidden; */
}
/* ------ SCROLL CAROUSEL ------ */

.scroll-carousel{
    width: 100%;
    height: 15px;
    background-color: #09242C;
    /* margin-bottom: 10px; */
}

/*---- NAVS CAROUSEL -----*/

.owl-nav{
    position: absolute;
    bottom: 50%;
    z-index: 1;
    width: 100%;
    height: 50px;
}

.carousel .owl-nav img{
    position: absolute;
    width: 11px;
    height: 26px;
    /* border: 1px solid; */
    /* background-color: black; */
    border-radius: 50%;
    margin: 0 35px;
}

.carousel .owl-nav .owl-prev #back{
    left: 0;
}

.carousel .owl-nav .owl-next #next{
    right: 0;
}


/* ----- DOTS CAROUSEL ----- */

.carousel .owl-dots{
    margin-top: 10px;
}

.carousel .owl-dots span{
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #00111C;
    background: var(--theme-light) !important;
}

.carousel .owl-dots .active span{
    width: 15px !important;
    height: 15px !important;
    background: var(--text-main) !important;
}

@media only screen and (max-width: 1040px){
    .imgBannerMobile{
        /* width: 100%; */
        display: block !important;
        /* visibility: hidden; */
    }

    .banner{
        position: relative;
        display: flex;
        align-items: center;
        /* height: 77vh; */
        /* background-image: url(../images/Grupo\ de\ máscara\ 23.png); */
    }
    
}
@media only screen and (max-width: 430px){
    .imgBannerMobile{
        height: 100%;
        overflow: hidden;
    }
}