@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
   box-sizing: border-box;
    /*  scroll-behavior: smooth; */
}
body{
    background-color: rgb(233, 233, 233);
}
html{
    background-color: white;
}


.desktop-hide {
    display: none;
}

.fondo-video {
    background-image: url("../img/carnes_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 52px;
}
.contenedor-catalogo{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #ffffff;
}
.contenido-interno{
    width: 100%;
    position: relative;
}

.contenido-interno a {
    display: flex;
}

.caja-flotante {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: auto;
}

.z50{
    
    width: 66px;
}
.zmetro{
    width: 188px;
}
img{
    width: 100%;
    display: block;
}
a{
    cursor: pointer;
    text-decoration: none !important;
}
.ablock{display: block;}
.juntar{
    display: flex;
    flex-direction: column;
}
.displey-flex{display: flex;}


  #MenuToggle::after{
    content: url('../img/arrow-bott.svg');
    position: relative;
    padding-left: 5px;
}
.cat{
    display: flex;
    justify-content: space-between;
}
#MenuToggle{
    cursor: pointer;
    font-size: 13px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    margin: 8px 10px;
    border: 1px solid #cecdcd;
    border-radius: 6px;
    padding: 6px 12px;
}
.contenido-nav{
    top: 0;
    position: fixed;
    height: 46px;
    display: flex;
    align-items: center;
    background: #fff !important;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 0px 7px 36px -19px rgb(0 0 0 / 86%);
    -moz-box-shadow: 0px 7px 36px -19px rgba(0,0,0,0.86);
}
.content-a{
    display: contents;
}
.menu-flotante {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    top: 30px;
    right: 0;
}
.menu-flotante.active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 45px;
    background: white;
    padding: 10px 25px;
    box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -webkit-box-shadow: 2px 26px 50px -34px rgb(0 0 0 / 86%);
    -moz-box-shadow: 2px 26px 50px -34px rgba(0,0,0,0.86);
}
.menu-flotante ul {
    padding: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.menu-flotante ul li {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    height: 31px;
    padding: 1px 10px;
    display: inline-block;
    cursor: pointer;
}
.menu-flotante li a{
    text-decoration: none;
    color: black;
}


.content-a{
    display: contents;
}


.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.flex5{
    flex:.5;
}
.centrar{
    display: flex;
    justify-content: center;
    align-items: center;
}
.derecha{
    display: flex;
    justify-content: end;
    align-items: center;
}
.izquierda{
    display: flex;
    justify-content: start;
    align-items: center;
}
.categoria:hover .texto-bajo{
    transition: all .5s;
    background-color: rgba(255, 195, 0, 0.8);
}
.categorias{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    padding:  15px;
}
.categoria{
    margin:  5px;
    position: relative;
    flex: 0 0 calc(49% - 5px);
}
.texto-bajo{
    width: 100%;
    text-align: center;
    bottom: 3px;
    border-radius: 0px 0px 28px 28px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all .5s;
}

.titulo-categoria{
    font-weight: bold;
    font-family: Joost;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 0px;

}

.pb-20{
    padding-bottom: 20px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-150 {
    margin-top: 56%;
    z-index: 20;
}
.pt-153 {
    margin-top: 53%;
    z-index: 20;
}
.pt-155 {
    margin-top: 55%;
    z-index: 20;
}
.pt-156 {
    margin-top: 156.5%;
    z-index: 20;
}
.pt-127 {
    margin-top: 127.5%;
    z-index: 20;
}
.pt-161 {
    margin-top: 161%;
    z-index: 20;
}
.pt-185 {
    margin-top: 185.5%;
    z-index: 20;
}
.mt-30 {
    margin-top: 30px;
}


.carousel-uno .owl-dots{
    display: block;
}


.carousel-dos .owl-dots{
    display: block;
    margin-top: 2%;
}

.carousel-dos-nuevo .owl-dots{
    display: block;
    margin-top: 2%;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: transparent !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot img {
    width: 5% !important;
}



.owl-theme .owl-dots .owl-dot span {
    width: 104px !important;
    height: 12px !important;
    margin: 5px -2px !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 65px !important;
    z-index: 30 !important;
    position: relative !important;
}

.owl-dots{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
}
.mitad{width: 50%;}

.carousel-sham .owl-item,
.padding-contenido .contenido-2{
    padding: 2px;
}

.bg-plantas{
    background-image: url("../images/plantas.jpg");
    background-size: contain;
    background-repeat: no-repeat;  
}
.bg-plantas2{
    background-image: url("../images/plantas2.jpg");
    background-size: contain;
    background-repeat: no-repeat;  
}

.bullet-yellow .owl-dots .owl-dot.active span{
    background-color: #ffc20e !important;
  }
  .bullet-yellow .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-red .owl-dots .owl-dot.active span{
    background-color: #f50a0a !important;
  }
  .bullet-red .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-blue .owl-dots .owl-dot.active span{
    background-color: #4f80d8 !important;
  }
  .bullet-blue .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-pink .owl-dots .owl-dot.active span{
    background-color: #ef80d8 !important;
  }
  .bullet-pink .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-pink-white .owl-dots .owl-dot.active span{
    background-color: #f0889b !important;
  }
  .bullet-pink-white .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-green .owl-dots .owl-dot.active span{
    background-color: #4ebe94 !important;
  }
  .bullet-green .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-orange .owl-dots .owl-dot.active span{
    background-color: #f39911 !important;
  }
  .bullet-orange .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
  .bullet-purple .owl-dots .owl-dot.active span{
    background-color: #a64bd8 !important;
  }
  .bullet-purple .owl-dots .owl-dot span{
    background-color: #e9e9e9 !important;
  }
/*
.owl-theme .owl-dots .owl-dot {
    background-color: #ffffff !important;
  }

.owl-theme .owl-dots .owl-dot span{
    width: 12px !important;
    height: 12px !important;
    margin: 7px !important;
}

 .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    background: red !important;
    width: 50%;
} 

.owl-dots{
    padding: 15px 1% 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}*/
.mitad{width: 50%;}

   

/* .owl-theme .owl-dots .owl-dot span{
    background-color: #f6f6f6 !important;
    width: 100% !important;
    height: 8px !important;
    border-radius: 0px !important;
    margin: 0px !important;
} 

.carousel-uno.owl-carousel .owl-nav{
    margin-top: 0px;
 }*/

 .slider-arrow-diferentes .carousel-uno.owl-carousel .owl-nav button.owl-prev{
    bottom: 9% !important;
}

.slider-arrow-diferentes .carousel-uno.owl-carousel .owl-nav button.owl-next{
    bottom: 9% !important;
}
.carousel-uno.owl-carousel .owl-nav.disabled {
    display: block;
}

.carousel-uno.owl-carousel .owl-nav button.owl-next, .carousel-uno.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 21% !important;
    width: 30px;
    margin: 0px;
}



.carousel-uno.owl-carousel .owl-nav button.owl-prev{
    left: 2%;
}
.carousel-uno.owl-carousel .owl-nav button.owl-next{
    right: 2%;

}
.carousel-uno-rosa.owl-carousel .owl-nav.disabled {
    display: block;
}
.carousel-uno-rosa.owl-carousel .owl-nav button.owl-next, .carousel-uno-rosa.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    top: 37%;
    width: 50px;
    margin: 0px;
}
.carousel-uno-rosa.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.carousel-uno-rosa.owl-carousel .owl-nav button.owl-next{
    right: 0;

}
.carousel-uno-rosa.owl-carousel .owl-nav{
    margin-top: 0px;
 }

 .carousel-uno-azul.owl-carousel .owl-nav button.owl-next, .carousel-uno-azul.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    top: 45%;
    width: 50px;
    margin: 0px;
}
.carousel-uno-azul.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.carousel-uno-azul.owl-carousel .owl-nav button.owl-next{
    right: 0;

}
.carousel-uno-azul.owl-carousel .owl-nav{
    margin-top: 0px;
 }



