@charset "UTF-8";
/*------------------------------------------------------------------------------Animaciones */
#cont-revista {
  /* 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 */ }
  #cont-revista .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  #cont-revista .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  #cont-revista .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  #cont-revista .animated.bounceIn,
  #cont-revista .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }
  #cont-revista .animated.flipOutX,
  #cont-revista .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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); } }
  #cont-revista .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-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; } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    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); } }
  #cont-revista .swing {
    -webkit-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);
    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); } }
  #cont-revista .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;
    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; } }
  #cont-revista .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble; }
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center; }
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); } }
  #cont-revista .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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; } }
  #cont-revista .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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; } }
  #cont-revista .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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; } }
  #cont-revista .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); } }
  #cont-revista .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);
    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); } }
  #cont-revista .bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }
@-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);
    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); } }
  #cont-revista .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);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
  #cont-revista .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);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
  #cont-revista .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);
    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); } }
  #cont-revista .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; } }
  #cont-revista .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);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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; } }
  #cont-revista .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);
    transform: translate3d(0, 100%, 0); } }
  #cont-revista .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);
    transform: translate3d(0, 2000px, 0); } }
  #cont-revista .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);
    transform: translate3d(-100%, 0, 0); } }
  #cont-revista .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);
    transform: translate3d(-2000px, 0, 0); } }
  #cont-revista .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);
    transform: translate3d(100%, 0, 0); } }
  #cont-revista .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);
    transform: translate3d(2000px, 0, 0); } }
  #cont-revista .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);
    transform: translate3d(0, -100%, 0); } }
  #cont-revista .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);
    transform: translate3d(0, -2000px, 0); } }
  #cont-revista .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);
    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; } }
  #cont-revista .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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-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);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-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); } }
  #cont-revista .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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-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);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-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); } }
  #cont-revista .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);
    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; } }
  #cont-revista .flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -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);
    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; } }
  #cont-revista .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY; }
@-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);
    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; } }
  #cont-revista .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);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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;
    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; } }
  #cont-revista .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);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  #cont-revista .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);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
  #cont-revista .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);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
  #cont-revista .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);
    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); } }
  #cont-revista .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);
    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; } }
  #cont-revista .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);
    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; } }
  #cont-revista .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);
    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); } }
  #cont-revista .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  #cont-revista .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  #cont-revista .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  #cont-revista .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  #cont-revista .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
  #cont-revista .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
  #cont-revista .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
  #cont-revista .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
  #cont-revista .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp; }

/*------------------------------------------------------------------------------Normalizador */
/*
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
*/
body {
  margin: 0; }

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

#cont-revista {
  /*** print */ }
  #cont-revista article, #cont-revista aside, #cont-revista details, #cont-revista figcaption, #cont-revista figure, #cont-revista footer, #cont-revista header, #cont-revista hgroup, #cont-revista main, #cont-revista nav, #cont-revista section, #cont-revista summary {
    display: block; }
  #cont-revista audio, #cont-revista canvas, #cont-revista video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  #cont-revista audio:not([controls]) {
    display: none;
    height: 0; }
  #cont-revista [hidden] {
    display: none; }
  #cont-revista html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  #cont-revista button, #cont-revista html, #cont-revista input, #cont-revista select, #cont-revista textarea {
    font-family: sans-serif; }
  #cont-revista body {
    margin: 0; }
  #cont-revista a:focus {
    outline: thin dotted; }
  #cont-revista a:active, #cont-revista a:hover {
    outline: 0; }
  #cont-revista h1 {
    font-size: 2em; }
  #cont-revista h2 {
    font-size: 1.5em; }
  #cont-revista h3 {
    font-size: 1.17em; }
  #cont-revista h4 {
    font-size: 1em; }
  #cont-revista h5 {
    font-size: 0.83em; }
  #cont-revista h6 {
    font-size: 0.67em; }
  #cont-revista b, #cont-revista strong {
    font-weight: 700; }
  #cont-revista dfn {
    font-style: italic; }
  #cont-revista hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #cont-revista mark {
    background: #ff0;
    color: #000; }
  #cont-revista p, #cont-revista pre {
    margin: 1em 0; }
  #cont-revista code, #cont-revista kbd, #cont-revista pre, #cont-revista samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }
  #cont-revista pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  #cont-revista q {
    quotes: none; }
  #cont-revista q:after, #cont-revista q:before {
    content: '';
    content: none; }
  #cont-revista small {
    font-size: 80%; }
  #cont-revista sub, #cont-revista sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #cont-revista sup {
    top: -0.5em; }
  #cont-revista sub {
    bottom: -0.25em; }
  #cont-revista dl, #cont-revista menu, #cont-revista ol, #cont-revista ul {
    margin: 0; }
  #cont-revista dd {
    margin: 0 0 0 40px; }
  #cont-revista menu, #cont-revista ol, #cont-revista ul {
    padding: 0; }
  #cont-revista nav ol, #cont-revista nav ul {
    list-style: none;
    list-style-image: none; }
  #cont-revista img {
    border: 0;
    -ms-interpolation-mode: bicubic; }
  #cont-revista svg:not(:root) {
    overflow: hidden; }
  #cont-revista figure, #cont-revista form {
    margin: 0; }
  #cont-revista button, #cont-revista input, #cont-revista select, #cont-revista textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle; }
  #cont-revista button, #cont-revista input {
    line-height: normal; }
  #cont-revista button, #cont-revista select {
    text-transform: none; }
  #cont-revista button, #cont-revista html input[type=button], #cont-revista input[type=reset], #cont-revista input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible; }
  #cont-revista button[disabled], #cont-revista html input[disabled] {
    cursor: not-allowed; }
  #cont-revista input[type=checkbox], #cont-revista input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px; }
  #cont-revista input[type=search] {
    -webkit-appearance: textfield; }
  #cont-revista input[type=search]::-webkit-search-cancel-button, #cont-revista input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
  #cont-revista button::-moz-focus-inner, #cont-revista input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #cont-revista textarea {
    overflow: auto;
    vertical-align: top; }
  #cont-revista table {
    border-collapse: collapse;
    border-spacing: 0; }
  #cont-revista button, #cont-revista html, #cont-revista input, #cont-revista select, #cont-revista textarea {
    color: #222; }
  #cont-revista body {
    font-size: 1em;
    line-height: 1.5; }
  #cont-revista ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; }
  #cont-revista ::selection {
    background: #b3d4fc;
    text-shadow: none; }
  #cont-revista hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  #cont-revista img {
    vertical-align: middle; }
  #cont-revista fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
  #cont-revista textarea {
    resize: vertical; }
  #cont-revista .chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0; }
  #cont-revista pre {
    overflow: auto; }
  #cont-revista code, #cont-revista kbd, #cont-revista pre, #cont-revista samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #cont-revista code,
  #cont-revista kbd,
  #cont-revista pre,
  #cont-revista samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  #cont-revista code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px; }
  #cont-revista 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); }
  #cont-revista 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; }
  #cont-revista pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }
  @media print {
    #cont-revista * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    #cont-revista a, #cont-revista a:visited {
      text-decoration: underline; }
    #cont-revista a[href]:after {
      content: " (" attr(href) ")"; }
    #cont-revista abbr[title]:after {
      content: " (" attr(title) ")"; }
    #cont-revista .ir a:after, #cont-revista a[href^="javascript:"]:after, #cont-revista a[href^="#"]:after {
      content: ""; }
    #cont-revista blockquote, #cont-revista pre {
      border: 1px solid #999;
      page-break-inside: avoid; }
    #cont-revista thead {
      display: table-header-group; }
    #cont-revista img, #cont-revista tr {
      page-break-inside: avoid; }
    #cont-revista img {
      max-width: 100% !important; }
    @page {
      #cont-revista {
        margin: 0.5cm; } }
    #cont-revista h2, #cont-revista h3, #cont-revista p {
      orphans: 3;
      widows: 3; }
    #cont-revista h2, #cont-revista h3 {
      page-break-after: avoid; } }

