@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -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 {
  from,
  20%,
  53%,
  80%,
  to {
    -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);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -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 {
  from,
  to {
    -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);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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);
  }

  to {
    -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);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -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);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -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);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  from {
    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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  from {
    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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  from {
    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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -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);
  }

  from {
    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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.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;
  }

  to {
    -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;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 1;
  }

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    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 {
  from {
    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);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

.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);
  }

  to {
    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);
  }

  to {
    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);
  }
}

.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);
  }

  to {
    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);
  }

  to {
    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;
  }
}

.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);
  }

  to {
    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);
  }

  to {
    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;
  }
}

.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);
  }

  to {
    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);
  }

  to {
    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);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@charset "UTF-8";

/** PERFIL **/

html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: #4295da;
  text-decoration: none;
}

a:hover {
  color: #b9dfff;
  text-decoration: none;
}

figure img {
  width: 100%;
}

.image-responsive {
  width: 100%;
  height: auto;
}

.bg-ads-space {
  background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 5px, #fff, #fff 7px) !important;
  border: 0 !important;
}

.bg-ads-space p {
  color: #cccccc;
  margin: 0;
}

.iframe-container iframe {
  pointer-events: none;
}

.iframe-container iframe.clicked {
  pointer-events: auto;
}

.supercontenedor {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.supercontenedor .contenedor-general {
  width: 100%;
}

.supercontenedor .contenido {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.supercontenedor .contenido .contenedor-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.supercontenedor .sidebar {
  margin: 10px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.supercontenedor.main-header {
  padding-top: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videoContainer {
  clear: both;
  display: block;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.main-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  padding-top: 0;
}

.main-header .header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 10px;
}

.main-header .header-top .elisologo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header .header-top .elisologo .hamburguer {
  display: inline-block;
  cursor: pointer;
  margin: 13px 10px 0 0;
  float: left;
}

.main-header .header-top .elisologo .hamburguer .bar1,
.main-header .header-top .elisologo .hamburguer .bar2,
.main-header .header-top .elisologo .hamburguer .bar3 {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-header .header-top .elisologo .hamburguer.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-6px, 4px);
}

.main-header .header-top .elisologo .hamburguer.change .bar2 {
  opacity: 0;
}

.main-header .header-top .elisologo .hamburguer.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.main-header .header-top .elisologo figure {
  margin: 0;
  padding: 10px 0 0 0;
}

.main-header .header-top .elisologo figure img {
  width: 170px;
}

.main-header .header-top .elisologo .menu-primario ul.menu-destacado {
  padding: 18px 10px 0 10px;
  margin: 0;
  list-style: none;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
}

.main-header .header-top .elisologo .menu-primario ul.menu-destacado li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.main-header .header-top .elisologo .menu-primario ul.menu-destacado li a {
  display: block;
  padding: 10px;
  color: #343a40;
}

@media (max-width: 1294.98px) {
  .main-header .header-top .elisologo .menu-primario ul.menu-destacado {
    display: none;
  }
}

@media (max-width: 1019.98px) {
  .main-header .header-top .elisologo figure {
    padding-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .main-header .header-top .elisologo figure {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .main-header .header-top .elisologo figure img {
    width: 140px;
  }

  .main-header .header-top .elisologo .hamburguer {
    margin-top: 5px;
  }

  .main-header .header-top .elisologo .hamburguer .bar1,
  .main-header .header-top .elisologo .hamburguer .bar2,
  .main-header .header-top .elisologo .hamburguer .bar3 {
    width: 26px;
    height: 2px;
  }

  .main-header .header-top .elisologo .hamburguer.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -6px);
            transform: rotate(45deg) translate(-7px, -6px);
  }
}

.main-header .header-top .radio-perfil {
  margin: 0 0 13px auto;
  display: none;
}

.main-header .header-top .radio-perfil a {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #555;
  line-height: 1em;
  display: block;
  width: 140px;
}

.main-header .header-top .radio-perfil a img {
  width: 100px;
  height: auto;
}

.main-header .header-top .radio-perfil a .radio-play {
  width: 22px;
  margin: 0 5px 0 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  float: left;
}

.main-header .header-bottom {
  background: #171717;
  width: 100%;
}

@media (max-width: 1359.98px) {
  .main-header .header-bottom {
    background: #d4d4d4;
    height: 1px;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .main-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .main-header .header-top {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .main-header .header-top .radio-perfil {
    display: block;
  }
}

@media (min-width: 1020px) {
  .main-header .header-top {
    padding: 0 0 10px 0;
  }

  .main-header .header-top .radio-perfil {
    margin: 0 0 5px auto;
  }
}

.pre-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f7f7f7;
  display: none;
}

.pre-header .header-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.pre-header .header-data .more-sites {
  display: none;
}

.pre-header .header-data .more-sites ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pre-header .header-data .more-sites ul li {
  background: url(/images/menu-sprite.png?c8a46a878d737f0c4b7a112f419340ae);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0 0 0 12px;
  display: block;
}

.pre-header .header-data .more-sites ul li a {
  display: block;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.pre-header .header-data .more-sites ul li a:hover {
  background: rgba(255, 255, 255, 0);
}

.pre-header .header-data .more-sites ul li.menu-exitoina {
  background-position: 0 -121px;
  width: 92px;
}

.pre-header .header-data .more-sites ul li.menu-caras {
  background-position: 0 -89px;
  width: 40px;
}

.pre-header .header-data .more-sites ul li.menu-noticias {
  background-position: 0 -59px;
  width: 54px;
}

.pre-header .header-data .more-sites ul li.menu-bloomberg {
  background-position: 0 -29px;
  width: 94px;
}

.pre-header .header-data .more-sites ul li.menu-reperfilar {
  background-position: 0 1px;
  width: 102px;
}

.pre-header .header-fecha {
  color: #343a40;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding-top: 5px;
  display: none;
}

@media (min-width: 576px) {
  .pre-header {
    padding: 3px 0;
    background-color: white;
    border-bottom: 1px solid #d4d4d4;
  }
}

@media (min-width: 768px) {
  .pre-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .pre-header .header-fecha {
    display: block;
  }
}

@media (min-width: 1020px) {
  .pre-header .header-data .more-sites {
    display: block;
  }
}

#contenedor-header-menu {
  position: relative;
  width: 100%;
  margin: auto;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
}

#contenedor-header-menu #menues {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: ease .9s;
  transition: ease .9s;
}

#contenedor-header-menu #menues ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
}

#contenedor-header-menu #menues ul li {
  padding: 8px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 160px;
  font-size: 14px;
  color: #666;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: ease .15s;
  transition: ease .15s;
  cursor: pointer;
}

#contenedor-header-menu #menues ul li a {
  color: #333;
  width: 100%;
}

#contenedor-header-menu #menues ul li a img {
  float: right;
  height: 10px;
  width: auto;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

#contenedor-header-menu #menues ul li:hover {
  background: #d2ecff;
}

#contenedor-header-menu #menues ul li ul {
  position: absolute;
  left: 158px;
  top: -1px;
  background: #fff;
  display: block;
  display: none;
}

#contenedor-header-menu #menues ul li ul li {
  line-height: 1em;
}

#contenedor-header-menu #menues ul li ul#principal {
  width: 360px;
  border-right: 1px solid #e0e0e0;
}

#contenedor-header-menu #menues ul li ul#principal li {
  float: left;
  border-right: none;
  width: 160px;
}

#contenedor-header-menu #menues ul li ul#principal li.despliega {
  padding: 0;
  border: none;
}

#contenedor-header-menu #menues ul li ul#principal li.despliega:hover {
  background: transparent;
}

#contenedor-header-menu #menues ul li ul#principal li a.linkDespliega {
  display: none;
}

#contenedor-header-menu #menues ul li ul#principal li.temasDelDia {
  display: none;
}

#contenedor-header-menu #menues ul li ul#principal li ul {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  border-top: none;
  border-left: none;
}

#contenedor-header-menu #menues ul li ul#principal li ul li {
  border-right: none;
}

#contenedor-header-menu #menues ul li:hover > ul {
  display: block;
}

#contenedor-header-menu #menues.tescondo {
  display: none;
}

#contenedor-header-menu #menues.temuestro {
  display: block;
}

@media (min-width: 1295px) {
  #contenedor-header-menu {
    max-width: 1260px;
  }
}

.buscador {
  display: none;
  margin-left: 20px;
}

.buscador form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 220px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 4px 10px 3px 10px;
}

.buscador form .form-control {
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.buscador form .form-control:focus {
  outline: none;
  background: transparent;
}

.buscador form .btn {
  border: none;
  background: transparent;
}

.buscador form .btn:focus {
  outline: none;
}

.buscador form .btn img {
  width: 13px;
}

@media (min-width: 768px) {
  .buscador {
    display: block;
  }
}

.buscador-alt {
  display: none;
}

ul.temas {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  height: 2em;
  overflow: hidden;
  padding: 0 10px;
}

ul.temas li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 2em;
}

ul.temas li a {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #f1f1f1;
}

ul.temas li a:hover {
  color: white;
}

ul.temas li a:after {
  content: "\B7";
  font-size: 20px;
  margin: 0 5px;
  line-height: 12px;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  color: #d4d4d4;
}

ul.temas li:last-child a:after {
  display: none;
}

@media (max-width: 1294.98px) {
  ul.temas li {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #bebebe;
  }

  ul.temas li a:after {
    display: none;
  }
}

ul.canales {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
}

ul.canales li.nav-item {
  text-align: left;
  padding: 0;
  /*
		&:nth-child(n+6) {
			display: none;
		}
		*/
}

ul.canales li.nav-item a {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 5px 0 0 0;
  color: #343a40;
}

ul.canales li.nav-item a:hover {
  color: #b9dfff !important;
}

@media (max-width: 575.98px) {
  ul.canales li.nav-item {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ebebeb;
  }

  ul.canales li.nav-item a {
    font-size: 13px;
  }
}

@media (min-width: 1295px) {
  ul.canales li.nav-item {
    text-align: center;
    padding: 0 5px;
  }

  ul.canales li.nav-item a {
    padding: 5px 10px 0 10px;
  }
}

.btn-outline-light {
  background: #E4D20B;
  height: 30px;
  padding: 2px;
  width: 40px;
  border: none;
}

.input-group {
  margin: 5px 0 8px;
}

.input-group-append {
  margin-right: 5px;
}

.buscador-header {
  margin: 5px 2px;
}

@media (min-width: 768px) {
  .nav-temas {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .nav-temas ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    border-top: none;
    width: auto;
    padding-left: 18px;
  }

  .nav-temas ul li a {
    padding: 5px 18px;
    font-size: 14px;
  }
}

@media (min-width: 979px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  a.menu:after,
  .dropdown-toggle:after {
    content: none;
  }
}

.navbar-toggler {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  color: #171717 !important;
  padding: 5px 3px 3px 5px !important;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .navbar-toggler-icon {
  font-size: 1em !important;
  padding: 0 !important;
  font-weight: 900 !important;
  color: #171717 !important;
}

@media (min-width: 1295px) {
  .navbar-toggler {
    display: block !important;
  }
}

.mainnavbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1295px) {
  .mainnavbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mainnavbar-alt {
  padding-top: 0;
  padding-bottom: 0;
}

.menudetemas {
  background: #171717;
}

@media (min-width: 1295px) {
  .menudetemas .container.elmenu {
    max-width: 1260px;
  }
}

@media (min-width: 1360px) {
  .main-header.supercontenedor {
    max-width: 100%;
  }

  .main-header.supercontenedor .header-top {
    max-width: 1260px;
    margin: 0 auto;
  }

  .main-header.supercontenedor .header-bottom ul.temas {
    max-width: 1260px;
    margin: 0 auto;
  }
}

.main-footer {
  border-top: 1px solid #d4d4d4;
  color: #343a40;
  margin-top: 50px;
  padding: 6px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-footer figure {
  width: 120px;
  margin: 10px auto;
}

.main-footer figure img {
  width: 100%;
  height: auto;
}

.main-footer a {
  color: #343a40;
}

.main-footer .footer-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.main-footer .footer-redes a {
  margin: 0 8px;
  color: #555;
  -ms-flex-item-align: center;
      align-self: center;
}

.main-footer .footer-redes a img {
  width: 20px;
  display: inline-block;
}

.main-footer .footer-redes a.link-social-rss img {
  width: 17px;
}

.main-footer .disclaimer {
  font-size: .8rem;
  text-align: center;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  background: #343a40;
  color: white;
  padding: 15px 10px 5px 10px;
  margin: 0;
  line-height: 1.2em;
}

.main-footer .disclaimer a {
  color: #d4d4d4;
}

.main-footer .nav-footer {
  width: 100%;
  background: #dee0e2;
  padding: 5px 0;
  margin: 20px 0 0 0;
}

.main-footer .nav-footer ul.footer-revistas {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-footer .nav-footer ul.footer-revistas li {
  display: inline-block;
  margin: 5px;
  font-size: .7rem;
  text-transform: uppercase;
}

.main-footer .nav-footer ul.footer-revistas li a {
  display: block;
  border: 1px solid #dee0e2;
  border-radius: 3px;
  padding: 2px 5px;
  background: #dee0e2;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.main-footer .nav-footer ul.footer-revistas li a:hover {
  background: white;
}

.podcasts-radio {
  background: #1c313a;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 20px 0;
  width: 100%;
}

.podcasts-radio header {
  background-color: #161227;
  width: 100%;
}

.podcasts-radio header .titulo {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #ddd;
}

.podcasts-radio header .titulo .podcasts {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: .9em;
  letter-spacing: -0.02em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #fff;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.podcasts-radio header .titulo .podcasts a {
  color: #fff;
}

.podcasts-radio header .titulo .podcasts a:hover {
  color: #fff;
}

.podcasts-radio header .titulo .logo-radio {
  display: block;
  float: right;
  margin: 0 0 0 10px;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  height: 45px;
  background-image: url("/images/radio-perfil-isologo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 140px;
}

.podcasts-radio header .titulo .logo-radio a {
  display: block;
  width: 140px;
  height: 45px;
}

.podcasts-radio .notaPodcast {
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #455a64;
  background: #1c313a;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.podcasts-radio .notaPodcast a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.podcasts-radio .notaPodcast a figure {
  width: 30%;
  height: 50px;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 3px;
  overflow: hidden;
}

.podcasts-radio .notaPodcast a .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #fff;
}

.podcasts-radio .notaPodcast a .content h3 {
  font-size: 16px;
  line-height: 1.05em;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
}

.podcasts-radio .notaPodcast a .content h5 {
  font-size: 12px;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  line-height: 1em;
  margin-top: 5px;
  text-transform: uppercase;
}

.podcasts-radio .notaPodcast:hover {
  background: #455a64;
}

.podcasts-radio .notaPodcast:after {
  display: block;
  content: " ";
  clear: both;
  height: 0;
  margin: 0;
}

.podcasts-radio footer {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.podcasts-radio footer a {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1em;
}

.podcasts-radio footer a:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/images/glyph/next.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media (max-width: 1019.98px) {
  .podcasts-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .podcasts-radio .notaPodcast {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .podcasts-radio .notaPodcast a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .podcasts-radio .notaPodcast a figure {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
}

.sidebar #exitoina,
.sidebar #net,
.sidebar #investigacion,
.sidebar #opinion,
.sidebar #periodismopuro,
.sidebar #panorama,
.sidebar #reperfilar,
.sidebar #videocolumnas {
  background: #fff;
  width: 100%;
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.sidebar #exitoina header,
.sidebar #net header,
.sidebar #investigacion header,
.sidebar #opinion header,
.sidebar #periodismopuro header,
.sidebar #panorama header,
.sidebar #reperfilar header,
.sidebar #videocolumnas header {
  width: 100%;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.sidebar #exitoina header .exitoina-titulo,
.sidebar #net header .exitoina-titulo,
.sidebar #investigacion header .exitoina-titulo,
.sidebar #opinion header .exitoina-titulo,
.sidebar #periodismopuro header .exitoina-titulo,
.sidebar #panorama header .exitoina-titulo,
.sidebar #reperfilar header .exitoina-titulo,
.sidebar #videocolumnas header .exitoina-titulo {
  text-indent: -9999px;
  width: 180px;
  height: 26px;
  display: block;
  margin: 0;
  background: url(/images/exitoina-logo-sidebar.png?d248282fdbd719106ab2382ffca32aaa) 0 0 no-repeat;
}

.sidebar #exitoina header .exitoina-titulo a,
.sidebar #net header .exitoina-titulo a,
.sidebar #investigacion header .exitoina-titulo a,
.sidebar #opinion header .exitoina-titulo a,
.sidebar #periodismopuro header .exitoina-titulo a,
.sidebar #panorama header .exitoina-titulo a,
.sidebar #reperfilar header .exitoina-titulo a,
.sidebar #videocolumnas header .exitoina-titulo a {
  display: block;
  width: 180px;
  height: 26px;
}

.sidebar #exitoina header .net-titulo,
.sidebar #net header .net-titulo,
.sidebar #investigacion header .net-titulo,
.sidebar #opinion header .net-titulo,
.sidebar #periodismopuro header .net-titulo,
.sidebar #panorama header .net-titulo,
.sidebar #reperfilar header .net-titulo,
.sidebar #videocolumnas header .net-titulo {
  text-indent: -9999px;
  width: 70px;
  height: 29px;
  display: block;
  margin: 0;
  background: url(/images/net-logo-sidebar.png?61298a7f657d6d096262750f9a97c94e) 0 0 no-repeat;
}

.sidebar #exitoina header .net-titulo a,
.sidebar #net header .net-titulo a,
.sidebar #investigacion header .net-titulo a,
.sidebar #opinion header .net-titulo a,
.sidebar #periodismopuro header .net-titulo a,
.sidebar #panorama header .net-titulo a,
.sidebar #reperfilar header .net-titulo a,
.sidebar #videocolumnas header .net-titulo a {
  display: block;
  width: 70px;
  width: 29px;
}

.sidebar #exitoina header .investigacion-titulo,
.sidebar #net header .investigacion-titulo,
.sidebar #investigacion header .investigacion-titulo,
.sidebar #opinion header .investigacion-titulo,
.sidebar #periodismopuro header .investigacion-titulo,
.sidebar #panorama header .investigacion-titulo,
.sidebar #reperfilar header .investigacion-titulo,
.sidebar #videocolumnas header .investigacion-titulo {
  text-indent: -9999px;
  width: 280px;
  height: 35px;
  display: block;
  margin: 0;
  background: url("/static/css/images/investigacion-logo-sidebar.png") 0 0 no-repeat;
}

.sidebar #exitoina header .investigacion-titulo a,
.sidebar #net header .investigacion-titulo a,
.sidebar #investigacion header .investigacion-titulo a,
.sidebar #opinion header .investigacion-titulo a,
.sidebar #periodismopuro header .investigacion-titulo a,
.sidebar #panorama header .investigacion-titulo a,
.sidebar #reperfilar header .investigacion-titulo a,
.sidebar #videocolumnas header .investigacion-titulo a {
  display: block;
  width: 280px;
  height: 35px;
}

.sidebar #exitoina header .opinion-titulo,
.sidebar #net header .opinion-titulo,
.sidebar #investigacion header .opinion-titulo,
.sidebar #opinion header .opinion-titulo,
.sidebar #periodismopuro header .opinion-titulo,
.sidebar #panorama header .opinion-titulo,
.sidebar #reperfilar header .opinion-titulo,
.sidebar #videocolumnas header .opinion-titulo {
  width: 100%;
  height: 30px;
  line-height: 44px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  background: url(/images/perfil-logo-xs-sidebar.png?9be1a3f1af70ffa4d1f18318126a3ff5) right 0 no-repeat;
}

.sidebar #exitoina header .opinion-titulo .fas,
.sidebar #net header .opinion-titulo .fas,
.sidebar #investigacion header .opinion-titulo .fas,
.sidebar #opinion header .opinion-titulo .fas,
.sidebar #periodismopuro header .opinion-titulo .fas,
.sidebar #panorama header .opinion-titulo .fas,
.sidebar #reperfilar header .opinion-titulo .fas,
.sidebar #videocolumnas header .opinion-titulo .fas {
  color: #c3ced8;
  margin: 0 3px 0 0;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
}

.sidebar #exitoina header .opinion-titulo a,
.sidebar #net header .opinion-titulo a,
.sidebar #investigacion header .opinion-titulo a,
.sidebar #opinion header .opinion-titulo a,
.sidebar #periodismopuro header .opinion-titulo a,
.sidebar #panorama header .opinion-titulo a,
.sidebar #reperfilar header .opinion-titulo a,
.sidebar #videocolumnas header .opinion-titulo a {
  display: inline-block;
  color: #000;
}

.sidebar #exitoina header .panorama-titulo,
.sidebar #net header .panorama-titulo,
.sidebar #investigacion header .panorama-titulo,
.sidebar #opinion header .panorama-titulo,
.sidebar #periodismopuro header .panorama-titulo,
.sidebar #panorama header .panorama-titulo,
.sidebar #reperfilar header .panorama-titulo,
.sidebar #videocolumnas header .panorama-titulo {
  width: 280px;
  height: 30px;
  line-height: 44px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  background: url(/images/perfil-logo-xs-sidebar.png?9be1a3f1af70ffa4d1f18318126a3ff5) right 0 no-repeat;
}

.sidebar #exitoina header .panorama-titulo .fa,
.sidebar #net header .panorama-titulo .fa,
.sidebar #investigacion header .panorama-titulo .fa,
.sidebar #opinion header .panorama-titulo .fa,
.sidebar #periodismopuro header .panorama-titulo .fa,
.sidebar #panorama header .panorama-titulo .fa,
.sidebar #reperfilar header .panorama-titulo .fa,
.sidebar #videocolumnas header .panorama-titulo .fa {
  color: #c3ced8;
  margin: 0 3px 0 0;
  font-size: 20px;
}

.sidebar #exitoina header .panorama-titulo a,
.sidebar #net header .panorama-titulo a,
.sidebar #investigacion header .panorama-titulo a,
.sidebar #opinion header .panorama-titulo a,
.sidebar #periodismopuro header .panorama-titulo a,
.sidebar #panorama header .panorama-titulo a,
.sidebar #reperfilar header .panorama-titulo a,
.sidebar #videocolumnas header .panorama-titulo a {
  display: inline-block;
  color: #000;
}

.sidebar #exitoina header .periodismopuro-titulo,
.sidebar #net header .periodismopuro-titulo,
.sidebar #investigacion header .periodismopuro-titulo,
.sidebar #opinion header .periodismopuro-titulo,
.sidebar #periodismopuro header .periodismopuro-titulo,
.sidebar #panorama header .periodismopuro-titulo,
.sidebar #reperfilar header .periodismopuro-titulo,
.sidebar #videocolumnas header .periodismopuro-titulo {
  text-indent: -9999px;
  width: 183px;
  height: 49px;
  display: block;
  margin: 0 auto;
  background: url(/images/periodismo-puro-logo-sidebar.png?0979231b51d297487840fa65e01559e0) 0 0 no-repeat;
  background-position: center center;
}

