/*
Variables
*/
/*----Coloress----*/
#ripley-tendencias {
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
}

#ripley-tendencias .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ripley-tendencias .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#ripley-tendencias .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

#ripley-tendencias .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

#ripley-tendencias .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-tendencias .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-tendencias .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

#ripley-tendencias .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

#ripley-tendencias .swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-tendencias .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1 !important;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#ripley-tendencias .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#ripley-tendencias .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

#ripley-tendencias .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

#ripley-tendencias .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

#ripley-tendencias .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

#ripley-tendencias .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

#ripley-tendencias .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#ripley-tendencias .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#ripley-tendencias .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

#ripley-tendencias .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

#ripley-tendencias .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#ripley-tendencias .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

#ripley-tendencias .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

#ripley-tendencias .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

#ripley-tendencias .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

#ripley-tendencias .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

#ripley-tendencias .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

#ripley-tendencias .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

#ripley-tendencias .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

#ripley-tendencias .flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

#ripley-tendencias .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

#ripley-tendencias .flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-tendencias .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

#ripley-tendencias .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-tendencias .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-tendencias .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-tendencias .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-tendencias .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

#ripley-tendencias .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

#ripley-tendencias .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

#ripley-tendencias .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

#ripley-tendencias .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

#ripley-tendencias .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

#ripley-tendencias .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

#ripley-tendencias .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#ripley-tendencias .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

#ripley-tendencias .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

#ripley-tendencias .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#ripley-tendencias .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#ripley-tendencias .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#ripley-tendencias .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#ripley-tendencias .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

#ripley-tendencias .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#ripley-tendencias .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

#ripley-tendencias .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

#ripley-tendencias .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

#ripley-tendencias .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#ripley-tendencias .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#ripley-tendencias .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#ripley-tendencias .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

#ripley-tendencias .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

#ripley-tendencias .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

#ripley-tendencias .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

#ripley-tendencias .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

#ripley-tendencias .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#ripley-tendencias {
  /*** print*/
}

#ripley-tendencias * {
  box-sizing: border-box;
}

#ripley-tendencias article, #ripley-tendencias aside, #ripley-tendencias details, #ripley-tendencias figcaption, #ripley-tendencias figure, #ripley-tendencias footer, #ripley-tendencias header, #ripley-tendencias hgroup, #ripley-tendencias main, #ripley-tendencias nav, #ripley-tendencias section, #ripley-tendencias summary {
  display: block;
}

#ripley-tendencias audio, #ripley-tendencias canvas, #ripley-tendencias video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#ripley-tendencias audio:not([controls]) {
  display: none;
  height: 0;
}

#ripley-tendencias [hidden] {
  display: none;
}

#ripley-tendencias html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#ripley-tendencias button, #ripley-tendencias html, #ripley-tendencias input, #ripley-tendencias select, #ripley-tendencias textarea {
  font-family: sans-serif;
}

#ripley-tendencias body {
  margin: 0;
}

#ripley-tendencias a:focus {
  outline: thin dotted;
}

#ripley-tendencias a:active, #ripley-tendencias a:hover {
  outline: 0;
}

#ripley-tendencias h1 {
  font-size: 2em;
}

#ripley-tendencias h2 {
  font-size: 1.5em;
}

#ripley-tendencias h3 {
  font-size: 1.17em;
}

#ripley-tendencias h4 {
  font-size: 1em;
}

#ripley-tendencias h5 {
  font-size: .83em;
}

#ripley-tendencias h6 {
  font-size: .67em;
}

#ripley-tendencias b, #ripley-tendencias strong {
  font-weight: 700;
}

#ripley-tendencias dfn {
  font-style: italic;
}

#ripley-tendencias hr {
  box-sizing: content-box;
  height: 0;
}

#ripley-tendencias mark {
  background: #ff0;
  color: #000;
}

#ripley-tendencias p, #ripley-tendencias pre {
  margin: 0 0 1rem;
}

#ripley-tendencias code, #ripley-tendencias kbd, #ripley-tendencias pre, #ripley-tendencias samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

#ripley-tendencias pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#ripley-tendencias q {
  quotes: none;
}

#ripley-tendencias q:after, #ripley-tendencias q:before {
  content: '';
  content: none;
}

#ripley-tendencias small {
  font-size: 80%;
}

#ripley-tendencias sub, #ripley-tendencias sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#ripley-tendencias sup {
  top: -.5em;
}

#ripley-tendencias sub {
  bottom: -.25em;
}

#ripley-tendencias dl, #ripley-tendencias menu, #ripley-tendencias ol, #ripley-tendencias ul {
  margin: 0;
}

#ripley-tendencias dd {
  margin: 0 0 0 40px;
}

#ripley-tendencias menu, #ripley-tendencias ol, #ripley-tendencias ul {
  padding: 0;
}

#ripley-tendencias nav ol, #ripley-tendencias nav ul {
  list-style: none;
  list-style-image: none;
}

#ripley-tendencias img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#ripley-tendencias svg:not(:root) {
  overflow: hidden;
}

#ripley-tendencias figure, #ripley-tendencias form {
  margin: 0;
}

#ripley-tendencias button, #ripley-tendencias input, #ripley-tendencias select, #ripley-tendencias textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

#ripley-tendencias button, #ripley-tendencias input {
  line-height: normal;
}

#ripley-tendencias button, #ripley-tendencias select {
  text-transform: none;
}

#ripley-tendencias button, #ripley-tendencias html input[type="button"], #ripley-tendencias input[type="reset"], #ripley-tendencias input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

#ripley-tendencias button[disabled], #ripley-tendencias html input[disabled] {
  cursor: not-allowed;
}

#ripley-tendencias input[type="checkbox"], #ripley-tendencias input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

#ripley-tendencias input[type="search"] {
  -webkit-appearance: textfield;
}

#ripley-tendencias input[type="search"]::-webkit-search-cancel-button, #ripley-tendencias input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#ripley-tendencias button::-moz-focus-inner, #ripley-tendencias input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#ripley-tendencias textarea {
  overflow: auto;
  vertical-align: top;
}

#ripley-tendencias table {
  border-collapse: collapse;
  border-spacing: 0;
}

#ripley-tendencias button, #ripley-tendencias html, #ripley-tendencias input, #ripley-tendencias select, #ripley-tendencias textarea {
  color: #222;
}

#ripley-tendencias body {
  font-size: 1em;
  line-height: 1.5;
}

#ripley-tendencias ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

#ripley-tendencias ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

#ripley-tendencias hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

#ripley-tendencias img {
  vertical-align: middle;
}

#ripley-tendencias fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#ripley-tendencias textarea {
  resize: vertical;
}

#ripley-tendencias .chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

#ripley-tendencias pre {
  overflow: auto;
}

#ripley-tendencias code, #ripley-tendencias kbd, #ripley-tendencias pre, #ripley-tendencias samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

#ripley-tendencias code,
#ripley-tendencias kbd,
#ripley-tendencias pre,
#ripley-tendencias samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#ripley-tendencias code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

#ripley-tendencias kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#ripley-tendencias pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#ripley-tendencias pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

@media print {
  #ripley-tendencias * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #ripley-tendencias a, #ripley-tendencias a:visited {
    text-decoration: underline;
  }
  #ripley-tendencias a[href]:after {
    content: " (" attr(href) ")";
  }
  #ripley-tendencias abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #ripley-tendencias .ir a:after, #ripley-tendencias a[href^="javascript:"]:after, #ripley-tendencias a[href^="#"]:after {
    content: "";
  }
  #ripley-tendencias blockquote, #ripley-tendencias pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #ripley-tendencias thead {
    display: table-header-group;
  }
  #ripley-tendencias img, #ripley-tendencias tr {
    page-break-inside: avoid;
  }
  #ripley-tendencias img {
    max-width: 100% !important;
  }
  @page {
    #ripley-tendencias {
      margin: .5cm;
    }
  }
  #ripley-tendencias h2, #ripley-tendencias h3, #ripley-tendencias p {
    orphans: 3;
    widows: 3;
  }
  #ripley-tendencias h2, #ripley-tendencias h3 {
    page-break-after: avoid;
  }
}

#ripley-tendencias .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 960px;
}

@media (max-width: 960px) {
  #ripley-tendencias .container {
    width: 100%;
  }
}

#ripley-tendencias .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#ripley-tendencias .row {
  margin-left: -15px;
  margin-right: -15px;
}

#ripley-tendencias .col-xs-1, #ripley-tendencias .col-sm-1, #ripley-tendencias .col-md-1, #ripley-tendencias .col-lg-1, #ripley-tendencias .col-xs-2, #ripley-tendencias .col-sm-2, #ripley-tendencias .col-md-2, #ripley-tendencias .col-lg-2, #ripley-tendencias .col-xs-3, #ripley-tendencias .col-sm-3, #ripley-tendencias .col-md-3, #ripley-tendencias .col-lg-3, #ripley-tendencias .col-xs-4, #ripley-tendencias .col-sm-4, #ripley-tendencias .col-md-4, #ripley-tendencias .col-lg-4, #ripley-tendencias .col-xs-5, #ripley-tendencias .col-sm-5, #ripley-tendencias .col-md-5, #ripley-tendencias .col-lg-5, #ripley-tendencias .col-xs-6, #ripley-tendencias .col-sm-6, #ripley-tendencias .col-md-6, #ripley-tendencias .col-lg-6, #ripley-tendencias .col-xs-7, #ripley-tendencias .col-sm-7, #ripley-tendencias .col-md-7, #ripley-tendencias .col-lg-7, #ripley-tendencias .col-xs-8, #ripley-tendencias .col-sm-8, #ripley-tendencias .col-md-8, #ripley-tendencias .col-lg-8, #ripley-tendencias .col-xs-9, #ripley-tendencias .col-sm-9, #ripley-tendencias .col-md-9, #ripley-tendencias .col-lg-9, #ripley-tendencias .col-xs-10, #ripley-tendencias .col-sm-10, #ripley-tendencias .col-md-10, #ripley-tendencias .col-lg-10, #ripley-tendencias .col-xs-11, #ripley-tendencias .col-sm-11, #ripley-tendencias .col-md-11, #ripley-tendencias .col-lg-11, #ripley-tendencias .col-xs-12, #ripley-tendencias .col-sm-12, #ripley-tendencias .col-md-12, #ripley-tendencias .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#ripley-tendencias .col-xs-1, #ripley-tendencias .col-xs-2, #ripley-tendencias .col-xs-3, #ripley-tendencias .col-xs-4, #ripley-tendencias .col-xs-5, #ripley-tendencias .col-xs-6, #ripley-tendencias .col-xs-7, #ripley-tendencias .col-xs-8, #ripley-tendencias .col-xs-9, #ripley-tendencias .col-xs-10, #ripley-tendencias .col-xs-11, #ripley-tendencias .col-xs-12 {
  float: left;
}

#ripley-tendencias .col-xs-12 {
  width: 100%;
}

#ripley-tendencias .col-xs-11 {
  width: 91.66666667%;
}

#ripley-tendencias .col-xs-10 {
  width: 83.33333333%;
}

#ripley-tendencias .col-xs-9 {
  width: 75%;
}

#ripley-tendencias .col-xs-8 {
  width: 66.66666667%;
}

#ripley-tendencias .col-xs-7 {
  width: 58.33333333%;
}

#ripley-tendencias .col-xs-6 {
  width: 50%;
}

#ripley-tendencias .col-xs-5 {
  width: 41.66666667%;
}

#ripley-tendencias .col-xs-4 {
  width: 33.33333333%;
}

#ripley-tendencias .col-xs-3 {
  width: 25%;
}

#ripley-tendencias .col-xs-2 {
  width: 16.66666667%;
}