/*------------------------------------------------------------------------------Mixins */
/*------------------------------------------------------------------------------Tipograf├¡a */
/*-- Belleza --*/
@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; }
/*------------------------------------------------------------------------------Variables */
/*------------------------------------------------------------------------------Life / Outdoor */
/*
Life / outdoor
*/
#cont-revista .content-outdoor .top-cover {
  position: relative; }
  #cont-revista .content-outdoor .top-cover .white-logo {
    display: table;
    margin: 10px auto 5px;
    position: relative; }
  #cont-revista .content-outdoor .top-cover .bg {
    width: 100%; }
  #cont-revista .content-outdoor .top-cover h2 {
    color: #fff;
    display: table;
    font-family: campton;
    font-size: 80px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase; }
#cont-revista .content-outdoor .caption {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10; }
  #cont-revista .content-outdoor .caption .caption-cent {
    display: table;
    height: 100%;
    width: 100%; }
    #cont-revista .content-outdoor .caption .caption-cent .caption-core {
      display: table-cell;
      vertical-align: middle; }
      #cont-revista .content-outdoor .caption .caption-cent .caption-core ul {
        display: table;
        margin: 30px auto 0;
        position: relative; }
        #cont-revista .content-outdoor .caption .caption-cent .caption-core ul li {
          display: table-cell;
          padding: 0 10px; }
          #cont-revista .content-outdoor .caption .caption-cent .caption-core ul li a {
            color: #fff;
            font-size: 20px;
            text-transform: uppercase; }
#cont-revista .content-outdoor .slide-module {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  background: #fff;
  position: relative; }
  #cont-revista .content-outdoor .slide-module.right-triangle:before {
    content: '';
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    right: -15px;
    top: 40px;
    margin: auto;
    z-index: 10; }
  #cont-revista .content-outdoor .slide-module.right-triangle:after {
    content: '';
    border-bottom: 16.5px solid transparent;
    border-left: 16px solid #c1c1c1;
    border-top: 16.5px solid transparent;
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    right: -16px;
    top: 39px;
    width: 0;
    z-index: 9; }
#cont-revista .content-outdoor .slide-life {
  width: 100%;
  margin: 0;
  position: relative; }
  #cont-revista .content-outdoor .slide-life .owl-controls .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px; }
    #cont-revista .content-outdoor .slide-life .owl-controls .owl-dots .owl-dot {
      display: inline-block; }
      #cont-revista .content-outdoor .slide-life .owl-controls .owl-dots .owl-dot span {
        display: block;
        background-color: #999;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        cursor: pointer;
        margin: 0 5px; }
      #cont-revista .content-outdoor .slide-life .owl-controls .owl-dots .owl-dot.active span {
        background-color: #000; }
  #cont-revista .content-outdoor .slide-life .owl-controls .owl-nav {
    position: relative; }
    #cont-revista .content-outdoor .slide-life .owl-controls .owl-nav .owl-prev {
      position: absolute;
      left: 10px;
      top: -350px;
      background-image: url("../images/icons/flechas-slide.svg");
      background-position: left top;
      background-repeat: no-repeat;
      display: block;
      width: 10px;
      height: 20px;
      text-indent: -9999px; }
      .no-svg #cont-revista .content-outdoor .slide-life .owl-controls .owl-nav .owl-prev {
        background-image: url("../images/icons/flechas-slide.png"); }
    #cont-revista .content-outdoor .slide-life .owl-controls .owl-nav .owl-next {
      position: absolute;
      right: 10px;
      top: -350px;
      background-image: url("../images/icons/flechas-slide.svg");
      background-position: right top;
      background-repeat: no-repeat;
      display: block;
      width: 10px;
      height: 20px;
      text-indent: -9999px; }
      .no-svg #cont-revista .content-outdoor .slide-life .owl-controls .owl-nav .owl-next {
        background-image: url("../images/icons/flechas-slide.png"); }
  #cont-revista .content-outdoor .slide-life .slide-caption {
    padding: 40px 20px; }
    #cont-revista .content-outdoor .slide-life .slide-caption * {
      text-align: center;
      text-transform: uppercase; }
    #cont-revista .content-outdoor .slide-life .slide-caption h4 {
      margin-bottom: 20px; }
    #cont-revista .content-outdoor .slide-life .slide-caption h3 {
      font-size: 40px;
      margin-bottom: 0;
      text-align: center;
      text-decoration: none;
      font-family: campton; }
    #cont-revista .content-outdoor .slide-life .slide-caption p {
      font-family: "Montserrat", serif, "times";
      font-size: 26px;
      text-align: center; }
  #cont-revista .content-outdoor .slide-life img {
    padding: 1%; }
#cont-revista .content-outdoor .productos-slide {
  padding: 20px;
  text-align: center; }
#cont-revista .content-outdoor .full-slide {
  max-width: inherit;
  width: 100%;
  position: relative; }
  #cont-revista .content-outdoor .full-slide .owl-controls .owl-nav {
    display: none; }
  #cont-revista .content-outdoor .full-slide .owl-controls .owl-dots {
    display: block !important;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px; }
    #cont-revista .content-outdoor .full-slide .owl-controls .owl-dots .owl-dot {
      display: inline-block; }
      #cont-revista .content-outdoor .full-slide .owl-controls .owl-dots .owl-dot span {
        display: block;
        background-color: #999;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        cursor: pointer;
        margin: 0 5px; }
      #cont-revista .content-outdoor .full-slide .owl-controls .owl-dots .owl-dot.active span {
        background-color: #000; }
  #cont-revista .content-outdoor .full-slide .boots-group {
    width: 100%;
    height: auto; }
    #cont-revista .content-outdoor .full-slide .boots-group a {
      float: left;
      width: 33.3%; }
  #cont-revista .content-outdoor .full-slide .owl-carousel .owl-item img {
    width: 100%; }
#cont-revista .content-outdoor .small-pick-slider {
  max-width: inherit;
  width: 100%;
  padding: 20px;
  margin: 0;
  position: relative; }
  #cont-revista .content-outdoor .small-pick-slider * {
    text-align: center; }
  #cont-revista .content-outdoor .small-pick-slider h3 {
    font-family: "Montserrat", serif, "times";
    font-size: 20px;
    margin: 0 auto 20px;
    text-decoration: none; }
  #cont-revista .content-outdoor .small-pick-slider h4 {
    font-family: "Montserrat", serif, "times";
    text-transform: uppercase; }
  #cont-revista .content-outdoor .small-pick-slider p {
    font-family: campton; }
  #cont-revista .content-outdoor .small-pick-slider i {
    background: #eaeaea;
    border-radius: 100%;
    display: block;
    height: 62px;
    margin: 0 auto 22px;
    position: relative;
    width: 62px; }
  #cont-revista .content-outdoor .small-pick-slider .owl-controls .owl-nav {
    display: none; }
  #cont-revista .content-outdoor .small-pick-slider .owl-controls .owl-dots {
    display: block !important;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0; }
    #cont-revista .content-outdoor .small-pick-slider .owl-controls .owl-dots .owl-dot {
      display: inline-block; }
      #cont-revista .content-outdoor .small-pick-slider .owl-controls .owl-dots .owl-dot span {
        display: block;
        background-color: #999;
        border-radius: 50%;
        width: 13px;
        height: 13px;
        cursor: pointer;
        margin: 0 5px; }
      #cont-revista .content-outdoor .small-pick-slider .owl-controls .owl-dots .owl-dot.active span {
        background-color: #000; }
