 @media(max-width:767px){
	.tose-product-carrusel-wrap .products li.product {
		margin-bottom:30px !important;
	}
 }
 

.tose-imagen-hero-contenedor img{
    border-radius: 0px;
}
.tose-imagen-hero-contenedor {
    position:relative;
    margin-bottom:50px;
}
.tose-product-carrusel-wrap {
    margin-bottom:50px;
}

.tose-product-carrusel-wrap .products li.product {
    margin-bottom:0px;
}

@media(max-width:767px){
    .tose-product-carrusel-loop-wrap-escritorio {
        display:none;
    }
}

@media(min-width:768px){
    .tose-product-carrusel-loop-wrap-movil {
        display:none;
    }
}

.tose-product-carrusel-titulo-wrap {
  display:flex;
  align-items:center;
  margin-bottom:25px;
}



.tose-product-carrusel-titulo {
  margin-bottom:0px;

}

@media(max-width:767px){
.tose-product-carrusel-titulo-wrap {
  flex-direction:column;
  justify-content:center;
}
.tose-product-carrusel-titulo-boton-ver-mas {
  margin-top:15px;
}
}

@media(min-width:768px){
.tose-product-carrusel-titulo-boton-ver-mas {
  margin-left:15px;
}
}

.tose-imagen-hero-contenedor .swiper-button-next, .tose-imagen-hero-contenedor .swiper-button-prev {
  color:#fff;
  background-color:#555;
  padding:35px 15px;
  opacity:0.5;
  border-radius:5px;

}
.tose-imagen-hero-contenedor .swiper-button-next:hover, .tose-imagen-hero-contenedor .swiper-button-prev:hover {
  opacity:0.7;
}
.tose-imagen-hero-contenedor .swiper-button-next:after, .tose-imagen-hero-contenedor .swiper-button-prev:after {
  font-size:16px !important;
  font-weight:800;
}

.tose-imagen-hero-contenedor .swiper-pagination-bullet-active {
  background:#fff;
  border:solid #777 1px;
}

.tose-product-carrusel-loop-wrap-escritorio ul.products li.product {
    width: 100% !important;
}

.tose-product-carrusel-wrap .tose-product-carrusel-loop-wrap{
    position:relative;
    overflow:hidden;
}

.tose-product-carrusel-wrap .swiper-button-next, .tose-product-carrusel-wrap .swiper-button-prev {
  color:#fff;
  background-color:#555;
  padding:25px 15px;
  opacity:0.5;
  border-radius:5px;

}
.tose-product-carrusel-wrap .swiper-button-next:hover, .tose-product-carrusel-wrap .swiper-button-prev:hover {
  opacity:0.7;
}
.tose-product-carrusel-wrap .swiper-button-next:after, .tose-product-carrusel-wrap .swiper-button-prev:after {
  font-size:16px !important;
  font-weight:800;
}


            @media(max-width:767px){
            .tose-imagen-hero-contenedor-desktop {
             display:none !important;   
            }
            }
            
            @media(min-width:766px){
            .tose-imagen-hero-contenedor-movil {
             display:none !important;   
            }
            }
            


.tose-imagen-hero-contenedor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
            