#ripley-tendencias .col-xs-1 {
  width: 8.33333333%;
}

#ripley-tendencias .col-xs-pull-12 {
  right: 100%;
}

#ripley-tendencias .col-xs-pull-11 {
  right: 91.66666667%;
}

#ripley-tendencias .col-xs-pull-10 {
  right: 83.33333333%;
}

#ripley-tendencias .col-xs-pull-9 {
  right: 75%;
}

#ripley-tendencias .col-xs-pull-8 {
  right: 66.66666667%;
}

#ripley-tendencias .col-xs-pull-7 {
  right: 58.33333333%;
}

#ripley-tendencias .col-xs-pull-6 {
  right: 50%;
}

#ripley-tendencias .col-xs-pull-5 {
  right: 41.66666667%;
}

#ripley-tendencias .col-xs-pull-4 {
  right: 33.33333333%;
}

#ripley-tendencias .col-xs-pull-3 {
  right: 25%;
}

#ripley-tendencias .col-xs-pull-2 {
  right: 16.66666667%;
}

#ripley-tendencias .col-xs-pull-1 {
  right: 8.33333333%;
}

#ripley-tendencias .col-xs-pull-0 {
  right: auto;
}

#ripley-tendencias .col-xs-push-12 {
  left: 100%;
}

#ripley-tendencias .col-xs-push-11 {
  left: 91.66666667%;
}

#ripley-tendencias .col-xs-push-10 {
  left: 83.33333333%;
}

#ripley-tendencias .col-xs-push-9 {
  left: 75%;
}

#ripley-tendencias .col-xs-push-8 {
  left: 66.66666667%;
}

#ripley-tendencias .col-xs-push-7 {
  left: 58.33333333%;
}

#ripley-tendencias .col-xs-push-6 {
  left: 50%;
}

#ripley-tendencias .col-xs-push-5 {
  left: 41.66666667%;
}

#ripley-tendencias .col-xs-push-4 {
  left: 33.33333333%;
}

#ripley-tendencias .col-xs-push-3 {
  left: 25%;
}

#ripley-tendencias .col-xs-push-2 {
  left: 16.66666667%;
}

#ripley-tendencias .col-xs-push-1 {
  left: 8.33333333%;
}

#ripley-tendencias .col-xs-push-0 {
  left: auto;
}

#ripley-tendencias .col-xs-offset-12 {
  margin-left: 100%;
}

#ripley-tendencias .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

#ripley-tendencias .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

#ripley-tendencias .col-xs-offset-9 {
  margin-left: 75%;
}

#ripley-tendencias .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

#ripley-tendencias .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

#ripley-tendencias .col-xs-offset-6 {
  margin-left: 50%;
}

#ripley-tendencias .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

#ripley-tendencias .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

#ripley-tendencias .col-xs-offset-3 {
  margin-left: 25%;
}

#ripley-tendencias .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

#ripley-tendencias .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

#ripley-tendencias .col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  #ripley-tendencias .col-sm-1, #ripley-tendencias .col-sm-2, #ripley-tendencias .col-sm-3, #ripley-tendencias .col-sm-4, #ripley-tendencias .col-sm-5, #ripley-tendencias .col-sm-6, #ripley-tendencias .col-sm-7, #ripley-tendencias .col-sm-8, #ripley-tendencias .col-sm-9, #ripley-tendencias .col-sm-10, #ripley-tendencias .col-sm-11, #ripley-tendencias .col-sm-12 {
    float: left;
  }
  #ripley-tendencias .col-sm-12 {
    width: 100%;
  }
  #ripley-tendencias .col-sm-11 {
    width: 91.66666667%;
  }
  #ripley-tendencias .col-sm-10 {
    width: 83.33333333%;
  }
  #ripley-tendencias .col-sm-9 {
    width: 75%;
  }
  #ripley-tendencias .col-sm-8 {
    width: 66.66666667%;
  }
  #ripley-tendencias .col-sm-7 {
    width: 58.33333333%;
  }
  #ripley-tendencias .col-sm-6 {
    width: 50%;
  }
  #ripley-tendencias .col-sm-5 {
    width: 41.66666667%;
  }
  #ripley-tendencias .col-sm-4 {
    width: 33.33333333%;
  }
  #ripley-tendencias .col-sm-3 {
    width: 25%;
  }
  #ripley-tendencias .col-sm-2 {
    width: 16.66666667%;
  }
  #ripley-tendencias .col-sm-1 {
    width: 8.33333333%;
  }
  #ripley-tendencias .col-sm-pull-12 {
    right: 100%;
  }
  #ripley-tendencias .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #ripley-tendencias .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #ripley-tendencias .col-sm-pull-9 {
    right: 75%;
  }
  #ripley-tendencias .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #ripley-tendencias .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #ripley-tendencias .col-sm-pull-6 {
    right: 50%;
  }
  #ripley-tendencias .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #ripley-tendencias .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #ripley-tendencias .col-sm-pull-3 {
    right: 25%;
  }
  #ripley-tendencias .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #ripley-tendencias .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #ripley-tendencias .col-sm-pull-0 {
    right: auto;
  }
  #ripley-tendencias .col-sm-push-12 {
    left: 100%;
  }
  #ripley-tendencias .col-sm-push-11 {
    left: 91.66666667%;
  }
  #ripley-tendencias .col-sm-push-10 {
    left: 83.33333333%;
  }
  #ripley-tendencias .col-sm-push-9 {
    left: 75%;
  }
  #ripley-tendencias .col-sm-push-8 {
    left: 66.66666667%;
  }
  #ripley-tendencias .col-sm-push-7 {
    left: 58.33333333%;
  }
  #ripley-tendencias .col-sm-push-6 {
    left: 50%;
  }
  #ripley-tendencias .col-sm-push-5 {
    left: 41.66666667%;
  }
  #ripley-tendencias .col-sm-push-4 {
    left: 33.33333333%;
  }
  #ripley-tendencias .col-sm-push-3 {
    left: 25%;
  }
  #ripley-tendencias .col-sm-push-2 {
    left: 16.66666667%;
  }
  #ripley-tendencias .col-sm-push-1 {
    left: 8.33333333%;
  }
  #ripley-tendencias .col-sm-push-0 {
    left: auto;
  }
  #ripley-tendencias .col-sm-offset-12 {
    margin-left: 100%;
  }
  #ripley-tendencias .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #ripley-tendencias .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #ripley-tendencias .col-sm-offset-9 {
    margin-left: 75%;
  }
  #ripley-tendencias .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #ripley-tendencias .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #ripley-tendencias .col-sm-offset-6 {
    margin-left: 50%;
  }
  #ripley-tendencias .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #ripley-tendencias .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #ripley-tendencias .col-sm-offset-3 {
    margin-left: 25%;
  }
  #ripley-tendencias .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #ripley-tendencias .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #ripley-tendencias .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  #ripley-tendencias .col-md-1, #ripley-tendencias .col-md-2, #ripley-tendencias .col-md-3, #ripley-tendencias .col-md-4, #ripley-tendencias .col-md-5, #ripley-tendencias .col-md-6, #ripley-tendencias .col-md-7, #ripley-tendencias .col-md-8, #ripley-tendencias .col-md-9, #ripley-tendencias .col-md-10, #ripley-tendencias .col-md-11, #ripley-tendencias .col-md-12 {
    float: left;
  }
  #ripley-tendencias .col-md-12 {
    width: 100%;
  }
  #ripley-tendencias .col-md-11 {
    width: 91.66666667%;
  }
  #ripley-tendencias .col-md-10 {
    width: 83.33333333%;
  }
  #ripley-tendencias .col-md-9 {
    width: 75%;
  }
  #ripley-tendencias .col-md-8 {
    width: 66.66666667%;
  }
  #ripley-tendencias .col-md-7 {
    width: 58.33333333%;
  }
  #ripley-tendencias .col-md-6 {
    width: 50%;
  }
  #ripley-tendencias .col-md-5 {
    width: 41.66666667%;
  }
  #ripley-tendencias .col-md-4 {
    width: 33.33333333%;
  }
  #ripley-tendencias .col-md-3 {
    width: 25%;
  }
  #ripley-tendencias .col-md-2 {
    width: 16.66666667%;
  }
  #ripley-tendencias .col-md-1 {
    width: 8.33333333%;
  }
  #ripley-tendencias .col-md-pull-12 {
    right: 100%;
  }
  #ripley-tendencias .col-md-pull-11 {
    right: 91.66666667%;
  }
  #ripley-tendencias .col-md-pull-10 {
    right: 83.33333333%;
  }
  #ripley-tendencias .col-md-pull-9 {
    right: 75%;
  }
  #ripley-tendencias .col-md-pull-8 {
    right: 66.66666667%;
  }
  #ripley-tendencias .col-md-pull-7 {
    right: 58.33333333%;
  }
  #ripley-tendencias .col-md-pull-6 {
    right: 50%;
  }
  #ripley-tendencias .col-md-pull-5 {
    right: 41.66666667%;
  }
  #ripley-tendencias .col-md-pull-4 {
    right: 33.33333333%;
  }
  #ripley-tendencias .col-md-pull-3 {
    right: 25%;
  }
  #ripley-tendencias .col-md-pull-2 {
    right: 16.66666667%;
  }
  #ripley-tendencias .col-md-pull-1 {
    right: 8.33333333%;
  }
  #ripley-tendencias .col-md-pull-0 {
    right: auto;
  }
  #ripley-tendencias .col-md-push-12 {
    left: 100%;
  }
  #ripley-tendencias .col-md-push-11 {
    left: 91.66666667%;
  }
  #ripley-tendencias .col-md-push-10 {
    left: 83.33333333%;
  }
  #ripley-tendencias .col-md-push-9 {
    left: 75%;
  }
  #ripley-tendencias .col-md-push-8 {
    left: 66.66666667%;
  }
  #ripley-tendencias .col-md-push-7 {
    left: 58.33333333%;
  }
  #ripley-tendencias .col-md-push-6 {
    left: 50%;
  }
  #ripley-tendencias .col-md-push-5 {
    left: 41.66666667%;
  }
  #ripley-tendencias .col-md-push-4 {
    left: 33.33333333%;
  }
  #ripley-tendencias .col-md-push-3 {
    left: 25%;
  }
  #ripley-tendencias .col-md-push-2 {
    left: 16.66666667%;
  }
  #ripley-tendencias .col-md-push-1 {
    left: 8.33333333%;
  }
  #ripley-tendencias .col-md-push-0 {
    left: auto;
  }
  #ripley-tendencias .col-md-offset-12 {
    margin-left: 100%;
  }
  #ripley-tendencias .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #ripley-tendencias .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #ripley-tendencias .col-md-offset-9 {
    margin-left: 75%;
  }
  #ripley-tendencias .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #ripley-tendencias .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #ripley-tendencias .col-md-offset-6 {
    margin-left: 50%;
  }
  #ripley-tendencias .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #ripley-tendencias .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #ripley-tendencias .col-md-offset-3 {
    margin-left: 25%;
  }
  #ripley-tendencias .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #ripley-tendencias .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #ripley-tendencias .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  #ripley-tendencias .col-lg-1, #ripley-tendencias .col-lg-2, #ripley-tendencias .col-lg-3, #ripley-tendencias .col-lg-4, #ripley-tendencias .col-lg-5, #ripley-tendencias .col-lg-6, #ripley-tendencias .col-lg-7, #ripley-tendencias .col-lg-8, #ripley-tendencias .col-lg-9, #ripley-tendencias .col-lg-10, #ripley-tendencias .col-lg-11, #ripley-tendencias .col-lg-12 {
    float: left;
  }
  #ripley-tendencias .col-lg-12 {
    width: 100%;
  }
  #ripley-tendencias .col-lg-11 {
    width: 91.66666667%;
  }
  #ripley-tendencias .col-lg-10 {
    width: 83.33333333%;
  }
  #ripley-tendencias .col-lg-9 {
    width: 75%;
  }
  #ripley-tendencias .col-lg-8 {
    width: 66.66666667%;
  }
  #ripley-tendencias .col-lg-7 {
    width: 58.33333333%;
  }
  #ripley-tendencias .col-lg-6 {
    width: 50%;
  }
  #ripley-tendencias .col-lg-5 {
    width: 41.66666667%;
  }
  #ripley-tendencias .col-lg-4 {
    width: 33.33333333%;
  }
  #ripley-tendencias .col-lg-3 {
    width: 25%;
  }
  #ripley-tendencias .col-lg-2 {
    width: 16.66666667%;
  }
  #ripley-tendencias .col-lg-1 {
    width: 8.33333333%;
  }
  #ripley-tendencias .col-lg-pull-12 {
    right: 100%;
  }
  #ripley-tendencias .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #ripley-tendencias .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #ripley-tendencias .col-lg-pull-9 {
    right: 75%;
  }
  #ripley-tendencias .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #ripley-tendencias .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #ripley-tendencias .col-lg-pull-6 {
    right: 50%;
  }
  #ripley-tendencias .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #ripley-tendencias .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #ripley-tendencias .col-lg-pull-3 {
    right: 25%;
  }
  #ripley-tendencias .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #ripley-tendencias .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #ripley-tendencias .col-lg-pull-0 {
    right: auto;
  }
  #ripley-tendencias .col-lg-push-12 {
    left: 100%;
  }
  #ripley-tendencias .col-lg-push-11 {
    left: 91.66666667%;
  }
  #ripley-tendencias .col-lg-push-10 {
    left: 83.33333333%;
  }
  #ripley-tendencias .col-lg-push-9 {
    left: 75%;
  }
  #ripley-tendencias .col-lg-push-8 {
    left: 66.66666667%;
  }
  #ripley-tendencias .col-lg-push-7 {
    left: 58.33333333%;
  }
  #ripley-tendencias .col-lg-push-6 {
    left: 50%;
  }
  #ripley-tendencias .col-lg-push-5 {
    left: 41.66666667%;
  }
  #ripley-tendencias .col-lg-push-4 {
    left: 33.33333333%;
  }
  #ripley-tendencias .col-lg-push-3 {
    left: 25%;
  }
  #ripley-tendencias .col-lg-push-2 {
    left: 16.66666667%;
  }
  #ripley-tendencias .col-lg-push-1 {
    left: 8.33333333%;
  }
  #ripley-tendencias .col-lg-push-0 {
    left: auto;
  }
  #ripley-tendencias .col-lg-offset-12 {
    margin-left: 100%;
  }
  #ripley-tendencias .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #ripley-tendencias .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #ripley-tendencias .col-lg-offset-9 {
    margin-left: 75%;
  }
  #ripley-tendencias .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #ripley-tendencias .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #ripley-tendencias .col-lg-offset-6 {
    margin-left: 50%;
  }
  #ripley-tendencias .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #ripley-tendencias .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #ripley-tendencias .col-lg-offset-3 {
    margin-left: 25%;
  }
  #ripley-tendencias .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #ripley-tendencias .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #ripley-tendencias .col-lg-offset-0 {
    margin-left: 0%;
  }
}