#cont-revista .content-outdoor .slider-result img {
  display: block;
  margin: 0 auto;
  padding: 11px 0;
  max-width: 205px;
  position: relative;
  width: 100%; }

/*----map----*/
#cont-revista {
  overflow: hidden; }
  #cont-revista area:focus {
    outline: none !important; }
  #cont-revista area:hover {
    background-color: rgba(0, 0, 0, 0.2); }

/*------------------------------------------------------------------------------Grillas */
#cont-revista .row {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

#cont-revista .row [class*="column"] {
  display: block;
  float: left;
  margin-right: 2.08333%; }
  #cont-revista .row [class*="column"].last {
    margin-right: 0; }
  @media only screen and (max-width: 640px) {
    #cont-revista .row [class*="column"].down {
      float: none;
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    #cont-revista .row [class*="column"].down[class*="offset"] {
      margin-left: 0; } }
  @media only screen and (min-width: 641px) and (max-width: 840px) {
    #cont-revista .row [class*="column"].down-tablets-vertical {
      float: none;
      width: 100%; } }
  @media only screen and (min-width: 641px) and (max-width: 840px) {
    #cont-revista .row [class*="column"].down-tablets-vertical[class*="offset"] {
      margin-left: 0; } }
  @media only screen and (max-width: 1024px) and (min-width: 841px) {
    #cont-revista .row [class*="column"].down-tablets-horizontal {
      float: none;
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    #cont-revista .row [class*="column"].down-half-mobile {
      width: 48.6%; }
      #cont-revista .row [class*="column"].down-half-mobile.last-half {
        margin-right: 0; } }
  @media only screen and (min-width: 641px) and (max-width: 840px) {
    #cont-revista .row [class*="column"].down-half-tablets-horizontal {
      width: 48.6%; }
      #cont-revista .row [class*="column"].down-half-tablets-horizontal.last-half {
        margin-right: 0; } }

.column-1 {
  width: 6.42361%; }

.column-offset-1 {
  margin-left: 6.42361%; }

.column-2 {
  width: 14.93056%; }

.column-offset-2 {
  margin-left: 14.93056%; }

.column-3 {
  width: 23.4375%; }

.column-offset-3 {
  margin-left: 23.4375%; }

.column-4 {
  width: 31.94444%; }

.column-offset-4 {
  margin-left: 31.94444%; }

.column-5 {
  width: 40.45139%; }

.column-offset-5 {
  margin-left: 40.45139%; }

.column-6 {
  width: 48.95833%; }

.column-offset-6 {
  margin-left: 48.95833%; }

.column-7 {
  width: 57.46528%; }

.column-offset-7 {
  margin-left: 57.46528%; }

.column-8 {
  width: 65.97222%; }

.column-offset-8 {
  margin-left: 65.97222%; }

.column-9 {
  width: 74.47917%; }

.column-offset-9 {
  margin-left: 74.47917%; }

.column-10 {
  width: 82.98611%; }

.column-offset-10 {
  margin-left: 82.98611%; }

.column-11 {
  width: 91.49306%; }

.column-offset-11 {
  margin-left: 91.49306%; }

.m-5 {
  margin: 5px; }

.m-left-5 {
  margin-left: 5px; }

.m-right-5 {
  margin-right: 5px; }

.m-top-5 {
  margin-top: 5px; }

.m-bottom-5 {
  margin-bottom: 5px; }

.m-10 {
  margin: 10px; }

.m-left-10 {
  margin-left: 10px; }

.m-right-10 {
  margin-right: 10px; }

.m-top-10 {
  margin-top: 10px; }

.m-bottom-10 {
  margin-bottom: 10px; }

.m-15 {
  margin: 15px; }

.m-left-15 {
  margin-left: 15px; }

.m-right-15 {
  margin-right: 15px; }

.m-top-15 {
  margin-top: 15px; }

.m-bottom-15 {
  margin-bottom: 15px; }

.m-20 {
  margin: 20px; }

.m-left-20 {
  margin-left: 20px; }

.m-right-20 {
  margin-right: 20px; }

.m-top-20 {
  margin-top: 20px; }

.m-bottom-20 {
  margin-bottom: 20px; }

.m-25 {
  margin: 25px; }

.m-left-25 {
  margin-left: 25px; }

.m-right-25 {
  margin-right: 25px; }

.m-top-25 {
  margin-top: 25px; }

.m-bottom-25 {
  margin-bottom: 25px; }

.m-30 {
  margin: 30px; }

.m-left-30 {
  margin-left: 30px; }

.m-right-30 {
  margin-right: 30px; }

.m-top-30 {
  margin-top: 30px; }

.m-bottom-30 {
  margin-bottom: 30px; }

.m-35 {
  margin: 35px; }

.m-left-35 {
  margin-left: 35px; }

.m-right-35 {
  margin-right: 35px; }

.m-top-35 {
  margin-top: 35px; }

.m-bottom-35 {
  margin-bottom: 35px; }

.m-40 {
  margin: 40px; }

.m-left-40 {
  margin-left: 40px; }

.m-right-40 {
  margin-right: 40px; }

.m-top-40 {
  margin-top: 40px; }

.m-bottom-40 {
  margin-bottom: 40px; }

.m-45 {
  margin: 45px; }

.m-left-45 {
  margin-left: 45px; }

.m-right-45 {
  margin-right: 45px; }

.m-top-45 {
  margin-top: 45px; }

.m-bottom-45 {
  margin-bottom: 45px; }

.m-50 {
  margin: 50px; }

.m-left-50 {
  margin-left: 50px; }

.m-right-50 {
  margin-right: 50px; }

.m-top-50 {
  margin-top: 50px; }

.m-bottom-50 {
  margin-bottom: 50px; }

.p-5 {
  padding: 5px; }

.p-left-5 {
  padding-left: 5px; }

.p-right-5 {
  padding-right: 5px; }

.p-top-5 {
  padding-top: 5px; }

.p-bottom-5 {
  padding-bottom: 5px; }

.p-10 {
  padding: 10px; }

.p-left-10 {
  padding-left: 10px; }

.p-right-10 {
  padding-right: 10px; }

.p-top-10 {
  padding-top: 10px; }

.p-bottom-10 {
  padding-bottom: 10px; }

.p-15 {
  padding: 15px; }

.p-left-15 {
  padding-left: 15px; }

.p-right-15 {
  padding-right: 15px; }

.p-top-15 {
  padding-top: 15px; }

.p-bottom-15 {
  padding-bottom: 15px; }

.p-20 {
  padding: 20px; }

