
/* BANNER */

#bannerM02 .arrows_banner .owl-prev,
#bannerM02 .arrows_banner .owl-next {
    width: 100px;
    height: 330px;
    border: 0px solid #eeeeee !important;
    color: #dddddd !important;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: absolute;
    z-index: 999;
    top: 0;
}

#bannerM02 .arrows_banner .owl-prev:hover,
#bannerM02 .arrows_banner .owl-next:hover {
    color: #ffffff !important;
}

#bannerM02 .arrows_banner .owl-prev {
    left: 0;
}
#bannerM02 .arrows_banner .owl-next {
    right: 0;
}

#bannerM02 .arrows_banner .owl-dots {
    bottom: 30px;
    position: absolute;
    z-index: 9999;
    display: block !important;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bannerM02 .arrows_banner .owl-dots .owl-dot span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0px;
}
    
#bannerM02 .arrows_banner .owl-dots .owl-dot.active span {
    background:var(--color-primary);
    width: 30px;
}


#bannerM02 {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}

#bannerM02 .crop_image {
    height: 330px;
}



#bannerM02 .mask_banner {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 9;
    /* background-color: rgba(0, 0, 0, 0.699); */
    background-color: rgba(0, 0, 0, 0.480);
    display: flex;
    align-items: center;
}

#bannerM02 .text {
    width: 100%;
    max-width: 400px;
}

#bannerM02 .text h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
}

#bannerM02 .container {
    display: flex;
    max-width: 1000px;
}
#bannerM02 .container {
    max-width: 1160px;
    width: 100%;
}

#bannerM02 .text_center {
    justify-content: center;
    text-align: center;
} 

#bannerM02 .text_left {
    justify-content: flex-start;
    text-align: left;
} 

#bannerM02 .text_right {
    justify-content: flex-end;
    text-align: right;
} 
/* BANNER */



/* CSS RESPONSIVE */

@media (min-width: 1900px) {
    #bannerM02 .arrows_banner .owl-prev,
    #bannerM02 .arrows_banner .owl-next {
        width: 10%;
    }

    #bannerM02 .arrows_banner .owl-prev {
        left: 0;
    }
    #bannerM02 .arrows_banner .owl-next {
        right: 0;
    }
}

@media (max-width: 1200px) {
    #bannerM02 .container {
        width: 80%;
        max-width: 900px;
    }
    
}

@media (max-width: 900px) {     
    #bannerM02 .arrows_banner .owl-prev,
    #bannerM02 .arrows_banner .owl-next {
        width: 50px;
        background: transparent;
    }

    #bannerM02  .arrows_banner .owl-dots {
        bottom: 0;
    }

    #bannerM02 .text h1 {
        font-size: 26px;
        line-height: 26px;
    }

    #bannerM02 .container {
        display: flex;
        width: 80%;
        max-width: 900px;
    }
    
    #bannerM02 .text_center,
    #bannerM02 .text_left,
    #bannerM02 .text_right {
        justify-content: center;
        text-align: center;
    } 

}

@media (max-width: 500px) { }