#ripley-tendencias .clearfix:before,
#ripley-tendencias .clearfix:after,
#ripley-tendencias .container:before,
#ripley-tendencias .container:after,
#ripley-tendencias .container-fluid:before,
#ripley-tendencias .container-fluid:after,
#ripley-tendencias .row:before,
#ripley-tendencias .row:after {
  content: " ";
  display: table;
}

#ripley-tendencias .clearfix:after,
#ripley-tendencias .container:after,
#ripley-tendencias .container-fluid:after,
#ripley-tendencias .row:after {
  clear: both;
}

#ripley-tendencias .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#ripley-tendencias .pull-right {
  float: right !important;
}

#ripley-tendencias .pull-left {
  float: left !important;
}

#ripley-tendencias .hide {
  display: none !important;
}

#ripley-tendencias .show {
  display: block !important;
}

#ripley-tendencias .invisible {
  visibility: hidden;
}

#ripley-tendencias .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#ripley-tendencias .hidden {
  display: none !important;
}

#ripley-tendencias .affix {
  position: fixed;
}

@font-face {
  font-family: 'belleza';
  src: url("fonts/belleza/belleza-regular-webfont.eot");
  src: url("fonts/belleza/belleza-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/belleza/belleza-regular-webfont.woff2") format("woff2"), url("fonts/belleza/belleza-regular-webfont.woff") format("woff"), url("fonts/belleza/belleza-regular-webfont.ttf") format("truetype"), url("fonts/belleza/belleza-regular-webfont.svg#bellezaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'campton';
  src: url("fonts/campton/305947_0_0.eot");
  src: url("fonts/campton/305947_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/campton/305947_0_0.woff2") format("woff2"), url("fonts/campton/305947_0_0.woff") format("woff"), url("fonts/campton/305947_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
Generales
*/
body {
  margin: 0;
}

#ripley-tendencias {
  /*
  Auxiliares
  */
  /*------------------------------------------------------------------------------Media queris */
}

#ripley-tendencias *:focus {
  outline: none;
}

#ripley-tendencias button {
  font-family: "belleza", serif;
}

#ripley-tendencias ul {
  margin-left: 0;
}

#ripley-tendencias .only-on-mobile {
  display: none !important;
}

#ripley-tendencias .to-the-left {
  float: left;
}

#ripley-tendencias .to-the-right {
  float: right;
}

#ripley-tendencias .align-left {
  text-align: left;
}

#ripley-tendencias .align-center {
  text-align: center;
}

#ripley-tendencias .align-right {
  text-align: right;
}

#ripley-tendencias .relative-position {
  position: relative;
}

#ripley-tendencias .ohidden {
  overflow: hidden;
}

#ripley-tendencias .inline-list {
  display: table;
  width: 100%;
}

#ripley-tendencias .inline-list li {
  display: table-cell;
  vertical-align: middle;
}

#ripley-tendencias .inline-list.floated {
  display: block;
  overflow: hidden;
}

#ripley-tendencias .inline-list.floated li {
  display: block;
  float: left;
  margin-right: 10px;
}

#ripley-tendencias .block-element {
  display: block;
}

#ripley-tendencias .inline-element {
  display: inline-block;
  vertical-align: middle;
}

#ripley-tendencias .table-element {
  display: table;
  width: 100%;
}

#ripley-tendencias .table-element .csm-table-cell {
  display: table-cell;
}

#ripley-tendencias pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

#ripley-tendencias .button-reset, #ripley-tendencias .btn, #ripley-tendencias .close-lightbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  outline: 0;
  padding: 0;
}

#ripley-tendencias .border {
  border: 1px solid;
}

#ripley-tendencias .elastic-img {
  width: 100%;
  height: auto;
}

#ripley-tendencias .elastic-img-limit {
  max-width: 100%;
  height: auto;
}

#ripley-tendencias .bordered-img {
  background-color: #FFF;
  padding: 5px;
}

#ripley-tendencias .fly-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#ripley-tendencias .centered-img {
  display: block;
  margin: 0 auto;
}

#ripley-tendencias .centered-element {
  display: block !important;
  margin: 0 auto;
}

#ripley-tendencias .clearfix {
  *zoom: 1;
}

#ripley-tendencias .clearfix:before, #ripley-tendencias .clearfix:after {
  content: " ";
  display: table;
}

#ripley-tendencias .clearfix:after {
  clear: both;
}

#ripley-tendencias .clear {
  clear: both;
}

#ripley-tendencias .line-botom {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#ripley-tendencias .small-text {
  font-size: 12px;
}

#ripley-tendencias .full-container {
  clear: both;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #ripley-tendencias .only-on-mobile {
    display: block !important;
  }
  #ripley-tendencias .hide-if-mobile {
    display: none !important;
  }
  #ripley-tendencias .full-if-mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

/*
Botones
*/
#ripley-tendencias .btn {
  background-color: #000000;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms;
  vertical-align: middle;
  text-transform: uppercase;
}

#ripley-tendencias .btn:hover {
  background-color: #ffffff;
  color: #999999;
}

#ripley-tendencias .btn-transparent {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

#ripley-tendencias .btn-transparent:hover {
  background-color: #000000;
  color: #ffffff;
}

#ripley-tendencias .btn-ocultar {
  background-color: #FFACA4;
  margin-top: 10px;
  padding: 5px 20px;
}

#ripley-tendencias .btn-ocultar:hover {
  padding: 5px 20px;
  background-color: #ffc3be;
}

#ripley-tendencias .btn-ocultar span {
  background-color: transparent !important;
}

#ripley-tendencias .btn-more {
  background-color: #FFACA4;
  margin-top: 10px;
  padding: 15px 20px;
  color: #ffffff;
}

#ripley-tendencias .btn-more:hover {
  padding: 15px 20px;
  background-color: #ffc3be;
  color: #ffffff;
}

#ripley-tendencias .btn-container {
  clear: both;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

/*
Text
*/
#ripley-tendencias {
  font-family: "belleza", serif;
  font-size: 14px;
}

#ripley-tendencias h1, #ripley-tendencias h2, #ripley-tendencias h3, #ripley-tendencias h4, #ripley-tendencias h5, #ripley-tendencias h6 {
  margin-top: 0;
  line-height: 120%;
}

#ripley-tendencias h1 {
  font-size: 36px;
}

#ripley-tendencias h2 {
  font-size: 34px;
  font-weight: 300;
}

#ripley-tendencias h3 {
  font-size: 18px;
}

#ripley-tendencias h4 {
  font-size: 16px;
}

#ripley-tendencias h5 {
  font-size: 14px;
}

#ripley-tendencias h6 {
  font-size: 14px;
}

#ripley-tendencias .title-bold {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  margin-right: 15px;
}

#ripley-tendencias .title-upper {
  text-transform: uppercase;
  font-size: 16px;
  color: #777777;
  margin-bottom: 20px;
  display: block;
}

#ripley-tendencias p {
  font-size: 12px;
  line-height: 140%;
  margin: 0 0 10px;
}

#ripley-tendencias a {
  text-decoration: underline;
  font-weight: 400;
}

#ripley-tendencias a:focus {
  outline: 0 none;
}

#ripley-tendencias .bold {
  font-weight: 700;
}

#ripley-tendencias .black {
  color: #000000;
}

#ripley-tendencias .slider-microtrend {
  position: relative;
}

#ripley-tendencias .slider-nars figure img {
  width: 100%;
}

#ripley-tendencias .slick-list {
  padding: 0 !important;
}

#ripley-tendencias .slick-prev, #ripley-tendencias .slick-next {
  background: url("../images/iconos/slider-micro.svg") no-repeat left top;
  width: 8px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  border-radius: 0;
  border: none;
  z-index: 99;
  position: absolute;
  padding: 0;
}

#ripley-tendencias .slick-prev:hover, #ripley-tendencias .slick-next:hover {
  opacity: 0.8;
}

#ripley-tendencias .slick-prev {
  top: 50%;
  margin-top: -13px;
  left: 0;
  background-position: 0 0;
}

#ripley-tendencias .slick-next {
  top: 50%;
  margin-top: -13px;
  right: 0;
  background-position: -11px 0;
}

#ripley-tendencias .slick-dots {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}

#ripley-tendencias .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background-color: #CACACA;
  border-radius: 100%;
}

#ripley-tendencias .slick-dots li.slick-active {
  background-color: #CFEBEB;
}