.owl-carousel .owl-item img{
    /* box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36);
    -webkit-box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 1px 13px 1px rgba(0,0,0,0.36); */
    border-radius: 0px;
}

.margen-3{
    width: 3.9%;
}
.contenedor-92{
    width: 92.2%;
    position: relative;
}

.margen-5{
    width: 5%;
}
.contenedor-95{
    width: 95%;
    position: relative;
}
.margen-2{
    width: 2.5%;
}
.contenedor-98{
    width: 98%;
    position: relative;
}

.carousel-simple-puntos .owl-dots{
    display: block;
    margin-top: 2%;
}
.carousel-simple-puntos.owl-carousel .owl-nav.disabled {
    display:block;
}
.carousel-simple-puntos.owl-carousel .owl-nav button.owl-next, .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 0.3%;
    width: 20px;
}
.carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev{
    left: 40%;
    margin: 0px;
}
.carousel-simple-puntos.owl-carousel .owl-nav button.owl-next{
    right: 40%;
    margin: 0px;

}

.carousel-tresprecios{
    position: initial !important;
}
.carousel-tresprecios .owl-dots{
    display: block;
}
.carousel-tresprecios.owl-carousel .owl-nav.disabled {
    display:block;
}
.carousel-tresprecios.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 0.3%;
    width: 20px;
}
.carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
    left: 27%;
    margin: 1px;
}
.carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
    right: 27%;
    margin: 1px;

}

