/*---------------------------- DEFAULT------------------------*/
.owl-nav button {display: none;outline: none;border: none;}
/*--------------------OWL PORTADA------------------*/
.theme_arrows a {height: calc(4rem);text-align: center;text-decoration: none;width: 100%;cursor: pointer;margin: 0 0;border-radius: 25px;font-size: calc(0.95rem);display: flex;justify-content: center;align-items: center;position: relative;line-height: 110%;}
@media screen and (min-width: 361px){
}
@media screen and (min-width: 768px){
}
/*-------------------- ESTILOS PARA CARRUSEL DE PRODUCTOS/SLIDES ----------------------*/
.themeNavigator {width: 80px;margin: 0 auto;}
@media screen and (min-width: 768px){
    .themeNavigator.position-relative {transform: scale(1.5);}
    .theme_arrows button {
        width: 56px;
        height: 56px;
    }
}
/*-------------------- ESTILOS PARA ARROWS  ----------------------*/
.theme_arrows {z-index: 2;text-align: center;justify-content: space-between;display: flex;}
.theme_arrows button {border: none;outline: none;padding: 0;margin: 0 6px;background-color: transparent;background-size: auto 100%;background-position: center center;background-repeat: no-repeat;width: 40px;height: 40px;}

/*Flechas Default*/
.theme_arrows button.prev {background-image: url(../img/navArrowPrev.png);}
.theme_arrows button.next {background-image: url(../img/navArrowNext.png);}

/*Flechas de portada*/
.navArrows_Main.theme_arrows button.prev {background-image: url(../img/navArrowPrev_Main.png);}
.navArrows_Main.theme_arrows button.next {background-image: url(../img/navArrowNext_Main.png);}
.navArrows_Main.theme_arrows button.prev.active{background-image: url(../img/navArrowPrev_MainActive.png);}
.navArrows_Main.theme_arrows button.next.active{background-image: url(../img/navArrowNext_MainActive.png);}
 
/*-------------------- ESTILOS PARA POINTS  ----------------------*/
.theme_points {text-align: center;display: flex;justify-content: center;}
.theme_points button {outline: none;border: none;width: 45px;height: 8px;margin: 0 7px;border-radius: 10px;padding: 0;border: solid 2px #FAD708;background-color: #fff;}
.theme_points button.active {opacity: 1;background-color: #FAD708;}
/**/
.owl_cero {width: 94%;margin: 0 auto !important;}
.owl_cero .producto_info {border-top: solid 2px #DE332E;padding-top: 12px;}
.owl_cero .producto {width: 100%;}
.owl_cero .producto .producto_img {width: 80%;margin: 0 auto;}

@media screen and (min-width: 768px){
    .theme_arrows button {
        width: 56px;
        height: 56px;
    }
    .owl-carousel .owl-item .itemCol_tag img {
        height: 80px;
    }
}