.sidebar #exitoina header .periodismopuro-titulo a,
.sidebar #net header .periodismopuro-titulo a,
.sidebar #investigacion header .periodismopuro-titulo a,
.sidebar #opinion header .periodismopuro-titulo a,
.sidebar #periodismopuro header .periodismopuro-titulo a,
.sidebar #panorama header .periodismopuro-titulo a,
.sidebar #reperfilar header .periodismopuro-titulo a,
.sidebar #videocolumnas header .periodismopuro-titulo a {
  display: block;
  width: 183px;
  width: 49px;
  margin: auto;
}

.sidebar #exitoina header.pp,
.sidebar #net header.pp,
.sidebar #investigacion header.pp,
.sidebar #opinion header.pp,
.sidebar #periodismopuro header.pp,
.sidebar #panorama header.pp,
.sidebar #reperfilar header.pp,
.sidebar #videocolumnas header.pp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar #exitoina header.pp h4,
.sidebar #net header.pp h4,
.sidebar #investigacion header.pp h4,
.sidebar #opinion header.pp h4,
.sidebar #periodismopuro header.pp h4,
.sidebar #panorama header.pp h4,
.sidebar #reperfilar header.pp h4,
.sidebar #videocolumnas header.pp h4 {
  border-top: 1px solid #d4d4d4;
  margin-top: 10px;
  padding-top: 5px;
  text-align: right;
  font-size: 15px;
  font-style: italic;
  display: block;
  width: 100%;
}

.sidebar #exitoina header .reperfilar-titulo,
.sidebar #net header .reperfilar-titulo,
.sidebar #investigacion header .reperfilar-titulo,
.sidebar #opinion header .reperfilar-titulo,
.sidebar #periodismopuro header .reperfilar-titulo,
.sidebar #panorama header .reperfilar-titulo,
.sidebar #reperfilar header .reperfilar-titulo,
.sidebar #videocolumnas header .reperfilar-titulo {
  text-indent: -9999px;
  width: 210px;
  height: 42px;
  display: block;
  margin: 0;
  background: url(/images/reperfilar-logo-sidebar.png?94bb6278a91475a6c62db56a0c03ef15) -3px 0 no-repeat;
}

.sidebar #exitoina header .reperfilar-titulo a,
.sidebar #net header .reperfilar-titulo a,
.sidebar #investigacion header .reperfilar-titulo a,
.sidebar #opinion header .reperfilar-titulo a,
.sidebar #periodismopuro header .reperfilar-titulo a,
.sidebar #panorama header .reperfilar-titulo a,
.sidebar #reperfilar header .reperfilar-titulo a,
.sidebar #videocolumnas header .reperfilar-titulo a {
  display: block;
  width: 210px;
  height: 42px;
}

.sidebar #exitoina header .videocolumnas-titulo,
.sidebar #net header .videocolumnas-titulo,
.sidebar #investigacion header .videocolumnas-titulo,
.sidebar #opinion header .videocolumnas-titulo,
.sidebar #periodismopuro header .videocolumnas-titulo,
.sidebar #panorama header .videocolumnas-titulo,
.sidebar #reperfilar header .videocolumnas-titulo,
.sidebar #videocolumnas header .videocolumnas-titulo {
  width: 280px;
  height: 30px;
  line-height: 44px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.sidebar #exitoina header .videocolumnas-titulo a,
.sidebar #net header .videocolumnas-titulo a,
.sidebar #investigacion header .videocolumnas-titulo a,
.sidebar #opinion header .videocolumnas-titulo a,
.sidebar #periodismopuro header .videocolumnas-titulo a,
.sidebar #panorama header .videocolumnas-titulo a,
.sidebar #reperfilar header .videocolumnas-titulo a,
.sidebar #videocolumnas header .videocolumnas-titulo a {
  display: inline-block;
  color: #000;
}

.sidebar #exitoina article,
.sidebar #net article,
.sidebar #investigacion article,
.sidebar #opinion article,
.sidebar #periodismopuro article,
.sidebar #panorama article,
.sidebar #reperfilar article,
.sidebar #videocolumnas article {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.sidebar #exitoina article a,
.sidebar #net article a,
.sidebar #investigacion article a,
.sidebar #opinion article a,
.sidebar #periodismopuro article a,
.sidebar #panorama article a,
.sidebar #reperfilar article a,
.sidebar #videocolumnas article a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar #exitoina article a figure,
.sidebar #net article a figure,
.sidebar #investigacion article a figure,
.sidebar #opinion article a figure,
.sidebar #periodismopuro article a figure,
.sidebar #panorama article a figure,
.sidebar #reperfilar article a figure,
.sidebar #videocolumnas article a figure {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  height: auto;
  overflow: hidden;
}

.sidebar #exitoina article a figure img,
.sidebar #net article a figure img,
.sidebar #investigacion article a figure img,
.sidebar #opinion article a figure img,
.sidebar #periodismopuro article a figure img,
.sidebar #panorama article a figure img,
.sidebar #reperfilar article a figure img,
.sidebar #videocolumnas article a figure img {
  width: 100%;
}

.sidebar #exitoina article a .content,
.sidebar #net article a .content,
.sidebar #investigacion article a .content,
.sidebar #opinion article a .content,
.sidebar #periodismopuro article a .content,
.sidebar #panorama article a .content,
.sidebar #reperfilar article a .content,
.sidebar #videocolumnas article a .content {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
}

.sidebar #exitoina article a .content h3,
.sidebar #net article a .content h3,
.sidebar #investigacion article a .content h3,
.sidebar #opinion article a .content h3,
.sidebar #periodismopuro article a .content h3,
.sidebar #panorama article a .content h3,
.sidebar #reperfilar article a .content h3,
.sidebar #videocolumnas article a .content h3 {
  color: #171717;
  font-size: 1.3rem;
  font-size: 5.7vw;
  font-weight: 400;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  line-height: 1.05em;
  letter-spacing: -0.01em;
}

.sidebar #exitoina article a .content .firma-home,
.sidebar #net article a .content .firma-home,
.sidebar #investigacion article a .content .firma-home,
.sidebar #opinion article a .content .firma-home,
.sidebar #periodismopuro article a .content .firma-home,
.sidebar #panorama article a .content .firma-home,
.sidebar #reperfilar article a .content .firma-home,
.sidebar #videocolumnas article a .content .firma-home {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: .8rem;
  font-size: 3.3vw;
  margin-top: 5px;
  text-transform: uppercase;
  color: #343a40;
  display: inline-block;
}

.sidebar #exitoina article:after,
.sidebar #net article:after,
.sidebar #investigacion article:after,
.sidebar #opinion article:after,
.sidebar #periodismopuro article:after,
.sidebar #panorama article:after,
.sidebar #reperfilar article:after,
.sidebar #videocolumnas article:after {
  display: block;
  content: " ";
  clear: both;
  height: 1px;
  margin: 0;
}

.sidebar #exitoina article:hover,
.sidebar #net article:hover,
.sidebar #investigacion article:hover,
.sidebar #opinion article:hover,
.sidebar #periodismopuro article:hover,
.sidebar #panorama article:hover,
.sidebar #reperfilar article:hover,
.sidebar #videocolumnas article:hover {
  background: rgba(0, 0, 0, 0.05);
}

.sidebar #exitoina article:hover a h3,
.sidebar #net article:hover a h3,
.sidebar #investigacion article:hover a h3,
.sidebar #opinion article:hover a h3,
.sidebar #periodismopuro article:hover a h3,
.sidebar #panorama article:hover a h3,
.sidebar #reperfilar article:hover a h3,
.sidebar #videocolumnas article:hover a h3 {
  color: #000;
}

.sidebar #exitoina article:first-of-type a,
.sidebar #net article:first-of-type a,
.sidebar #investigacion article:first-of-type a,
.sidebar #opinion article:first-of-type a,
.sidebar #periodismopuro article:first-of-type a,
.sidebar #panorama article:first-of-type a,
.sidebar #reperfilar article:first-of-type a,
.sidebar #videocolumnas article:first-of-type a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar #exitoina article:first-of-type a figure,
.sidebar #net article:first-of-type a figure,
.sidebar #investigacion article:first-of-type a figure,
.sidebar #opinion article:first-of-type a figure,
.sidebar #periodismopuro article:first-of-type a figure,
.sidebar #panorama article:first-of-type a figure,
.sidebar #reperfilar article:first-of-type a figure,
.sidebar #videocolumnas article:first-of-type a figure {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: auto;
  clear: both;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sidebar #exitoina article:first-of-type a .content,
.sidebar #net article:first-of-type a .content,
.sidebar #investigacion article:first-of-type a .content,
.sidebar #opinion article:first-of-type a .content,
.sidebar #periodismopuro article:first-of-type a .content,
.sidebar #panorama article:first-of-type a .content,
.sidebar #reperfilar article:first-of-type a .content,
.sidebar #videocolumnas article:first-of-type a .content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.sidebar #exitoina article:first-of-type a .content h3,
.sidebar #net article:first-of-type a .content h3,
.sidebar #investigacion article:first-of-type a .content h3,
.sidebar #opinion article:first-of-type a .content h3,
.sidebar #periodismopuro article:first-of-type a .content h3,
.sidebar #panorama article:first-of-type a .content h3,
.sidebar #reperfilar article:first-of-type a .content h3,
.sidebar #videocolumnas article:first-of-type a .content h3 {
  font-size: 1.5rem;
  font-size: 6.5vw;
  line-height: 1.03em;
}

.sidebar #exitoina footer,
.sidebar #net footer,
.sidebar #investigacion footer,
.sidebar #opinion footer,
.sidebar #periodismopuro footer,
.sidebar #panorama footer,
.sidebar #reperfilar footer,
.sidebar #videocolumnas footer {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin: 0;
  background-color: white;
  border-radius: 0 0 6px 6px;
}

.sidebar #exitoina footer a,
.sidebar #net footer a,
.sidebar #investigacion footer a,
.sidebar #opinion footer a,
.sidebar #periodismopuro footer a,
.sidebar #panorama footer a,
.sidebar #reperfilar footer a,
.sidebar #videocolumnas footer a {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1em;
}

.sidebar #exitoina footer a:after,
.sidebar #net footer a:after,
.sidebar #investigacion footer a:after,
.sidebar #opinion footer a:after,
.sidebar #periodismopuro footer a:after,
.sidebar #panorama footer a:after,
.sidebar #reperfilar footer a:after,
.sidebar #videocolumnas footer a:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/images/glyph/next.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sidebar #exitoina footer a:hover,
.sidebar #net footer a:hover,
.sidebar #investigacion footer a:hover,
.sidebar #opinion footer a:hover,
.sidebar #periodismopuro footer a:hover,
.sidebar #panorama footer a:hover,
.sidebar #reperfilar footer a:hover,
.sidebar #videocolumnas footer a:hover {
  color: #444;
}

.sidebar #exitoina footer.edi a,
.sidebar #net footer.edi a,
.sidebar #investigacion footer.edi a,
.sidebar #opinion footer.edi a,
.sidebar #periodismopuro footer.edi a,
.sidebar #panorama footer.edi a,
.sidebar #reperfilar footer.edi a,
.sidebar #videocolumnas footer.edi a {
  letter-spacing: 0.02em;
}

.sidebar #opinion header,
.sidebar #panorama header,
.sidebar #videocolumnas header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 226, 232, 0)), to(#e4e2e8));
  background: linear-gradient(to bottom, rgba(228, 226, 232, 0) 0%, #e4e2e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4e2e8', endColorstr='#e4e2e8',GradientType=0 );
  /* IE6-9 */
}

.sidebar #reperfilar {
  overflow: hidden;
}

.sidebar #reperfilar header {
  background: #4285f4;
  padding: 0;
  height: 42px;
}

.sidebar #masLeidasSidebar {
  background: #fff;
  width: 100%;
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.sidebar #masLeidasSidebar header.masleidas-titulo {
  height: 40px;
  display: block;
  margin: 10px 10px 5px 10px;
  text-transform: uppercase;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  background: url(/images/perfil-logo-xs-sidebar.png?9be1a3f1af70ffa4d1f18318126a3ff5) right center no-repeat;
}

.sidebar #masLeidasSidebar header.masleidas-titulo a {
  display: inline-block;
  color: #000;
  line-height: 50px;
}

.sidebar #masLeidasSidebar #rankPerfilcom {
  width: 100%;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas {
  width: 100%;
  padding: 5px 10px;
  border-top: 1px solid #d4d4d4;
  background: #fff;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a {
  width: 100%;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a figure {
  width: 100%;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a figure img {
  width: 100%;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a h3 {
  color: #343a40;
  font-size: 1.1rem;
  font-size: 5vw;
  line-height: 1.05em;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  margin: 0;
  padding: 0 0 0 40px;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a h3 .rankOrder {
  width: 40px;
  margin: 0 0 0 -40px;
  text-align: right;
  display: inline-block;
  padding: 0 8px 0 0;
  font-size: 2em;
  color: #999;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas:hover {
  background: #ededed;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas:hover a h3 {
  color: #171717;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas:first-of-type {
  position: relative;
  padding: 0;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas:first-of-type a h3 {
  display: block;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  color: white;
  padding: 50px 10px 10px 40px;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas:first-of-type a h3 .rankOrder {
  color: white;
}

.sidebar #masLeidasSidebar #rankPerfilcom article.masleidas:first-of-type:hover a h3 {
  color: white;
}

.sidebar #masLeidasSidebar footer {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin: 0;
  background-color: white;
  border-top: 1px solid #d4d4d4;
  border-radius: 0 0 6px 6px;
}

.sidebar #masLeidasSidebar footer a {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1em;
}

.sidebar #masLeidasSidebar footer a:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/images/glyph/next.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sidebar #masLeidasSidebar footer a:hover {
  color: #444;
}

.sidebar #columnistas {
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 8px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 8px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.sidebar #columnistas header {
  width: 100%;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 226, 232, 0)), to(#e4e2e8));
  background: linear-gradient(to bottom, rgba(228, 226, 232, 0) 0%, #e4e2e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4e2e8', endColorstr='#e4e2e8',GradientType=0 );
  /* IE6-9 */
}

.sidebar #columnistas header a {
  width: 100%;
  height: 30px;
  line-height: 44px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  color: #171717;
  background: url(/images/perfil-logo-xs-sidebar.png?9be1a3f1af70ffa4d1f18318126a3ff5) right 0 no-repeat;
}

.sidebar #columnistas .columnistas-general {
  width: 100%;
  max-width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.sidebar #columnistas .columnistas-general .columnistas-enlaces {
  display: none;
}

.sidebar #columnistas .columnistas-general #columnistas-caja {
  position: absolute;
  width: 100%;
  height: 390px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas {
  scroll-snap-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  width: 100%;
}

.sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #d4d4d4;
  height: 70px;
}

.sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a {
  color: #343a40;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
}

.sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  border: 1px solid #557c9c;
  overflow: hidden;
  float: left;
  display: block;
}

.sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a figure img {
  width: 100%;
  height: 100%;
  display: block;
}

.sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a h3 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-size: 5vw;
  line-height: 1em;
  color: #171717;
}

.sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a .firma-home {
  padding: 0;
  margin: 0;
  font-size: .8rem;
  font-size: 4.5vw;
  color: #343a40;
  font-style: italic;
}

.sidebar #columnistas footer {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin: 0;
  background-color: white;
  border-top: 1px solid #d4d4d4;
  border-radius: 0 0 6px 6px;
}

.sidebar #columnistas footer a {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1em;
}

.sidebar #columnistas footer a:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("/images/glyph/next.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sidebar #columnistas footer a:hover {
  color: #444;
}

@media (min-width: 576px) {
  .sidebar #exitoina,
  .sidebar #net,
  .sidebar #investigacion,
  .sidebar #opinion,
  .sidebar #periodismopuro,
  .sidebar #panorama,
  .sidebar #reperfilar,
  .sidebar #videocolumnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sidebar #exitoina article,
  .sidebar #net article,
  .sidebar #investigacion article,
  .sidebar #opinion article,
  .sidebar #periodismopuro article,
  .sidebar #panorama article,
  .sidebar #reperfilar article,
  .sidebar #videocolumnas article {
    width: 49%;
  }

  .sidebar #exitoina article a,
  .sidebar #net article a,
  .sidebar #investigacion article a,
  .sidebar #opinion article a,
  .sidebar #periodismopuro article a,
  .sidebar #panorama article a,
  .sidebar #reperfilar article a,
  .sidebar #videocolumnas article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sidebar #exitoina article a figure,
  .sidebar #net article a figure,
  .sidebar #investigacion article a figure,
  .sidebar #opinion article a figure,
  .sidebar #periodismopuro article a figure,
  .sidebar #panorama article a figure,
  .sidebar #reperfilar article a figure,
  .sidebar #videocolumnas article a figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .sidebar #exitoina article a .content,
  .sidebar #net article a .content,
  .sidebar #investigacion article a .content,
  .sidebar #opinion article a .content,
  .sidebar #periodismopuro article a .content,
  .sidebar #panorama article a .content,
  .sidebar #reperfilar article a .content,
  .sidebar #videocolumnas article a .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .sidebar #exitoina article a .content h3,
  .sidebar #net article a .content h3,
  .sidebar #investigacion article a .content h3,
  .sidebar #opinion article a .content h3,
  .sidebar #periodismopuro article a .content h3,
  .sidebar #panorama article a .content h3,
  .sidebar #reperfilar article a .content h3,
  .sidebar #videocolumnas article a .content h3 {
    font-size: 1.1rem;
  }

  .sidebar #exitoina article a .content .firma-home,
  .sidebar #net article a .content .firma-home,
  .sidebar #investigacion article a .content .firma-home,
  .sidebar #opinion article a .content .firma-home,
  .sidebar #periodismopuro article a .content .firma-home,
  .sidebar #panorama article a .content .firma-home,
  .sidebar #reperfilar article a .content .firma-home,
  .sidebar #videocolumnas article a .content .firma-home {
    font-size: .8rem;
  }

  .sidebar #exitoina article:first-of-type a figure,
  .sidebar #net article:first-of-type a figure,
  .sidebar #investigacion article:first-of-type a figure,
  .sidebar #opinion article:first-of-type a figure,
  .sidebar #periodismopuro article:first-of-type a figure,
  .sidebar #panorama article:first-of-type a figure,
  .sidebar #reperfilar article:first-of-type a figure,
  .sidebar #videocolumnas article:first-of-type a figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
  }

  .sidebar #exitoina article:first-of-type a .content,
  .sidebar #net article:first-of-type a .content,
  .sidebar #investigacion article:first-of-type a .content,
  .sidebar #opinion article:first-of-type a .content,
  .sidebar #periodismopuro article:first-of-type a .content,
  .sidebar #panorama article:first-of-type a .content,
  .sidebar #reperfilar article:first-of-type a .content,
  .sidebar #videocolumnas article:first-of-type a .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .sidebar #exitoina article:first-of-type a .content h3,
  .sidebar #net article:first-of-type a .content h3,
  .sidebar #investigacion article:first-of-type a .content h3,
  .sidebar #opinion article:first-of-type a .content h3,
  .sidebar #periodismopuro article:first-of-type a .content h3,
  .sidebar #panorama article:first-of-type a .content h3,
  .sidebar #reperfilar article:first-of-type a .content h3,
  .sidebar #videocolumnas article:first-of-type a .content h3 {
    font-size: 1.1rem;
  }

  .sidebar #exitoina header .opinion-titulo,
  .sidebar #net header .opinion-titulo,
  .sidebar #investigacion header .opinion-titulo,
  .sidebar #opinion header .opinion-titulo,
  .sidebar #periodismopuro header .opinion-titulo,
  .sidebar #panorama header .opinion-titulo,
  .sidebar #reperfilar header .opinion-titulo,
  .sidebar #videocolumnas header .opinion-titulo {
    width: 100%;
  }

  .sidebar #exitoina header.pp,
  .sidebar #net header.pp,
  .sidebar #investigacion header.pp,
  .sidebar #opinion header.pp,
  .sidebar #periodismopuro header.pp,
  .sidebar #panorama header.pp,
  .sidebar #reperfilar header.pp,
  .sidebar #videocolumnas header.pp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sidebar #exitoina header.pp .periodismopuro-titulo,
  .sidebar #net header.pp .periodismopuro-titulo,
  .sidebar #investigacion header.pp .periodismopuro-titulo,
  .sidebar #opinion header.pp .periodismopuro-titulo,
  .sidebar #periodismopuro header.pp .periodismopuro-titulo,
  .sidebar #panorama header.pp .periodismopuro-titulo,
  .sidebar #reperfilar header.pp .periodismopuro-titulo,
  .sidebar #videocolumnas header.pp .periodismopuro-titulo {
    margin-left: 0;
  }

  .sidebar #exitoina header.pp h4,
  .sidebar #net header.pp h4,
  .sidebar #investigacion header.pp h4,
  .sidebar #opinion header.pp h4,
  .sidebar #periodismopuro header.pp h4,
  .sidebar #panorama header.pp h4,
  .sidebar #reperfilar header.pp h4,
  .sidebar #videocolumnas header.pp h4 {
    display: inline-block;
    border-top: none;
    width: auto;
  }

  .sidebar #exitoina footer,
  .sidebar #net footer,
  .sidebar #investigacion footer,
  .sidebar #opinion footer,
  .sidebar #periodismopuro footer,
  .sidebar #panorama footer,
  .sidebar #reperfilar footer,
  .sidebar #videocolumnas footer {
    clear: both;
    width: 100%;
  }

  .sidebar #masLeidasSidebar #rankPerfilcom {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
            column-gap: 2em;
    -webkit-column-rule: 1px solid #d4d4d4;
            column-rule: 1px solid #d4d4d4;
  }

  .sidebar #masLeidasSidebar #rankPerfilcom article.masleidas {
    -webkit-column-break-inside: avoid;
            break-inside: avoid-column;
    padding: 5px 0;
  }

  .sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a h3 {
    font-size: 1.1rem;
  }

  .sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a figure {
    height: 190px;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas {
    padding: 0 10px;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas article.articulo-columnista {
    padding: 10px 0;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas article.articulo-columnista a h3 {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas article.articulo-columnista a .firma-home {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .sidebar #exitoina article,
  .sidebar #net article,
  .sidebar #investigacion article,
  .sidebar #opinion article,
  .sidebar #periodismopuro article,
  .sidebar #panorama article,
  .sidebar #reperfilar article,
  .sidebar #videocolumnas article {
    width: 25%;
  }

  .sidebar #exitoina article a .content .firma-home,
  .sidebar #net article a .content .firma-home,
  .sidebar #investigacion article a .content .firma-home,
  .sidebar #opinion article a .content .firma-home,
  .sidebar #periodismopuro article a .content .firma-home,
  .sidebar #panorama article a .content .firma-home,
  .sidebar #reperfilar article a .content .firma-home,
  .sidebar #videocolumnas article a .content .firma-home {
    font-size: .7rem;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    padding: 0 14px;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas article.articulo-columnista {
    overflow: hidden;
  }
}

@media (min-width: 1020px) {
  .sidebar #exitoina,
  .sidebar #net,
  .sidebar #investigacion,
  .sidebar #opinion,
  .sidebar #periodismopuro,
  .sidebar #panorama,
  .sidebar #reperfilar,
  .sidebar #videocolumnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sidebar #exitoina article,
  .sidebar #net article,
  .sidebar #investigacion article,
  .sidebar #opinion article,
  .sidebar #periodismopuro article,
  .sidebar #panorama article,
  .sidebar #reperfilar article,
  .sidebar #videocolumnas article {
    width: 100%;
    margin: 0;
  }

  .sidebar #exitoina article a,
  .sidebar #net article a,
  .sidebar #investigacion article a,
  .sidebar #opinion article a,
  .sidebar #periodismopuro article a,
  .sidebar #panorama article a,
  .sidebar #reperfilar article a,
  .sidebar #videocolumnas article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sidebar #exitoina article a figure,
  .sidebar #net article a figure,
  .sidebar #investigacion article a figure,
  .sidebar #opinion article a figure,
  .sidebar #periodismopuro article a figure,
  .sidebar #panorama article a figure,
  .sidebar #reperfilar article a figure,
  .sidebar #videocolumnas article a figure {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }

  .sidebar #exitoina article a .content,
  .sidebar #net article a .content,
  .sidebar #investigacion article a .content,
  .sidebar #opinion article a .content,
  .sidebar #periodismopuro article a .content,
  .sidebar #panorama article a .content,
  .sidebar #reperfilar article a .content,
  .sidebar #videocolumnas article a .content {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
  }

  .sidebar #exitoina article:first-of-type a,
  .sidebar #net article:first-of-type a,
  .sidebar #investigacion article:first-of-type a,
  .sidebar #opinion article:first-of-type a,
  .sidebar #periodismopuro article:first-of-type a,
  .sidebar #panorama article:first-of-type a,
  .sidebar #reperfilar article:first-of-type a,
  .sidebar #videocolumnas article:first-of-type a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sidebar #exitoina article:first-of-type a figure,
  .sidebar #net article:first-of-type a figure,
  .sidebar #investigacion article:first-of-type a figure,
  .sidebar #opinion article:first-of-type a figure,
  .sidebar #periodismopuro article:first-of-type a figure,
  .sidebar #panorama article:first-of-type a figure,
  .sidebar #reperfilar article:first-of-type a figure,
  .sidebar #videocolumnas article:first-of-type a figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
    margin: 0 0 5px 0;
  }

  .sidebar #exitoina article:first-of-type a .content,
  .sidebar #net article:first-of-type a .content,
  .sidebar #investigacion article:first-of-type a .content,
  .sidebar #opinion article:first-of-type a .content,
  .sidebar #periodismopuro article:first-of-type a .content,
  .sidebar #panorama article:first-of-type a .content,
  .sidebar #reperfilar article:first-of-type a .content,
  .sidebar #videocolumnas article:first-of-type a .content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .sidebar #exitoina article:first-of-type a .content h3,
  .sidebar #net article:first-of-type a .content h3,
  .sidebar #investigacion article:first-of-type a .content h3,
  .sidebar #opinion article:first-of-type a .content h3,
  .sidebar #periodismopuro article:first-of-type a .content h3,
  .sidebar #panorama article:first-of-type a .content h3,
  .sidebar #reperfilar article:first-of-type a .content h3,
  .sidebar #videocolumnas article:first-of-type a .content h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-size: 18px;
  }

  .sidebar #masLeidasSidebar #rankPerfilcom {
    -webkit-column-count: 1;
            column-count: 1;
  }

  .sidebar #masLeidasSidebar #rankPerfilcom article.masleidas {
    padding: 5px 10px;
  }

  .sidebar #masLeidasSidebar #rankPerfilcom article.masleidas a figure {
    height: auto;
  }

  .sidebar #columnistas .columnistas-general {
    height: 390px;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja {
    overflow-x: hidden;
    padding-bottom: 30px;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas {
    padding: 0;
    width: 100%;
    padding: 0;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista {
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #d4d4d4;
    height: 70px;
    overflow: hidden;
    position: relative;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 510px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    padding: 10px 0;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a figure {
    width: 50px;
    margin: 0 20px 0 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a h3 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 220px;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista a .firma-home {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    padding: 0;
    margin: 0;
    width: 210px;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista:hover {
    background: #ededed;
  }

  .sidebar #columnistas .columnistas-general #columnistas-caja .grupo-columnistas .articulo-columnista:hover a {
    left: -220px;
    -webkit-transition: ease .3s;
    transition: ease .3s;
  }

  .sidebar #columnistas .columnistas-general .columnistas-enlaces {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    border-top: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sidebar #columnistas .columnistas-general .columnistas-enlaces a {
    display: block;
    background: white;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1em;
    font: normal 12px/20px "Roboto", Helvetica, Arial, Sans-serif;
    color: #343a40;
    text-decoration: none;
    margin: 0 5px;
    cursor: pointer;
  }
}

/** suscripción en header **/

#pw-suscripcion,
.pw-suscripcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 6px 10px;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.04em;
}

#pw-suscripcion #pw-suscribite,
#pw-suscripcion .pw-suscribite,
.pw-suscripcion #pw-suscribite,
.pw-suscripcion .pw-suscribite {
  height: 24px;
  background-color: #005ca0;
  color: white;
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 10px;
  cursor: pointer;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  text-transform: uppercase;
}

#pw-suscripcion #pw-suscribite:hover,
#pw-suscripcion .pw-suscribite:hover,
.pw-suscripcion #pw-suscribite:hover,
.pw-suscripcion .pw-suscribite:hover {
  background: #0072c7;
}

#pw-suscripcion #pw-ingresar,
#pw-suscripcion .pw-ingresar,
.pw-suscripcion #pw-ingresar,
.pw-suscripcion .pw-ingresar {
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  color: #005ca0;
  padding: 4px 10px 3px 28px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
}

#pw-suscripcion #pw-ingresar:before,
#pw-suscripcion .pw-ingresar:before,
.pw-suscripcion #pw-ingresar:before,
.pw-suscripcion .pw-ingresar:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 3px;
  border-radius: 50%;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  border: 1px solid #005ca0;
  background-color: #0072c7;
  background-image: url(/images/usuario.png?e3fc3ae51e623b990506db764d5ee846);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center 1px;
}