.carousel-tresprecios-flecha{
    position: initial !important;
}
.carousel-tresprecios-flecha .owl-dots{
    display: block;
}
.carousel-tresprecios-flecha.owl-carousel .owl-nav.disabled {
    display:block;
}
.carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 40%;
    width: 30px;
}
.carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-prev{
    left: -3%;
}
.carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-next{
    right: -3%;

}

.carousel-cuatroprecios.owl-carousel .owl-nav.disabled {
    display: block;
}
.carousel-cuatroprecios.owl-carousel .owl-nav button.owl-next, .carousel-cuatroprecios.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    top: 55%;
    width: 40px;
}
.carousel-cuatroprecios.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.carousel-cuatroprecios.owl-carousel .owl-nav button.owl-next{
    right: 0;

} 

.carousel-dos.owl-carousel .owl-nav button.owl-next, .carousel-dos.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 0.3%;
    width: 20px;
}

.carousel-dos-nuevo.owl-carousel .owl-nav button.owl-next, .carousel-dos-nuevo.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 0.3%;
    width: 20px;
}

.carousel-dos.owl-carousel .owl-nav button.owl-prev{
    left: 1%;
    margin: 1px;
    bottom: 74px;
}

.carousel-dos-nuevo.owl-carousel .owl-nav button.owl-prev{
    left: 1%;
    margin: 1px;
    bottom: 42px;
}

.carousel-dos.owl-carousel .owl-nav button.owl-next{
    right: 1%;
    margin: 1px;
    bottom: 74px;
}

.carousel-dos-nuevo.owl-carousel .owl-nav button.owl-next{
    right: 1%;
    margin: 1px;
    bottom: 42px;
}

.carousel-dos-.carousel-dos-nuevo.owl-carousel .owl-nav button.owl-next{
    right: 1%;
    margin: 1px;
    bottom: 74px;
}

.carousel-dos-rosa .owl-dots{
    display: block;
}
.carousel-dos-rosa.owl-carousel .owl-nav button.owl-next, .carousel-dos-rosa.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    bottom: 7%;
    width: 20px;
}
.carousel-dos-rosa.owl-carousel .owl-nav button.owl-prev{
    left: 1%;
    margin: 1px;
}
.carousel-dos-rosa.owl-carousel .owl-nav button.owl-next{
    right: 1%;
    margin: 1px;

} 

.carousel-dos-lila.owl-carousel .owl-nav button.owl-next, .carousel-dos-lila.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    top: 54%;
    width: 50px;
}
.carousel-dos-lila.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.carousel-dos-lila.owl-carousel .owl-nav button.owl-next{
    right: 0;
}

.carousel-dos-naranja.owl-carousel .owl-nav button.owl-next, .carousel-dos-naranja.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
    background-color: transparent !important;
    position: absolute;
    top: 53%;
    width: 50px;
}
.carousel-dos-naranja.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.carousel-dos-naranja.owl-carousel .owl-nav button.owl-next{
    right: 0;
} 

.pr{ position: relative;}


img.imagen-texto-categoria {
    width: 60%;
    padding: 3% 3%;
}

.metro {
    display: flex;
    height: 100%;
}
.metro-iconos{
    height: 100%;
}

.legal-producto{
    font-size: 11px;
    color: #7f7f7f;
    text-align: justify;
    line-height: 1.2;
    padding: 10px 30px;
    font-family: arial, sans-serif;
}