#ripley-tendencias .item figure img {
  margin: 0 auto;
}

#ripley-tendencias .slider-marcas {
  list-style: none;
  width: 90%;
  margin: 0 auto 80px;
}

#ripley-tendencias .slider-marcas .item {
  margin: 0 10px;
  float: left;
  padding: 10px 0;
}

#ripley-tendencias .slider-marcas .item.slick-center a {
  text-align: center;
}

#ripley-tendencias .slider-marcas .item.slick-center a img {
  opacity: 1;
  max-width: 200%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

#ripley-tendencias .slider-marcas .item a {
  display: block;
  padding: 0 10px;
}

#ripley-tendencias .slider-marcas .item a img {
  width: 100%;
  opacity: 0.3;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

#ripley-tendencias .slider-productos {
  max-width: 400px;
}

@media (max-width: 640px) {
  #ripley-tendencias .slider-productos {
    margin-bottom: 30px;
  }
}

#ripley-tendencias .slider-productos .slider-item {
  float: left;
}

#ripley-tendencias .slider-productos .slick-prev, #ripley-tendencias .slider-productos .slick-next {
  background: url("../images/iconos/slider-bode.svg") no-repeat left top;
  width: 22px;
  height: 55px;
  display: block;
  text-indent: -9999px;
  border-radius: 0;
  border: none;
  z-index: 99;
  position: absolute;
  padding: 0;
}

#ripley-tendencias .slider-productos .slick-prev:hover, #ripley-tendencias .slider-productos .slick-next:hover {
  opacity: 0.8;
}

#ripley-tendencias .slider-productos .slick-prev {
  top: 50%;
  margin-top: -27px;
  left: 10px;
  background-position: 0 0;
}

#ripley-tendencias .slider-productos .slick-next {
  top: 50%;
  margin-top: -27px;
  right: 10px;
  background-position: -30px 0;
}

#ripley-tendencias .slider-productos .producto a {
  display: block;
  position: relative;
}

#ripley-tendencias .slider-productos .producto a .hover-producto {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#ripley-tendencias .slider-productos .producto a .hover-producto .btn {
  min-width: 100px;
}

#ripley-tendencias .slider-productos .producto a:hover .hover-producto {
  visibility: visible;
  opacity: 1;
}

#ripley-tendencias .slider-recorte {
  list-style: none;
  width: 100%;
  margin: 50px auto 50px;
}

@media (max-width: 768px) {
  #ripley-tendencias .slider-recorte {
    margin: 20px auto 30px;
  }
}

#ripley-tendencias .slider-recorte .slider-item {
  margin: 0 15px;
  float: left;
}

#ripley-tendencias .slider-recorte .producto a {
  display: block;
  position: relative;
}

#ripley-tendencias .slider-recorte .producto a img {
  padding: 10px;
}

#ripley-tendencias .slider-recorte .producto a .hover-producto {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#ripley-tendencias .slider-recorte .producto a .hover-producto .btn {
  min-width: 100px;
}

#ripley-tendencias .slider-recorte .producto a:hover .hover-producto {
  visibility: visible;
  opacity: 1;
}

#ripley-tendencias .s-playeras {
  margin: 30px 0 50px;
}

body {
  padding: 0 0 0;
}

@media (max-width: 767px) {
  body {
    padding: 0 0 0;
  }
}

.ripley-header {
  margin-bottom: 0;
}

#ripley-tendencias img {
  width: 100%;
}

#ripley-tendencias .bajada {
  text-align: center;
}

#ripley-tendencias .bajada.bajada-home p {
  padding: 120px 0;
  color: #000000;
  font-size: 26px;
}

@media (max-width: 1024px) {
  #ripley-tendencias .bajada.bajada-home p {
    padding: 60px 15px;
    font-size: 18px;
  }
}

#ripley-tendencias .bajada p {
  padding: 45px 80px 45px;
  font-size: 21px;
  color: #000000;
  transition: all ease 300ms;
}

@media (max-width: 1024px) {
  #ripley-tendencias .bajada p {
    padding: 30px 15px;
    font-size: 18px;
  }
}

#ripley-tendencias .tendencias-home {
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  #ripley-tendencias .tendencias-home {
    margin-bottom: 50px;
  }
}

#ripley-tendencias .tendencias-home article {
  padding: 0;
}

#ripley-tendencias .tendencias-home article a {
  display: block;
}

#ripley-tendencias .tendencias-home article a figure {
  position: relative;
}

#ripley-tendencias .tendencias-home article a figure img {
  width: 100%;
}

#ripley-tendencias .tendencias-home article a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: background-color ease 300ms;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #ripley-tendencias .tendencias-home article a figure figcaption {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

#ripley-tendencias .tendencias-home article a figure figcaption .text {
  opacity: 0;
  transition: opacity ease 300ms;
}

@media (max-width: 1280px) {
  #ripley-tendencias .tendencias-home article a figure figcaption .text {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  #ripley-tendencias .tendencias-home article a figure figcaption .text {
    opacity: 1;
  }
}

#ripley-tendencias .tendencias-home article a figure figcaption h2 {
  display: block;
  text-indent: -9999px;
  margin: 0 auto 20px;
}

#ripley-tendencias .tendencias-home article a figure figcaption h2.logo-digital {
  background: url("../images/logos/logo-digital-sport.svg") no-repeat center;
  width: 594px;
  height: 60px;
}

@media (max-width: 1280px) {
  #ripley-tendencias .tendencias-home article a figure figcaption h2.logo-digital {
    background-size: contain;
    width: 90%;
    height: 8vw;
  }
}

#ripley-tendencias .tendencias-home article a figure figcaption h2.logo-summer {
  background: url("../images/logos/logo-spanish-summer.svg") no-repeat center;
  width: 641px;
  height: 88px;
}

@media (max-width: 1280px) {
  #ripley-tendencias .tendencias-home article a figure figcaption h2.logo-summer {
    background-size: contain;
    width: 90%;
    height: 8vw;
  }
}

#ripley-tendencias .tendencias-home article a figure figcaption h2.logo-romance {
  background: url("../images/logos/logo-high-romance.svg") no-repeat center;
  width: 563px;
  height: 72px;
}

@media (max-width: 1280px) {
  #ripley-tendencias .tendencias-home article a figure figcaption h2.logo-romance {
    background-size: contain;
    width: 90%;
    height: 8vw;
  }
}

#ripley-tendencias .tendencias-home article a figure figcaption h2.logo-minimal {
  background: url("../images/logos/logo-minimal-chic.svg") no-repeat center;
  width: 570px;
  height: 70px;
}

@media (max-width: 1280px) {
  #ripley-tendencias .tendencias-home article a figure figcaption h2.logo-minimal {
    background-size: contain;
    width: 90%;
    height: 8vw;
  }
}

#ripley-tendencias .tendencias-home article a figure figcaption span {
  background-color: #FFACA4;
  padding: 10px 40px;
  font-family: "campton", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 768px) {
  #ripley-tendencias .tendencias-home article a figure figcaption span {
    background-color: transparent;
    text-decoration: underline;
    font-size: 12px;
  }
}

#ripley-tendencias .tendencias-home article a:hover figure figcaption {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2);
}

#ripley-tendencias .tendencias-home article a:hover figure figcaption .text {
  opacity: 1;
}

#ripley-tendencias .secciones article {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  #ripley-tendencias .secciones article {
    margin-bottom: 30px;
  }
}

#ripley-tendencias .secciones article .link-seccion {
  overflow: hidden;
  display: block;
  text-align: center;
}

#ripley-tendencias .secciones article .link-seccion h3 {
  color: #000000;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
}

@media (max-width: 1024px) {
  #ripley-tendencias .secciones article .link-seccion h3 {
    font-size: 24px;
  }
}

#ripley-tendencias .secciones article .link-seccion .video {
  position: relative;
  line-height: 0;
}

#ripley-tendencias .secciones article .link-seccion .video figure {
  display: none;
}

@media (max-width: 767px) {
  #ripley-tendencias .secciones article .link-seccion .video figure {
    display: block;
  }
}

#ripley-tendencias .secciones article .link-seccion .video video {
  width: 100%;
}

@media (max-width: 767px) {
  #ripley-tendencias .secciones article .link-seccion .video video {
    display: none;
  }
}

#ripley-tendencias .secciones article .link-seccion .video .hover-video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  transition: background-color ease 300ms;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #ripley-tendencias .secciones article .link-seccion .video .hover-video {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

#ripley-tendencias .secciones article .link-seccion .video .hover-video .text {
  opacity: 0;
  transition: opacity ease 300ms;
}

@media (max-width: 1280px) {
  #ripley-tendencias .secciones article .link-seccion .video .hover-video .text {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  #ripley-tendencias .secciones article .link-seccion .video .hover-video .text {
    opacity: 1;
  }
}

#ripley-tendencias .secciones article .link-seccion .video:hover .hover-video {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2);
}

#ripley-tendencias .secciones article .link-seccion .video:hover .hover-video .text {
  opacity: 1;
}

#ripley-tendencias .secciones article .link-seccion figure {
  position: relative;
}

#ripley-tendencias .secciones article .link-seccion figure img {
  width: 100%;
}

#ripley-tendencias .secciones article .link-seccion figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: background-color ease 300ms;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #ripley-tendencias .secciones article .link-seccion figure figcaption {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

#ripley-tendencias .secciones article .link-seccion figure figcaption .text {
  opacity: 0;
  transition: opacity ease 300ms;
}

@media (max-width: 1280px) {
  #ripley-tendencias .secciones article .link-seccion figure figcaption .text {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  #ripley-tendencias .secciones article .link-seccion figure figcaption .text {
    opacity: 1;
  }
}

#ripley-tendencias .secciones article .link-seccion span {
  background-color: #FFACA4;
  padding: 10px 40px;
  font-family: "campton", sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 768px) {
  #ripley-tendencias .secciones article .link-seccion span {
    background-color: transparent;
    text-decoration: underline;
    font-size: 12px;
  }
}

#ripley-tendencias .secciones article .link-seccion:hover figure figcaption {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.2);
}

#ripley-tendencias .secciones article .link-seccion:hover figure figcaption .text {
  opacity: 1;
}

#ripley-tendencias .name-seccion {
  font-size: 28px;
  text-align: center;
  padding: 45px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  margin: 0 auto;
  color: #000000;
}

#ripley-tendencias .name-seccion:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
  margin-bottom: 30px;
}

#ripley-tendencias .name-seccion.white {
  color: #ffffff;
  margin-bottom: 30px;
}

#ripley-tendencias .name-seccion.white:after {
  display: none;
}

@media (max-width: 767px) {
  #ripley-tendencias .name-seccion {
    padding: 25px 0 0;
  }
}

#ripley-tendencias .street-style .personaje {
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
}

#ripley-tendencias .street-style .personaje .nombre-personaje {
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "campton", sans-serif;
  color: #231F20;
  margin-bottom: 10px;
}

#ripley-tendencias .street-style .personaje .profecion {
  text-align: center;
  padding: 0;
  color: #231F20;
}

#ripley-tendencias .street-style .personaje .descripcion {
  padding: 20px 0;
}

#ripley-tendencias .street-style .personaje p {
  font-size: 16px;
  font-family: "campton", sans-serif;
  padding: 20px 0 50px;
}

#ripley-tendencias .street-style .personaje .street-producto {
  border: 1px solid #231F20;
}

#ripley-tendencias .street-style .personaje .street-producto img {
  width: 100%;
}

#ripley-tendencias .street-style .personaje .street-producto a {
  display: block;
  position: relative;
}

#ripley-tendencias .street-style .personaje .street-producto a .hover-producto {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#ripley-tendencias .street-style .personaje .street-producto a .hover-producto .btn {
  min-width: 200px;
}