.p-left-20 {
  padding-left: 20px; }

.p-right-20 {
  padding-right: 20px; }

.p-top-20 {
  padding-top: 20px; }

.p-bottom-20 {
  padding-bottom: 20px; }

.p-25 {
  padding: 25px; }

.p-left-25 {
  padding-left: 25px; }

.p-right-25 {
  padding-right: 25px; }

.p-top-25 {
  padding-top: 25px; }

.p-bottom-25 {
  padding-bottom: 25px; }

.p-30 {
  padding: 30px; }

.p-left-30 {
  padding-left: 30px; }

.p-right-30 {
  padding-right: 30px; }

.p-top-30 {
  padding-top: 30px; }

.p-bottom-30 {
  padding-bottom: 30px; }

.p-35 {
  padding: 35px; }

.p-left-35 {
  padding-left: 35px; }

.p-right-35 {
  padding-right: 35px; }

.p-top-35 {
  padding-top: 35px; }

.p-bottom-35 {
  padding-bottom: 35px; }

.p-40 {
  padding: 40px; }

.p-left-40 {
  padding-left: 40px; }

.p-right-40 {
  padding-right: 40px; }

.p-top-40 {
  padding-top: 40px; }

.p-bottom-40 {
  padding-bottom: 40px; }

.p-45 {
  padding: 45px; }

.p-left-45 {
  padding-left: 45px; }

.p-right-45 {
  padding-right: 45px; }

.p-top-45 {
  padding-top: 45px; }

.p-bottom-45 {
  padding-bottom: 45px; }

.p-50 {
  padding: 50px; }

.p-left-50 {
  padding-left: 50px; }

.p-right-50 {
  padding-right: 50px; }

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

.p-bottom-50 {
  padding-bottom: 50px; }

/*------------------------------------------------------------------------------Tendecias */
#cont-revista {
  font-family: "Montserrat", serif, "times";
  line-height: 140%;
  transition: all ease 300ms;
  /*Secci├│n Marcas en tendencias*/
  /*   &.pink-bg {
      background: $pink;
      transition: all 500ms ease;
    }
    &.light-gray-bg {
      background: $gray;
      transition: all 500ms ease;
    }
    &.deep-yellow-bg {
      background: $deep-yellow;
      transition: all 500ms ease;
    }
    &.deep-pink-bg {
      background: $deep-pink;
      transition: all 500ms ease;
    }
    &.blue-bg {
      background: $blue;
      transition: all 500ms ease;
    }
    &.skin-color-bg {
      background: $skin-color;
      transition: all 500ms ease;
    }
    &.ultra-light-blue-bg {
      background: $ultra-light-blue;
      transition: all 500ms ease;
    } */
  /*------------------------------------------------------------------------------Fonts */
  /*------------------------------------------------------------------------------Auxiliares */
  /*------------------------------------------------------------------------------Generales */
  /*------------------------------------------------------------------------------Modal */
  /*------------------------------------------------------------------------------Header */
  /*------------------------------------------------------------------------------Intro Home */
  /*------------------------------------------------------------------------------Tendencias Home */
  /*------------------------------------------------------------------------------Secciones Home */
  /*------------------------------------------------------------------------------Seccion Marcas */
  /**/
  /* 3 */
  /* 4 */
  /* 5 */
  /*------------------------------------------------------------------------------Seccion Tendencias */
  /*------------------------------------------------------------------------------Seccion come-back */
  /*---------------------------------------------------------------------------Seccion la lista */
  /*------------------------------------------------------------------------------Seccion microtrends */
  /*------------------------------------------------------------------------------pick and match */
  /*------------------------------------------------------------------------------Seccion concurso */
  /*------------------------------------------------------------------------------Seccion Outdoor */
  /*------------------------------------------------------------------------------Seccion Marcas */
  /*------------------------------------------------------------------------------Seccion flash-sale */
  /*** CSS Ripley ***/
  /*** Menu Mobile ***/
  /*------------------------------------------------------------------------------Media Query */
  /*------------------------------------------------------------------------------Ajax loader */ }
  #cont-revista * {
    box-sizing: border-box; 
    margin-top: 2px;
  }
  #cont-revista .screen {
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 300ms ease; }
  #cont-revista .screen.on-screen {
    opacity: 1; }
  #cont-revista .screen * {
    box-sizing: border-box; }
  #cont-revista .lightbox {
    background-color: #fff;
    width: 100%;
    position: absolute;
    max-width: 867px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-family: "Montserrat", sans-serif, "Arial"; }
    #cont-revista .lightbox.proximamente {
      max-width: 560px !important; }
    #cont-revista .lightbox .informacion h4 {
      text-align: left !important; }
  #cont-revista .lightbox h2 {
    color: #333;
    font-size: 25px;
    font-family: "Montserrat", sans-serif, "Arial"; }
  #cont-revista .lightbox p {
    font-family: "Montserrat", sans-serif, "Arial";
    text-transform: uppercase; }
  #cont-revista .lightbox .sku-title {
    color: #333;
    font-size: 18px;
    display: block; }
  #cont-revista .lightbox .small-text {
    font-size: 14px;
    margin-bottom: 0; }
  #cont-revista .lightbox .botones {
    margin-top: 40px; }
  #cont-revista .lightbox .product-box {
    margin-bottom: 0; }
  #cont-revista .lightbox .product-box h3, #cont-revista .lightbox .product-box .oferta-price {
    font-size: 14px; }
  #cont-revista .lightbox .product-points {
    margin-top: 0; }
  #cont-revista .lightbox .galeria {
    overflow: hidden;
    margin-top: 12px; }
  #cont-revista .lightbox .galeria ul li {
    float: left;
    padding: 5px 2px;
    border: 4px solid #E5E5E5;
    margin: 4px 5px; }
  #cont-revista .lightbox .galeria ul li a img {
      height: 55px; }
  #cont-revista .close-btn {
    right: 10px;
    top: 10px;
    width: 29px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: all 300ms ease;
    display: block;
    visibility: visible;
    z-index: 2;
    text-indent: -9999px;
    background-image: url("../images/icons/btn-cerrar.svg"); }
  .no-svg #cont-revista .close-btn {
      background-image: url("../images/icons/btn-cerrar.png"); }
  #cont-revista .mensaje-no-encuentra {
    display: none;
    text-align: center;
    font-weight: 700;
    font-size: 24px; }
  #cont-revista .mensaje-no-encuentra h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px; }
  #cont-revista .informacion {
    visibility: hidden; }
  #cont-revista .informacion.proximamente h2 {
      text-align: center;
      font-size: 34px; }
  #cont-revista .lightbox .modal-wrapp {
    padding: 40px 20px 10px;
    border: 1px solid #000;
    background-color: #fff; }
  #cont-revista .lightbox .row [class*="grid"] {
    display: block;
    float: left;
    margin-right: 1.0309278351%; }
  #cont-revista .lightbox .grid-6 {
    width: 49.4845360825%; }
  #cont-revista .lightbox .row [class*="grid"].last {
    margin-right: 0; }
  #cont-revista .chef-holder .btn.small {
    padding: 10px; }
  #cont-revista .chef-holder a:hover {
    outline: 0 none;
    color: #0d0d0d;
    transition: all 300 ease; }
  #cont-revista .col-text {
    padding: 0 3%; }
  #cont-revista .col-text h3 {
      text-decoration: none; }
  #cont-revista .col-text p {
      text-align: center; }
  #cont-revista .lightbox .btn:hover {
    background-color: #404040;
    color: #FFF; }
  #cont-revista .lightbox button:active, #cont-revista .lightbox button:hover, #cont-revista .lightbox button:focus {
    outline: 0 none;
    border-radius: 0; }
  #cont-revista .lightbox .modal-footer {
    background-color: #eee;
    padding: 10px;
    text-align: right; }
  #cont-revista .lightbox .modal-footer p, #cont-revista .lightbox .modal-footer a {
    font-weight: 700;
    font-size: 12px; }
  #cont-revista .lightbox .modal-footer p {
    display: inline-block;
    color: #333;
    margin-bottom: 0; }
  #cont-revista .lightbox .bordered-bottom-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  #cont-revista .lightbox .normal-price {
    color: #6a6a6a;
    display: block;
    font-size: 14px; }
  #cont-revista .lightbox .oferta-price-2 {
    font-size: 16px;
    font-weight: 700;
    display: block; }
  #cont-revista .lightbox .oferta-price {
    color: #BE1900;
    font-size: 20px;
    font-weight: 700;
    min-height: 25px;
    display: block; }
  #cont-revista .lightbox .small-text {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px; }
  #cont-revista .lightbox .stronger-text {
    margin-bottom: 15px; }
  #cont-revista .lightbox .product-name {
    margin-bottom: 0; }