.bg-dulces{
    background-image: url("../images/fondo1.jpg");
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-vinos{
    background-image: url("../images/fondo2.jpg");
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-cocteles{
    background-image: url("../images/fondo3.jpg");
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-licores{
    background-image: url("../images/fondo4.jpg");
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-azul{
    background-image: url("../images/fondo_2.png");
    padding: 10px 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 57%;
}

.bg-naranja2{
    background-image: url("../images/fondo_1__.png");
    padding: 5px 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
}


.foto-dia-del-apdre {
    position: absolute;
    top: -5px;
    width: 145px;
    left: 39px;
    height: auto;
    z-index: 2;
}

.rectangulo-flotante {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 0;
}


@media screen and (min-width: 440px) {
    .foto-dia-del-apdre {
        width: 156px;
    }
}

@media screen and (min-width: 520px) {
    .foto-dia-del-apdre {
        width: 190px;
    }
}


@media screen and (min-width: 590px) {
    .foto-dia-del-apdre {
        width: 220px;
    }
}

@media screen and (min-width: 650px) {
    .foto-dia-del-apdre {
        width: 245px;
    }
}


@media screen and (min-width: 700px) {
    .foto-dia-del-apdre {
        left: 47px;
        width: 270px;
    }
}

@media (max-width: 701px){

    
    .contenedor-catalogo {
        width: 100%;
    }
    
    .menu-flotante.active,
    .menu-flotante {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

   .menu-flotante ul li {
        font-size: 15px;
    } 
  
    
    .pb-20{
        padding-bottom: 10px;
    }
    .pt-10 {
        padding-top: 5px;
    }
    .pt-20 {
        padding-top: 10px;
    }
    .pt-30 {
        padding-top: 20px;
    }
    .pt-40{
        padding-top: 15px;
    }
    
    .pt-50 {
        padding-top: 20px;
      }
    .texto-bajo{
        bottom: 2px;
    }
    .legal-producto{
        font-size: 8px;
        padding: 9px 13px;
        font-family: arial, sans-serif;
    }

    
    .carousel-dos.owl-carousel .owl-nav button.owl-prev{
        left: 0%;
        margin: 1px;
    }

    .carousel-dos-nuevo.owl-carousel .owl-nav button.owl-prev{
        left: 0%;
        margin: 1px;
    }

    .carousel-dos.owl-carousel .owl-nav button.owl-next{
        right: 0%;
        margin: 1px;
    
    }
    
    .carousel-dos-nuevo.owl-carousel .owl-nav button.owl-next{
        right: 0%;
        margin: 1px;
    
    } 

    .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
        left: 1%;
        margin: 1px;
        bottom: 46px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
        right: 1%;
        margin: 1px;
        bottom: 46px;
    
    }
   
    
    
}

@media (max-width: 600px){
    .portada{
        padding-top: 8px;
      }

      .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next, .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        background-color: transparent !important;
        position: absolute;
        bottom: 0.3%;
        width: 20px;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev{
        left: 40%;
        margin: 0px;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next{
        right: 40%;
        margin: 0px;
    
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        background-color: transparent !important;
        position: absolute;
        bottom: 0.3%;
        width: 20px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
        left: 22%;
        margin: 1px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
        right: 22%;
        margin: 1px;
    
    }
}

@media (max-width: 500px){
    .portada{
        padding-top: 10px;
      }
      .owl-theme .owl-dots .owl-dot span {
        width: 60px !important;
        height: 9px !important;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        width: 40px !important;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next, .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        background-color: transparent !important;
        position: absolute;
        bottom: 0.3%;
        width: 17px;
    }
  
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        background-color: transparent !important;
        position: absolute;
        bottom: 0.3%;
        width: 17px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
        left: 26%;
        margin: 1px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
        right: 26%;
        margin: 1px;
    
    }
    .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        bottom: 40%;
        width: 28px;
    }
    .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-prev{
        left: -4%;
    }
    .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-next{
        right: -4%;
    
    }
   
    
}

@media (max-width: 425px){
    .portada{
        padding-top: 10px;
      }
      .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next, .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        bottom: 0.3%;
        width: 15px;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev{
        left: 40%;
        margin: 0px;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next{
        right: 40%;
        margin: 0px;
    
    }
    
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        bottom: 1.3%;
        width: 15px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
        left: 23%;
        margin: 1px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
        right: 23%;
        margin: 1px;
    
    }
    .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        bottom: 40%;
        width: 25px;
    }
    .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-prev{
        left: -5%;
    }
    .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-next{
        right: -5%;
    
    }
   
   
   
}

@media (max-width: 400px){
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
        left: 22%;
        margin: 1px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
        right: 22%;
        margin: 1px;
    
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next, .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        bottom: 0.3%;
        width: 15px;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev{
        left: 40%;
        margin: 0px;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next{
        right: 40%;
        margin: 0px;
    
    }
  

    
}

@media (max-width: 380px){
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
        left: 20%;
        margin: 1px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
        right: 20%;
        margin: 1px;
    
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-prev{
        left: 38%;
        margin: 0px;
    }
    .carousel-simple-puntos.owl-carousel .owl-nav button.owl-next{
        right: 38%;
        margin: 0px;
    
    }
    
}

@media (max-width: 329px){
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-prev{
        left: 16%;
        margin: 1px;
    }
    .carousel-tresprecios.owl-carousel .owl-nav button.owl-next{
        right: 16%;
        margin: 1px;
    
    }
    .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-next, .carousel-tresprecios-flecha.owl-carousel .owl-nav button.owl-prev, .owl-carousel{
        bottom: 40%;
        width: 23px;
    }
    

}