#ripley-tendencias .street-style .personaje .street-producto a:hover .hover-producto {
  visibility: visible;
  opacity: 1;
}

#ripley-tendencias .street-style .personaje .imagen img {
  width: 100%;
}

@media (max-width: 880px) {
  #ripley-tendencias .street-style .personaje .imagen {
    margin-bottom: 30px;
  }
}

#ripley-tendencias .container-scroll {
  width: 100%;
  background-color: #c9c9c9;
  height: 5px;
}

#ripley-tendencias .container-scroll .scroll {
  width: 5%;
  background-color: #ffaca4;
  height: 5px;
  display: block;
}

#ripley-tendencias .redes-sociales {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#ripley-tendencias .redes-sociales.redes-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ripley-tendencias .redes-sociales li {
  margin-right: 10px;
}

#ripley-tendencias .redes-sociales li:last-child {
  margin-right: 0;
}

#ripley-tendencias .show-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url("../images/iconos/munu-mobile.svg") no-repeat center #FFACA2;
  width: 30px;
  height: 30px;
  z-index: 99999;
  text-indent: -9999px;
  transition: all ease 300ms;
}

#ripley-tendencias .show-menu.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  #ripley-tendencias .show-menu {
    display: block;
  }
}

#ripley-tendencias .cluster {
  margin: 30px 0;
}

#ripley-tendencias .playeras .bajada p {
  padding: 15px 80px 30px;
}

#ripley-tendencias .playeras .bg-pink {
  padding: 0 0 200px;
  background: #F9B7AA;
}

#ripley-tendencias .playeras .video {
  border: 10px solid #97D4DD;
  background: #ffffff;
  width: 100%;
  margin: -200px 0 0;
}

#ripley-tendencias .playeras .video video {
  width: 100%;
}

@media (max-width: 767px) {
  #ripley-tendencias .playeras .video video {
    display: none;
  }
}

#ripley-tendencias .playeras .video figure {
  display: none;
}

@media (max-width: 767px) {
  #ripley-tendencias .playeras .video figure {
    display: block;
  }
}

#ripley-tendencias .playeras .bodegones {
  padding: 0 0 50px;
}

#ripley-tendencias .playeras .bodegones .bodegon img {
  margin: 0 0 20px;
}

#ripley-tendencias .playeras .bodegones .bodegon h4 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 20px;
}

#ripley-tendencias .playeras .bg-bluesky {
  background: #97D4DD;
  padding: 20px 0 50px;
}

#ripley-tendencias .playeras .tips img {
  border: 10px solid #F9B7AA;
  margin: 0 0 20px;
}

#ripley-tendencias .playeras .tips h4 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 20px;
}

#ripley-tendencias .container-prendas .producto {
  margin-bottom: 30px;
}

#ripley-tendencias .container-prendas .producto a {
  display: block;
  position: relative;
}

#ripley-tendencias .container-prendas .producto a img {
  border: 1px solid #000000;
  padding: 30px;
  width: 100%;
}

#ripley-tendencias .container-prendas .producto a .hover-producto {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#ripley-tendencias .container-prendas .producto a .hover-producto .btn {
  min-width: 200px;
}

#ripley-tendencias .container-prendas .producto a:hover .hover-producto {
  visibility: visible;
  opacity: 1;
}

#ripley-tendencias .producto-recorte {
  margin-bottom: 30px;
}

#ripley-tendencias .producto-recorte a {
  display: block;
  position: relative;
}

#ripley-tendencias .producto-recorte a .hover-producto {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#ripley-tendencias .producto-recorte a .hover-producto .btn {
  min-width: 200px;
}

#ripley-tendencias .producto-recorte a:hover .hover-producto {
  visibility: visible;
  opacity: 1;
}

#ripley-tendencias .container-tendencia {
  overflow: hidden;
}

#ripley-tendencias .legal {
  padding: 20px 0;
}

#ripley-tendencias .el-primer-paso .bg-pink, #ripley-tendencias .el-primer-paso .bg-white {
  padding: 20px 0 70px;
}

#ripley-tendencias .el-primer-paso .bg-pink .redes-sociales, #ripley-tendencias .el-primer-paso .bg-white .redes-sociales {
  padding: 30px 0 0;
  margin-bottom: 0;
}

#ripley-tendencias .el-primer-paso .bg-pink {
  background: #f9b7aa;
}

area:focus {
  outline: none !important;
}

area:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#ripley-tendencias header {
  width: 100%;
  background-color: #000000;
  padding: 25px 0 0;
  z-index: 100;
}

#ripley-tendencias header.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  #ripley-tendencias header.menu-fixed {
    position: relative;
  }
}

#ripley-tendencias header h1 {
  background: url("../images/logos/elige-sandalias.svg") no-repeat left top;
  background-size: contain;
  width: 240px;
  height: auto;
  display: block;
  text-indent: -9999px;
  margin: 0 auto 10px;
}

#ripley-tendencias header h1 a {
  display: block;
}

#ripley-tendencias header nav {
  width: 100%;
  padding: 5px 0 0;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  #ripley-tendencias header nav {
    display: block;
    position: fixed;
    left: -100%;
    min-height: 1000px;
    top: 0;
    background-color: #000000;
    z-index: 9999;
    transition: left ease 300ms;
    border-top: 1px solid #cccccc;
  }
  #ripley-tendencias header nav.active {
    left: 0;
  }
}

#ripley-tendencias header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}

#ripley-tendencias header nav ul li {
  display: table-cell;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  #ripley-tendencias header nav ul li {
    display: block;
  }
}

#ripley-tendencias header nav ul li a, #ripley-tendencias header nav ul li .no-link {
  color: #000000;
  font-size: 12px;
  font-family: "campton", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: text-decoration ease 300ms;
  display: block;
  margin: 5px 0;
}

#ripley-tendencias header nav ul li a:hover, #ripley-tendencias header nav ul li .no-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #ripley-tendencias header nav ul li a, #ripley-tendencias header nav ul li .no-link {
    color: #ffffff;
    margin: 7px 0;
  }
}

#ripley-tendencias header nav ul li .sub-menu {
  width: 300px;
  visibility: hidden;
  max-height: 0;
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #ffffff;
  transition: max-height ease 300ms;
  z-index: 999;
}

@media (max-width: 768px) {
  #ripley-tendencias header nav ul li .sub-menu {
    width: 100%;
    position: relative;
    color: #ffffff;
    display: none;
    visibility: visible;
    top: inherit;
    left: inherit;
    overflow-y: scroll;
    height: 100%;
  }
  #ripley-tendencias header nav ul li .sub-menu.active {
    display: block;
    max-height: inherit !important;
  }
}

#ripley-tendencias header nav ul li .sub-menu span {
  width: 50%;
  float: left;
  display: block;
}

#ripley-tendencias header nav ul li .sub-menu li {
  display: block;
}

#ripley-tendencias header nav ul li .sub-menu li a {
  padding: 5px 0;
}

@media (max-width: 768px) {
  #ripley-tendencias header nav ul li .sub-menu li a {
    color: #000000;
  }
}

#ripley-tendencias header nav ul li:hover .sub-menu {
  visibility: visible;
  max-height: 300px;
}

#ripley-tendencias .icon-redes {
  background: url("../images/iconos/redes.svg") no-repeat left top;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
}

#ripley-tendencias .icon-redes.pink {
  background: url("../images/iconos/redes-pink.svg") no-repeat;
}

#ripley-tendencias .icon-redes.white {
  background: url("../images/iconos/redes-white.svg") no-repeat;
}

#ripley-tendencias .facebook {
  background-position: 0 0 !important;
}

#ripley-tendencias .facebook:hover {
  background-position: 0 -36px !important;
}

#ripley-tendencias .twitter {
  background-position: -36px 0 !important;
}

#ripley-tendencias .twitter:hover {
  background-position: -36px -36px !important;
}

#ripley-tendencias .tumblr {
  background-position: -72px 0 !important;
}

#ripley-tendencias .tumblr:hover {
  background-position: -72px -36px !important;
}

#ripley-tendencias .google {
  background-position: -108px 0 !important;
}

#ripley-tendencias .google:hover {
  background-position: -108px -36px !important;
}

#ripley-tendencias .instagram {
  background-position: -144px 0 !important;
}

#ripley-tendencias .instagram:hover {
  background-position: -144px -36px !important;
}

#ripley-tendencias .blog {
  background-position: -180px 0 !important;
}

#ripley-tendencias .blog:hover {
  background-position: -180px -36px !important;
}

#ripley-tendencias .logo-tendencia {
  display: block;
  margin: 65px auto 0;
  text-indent: -9999px;
  position: relative;
}

@media (max-width: 640px) {
  #ripley-tendencias .logo-tendencia {
    margin: 30px auto 0;
  }
}

#ripley-tendencias .logo-tendencia.logo-digital {
  background: url("../images/logos/logo-digital-sport-black.svg") no-repeat left top;
  max-width: 600px;
  background-size: contain;
  background-position: center;
}

@media (max-width: 640px) {
  #ripley-tendencias .logo-tendencia.logo-digital {
    width: 90%;
  }
}

#ripley-tendencias .logo-tendencia.logo-summer {
  background: url("../images/logos/logo-spanish-summer-black.svg") no-repeat left top;
  max-width: 600px;
  background-size: contain;
  background-position: center;
}

@media (max-width: 640px) {
  #ripley-tendencias .logo-tendencia.logo-summer {
    width: 90%;
    background-size: contain;
    background-position: center;
  }
}

#ripley-tendencias .logo-tendencia.logo-romance {
  background: url("../images/logos/logo-high-romance-black.svg") no-repeat left top;
  max-width: 600px;
  background-size: contain;
  background-position: center;
}

@media (max-width: 640px) {
  #ripley-tendencias .logo-tendencia.logo-romance {
    width: 90%;
    background-size: contain;
    background-position: center;
  }
}

#ripley-tendencias .logo-tendencia.logo-minimal {
  background: url("../images/logos/logo-minimal-chic-black.svg") no-repeat left top;
  max-width: 600px;
  background-size: contain;
  background-position: center;
}

@media (max-width: 640px) {
  #ripley-tendencias .logo-tendencia.logo-minimal {
    width: 90%;
    background-size: contain;
    background-position: center;
  }
}

#ripley-tendencias .container-tendencia .images-left figure, #ripley-tendencias .container-tendencia .images-right figure, #ripley-tendencias .container-tendencia .images-center figure {
  margin: 0 0 30px;
  overflow: hidden;
}

#ripley-tendencias .container-tendencia .images-left .nars, #ripley-tendencias .container-tendencia .images-right .nars, #ripley-tendencias .container-tendencia .images-center .nars {
  position: relative;
}

#ripley-tendencias .container-tendencia .images-left .nars figcaption, #ripley-tendencias .container-tendencia .images-right .nars figcaption, #ripley-tendencias .container-tendencia .images-center .nars figcaption {
  width: 70%;
  height: 100px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 99;
  bottom: 10%;
  left: 15%;
  opacity: 0;
  transition: opacity ease 300ms;
}

#ripley-tendencias .container-tendencia .images-left .nars figcaption:before, #ripley-tendencias .container-tendencia .images-right .nars figcaption:before, #ripley-tendencias .container-tendencia .images-center .nars figcaption:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}

#ripley-tendencias .container-tendencia .images-left .nars figcaption p, #ripley-tendencias .container-tendencia .images-right .nars figcaption p, #ripley-tendencias .container-tendencia .images-center .nars figcaption p {
  font-size: 14px;
  padding: 5px 10px;
  text-align: left;
}

