
/*carrusel promos*/

/* transition height change */
.flickity-viewport {
  transition: height 0.2s;
}

.carousel-cell {
  width: 66%;
  /*height: 200px;*/  /*marvin comente el alto*/
  margin-right: 5px;
  background: #eaeaea; /*marvin cambie este color*/
  counter-increment: carousel-cell;
}
.carousel-cell img {
  display: block;
  width: 100%;
  opacity: 1;
  transition:  opacity 0.5s 
  -webkit-transition: opacity 0.5s;
}
.carousel-cell.is-selected img{
   opacity: 1;
}
/* cell number */
/*.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}*/

.carousel-cell--height2 { height: 300px; }
.carousel-cell--height3 { height: 400px; }
.carousel-titulo, .carousel-precio{ 
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}
.carousel-precio{
  color:#707070;
}