@-webkit-keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-beat {
  50% {
    opacity: .2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
  #cont-revista .ball-beat {
    width: 25px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px; }
  #cont-revista .ball-beat > div {
    background-color: #000;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0 infinite linear;
    animation: ball-beat 0.7s 0 infinite linear; }
  #cont-revista .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: .35s !important;
    animation-delay: 0.35s !important; }
  #cont-revista .ball-beat.white-balls {
    position: fixed;
    top: 50%; }
  #cont-revista .ball-beat.white-balls > div {
    background-color: #000; }
  #cont-revista .lightbox .add-bag {
    background-color: #eee;
    padding: 10px 10px 10px 20px;
    margin: 10px 0;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    min-height: 0;
    transition: all 300ms ease; }
  #cont-revista #producto h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px; }
  #cont-revista .lightbox .add-bag.active {
    opacity: 1;
    visibility: visible;
    min-height: 40px; }
  #cont-revista .lightbox .error-variantes {
    clear: both;
    overflow: hidden;
    color: #d7292a;
    display: none;
    margin-bottom: 0; }
  #cont-revista .lightbox .add-bag p {
    margin: 0; }
  #cont-revista .lightbox .card-img, #cont-revista .lightbox .oferta-price {
    display: inline-block;
    vertical-align: middle; }
  #cont-revista .lightbox .talla {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    font-size: .875em;
    line-height: 150%;
    font-weight: 600;
    color: #404040; }
  #cont-revista .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; }
  #cont-revista .lightbox .talla ul li:hover, #cont-revista .lightbox .color ul li:hover, #cont-revista .lightbox .talla ul li.active, #cont-revista .lightbox .color ul li.active {
    border: 3px solid #FAC549; }
  #cont-revista .lightbox .talla ul li a {
    color: #000;
    text-decoration: none; }
  #cont-revista .lightbox .color {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    font-size: .875em;
    line-height: 150%;
    font-weight: 600; }
  #cont-revista .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*/ }
  #cont-revista .lightbox .color ul li a {
    color: #404040;
    text-decoration: none; }
  #cont-revista .lightbox .color ul li a img {
    display: block; }
  #cont-revista .lightbox .vtalla, #cont-revista .lightbox .vcolor, #cont-revista .lightbox .variantes {
    display: none; }
  #cont-revista .disponible-tienda {
    text-align: center; }
  #cont-revista .disponible-tienda h2 {
      font-size: 32px;
      text-decoration: underline; }
  #cont-revista .disponible-tienda h3 {
      font-size: 25px;
      text-decoration: none;
      margin: 0;
      font-family: "Montserrat", sans-serif, "Arial"; }
  #cont-revista .disponible-tienda .sku {
      border-bottom: 1px solid #ccc;
      width: auto;
      display: inline-block;
      padding: 0 16px 6px;
      margin-bottom: 8px;
      font-size: 14px; }
  #cont-revista .disponible-tienda .price {
      font-size: 14px;
      margin-bottom: 40px; }
  #cont-revista .disponible-tienda div p {
      font-size: 12px;
      text-transform: none; }
  #cont-revista .disponible-tienda div p strong {
        text-transform: uppercase; }
  #cont-revista .header-logo {
    background-color: #000000;
    border-top: 1px solid #323232;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    position: relative; }
  
  #cont-revista .button {
    border: 1px solid #000000;
    color: #000000;
    padding: 10px;
    text-transform: uppercase; }
  #cont-revista .button-scroll {
    color: #000000;
    padding: 10px 0;
    position: relative; }
    #cont-revista .button-scroll:before {
      content: "";
      position: absolute;
      display: block;
      width: 180px;
      height: 11px;
      margin-left: -90px;
      left: 50%;
      bottom: -10px;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../images/icons/trian-scroll.svg"); }
      .no-svg #cont-revista .button-scroll:before {
        background-image: url("../images/icons/trian-scroll.png"); }
  #cont-revista .boton-compartir {
    width: 100%;
    margin: 30px auto 50px;
    text-align: center; }
  #cont-revista .btn-catalogo {
    text-align: center !important; }
  #cont-revista .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; }
  #cont-revista .btn-comprar {
    width: 141px;
    height: 39px;
    padding: 0;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    clear: both;
    border-radius: 5px;
    background-color: #d7292a;
    border: none; }
  #cont-revista .btn-agregar {
    height: 20px;
    line-height: 17px;
    color: #999;
    display: block; }
  
  #cont-revista .instruccion {
    background-color: rgba(255, 255, 255, 0.9);
    width: 518px;
    display: table;
    height: 178px;
    padding: 20px 60px 20px 20px;
    position: absolute;
    left: 50%;
    margin-left: -259px;
    top: 2%;
    text-align: center;
    border: 1px solid #231f20; }
    #cont-revista .instruccion .close-btn {
      background-size: contain;
      width: 16px;
      height: 16px; }
    #cont-revista .instruccion .ins, #cont-revista .instruccion .caja-detalle {
      display: table-cell;
      font-family: "Montserrat", sans-serif, "Arial";
      font-size: 12px;
      vertical-align: middle; }
    #cont-revista .instruccion .caja-detalle {
      border: 1px solid #231f20;
      width: 140px;
      height: 130px; }
      #cont-revista .instruccion .caja-detalle p {
        font-size: 12px;
        font-family: "Montserrat", sans-serif, "Arial"; }
    #cont-revista .instruccion.ins-70 {
      right: -55%;
      top: 2%; }
  #cont-revista .popup {
    display: table-cell;
    background-color: #FFF;
    border: 1px solid #231f20;
    width: 130px;
    height: 140px;
    text-align: center; }
    #cont-revista .popup p {
      font-size: 12px;
      font-family: "Montserrat", sans-serif, "Arial";
      text-transform: uppercase; }
  #cont-revista .popup_gif {
    position: relative;
    cursor: pointer; }
    #cont-revista .popup_gif #popup {
      top: 50%;
      left: 50%;
      margin-top: -70px;
      position: absolute;
      margin-left: -65px; }
 
  @media only screen and (min-width: 1200px) {
    #cont-revista .tendencias .secciones-home .seccion .content .lo-nuevo {
      font-size: 68px; } }
  @media only screen and (max-width: 1023px) {
    #cont-revista .menu {
      display: none; }
    #cont-revista .mp-menu {
      display: block;
      top: 0px; }
    #cont-revista .pick-slide-2.pick-marcas {
      width: 100%;
      max-width: 80%; } }
  @media only screen and (max-width: 965px) {
    #cont-revista .tenida2 img {
      width: 100%; }
    #cont-revista .lookbook, #cont-revista .container-promo-marca, #cont-revista .secciones-home {
      padding: 0 5%; }
    #cont-revista .day-offer-new.home {
      height: auto; }
      #cont-revista .day-offer-new.home h4 {
        font-size: 20px; }
      #cont-revista .day-offer-new.home .half-element {
        border-bottom: none; }
        #cont-revista .day-offer-new.home .half-element .descuento .cant {
          font-size: 105px; }
      #cont-revista .day-offer-new.home .btn-compartir {
        display: none; } }
  @media only screen and (max-width: 950px) {
    #cont-revista .container-la-lista .column-7, #cont-revista .container-la-lista .column-5 {
      display: block;
      float: none;
      width: 100%; }
      #cont-revista .container-la-lista .column-7 .container-intro, #cont-revista .container-la-lista .column-7 .bio-elegido, #cont-revista .container-la-lista .column-7 h3, #cont-revista .container-la-lista .column-5 .container-intro, #cont-revista .container-la-lista .column-5 .bio-elegido, #cont-revista .container-la-lista .column-5 h3 {
        text-align: center;
        font-size: 28px; }
    #cont-revista .intro-text-int p, #cont-revista .bio-elegido p {
      padding: 0 8%;
      font-size: 25px; }
    #cont-revista .caja-concurso {
      float: none;
      margin: 0 auto 50px;
      width: 100%; }
      #cont-revista .caja-concurso:nth-child(4n-4) {
        margin: 0 auto; }
      #cont-revista .caja-concurso .content {
        margin: 14px 0; }
      #cont-revista .caja-concurso:after {
        transform: rotate(90deg);
        bottom: -10%;
        right: 0;
        left: 50%;
        margin-left: -5px; }
    #cont-revista .lightbox .close-btn {
      right: 0;
      left: auto; } }
  @media only screen and (max-width: 768px) {
    #cont-revista .mobile-mar-top-18 {
      margin-top: 18px; }
    #cont-revista .full-768 {
      width: 100%; }
    #cont-revista .restore-top-768 {
      top: 20px; }
    #cont-revista .container-trend.carousel {
      display: block; }
    #cont-revista .menu-trigger {
      display: block; }
    #cont-revista .logo-tendencia img {
      width: 90%; }
    #cont-revista .relative-position img {
      width: 100%; }
    #cont-revista .header-logo {
      padding: 10px 0; }
      #cont-revista .header-logo a {
        width: 160px;
        display: inline-block;
        margin: 0px; }
        #cont-revista .header-logo a img {
          width: 100%; }
    #cont-revista .logo-ripley {
      margin-bottom: 30px; }
    #cont-revista .container-intro .intro-text {
      margin-bottom: 30px; }
      #cont-revista .container-intro .intro-text p {
        font-size: 29px;
        padding: 0 5%; }
    #cont-revista .container-tendencias-home {
      margin-bottom: 30px; }
      #cont-revista .container-tendencias-home article {
        width: 100%;
        float: none;
        display: block;
        height: auto; }
        #cont-revista .container-tendencias-home article .tendencias-content {
          opacity: 1;
          position: relative;
          visibility: visible; }
          #cont-revista .container-tendencias-home article .tendencias-content .encabezado {
            width: 100%;
            display: block; }
          #cont-revista .container-tendencias-home article .tendencias-content .tendencias-text {
            position: absolute;
            z-index: 10;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            #cont-revista .container-tendencias-home article .tendencias-content .tendencias-text .table-element {
              height: 100%; }
              #cont-revista .container-tendencias-home article .tendencias-content .tendencias-text .table-element .table-cell {
                vertical-align: middle; }
                #cont-revista .container-tendencias-home article .tendencias-content .tendencias-text .table-element .table-cell h2 {
                  max-width: 200px;
                  margin: 0px auto 10px;
                  transition: opacity ease 600ms; }
                  #cont-revista .container-tendencias-home article .tendencias-content .tendencias-text .table-element .table-cell h2 img {
                    width: 100%; }
        #cont-revista .container-tendencias-home article.tendencias-boho {
          background: url("../images/examples/encabezado_boho_01.jpg") no-repeat top center; }
        #cont-revista .container-tendencias-home article.tendencias-grunge {
          background: url("../images/examples/encabezado_grunge_01.jpg") no-repeat top center; }
        #cont-revista .container-tendencias-home article.tendencias-vibes {
          background: url("../images/examples/encabezado_index_01.jpg") no-repeat top center; }
        #cont-revista .container-tendencias-home article.tendencias-modern {
          background: url("../images/examples/encabezado-marcas.jpg") no-repeat top center; }
    #cont-revista .secciones-home {
      margin-bottom: 0px; }
      #cont-revista .secciones-home .seccion {
        margin-bottom: 50px; }
        #cont-revista .secciones-home .seccion h2 {
          margin-bottom: 20px;
          min-height: 50px; }
        #cont-revista .secciones-home .seccion .content p {
          display: none; }
        #cont-revista .secciones-home .seccion .content .ver-contenido {
          margin: 0;
          max-width: 108px;
          top: 50% !important; }
      #cont-revista .secciones-home .mod {
        width: 100%;
        height: 385px; }
        #cont-revista .secciones-home .mod .disponible .table-cell p {
          font-size: 17px; }
        #cont-revista .secciones-home .mod .disponible .table-cell .descuento .cant1 {
          font-size: 105px;
          margin: 5px auto; }
        #cont-revista .secciones-home .mod .disponible .table-cell .small-t {
          font-size: 11px; }
    #cont-revista .container-come-back {
      text-align: center; }
      #cont-revista .container-come-back .back {
        transition: all ease 300ms;
        width: 45%;
        float: none;
        display: inline-block; }
        #cont-revista .container-come-back .back .content {
          opacity: 1;
          top: auto;
          bottom: 5%;
          height: auto; }
          #cont-revista .container-come-back .back .content p {
            font-size: 13px;
            padding: 8% 2%; }
    #cont-revista .lookbook {
      margin-bottom: 20px; }
      #cont-revista .lookbook .tenida a {
        opacity: 1; }
    #cont-revista .match .item {
      float: none;
      opacity: 1; }
      #cont-revista .match .item img {
        margin: 0 auto; }
    #cont-revista .match .owl-controls .owl-dots {
      display: block;
      width: 100%;
      text-align: center; }
      #cont-revista .match .owl-controls .owl-dots .owl-dot {
        display: inline-block; }
        #cont-revista .match .owl-controls .owl-dots .owl-dot span {
          display: block;
          background-color: #999;
          border-radius: 50%;
          width: 13px;
          height: 13px;
          cursor: pointer;
          margin: 0 5px; }
        #cont-revista .match .owl-controls .owl-dots .owl-dot.active span {
          background-color: #000; }
    #cont-revista .match .owl-controls .owl-nav {
      position: relative; }
      #cont-revista .match .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: 0;
        top: -350px;
        background-image: url("../images/icons/flechas-slide.svg");
        background-position: left top;
        background-repeat: no-repeat;
        display: block;
        width: 10px;
        height: 20px;
        text-indent: -9999px; }
        .no-svg #cont-revista .match .owl-controls .owl-nav .owl-prev {
          background-image: url("../images/icons/flechas-slide.png"); }
      #cont-revista .match .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: 0;
        top: -350px;
        background-image: url("../images/icons/flechas-slide.svg");
        background-position: right top;
        background-repeat: no-repeat;
        display: block;
        width: 10px;
        height: 20px;
        text-indent: -9999px; }
        .no-svg #cont-revista .match .owl-controls .owl-nav .owl-next {
          background-image: url("../images/icons/flechas-slide.png"); }
    #cont-revista .content-microtrends {
      margin-top: 0px; }
    #cont-revista .content-outdoor .pick-slide.full-768 {
      width: 100%;
      max-width: 100%; }
    #cont-revista .content-outdoor .full-slide {
      padding: 10px 0px;
      margin-top: 18px; }
    #cont-revista .content-outdoor .top-cover .caption h2 {
      font-size: 48px; }
    #cont-revista .content-outdoor .top-cover .caption .caption-core ul li a {
      font-size: 15px; }
    #cont-revista .content-outdoor .details-image-square {
      border-top: 0 none;
      margin-top: 0;
      padding-bottom: 0;
      padding-top: 0; }
    #cont-revista .content-outdoor .details-square {
      border-bottom: 0 none; }
    #cont-revista .calendario {
      display: none; }
    #cont-revista .legal p {
      font-size: 12px; }
    #cont-revista .mod {
      display: none; }
    #cont-revista .calendario-mobile {
      display: block !important; }
    #cont-revista .logo-marca {
      margin-bottom: 0px; }
      #cont-revista .logo-marca .logo-marca-int {
        margin: 20px 0px 0px 0px; }
    #cont-revista .container-promo-marca.alone {
      margin: 0 auto 35px; }
    #cont-revista .menu-marcas {
      width: 94%;
      margin: 0 auto; }
      #cont-revista .menu-marcas a {
        width: 64%; } }
  @media only screen and (max-width: 767px) {
    #cont-revista .instruccion {
      display: none; }
    #cont-revista .container-tendencias div figure {
      position: relative; }
    #cont-revista .day-offer-new .half-element .descuento {
      height: auto; }
    #cont-revista .day-offer-new.home .half-element .descuento .cant {
      font-size: 80px; }
    #cont-revista .day-offer-new.home .half-element {
      height: auto;
      padding-bottom: 10px; }
    #cont-revista .day-offer-new .half-element .descuento .percent {
      font-size: 12px;
      height: 35px; } }
  @media only screen and (max-width: 640px) {
    #cont-revista .container-tendencias .ico-mas {
      display: block; }
    #cont-revista .day-offer-new.home h4 {
      font-size: 12px; }
    #cont-revista .day-offer-new.home .logo-group p {
      font-size: 12px;
      margin: 0px; }
    #cont-revista .day-offer-new.home .btn-compartir {
      display: block;
      height: auto;
      line-height: 25px;
      margin-top: 10px;
      margin-bottom: 10px;
      width: 80%; }
      #cont-revista .day-offer-new.home .btn-compartir a {
        padding: 0px; }
    #cont-revista .day-offer-new.home .half-element {
      display: none; }
      #cont-revista .day-offer-new.home .half-element small {
        font-size: 12px;
        padding-top: 0px; }
      #cont-revista .day-offer-new.home .half-element .descuento {
        margin: 0 auto; }
        #cont-revista .day-offer-new.home .half-element .descuento .percent {
          font-size: 10px;
          left: 25px;
          top: 45%; }
        #cont-revista .day-offer-new.home .half-element .descuento .zero {
          width: 28px; }
        #cont-revista .day-offer-new.home .half-element .descuento .cant {
          display: inline-block;
          font-size: 30px; }
    #cont-revista .container-tendencias {
      padding: 0 15px; }
    #cont-revista .container-tendencias *[class*="w-"] {
      width: 100% !important;
      max-width: none !important; }
    #cont-revista .container-tendencias div figure {
      margin-bottom: 20px !important; }
    #cont-revista .m-bottom-30, #cont-revista .m-top-130, #cont-revista .m-top-146 {
      margin: 0px; }
    #cont-revista .full-640 {
      width: 100%; }
    #cont-revista .only-640 {
      display: block; }
      #cont-revista .only-640.cent {
        display: table; }
    #cont-revista .hide-640 {
      display: none !important; }
    #cont-revista .content-outdoor .pick-slide.full-640 {
      width: 100%;
      max-width: 100%; }
    #cont-revista .content-outdoor .slide-module.right-triangle:after {
      display: none; }
    #cont-revista .content-outdoor .slide-module.right-triangle:before {
      display: none; }
    #cont-revista .content-outdoor .no-mar-top-640 {
      margin-top: 0; }
    #cont-revista .match .item {
      margin: 0 auto;
      width: 200px; }
    #cont-revista .container-trend.owl-carousel .owl-item img {
      width: 70% !important;
      margin: 0 auto; }
    #cont-revista .container-trend .column-3 {
      float: none;
      width: 70%;
      margin: 0 auto; }
      #cont-revista .container-trend .column-3 .trend-compartir {
        opacity: 1;
        background: none; }
    #cont-revista .instruccion {
      width: auto; }
    #cont-revista .intro-text-int h2 {
      font-size: 28px !important; }
    #cont-revista header .main-menu-mobile {
      display: block !important; }
    #cont-revista header .main-menu-mobile ul {
      display: block; }
    #cont-revista .lightbox .grid-6 {
      width: 100%;
      float: none; }
    #cont-revista .disable-table-mobile {
      display: block; }
    #cont-revista .lightbox .disable-table-mobile .table-cell {
      display: block;
      width: 100%; }
    #cont-revista .lightbox .btn {
      padding: 15px 10px;
      font-size: 15px; }
    #cont-revista .lightbox .btn.red-ripley {
      margin-top: 10px; }
    #cont-revista .container-promo-marca {
      margin-bottom: 0; }
      #cont-revista .container-promo-marca .video-marca, #cont-revista .container-promo-marca .imagen-marca {
        width: 100%;
        display: block;
        margin-bottom: 20px; }
    #cont-revista .bajada-marca {
      margin-top: 10px;
      font-size: 20px; }
    #cont-revista .lookbook .tenida {
      width: 100%;
      margin: 0 0 20px; }
    #cont-revista .intro-text p {
      font-size: 23px; }
    #cont-revista .secciones-home .seccion h2 {
      font-size: 20px; }
    #cont-revista .secciones-home .mod, #cont-revista .secciones-home .calendario-mobile {
      height: 320px; }
      #cont-revista .secciones-home .mod .disponible .table-cell p, #cont-revista .secciones-home .calendario-mobile .disponible .table-cell p {
        font-size: 14px; }
      #cont-revista .secciones-home .mod .disponible .table-cell .hasta, #cont-revista .secciones-home .calendario-mobile .disponible .table-cell .hasta {
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -31px; }
      #cont-revista .secciones-home .mod .disponible .table-cell .descuento .cant1, #cont-revista .secciones-home .calendario-mobile .disponible .table-cell .descuento .cant1 {
        font-size: 85px;
        height: 87px;
        line-height: 105px; }
      #cont-revista .secciones-home .mod .disponible .table-cell .descuento span, #cont-revista .secciones-home .calendario-mobile .disponible .table-cell .descuento span {
        font-size: 21px;
        width: 62px; }
        #cont-revista .secciones-home .mod .disponible .table-cell .descuento span span, #cont-revista .secciones-home .calendario-mobile .disponible .table-cell .descuento span span {
          font-size: 51px; }
    #cont-revista .menu-marcas {
      display: none; }
    #cont-revista .day-offer-new {
      /*.half-element {*/
      /*  .descuento{*/
      /*    display: table;*/
      /*    margin: 0 auto;*/
      /*    position: relative;*/
      /*    width: auto;*/
      /*    p{*/
      /*      color: #890679;*/
      /*      font-family: "Montserrat",sans-serif,"Arial";*/
      /*      font-size: 20px;*/
      /*      font-weight: 700;*/
      /*      text-transform: uppercase;*/
      /*    }*/
      /*    .cant{*/
      /*      font-size: 82px;*/
      /*      margin: 26px auto 50px;*/
      /*      width: auto;*/
      /*    }*/
      /*    span {*/
      /*      font-size: 26px;*/
      /*      width: auto;*/
      /*    }*/
      /*    span span {*/
      /*      font-size: 42px;*/
      /*      display: table;*/
      /*    }*/
      /*  }*/
      /*}*/ }
      #cont-revista .day-offer-new h4 {
        font-size: 22px; }
      #cont-revista .day-offer-new .logo-group img {
        display: block;
        float: none;
        margin: 0 auto 10px;
        max-width: 120px;
        position: relative; }
      #cont-revista .day-offer-new .logo-group p {
        width: 100%;
        text-align: center; } }
  @media only screen and (max-width: 480px) {
    #cont-revista .secciones-home .seccion .content:hover .ver-contenido {
      opacity: 0; }
    #cont-revista .modal-wrapp div.col-text {
      float: none;
      width: 100%; }
      #cont-revista .modal-wrapp div.col-text h3 {
        margin-bottom: 0px; }
    #cont-revista .modal-wrapp .product-sku,
    #cont-revista .modal-wrapp .product-name {
      text-align: center; }
    #cont-revista .container-intro {
      margin-bottom: 30px; }
      #cont-revista .container-intro .intro-text-int h2 {
        font-size: 30px;
        margin-bottom: 10px; }
      #cont-revista .container-intro .intro-text-tendencias p {
        font-size: 18px; }
    #cont-revista .intro-text-int p {
      font-size: 22px; }
    #cont-revista .container-la-lista .bio-elegido p {
      line-height: 22px;
      font-size: 13px; }
    #cont-revista .container-come-back .back {
      width: 80%;
      margin-right: 0; }
    #cont-revista .container-tendencias-home article .tendencias-content .tendencias-text .table-element .table-cell h2 {
      max-width: 110px; }
    #cont-revista .container-tendencias-home article .tendencias-content .tendencias-text .table-element .table-cell a {
      padding: 6px; }
    #cont-revista .secciones-home .mod {
      height: 220px; }
      #cont-revista .secciones-home .mod .disponible .table-cell p {
        font-size: 12px; }
      #cont-revista .secciones-home .mod .disponible .table-cell .d-none {
        display: none; }
      #cont-revista .secciones-home .mod .disponible .table-cell .descuento .cant1 {
        font-size: 69px;
        height: 56px;
        line-height: 70px; }
      #cont-revista .secciones-home .mod .disponible .table-cell .descuento span span {
        font-size: 32px; }
    #cont-revista .content-marcas h3 {
      margin-bottom: 30px; }
    #cont-revista .content-marcas .main-menu-marcas.full-child-480 {
      width: 100%; }
      #cont-revista .content-marcas .main-menu-marcas.full-child-480 ul {
        width: 100%;
        margin: 0 auto; }
        #cont-revista .content-marcas .main-menu-marcas.full-child-480 ul li {
          margin: 0px 0px 20px; }
      #cont-revista .content-marcas .main-menu-marcas.full-child-480 span {
        display: none; } }
  @media only screen and (max-width: 360px) {
    #cont-revista .content-microtrends h2 {
      font-size: 22px !important; }
    #cont-revista .content-microtrends p,
    #cont-revista #microtrends p {
      font-size: 16px !important; }
    #cont-revista .instruccion {
      display: none; }
    #cont-revista .owl-carousel.owl-loaded {
      display: block; }
    #cont-revista .carousel {
      width: 100%;
      margin: 0 auto 40px; }
      #cont-revista .carousel .owl-item .item {
        opacity: 0.5;
        text-align: center; }
        #cont-revista .carousel .owl-item .item img {
          width: 100% !important;
          display: inline-block; }
        #cont-revista .carousel .owl-item .item p {
          font-family: "Montserrat", sans-serif, "Arial";
          font-size: 12px; }
      #cont-revista .carousel .owl-item.center .item {
        opacity: 1;
        background-color: #fff; }
      #cont-revista .carousel .owl-controls .owl-dots {
        display: block;
        width: 100%;
        text-align: center; }
        #cont-revista .carousel .owl-controls .owl-dots .owl-dot {
          display: inline-block; }
          #cont-revista .carousel .owl-controls .owl-dots .owl-dot span {
            display: block;
            background-color: #999;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            cursor: pointer;
            margin: 0 5px; }
          #cont-revista .carousel .owl-controls .owl-dots .owl-dot.active span {
            background-color: #000; }
    #cont-revista .owl-carousel .owl-item img {
      width: 100%; }
    #cont-revista .intro-text-int p {
      font-size: 19px; }
    #cont-revista .secciones-home .seccion {
      margin-bottom: 20px; }
      #cont-revista .secciones-home .seccion .mod {
        height: 170px; }
    #cont-revista .secciones-home .seccion .content .ver-contenido {
      max-width: 126px;
      margin-left: -36%; }
    #cont-revista .calendario-mobile .sale .table-element .table-cell .descuento .cant {
      font-size: 86px; }
    #cont-revista .calendario-mobile .sale .table-element .table-cell .fecha {
      font-size: 20px; } }
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75); }
  100% {
    opacity: 1;
    transform: scale(1); } }
  #cont-revista .ball-beat {
    width: 25px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px; }
  #cont-revista .ball-beat > div {
    background-color: #000;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    animation: ball-beat 0.7s 0s infinite linear; }
  #cont-revista .ball-beat > div:nth-child(2n-1) {
    animation-delay: 0.35s !important; }
  #cont-revista .ball-beat > div:nth-child(2n-1) {
    animation-delay: 0.35s !important; }
  #cont-revista .ball-beat.white-balls {
    position: fixed;
    top: 50%; }
  #cont-revista .ball-beat.white-balls > div {
    background-color: #000;
    color: #000; }

/*.search-bar {
  display: none !important; }*/

/*.ripley-header {
  height: 68px !important; }

section.category-header {
  display: none; }

body {
  padding-top: 68px !important; }*/

/*.ripley-footer {
  display: none !important; }*/