#pw-suscripcion #pw-ingresar:hover,
#pw-suscripcion .pw-ingresar:hover,
.pw-suscripcion #pw-ingresar:hover,
.pw-suscripcion .pw-ingresar:hover {
  color: #222;
}

#pw-suscripcion #pw-ingresar:hover:before,
#pw-suscripcion .pw-ingresar:hover:before,
.pw-suscripcion #pw-ingresar:hover:before,
.pw-suscripcion .pw-ingresar:hover:before {
  background-color: #0072c7;
}

#pw-suscripcion #pw-logged,
#pw-suscripcion .pw-logged,
.pw-suscripcion #pw-logged,
.pw-suscripcion .pw-logged {
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  padding: 3px 10px 3px 3px;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  line-height: 24px;
  border: 1px solid #ccdfef;
  background: #eef3f7;
}

#pw-suscripcion #pw-logged .pw-logged-avatar,
#pw-suscripcion .pw-logged .pw-logged-avatar,
.pw-suscripcion #pw-logged .pw-logged-avatar,
.pw-suscripcion .pw-logged .pw-logged-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

#pw-suscripcion #pw-logged .pw-logged-info,
#pw-suscripcion .pw-logged .pw-logged-info,
.pw-suscripcion #pw-logged .pw-logged-info,
.pw-suscripcion .pw-logged .pw-logged-info {
  display: none;
  position: absolute;
  top: 26px;
  left: 2px;
  right: 0;
  z-index: 9;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 180px;
}

#pw-suscripcion #pw-logged .pw-logged-info ul,
#pw-suscripcion .pw-logged .pw-logged-info ul,
.pw-suscripcion #pw-logged .pw-logged-info ul,
.pw-suscripcion .pw-logged .pw-logged-info ul {
  border-radius: 3px;
  border: 1px solid #ddd;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

#pw-suscripcion #pw-logged .pw-logged-info ul li,
#pw-suscripcion .pw-logged .pw-logged-info ul li,
.pw-suscripcion #pw-logged .pw-logged-info ul li,
.pw-suscripcion .pw-logged .pw-logged-info ul li {
  padding: 10px;
  border-bottom: 1px solid #dfeefb;
  font-size: 13px;
  line-height: 1.2em;
}

#pw-suscripcion #pw-logged .pw-logged-info ul li:before,
#pw-suscripcion .pw-logged .pw-logged-info ul li:before,
.pw-suscripcion #pw-logged .pw-logged-info ul li:before,
.pw-suscripcion .pw-logged .pw-logged-info ul li:before {
  content: "\F111";
  font-family: "FontAwesome";
  font-size: 7px;
  color: #aacce8;
  float: left;
  display: block;
  width: 12px;
  line-height: 1em;
  padding-top: 4px;
}

#pw-suscripcion #pw-logged .pw-logged-info ul li a,
#pw-suscripcion .pw-logged .pw-logged-info ul li a,
.pw-suscripcion #pw-logged .pw-logged-info ul li a,
.pw-suscripcion .pw-logged .pw-logged-info ul li a {
  color: #888;
}

#pw-suscripcion #pw-logged .pw-logged-info ul li:hover a,
#pw-suscripcion .pw-logged .pw-logged-info ul li:hover a,
.pw-suscripcion #pw-logged .pw-logged-info ul li:hover a,
.pw-suscripcion .pw-logged .pw-logged-info ul li:hover a {
  color: #000;
}

#pw-suscripcion #pw-logged .pw-logged-info ul li:hover:before,
#pw-suscripcion .pw-logged .pw-logged-info ul li:hover:before,
.pw-suscripcion #pw-logged .pw-logged-info ul li:hover:before,
.pw-suscripcion .pw-logged .pw-logged-info ul li:hover:before {
  color: #005ca0;
}

#pw-suscripcion #pw-logged .pw-logged-info ul li:last-of-type,
#pw-suscripcion .pw-logged .pw-logged-info ul li:last-of-type,
.pw-suscripcion #pw-logged .pw-logged-info ul li:last-of-type,
.pw-suscripcion .pw-logged .pw-logged-info ul li:last-of-type {
  border-bottom: none;
}

#pw-suscripcion #pw-logged .pw-logged-info ul:before,
#pw-suscripcion .pw-logged .pw-logged-info ul:before,
.pw-suscripcion #pw-logged .pw-logged-info ul:before,
.pw-suscripcion .pw-logged .pw-logged-info ul:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 30px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

#pw-suscripcion #pw-logged:hover,
#pw-suscripcion .pw-logged:hover,
.pw-suscripcion #pw-logged:hover,
.pw-suscripcion .pw-logged:hover {
  color: #000;
  background: white;
}

#pw-suscripcion #pw-logged:hover > .pw-logged-info,
#pw-suscripcion .pw-logged:hover > .pw-logged-info,
.pw-suscripcion #pw-logged:hover > .pw-logged-info,
.pw-suscripcion .pw-logged:hover > .pw-logged-info {
  display: block;
}

@media (max-width: 1019.98px) {
  .pw-suscripcion {
    margin: 0 0 18px 10px;
  }
}

@media (max-width: 767.98px) {
  .pw-suscripcion {
    margin: 0 0 12px 10px;
  }
}

@media (max-width: 575.98px) {
  .pw-suscripcion {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 6px;
  }

  .pw-suscripcion .pw-suscribite {
    background-color: transparent;
    color: #0072c7;
    padding: 5px 0;
  }

  .pw-suscripcion .pw-ingresar {
    background-color: transparent;
    border: none;
    padding: 5px 0;
    color: #444;
  }

  .pw-suscripcion .pw-ingresar:before {
    display: none;
  }
}

#pw-zocalo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  background: #005ca0;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 -5px 7px 0 rgba(0, 0, 0, 0.3);
  height: 200px;
  z-index: 99;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pw-zocalo * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pw-zocalo .pw-zocalo-top {
  padding: 5px 0 0 0;
  background: #000;
  margin: 0;
}

#pw-zocalo .pw-zocalo-top .pw-zocalo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

#pw-zocalo .pw-zocalo-top .pw-zocalo-container figure {
  width: 120px;
  height: auto;
}

#pw-zocalo .pw-zocalo-top .pw-zocalo-container figure img {
  width: 100%;
  height: auto;
  margin: 3px 0 -5px 0;
}

#pw-zocalo .pw-zocalo-top .pw-zocalo-container #pw-zocalo-close {
  width: 34px;
  height: 34px;
  background: white;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #000;
  cursor: pointer;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  margin-bottom: -5px;
}

#pw-zocalo .pw-zocalo-top .pw-zocalo-container #pw-zocalo-close .bar1,
#pw-zocalo .pw-zocalo-top .pw-zocalo-container #pw-zocalo-close .bar2 {
  width: 20px;
  height: 2px;
  background: #000;
  display: block;
  margin: 0 !important;
}

#pw-zocalo .pw-zocalo-top .pw-zocalo-container #pw-zocalo-close .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 14px);
          transform: rotate(-45deg) translate(-6px, 14px);
}

#pw-zocalo .pw-zocalo-top .pw-zocalo-container #pw-zocalo-close .bar2 {
  -webkit-transform: rotate(45deg) translate(12px, 4px);
          transform: rotate(45deg) translate(12px, 4px);
}

#pw-zocalo .pw-zocalo-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-acciones {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  padding: 10px 0 10px 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-acciones .pw-boton-suscripcion {
  margin: auto 0 0 0;
  background: white;
  color: #000;
  border: none;
  width: 200px;
  height: 40px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-acciones .pw-boton-suscripcion:hover {
  color: #005ca0;
  -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-acciones .pw-boton-suscripcion:focus {
  border: none;
  outline: none;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-acciones .pw-boton-suscripcion:after {
  content: "\F061";
  font-weight: normal;
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-acciones p.mensaje {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin: 4px 0 0 0;
  color: white;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-acciones p.mensaje br {
  display: none;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-a {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  padding: 10px 30px 0 0;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-a p.pw-zocalo-texto {
  color: white;
  text-align: right;
  line-height: 1.1em;
  margin: 0 0 10px 0;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  border-radius: 8px;
  background: #0072c7;
  padding: 15px 15px 25px 15px;
  height: 166px;
  margin-bottom: -40px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b h6 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 80px;
  margin: 0;
  line-height: 40px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 28px;
  color: white;
  font-weight: 600;
  line-height: 1.05em;
  margin: auto 0 0 0;
  color: #000;
}

#pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada span {
  text-transform: uppercase;
}

#pw-zocalo.closed {
  bottom: -210px;
  overflow: hidden;
}

#pw-zocalo.pw-color-invertido {
  background: #d6dbe0;
}

#pw-zocalo.pw-color-invertido .pw-zocalo-top {
  background: #171717;
}

#pw-zocalo.pw-color-invertido .pw-zocalo-container .pw-zocalo-acciones .pw-boton-suscripcion {
  background: #005ca0;
  color: white;
}

#pw-zocalo.pw-color-invertido .pw-zocalo-container .pw-zocalo-acciones .pw-boton-suscripcion:hover {
  background: #0072c7;
  color: white;
}

#pw-zocalo.pw-color-invertido .pw-zocalo-container .pw-zocalo-acciones p.mensaje {
  color: #171717;
}

#pw-zocalo.pw-color-invertido .pw-zocalo-container .pw-zocalo-bloque-a p.pw-zocalo-texto {
  color: #171717;
}

#pw-zocalo.pw-color-invertido .pw-zocalo-container .pw-zocalo-bloque-b {
  background: white;
}

#pw-zocalo.pw-color-invertido .pw-zocalo-container .pw-zocalo-bloque-b h6 {
  color: #005ca0;
}

#pw-pienota {
  background: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  margin: 30px 0;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
}

#pw-pienota * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pw-pienota .pw-piedenota-row-noframe {
  width: 100%;
  padding: 10px 10px 10px 180px;
}

#pw-pienota .pw-piedenota-row-noframe .p {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
}

#pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-a {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}

#pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-a br {
  display: none;
}

#pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-d {
  font-size: 24px;
  margin: 0 0 10px 0;
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris {
  background: #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 20px 10px 180px;
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris .pw-boton-suscripcion {
  background: #0072c7;
  color: white;
  border: none;
  width: 200px;
  height: 40px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris .pw-boton-suscripcion:hover {
  -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris .pw-boton-suscripcion:focus {
  border: none;
  outline: none;
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris .pw-boton-suscripcion:after {
  content: "\F061";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  font-weight: normal;
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris .p.pw-piedenota-enlaces {
  display: inline-block;
  margin: 15px 0 0 auto;
  line-height: 1em;
  font-size: 14px;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-weight: bold;
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris .p.pw-piedenota-enlaces a {
  color: #333;
  text-decoration: underline;
  margin-left: 20px;
}

#pw-pienota .pw-piedenota-row-noframe.bg-gris .p.pw-piedenota-enlaces a:hover {
  color: #000;
}

#pw-pienota .pw-piedenota-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-aside {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-aside figure {
  width: 130px !important;
  height: auto;
  margin-left: 20px;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-aside figure img {
  width: 100%;
  height: auto;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-content .p {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
  line-height: initial;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b {
  font-size: 50px;
  text-transform: uppercase;
  color: #005ca0;
  position: relative;
  display: inline-block;
  margin: 15px 0 0 30px;
  text-decoration: none;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b:before {
  content: "";
  display: block;
  width: 60%;
  height: 80%;
  position: absolute;
  top: -12px;
  left: -30px;
  border-radius: 14px 0 0 0;
  border-top: 8px solid #000;
  border-left: 8px solid #000;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b:after {
  content: "";
  display: block;
  width: 40%;
  height: 80%;
  position: absolute;
  bottom: -22px;
  right: -30px;
  border-radius: 0 0 14px 0;
  border-bottom: 8px solid #000;
  border-right: 8px solid #000;
}

#pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-c {
  font-size: 24px;
  margin-left: 30px;
  margin: 0 0 15px 30px;
}

#pw-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

#pw-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pw-modal .pw-modal-box {
  background: #0072c7;
  color: white;
  width: 760px;
  height: auto;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 5px;
  max-width: 90%;
}

#pw-modal .pw-modal-box .pw-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -36px;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  background: #005ca0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close .bar1,
#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close .bar2 {
  width: 22px;
  height: 2px;
  background: white;
  display: block;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 12px);
          transform: rotate(-45deg) translate(-7px, 12px);
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close .bar2 {
  -webkit-transform: rotate(45deg) translate(11px, 5px);
          transform: rotate(45deg) translate(11px, 5px);
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-top a:hover #pw-modal-close {
  background: #0072c7;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-perfil-logo {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #000;
  display: block;
  border-radius: 5px 5px 0 0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-perfil-logo figure {
  width: 200px;
  margin: 0 auto;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-perfil-logo figure a img {
  width: 100%;
  height: auto;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row {
  text-align: center;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
  margin: 10px;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-a {
  font-size: 24px;
  margin: -10px 0 10px 0;
  background: #005ca0;
  text-transform: uppercase;
  padding-bottom: 5px;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-b {
  color: #000;
  font-size: 36px;
  color: #000;
  margin: 0 10px 20px 10px;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-c {
  text-transform: uppercase;
  font-size: 50px;
  position: relative;
  display: inline-block;
  margin: 20px auto;
  max-width: 80%;
  line-height: .8em;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-c:before {
  content: "";
  width: 50%;
  height: 120%;
  position: absolute;
  top: -20px;
  left: -25px;
  border-top: 8px solid #000;
  border-left: 8px solid #000;
  border-radius: 12px 0 0 0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-c:after {
  content: "";
  width: 50%;
  height: 120%;
  position: absolute;
  bottom: -26px;
  right: -25px;
  border-bottom: 8px solid #000;
  border-right: 8px solid #000;
  border-radius: 0 0 12px 0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-c a {
  color: white;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-d {
  font-size: 30px;
  color: #000;
  margin-top: 2
 0px;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-d span {
  text-transform: uppercase;
  font-size: 1.3em;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-e {
  font-size: 24px;
  background: #000;
  margin: 0;
  padding: 5px 10px 10px 10px;
  border-radius: 0 0 5px 5px;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-f {
  font-size: 30px;
  color: white;
  margin: 3px 10px;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-f br {
  display: none;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-g {
  text-transform: uppercase;
  font-size: 60px;
  position: relative;
  display: inline-block;
  margin: 30px auto;
  max-width: 80%;
  line-height: 1em;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-g:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: -16px;
  left: -50px;
  border-top: 8px solid #000;
  border-left: 8px solid #000;
  border-radius: 12px 0 0 0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-g:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: -24px;
  right: -55px;
  border-bottom: 8px solid #000;
  border-right: 8px solid #000;
  border-radius: 0 0 12px 0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-g a {
  color: white;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-enlaces {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-enlaces a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-enlaces a:hover {
  border-bottom: 2px solid white;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row .pw-boton-suscripcion {
  background: white;
  color: #000;
  border: none;
  width: 220px;
  height: 40px;
  text-transform: uppercase;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  margin: 20px 0;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row .pw-boton-suscripcion:hover {
  -webkit-box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 7px -3px rgba(0, 0, 0, 0.5);
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row .pw-boton-suscripcion:focus {
  border: none;
  outline: none;
}

#pw-modal .pw-modal-box .pw-modal-content .pw-modal-row .pw-boton-suscripcion:after {
  content: "\F061";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  font-weight: normal;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px 0 0;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top a #pw-modal-close {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top a #pw-modal-close .bar1,
#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top a #pw-modal-close .bar2 {
  width: 22px;
  height: 2px;
  background: white;
  display: block;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top a #pw-modal-close .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 12px);
          transform: rotate(-45deg) translate(-7px, 12px);
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top a #pw-modal-close .bar2 {
  -webkit-transform: rotate(45deg) translate(11px, 5px);
          transform: rotate(45deg) translate(11px, 5px);
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-modal-top a:hover #pw-modal-close {
  background: rgba(0, 0, 0, 0.5);
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-perfil-logo {
  text-align: center;
  margin: 8px 0 0 0;
  padding: 5px;
  background: #000;
  display: block;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-perfil-logo figure {
  width: 200px;
  margin: 0 auto;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-perfil-logo figure a img {
  width: 100%;
  height: auto;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content p {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 30px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 20px 50px;
  margin-bottom: 0;
  margin: 0 auto 30px auto;
  max-width: 90%;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 70%;
  border-top: 10px solid #000;
  border-left: 10px solid #000;
  border-radius: 4px 0 0 0;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content p:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 20%;
  height: 70%;
  border-bottom: 10px solid #000;
  border-right: 10px solid #000;
  border-radius: 0 0 4px 0;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content h4 {
  margin: 20px auto;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  max-width: 90%;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content .pw-boton-suscripcion {
  margin: 0 auto 0 0;
  background: white;
  color: #000;
  border: none;
  width: 300px;
  height: 40px;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content .pw-boton-suscripcion:hover {
  color: #005ca0;
  -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 5px -3px rgba(0, 0, 0, 0.5);
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content .pw-boton-suscripcion:focus {
  border: none;
  outline: none;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-meta-content .pw-boton-suscripcion:after {
  content: "\F061";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-acciones {
  background: #005ca0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin: auto 0 0 0;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-acciones p {
  font-size: 16px;
  font-weight: normal;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-acciones p a {
  text-decoration: underline;
  margin: 0 15px;
  color: white;
  padding: 10px 15px;
  border: 1px solid #000;
}

#pw-modal .pw-modal-box .pw-modal-content.mensaje-b .pw-acciones p a:hover {
  border-color: white;
}

#pw-modal.closed {
  width: 0;
  height: 0;
  overflow: hidden;
  bottom: -10px;
  top: auto;
  right: auto;
}

#pw-modal.pw-color-invertido .pw-modal-box {
  background: white;
  color: #000;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close {
  border: 2px solid #171717;
  background: white;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close .bar1,
#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-top a #pw-modal-close .bar2 {
  background: #171717;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-perfil-logo {
  background: #171717;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row p {
  font-weight: 400;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-mensaje-a {
  background: #c7c7c7;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-mensaje-c a {
  color: #005ca0;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-mensaje-c:before {
  border-top: 8px solid #c7c7c7;
  border-left: 8px solid #c7c7c7;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-mensaje-c:after {
  border-bottom: 8px solid #c7c7c7;
  border-right: 8px solid #c7c7c7;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-mensaje-e {
  background: white;
  border-top: 1px solid #999;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-mensaje-f {
  color: #171717;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-mensaje-g a {
  color: #005ca0;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-boton-suscripcion {
  background: #005ca0;
  color: white;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-boton-suscripcion:hover {
  background: #0072c7;
}

#pw-modal.pw-color-invertido .pw-modal-box .pw-modal-content .pw-modal-row .pw-modal-enlaces a {
  color: #005ca0;
}

@media only screen and (max-width: 1330px) {
  #pw-zocalo .pw-zocalo-top .pw-zocalo-container,
  #pw-zocalo .pw-zocalo-container {
    width: 90%;
  }

  #pw-zocalo .pw-zocalo-top .pw-zocalo-container .pw-zocalo-acciones,
  #pw-zocalo .pw-zocalo-container .pw-zocalo-acciones {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }

  #pw-zocalo .pw-zocalo-top .pw-zocalo-container .pw-zocalo-bloque-a,
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-a {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    padding-right: 15px;
  }

  #pw-zocalo .pw-zocalo-top .pw-zocalo-container .pw-zocalo-bloque-b,
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b {
    padding-bottom: 15px;
  }

  #pw-zocalo .pw-zocalo-top .pw-zocalo-container .pw-zocalo-bloque-b h6,
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b h6 {
    font-size: 70px;
  }

  #pw-zocalo .pw-zocalo-top .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada,
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada {
    font-size: 24px;
    margin-top: 1em;
  }

  #pw-zocalo .pw-zocalo-top .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada br,
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada br {
    display: none;
  }
}

@media only screen and (max-width: 1190px) {
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b h6 {
    font-size: 60px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1090px) {
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b h6 {
    font-size: 60px;
    line-height: 30px;
  }

  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada {
    font-size: 22px;
  }

  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada br {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b h6 {
    font-size: 50px;
  }

  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b p.pw-zocalo-bajada {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1330px) and (min-width: 1090px) {
  #pw-pienota {
    position: relative;
  }

  #pw-pienota .pw-piedenota-row-noframe {
    padding-left: 10px;
  }

  #pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-a {
    font-size: 20px;
    line-height: 22px;
    margin-left: 160px;
  }

  #pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-d {
    font-size: 20px;
  }

  #pw-pienota .pw-piedenota-row-noframe.bg-gris {
    padding: 10px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-aside {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-aside figure {
    margin-left: 0;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content {
    margin-left: 10px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b {
    font-size: 40px;
    line-height: 36px;
    margin: 15px 30px 25px 180px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b:before {
    height: 60%;
    left: -15px;
    border-left: 4px solid #333;
    border-top: 4px solid #333;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b:after {
    width: 70%;
    height: 60%;
    right: -15px;
    bottom: -15px;
    border-bottom: 4px solid #333;
    border-right: 4px solid #333;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-c {
    font-size: 20px;
    margin: 0 0 10px 160px;
  }
}

@media only screen and (max-width: 990px) and (min-width: 890px) {
  #pw-pienota .pw-piedenota-row .pw-piedenota-aside {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-aside figure {
    margin-left: 10px;
  }

  #pw-pienota .pw-piedenota-row-noframe {
    padding-left: 160px;
  }

  #pw-pienota .pw-piedenota-row-noframe.bg-gris {
    padding-left: 160px;
  }
}

@media only screen and (max-width: 890px) {
  #pw-pienota {
    position: relative;
  }

  #pw-pienota .pw-piedenota-row-noframe {
    padding-left: 10px;
  }

  #pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-a {
    font-size: 20px;
    line-height: 22px;
    margin-left: 160px;
  }

  #pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-d {
    font-size: 20px;
  }

  #pw-pienota .pw-piedenota-row-noframe.bg-gris {
    padding: 10px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-aside {
    position: absolute;
    top: 10px;
    left: 20px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-aside figure {
    margin-left: 0;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content {
    margin-left: 10px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b {
    font-size: 40px;
    line-height: 36px;
    margin: 15px 30px 25px 180px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b:before {
    height: 60%;
    left: -15px;
    border-left: 4px solid #333;
    border-top: 4px solid #333;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b:after {
    width: 70%;
    height: 60%;
    right: -15px;
    bottom: -15px;
    border-bottom: 4px solid #333;
    border-right: 4px solid #333;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-c {
    font-size: 20px;
    margin: 0 0 10px 160px;
  }

  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-a {
    font-size: 20px;
  }

  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-b {
    font-size: 30px;
  }

  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-c {
    font-size: 40px;
  }

  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-d {
    font-size: 24px;
  }

  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-g {
    font-size: 46px;
  }

  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-f {
    font-size: 24px;
  }

  #pw-zocalo {
    background: #0072c7;
  }

  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-a {
    display: none;
  }

  #pw-zocalo .pw-zocalo-container .pw-zocalo-bloque-b {
    padding: 0 20px 0 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 0;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-right: 2px solid #005ca0;
    border-radius: 0;
  }

  #pw-zocalo .pw-zocalo-container .pw-zocalo-acciones {
    width: 260px;
  }

  #pw-zocalo .pw-zocalo-container .pw-zocalo-acciones p.mensaje {
    font-size: 18px;
    margin: 2px 0;
    letter-spacing: .02em;
  }

  #pw-zocalo.pw-color-invertido {
    background: white;
  }
}

@media only screen and (max-width: 600px) {
  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-f {
    margin-bottom: 10px;
  }

  #pw-modal .pw-modal-box .pw-modal-content .pw-modal-row p.pw-modal-mensaje-f br {
    display: block;
  }

  #pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-a {
    margin-left: 10px;
  }

  #pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-a:first-of-type {
    margin-top: 40px;
  }

  #pw-pienota .pw-piedenota-row-noframe .p.pw-piedenota-mensaje-d {
    margin-left: 10px;
  }

  #pw-pienota .pw-piedenota-row-noframe.bg-gris {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #pw-pienota .pw-piedenota-row-noframe.bg-gris .pw-boton-suscripcion {
    margin: 0 auto;
  }

  #pw-pienota .pw-piedenota-row-noframe.bg-gris .p.pw-piedenota-enlaces {
    margin: 10px auto 0 auto;
  }

  #pw-pienota .pw-piedenota-row-noframe.bg-gris .p.pw-piedenota-enlaces a {
    margin: 0 10px;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-b {
    margin-left: 25px;
    text-align: center;
  }

  #pw-pienota .pw-piedenota-row .pw-piedenota-content .p.pw-piedenota-mensaje-c {
    margin-left: 10px;
    text-align: center;
  }

  #header-principal .contenedorGeneral #header-content .pw-suscripcion .pw-ingresar {
    width: 0px;
    overflow: hidden;
    border: none;
    padding: 0 0 0 28px;
  }

  #header-principal .contenedorGeneral #header-content .pw-suscripcion .pw-ingresar:before {
    left: 0;
  }
}

.articulo {
  width: 100%;
  margin: 0 0 10px 0;
}

.articulo figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.articulo figure a img {
  width: 100%;
  height: auto;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  display: block;
}

.articulo figure a p.headline {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: .9rem;
  font-weight: normal;
  color: white;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;
  opacity: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  padding: 15px;
  display: none;
  line-height: 1.2em;
}

.articulo figure a .galeria-video {
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 36px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  border: 2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
}

.articulo figure a .galeria-video img {
  width: 20px;
  margin: auto;
}

.articulo figure a .galeria-video img.hasvideo {
  padding-left: 4px;
}

.articulo .meta-content {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
}

.articulo .meta-content a .hat {
  display: block;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1em;
  color: #557c9c;
  text-transform: uppercase;
  margin: 0;
}

.articulo .meta-content a h2 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 1.1rem;
  font-size: 5vw;
  font-weight: 500;
  color: #171717;
  line-height: 1em;
  letter-spacing: -0.03em;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.articulo .meta-content a p.headline {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #343a40;
  display: none;
  line-height: 1.3em;
  letter-spacing: -0.01em;
}

.articulo .meta-content .firma-home {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #343a40;
  border-top: 1px solid #d7cec5;
  display: inline-block;
  padding-top: 5px;
  margin: 6px 0 0  0;
}

.articulo .meta-content .firma-home a {
  color: #343a40;
}

.articulo .meta-content .firma-home a:hover {
  color: #171717;
}

.articulo:hover .meta-content h2 {
  color: #343a40;
}

@media (min-width: 576px) {
  .articulo .meta-content {
    padding: 5px 0;
  }

  .articulo .meta-content a h2 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1020px) {
  .articulo {
    margin: 0 0 20px 0;
  }

  .articulo figure a p.headline {
    display: block;
  }

  .articulo .meta-content a .hat {
    font-size: .9em;
  }

  .articulo .meta-content a h2 {
    font-size: 1.3rem;
  }

  .articulo .meta-content .firma-home {
    margin: 10px 0 0 0;
  }

  .articulo:hover figure a img {
    -webkit-filter: brightness(30%);
            filter: brightness(30%);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }

  .articulo:hover figure a p.headline {
    top: 0;
    opacity: 1;
    z-index: 9;
  }

  .articulo:hover figure a .galeria-video {
    opacity: 0;
  }
}

@media (min-width: 1295px) {
  .articulo .meta-content a h2 {
    font-size: 1.4rem;
  }

  .articulo .meta-content a p.headline {
    margin-top: 10px;
  }
}

.contenedor-general .destacada {
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contenedor-general .destacada .articulo .meta-content a span.hat {
  display: none;
}

.contenedor-general .destacada .articulo .meta-content a h2 {
  font-size: 1.4rem;
  font-size: 6vw;
}

.contenedor-general .destacada .articulo.nota-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d4d4d4;
  padding-top: 10px;
}

.contenedor-general .destacada .articulo.nota-2 figure {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-right: 10px;
}

.contenedor-general .destacada .articulo.nota-2 .meta-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0;
}

.contenedor-general .destacada .articulo.nota-2 .meta-content h2 {
  font-size: 1.2rem;
  font-size: 5.4vw;
}

.contenedor-general .destacada .articulo.nota-0 {
  border-bottom: 1px solid #d4d4d4;
}

.contenedor-general .destacada .articulo.nota-0 .meta-content a h2 {
  font-size: 1.8rem;
  font-size: 7vw;
  line-height: 1em;
}

.contenedor-general .destacada .articulo.nota-0 .meta-content a p.headline {
  display: block;
  margin: 10px 0 0 0;
}

.contenedor-general .destacada .articulo.nota-0:hover figure a img {
  -webkit-transform: none;
          transform: none;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.container.maincontainer.conmega .editorial .destacada .banner-vertical {
  display: none;
}

.especial {
  background-color: #171717;
  margin-bottom: 20px;
}

.especial article {
  background-color: #171717;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  text-align: center;
  padding-top: 15px;
}

.especial article a {
  color: white;
  text-decoration: none;
}

.especial article a figure {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.especial article a figure img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.especial article a .meta-contenido {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 576px) {
  .especial article a .meta-contenido {
    padding: 0;
  }
}

.especial article a .meta-contenido span.hat {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c51111;
  background: white;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 auto 5px auto;
  letter-spacing: 0.03em;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.especial article a .meta-contenido h2 {
  color: white;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 1.3em;
  font-weight: 700;
}

@media (min-width: 576px) {
  .especial article a .meta-contenido h2 {
    font-size: 1.3em;
  }
}

@media (min-width: 1020px) {
  .especial article a .meta-contenido h2 {
    font-size: 1.4em;
  }
}

@media (min-width: 1295px) {
  .especial article a .meta-contenido h2 {
    font-size: 1.5em;
  }
}

.especial article a .meta-contenido h4 {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #cfcfcf;
  margin-bottom: 0;
  display: none;
}

@media (min-width: 768px) {
  .especial article a .meta-contenido h4 {
    display: block;
  }
}

@media (min-width: 1020px) {
  .especial article a .meta-contenido h4 {
    display: none;
  }
}

@media (min-width: 1295px) {
  .especial article a .meta-contenido h4 {
    display: block;
  }
}

.especial article:hover {
  background: #557c9c;
}

.especial article:hover a figure img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 1019.98px) {
  .especial article.portres:nth-child(n+2) a .meta-contenido h2 {
    font-size: 1.3em;
  }
}

@media (max-width: 767.98px) {
  .especial article.portres:nth-child(n+2) {
    padding: 5px 5px 0 5px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    border-top: 1px solid #d0dbe4;
  }

  .especial article.portres:nth-child(n+2) a figure {
    width: 30%;
    float: left;
  }

  .especial article.portres:nth-child(n+2) a .meta-contenido {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .especial article.portres:nth-child(n+2) a .meta-contenido span.hat {
    display: none;
  }

  .especial article.portres:nth-child(n+2) a .meta-contenido h2 {
    font-size: 1.1em;
  }
}

@media (min-width: 576px) {
  .especial article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*

COBERTURA
CAJA GENERAL
RADIO
ARTE Y CULTURA

*/

.cobertura {
  margin: 20px auto;
  border-bottom: 1px solid #171717;
  border-top: 1px solid #171717;
  position: relative;
  padding: 10px;
  background: #f1f1f1;
}

.cobertura:before {
  content: " ";
  height: 3px;
  background: #171717;
  display: block;
  width: 200px;
  position: absolute;
  left: -1px;
  top: -4px;
}

.cobertura h6 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: 5vw;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 5px 0;
}

.cobertura .notas-cobertura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cobertura .notas-cobertura .columna-dostercios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cobertura .notas-cobertura .columna-dostercios .articulo.decobertura {
  margin-bottom: 0;
}

.cobertura .notas-cobertura .columna-dostercios .articulo.decobertura .meta-content {
  padding: 5px 0;
}

.cobertura .notas-cobertura .columna-dostercios .articulo.decobertura .meta-content span.hat {
  display: none;
}

.cobertura .notas-cobertura .columna-dostercios .articulo.decobertura:hover figure a img {
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.cobertura .notas-cobertura .columna-tercio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cobertura .notas-cobertura .columna-tercio .articulo.decobertura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  padding-top: 5px;
}

.cobertura .notas-cobertura .columna-tercio .articulo.decobertura figure {
  width: 30%;
}

.cobertura .notas-cobertura .columna-tercio .articulo.decobertura figure p {
  display: none;
}

.cobertura .notas-cobertura .columna-tercio .articulo.decobertura .meta-content {
  width: 68%;
  padding: 0 10px 0 0;
}

.cobertura .notas-cobertura .columna-tercio .articulo.decobertura .meta-content .hat {
  display: none;
}

.cobertura .notas-cobertura .columna-tercio .articulo.decobertura:hover figure a img {
  -webkit-transform: none;
          transform: none;
  -webkit-filter: none;
          filter: none;
}

.cobertura .notas-cobertura .columna-ancha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}

.cobertura .notas-cobertura .columna-ancha .articulo.decobertura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  padding-top: 5px;
}

.cobertura .notas-cobertura .columna-ancha .articulo.decobertura figure {
  width: 30%;
}

.cobertura .notas-cobertura .columna-ancha .articulo.decobertura .meta-content {
  width: 68%;
  padding: 0 10px 0 0;
}

.cobertura .notas-cobertura .columna-ancha .articulo.decobertura .meta-content span.hat {
  display: none;
}

@media (min-width: 576px) {
  .cobertura h6 {
    padding: 0;
    font-size: 1.4rem;
  }

  .cobertura .notas-cobertura .columna-tercio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura {
    width: 48%;
    display: block;
    border-top: none;
    padding-top: 0;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura figure {
    width: 100%;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura .meta-content {
    width: 100%;
    padding: 5px 0;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura .meta-content span.hat {
    display: block;
  }
}

@media (min-width: 768px) {
  .cobertura .notas-cobertura {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cobertura .notas-cobertura h6 {
    width: 100%;
  }

  .cobertura .notas-cobertura .columna-dostercios {
    width: 49%;
  }

  .cobertura .notas-cobertura .columna-dostercios .articulo.decobertura {
    position: relative;
  }

  .cobertura .notas-cobertura .columna-dostercios .articulo.decobertura .meta-content {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    margin: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
  }

  .cobertura .notas-cobertura .columna-dostercios .articulo.decobertura .meta-content h2 {
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
  }

  .cobertura .notas-cobertura .columna-tercio {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura {
    width: 48%;
    position: relative;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura .meta-content h2 {
    font-size: 1.2rem;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura .meta-content .hat {
    display: block;
    font-size: .8em;
  }

  .cobertura .notas-cobertura .columna-tercio .articulo.decobertura:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9px;
    width: 1px;
    display: block;
    background: #d4d4d4;
  }

  .cobertura .notas-cobertura .columna-ancha {
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cobertura .notas-cobertura .columna-ancha .articulo.decobertura {
    width: 32%;
    display: block;
  }

  .cobertura .notas-cobertura .columna-ancha .articulo.decobertura figure {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .cobertura .notas-cobertura .columna-ancha .articulo.decobertura .meta-content {
    padding: 5px 0 0 0;
    width: 100%;
  }
}

@media (min-width: 1020px) {
  .cobertura .notas-cobertura .columna-dostercios .articulo.decobertura {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
  }

  .cobertura .notas-cobertura .columna-dostercios .articulo.decobertura figure {
    height: 100%;
  }

  .cobertura .notas-cobertura .columna-dostercios .articulo.decobertura .meta-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    padding: 5px 10px;
  }

  .cobertura .notas-cobertura .columna-dostercios .articulo.decobertura .meta-content h2 {
    font-size: 1.4rem;
  }

  .cobertura .notas-cobertura .columna-ancha {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .cobertura .notas-cobertura .columna-ancha .articulo.decobertura {
    margin-bottom: 0;
    width: 32%;
  }
}

.cobertura.moderada .cobertura-nota-porcuatro {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0 15px;
}

.cobertura.moderada .cobertura-nota-porcuatro .meta-content h4 {
  display: none;
}

.cobertura.moderada .cobertura-nota-porcuatro .meta-content h2 {
  font-size: 1.4rem;
  line-height: 1em;
}

.cobertura.moderada .cobertura-nota-porcuatro:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  position: relative;
}

.cobertura.moderada .cobertura-nota-porcuatro:first-child .meta-content {
  position: absolute;
  padding: 10px;
  bottom: 25px;
  right: 25px;
  left: 25px;
  background: white;
  color: #171717;
  display: block;
}

/** CAJA GENERAL 
Se usa para Radio Perfil
**/

.cajageneral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.cajageneral * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cajageneral .caja-contenido {
  width: 100%;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #d4d4d4;
  margin: 20px 0;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .header-cajageneral {
  width: 100%;
  height: 50px;
  background-image: url(/images/radio-perfil.png?63071c59a7acf7ead8e8d55c012cb7b6);
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .header-cajageneral h6 {
  text-indent: -9999px;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral {
  width: 100%;
  background-color: #e6e6e6;
  border-top: 1px solid #d4d4d4;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  background-color: #e6e6e6;
  background-image: url(/images/perfil-logo-xs.png?9be1a3f1af70ffa4d1f18318126a3ff5);
  background-repeat: no-repeat;
  background-position: 10px 5px;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral ul {
  padding: 10px 10px 0 10px;
  margin: 0;
  list-style: none;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral ul li {
  float: right;
  display: inline-block;
  text-transform: uppercase;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral ul li a {
  color: #343a40;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral ul li a:hover {
  color: #557c9c;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral ul li:after {
  content: " | ";
  display: inline-block;
  margin: 0 10px;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral ul li:first-of-type:after {
  display: none;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral span {
  display: inline-block;
  margin: 5px 10px;
  font-size: 13px;
  line-height: 1em;
  min-width: 90px;
  text-transform: uppercase;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral span a {
  color: #343a40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .footer-cajageneral span a img {
  width: 28px;
  margin-right: 5px;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas {
  width: 100%;
  padding: 10px;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota {
  padding: 10px 0 0 0;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota figure {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 0;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota figure a img {
  margin: 0;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  color: #343a40;
  padding: 0;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content a span.hat {
  display: none;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content a h4 {
  display: none;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type {
  padding: 0;
  border-top: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type figure {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 0 5px 0;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type .meta-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type .meta-content a h2 {
  font-size: 1.4rem;
  font-size: 6vw;
  letter-spacing: -0.03em;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:hover figure a img {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: none;
          transform: none;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil.perfil-educacion .header-cajageneral {
  background-image: url(/images/perfil-educacion.png?68b0d1fa4b3fc4c754cbc69a870ee24d);
  background-size: 98px;
}

.cajageneral .caja-contenido .notas-cajageneral.radio-perfil.canalnet .header-cajageneral {
  background-image: url(/images/canal-net.png?61298a7f657d6d096262750f9a97c94e);
  background-position: 10px 20px;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire {
  border: 1px solid #d4d4d4;
  padding: 10px;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire .header-cajageneral {
  width: 100%;
  height: 30px;
  background-image: url(/images/marieclaire.png?a3d62211b763d052f139cea3fb9254f3);
  background-position: 10px 2;
  background-size: 120px;
  background-repeat: no-repeat;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire .header-cajageneral h6 {
  text-indent: -9999px;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas {
  width: 100%;
  padding: 0;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota figure {
  width: 30%;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota .meta-content {
  width: 68%;
  padding: 0 10px 0 0;
}

.cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota .meta-content a span.hat {
  display: none;
}

.cajageneral .caja-right {
  width: 100%;
}

@media (min-width: 576px) {
  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    border-top: none;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota figure {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    height: auto;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content a h2 {
    letter-spacing: -0.02em;
    font-size: 1.2rem;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type .meta-content a h2 {
    font-size: 1.4rem;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire {
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 2px solid #d4d4d4;
  }
}

@media (min-width: 768px) {
  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota figure {
    margin: 0 0 5px 0;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content a h2 {
    font-size: 1rem;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -7px;
    position: absolute;
    width: 1px;
    background: #d4d4d4;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 0;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type figure {
    height: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    overflow: hidden;
    width: auto;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type figure a img {
    height: 100%;
    width: auto;
    margin: 0 0 0 60%;
    left: -60%;
    position: absolute;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type .meta-content {
    width: auto;
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    left: 10px;
    bottom: 10px;
    right: 10px;
    padding: 5px;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type .meta-content a h2 {
    font-size: 1.1rem;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type:before {
    display: none;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota {
    width: 48%;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota figure {
    width: 100%;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota .meta-content {
    width: 100%;
    padding: 5px 10px;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota .meta-content a span.hat {
    display: block;
    background: #171717;
    color: white;
    padding: 5px 10px;
    display: inline-block;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota:hover {
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1020px) {
  .cajageneral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cajageneral .caja-contenido {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire {
    margin-bottom: 20px;
  }

  .cajageneral .caja-right {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
    margin: 0 0 0 20px;
  }
}

@media (min-width: 1295px) {
  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:before {
    left: -9px;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content a span.hat {
    display: block;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota .meta-content a h2 {
    font-size: 1.3rem;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type .meta-content a span.hat {
    display: none;
  }

  .cajageneral .caja-contenido .notas-cajageneral.radio-perfil .contenido-notas .articulo.caja-nota:first-of-type .meta-content a h2 {
    font-size: 1.4rem;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .ad-marieclaire {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }

  .cajageneral .caja-contenido .notas-cajageneral.marieclaire .contenido-notas .articulo.caja-nota {
    width: 300px;
    margin-bottom: 0;
  }
}

.arteycultura {
  margin: 20px auto;
  border-bottom: 1px solid #171717;
  border-top: 1px solid #171717;
  position: relative;
  padding: 10px 0 0 0;
}

.arteycultura:before {
  content: " ";
  height: 3px;
  background: #171717;
  display: block;
  width: 200px;
  position: absolute;
  left: -1px;
  top: -4px;
}

.arteycultura h6 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: 5vw;
  text-transform: uppercase;
  padding: 0 10px;
}

.arteycultura .notas-ayc {
  display: block;
}

.arteycultura .notas-ayc .articulo.ayc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  padding-top: 5px;
}

.arteycultura .notas-ayc .articulo.ayc figure {
  width: 30%;
}

.arteycultura .notas-ayc .articulo.ayc .meta-content {
  width: 68%;
  padding: 0 10px 0 0;
}

.arteycultura .notas-ayc .articulo.ayc .meta-content span.hat {
  display: none;
}

.arteycultura .notas-ayc > .articulo.ayc:first-of-type {
  display: block;
  padding-top: 0;
  border-top: none;
}

.arteycultura .notas-ayc > .articulo.ayc:first-of-type figure {
  width: 100%;
}

.arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content {
  width: 100%;
  padding: 5px 10px;
}

.arteycultura .notas-ayc .columna-dosnotas .articulo.ayc {
  margin-bottom: 0;
}

.arteycultura .notas-ayc .columna-dosnotas .articulo.ayc .meta-content span.hat {
  display: none;
}

@media (min-width: 576px) {
  .arteycultura h6 {
    padding: 0;
    font-size: 1.5rem;
  }

  .arteycultura .notas-ayc .articulo.ayc .meta-content a h2 {
    font-size: 1.2rem;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content {
    padding: 5px 0;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content a h2 {
    font-size: 1.4rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .arteycultura .notas-ayc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .arteycultura .notas-ayc .columna-dosnotas {
    width: 66.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc {
    display: block;
    width: 48.5%;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc figure {
    width: 100%;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc .meta-content {
    width: 100%;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type {
    width: 32%;
    display: block;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type figure {
    width: 100%;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type .meta-content {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1019.98px) {
  .arteycultura .notas-ayc .meta-content a h2 {
    font-size: 1.1rem;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content a h2 {
    font-size: 1.3rem;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type {
    width: 49%;
    float: left;
  }

  .arteycultura .notas-ayc .columna-dosnotas {
    width: 49%;
    float: left;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc:first-of-type {
    border-top: none;
    padding-top: 0;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc figure {
    margin-bottom: 20px;
  }

  .arteycultura:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
  }
}

@media (min-width: 1020px) {
  .arteycultura .notas-ayc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .arteycultura .notas-ayc .articulo.ayc {
    border-top: none;
    padding-top: 0;
  }

  .arteycultura .notas-ayc .columna-dosnotas {
    width: 24%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc {
    position: relative;
    display: block;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc figure {
    width: 100%;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc figure h4 {
    display: none;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc .meta-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 0 10px;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc .meta-content a h2 {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 2px;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc .meta-content .firma-home {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    color: white;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc .meta-content .firma-home a {
    color: white;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc:first-of-type {
    margin-bottom: 11px;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type {
    width: 49%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content a h2 {
    color: white;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content .firma-home {
    color: white;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content .firma-home a {
    color: white;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type {
    width: 24%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type figure {
    width: 100%;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type .meta-content {
    width: 100%;
  }
}

@media (min-width: 1295px) {
  .arteycultura .notas-ayc .articulo.ayc .meta-content a h2 {
    font-size: 1.2rem;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type {
    width: 300px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type figure {
    margin: 0 0 5px 0;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type .meta-content a h4 {
    display: block;
    max-height: 5em;
    overflow: hidden;
  }

  .arteycultura .notas-ayc > .articulo.ayc:last-of-type .meta-content a h2 {
    font-size: 1.4rem;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0 20px;
    width: auto;
    margin-bottom: 10px;
  }

  .arteycultura .notas-ayc > .articulo.ayc:first-of-type .meta-content a h2 {
    font-size: 1.6rem;
  }

  .arteycultura .notas-ayc .columna-dosnotas {
    width: 300px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
  }

  .arteycultura .notas-ayc .columna-dosnotas .articulo.ayc .meta-content a h2 {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}

.contenedor-general .bloque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contenedor-general .bloque .columna-dostercios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contenedor-general .bloque .columna-dostercios .articulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
}

.contenedor-general .bloque .columna-dostercios .articulo figure {
  width: 30%;
  margin-bottom: 5px;
}

.contenedor-general .bloque .columna-dostercios .articulo .meta-content {
  padding: 0 10px 0 0;
  width: 68%;
}

.contenedor-general .bloque .columna-dostercios .articulo .meta-content a span.hat {
  display: none;
}

.contenedor-general .bloque .columna-dostercios .articulo:first-of-type {
  display: block;
}

.contenedor-general .bloque .columna-dostercios .articulo:first-of-type figure {
  width: 100%;
}

.contenedor-general .bloque .columna-tercio .articulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
}

.contenedor-general .bloque .columna-tercio .articulo figure {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-bottom: 5px;
}

.contenedor-general .bloque .columna-tercio .articulo .meta-content {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  padding: 0 10px 0 0;
}

.contenedor-general .bloque .columna-tercio .articulo .meta-content a span.hat {
  display: none;
}

.contenedor-general .bloque .columna-tercio .articulo .meta-content a .galeria-video {
  display: none;
}

@media (max-width: 575.98px) {
  .contenedor-general .bloque .columna-dostercios .articulo:first-of-type .meta-content {
    padding: 5px 10px;
    width: 100%;
  }

  .contenedor-general .bloque .columna-dostercios .articulo:first-of-type .meta-content a h2 {
    font-size: 1.4rem;
    font-size: 6vw;
  }
}

@media (min-width: 576px) {
  .contenedor-general .bloque .columna-dostercios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contenedor-general .bloque .columna-dostercios .articulo {
    display: block;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding-bottom: 10px;
  }

  .contenedor-general .bloque .columna-dostercios .articulo figure {
    width: 100%;
  }

  .contenedor-general .bloque .columna-dostercios .articulo .meta-content {
    width: 100%;
  }

  .contenedor-general .bloque .columna-dostercios .articulo .meta-content a span.hat {
    display: block;
  }

  .contenedor-general .bloque .columna-tercio .articulo {
    padding-bottom: 10px;
  }

  .contenedor-general .bloque .columna-tercio .articulo .meta-content a span.hat {
    display: block;
  }
}

@media (min-width: 768px) {
  .contenedor-general .bloque {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contenedor-general .bloque .columna-dostercios .articulo {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }

  .contenedor-general .bloque .columna-dostercios .articulo .meta-content {
    padding-bottom: 0;
  }

  .contenedor-general .bloque .columna-dostercios .articulo .meta-content h5 {
    margin-bottom: 0;
  }

  .contenedor-general .bloque .columna-tercio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-left: 1px solid #d4d4d4;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda {
    width: 48%;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(1) {
    background: white;
    padding: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(1) figure {
    display: none;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(1) .meta-content a .galeria-video {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
    float: left;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(1) .meta-content a .galeria-video img {
    width: 20px;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(2) {
    background: #171717;
    padding: 0;
    border-top: none;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(2) .meta-content {
    padding: 10px;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(2) .meta-content a span.hat {
    display: block;
    margin: 0 0 5px 0;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(2) .meta-content a h2 {
    color: white;
    font-family: "Oswald", Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1em;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(2) .meta-content .firma-home {
    color: white;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(2) .meta-content .firma-home a {
    color: white;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda .articulo:nth-child(2) figure {
    margin-top: auto;
    margin-bottom: auto;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-derecha {
    width: 48%;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-derecha .articulo figure {
    display: none;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-derecha .articulo .meta-content {
    padding: 0;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-derecha .articulo:nth-child(n+2) .meta-content a .galeria-video {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
    float: left;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-derecha .articulo:nth-child(n+2) .meta-content a .galeria-video img {
    width: 20px;
  }

  .contenedor-general .bloque .columna-tercio .articulo {
    display: block;
  }

  .contenedor-general .bloque .columna-tercio .articulo figure {
    width: 100%;
  }

  .contenedor-general .bloque .columna-tercio .articulo .meta-content {
    width: 100%;
    padding: 5px 0;
  }
}

@media (min-width: 1020px) {
  .contenedor-general {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contenedor-general .bloque .columna-tercio {
    border-left: none;
    padding: 0;
  }
}

@media (min-width: 1360px) {
  .contenedor-general .bloque {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contenedor-general .bloque .columna-dostercios {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .contenedor-general .bloque .columna-dostercios .articulo {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }

  .contenedor-general .bloque .columna-dostercios .articulo:nth-child(n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #d4d4d4;
    padding: 0;
  }

  .contenedor-general .bloque .columna-dostercios .articulo:nth-child(n+5) figure {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .contenedor-general .bloque .columna-dostercios .articulo:nth-child(n+5) .meta-content {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding: 10px 10px 10px 0;
  }

  .contenedor-general .bloque .columna-tercio {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-derecha {
    width: 100%;
  }

  .contenedor-general .bloque .columna-tercio .columna-tercio-izquierda {
    width: 100%;
  }
}

/*
SECCIONES 
FOTOGALERIA
VIDEO
REVISTAS

*/

.secciones {
  padding: 0;
  width: 100%;
  margin: 0 auto 20px auto;
}

.secciones .caja-contenido .seccionfija h6 {
  margin: 0;
  font-family: "Oswald", Helvetica, Arial, Sans-serif;
  font-size: 6vw;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background: #eaeaea;
  padding: 3px 10px;
}

.secciones .caja-contenido .seccionfija h6:before {
  content: "Mujer";
  display: inline-block;
  width: auto;
  height: auto;
}

.secciones .caja-contenido .seccionfija .contenedor-notas {
  border-bottom: 4px solid #eaeaea;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #d4d4d4;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion figure {
  width: 30%;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion .meta-content {
  width: 68%;
  padding: 0;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion .meta-content span.hat {
  display: none;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type {
  display: block;
  padding-top: 0;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type figure {
  width: 100%;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content {
  width: 100%;
  padding: 5px 10px 0 10px;
}

.secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content a h2 {
  font-size: 6vw;
}

.secciones .caja-contenido .seccionfija.deportes h6 {
  background: #33c381;
}

.secciones .caja-contenido .seccionfija.deportes h6:before {
  content: "Deportes";
}

.secciones .caja-contenido .seccionfija.deportes .contenedor-notas {
  border-bottom: 4px solid #33c381;
}

.secciones .caja-contenido .seccionfija.espectaculos h6 {
  background: #e43d3d;
}

.secciones .caja-contenido .seccionfija.espectaculos h6:before {
  content: "Espectaculos";
}

.secciones .caja-contenido .seccionfija.espectaculos .contenedor-notas {
  border-bottom: 4px solid #e43d3d;
}

.secciones .caja-contenido .seccionfija.mujer h6 {
  color: #343a40;
}

.secciones .caja-right {
  width: 100%;
}

@media (min-width: 576px) {
  .secciones .caja-contenido .seccionfija h6 {
    font-size: 1.4rem;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion {
    width: 31.5%;
    border-bottom: 2px solid #eaeaea;
    border-top: none;
    padding: 0 0 10px 0;
    display: block;
    margin-bottom: 15px;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion figure {
    width: 100%;
    margin: 0 0 5px 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion .meta-content {
    padding: 0;
    width: 100%;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion .meta-content a h2 {
    font-size: 1.1rem;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type {
    width: 100%;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content {
    padding: 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content a h2 {
    font-size: 1.5rem;
  }

  .secciones .caja-contenido .seccionfija.deportes .contenedor-notas {
    border-bottom: none;
  }

  .secciones .caja-contenido .seccionfija.deportes .contenedor-notas .articulo.seccion {
    border-bottom: 2px solid #33c381;
  }

  .secciones .caja-contenido .seccionfija.espectaculos .contenedor-notas {
    border-bottom: none;
  }

  .secciones .caja-contenido .seccionfija.espectaculos .contenedor-notas .articulo.seccion {
    border-bottom: 2px solid #e43d3d;
  }
}

@media (min-width: 768px) {
  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content {
    width: 34%;
    padding: 0 0 0 10px;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content h4 {
    display: block;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type figure {
    width: 66%;
  }
}

@media (min-width: 1020px) {
  .secciones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .secciones .caja-contenido {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion {
    position: relative;
    margin: 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion figure h4 {
    display: none;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:hover figure a img {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type {
    padding: 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type figure {
    width: 67%;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content {
    width: 33%;
    padding: 10px 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content a h2 {
    padding-left: 10px;
    font-size: 1.6rem;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content a h4 {
    padding-left: 10px;
    display: none;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content .firma-home {
    margin-left: 10px;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type:hover figure a img {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type:hover figure a p.headline {
    display: none;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) {
    padding: 0;
    width: 33%;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) figure {
    margin-bottom: 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) .meta-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) .meta-content a span.hat {
    background: #171717;
    color: white;
    display: inline-block;
    padding: 5px 10px;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) .meta-content a h2 {
    color: white;
    padding: 0 10px;
    letter-spacing: 0;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) .meta-content .firma-home {
    color: white;
    margin-left: 10px;
    padding-top: 3px;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) .meta-content .firma-home a {
    color: white;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2) .meta-content .firma-home a:hover {
    text-decoration: underline;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2):hover figure a img {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(n+2):hover figure a p.headline {
    display: none;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:nth-child(3n) {
    width: 34%;
    border-left: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
  }

  .secciones .caja-contenido .seccionfija.deportes {
    background: #525151;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion .meta-content a span.hat {
    background: #171717;
    color: white;
    display: inline-block;
    padding: 5px 10px;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion .meta-content a h2 {
    color: white;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion .meta-content a h4 {
    color: white;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion .meta-content .firma-home {
    color: white;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion .meta-content .firma-home a {
    color: white;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion .meta-content .firma-home a:hover {
    text-decoration: underline;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion:first-of-type .meta-content {
    padding-right: 10px;
  }

  .secciones .caja-contenido .seccionfija.deportes .articulo.seccion:nth-child(3n) {
    border-left: 2px solid #33c381;
    border-right: 2px solid #33c381;
  }

  .secciones .caja-contenido .seccionfija.espectaculos .articulo.seccion:nth-child(3n) {
    border-left: 2px solid #e43d3d;
    border-right: 2px solid #e43d3d;
  }

  .secciones .caja-right {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
    margin: 0 0 0 20px;
  }
}

@media (min-width: 1295px) {
  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content a h2 {
    font-size: 1.8rem;
  }

  .secciones .caja-contenido .seccionfija .contenedor-notas .articulo.seccion:first-of-type .meta-content a h4 {
    display: block;
  }
}

.fotogaleria {
  background: #343a40;
  padding: 10px;
}

.fotogaleria h6 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: 5vw;
  text-transform: uppercase;
  color: white;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria {
  background: #171717;
  margin-bottom: 0;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria .meta-content a span.hat {
  display: none;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria .meta-content a h2 {
  color: white;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria .meta-content a p.headline {
  color: white;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria .meta-content .firma-home {
  color: white;
  border-top: 1px solid #343a40;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria .meta-content .firma-home a {
  color: white;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria .meta-content .firma-home a:hover {
  text-decoration: underline;
}

.fotogaleria .notas-fotogaleria .articulo.defotogaleria figure .galeria-video {
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
}

.fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #343a40;
}

.fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria figure {
  width: 30%;
  margin-bottom: 10px;
}

.fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria figure .galeria-video {
  top: 5px;
  right: auto;
  left: 5px;
  bottom: auto;
}

.fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria .meta-content {
  width: 68%;
  padding: 0 10px 0 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content a h2 {
  font-size: 1.6rem;
  font-size: 6vw;
}

@media (min-width: 576px) {
  .fotogaleria h6 {
    padding: 0;
    font-size: 1.5rem;
  }

  .fotogaleria .notas-fotogaleria .secundarias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria {
    display: block;
    width: 49%;
    border-top: none;
    padding-top: 0;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria figure {
    width: 100%;
    margin: 0;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria .meta-content {
    width: 100%;
    padding: 5px 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria figure .galeria-video {
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria {
    margin-bottom: 10px;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content {
    padding: 5px 10px;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content a h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .fotogaleria .notas-fotogaleria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .fotogaleria .notas-fotogaleria .secundarias {
    width: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria {
    width: 100%;
    position: relative;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria .meta-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 0 10px;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria .meta-content .firma-home {
    border-top: none;
    padding-top: 0;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria .meta-content a h2 {
    font-size: 1.2rem;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria figure a .galeria-video {
    opacity: .7;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria:first-of-type {
    margin-bottom: 10px;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria {
    width: 65%;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content a h2 {
    font-size: 1.4rem;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria figure {
    height: 100%;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria figure a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria figure a .galeria-video {
    opacity: .7;
  }
}

@media (min-width: 1020px) {
  .fotogaleria .notas-fotogaleria .secundarias {
    width: auto;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin-left: 20px;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria figure a .galeria-video {
    opacity: 1;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria .meta-content {
    padding-top: 50px;
    opacity: 1;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }

  .fotogaleria .notas-fotogaleria .secundarias .articulo.defotogaleria:hover .meta-content {
    opacity: 0;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content a h2 {
    font-size: 1.6rem;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria figure a .galeria-video {
    opacity: 1;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria:hover figure a img {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}

@media (min-width: 1295px) {
  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content {
    position: static;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: auto;
    padding: 10px;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content a p.headline {
    display: block;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content a span.hat {
    display: block;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria .meta-content a h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .fotogaleria .notas-fotogaleria > .articulo.defotogaleria figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
}

.video {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 20px 0;
  background: #343a40;
}

.video h6 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: 5vw;
  text-transform: uppercase;
  color: white;
  padding: 10px 10px 0 10px;
}

.video .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.video .container .notas-video .articulo.devideo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #555;
  margin: 0 10px 10px 10px;
  width: auto;
}

.video .container .notas-video .articulo.devideo figure {
  width: 30%;
}

.video .container .notas-video .articulo.devideo .meta-content {
  width: 68%;
  padding: 0 10px 0 0;
}

.video .container .notas-video .articulo.devideo .meta-content a span.hat {
  color: white;
  display: none;
}

.video .container .notas-video .articulo.devideo .meta-content a h2 {
  color: white;
}

.video .container .notas-video .articulo.devideo .meta-content .firma-home {
  color: white;
  border-top: 1px solid #555;
}

.video .container .notas-video .articulo.devideo .meta-content .firma-home a {
  color: white;
}

.video .container .notas-video .articulo.devideo .meta-content .firma-home a:hover {
  text-decoration: underline;
}

.video .container .notas-video > .articulo.devideo:first-of-type {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: none;
}

.video .container .notas-video > .articulo.devideo:first-of-type figure {
  width: 100%;
}

.video .container .notas-video > .articulo.devideo:first-of-type .meta-content {
  width: 100%;
  padding: 5px 10px;
}

.video .container .notas-video > .articulo.devideo:first-of-type .meta-content a h2 {
  font-size: 1.6rem;
  font-size: 6vw;
}

.video .container .notas-video > .articulo.devideo:last-of-type .miramas {
  display: none;
}

@media (min-width: 576px) {
  .video h6 {
    padding: 10px 0 0 0;
    font-size: 1.5rem;
  }

  .video .container .notas-video .articulo.devideo {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .video .container .notas-video .articulo.devideo .meta-content a h2 {
    font-size: 1.1rem;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type .meta-content {
    padding: 5px 0;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type .meta-content a h2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .video .container .notas-video .grupotres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .video .container .notas-video .grupotres .articulo.devideo {
    width: 31.5%;
    display: block;
  }

  .video .container .notas-video .grupotres .articulo.devideo figure {
    width: 100%;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content {
    width: 100%;
    padding: 5px 0;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content a h2 {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) and (max-width: 1019.98px) {
  .video .container .notas-video > .articulo.devideo:first-of-type {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
  }

  .video .container .notas-video .grupotres {
    width: 49%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .video .container .notas-video .grupotres .articulo.devideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .video .container .notas-video .grupotres .articulo.devideo figure {
    width: 25%;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content {
    width: 73%;
    padding: 0;
  }

  .video .container .notas-video .grupotres .articulo.devideo:first-of-type {
    padding-top: 0;
    border-top: none;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type {
    width: 49%;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type figure {
    width: 25%;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type .meta-content {
    width: 73%;
    padding: 0;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type .meta-content a h2 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1020px) {
  .video .container .notas-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .video .container .notas-video > .articulo.devideo {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin: 0;
    background: #171717;
    position: relative;
  }

  .video .container .notas-video > .articulo.devideo .meta-content {
    background: #171717;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type {
    padding-top: 0;
    border-top: none;
    display: block;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type figure {
    width: 100%;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type .meta-content {
    width: 100%;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type .meta-content {
    padding: 5px 10px;
  }

  .video .container .notas-video > .articulo.devideo:hover figure a img {
    -webkit-filter: none;
            filter: none;
  }

  .video .container .notas-video .grupotres {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .video .container .notas-video .grupotres .articulo.devideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .video .container .notas-video .grupotres .articulo.devideo figure {
    width: 25%;
  }

  .video .container .notas-video .grupotres .articulo.devideo figure a p.headline {
    display: none;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content {
    width: 73%;
    padding: 0;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content a h2 {
    font-size: 1.1rem;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content a .firma-home {
    display: none;
  }

  .video .container .notas-video .grupotres .articulo.devideo:first-of-type {
    padding-top: 0;
    border-top: none;
  }

  .video .container .notas-video .grupotres .articulo.devideo:last-of-type {
    margin-bottom: 0;
    border-bottom: 1px solid #555;
  }

  .video .container .notas-video .grupotres .articulo.devideo:hover figure a img {
    -webkit-filter: none;
            filter: none;
  }
}

@media (min-width: 1295px) {
  .video .container {
    max-width: 1260px;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type {
    background: #171717;
    position: relative;
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
    padding: 0;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type figure {
    margin: 0;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type .meta-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: #171717;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type .meta-content span.hat {
    display: block;
    color: white;
  }

  .video .container .notas-video > .articulo.devideo:first-of-type:hover figure a img {
    -webkit-filter: none;
            filter: none;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type:hover figure a img {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type .meta-content {
    position: static;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type figure:hover a img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }

  .video .container .notas-video > .articulo.devideo:last-of-type .miramas {
    width: 100%;
    padding: 5px 10px 0 10px;
    margin: auto 0 0 0;
    color: white;
    display: block;
    background: #171717;
    text-align: right;
    border-radius: 2px;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type .miramas a {
    color: white;
  }

  .video .container .notas-video > .articulo.devideo:last-of-type .miramas a:before {
    content: "\F061";
    font-family: "FontAwesome";
    display: block;
    font-size: 20px;
    margin-left: 10px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    float: right;
  }

  .video .container .notas-video .grupotres .articulo.devideo {
    border-top: none;
    background: #171717;
    padding: 0;
  }

  .video .container .notas-video .grupotres .articulo.devideo figure {
    width: 40%;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content {
    width: 60%;
    padding: 10px;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content h2 {
    font-size: 1.1rem;
    margin: 0;
  }

  .video .container .notas-video .grupotres .articulo.devideo .meta-content .firma-home {
    dislay: block;
    margin: 5px 0 0 0;
  }

  .video .container .notas-video .grupotres .articulo.devideo:last-of-type {
    margin-bottom: 0;
  }
}

.revistas {
  margin: 0 auto 20px auto;
  padding: 0;
  border: 1px solid #d4d4d4;
}

.revistas .notas-revistas .articulo.derevistas {
  margin: 0;
  padding: 10px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.revistas .notas-revistas .articulo.derevistas .meta-content {
  padding: 5px 0;
}

.revistas .notas-revistas .articulo.derevistas:hover {
  background: #f1f1f1;
}

.revistas .notas-revistas .grupotres .articulo.derevistas {
  border-top: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.revistas .notas-revistas .grupotres .articulo.derevistas figure {
  width: 30%;
}

.revistas .notas-revistas .grupotres .articulo.derevistas .meta-content {
  width: 68%;
  padding: 0;
}

@media (min-width: 768px) {
  .revistas .notas-revistas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .revistas .notas-revistas > .articulo.derevistas {
    width: 50%;
    margin: 0;
    position: relative;
    border-top: 1px solid #d4d4d4;
  }

  .revistas .notas-revistas > .articulo.derevistas .meta-content {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    background: white;
    width: auto;
    padding: 10px;
  }

  .revistas .notas-revistas > .articulo.derevistas .meta-content a h2 {
    font-size: 1.4rem;
  }

  .revistas .notas-revistas .grupotres {
    width: 50%;
  }

  .revistas .notas-revistas .grupotres .articulo.derevistas {
    border-left: 1px solid #d4d4d4;
  }

  .revistas .notas-revistas .grupotres .articulo.derevistas .meta-content a h2 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1020px) {
  .revistas .notas-revistas .articulo.derevistas:hover figure a img {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
  }

  .revistas .notas-revistas > .articulo.derevistas {
    width: 33%;
  }

  .revistas .notas-revistas .grupotres {
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .revistas .notas-revistas .grupotres .articulo.derevistas {
    width: 33.333333%;
    display: block;
  }

  .revistas .notas-revistas .grupotres .articulo.derevistas figure {
    width: 100%;
  }

  .revistas .notas-revistas .grupotres .articulo.derevistas .meta-content {
    width: 100%;
    padding: 5px 0;
  }
}

@media (min-width: 1295px) {
  .revistas .notas-revistas > .articulo.derevistas .meta-content {
    bottom: 20px;
  }
}

.catastrofe {
  margin-bottom: 20px;
  padding: 0;
}

.catastrofe .catastrofe-todas {
  padding: 15px;
  background: #171717;
}

.catastrofe .catastrofe-todas article {
  position: relative;
  margin-bottom: 10px;
}

.catastrofe .catastrofe-todas article.catastrofe-grande figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.catastrofe .catastrofe-todas article.catastrofe-grande figure img {
  width: 100%;
  height: auto;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content {
  padding: 0;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content span.hat {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-height: 700;
  color: #557c9c;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h2 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 1.6rem;
  font-size: 7vw;
  font-weight: 400;
  color: white;
  letter-spacing: -0.01em;
  margin: 0 0 10px 0;
  line-height: 1.03em;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h2 .hat {
  color: #557c9c;
  font-size: 0.98em;
  font-weight: 600;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h2 .hat:after {
  content: " / ";
  font-size: .8em;
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  color: #557c9c;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h4 {
  color: #d4d4d4;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  display: none;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content .firma-home {
  border-top-color: #343a40;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content .firma-home a {
  color: #d4d4d4;
}

.catastrofe .catastrofe-todas article.catastrofe-grande .meta-content .firma-home a:hover {
  color: white;
}

.catastrofe .catastrofe-todas article.catastrofe-chica {
  padding-top: 10px;
  border-top: 1px solid #343a40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catastrofe .catastrofe-todas article.catastrofe-chica figure {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin: 0;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  padding-right: 10px;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content span.hat {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  font-height: 700;
  color: #557c9c;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  display: none;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content h2 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.08em;
  color: white;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content h2 .hat {
  color: #557c9c;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content h2 .hat:after {
  content: " / ";
  font-size: .8em;
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  color: #557c9c;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content h4 {
  display: none;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content .firma-home {
  margin-top: 8px;
  border-top-color: #343a40;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content .firma-home a {
  color: #d4d4d4;
}

.catastrofe .catastrofe-todas article.catastrofe-chica .meta-content .firma-home a:hover {
  color: white;
}

@media (min-width: 576px) {
  .catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h2 {
    font-size: 1.6rem;
  }

  .catastrofe .catastrofe-todas article.catastrofe-chica .meta-content h2 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .catastrofe .catastrofe-todas .catastrofe-tres {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .catastrofe .catastrofe-todas article.catastrofe-grande {
    position: relative;
    width: 100%;
    display: block;
  }

  .catastrofe .catastrofe-todas article.catastrofe-grande figure {
    width: 80%;
    margin: 0 0 0 auto;
  }

  .catastrofe .catastrofe-todas article.catastrofe-grande .meta-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    padding-right: 40%;
    padding-top: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#171717), color-stop(35%, #171717), to(transparent));
    background: linear-gradient(to right, #171717 0%, #171717 35%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$negro', endColorstr='##17171700',GradientType=1 );
    /* IE6-9 */
  }

  .catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h2 {
    font-size: 2rem;
  }

  .catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h4 {
    display: block;
  }

  .catastrofe .catastrofe-todas article.catastrofe-chica {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }

  .catastrofe .catastrofe-todas article.catastrofe-chica figure {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0 0 10px 0;
  }

  .catastrofe .catastrofe-todas article.catastrofe-chica .meta-content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0;
    padding: 0;
  }

  .catastrofe .catastrofe-todas article.catastrofe-chica .meta-content h2 {
    font-size: 1.2rem;
  }
}

@media (min-width: 1020px) {
  .catastrofe .catastrofe-todas article.catastrofe-grande .meta-content h2 {
    font-size: 2.4em;
  }
}

@media (min-width: 1020px) {
  .catastrofe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catastrofe .caja-notas {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .catastrofe .caja-right {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
    margin: 0 0 0 20px;
  }
}

@media (min-width: 1020px) and (max-width: 1294.98px) {
  .catastrofe .caja-notas .catastrofe-todas .catastrofe-tres {
    margin-bottom: 0;
  }

  .catastrofe .caja-notas .catastrofe-todas article.catastrofe-grande .meta-content h4 {
    display: none;
  }
}

@media (min-width: 1295px) {
  .catastrofe > .catastrofe-todas {
    position: relative;
  }

  .catastrofe > .catastrofe-todas article.catastrofe-grande .meta-content {
    padding-left: 0;
  }

  .catastrofe > .catastrofe-todas article.catastrofe-grande .meta-content h2 {
    font-size: 2.6em;
    line-height: 1em;
    margin-bottom: 20px;
  }

  .catastrofe > .catastrofe-todas article.catastrofe-grande .meta-content p {
    display: block;
    color: white;
  }

  .catastrofe > .catastrofe-todas .catastrofe-tres .catastrofe-chica {
    margin: 0;
  }
}

.columnistas-home h5 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #171717;
  text-transform: uppercase;
  margin-top: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .columnistas-home h5 {
    margin-bottom: 6px;
  }
}

.columnistas-home .columna a {
  text-align: center;
}

.columnistas-home .columna a img {
  width: 70px;
  height: 70px;
}

.columnistas-home .columna a h2 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.columnistas-home .columna a h4 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 13px;
  font-height: 400;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .columnistas-home .columna a {
    text-align: left;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .columnistas-home .columna a img {
    float: left;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1020px) {
  .columnistas-home .columna {
    min-height: 180px;
  }
}

.columnistas-home .columna.editores a {
  margin-bottom: 20px;
}

.columnistas-home .columna.editores a figure {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
}

.columnistas-home .columna.editores a figure img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .columnistas-home .columna.editores a {
    border-bottom: none;
    text-align: left;
    width: 100%;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
  }

  .columnistas-home .columna.editores a figure {
    float: left;
    width: 33%;
    height: auto;
    margin-right: 10px;
  }
}

.columnistas-home .banner-vertical {
  text-align: center;
  top: 3em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: -webkit-sticky;
  position: sticky;
  top: 3.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .columnistas-home .banner-vertical {
    width: 300px;
    text-align: right;
    margin-left: 30px;
  }
}

@media (min-width: 1020px) {
  .columnistas-home .banner-vertical {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: -10px !important;
}

.carousel-indicators li.active {
  background-color: #d0dbe4;
}

.carousel-inner:after {
  content: "";
  display: block;
  width: auto;
  height: 10px;
}

#carouselColumnistas {
  padding-bottom: 20px;
}

#carouselEditoriales {
  padding-bottom: 20px;
}

@media (max-width: 767.98px) {
  #carouselEditoriales {
    margin-top: 0;
    padding-top: 0;
  }
}

.banner-masleidas {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  text-align: right;
  margin-left: 30px;
  margin-top: 38px;
}

.las-mas-leidas {
  background: white;
}

.las-mas-leidas h5 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.las-mas-leidas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.las-mas-leidas ul li {
  padding: 0;
  margin: 0;
  width: 100%;
}

.las-mas-leidas ul li a figure {
  width: 33%;
  margin-right: 15px;
  float: left;
  position: relative;
}

.las-mas-leidas ul li a figure .order-num {
  position: absolute;
  left: -30px;
  top: 5px;
  background: #b9dfff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1em;
  font-weight: bold;
}

.las-mas-leidas ul li a h2 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) and (max-width: 1019.98px) {
  .las-mas-leidas ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .las-mas-leidas ul li {
    padding: 5px;
    position: relative;
    width: 20%;
  }

  .las-mas-leidas ul li a h2 {
    font-size: 16px;
  }

  .las-mas-leidas ul li a figure {
    margin-bottom: 5px;
    width: 100%;
    float: none;
  }

  .las-mas-leidas ul li a figure .order-num {
    font-family: "Roboto", Helvetica, Arial, Sans-serif;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: -10px;
    color: white;
    display: block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: #b9dfff;
    z-index: 9;
    line-height: 1em;
    text-align: center;
  }
}

@media (min-width: 1020px) {
  .las-mas-leidas h5 {
    font-size: 26px;
  }

  .las-mas-leidas ul li {
    width: 25%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .las-mas-leidas ul li a h2 {
    position: absolute;
    bottom: -140px;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    color: white;
    padding: 10px;
    font-size: 18px;
  }

  .las-mas-leidas ul li a figure {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }

  .las-mas-leidas ul li a figure img {
    width: 100%;
    height: auto;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }

  .las-mas-leidas ul li a figure .order-num {
    font-family: "Roboto", Helvetica, Arial, Sans-serif;
    font-size: 48px;
    font-weight: bold;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    position: absolute;
    left: 10px;
    top: 10px;
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #b9dfff;
    z-index: 9;
    line-height: 1em;
    text-align: center;
  }

  .las-mas-leidas ul li:nth-child(1) {
    width: 50%;
  }

  .las-mas-leidas ul li:nth-child(1) a h2 {
    bottom: -110px;
    font-size: 28px;
  }

  .las-mas-leidas ul li:hover a h2 {
    bottom: 0;
  }

  .las-mas-leidas ul li:hover a figure img {
    -webkit-filter: brightness(30%);
            filter: brightness(30%);
  }

  .las-mas-leidas ul li:hover a figure .order-num {
    left: -56px;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .las-mas-leidas {
    padding: 0 10px;
  }

  .las-mas-leidas ul li a figure {
    margin-left: 30px;
  }

  .las-mas-leidas ul li a h2 {
    font-size: 16px;
  }

  .las-mas-leidas ul li:after {
    content: " ";
    background: #b9dfff;
    width: 100%;
    height: 1px;
    display: block;
    margin: 5px 0;
    clear: both;
  }
}

@media (max-width: 575.98px) {
  .las-mas-leidas ul li figure {
    width: 30%;
  }
}

.container.bloomberg {
  margin: 0 auto 20px auto;
  padding: 10px 0;
}

.container.bloomberg h6 {
  display: block;
  width: 100%;
  height: 33px;
  text-align: right;
  margin: 10px 0 5px 0;
  padding: 12px 10px 5px 10px;
  text-transform: uppercase;
  color: #00bbe9;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-image: url(/images/bloomberg_menu.png?fcafc99b379ae271d21b337f7f2acb1e);
  background-repeat: no-repeat;
  background-position: 10px bottom;
  background-size: 148px;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #d4d4d4;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg figure {
  width: 30%;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg .meta-content {
  padding: 0;
  width: 68%;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg .meta-content a h2 {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg .meta-content h5 {
  display: none;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg figure {
  margin: 0;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg:hover .meta-content a h2 {
  color: #00bbe9;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg.bl-0 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px 0 0;
  background: #d7eaf8;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg.bl-0 figure {
  width: 100%;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg.bl-0 .meta-content {
  width: auto;
  background: white;
  margin: 0 0 -20px 10px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  padding: 5px 10px;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg.bl-0 .meta-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: #00bbe9;
  height: 3px;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg.bl-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-top: none;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg.bl-1 figure {
  width: 100%;
}

.container.bloomberg .caja-contenido .caja-notas .articulo.notabloomberg.bl-1 .meta-content {
  padding: 5px 10px 0 10px;
  width: auto;
  background: white;
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 20%;
}

@media (min-width: 576px) {
  .container.bloomberg .caja-contenido {
    background: white;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo {
    float: left;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 {
    width: 49%;
    position: relative;
    padding: 0 10px;
    background: #d7eaf8;
    height: 270px;
    margin: 0 2% 0 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content {
    background: white;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 20px;
    padding: 10px;
    width: auto;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content span.hat {
    display: none;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content h2 {
    font-family: "Roboto", Helvetica, Arial, Sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content:after {
    content: " ";
    display: block;
    width: 94%;
    margin: 0 auto;
    height: 3px;
    background: #00bbe9;
    position: absolute;
    bottom: 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 {
    width: 47%;
    height: 170px;
    background: #d7eaf8;
    position: relative;
    padding: 10px 30px 10px 10px;
    margin-bottom: 20px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 .meta-content {
    position: absolute;
    background: white;
    padding: 10px;
    right: 10px;
    left: 40px;
    bottom: 10px;
    width: auto;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 .meta-content a h2 {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 {
    width: 47%;
    height: 80px;
    margin: 0;
    border-top: 2px dotted #343a40;
    border-bottom: 2px dotted #343a40;
    padding: 8px 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 figure {
    display: none;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 .meta-content {
    float: left;
    width: 100%;
    padding: 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 .meta-content a h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2em;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo {
    width: 32%;
    margin: 0;
    border-bottom: 2px dotted #171717;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo figure {
    display: none;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo .meta-content {
    width: 100%;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo .meta-content a h2 {
    font-size: 1rem;
    line-height: 1.3em;
  }
}

@media (min-width: 768px) {
  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 {
    height: 300px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content h2 {
    font-size: 1.8rem;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 {
    height: 190px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 .meta-content h2 {
    font-size: 1.2rem;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 {
    height: 90px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 figure {
    display: block;
    float: left;
    width: 30%;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 .meta-content {
    width: 70%;
    padding-left: 10px;
  }
}

@media (min-width: 1020px) {
  .container.bloomberg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .container.bloomberg .caja-contenido {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 {
    width: 280px;
    margin: 0 10px 0 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content:after {
    width: 230px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 {
    width: 340px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 {
    width: 340px;
  }

  .container.bloomberg .caja-right {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin: 0 0 0 20px;
  }

  .container.bloomberg h5 {
    margin-top: 10px;
    padding-top: 4px;
    font-size: 24px;
  }
}

@media (min-width: 1295px) {
  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 {
    width: 320px;
    height: 318px;
    margin: 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content {
    width: 350px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content a h2 {
    font-size: 2rem;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content:after {
    width: 270px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 {
    width: 290px;
    margin: 0 0 0 10px;
    height: 209px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 .meta-content {
    bottom: 10px;
    right: 10px;
    left: 40px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 .meta-content a h2 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 {
    width: 180px;
    margin: 0 0 0 10px;
    padding: 5px 0 0 0;
    border-top: 2px dotted #171717;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 209px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 .meta-content {
    width: 100%;
    padding: 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 .meta-content a h2 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2em;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 figure {
    width: 100%;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres {
    float: left;
    width: 480px;
    margin: 10px 0 10px 10px;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 99px;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo {
    border-top: 2px dotted #171717;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo .meta-content a h2 {
    font-size: 1rem;
    line-height: 1.3em;
    height: 82px;
    overflow: hidden;
  }
}

@media (min-width: 1360px) {
  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 {
    width: 380px;
    height: 318px;
    margin: 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content {
    width: 350px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content a h2 {
    font-size: 2rem;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-0 .meta-content:after {
    width: 330px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 {
    width: 350px;
    margin: 0 0 0 10px;
    height: 209px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 .meta-content {
    bottom: 10px;
    right: 10px;
    left: 40px;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-1 .meta-content a h2 {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 {
    width: 180px;
    margin: 0 0 0 10px;
    padding: 5px 0 0 0;
    border-top: 2px dotted #171717;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 209px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 .meta-content {
    width: 100%;
    padding: 0;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 .meta-content a h2 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2em;
  }

  .container.bloomberg .caja-contenido .caja-notas .articulo.bl-2 figure {
    width: 100%;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres {
    float: left;
    width: 540px;
    margin: 10px 0 10px 10px;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 99px;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo {
    border-top: 2px dotted #171717;
  }

  .container.bloomberg .caja-contenido .caja-notas .bloomberg-tres .articulo .meta-content a h2 {
    font-size: 1rem;
    line-height: 1.3em;
    height: 82px;
    overflow: hidden;
  }
}

.supercontenedor.bgalerta {
  background-color: #51708a;
  padding: 0;
  max-width: 100%;
}

.supercontenedor.bgalerta .alerta {
  max-width: 1260px;
  background-color: #557c9c;
  padding: 5px 10px;
  margin: 0 auto;
  width: 100%;
}

.supercontenedor.bgalerta .alerta article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 3px;
  font-family: "Oswald", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
}

.supercontenedor.bgalerta .alerta article .laalerta {
  margin: 0 10px 0 0;
}

.supercontenedor.bgalerta .alerta article .laalerta img {
  width: 20px;
}

.supercontenedor.bgalerta .alerta article a {
  letter-spacing: -0.03em;
}

.supercontenedor.bgalerta .alerta article a h2 {
  color: white;
  font-size: 1.2rem;
  line-height: 1.05em;
  font-weight: normal;
  letter-spacing: 0;
}

.supercontenedor.bgalerta .alerta article a h2 span.hat {
  margin: 0 5px 0 0;
  color: #d0dbe4;
}

@media (min-width: 1295px) {
  .supercontenedor.bgalerta .alerta article .laalerta .fas {
    margin-top: -5px;
  }
}

.coronavirus {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

.coronavirus article {
  font-family: "Oswald", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 5px;
  margin: 0 0 5px 0;
  line-height: 1.5em;
}

.coronavirus article a h2 {
  color: #343a40;
  font-weight: 400;
  font-size: 1rem;
  font-size: 5vw;
  letter-spacing: -0.01em;
  margin: 0;
}

.coronavirus article a p {
  font-weight: 400;
  color: #999;
  font-size: .9rem;
  font-size: 4.5vw;
  letter-spacing: -0.01em;
  margin: 0;
}

.coronavirus article a p .pipe {
  display: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .coronavirus {
    padding: 0;
  }

  .coronavirus article a h2 {
    font-size: 1.3rem;
  }

  .coronavirus article a p {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .coronavirus {
    padding: 0;
  }

  .coronavirus article {
    margin-bottom: 20px;
  }

  .coronavirus article a {
    padding: 0;
  }

  .coronavirus article a h2 {
    margin: 0;
    font-size: 1.3rem;
  }

  .coronavirus article a p {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .coronavirus article a p br {
    display: none;
  }

  .coronavirus article a p .pipe {
    display: inline-block;
    margin: 0 10px;
  }
}

.impresa {
  padding: 0;
}

.impresa .caja-contenido {
  margin: 0 auto 20px auto;
  padding: 10px;
  border: 1px solid #d4d4d4;
}

.impresa .caja-contenido h6 {
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}

.impresa .caja-contenido h6 .diarioperfil {
  display: block;
  width: 100px;
  height: 20px;
  text-indent: -9999px;
  margin: 0 0 5px 0;
  background-image: url(/images/perfil-impresa.png?083f11729fda2334f30780e5ceee10af);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100px;
}

.impresa .caja-contenido .notas-impresa > .articulo.deimpresa .meta-content h5 {
  margin-bottom: 0;
}

.impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type {
  width: 300px;
  margin: 10px auto 20px auto;
}

.impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type figure {
  width: 300px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
}

.impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type .meta-content {
  padding: 5px 0;
}

.impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  padding-top: 10px;
}

.impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+2) figure {
  width: 30%;
}

.impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+2) .meta-content {
  padding: 0;
  width: 68%;
}

.impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d4d4d4;
  padding-top: 10px;
}

@media (min-width: 576px) {
  .impresa .caja-contenido {
    position: relative;
  }

  .impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 46%;
    height: 300px;
    margin: 0;
  }

  .impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type figure {
    width: 100%;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:first-of-type {
    width: 48%;
    height: 260px;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .impresa .caja-contenido h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .impresa .caja-contenido h6 .fechaedicion {
    text-align: right;
    padding: 5px 0 0 0;
  }

  .impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type {
    width: 30%;
    top: 42px;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+2) {
    width: 31.5%;
    display: block;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+2) figure {
    width: 100%;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+2) .meta-content {
    width: 100%;
    padding: 5px 0 0 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+2) .meta-content a h2 {
    font-size: 1.2rem;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff1d1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa {
    width: 48%;
    display: block;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa .meta-content {
    width: 100%;
    padding: 5px 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa .meta-content a h2 {
    font-size: 1.2rem;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa:nth-child(-n+2) {
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1294.98px) {
  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:first-of-type {
    width: 66%;
    margin-right: 34%;
    height: 280px;
    position: relative;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:first-of-type .meta-content {
    position: absolute;
    background: white;
    bottom: 0;
    right: 10px;
    left: 10px;
    width: auto;
    padding: 10px;
    border-bottom: 1px solid #d4d4d4;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+5) {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+5) .meta-content {
    padding: 0;
    width: 68%;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+5) .meta-content a h2 {
    font-size: 1.1rem;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+5) figure {
    width: 30%;
  }
}

@media (min-width: 1020px) {
  .impresa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .impresa .caja-right {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin: 0 0 0 20px;
  }

  .impresa .caja-contenido {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas:first-of-type {
    margin: 0;
  }

  .impresa .articulo.deimpresa:hover figure a img {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1295px) {
  .impresa .caja-contenido .notas-impresa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type {
    position: static;
    width: 24%;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin: 0 20px 0 0;
  }

  .impresa .caja-contenido .notas-impresa > .articulo.deimpresa:first-of-type figure {
    width: 100%;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa {
    margin-bottom: 10px;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa .meta-content {
    padding-bottom: 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa .meta-content h5 {
    margin-bottom: 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:first-of-type {
    width: 31.5%;
    height: auto;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:first-of-type .meta-content h2 {
    font-size: 1.2rem;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(-n+2) .meta-content {
    padding-bottom: 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(-n+3) {
    border-top: none;
    padding-top: 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas .articulo.deimpresa:nth-child(n+4) figure {
    display: none;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
    background: #fff1d1;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa {
    margin: 0;
    border-top: none;
    padding-top: 0;
    width: 24%;
    position: relative;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa .meta-content {
    padding: 0;
    margin: 0;
  }

  .impresa .caja-contenido .notas-impresa .caja-notas-amarillas .articulo.deimpresa:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    background: #d4d4d4;
    width: 1px;
  }
}

.perfil-noticia .supercontenedor {
  padding-top: 10px;
}

.perfil-noticia .supercontenedor.main-header {
  padding-top: 0;
}

.perfil-noticia .supercontenedor .articulo-header {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.perfil-noticia .supercontenedor .articulo-header .hat {
  line-height: 1em;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #d4d4d4;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 0.8rem;
  font-size: 4vw;
  font-weight: 400;
  color: #557c9c;
}

.perfil-noticia .supercontenedor .articulo-header .hat a {
  display: none;
  color: #343a40;
  font-weight: 600;
  text-transform: uppercase;
}

.perfil-noticia .supercontenedor .articulo-header .hat span.volanta {
  font-weight: 600;
  text-transform: uppercase;
}

.perfil-noticia .supercontenedor .articulo-header h1 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 2.4rem;
  font-size: 11vw;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #171717;
}

.perfil-noticia .supercontenedor .articulo-header h2 {
  font-size: 1.5rem;
  font-size: 6.5vw;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 400;
  margin: 10px 0;
  letter-spacing: -0.02em;
}

.perfil-noticia .supercontenedor .articulo-header h3 {
  font-size: 1.2em;
  margin: 16px 0 10px 0;
}

.perfil-noticia .supercontenedor .container .main-article {
  width: 100%;
}

.perfil-noticia .supercontenedor .container .main-article figure {
  width: 100%;
  position: relative;
  margin-top: 10px;
  display: block;
}

.perfil-noticia .supercontenedor .container .main-article figure a.btn-open-gallery.fotogaleria {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}

.perfil-noticia .supercontenedor .container .main-article figure a.btn-open-gallery.fotogaleria:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: block;
  background: url("/images/glyph/ampliar.svg") right top no-repeat;
  background-size: 30px;
  opacity: .7;
}

.perfil-noticia .supercontenedor .container .main-article figure img {
  display: block;
}

.perfil-noticia .supercontenedor .container .main-article figure figcaption {
  color: #343a40;
  font-size: .85rem;
  font-size: 4vw;
  line-height: 1.3em;
  padding: 5px;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 10px 0;
}

.perfil-noticia .supercontenedor .container .main-article figure figcaption .credito-foto {
  text-transform: uppercase;
  font-size: .8em;
}

.perfil-noticia .supercontenedor .container .main-article .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.perfil-noticia .supercontenedor .container .main-article .embed-responsive .embed-responsive-item,
.perfil-noticia .supercontenedor .container .main-article .embed-responsive embed,
.perfil-noticia .supercontenedor .container .main-article .embed-responsive iframe,
.perfil-noticia .supercontenedor .container .main-article .embed-responsive object,
.perfil-noticia .supercontenedor .container .main-article .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.perfil-noticia .supercontenedor .container .main-article .videoContainer {
  clear: both;
  display: block;
}

.perfil-noticia .supercontenedor .container .main-article .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.perfil-noticia .supercontenedor .container .main-article .news-body {
  position: relative;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 1.25rem;
  font-size: 5.5vw;
  padding: 0 10px;
  color: #343a40;
}

.perfil-noticia .supercontenedor .container .main-article .news-body strong,
.perfil-noticia .supercontenedor .container .main-article .news-body a strong {
  font-weight: 600;
}

.perfil-noticia .supercontenedor .container .main-article .news-body a,
.perfil-noticia .supercontenedor .container .main-article .news-body a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body strong a {
  color: #969696;
}

.perfil-noticia .supercontenedor .container .main-article .news-body p,
.perfil-noticia .supercontenedor .container .main-article .news-body ul,
.perfil-noticia .supercontenedor .container .main-article .news-body ol,
.perfil-noticia .supercontenedor .container .main-article .news-body li {
  font-size: 1.25rem;
  font-size: 5.5vw;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: #343a40;
}

.perfil-noticia .supercontenedor .container .main-article .news-body p strong,
.perfil-noticia .supercontenedor .container .main-article .news-body p a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body ul strong,
.perfil-noticia .supercontenedor .container .main-article .news-body ul a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body ol strong,
.perfil-noticia .supercontenedor .container .main-article .news-body ol a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body li strong,
.perfil-noticia .supercontenedor .container .main-article .news-body li a strong {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.perfil-noticia .supercontenedor .container .main-article .news-body p a,
.perfil-noticia .supercontenedor .container .main-article .news-body p a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body p strong a,
.perfil-noticia .supercontenedor .container .main-article .news-body ul a,
.perfil-noticia .supercontenedor .container .main-article .news-body ul a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body ul strong a,
.perfil-noticia .supercontenedor .container .main-article .news-body ol a,
.perfil-noticia .supercontenedor .container .main-article .news-body ol a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body ol strong a,
.perfil-noticia .supercontenedor .container .main-article .news-body li a,
.perfil-noticia .supercontenedor .container .main-article .news-body li a strong,
.perfil-noticia .supercontenedor .container .main-article .news-body li strong a {
  color: #969696;
  text-decoration: underline;
}

.perfil-noticia .supercontenedor .container .main-article .news-body ul li {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0 0 0.5em 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body ul li:before {
  content: "\F111";
  display: inline-block;
  font-size: .5rem;
  font-family: 'Font Awesome 5 Free';
  color: #557c9c;
  margin: 0 10px 0 -16px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.perfil-noticia .supercontenedor .container .main-article .news-body p,
.perfil-noticia .supercontenedor .container .main-article .news-body ul,
.perfil-noticia .supercontenedor .container .main-article .news-body ol {
  margin: 0 0 .5em 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body h2 {
  line-height: 1em;
  margin: 20px 0 14px 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body figure img {
  height: auto;
}

.perfil-noticia .supercontenedor .container .main-article .news-body u {
  text-decoration: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor {
  color: #343a40;
  margin-bottom: 2px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor a {
  color: #343a40;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor a:hover {
  color: #171717;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor p.autor-about {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .fecha-autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .fecha {
  font-size: .8rem;
  font-size: 4vw;
  font-weight: 400;
  color: #999;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  margin-bottom: 5px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing {
  margin-bottom: 24px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing h4 {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing ul li {
  margin: 0 20px 0 0;
  width: 20px;
  height: 20px;
  padding: 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing ul li a img {
  height: 20px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing ul li:before {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota figure {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 1px solid #557c9c;
  overflow: hidden;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group h5 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 1.1rem;
  font-size: 6vw;
  font-weight: 600;
  color: #343a40;
  margin: 0 0 5px 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group h5 a {
  color: #343a40;
  text-decoration: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group h5 a:hover {
  background: transparent;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group p {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 3px 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 1em;
  font-size: 1rem;
  font-size: 5vw;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li .redsocial {
  padding: 0 0 0 5px;
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li a {
  color: #666;
  border-bottom: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li a:hover {
  color: #171717;
  background: transparent;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li:before {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota.arriba {
  border-bottom: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .tags {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .tags label {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body p.destacadoNota {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  padding: 10px 20px;
  margin: 30px 0;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  line-height: 1.1em;
  color: #c51111;
  position: relative;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
}

.perfil-noticia .supercontenedor .container .main-article .news-body p.destacadoNota a {
  color: #c51111;
  text-decoration: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body p.destacadoNota:before {
  content: "";
  height: 3px;
  background: #171717;
  display: block;
  position: absolute;
  top: -3px;
  left: 36%;
  right: 36%;
  margin: 0 auto;
}

.perfil-noticia .supercontenedor .container .main-article .news-body p.destacadoNota:after {
  content: "";
  height: 3px;
  background: #171717;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 36%;
  right: 36%;
  margin: 0 auto;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content > p:first-of-type:first-letter {
  font-size: 3.5em;
  float: left;
  display: block;
  margin: 14px 4px 0 0;
  color: #555;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas {
  width: 100%;
  border-top: 1px solid #d4d4d4;
  margin-top: 20px;
  padding-top: 10px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas h6 {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 600;
  font-size: 1.2rem;
  font-size: 5vw;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new {
  width: 100%;
  border-top: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-top: 10px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new figure.related-img {
  width: 35%;
  float: left;
  margin: 0 10px 0 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new h5 {
  font-size: 1rem;
  font-size: 4.7vw;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new h5 a {
  color: #171717;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada {
  width: 100%;
  margin: 40px 0;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4;
  position: relative;
  background: white;
  -webkit-box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada a figure {
  width: 80px;
  float: left;
  margin: 0 10px 0 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada a figure img {
  width: 100%;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada a h6 {
  color: #171717;
  font-weight: normal;
  text-transform: uppercase;
  font-size: .75rem;
  font-size: 3.5vw;
  margin: 0 0 2px 0;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada a h5 {
  color: #171717;
  font-size: 1rem;
  font-size: 5vw;
  line-height: 1em;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags {
  display: block;
  border-top: 1px solid #d4d4d4;
  margin-top: 30px;
  margin-bottom: 20px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 0;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: .85rem;
  font-size: 4vw;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags ul li a {
  color: #343a40;
  text-decoration: none;
  background: #f1f1f1;
  padding: 3px .5em;
  border-radius: 3px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags ul li:before {
  content: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags h4 {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags label {
  display: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .previous_news h4 {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: .9rem;
  font-size: 4.5vw;
  font-weight: 600;
  color: #171717;
  text-transform: uppercase;
  padding: 20px 0 5px 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li {
  font-weight: 500;
  font-size: 1rem;
  font-size: 5vw;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  margin-left: 8px;
  line-height: 1.05em;
  margin-bottom: 10px;
  position: relative;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F531";
  font-size: 10px;
  color: #343a40;
  position: absolute;
  left: 10px;
  top: 2px;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li a {
  color: #171717;
  text-decoration: none;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li a:hover {
  text-decoration: none;
  color: #557c9c;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .galeria-imagenes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .galeria-imagenes h3 {
  width: 100%;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .galeria-imagenes a {
  width: 32%;
  margin-right: 1%;
  display: block;
}

.perfil-noticia .supercontenedor .container .main-article .news-body .galeria-imagenes a img {
  width: 100%;
}

.perfil-noticia .float-button {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #557c9c;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: none;
}

.perfil-noticia .float-button i {
  line-height: 60px;
  font-size: 30px;
}

.botones-redes {
  height: 100%;
  width: 100%;
  text-align: center;
}

.botones-redes .boton-redes-sociales {
  top: 12em;
  margin-right: .5em;
  margin-left: auto;
  z-index: 99;
  background: transparent;
  width: 50px;
  min-height: 50px;
  background: white;
  border-radius: 25px;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}

.botones-redes .boton-redes-sociales a {
  line-height: 50px;
}

.botones-redes .boton-redes-sociales div {
  margin: 0 !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 50px;
}

.botones-redes .boton-redes-sociales div a {
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: transparent !important;
}

.botones-redes .boton-redes-sociales div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.botones-redes .boton-redes-sociales div ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.2rem !important;
}

.botones-redes .boton-redes-sociales div ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.botones-redes .boton-redes-sociales .btn-primary {
  background-color: transparent !important;
  color: #343a40 !important;
  border: none !important;
}

.botones-redes .boton-redes-sociales .btn-primary a {
  border: none !important;
}

.botones-redes .boton-redes-sociales .btn-primary:active,
.botones-redes .boton-redes-sociales .btn-primary:hover,
.botones-redes .boton-redes-sociales .btn-primary:focus {
  background-color: transparent !important;
  border: none !important;
}

@media (min-width: 768px) {
  .botones-redes {
    display: none;
  }
}

.mas-en-perfil {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mas-en-perfil .mas-en-perfil-titulo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  text-transform: uppercase;
  padding: 20px 010px 0;
  border-bottom: 1px solid #343a40;
}

.mas-en-perfil .mas-en-perfil-titulo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mas-en-perfil .mas-en-perfil-titulo a .img-mas-en-perfil {
  margin-left: 10px;
  width: auto;
  height: 24px;
}

.sitio-externo {
  width: 48%;
  padding-top: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: ease .3s;
  transition: ease .3s;
  margin: 10px 0;
}

.sitio-externo a figure {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  margin: 0 0 5px 0;
}

.sitio-externo a figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin-top: -56.25%;
}

.sitio-externo a h2 {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-size: 1rem;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 0 10px;
  color: #313133;
  padding-bottom: 15px;
}

.sitio-externo a:hover {
  text-decoration: none;
}

.sitio-externo .logo-revista {
  height: 25px;
  width: 100%;
  margin: 0;
  display: block;/images/
  background-image: url("/img/revistas.png");
  background-repeat: no-repeat;
}

.sitio-externo.marieclaire {
  background-color: white;
}

.sitio-externo.marieclaire .logo-revista {
  background-position: 14px -9px;
}

.sitio-externo.rouge {
  background-color: #17191b;
}

.sitio-externo.rouge a h2 {
  color: white;
}

.sitio-externo.rouge .logo-revista {
  background-position: 10px -97px;
}

.sitio-externo.noticias {
  background-color: #4db2ec;
}

.sitio-externo.noticias .logo-revista {
  background-position: 10px -66px;
}

.sitio-externo.caras {
  background-color: #dc3545;
}

.sitio-externo.caras a h2 {
  color: white;
}

.sitio-externo.caras .logo-revista {
  background-position: 10px -38px;
}

.sitio-externo.exitoina {
  background-color: white;
}

.sitio-externo.exitoina .logo-revista {
  background-position: 10px -162px;
}

.sitio-externo.hombre {
  background-color: white;
}

.sitio-externo.hombre .logo-revista {
  background-position: 10px -290px;
}

.sitio-externo.weekend {
  background-color: #424242;
}

.sitio-externo.weekend .logo-revista {
  background-position: 10px -253px;
}

.sitio-externo.weekend a h2 {
  color: #ebba0e;
}

.sitio-externo.parabrisas {
  background-color: #ff0002;
}

.sitio-externo.parabrisas a h2 {
  color: white;
}

.sitio-externo.parabrisas .logo-revista {
  background-position: 10px -130px;
}

.sitio-externo.perfil {
  background-color: white;
}

.sitio-externo.perfil .logo-revista {
  background-position: 10px -188px;
}

.sitio-externo:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

@media (min-width: 576px) {
  .sitio-externo a h2 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1019.98px) {
  .sitio-externo {
    width: 24%;
  }
}

@media (min-width: 1295px) {
  .sitio-externo {
    width: 24%;
  }
}

.supercontenedor h1.seccion-titulo {
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-size: 1.6rem;
  font-size: 7.2vw;
  font-weight: 600;
  color: #171717;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
}

.supercontenedor .contenido.canal .autor-pagina,
.supercontenedor .contenido.autor .autor-pagina {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  margin: 0 10px 20px 10px;
}

.supercontenedor .contenido.canal .autor-pagina figure,
.supercontenedor .contenido.autor .autor-pagina figure {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  margin: 0 20px 0 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: white;
}

.supercontenedor .contenido.canal .autor-pagina figure img,
.supercontenedor .contenido.autor .autor-pagina figure img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.supercontenedor .contenido.canal .autor-pagina .meta-autor,
.supercontenedor .contenido.autor .autor-pagina .meta-autor {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.supercontenedor .contenido.canal .autor-pagina .meta-autor .nombre-autor,
.supercontenedor .contenido.autor .autor-pagina .meta-autor .nombre-autor {
  display: block;
  font-size: 1.2rem;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  font-weight: 500;
  margin: 0 0 5px 0;
  letter-spacing: -0.02em;
}

.supercontenedor .contenido.canal .autor-pagina .meta-autor p.info-autor,
.supercontenedor .contenido.autor .autor-pagina .meta-autor p.info-autor {
  font-size: .75rem;
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #969696;
}

.supercontenedor .contenido.canal .autor-pagina .meta-autor p.info-autor a,
.supercontenedor .contenido.autor .autor-pagina .meta-autor p.info-autor a {
  color: #969696;
}

.supercontenedor .contenido.canal .autor-pagina .meta-autor p.redes-autor,
.supercontenedor .contenido.autor .autor-pagina .meta-autor p.redes-autor {
  margin: 0;
}

.supercontenedor .contenido.canal .autor-pagina .meta-autor p.redes-autor a,
.supercontenedor .contenido.autor .autor-pagina .meta-autor p.redes-autor a {
  display: inline-block;
  color: #969696;
  font-size: 1.3rem;
  margin: 5px 15px 0 0;
}

.supercontenedor .contenido.canal .autor-pagina .meta-autor p.redes-autor a:hover,
.supercontenedor .contenido.autor .autor-pagina .meta-autor p.redes-autor a:hover {
  color: #555;
}

.supercontenedor .contenido.canal .cuatro-notas .articulo,
.supercontenedor .contenido.autor .cuatro-notas .articulo {
  margin-bottom: 25px;
}

.supercontenedor .contenido.canal .cuatro-notas .articulo .meta-content a h2,
.supercontenedor .contenido.autor .cuatro-notas .articulo .meta-content a h2 {
  letter-spacing: -0.02em;
  font-size: 1.6rem;
  font-size: 7.2vw;
}

.supercontenedor .contenido.canal .cuatro-notas .articulo .meta-content a p.date-time,
.supercontenedor .contenido.autor .cuatro-notas .articulo .meta-content a p.date-time {
  font-family: "Roboto", Helvetica, Arial, Sans-serif;
  font-weight: normal;
  font-size: .8rem;
  font-size: 3vw;
  text-transform: uppercase;
  color: #555;
  margin: 10px 0 0 0;
}

.supercontenedor.reperfilar h1 {
  display: none;
}

.supercontenedor.reperfilar .reperfilar-main-content {
  background: #171717;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo {
  padding-top: 6px;
  border-top: 1px solid #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo figure {
  width: 35%;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content {
  padding: 0 10px 0 0;
  width: 62%;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content a .hat {
  display: none;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content a h2 {
  color: white;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content a .date-time {
  display: none;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content .firma-home {
  color: white;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content .firma-home a {
  color: white;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo:first-of-type {
  padding-top: none;
  display: block;
  border-top: none;
  padding-top: none;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo:first-of-type figure {
  width: 100%;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo:first-of-type .meta-content {
  width: 100%;
  padding: 5px 10px;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo:first-of-type .meta-content h2 {
  font-size: 1.4rem;
  font-size: 7vw;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .embed-responsive .embed-responsive-item,
.supercontenedor.reperfilar .reperfilar-main-content .articulo .embed-responsive embed,
.supercontenedor.reperfilar .reperfilar-main-content .articulo .embed-responsive iframe,
.supercontenedor.reperfilar .reperfilar-main-content .articulo .embed-responsive object,
.supercontenedor.reperfilar .reperfilar-main-content .articulo .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.supercontenedor.reperfilar .reperfilar-main-content .articulo .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.header-reperfilar {
  background: #4285f4;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

.header-reperfilar .reperfilar-menu {
  position: relative;
  width: 100px;
  display: block;
}

.header-reperfilar .reperfilar-menu .secciones .menu-secciones-barras {
  display: inline-block;
  width: 25px;
  font-family: "Crimson Pro", "Times New Roman", Times, Georgia, serif;
  cursor: pointer;
  color: white;
}

.header-reperfilar .reperfilar-menu .secciones .menu-secciones-barras .barra {
  width: 25px;
  height: 1px;
  display: block;
  background: white;
  margin: 6px 0;
}

.header-reperfilar .reperfilar-menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  background: #4285f4;
  position: absolute;
  top: 25px;
  width: 120px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  height: 0;
  overflow: hidden;
}

.header-reperfilar .reperfilar-menu ul li {
  font-size: 1rem;
}

.header-reperfilar .reperfilar-menu ul li a {
  color: white;
}

@media (min-width: 576px) {
  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .meta-content a h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .supercontenedor.reperfilar .reperfilar-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo {
    width: 47%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo figure {
    width: 100%;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content {
    width: 100%;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content h2 {
    font-size: 1.3rem;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) {
    width: 100%;
  }
}

@media (min-width: 1020px) {
  .supercontenedor.reperfilar .reperfilar-main-content {
    padding: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo {
    width: 24%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content {
    padding-top: 5px;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content a h2 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.02em;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .videoContainer,
  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) figure {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .embed-responsive-16by9 {
    padding-bottom: 37%;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .meta-content {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    padding: 0;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .meta-content a h2 {
    font-size: 1.8rem;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .meta-content a p.headline {
    display: block;
    color: white;
    margin: 10px 0;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:hover figure img {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1295px) {
  .supercontenedor.reperfilar .reperfilar-main-content {
    display: grid;
    grid-template-areas: 'big smallone'
 'big smalltwo'
 'big smallthree'
 'big smallfour';
    grid-template-columns: 5fr 2fr;
    grid-column-gap: 20px;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo figure {
    width: 28%;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content {
    width: 70%;
    padding: 0;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo .meta-content .firma-home {
    border-top: 1px solid #343a40;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) {
    grid-area: big;
    background: #343a40;
    padding: 5px;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) figure,
  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .videoContainer {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding-bottom: 39.3%;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .meta-content {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .meta-content a p.headline {
    display: block;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(1) .meta-content .firma-home {
    border-top: 1px solid #555;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(2) {
    grid-area: smallone;
    border-top: none;
    padding-top: 0;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(3) {
    grid-area: smalltwo;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(4) {
    grid-area: smallthree;
  }

  .supercontenedor.reperfilar .reperfilar-main-content .articulo:nth-child(5) {
    grid-area: smallfour;
  }
}

.sticky-social {
  left: 0;
  position: fixed;
  top: 150px;
}

.sticky-social a {
  background: #333;
  color: #fff;
  display: block;
  height: 35px;
  font: 16px "Open Sans", sans-serif;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}

.sticky-social a span {
  line-height: 35px;
  left: -120px;
  position: absolute;
  text-align: center;
  width: 120px;
}

.sticky-social a:hover span {
  left: 100%;
}

.sticky-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-social a[class*="facebook"],
.sticky-social a[class*="facebook"]:hover,
.sticky-social a[class*="facebook"] span {
  background: #4868AD;
}

.sticky-social a[class*="twitter"],
.sticky-social a[class*="twitter"]:hover,
.sticky-social a[class*="twitter"] span {
  background: #4295DA;
}

.sticky-social a[class*="gplus"],
.sticky-social a[class*="gplus"]:hover,
.sticky-social a[class*="gplus"] span {
  background: #D95040;
}

.sticky-social a[class*="linkedin"],
.sticky-social a[class*="linkedin"]:hover,
.sticky-social a[class*="linkedin"] span {
  background: #007bb6;
}

.sticky-social a[class*="instagrem"],
.sticky-social a[class*="instagrem"]:hover,
.sticky-social a[class*="instagrem"] span {
  background: #C73F7A;
}

.sticky-social a[class*="pinterest"],
.sticky-social a[class*="pinterest"]:hover,
.sticky-social a[class*="pinterest"] span {
  background: #cc2127;
}

.sticky-social a[class*="flickr"],
.sticky-social a[class*="flickr"]:hover,
.sticky-social a[class*="flickr"] span {
  background: #ff0084;
}

.sticky-social a[class*="tumblr"],
.sticky-social a[class*="tumblr"]:hover,
.sticky-social a[class*="tumblr"] span {
  background: #32506d;
}

.sticky-social a[class*="whatsapp"],
.sticky-social a[class*="whatsapp"]:hover,
.sticky-social a[class*="whatsapp"] span {
  background: #25D366;
}

.social-sharing .btn-share {
  border-radius: 100%;
  height: 55px;
  width: 55px;
  background-color: transparent !important;
  background-image: none !important;
  font-size: 24px;
}

.social-sharing .btn-share-facebook {
  color: #4868AD !important;
  border: 2px solid #4868AD;
}

.social-sharing .btn-share-twitter {
  color: #4295DA !important;
  border: 2px solid #4295DA;
}

.social-sharing .btn-share-google {
  color: #D95040 !important;
  border: 2px solid #D95040;
}

.social-sharing .btn-share-whatsapp {
  color: #25D366 !important;
  border: 2px solid #25D366;
}

.social-sharing .btn-share-pinterest {
  color: #cc2127 !important;
  border: 2px solid #cc2127;
}

.social-sharing a[class*="facebook"],
.social-sharing a[class*="facebook"]:hover,
.social-sharing a[class*="facebook"] span {
  background: #4868AD;
}

.social-sharing a[class*="twitter"],
.social-sharing a[class*="twitter"]:hover,
.social-sharing a[class*="twitter"] span {
  background: #4295DA;
}

.social-sharing a[class*="gplus"],
.social-sharing a[class*="gplus"]:hover,
.social-sharing a[class*="gplus"] span {
  background: #D95040;
}

.social-sharing a[class*="linkedin"],
.social-sharing a[class*="linkedin"]:hover,
.social-sharing a[class*="linkedin"] span {
  background: #007bb6;
}

.social-sharing a[class*="instagrem"],
.social-sharing a[class*="instagrem"]:hover,
.social-sharing a[class*="instagrem"] span {
  background: #C73F7A;
}

.social-sharing a[class*="pinterest"],
.social-sharing a[class*="pinterest"]:hover,
.social-sharing a[class*="pinterest"] span {
  background: #cc2127;
}

.social-sharing a[class*="flickr"],
.social-sharing a[class*="flickr"]:hover,
.social-sharing a[class*="flickr"] span {
  background: #ff0084;
}

.social-sharing a[class*="tumblr"],
.social-sharing a[class*="tumblr"]:hover,
.social-sharing a[class*="tumblr"] span {
  background: #32506d;
}

.social-sharing a[class*="whatsapp"],
.social-sharing a[class*="whatsapp"]:hover,
.social-sharing a[class*="whatsapp"] span {
  background: #25D366;
}

/* banners */

.down-md {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .down-md {
    display: none;
  }
}

.up-xl.only-md {
  display: none;
  margin: 20px auto;
  width: 728px;
}

@media (min-width: 768px) and (max-width: 1019.98px) {
  .up-xl.only-md {
    display: block;
  }
}

@media (min-width: 1295px) {
  .up-xl.only-md {
    display: block;
  }
}

.up-md {
  display: none;
}

@media (min-width: 768px) {
  .up-md {
    display: block;
  }
}

.ads-sidebar {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 1019.98px) {
  .ads-sidebar {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
  }
}

.ads-up-xl {
  display: none;
}

@media (min-width: 1295px) {
  .ads-up-xl {
    display: block;
  }
}

@media (min-width: 1360px) {
  .contenido.canal .cuatro-notas:nth-child(even) .down-md.up-xl {
    display: block;
    width: 300px;
    grid-area: tl;
    border-bottom: none;
  }
}

.pf-test article {
  border: 1px solid red;
  min-height: 200px;
}

@media (min-width: 576px) {
  .supercontenedor {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .supercontenedor {
    max-width: 720px;
  }
}

@media (min-width: 1020px) {
  .supercontenedor {
    max-width: 960px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .supercontenedor .sidebar {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 0 20px;
    padding: 0;
  }

  .supercontenedor .sidebar .content-sidebar {
    width: 300px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: -webkit-sticky;
    position: sticky;
    bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .supercontenedor .contenido {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media (min-width: 1295px) {
  .supercontenedor {
    max-width: 1140px;
  }

  .supercontenedor .sidebar {
    margin: 0 0 0 25px;
  }
}

@media (min-width: 1360px) {
  .supercontenedor {
    max-width: 1260px;
  }
}

@media (min-width: 576px) {
  .contenedor-general .destacada {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contenedor-general .destacada .articulo {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }

  .contenedor-general .destacada .articulo .meta-content a span.hat {
    display: block;
  }

  .contenedor-general .destacada .articulo .meta-content a h2 {
    font-size: 1.4rem;
  }

  .contenedor-general .destacada .articulo.nota-2 {
    display: block;
    border-top: none;
    padding-top: 0;
  }

  .contenedor-general .destacada .articulo.nota-2 .meta-content {
    padding: 5px 0;
  }

  .contenedor-general .destacada .articulo.nota-2 .meta-content span.hat {
    display: block;
  }

  .contenedor-general .destacada .articulo.nota-2 .meta-content h2 {
    font-size: 1.4rem;
  }

  .contenedor-general .destacada .articulo.nota-0 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .contenedor-general .destacada .articulo.nota-0 .meta-content a {
    width: auto;
  }

  .contenedor-general .destacada .articulo.nota-0 .meta-content a h2 {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .contenedor-general .destacada {
    max-width: 100%;
    display: grid;
    grid-template-areas: 'a a b'
 'a a c'
 'd d d';
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }

  .contenedor-general .destacada .articulo.nota-0 {
    grid-area: a;
  }

  .contenedor-general .destacada .articulo.nota-1 {
    grid-area: b;
    margin-bottom: 20px;
  }

  .contenedor-general .destacada .articulo.nota-1 figure {
    display: none;
  }

  .contenedor-general .destacada .articulo.nota-1 .meta-content {
    padding-top: 0;
  }

  .contenedor-general .destacada .articulo.nota-2 {
    grid-area: c;
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    border-bottom: 1px solid #d4d4d4;
  }

  .contenedor-general .destacada .only-md {
    grid-area: d;
  }
}

@media (min-width: 1020px) {
  .contenedor-general {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contenedor-general .destacada {
    margin-bottom: 20px;
  }

  .contenedor-general .destacada .articulo {
    margin: 0;
  }

  .contenedor-general .destacada .articulo.nota-0 {
    background: white;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
  }

  .contenedor-general .destacada .articulo.nota-0 .meta-content {
    -webkit-transform: translateY(-34px);
            transform: translateY(-34px);
    margin-bottom: -20px;
    padding: 0 15px;
  }

  .contenedor-general .destacada .articulo.nota-0 .meta-content a h2 {
    font-size: 1.8rem;
  }

  .contenedor-general .destacada .articulo.nota-0 .meta-content a span.hat {
    background: #171717;
    color: white;
    display: inline-block;
    padding: 10px 15px;
    font-weight: normal;
    margin-left: -15px;
    margin-bottom: 0;
  }

  .contenedor-general .destacada .articulo.nota-0 figure a .galeria-video {
    left: auto;
    right: 5px;
  }

  .contenedor-general .destacada .articulo.nota-0:hover p.headline {
    display: none;
  }

  .contenedor-general .destacada .nota-1 .meta-content a h2,
  .contenedor-general .destacada .nota-2 .meta-content a h2 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1295px) {
  .contenedor-general .destacada .articulo.nota-0 {
    margin-bottom: 0;
  }

  .contenedor-general .destacada .articulo.nota-0 .meta-content a h2 {
    margin-top: 6px;
  }

  .contenedor-general .destacada .up-xl.only-md {
    grid-area: d;
  }
}

@media (min-width: 1360px) {
  .contenedor-general .destacada {
    grid-template-columns: 1fr 1fr 300px;
    grid-column-gap: 25px;
  }

  .contenedor-general .destacada .articulo.nota-0 .meta-content a h2 {
    font-size: 2.2rem;
  }

  .contenedor-general .destacada .articulo.nota-1 .meta-content a h2,
  .contenedor-general .destacada .articulo.nota-2 .meta-content a h2 {
    font-size: 1.5rem;
  }

  .contenedor-general .destacada .articulo.nota-1 {
    margin-bottom: 20px;
  }

  .contenedor-general .destacada .articulo.nota-1 .meta-content a p.headline {
    display: block;
  }

  .contenedor-general .destacada .articulo.nota-2 {
    padding-top: 25px;
  }
}

@media (min-width: 576px) {
  .supercontenedor h1.seccion-titulo {
    font-size: 1.6rem;
    padding: 0 0 5px 0;
  }

  .supercontenedor .contenido.canal .autor-pagina,
  .supercontenedor .contenido.autor .autor-pagina {
    margin: 0 0 20px 0;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo,
  .supercontenedor .contenido.autor .cuatro-notas .articulo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo figure,
  .supercontenedor .contenido.autor .cuatro-notas .articulo figure {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo .meta-content,
  .supercontenedor .contenido.autor .cuatro-notas .articulo .meta-content {
    -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo .meta-content a h2,
  .supercontenedor .contenido.autor .cuatro-notas .articulo .meta-content a h2 {
    font-size: 1.4rem;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo .meta-content a p.date-time,
  .supercontenedor .contenido.autor .cuatro-notas .articulo .meta-content a p.date-time {
    font-size: .8rem;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo:first-of-type,
  .supercontenedor .contenido.autor .cuatro-notas .articulo:first-of-type {
    display: block;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo:first-of-type .meta-content a h2,
  .supercontenedor .contenido.autor .cuatro-notas .articulo:first-of-type .meta-content a h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1019.98px) {
  .supercontenedor .contenido.canal .cuatro-notas,
  .supercontenedor .contenido.autor .cuatro-notas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo,
  .supercontenedor .contenido.autor .cuatro-notas .articulo {
    display: block;
    width: 48%;
  }

  .supercontenedor .contenido.canal .cuatro-notas .articulo .meta-content a h2,
  .supercontenedor .contenido.autor .cuatro-notas .articulo .meta-content a h2 {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .supercontenedor .contenido.canal .autor-pagina,
  .supercontenedor .contenido.autor .autor-pagina {
    padding: 15px;
  }

  .supercontenedor .contenido.canal .autor-pagina figure,
  .supercontenedor .contenido.autor .autor-pagina figure {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    width: 100px;
    height: 100px;
  }

  .supercontenedor .contenido.canal .autor-pagina figure img,
  .supercontenedor .contenido.autor .autor-pagina figure img {
    height: auto;
  }
}

@media (min-width: 1295px) {
  .supercontenedor .contenido.canal .cuatro-notas:first-of-type,
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd),
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) {
    display: grid;
    grid-template-areas: 'topleft topleft topright'
 'topleft topleft topright'
 'topleft topleft bottomright'
 'bottomleft bottomleft bottomright';
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo,
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo,
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo {
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
    background: white;
    -webkit-transition: ease .4s;
    transition: ease .4s;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:nth-child(1),
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:nth-child(1),
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:nth-child(1),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:nth-child(1) {
    grid-area: topleft;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:nth-child(1) .meta-content,
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:nth-child(1) .meta-content,
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:nth-child(1) .meta-content,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:nth-child(1) .meta-content {
    padding: 10px;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:nth-child(2),
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:nth-child(2),
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:nth-child(2),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: bottomleft;
    padding: 10px;
    position: relative;
    margin: 0 0 45px 0;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:nth-child(2):after,
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:nth-child(2):after,
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:nth-child(2):after,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:nth-child(2):after {
    content: ' ';
    height: 2px;
    background: #555;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:nth-child(3),
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:nth-child(3),
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:nth-child(3),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:nth-child(3) {
    grid-area: topright;
    padding: 10px;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:nth-child(4),
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:nth-child(4),
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:nth-child(4),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:nth-child(4) {
    grid-area: bottomright;
    padding: 10px;
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:hover,
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:hover,
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:hover,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }

  .supercontenedor .contenido.canal .cuatro-notas:first-of-type .articulo:hover figure a img,
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(odd) .articulo:hover figure a img,
  .supercontenedor .contenido.autor .cuatro-notas:first-of-type .articulo:hover figure a img,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(odd) .articulo:hover figure a img {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-transform: none;
            transform: none;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo {
    display: block;
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo .meta-content a h2,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo .meta-content a h2 {
    font-size: 1.1rem;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:hover figure a img,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:hover figure a img {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1360px) {
  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) {
    display: grid;
    grid-template-areas: 'tl tl tm tm tr tr'
 'bl bl bl br br br';
    grid-column-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .down-ml.up-xl,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .down-ml.up-xl {
    grid-area: tl;
    width: 100%;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo .meta-content a h2,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo .meta-content a h2 {
    font-size: 1.3rem;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(1),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(1) {
    width: 100%;
    grid-area: tm;
    border-bottom: 1px solid #d4d4d4;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(1) .meta-content a h2,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(1) .meta-content a h2 {
    font-size: 1.4rem;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(2),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(2) {
    grid-area: tr;
    background: #171717;
    padding: 10px;
    width: 100%;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content a h2,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content a h2 {
    color: white;
    font-family: "Oswald", Helvetica, Arial, Sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.1em;
    margin-top: 5px;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content a p,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content a p {
    color: white;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content .firma-home,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content .firma-home {
    color: white;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content .firma-home a,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(2) .meta-content .firma-home a {
    color: white;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(3),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(3) {
    grid-area: bl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(3) .meta-content,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(3) .meta-content {
    padding: 0;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(3) .meta-content .hat,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(3) .meta-content .hat {
    display: none;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(4),
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(4) {
    grid-area: br;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(4) .meta-content,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(4) .meta-content {
    padding: 0;
  }

  .supercontenedor .contenido.canal .cuatro-notas:nth-child(even) .articulo:nth-child(4) .meta-content .hat,
  .supercontenedor .contenido.autor .cuatro-notas:nth-child(even) .articulo:nth-child(4) .meta-content .hat {
    display: none;
  }
}

@media (min-width: 576px) {
  .perfil-noticia .supercontenedor .articulo-header {
    width: 100%;
    padding: 10px 0;
  }

  .perfil-noticia .supercontenedor .articulo-header .hat {
    font-size: 0.9rem;
  }

  .perfil-noticia .supercontenedor .articulo-header .hat a {
    display: inline-block;
  }

  .perfil-noticia .supercontenedor .articulo-header .hat span.volanta:before {
    content: "";
    display: block;
    height: 1em;
    width: 1px;
    background: #d4d4d4;
    margin: 0 7px;
    display: inline-block;
  }

  .perfil-noticia .supercontenedor .articulo-header h1 {
    font-size: 2.4rem;
  }

  .perfil-noticia .supercontenedor .articulo-header h2 {
    font-size: 1.42rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body {
    display: grid;
    grid-template-areas: 'headerleft headerright'
 'main main'
 'bottom bottom';
    padding: 0;
    margin-top: 20px;
    font-size: 1.35rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body p,
  .perfil-noticia .supercontenedor .container .main-article .news-body ul,
  .perfil-noticia .supercontenedor .container .main-article .news-body ol,
  .perfil-noticia .supercontenedor .container .main-article .news-body li {
    font-size: 1.42rem;
    line-height: 1.4em;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing {
    grid-area: headerright;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing ul li:last-of-type {
    margin-right: 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group h5 {
    font-size: 1.1rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group p {
    font-size: .8rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li {
    font-size: .7rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .autor-nota .autor-nota-group ul li a .redsocial {
    display: block;
    text-transform: uppercase;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .fecha-autor {
    grid-area: headerleft;
    padding-top: 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .fecha-autor .fecha {
    font-size: 0.85rem;
    margin-bottom: 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content {
    grid-area: main;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d4d4d4;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada a figure {
    width: 100px;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada a h6 {
    font-size: .75rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .media.noticia-relacionada a h5 {
    font-size: 1.2rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas h6 {
    font-size: 1.2rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new {
    width: 48%;
    border-top: none;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new figure.related-img {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new h5 {
    font-size: 1.2rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags ul li {
    font-size: .85rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news {
    grid-area: bottom;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news h4 {
    font-size: .9rem;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li {
    font-size: 1.2rem;
  }

  .perfil-noticia .supercontenedor .container .main-article figure figcaption {
    font-size: .85rem;
    padding: 5px 0;
  }

  .perfil-noticia .supercontenedor .container .main-article figure img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .perfil-noticia .supercontenedor .articulo-header h1 {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }

  .perfil-noticia .supercontenedor .container .main-article figure.figure.btn-open-gallery .figure-caption {
    position: relative;
    background: transparent;
    color: #171717;
    padding: 5px 0;
    border-bottom: 1px solid #d4d4d4;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body {
    padding: 0 50px;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content strong a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content a strong {
    color: #171717;
    -webkit-box-shadow: inset 0 -2px 0 #557c9c;
            box-shadow: inset 0 -2px 0 #557c9c;
    -webkit-transition: ease .2s;
    transition: ease .2s;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content strong a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content a strong:hover {
    -webkit-box-shadow: inset 0 -23px 0 #b9dfff;
            box-shadow: inset 0 -23px 0 #b9dfff;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ul,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ol,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content li {
    line-height: 1.4em;
    color: #343a40;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p strong a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p a strong,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ul a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ul strong a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ul a strong,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ol a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ol strong a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ol a strong,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content li a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content li strong a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content li a strong {
    color: #171717;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 #4295da;
            box-shadow: inset 0 -2px 0 #4295da;
    -webkit-transition: ease .2s;
    transition: ease .2s;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p strong a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p a strong:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ul a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ul strong a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ul a strong:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ol a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ol strong a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content ol a strong:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content li a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content li strong a:hover,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content li a strong:hover {
    -webkit-box-shadow: inset 0 -23px 0 #b9dfff;
            box-shadow: inset 0 -23px 0 #b9dfff;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p.destacadoNota a,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p.destacadoNota a strong,
  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p.destacadoNota strong a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .social-topsharing {
    position: -webkit-sticky;
    position: sticky;
    top: 2.4em;
    height: 0;
    overflow: visible;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .social-topsharing ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90px;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .social-topsharing ul li.whatsapp {
    display: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .social-topsharing ul li {
    padding-left: 0;
    font-size: 20px;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .social-topsharing ul li a {
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    color: #343a40;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .social-topsharing ul li a:hover {
    background: transparent;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas h6 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new h5 a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .noticias-relacionadas .related-news .related-new h5 a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags ul li a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags ul li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .galeria-imagenes a {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .galeria-imagenes a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 1020px) {
  .perfil-noticia .supercontenedor .articulo-header {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
  }

  .perfil-noticia .supercontenedor .articulo-header h1 {
    font-size: 4rem;
    margin-bottom: 20px;
  }

  .perfil-noticia .supercontenedor .articulo-header h2 {
    font-size: 1.6rem;
  }

  .perfil-noticia .supercontenedor .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .perfil-noticia .supercontenedor .container .main-article {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body {
    padding: 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body figure {
    margin-top: 0;
  }

  .perfil-noticia .supercontenedor .container .sidebar {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
    margin: 0 0 0 25px;
  }
}

@media (min-width: 1295px) {
  .perfil-noticia .supercontenedor .container {
    max-width: 1260px;
  }

  .perfil-noticia .supercontenedor .container .main-article {
    padding-right: 20px;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body {
    grid-column-gap: 50px;
    grid-template-areas: 'sidebartop main main'
 'sidebarmiddle main main'
 'sidebarbottom main main'
 'sidebarunder main main';
    padding: 20px 50px 0 0;
    margin: 0;
    grid-template-rows: auto auto auto 100%;
    grid-template-columns: 26% auto auto;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .fecha-autor {
    grid-area: sidebartop;
    -ms-flex-item-align: start;
        align-self: start;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .fecha-autor .autor p.autor-about {
    font-size: .8rem;
    font-family: "Roboto", Helvetica, Arial, Sans-serif;
    font-weight: normal;
    color: #343a40;
    line-height: 1.1em;
    margin: 5px 0 20px 0;
    display: block;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .tags {
    padding: 20px 0;
    display: block;
    grid-area: sidebarmiddle;
    -ms-flex-item-align: start;
        align-self: start;
    border-bottom: 1px solid #d4d4d4;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .tags h4 {
    display: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .tags ul li {
    font-family: "Roboto", Helvetica, Arial, Sans-serif;
    font-size: .8rem;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .tags ul li a {
    color: #343a40;
    text-decoration: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .tags ul li a:hover {
    text-decoration: underline;
    color: #171717;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .tags ul li:before {
    content: '\F0DA';
    color: #343a40;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing {
    -ms-flex-item-align: start;
        align-self: start;
    grid-area: sidebarbottom;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 3;
    position: -webkit-sticky;
    position: sticky;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #d4d4d4;
    top: 0;
    background: white;
    -webkit-box-shadow: 0 8px 7px -6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 7px -6px rgba(0, 0, 0, 0.2);
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .social-topsharing ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news {
    grid-area: sidebarunder;
    padding: 0 20px 0 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news h4 {
    font-size: 1rem;
    margin-top: 20px;
    border-bottom: 1px solid #343a40;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul {
    list-style: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li {
    font-size: 1.12rem;
    padding: 0;
    margin: 10px 0 0 0;
    line-height: 1.15em;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li a {
    color: #343a40;
    text-decoration: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li a:hover {
    color: #171717;
    text-decoration: underline;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .previous_news ul li:before {
    display: none;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content {
    border-top: none;
    grid-area: main;
    padding-top: 0;
    margin-top: 0;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content p.destacadoNota {
    margin: 30px 20%;
    padding: 40px 50px;
  }

  .perfil-noticia .supercontenedor .container .main-article .news-body .news-content .tags {
    display: none;
  }
}