#ripley-tendencias .container-tendencia .images-left .nars figcaption div, #ripley-tendencias .container-tendencia .images-right .nars figcaption div, #ripley-tendencias .container-tendencia .images-center .nars figcaption div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#ripley-tendencias .container-tendencia .images-left .nars figcaption div img, #ripley-tendencias .container-tendencia .images-right .nars figcaption div img, #ripley-tendencias .container-tendencia .images-center .nars figcaption div img {
  width: 100%;
}

#ripley-tendencias .container-tendencia .images-left .nars:hover figcaption, #ripley-tendencias .container-tendencia .images-right .nars:hover figcaption, #ripley-tendencias .container-tendencia .images-center .nars:hover figcaption {
  opacity: 1;
}

#ripley-tendencias .container-tendencia .images-left .image, #ripley-tendencias .container-tendencia .images-right .image, #ripley-tendencias .container-tendencia .images-center .image {
  position: relative;
}

#ripley-tendencias .container-tendencia .images-left .image .o-mov, #ripley-tendencias .container-tendencia .images-right .image .o-mov, #ripley-tendencias .container-tendencia .images-center .image .o-mov {
  display: none;
}

@media (max-width: 768px) {
  #ripley-tendencias .container-tendencia .images-left .image .o-mov, #ripley-tendencias .container-tendencia .images-right .image .o-mov, #ripley-tendencias .container-tendencia .images-center .image .o-mov {
    display: block;
  }
}

#ripley-tendencias .container-tendencia .images-left .image.cc-1 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-1 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-1 .p-1 {
  top: 50%;
  left: 23%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-1 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cc-1 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cc-1 .p-2 {
  top: 40%;
  left: 60%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-1 .p-3, #ripley-tendencias .container-tendencia .images-right .image.cc-1 .p-3, #ripley-tendencias .container-tendencia .images-center .image.cc-1 .p-3 {
  top: 60%;
  left: 70%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-2 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-2 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-2 .p-1 {
  top: 28%;
  left: 8%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-2 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cc-2 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cc-2 .p-2 {
  top: 45%;
  left: 18%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-2 .p-3, #ripley-tendencias .container-tendencia .images-right .image.cc-2 .p-3, #ripley-tendencias .container-tendencia .images-center .image.cc-2 .p-3 {
  top: 30%;
  left: 55%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-2 .p-4, #ripley-tendencias .container-tendencia .images-right .image.cc-2 .p-4, #ripley-tendencias .container-tendencia .images-center .image.cc-2 .p-4 {
  top: 48%;
  left: 57%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-2 .p-5, #ripley-tendencias .container-tendencia .images-right .image.cc-2 .p-5, #ripley-tendencias .container-tendencia .images-center .image.cc-2 .p-5 {
  top: 28%;
  left: 18%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-3 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-3 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-3 .p-1 {
  top: 30%;
  left: 47%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-3 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cc-3 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cc-3 .p-2 {
  top: 55%;
  left: 43%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-4 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-4 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-4 .p-1 {
  top: 58%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-5 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-5 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-5 .p-1 {
  top: 38%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-6 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-6 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-6 .p-1 {
  top: 35%;
  left: 18%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-6 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cc-6 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cc-6 .p-2 {
  top: 48%;
  left: 28%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-7 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-7 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-7 .p-1 {
  top: 38%;
  left: 28%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-8 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-8 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-8 .p-1 {
  top: 15%;
  left: 38%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-8 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cc-8 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cc-8 .p-2 {
  top: 23%;
  left: 58%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-8 .p-3, #ripley-tendencias .container-tendencia .images-right .image.cc-8 .p-3, #ripley-tendencias .container-tendencia .images-center .image.cc-8 .p-3 {
  top: 28%;
  left: 42%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-9 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-9 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-9 .p-1 {
  top: 50%;
  left: 38%;
}

#ripley-tendencias .container-tendencia .images-left .image.cc-10 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cc-10 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cc-10 .p-1 {
  top: 50%;
  left: 38%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-1 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-1 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-1 .p-1 {
  top: 25%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-1 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cs-1 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cs-1 .p-2 {
  top: 50%;
  left: 40%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-2 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-2 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-2 .p-1 {
  top: 25%;
  left: 40%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-2 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cs-2 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cs-2 .p-2 {
  top: 55%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-3 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-3 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-3 .p-1 {
  top: 32%;
  left: 34%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-3 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cs-3 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cs-3 .p-2 {
  top: 52%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-4 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-4 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-4 .p-1 {
  top: 32%;
  left: 55%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-4 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cs-4 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cs-4 .p-2 {
  top: 62%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-5 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-5 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-5 .p-1 {
  top: 58%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-6 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-6 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-6 .p-1 {
  top: 65%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-7 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-7 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-7 .p-1 {
  top: 25%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-7 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cs-7 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cs-7 .p-2 {
  top: 45%;
  left: 55%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-8 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-8 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-8 .p-1 {
  top: 45%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-8 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cs-8 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cs-8 .p-2 {
  top: 34%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-8 .p-3, #ripley-tendencias .container-tendencia .images-right .image.cs-8 .p-3, #ripley-tendencias .container-tendencia .images-center .image.cs-8 .p-3 {
  top: 34%;
  left: 53%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-9 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-9 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-9 .p-1 {
  top: 45%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-9 .p-2, #ripley-tendencias .container-tendencia .images-right .image.cs-9 .p-2, #ripley-tendencias .container-tendencia .images-center .image.cs-9 .p-2 {
  top: 70%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-10 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-10 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-10 .p-1 {
  top: 50%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.cs-11 .p-1, #ripley-tendencias .container-tendencia .images-right .image.cs-11 .p-1, #ripley-tendencias .container-tendencia .images-center .image.cs-11 .p-1 {
  top: 55%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-1 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-1 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-1 .p-1 {
  top: 45%;
  left: 48%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-1 .p-2, #ripley-tendencias .container-tendencia .images-right .image.nn-1 .p-2, #ripley-tendencias .container-tendencia .images-center .image.nn-1 .p-2 {
  top: 70%;
  left: 60%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-2 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-2 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-2 .p-1 {
  top: 30%;
  left: 48%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-2 .p-2, #ripley-tendencias .container-tendencia .images-right .image.nn-2 .p-2, #ripley-tendencias .container-tendencia .images-center .image.nn-2 .p-2 {
  top: 50%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-3 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-3 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-3 .p-1 {
  top: 40%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-4 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-4 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-4 .p-1 {
  top: 60%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-5 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-5 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-5 .p-1 {
  top: 51%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-5 .p-2, #ripley-tendencias .container-tendencia .images-right .image.nn-5 .p-2, #ripley-tendencias .container-tendencia .images-center .image.nn-5 .p-2 {
  top: 41%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-5 .p-3, #ripley-tendencias .container-tendencia .images-right .image.nn-5 .p-3, #ripley-tendencias .container-tendencia .images-center .image.nn-5 .p-3 {
  top: 31%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-6 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-6 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-6 .p-1 {
  top: 51%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-6 .p-2, #ripley-tendencias .container-tendencia .images-right .image.nn-6 .p-2, #ripley-tendencias .container-tendencia .images-center .image.nn-6 .p-2 {
  top: 71%;
  left: 42%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-6 .p-3, #ripley-tendencias .container-tendencia .images-right .image.nn-6 .p-3, #ripley-tendencias .container-tendencia .images-center .image.nn-6 .p-3 {
  top: 21%;
  left: 80%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-6 .p-4, #ripley-tendencias .container-tendencia .images-right .image.nn-6 .p-4, #ripley-tendencias .container-tendencia .images-center .image.nn-6 .p-4 {
  top: 41%;
  left: 71%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-7 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-7 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-7 .p-1 {
  top: 58%;
  left: 48%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-8 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-8 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-8 .p-1 {
  top: 55%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-9 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-9 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-9 .p-1 {
  top: 60%;
  left: 10%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-9 .p-2, #ripley-tendencias .container-tendencia .images-right .image.nn-9 .p-2, #ripley-tendencias .container-tendencia .images-center .image.nn-9 .p-2 {
  top: 60%;
  left: 65%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-10 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-10 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-10 .p-1 {
  top: 45%;
  left: 45%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-10 .p-2, #ripley-tendencias .container-tendencia .images-right .image.nn-10 .p-2, #ripley-tendencias .container-tendencia .images-center .image.nn-10 .p-2 {
  top: 75%;
  left: 60%;
}

#ripley-tendencias .container-tendencia .images-left .image.nn-11 .p-1, #ripley-tendencias .container-tendencia .images-right .image.nn-11 .p-1, #ripley-tendencias .container-tendencia .images-center .image.nn-11 .p-1 {
  top: 52%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-1 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-1 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-1 .p-1 {
  top: 51%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-1 .p-2, #ripley-tendencias .container-tendencia .images-right .image.sf-1 .p-2, #ripley-tendencias .container-tendencia .images-center .image.sf-1 .p-2 {
  top: 41%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-1 .p-3, #ripley-tendencias .container-tendencia .images-right .image.sf-1 .p-3, #ripley-tendencias .container-tendencia .images-center .image.sf-1 .p-3 {
  top: 31%;
  left: 30%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-2 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-2 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-2 .p-1 {
  top: 50%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-3 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-3 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-3 .p-1 {
  top: 50%;
  left: 50%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-4 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-4 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-4 .p-1 {
  top: 53%;
  left: 48%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-5 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-5 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-5 .p-1 {
  top: 36%;
  left: 40%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-5 .p-2, #ripley-tendencias .container-tendencia .images-right .image.sf-5 .p-2, #ripley-tendencias .container-tendencia .images-center .image.sf-5 .p-2 {
  top: 53%;
  left: 53%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-6 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-6 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-6 .p-1 {
  top: 36%;
  left: 44%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-6 .p-2, #ripley-tendencias .container-tendencia .images-right .image.sf-6 .p-2, #ripley-tendencias .container-tendencia .images-center .image.sf-6 .p-2 {
  top: 55%;
  left: 44%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-7 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-7 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-7 .p-1 {
  top: 36%;
  left: 44%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-7 .p-2, #ripley-tendencias .container-tendencia .images-right .image.sf-7 .p-2, #ripley-tendencias .container-tendencia .images-center .image.sf-7 .p-2 {
  top: 50%;
  left: 54%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-8 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-8 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-8 .p-1 {
  top: 20%;
  left: 20%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-8 .p-2, #ripley-tendencias .container-tendencia .images-right .image.sf-8 .p-2, #ripley-tendencias .container-tendencia .images-center .image.sf-8 .p-2 {
  top: 36%;
  left: 25%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-8 .p-3, #ripley-tendencias .container-tendencia .images-right .image.sf-8 .p-3, #ripley-tendencias .container-tendencia .images-center .image.sf-8 .p-3 {
  top: 40%;
  left: 64%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-8 .p-4, #ripley-tendencias .container-tendencia .images-right .image.sf-8 .p-4, #ripley-tendencias .container-tendencia .images-center .image.sf-8 .p-4 {
  top: 53%;
  left: 60%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-9 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-9 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-9 .p-1 {
  top: 45%;
  left: 48%;
}

#ripley-tendencias .container-tendencia .images-left .image.sf-10 .p-1, #ripley-tendencias .container-tendencia .images-right .image.sf-10 .p-1, #ripley-tendencias .container-tendencia .images-center .image.sf-10 .p-1 {
  top: 55%;
  left: 48%;
}

#ripley-tendencias .container-tendencia .images-left figure .image, #ripley-tendencias .container-tendencia .images-right figure .image {
  max-width: 580px;
}

@media (max-width: 1230px) {
  #ripley-tendencias .container-tendencia .images-left figure .image img, #ripley-tendencias .container-tendencia .images-right figure .image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #ripley-tendencias .container-tendencia .images-left figure .image, #ripley-tendencias .container-tendencia .images-right figure .image {
    max-width: inherit;
  }
}

#ripley-tendencias .container-tendencia .images-left figure .image {
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  #ripley-tendencias .container-tendencia .images-left figure .image {
    float: inherit;
    text-align: center;
  }
}

#ripley-tendencias .container-tendencia .images-right {
  text-align: left;
}

#ripley-tendencias .container-tendencia .images-right figure .image {
  float: left;
  text-align: left;
}

@media (max-width: 767px) {
  #ripley-tendencias .container-tendencia .images-right figure .image {
    float: inherit;
    text-align: center;
  }
}

#ripley-tendencias .container-tendencia .images-right figure.padding-cs {
  padding-top: 120px;
}

@media (max-width: 767px) {
  #ripley-tendencias .container-tendencia .images-right figure.padding-cs {
    padding-top: inherit;
  }
}

#ripley-tendencias .container-tendencia .images-right figure.padding-first {
  padding-top: 170px;
}

@media (max-width: 767px) {
  #ripley-tendencias .container-tendencia .images-right figure.padding-first {
    padding-top: inherit;
  }
}

#ripley-tendencias .container-tendencia .images-center.ver figure .image {
  max-width: 400px;
}

#ripley-tendencias .container-tendencia .images-center figure .image {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1230px) {
  #ripley-tendencias .container-tendencia .images-center figure .image img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #ripley-tendencias .container-tendencia .images-center figure .image {
    max-width: inherit;
  }
}

#ripley-tendencias .container-promo-marca {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

#ripley-tendencias .container-promo-marca.alone {
  max-width: 480px;
  margin: 0 auto;
  display: block;
}

#ripley-tendencias .container-promo-marca.alone .imagen-marca {
  display: block;
  width: 100%;
}

#ripley-tendencias .container-promo-marca.alone .imagen-marca img {
  width: 100%;
}

#ripley-tendencias .container-promo-marca .video-marca, #ripley-tendencias .container-promo-marca .imagen-marca {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  width: 50%;
  padding: 0 10px;
}

#ripley-tendencias .container-promo-marca .video-marca .videoWrapper, #ripley-tendencias .container-promo-marca .video-marca .imgWrapper, #ripley-tendencias .container-promo-marca .imagen-marca .videoWrapper, #ripley-tendencias .container-promo-marca .imagen-marca .imgWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

#ripley-tendencias .container-promo-marca .video-marca .videoWrapper iframe, #ripley-tendencias .container-promo-marca .video-marca .videoWrapper img, #ripley-tendencias .container-promo-marca .video-marca .imgWrapper iframe, #ripley-tendencias .container-promo-marca .video-marca .imgWrapper img, #ripley-tendencias .container-promo-marca .imagen-marca .videoWrapper iframe, #ripley-tendencias .container-promo-marca .imagen-marca .videoWrapper img, #ripley-tendencias .container-promo-marca .imagen-marca .imgWrapper iframe, #ripley-tendencias .container-promo-marca .imagen-marca .imgWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ripley-tendencias .container-prendas .prenda {
  margin-bottom: 20px;
}

#ripley-tendencias .container-prendas .prenda img {
  width: 100%;
}

#ripley-tendencias .container-prendas .prenda a {
  opacity: 0;
  transition: opacity ease 300ms;
}

@media (max-width: 768px) {
  #ripley-tendencias .container-prendas .prenda a {
    opacity: 1;
  }
}

#ripley-tendencias .container-prendas .prenda:hover a {
  opacity: 1;
}

#ripley-tendencias .ico-mas {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffaca4;
  border-radius: 100%;
  padding: 6px 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  opacity: 1;
}

#ripley-tendencias .prenda {
  position: relative;
}

#ripley-tendencias .marca {
  position: relative;
}

#ripley-tendencias .siguiente-marca, #ripley-tendencias .anterior-marca {
  display: none;
  position: fixed;
  width: 30px;
  height: 100%;
  background-color: #FFACA4;
  transition: background-color ease 300ms;
}

@media (max-width: 1023px) {
  #ripley-tendencias .siguiente-marca, #ripley-tendencias .anterior-marca {
    display: none;
  }
}

#ripley-tendencias .siguiente-marca:hover, #ripley-tendencias .anterior-marca:hover {
  background-color: #ffc3be;
}

#ripley-tendencias .siguiente-marca {
  top: 0;
  right: 0;
}

#ripley-tendencias .siguiente-marca:before {
  content: '';
  background: url("../images/iconos/slider-marca.svg") no-repeat left top;
  width: 17px;
  height: 52px;
  background-position: -19px 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-bottom: -26px;
  left: 50%;
  margin-left: -8px;
}

#ripley-tendencias .anterior-marca {
  top: 0;
  left: 0;
}

#ripley-tendencias .anterior-marca:before {
  content: '';
  background: url("../images/iconos/slider-marca.svg") no-repeat left top;
  width: 17px;
  height: 52px;
  background-position: 0 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-bottom: -26px;
  left: 50%;
  margin-left: -9px;
}

/*
Text
*/
#ripley-tendencias .disponible {
  margin-bottom: 30px;
  font-family: "campton", sans-serif;
}

@media (max-width: 767px) {
  #ripley-tendencias .disponible {
    padding: 0 15px;
  }
}

#ripley-tendencias .disponible .oferta-del-dia {
  background-color: #B3E2E1;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}

#ripley-tendencias .disponible .detalle-marcas {
  background: #000000;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
}

#ripley-tendencias .disponible .oferta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 767px) {
  #ripley-tendencias .disponible .oferta {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#ripley-tendencias .disponible .content-descuento {
  width: 50%;
  border-left: 2px solid #B3E2E1;
  border-bottom: 2px solid #B3E2E1;
  padding: 20px;
}

@media (max-width: 767px) {
  #ripley-tendencias .disponible .content-descuento {
    width: 100%;
    border: 2px solid #B3E2E1;
    padding-bottom: 20px;
  }
}

#ripley-tendencias .disponible .content-descuento .nombre-producto {
  background-color: #000000;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}

#ripley-tendencias .disponible .content-descuento .descuento {
  text-align: center;
}

#ripley-tendencias .disponible .content-descuento .descuento .mod-descuento {
  list-style: none;
  display: table;
  width: 90%;
  margin: 0 auto 30px;
}

#ripley-tendencias .disponible .content-descuento .descuento .mod-descuento li {
  display: table-cell;
  vertical-align: middle;
}

#ripley-tendencias .disponible .content-descuento .descuento .mod-descuento li.tarjeta {
  max-width: 80px;
}

#ripley-tendencias .disponible .content-descuento .descuento .cant1 {
  font-size: 200px;
  margin: 20px auto 0;
  display: inline-block;
  letter-spacing: -8px;
  line-height: 100%;
  vertical-align: baseline;
}

@media (max-width: 768px) {
  #ripley-tendencias .disponible .content-descuento .descuento .cant1 {
    font-size: 160px;
  }
}

