/*/////////////////////////////////////////////*/
/*-----------------  CAROUSEL  ----------------*/
/*/////////////////////////////////////////////*/
.carousel2,
.carousel-prod{
    display: none;
    position: relative;
    z-index: 1;
}

.carousel2:before{
    content: "";
    width: 50px;
    height: 92%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%);
    z-index: 2;
    
}
.carousel2:after{
    content: "";
    width: 50px;
    height: 92%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(240,240,240,1) 100%);   
}

.carousel2.flickity-enabled,
.carousel-prod.flickity-enabled{
    display: block;
}
.carousel2 .carousel2-cell,
.carousel-prod .carousel-prod-cell{
    width: 19%;
      height: auto;
      margin-right: 10px;
      background: transparent;
      counter-increment: carousel-cell;
    display: inline-block;
    text-align: center;
}
.carousel2 .carousel2-cell img,
.carousel-prod .carousel-prod-cell img{
        width: 90%;
    max-width: 300px;
    margin: auto;
    display: inline-block;
}
.seccion-marcas {
    margin: 0;
    margin: 0 0 10px 10px;
    width: 60px;
}




@media screen and (max-width: 1200px) {
   .carousel2 .carousel2-cell,
    .carousel-prod .carousel-prod-cell{
        width: 25%;
    } 
}
@media screen and (max-width: 980px) {
    .carousel2 .carousel2-cell,
    .carousel-prod .carousel-prod-cell{
        width: 33%;
    } 
}
@media screen and (max-width: 768px) {
    .carousel2 .carousel2-cell,
    .carousel-prod .carousel-prod-cell{
        width: 50%;
    } 

}