@media (max-width: 320px) {
  #ripley-tendencias .disponible .content-descuento .descuento .cant1 {
    font-size: 130px;
  }
}

#ripley-tendencias .disponible .content-descuento .descuento .cont-porcentaje {
  position: relative;
}

#ripley-tendencias .disponible .content-descuento .descuento .cont-porcentaje .porcentaje {
  position: absolute;
  top: 33%;
  right: 15%;
}

@media (max-width: 768px) {
  #ripley-tendencias .disponible .content-descuento .descuento .cont-porcentaje .porcentaje {
    top: 30%;
  }
}

@media (max-width: 667px) {
  #ripley-tendencias .disponible .content-descuento .descuento .cont-porcentaje .porcentaje {
    right: 30%;
  }
}

@media (max-width: 568px) {
  #ripley-tendencias .disponible .content-descuento .descuento .cont-porcentaje .porcentaje {
    right: 26%;
  }
}

@media (max-width: 375px) {
  #ripley-tendencias .disponible .content-descuento .descuento .cont-porcentaje .porcentaje {
    right: 12%;
  }
}

@media (max-width: 320px) {
  #ripley-tendencias .disponible .content-descuento .descuento .cont-porcentaje .porcentaje {
    top: 32%;
    right: 6%;
  }
}

#ripley-tendencias .disponible .content-descuento .descuento span {
  font-size: 22px;
  display: inline-block;
  width: 90px;
  line-height: 90%;
}

@media (max-width: 768px) {
  #ripley-tendencias .disponible .content-descuento .descuento span {
    width: 56px;
  }
}

@media (max-width: 425px) {
  #ripley-tendencias .disponible .content-descuento .descuento span {
    width: 60px;
  }
}

#ripley-tendencias .disponible .content-descuento .descuento span span {
  font-size: 53px;
}

@media (max-width: 320px) {
  #ripley-tendencias .disponible .content-descuento .descuento span span {
    font-size: 35px;
  }
}

#ripley-tendencias .disponible .content-descuento .descuento .medio-pago {
  font-size: 26px;
}

#ripley-tendencias .disponible .content-producto {
  width: 50%;
  border-left: 2px solid #FFACA4;
  border-bottom: 2px solid #FFACA4;
  border-right: 2px solid #FFACA4;
  text-align: center;
}

@media (max-width: 767px) {
  #ripley-tendencias .disponible .content-producto {
    width: 100%;
    border: 2px solid #FFACA4;
  }
}

#ripley-tendencias .disponible .content-producto .p-destacado {
  background-color: #FFACA4;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}

#ripley-tendencias .disponible .content-producto figure {
  padding: 20px 0;
}

#ripley-tendencias .disponible .content-producto figure img {
  width: 60%;
}

#ripley-tendencias .calendario {
  font-family: "campton", sans-serif;
}

@media (max-width: 767px) {
  #ripley-tendencias .calendario {
    display: none;
  }
}

#ripley-tendencias .calendario table th {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

#ripley-tendencias .calendario table td {
  border: 1px solid #000;
  width: 14.2%;
  height: 110px;
}

#ripley-tendencias .calendario .dia {
  position: relative;
  top: 0;
  left: 0;
  max-height: 110px;
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #000000;
}

#ripley-tendencias .calendario .dia img {
  width: 100%;
}

#ripley-tendencias .calendario .dia:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #c1c1c1;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px;
  position: absolute;
  left: -3px;
}

@media only screen and (max-width: 768px) {
  #ripley-tendencias .calendario .dia:before {
    top: -12px;
  }
}

#ripley-tendencias .calendario .dia.activo:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #000000;
}

#ripley-tendencias .calendario .dia.disable .bg {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 10;
}

#ripley-tendencias .calendario .dia.disable .sale {
  opacity: 1;
}

#ripley-tendencias .calendario .dia.descuento .cont-prod {
  opacity: 1;
}

#ripley-tendencias .calendario .dia .sale {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 20px;
  color: #000000;
  width: 100%;
}

#ripley-tendencias .calendario .dia .sale .table-element {
  height: 100%;
}

#ripley-tendencias .calendario .dia .sale .table-element .table-cell {
  vertical-align: middle;
  height: 100%;
}

#ripley-tendencias .calendario .dia .sale .table-element .table-cell p {
  margin: 0 0 0 10px;
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  display: inline-block;
}

#ripley-tendencias .calendario .dia .sale .table-element .table-cell span {
  display: inline-block;
  font-size: 20px;
  margin-left: -4px;
}

#ripley-tendencias .calendario .dia .bg {
  opacity: 0;
}

#ripley-tendencias .calendario .num {
  color: #000;
  font-size: 12px;
  z-index: 5;
  font-weight: 700;
  display: block;
  padding: 5px 0;
  text-align: center;
}

#ripley-tendencias .calendario .cont-prod {
  position: relative;
  max-width: 110px;
  max-height: 110px;
  margin: 0 auto;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  #ripley-tendencias .calendario {
    width: 740px;
    margin: 0 auto;
  }
}

#ripley-tendencias .screen {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 2000;
  opacity: 0;
  transition: opacity 300ms ease;
}

#ripley-tendencias .screen.on-screen {
  opacity: 1;
}

#ripley-tendencias .screen * {
  box-sizing: border-box;
}

#ripley-tendencias .lightbox {
  padding: 20px;
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

#ripley-tendencias .lightbox h2 {
  color: #000;
  font-size: 20px;
}

#ripley-tendencias .lightbox p {
  text-transform: uppercase;
}

#ripley-tendencias .lightbox .sku-title {
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

#ripley-tendencias .lightbox .small-text {
  font-size: 14px;
  margin-bottom: 0;
}

#ripley-tendencias .lightbox .vcolor p, #ripley-tendencias .lightbox .vtalla p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#ripley-tendencias .lightbox .vcolor ul, #ripley-tendencias .lightbox .vtalla ul {
  overflow: hidden;
  margin-bottom: 10px;
}

#ripley-tendencias .lightbox .botones {
  margin-top: 10px;
}

#ripley-tendencias .lightbox .product-box {
  margin-bottom: 0;
}

#ripley-tendencias .lightbox .product-box h3, #ripley-tendencias .lightbox .product-box .oferta-price {
  font-size: 14px;
}

#ripley-tendencias .lightbox .galeria {
  overflow: hidden;
  margin-top: 12px;
}

#ripley-tendencias .lightbox .galeria ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#ripley-tendencias .lightbox .galeria ul li {
  width: 30%;
  padding: 5px 2px;
  border: 4px solid #E5E5E5;
  margin: 4px 1.6%;
}

#ripley-tendencias .lightbox .galeria ul li a img {
  width: 100%;
}

#ripley-tendencias .lightbox .content-galeria {
  margin-bottom: 10px;
}

#ripley-tendencias .lightbox .galeria-vertical {
  margin: 0;
}

#ripley-tendencias .lightbox .galeria-vertical .items-galeria {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#ripley-tendencias .lightbox .galeria-vertical .items-galeria li {
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 0;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  #ripley-tendencias .lightbox .galeria-vertical .items-galeria {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #ripley-tendencias .lightbox .galeria-vertical .items-galeria li {
    width: 30%;
    margin-top: 10px;
    margin-right: 10px;
  }
}

#ripley-tendencias .lightbox .product-points {
  margin-top: 0;
}

#ripley-tendencias .lightbox.proximamente {
  max-width: 560px !important;
}

#ripley-tendencias .lightbox.proximamente ul li {
  display: inline-block;
  margin: 10px;
}

#ripley-tendencias .lightbox.proximamente ul li.sale_price {
  color: red;
}

#ripley-tendencias .lightbox.proximamente ul li.opex_price {
  color: red;
  font-weight: 700;
}

#ripley-tendencias .lightbox .informacion h4 {
  text-align: left !important;
}

#ripley-tendencias .lightbox .informacion.proximamente h2 {
  text-align: center;
  font-size: 24px;
}

@media (max-width: 640px) {
  #ripley-tendencias .lightbox .informacion.proximamente h2 {
    font-size: 18px;
  }
}

#ripley-tendencias .lightbox .mensaje-no-encuentra {
  display: none;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

#ripley-tendencias .lightbox .mensaje-no-encuentra h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

#ripley-tendencias .lightbox .modal-wrapp {
  padding: 40px 20px 10px;
  border: 1px solid #000;
  background-color: #fff;
}

#ripley-tendencias .lightbox .col-text {
  padding: 0 3%;
}

#ripley-tendencias .lightbox .col-text h3 {
  text-decoration: none;
}

#ripley-tendencias .lightbox .col-text p {
  text-align: center;
}

#ripley-tendencias .lightbox .btn:hover {
  background-color: #404040;
  color: #FFF;
}

#ripley-tendencias .lightbox button:active, #ripley-tendencias .lightbox button:hover, #ripley-tendencias .lightbox button:focus {
  outline: 0 none;
  border-radius: 0;
}

#ripley-tendencias .lightbox .modal-footer {
  background-color: #eee;
  padding: 10px;
  text-align: right;
}

#ripley-tendencias .lightbox .modal-footer p, #ripley-tendencias .lightbox .modal-footer a {
  font-weight: 700;
  font-size: 12px;
}

#ripley-tendencias .lightbox .modal-footer p {
  display: inline-block;
  color: #333;
  margin-bottom: 0;
}

#ripley-tendencias .lightbox .bordered-bottom-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#ripley-tendencias .lightbox .normal-price {
  display: block;
  font-size: 16px;
  color: #777777;
  margin-bottom: 5px;
}

#ripley-tendencias .lightbox .oferta-price-2 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #E9524F;
  margin-bottom: 5px;
}

#ripley-tendencias .lightbox .oferta-price {
  color: #E9524F;
  font-size: 18px;
  font-weight: 700;
  min-height: 25px;
  display: block;
  margin-bottom: 5px;
}

#ripley-tendencias .lightbox .oferta-price svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  vertical-align: bottom;
}

#ripley-tendencias .lightbox .small-text {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}

#ripley-tendencias .lightbox .product-name {
  margin-bottom: 0;
}

#ripley-tendencias .lightbox .stronger-text {
  margin-bottom: 15px;
}

#ripley-tendencias .lightbox .add-bag {
  background-color: #eee;
  visibility: hidden;
  min-height: 0;
  opacity: 0;
  transition: all 300ms ease;
  width: 100%;
}

#ripley-tendencias .lightbox .add-bag.active {
  visibility: visible;
  display: block;
  min-height: 35px;
  opacity: 1;
  padding: 10px;
  margin: 0 0 10px;
}

#ripley-tendencias .lightbox .add-bag p {
  margin: 0;
  font-size: 12px;
  line-height: 0;
}

#ripley-tendencias .lightbox #producto h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}

#ripley-tendencias .lightbox .error-variantes {
  clear: both;
  overflow: hidden;
  color: #d7292a;
  display: none;
  margin-bottom: 0;
}

#ripley-tendencias .lightbox .card-img, #ripley-tendencias .lightbox .oferta-price {
  display: inline-block;
  vertical-align: middle;
}

#ripley-tendencias .lightbox .talla {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  font-size: .875em;
  line-height: 150%;
  font-weight: 600;
  color: #404040;
}

#ripley-tendencias .lightbox .talla ul li {
  cursor: pointer;
  font-size: .875em;
  float: left;
  list-style: none;
  border: 3px solid #E5E5E5;
  background-color: #FFF;
  padding: 0 3px;
  margin-right: 5px;
}

#ripley-tendencias .lightbox .talla ul li a {
  color: #000;
  text-decoration: none;
}

#ripley-tendencias .lightbox .color {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
  font-size: .875em;
  line-height: 150%;
  font-weight: 600;
}

#ripley-tendencias .lightbox .color ul li {
  cursor: pointer;
  font-size: .875em;
  float: left;
  list-style: none;
  border: 3px solid #E5E5E5;
  background-color: #FFF;
  /*text-indent: -9999px;*/
  padding: 1px 3px;
  margin-right: 5px;
  /*width: 30px*/
}

#ripley-tendencias .lightbox .color ul li a {
  color: #404040;
  text-decoration: none;
}

#ripley-tendencias .lightbox .color ul li a img {
  display: block;
}

#ripley-tendencias .lightbox .talla ul li:hover, #ripley-tendencias .lightbox .talla ul li.active, #ripley-tendencias .lightbox .color ul li:hover, #ripley-tendencias .lightbox .color ul li.active {
  border: 3px solid #FAC549;
}

#ripley-tendencias .lightbox .vtalla, #ripley-tendencias .lightbox .vcolor, #ripley-tendencias .lightbox .variantes {
  display: none;
}

#ripley-tendencias .lightbox .btn-accion {
  display: inline-block;
  margin: 0 auto 10px;
  font-size: 14px;
  clear: both;
  text-align: center;
  font-weight: normal !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

#ripley-tendencias .lightbox .btn-accion:hover {
  background-color: #bf2626 !important;
}

#ripley-tendencias .lightbox .btn-comprar {
  clear: both;
  width: 100%;
  height: 39px;
  padding: 0;
  background-color: #e75353;
  border: none;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
}

#ripley-tendencias .lightbox .btn-agregar {
  height: 20px;
  color: #999;
  display: block;
  line-height: 17px;
}

#ripley-tendencias .lightbox .close-btn {
  background: url("../images/iconos/icon-cerrar.svg") no-repeat center #000000;
  position: absolute;
  right: 7px;
  top: 22px;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  visibility: visible;
  transition: all 300ms ease;
  z-index: 2;
}

#ripley-tendencias .lightbox .close-btn:hover {
  background-color: #333333;
}

#ripley-tendencias .lightbox .disponible-tienda {
  text-align: center;
}

#ripley-tendencias .lightbox .disponible-tienda h2 {
  font-size: 32px;
  text-decoration: underline;
}

#ripley-tendencias .lightbox .disponible-tienda h3 {
  font-size: 25px;
  text-decoration: none;
  margin: 0;
}

#ripley-tendencias .lightbox .disponible-tienda .sku {
  border-bottom: 1px solid #ccc;
  width: auto;
  display: inline-block;
  padding: 0 16px 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

#ripley-tendencias .lightbox .disponible-tienda .price {
  font-size: 14px;
  margin-bottom: 40px;
}

#ripley-tendencias .lightbox .disponible-tienda div p {
  font-size: 11px;
  text-transform: none;
}

#ripley-tendencias .lightbox .disponible-tienda div p strong {
  text-transform: uppercase;
}

#ripley-tendencias .lightbox .despacho ul {
  list-style: none;
  padding: 0;
}

#ripley-tendencias .lightbox .despacho ul li {
  float: left;
  width: 33%;
  font-size: 11px;
  text-align: left;
  border-left: 1px solid #dddddd;
  padding: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 450px) {
  #ripley-tendencias .lightbox .despacho ul li {
    width: 100%;
    border-left: none;
  }
}

#ripley-tendencias .lightbox .despacho ul li:first-child {
  border-left: none;
}

#ripley-tendencias .lightbox .despacho ul li .icon-despacho {
  background: url("../images/iconos/icons-despacho.svg") no-repeat left top;
  width: 30px;
  height: 30px;
  display: table-cell;
}

#ripley-tendencias .lightbox .despacho ul li .icon-despacho.icon-domicilio {
  background-position: 0 0;
}

#ripley-tendencias .lightbox .despacho ul li .icon-despacho.icon-remoto {
  background-position: 0 -30px;
}

#ripley-tendencias .lightbox .despacho ul li .icon-despacho.icon-tienda {
  background-position: 0 -60px;
}

#ripley-tendencias .lightbox .despacho ul li.active {
  color: #54B268;
}

#ripley-tendencias .lightbox .despacho ul li.active .icon-despacho.icon-domicilio {
  background-position: -30px 0;
}

#ripley-tendencias .lightbox .despacho ul li.active .icon-despacho.icon-remoto {
  background-position: -30px -30px;
}

#ripley-tendencias .lightbox .despacho ul li.active .icon-despacho.icon-tienda {
  background-position: -30px -60px;
}

#ripley-tendencias .lightbox .despacho ul li span {
  padding-left: 5px;
  width: 70%;
}

#ripley-tendencias .close-lightbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  color: #FFF;
  font-weight: 600;
  background-color: #FFCF00;
  padding: 9px;
}

#ripley-tendencias .close-lightbox i {
  background-position: -146px -90px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
  width: 16px;
}

#ripley-tendencias .close-lightbox i:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*# sourceMappingURL=main.css.map */