@charset 'UTF-8';
/*!
 *
 * Proyecto: ABC Digital
 * Fecha: Septiembre 2018 - Junio 2019
 * Autor: Jose Mario Sosa @ Proyectos Digitales ABC Color
 *
*/
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  height: 100%;
}
* {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
*:active,
*:focus,
*:hover {
  outline: 0 !important;
}
a,
a:hover {
  color: #282828;
  text-decoration: none;
}
mark,
.highlight {
  background-color: #ffe500;
}
::-moz-selection {
  /* Code for Firefox */
  color: #282828;
  background: #ffe500;
}
::selection {
  color: #282828;
  background: #ffe500;
}
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .7em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  border: 1px solid transparent;
  outline: 0 !important;
}
.btn.btn-primary {
  background-color: #ffe500;
  color: #282828;
  border: 1px solid transparent;
  font-weight: bold;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #e6ce00 !important;
  color: #282828 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-secondary {
  background-color: #282828;
  color: #ffffff;
  border: 1px solid transparent;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-alternative {
  background-color: transparent;
  color: #282828;
  border: 1px solid #f4f4f4;
}
.btn.btn-alternative:hover,
.btn.btn-alternative:focus,
.btn.btn-alternative:active {
  background-color: #f4f4f4 !important;
  color: #282828 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn.btn-sm {
  font-size: .55em;
}
.light-gray-bg {
  background-color: #e5e5e5;
}
.yellow-bg {
  background-color: #ffe500;
}
.black-bg {
  background-color: #0f0f0f;
}
.small-data {
  font-size: .7em;
}
iframe {
  border: 0;
  padding: 0;
}
.social-links .social-link {
  display: inline-block;
  padding: 5px 8px;
  margin-left: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social-links .social-link i {
  font-size: 1.3em;
}
.social-links .social-link span {
  position: relative;
  top: -3px;
  font-weight: 900;
  font-size: .8em;
}
.share-options .share-option {
  display: inline-block;
  padding: 5px 18px;
  background-color: #f4f4f4;
  color: #ffffff;
  text-decoration: none;
  margin-left: -4px;
  text-align: center;
  width: 60px;
}
.share-options .share-option.fb {
  background-color: #3b5998;
}
.share-options .share-option.tw {
  background-color: #1da1f2;
}
.share-options .share-option.wa {
  background-color: #25d366;
}
.share-options .share-option.em {
  background-color: #282828;
  color: #e5e5e5;
}
.share-options .share-option.lk {
  background-color: #f4f4f4;
  color: #282828;
}
.share-options .share-option i {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.share-options .share-option:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.comments-widget {
  padding: 0 20px;
  margin-top: 5px;
  width: 600px;
}
.print-edition-cover-big img {
  max-width: 100%;
  height: auto;
}
.most-read-category .section-news .section-wrapper {
  padding-top: 0;
}
.featured-title {
  margin: 0 0 15px;
}
.featured-title h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Lato", Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
.featured-button {
  margin: 25px 0;
}
.widget-container iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
.fb_iframe_widget {
  padding: 0 !important;
}
.media-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.media-container::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.media-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.movies-listing-wrapper .scrollable-list-mobile {
  position: relative;
  margin: 15px 0;
}
.movies-listing-wrapper .scrollable-list-mobile::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
.movies-listing-wrapper .scrollable-list-mobile .article-list {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.schedule-scroll-wrapper .scrollable-list-mobile {
  position: relative;
  margin: 15px 0;
}
.schedule-scroll-wrapper .scrollable-list-mobile::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
.schedule-scroll-wrapper .scrollable-list-mobile .article-list {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.badge-appstore {
  background-image: url(../images/badge-appstore.svg?d=722);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 135px;
  height: 45px;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 5px;
}
.badge-appstore.medium-badge {
  width: 180px;
  height: 60px;
}
.badge-appstore.big-badge {
  width: 240px;
  height: 80px;
}
.badge-playstore {
  background-image: url(../images/badge-playstore.svg?d=722);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 152px;
  height: 45px;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 5px;
}
.badge-playstore.medium-badge {
  width: 202px;
  height: 60px;
}
.badge-playstore.big-badge {
  width: 270px;
  height: 80px;
}
.logo-miabc {
  display: inline-block;
  position: relative;
  background-image: url(../images/logo-miabc.svg?d=722);
  background-size: cover;
  width: 200px;
  height: 60px;
  text-indent: -9999px;
  margin-top: 3px;
  margin-left: -2px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.scrollable-content-horizontal {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-backface-visibility: hidden;
  padding-bottom: 25px;
}
.main-slider-section {
  margin-bottom: 20px;
}
@-webkit-keyframes yellowBoxShadowPulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-box-shadow: 0 5px 25px rgba(255, 229, 0, 0.2);
            box-shadow: 0 5px 25px rgba(255, 229, 0, 0.2);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
    -webkit-box-shadow: 0 5px 25px rgba(255, 229, 0, 0.8);
            box-shadow: 0 5px 25px rgba(255, 229, 0, 0.8);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-box-shadow: 0 5px 25px rgba(255, 229, 0, 0.2);
            box-shadow: 0 5px 25px rgba(255, 229, 0, 0.2);
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 42%;
  display: block;
  width: 20px;
  height: 55px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 25px;
}
[dir='rtl'] .slick-prev {
  right: 25px;
  left: auto;
}
.slick-prev:before {
  content: "\f104";
}
[dir='rtl'] .slick-prev:before {
  content: "\f105";
}
.slick-next {
  right: 25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 25px;
}
.slick-next:before {
  content: "\f105";
}
[dir='rtl'] .slick-next:before {
  content: "\f104";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 1;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .55;
  color: black;
}
/*!
 * 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;
  }
}
header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  color: #282828;
  position: relative;
}
header .container {
  position: relative;
}
header .main-header {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
}
header .main-header .logo-wrapper {
  float: left;
  margin-left: 10px;
}
header .main-header .logo-wrapper .logo-abc {
  display: inline-block;
  position: relative;
  background-image: url(../images/logo-abc.svg?d=722);
  background-size: cover;
  width: 104px;
  height: 63px;
  padding: 6px;
  text-indent: -9999px;
  z-index: 999;
}
header .main-header .date {
  float: left;
  text-transform: uppercase;
  padding-left: 15px;
  padding-top: 14px;
}
header .main-header .date .local-date {
  font-size: .7em;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: -2px;
}
header .main-header .date .last-update {
  font-size: .55em;
  letter-spacing: 1px;
  display: block;
}
header .main-header .date .abc-este-link {
  display: inline-block;
  position: relative;
  background-image: url(../images/logo-abc-eneleste.svg?d=722);
  background-size: cover;
  width: 110px;
  height: 17px;
  text-indent: -9999px;
  margin-top: 3px;
  margin-left: -2px;
}
header .main-header .header-right {
  float: right;
}
header .main-header .now-on-air {
  float: left;
  width: 280px;
  text-transform: uppercase;
  position: relative;
  top: 12px;
  margin-right: 8px;
}
header .main-header .now-on-air .tv-icon,
header .main-header .now-on-air .radio-icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 25px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 30px;
  position: relative;
  top: 7px;
}
header .main-header .now-on-air .tv-icon {
  background-image: url(../images/dot_tv.svg?d=722);
  width: 30px;
}
header .main-header .now-on-air .radio-icon.fm {
  background-image: url(../images/dot_fm.svg?d=722);
  width: 80px;
}
header .main-header .now-on-air .radio-icon.am {
  background-image: url(../images/dot_am.svg?d=722);
  width: 80px;
}
header .main-header .now-on-air .program-name {
  font-weight: bold;
  font-size: .8em;
  overflow: hidden;
  width: 180px;
  height: 15px;
  line-height: 150%;
  margin-top: 8px;
  position: relative;
}
header .main-header .now-on-air .program-name span {
  position: absolute;
  white-space: nowrap;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 2;
}
header .main-header .now-on-air .program-name:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
header .main-header .now-on-air .media-name {
  font-size: .55em;
  letter-spacing: 0px;
  padding-top: 2px;
}
header .main-header .now-weather {
  float: left;
  width: 110px;
  text-transform: uppercase;
  position: relative;
  top: 12px;
  margin-right: 8px;
}
header .main-header .now-weather .weather-icon {
  margin-right: 2px;
  float: left;
  position: relative;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
header .main-header .now-weather .degree-amount {
  font-weight: bold;
  font-size: .8em;
  line-height: 100%;
  margin-top: 8px;
}
header .main-header .now-weather .status {
  font-size: .55em;
  letter-spacing: 1px;
}
header .main-header .now-currency {
  float: left;
  width: 130px;
  text-transform: uppercase;
  position: relative;
  top: 12px;
  margin-right: 0;
}
header .main-header .now-currency .currency-icon {
  display: block;
  background-color: #282828;
  -webkit-mask-image: url(../images/icon-currency.svg?d=722);
          mask-image: url(../images/icon-currency.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 25px;
  height: 25px;
  padding: 6px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 7px;
}
header .main-header .now-currency .amount-exchange {
  font-weight: bold;
  font-size: .8em;
  line-height: 100%;
  margin-top: 8px;
}
header .main-header .now-currency .currency-name {
  font-size: .55em;
  letter-spacing: 1px;
}
header .main-header .on-air-slider,
header .main-header .weather-mini-slider,
header .main-header .currency-mini-slider {
  height: 45px;
  overflow: hidden;
}
header .main-header .on-air-slider .slide,
header .main-header .weather-mini-slider .slide,
header .main-header .currency-mini-slider .slide {
  height: 40px;
  position: relative;
  overflow: hidden;
}
header .main-header .on-air-slider .slide:after,
header .main-header .weather-mini-slider .slide:after,
header .main-header .currency-mini-slider .slide:after {
  display: block;
  clear: both;
  content: "";
}
header .main-header .on-air-slider .slide .sponsor-slider,
header .main-header .weather-mini-slider .slide .sponsor-slider,
header .main-header .currency-mini-slider .slide .sponsor-slider {
  padding-top: 5px;
}
header .main-header .on-air-slider .slide .slide-link,
header .main-header .weather-mini-slider .slide .slide-link,
header .main-header .currency-mini-slider .slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-decoration: none;
  text-indent: -9999px;
}
header .main-header .social-links {
  float: left;
  position: relative;
  top: 17px;
  margin-right: 20px;
}
header .main-header .social-links .social-link {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  margin-left: 3px;
  line-height: 100%;
  margin-top: 1.5px;
}
header .main-header .social-links .social-link i {
  font-size: 1.2em;
}
header .main-header .menu-trigger {
  float: right;
  position: relative;
  top: 20px;
  right: 5px;
  z-index: 999;
  background-color: #ffffff;
}
header .main-header .miabc-user-options {
  float: right;
  position: relative;
  top: 10px;
  padding: 0 20px 0 10px;
  z-index: 34;
}
header .main-header .miabc-user-options .user-button {
  display: none;
}
header .main-header .miabc-user-options .user-button .user-avatar {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-config.svg?d=722);
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  text-align: left;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: 10px;
}
header .main-header .miabc-user-options .user-button .user-avatar-dropdown {
  margin-top: 10px;
  border-radius: 8px;
  border-color: transparent;
  -webkit-box-shadow: 0 12px 16px -10px rgba(0, 0, 0, 0.3), 0 -4px 16px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 16px -10px rgba(0, 0, 0, 0.3), 0 -4px 16px -10px rgba(0, 0, 0, 0.2);
}
header .main-header .miabc-user-options .login-buttons {
  display: block;
  padding-top: 9px;
}
header .main-header .miabc-user-options.logged-in {
  top: 15px;
}
header .main-header .miabc-user-options.logged-in .login-buttons {
  display: none;
}
header .main-header .miabc-user-options.logged-in .user-button {
  display: block;
}
header .main-menu {
  position: relative;
}
header .main-menu .main-menu-wrapper {
  width: 75.555555%;
  position: relative;
}
header .main-menu .main-menu-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
header .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-right: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header .main-menu ul::-webkit-scrollbar {
  display: none;
}
header .main-menu ul li {
  display: inline-block;
}
header .main-menu ul li a {
  display: inline-block;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  font-size: .7em;
  letter-spacing: 1px;
  color: #282828;
  text-decoration: none;
  padding: 12px 8px;
  text-transform: uppercase;
  position: relative;
}
header .main-menu ul li a span {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header .main-menu ul li a::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 10%;
  background-color: #ffe500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header .main-menu ul li a:hover::after {
  width: 100%;
}
header .main-menu ul li a.active::after {
  width: 100%;
}
header .main-menu .access-multimedios {
  position: absolute;
  top: 5px;
  right: 45px;
  display: block;
  z-index: 9;
}
header .main-menu .access-multimedios a {
  text-indent: -9999px;
  text-decoration: none;
}
header .main-menu .access-multimedios a i {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 25px;
  display: inline-block;
}
header .main-menu .access-multimedios a i.logo-tv {
  background-image: url(../images/dot_tv.svg?d=722);
  width: 30px;
}
header .main-menu .access-multimedios a i.logo-fm {
  background-image: url(../images/dot_fm.svg?d=722);
  width: 80px;
}
header .main-menu .access-multimedios a i.logo-am {
  background-image: url(../images/dot_am.svg?d=722);
  width: 80px;
}
header .main-menu .search-trigger {
  position: absolute;
  top: 5px;
  right: 4px;
  display: block;
}
header .menu-trigger {
  float: right;
  position: relative;
  top: 20px;
  right: 5px;
}
header .menu-trigger .menu-trigger-btn {
  display: inline-block;
  background-color: #282828;
  -webkit-mask-image: url(../images/icon-menu.svg?d=722);
          mask-image: url(../images/icon-menu.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 25px;
  height: 25px;
  padding: 6px;
  text-indent: -9999px;
}
header .menu-trigger .menu-trigger-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header .menu-trigger .menu-trigger-btn.close {
  -webkit-mask-image: url(../images/icon-close.svg?d=722);
          mask-image: url(../images/icon-close.svg?d=722);
  opacity: 1;
}
header .search-trigger {
  float: right;
  position: relative;
  top: 20px;
  right: 20px;
  display: none;
}
header .search-trigger .search-trigger-btn {
  display: inline-block;
  background-color: #282828;
  -webkit-mask-image: url(../images/icon-search.svg?d=722);
          mask-image: url(../images/icon-search.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 26px;
  height: 26px;
  padding: 6px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header .search-trigger .search-trigger-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header .header-widgets-trigger {
  float: right;
  position: relative;
  top: 20px;
  right: 35px;
  display: none;
}
header .header-widgets-trigger .header-widgets-trigger-btn {
  display: inline-block;
  background-color: #282828;
  -webkit-mask-image: url(../images/icon-header-widgets.svg?d=722);
          mask-image: url(../images/icon-header-widgets.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 32px;
  height: 30px;
  padding: 6px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header .header-widgets-trigger .header-widgets-trigger-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header.open-megamenu {
  z-index: 9999;
}
header.open-megamenu .container {
  position: initial;
}
header.mini-header,
header.mini-header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header.mini-header.open-megamenu,
header.mini-header-section.open-megamenu {
  z-index: 9999;
}
header.mini-header.open-megamenu .container,
header.mini-header-section.open-megamenu .container {
  position: initial;
}
header.mini-header.open-megamenu .main-header .logo-wrapper,
header.mini-header-section.open-megamenu .main-header .logo-wrapper {
  margin-left: 10px;
}
header.mini-header.open-megamenu .main-header .logo-wrapper .logo-abc,
header.mini-header-section.open-megamenu .main-header .logo-wrapper .logo-abc {
  width: 103px;
  height: 62px;
  background-image: url(../images/logo-abc.svg?d=722);
  background-color: transparent;
  -webkit-mask-image: none;
          mask-image: none;
}
header.mini-header.open-megamenu .main-header .menu-trigger,
header.mini-header-section.open-megamenu .main-header .menu-trigger {
  top: 18px;
}
header.mini-header.open-megamenu .main-menu,
header.mini-header-section.open-megamenu .main-menu {
  display: none;
}
header.mini-header .container,
header.mini-header-section .container {
  position: relative;
}
header.mini-header .main-header,
header.mini-header-section .main-header {
  border-bottom: 0px;
}
header.mini-header .main-header .date,
header.mini-header-section .main-header .date,
header.mini-header .main-header .now-on-air,
header.mini-header-section .main-header .now-on-air,
header.mini-header .main-header .now-weather,
header.mini-header-section .main-header .now-weather,
header.mini-header .main-header .now-currency,
header.mini-header-section .main-header .now-currency,
header.mini-header .main-header .social-links,
header.mini-header-section .main-header .social-links {
  display: none;
}
header.mini-header .main-header .logo-wrapper,
header.mini-header-section .main-header .logo-wrapper {
  margin-left: 0;
}
header.mini-header .main-header .logo-wrapper .logo-abc,
header.mini-header-section .main-header .logo-wrapper .logo-abc {
  width: 75px;
  height: 45px;
  margin: 0;
}
header.mini-header .main-header .miabc-user-options,
header.mini-header-section .main-header .miabc-user-options {
  top: -2px;
}
header.mini-header .main-header .miabc-user-options.logged-in,
header.mini-header-section .main-header .miabc-user-options.logged-in {
  top: 4px;
}
header.mini-header .main-header .menu-trigger,
header.mini-header-section .main-header .menu-trigger {
  top: 8px;
}
header.mini-header .main-menu,
header.mini-header-section .main-menu {
  position: absolute;
  top: 15px;
  left: 95px;
  width: 86%;
}
header.mini-header .main-menu::before,
header.mini-header-section .main-menu::before {
  right: 0;
}
header.mini-header .main-menu .search-trigger,
header.mini-header-section .main-menu .search-trigger {
  display: none;
}
header.mini-header .main-menu .access-multimedios,
header.mini-header-section .main-menu .access-multimedios {
  right: 88px;
  top: 3px;
}
header.mini-header .main-menu .access-multimedios a i,
header.mini-header-section .main-menu .access-multimedios a i {
  height: 20px;
}
header.mini-header .main-menu .access-multimedios a i.logo-tv,
header.mini-header-section .main-menu .access-multimedios a i.logo-tv {
  width: 36px;
}
header.mini-header .main-menu .main-menu-wrapper,
header.mini-header-section .main-menu .main-menu-wrapper {
  width: 66%;
}
header.mini-header .main-menu ul li a,
header.mini-header-section .main-menu ul li a {
  font-size: .7em;
  letter-spacing: 0;
  padding: 4px 6px;
  position: relative;
}
header.mini-header-section {
  position: relative;
  opacity: .3;
}
header.mini-header-section .main-header .logo-wrapper {
  margin-left: 0;
}
header.mini-header-section .main-header .logo-wrapper .logo-abc {
  width: 66px;
  height: 22px;
  background-image: none;
  background-color: #282828;
  -webkit-mask-image: url(../images/abc.svg?d=722);
          mask-image: url(../images/abc.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin: 8px 0 8px;
}
header.mini-header-section:hover {
  opacity: 1;
}
header.mini-header-section.open-megamenu {
  position: fixed;
  opacity: 1;
}
header.mini-header-section.open-megamenu .main-header .logo-wrapper .logo-abc {
  background-color: transparent;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}
.header-placeholder {
  width: 100%;
  height: 120px;
  display: none;
}
.header-placeholder.visible {
  display: block;
}
header .megamenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 998;
  min-height: 100vh;
}
header .megamenu .heading-megamenu {
  padding: 15px;
  height: 80px;
}
header .megamenu .content-megamenu {
  overflow: auto;
}
header .megamenu .content-megamenu .col-menu {
  float: left;
  width: 40%;
  height: 100%;
}
header .megamenu .content-megamenu .col-services {
  float: right;
  width: 60%;
  height: 100%;
}
header .megamenu .content-megamenu .search-box-container {
  display: none;
  padding-top: 30px;
  height: 86vh;
  overflow-x: hidden;
  overflow-y: auto;
}
header .megamenu .content-megamenu .search-box-container .trending-topics-now {
  padding: 30px;
}
header .megamenu .content-megamenu .menu-extended-wrapper {
  margin-top: 25px;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  /* Custom CSS Styles */
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul,
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li,
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul {
  position: relative;
  z-index: 597;
  float: left;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li.hover,
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul li {
  float: none;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul ul {
  top: -2px;
  right: 0;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li:hover > ul {
  visibility: visible;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
  top: 1px;
  left: 99%;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li {
  float: none;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
  margin-top: -2px;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul li {
  font-weight: normal;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended {
  width: 200px;
  zoom: 1;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended:before {
  content: '';
  display: block;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended:after {
  content: '';
  display: table;
  clear: both;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended a,
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended .subtitle {
  display: block;
  padding: 12px 8px;
  color: #282828;
  font-weight: 900;
  font-size: .8em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul {
  width: 200px;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li {
  border-bottom: 1px solid #f4f4f4;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
  width: 200px;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li > a {
  color: #282828;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li > a:hover {
  color: #282828;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li.active a,
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li:hover {
  background: #f4f4f4;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li a:hover,
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li:hover a {
  background: #f4f4f4;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended li {
  position: relative;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 15px;
  margin-top: -6px;
  display: inline-block;
  background-color: #282828;
  -webkit-mask-image: url(../images/icon-arrow-right-2.svg?d=722);
          mask-image: url(../images/icon-arrow-right-2.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 15px;
  height: 15px;
  padding: 6px;
  text-indent: -9999px;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
  background-color: #f4f4f4;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul a {
  font-size: .65em;
  color: #282828;
  padding: 8px 5px 8px 20px;
  font-weight: normal;
  line-height: 120%;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul a:hover {
  color: #282828;
  background-color: #e5e5e5;
}
header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul li:hover > a {
  color: #282828;
}
header .megamenu .content-megamenu .widget-megamenu {
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  margin: 10px 0;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner {
  padding: 25px;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ffe500;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .col-left {
  float: left;
  width: 60%;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .col-right {
  float: left;
  width: 40%;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .logo-sponsor {
  float: right;
  text-align: right;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .logo-sponsor img {
  max-width: 100%;
  height: auto;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .logo-sponsor a {
  text-decoration: none;
}
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
header .megamenu .content-megamenu .weather-extended {
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
header .megamenu .content-megamenu .weather-extended .widget-heading .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .megamenu .content-megamenu .weather-extended .widget-heading .weather-icon {
  display: inline-block;
}
header .megamenu .content-megamenu .weather-extended .widget-heading .degree-amount {
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  padding-left: 5px;
}
header .megamenu .content-megamenu .weather-extended .widget-heading .status {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .8em;
  font-weight: bold;
  display: inline-block;
  padding-left: 15px;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather {
  float: left;
  width: 16.66666%;
  text-align: center;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .day {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .7em;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .weather-icon {
  margin: 10px auto;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .forecast {
  width: 75%;
  margin: 0 auto;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .forecast .col-min,
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .forecast .col-max {
  width: 50%;
  float: left;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .forecast .col-min .tag,
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .forecast .col-max .tag {
  text-transform: uppercase;
  font-size: .7em;
  opacity: .7;
}
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .forecast .col-min .degree,
header .megamenu .content-megamenu .weather-extended .widget-content .weather-forecast-list .item-weather .forecast .col-max .degree {
  font-weight: bold;
  font-size: 1em;
}
header .megamenu .content-megamenu .exchange-extended {
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
header .megamenu .content-megamenu .exchange-extended .widget-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .megamenu .content-megamenu .exchange-extended .widget-heading .widget-title {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 3px;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency {
  float: left;
  width: 16.66666%;
  text-transform: uppercase;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .currency-name {
  letter-spacing: 2px;
  font-size: .8em;
  position: relative;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .currency-name .icon-currency {
  float: left;
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  margin-left: -2px;
  margin-right: 5px;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .exchange {
  margin-top: 8px;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .exchange .col-min,
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .exchange .col-max {
  width: 100%;
  margin-bottom: 5px;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .exchange .col-min .tag,
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .exchange .col-max .tag {
  text-transform: uppercase;
  font-size: .5em;
  opacity: .7;
  letter-spacing: 1px;
}
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .exchange .col-min .amount,
header .megamenu .content-megamenu .exchange-extended .widget-content .currency-exchange-list .item-currency .exchange .col-max .amount {
  font-weight: bold;
  font-size: 1em;
}
header.only-search .megamenu .content-megamenu .col-services,
header.only-search .megamenu .content-megamenu .col-menu {
  display: none !important;
}
header.only-search .megamenu .content-megamenu .search-box-container {
  display: block;
}
.article-wrapper {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  line-height: 150%;
  position: relative;
}
.article-wrapper .article-heading {
  width: 600px;
  margin: 25px auto;
}
.article-wrapper .article-heading .category {
  text-transform: uppercase;
  color: #282828;
  font-size: .7em;
  letter-spacing: 2px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-wrapper .article-heading .category a {
  position: relative;
}
.article-wrapper .article-heading .category a span {
  position: relative;
  z-index: 2;
}
.article-wrapper .article-heading .category a::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-wrapper .article-heading .category a:hover::after {
  width: 100%;
}
.article-wrapper .article-heading .article-subtitle h3 {
  text-transform: uppercase;
  color: #282828;
  font-size: .6em;
  letter-spacing: 2px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
}
.article-wrapper .article-heading .article-title {
  margin-bottom: 20px;
}
.article-wrapper .article-heading .article-title h1 {
  color: #282828;
  font-size: 2.3em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
}
.article-wrapper .article-heading .article-intro {
  margin-bottom: 25px;
}
.article-wrapper .article-heading .article-intro p {
  font-size: 1.1em;
}
.article-wrapper .article-heading .article-heading-bottom {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
}
.article-wrapper .article-heading .article-heading-bottom:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ffe500;
  position: absolute;
  top: 0;
  left: 0;
}
.article-wrapper .article-heading .article-heading-bottom .article-meta {
  float: left;
  width: 50%;
  font-size: .7em;
  line-height: 130%;
  letter-spacing: 1px;
}
.article-wrapper .article-heading .article-heading-bottom .article-meta .article-author {
  padding-top: 5px;
  font-weight: bold;
}
.article-wrapper .article-heading .article-heading-bottom .article-meta .article-author a {
  position: relative;
}
.article-wrapper .article-heading .article-heading-bottom .article-meta .article-author a span {
  position: relative;
  z-index: 2;
}
.article-wrapper .article-heading .article-heading-bottom .article-meta .article-author a::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-wrapper .article-heading .article-heading-bottom .article-meta .article-author a:hover::after {
  width: 100%;
}
.article-wrapper .article-heading .article-heading-bottom .article-share-options {
  float: left;
  width: 50%;
  text-align: right;
}
.article-wrapper .article-main-media {
  width: 770px;
  margin: 20px auto 0;
}
.article-wrapper figure {
  margin: 0;
  background-color: #f4f4f4;
}
.article-wrapper figure img {
  margin: 0 auto;
  height: auto;
}
.article-wrapper figure figcaption {
  background-color: #f4f4f4;
  margin: 0;
  padding: 10px 15px;
  line-height: 120%;
  text-align: left;
}
.article-wrapper figure figcaption .caption {
  font-size: .8em;
  display: block;
  margin-bottom: 5px;
}
.article-wrapper figure figcaption .caption-author {
  font-size: .7em;
  display: block;
  opacity: .7;
  font-style: italic;
}
.article-wrapper .article-content {
  padding-top: 15px;
}
.article-wrapper .article-content blockquote,
.article-wrapper .article-content .width-article,
.article-wrapper .article-content .article-embed iframe {
  display: block;
  width: 600px;
  margin: 20px auto;
}
.article-wrapper .article-content .width-article iframe,
.article-wrapper .article-content .width-article embed {
  max-width: 100%;
}
.article-wrapper .article-content .ad-wrapper iframe {
  margin: 0 auto;
}
.article-wrapper .article-content blockquote.quote-text {
  text-align: left;
  display: block;
  width: 600px;
  margin: 20px auto;
  border-left: 8px solid #ffe500;
  padding-left: 15px;
}
.article-wrapper .article-content blockquote.quote-text p {
  font-size: 1.7em;
  font-weight: bold;
  font-style: italic;
  line-height: 120%;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.article-wrapper .article-content blockquote.quote-text cite {
  display: block;
  margin: 10px auto;
  opacity: .7;
}
.article-wrapper .article-content p,
.article-wrapper .article-content ul,
.article-wrapper .article-content ol,
.article-wrapper .article-content dl,
.article-wrapper .article-content table {
  margin: 0 auto 25px;
  font-size: 1.1em;
  width: 600px;
}
.article-wrapper .article-content figure {
  width: 770px;
  margin: 20px auto 25px;
}
.article-wrapper .article-content img {
  max-width: 770px;
  height: auto;
}
.article-wrapper .article-content h1,
.article-wrapper .article-content h2,
.article-wrapper .article-content h3,
.article-wrapper .article-content h4,
.article-wrapper .article-content h5 {
  margin: 0 auto 25px;
  width: 600px;
  font-weight: bold;
}
.article-wrapper .article-content a {
  position: relative;
  color: #0f0f0f;
  background-color: #ffe500;
  /*
      &::after {
        content: "";
        z-index: 1;
        display: block;
        position:absolute;
        bottom: 3px;
        left: 0;
        width: 100%;
        height: 30%;
        background-color: @yellow;
        transition: .2s ease-in-out;
      }

      &:hover {
        &::after {
          bottom: 0;
          height: 100%;
        }
      }
      */
}
.article-wrapper .article-content a span {
  position: relative;
  z-index: 2;
}
.article-wrapper .article-content a:hover {
  background-color: rgba(255, 229, 0, 0.5);
}
.article-wrapper .article-content .ad-wrapper {
  margin-bottom: 25px;
}
.article-wrapper .article-tags {
  width: 100%;
  border-top: 2px solid #f4f4f4;
  padding-top: 10px;
  width: 600px;
  margin: 25px auto;
}
.article-wrapper .article-tags .tag-list {
  list-style: none;
  font-size: .8em;
  position: relative;
}
.article-wrapper .article-tags .tag-list:before {
  content: "";
  display: inline-block;
  background-color: #757575;
  -webkit-mask-image: url(../images/icon-tag.svg?d=722);
          mask-image: url(../images/icon-tag.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 25px;
  height: 25px;
  padding: 6px;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  left: 0px;
}
.article-wrapper .article-tags .tag-list li {
  display: inline-block;
}
.article-wrapper .article-tags .tag-list li a {
  font-family: "Lato", Arial, sans-serif;
  font-style: italic;
  color: #757575;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
}
.article-wrapper .article-tags .tag-list li a span {
  position: relative;
  z-index: 2;
}
.article-wrapper .article-tags .tag-list li a::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-wrapper .article-tags .tag-list li a:hover::after {
  width: 100%;
}
.article-wrapper .recommended-video {
  padding: 20px 0;
  margin: 30px auto;
  width: 600px;
  border-top: 2px solid #757575;
  border-bottom: 2px solid #ffe500;
}
.article-wrapper .recommended-video .recommended-video-title {
  padding-bottom: 20px;
}
.article-wrapper .recommended-video .recommended-video-title h4 {
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: .8em;
  margin: 0;
}
.article-wrapper .recommended-video .recommended-video-title h4::before {
  content: "";
  background-color: #ffe500;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.article-wrapper .most-read-articles.show-two-articles .article-list .item-article {
  display: none;
}
.article-wrapper .most-read-articles.show-two-articles .article-list .item-article:nth-child(1),
.article-wrapper .most-read-articles.show-two-articles .article-list .item-article:nth-child(2) {
  display: block;
}
.article-wrapper .most-read-articles-wrapper {
  position: relative;
}
.article-wrapper .column-sticky-right {
  width: 200px;
  float: right;
  position: absolute;
  right: -50px;
  top: 0px;
  z-index: 7;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.article-wrapper .column-sticky-right .section-wrapper {
  padding: 0;
}
.article-wrapper .column-sticky-right .article-list.column-items .item-article {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.article-wrapper .column-sticky-right .article-list.column-items .item-article .article-photo img {
  max-width: 100%;
  height: auto;
}
.article-wrapper .column-sticky-right .article-list.column-items .item-article:last-child {
  border-bottom: 0;
}
.article-wrapper.section-gallery-article-wrapper {
  padding-top: 25px;
}
.article-wrapper.section-gallery-article-wrapper .article-heading {
  margin-top: 0;
}
.article-wrapper.full-width-media .article-main-media {
  width: 100%;
  max-width: 1920px;
  margin: 20px auto 0;
}
.article-wrapper.full-width-media figure {
  width: 100%;
  height: auto;
  max-width: 1920px;
}
.article-wrapper.full-width-media figure img {
  width: 100%;
  max-width: 1920px;
  height: auto;
}
footer {
  background-color: #ffffff;
  color: #282828;
  font-size: .8em;
  padding: 0 0 20px;
}
footer .two-cols-footer-blocks {
  margin-top: 0px;
  background-image: url(../images/footer-blocks-bg.jpg?d=722);
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}
footer .two-cols-footer-blocks .block-inner {
  padding: 30px;
}
footer .two-cols-footer-blocks .block-promo-image {
  text-align: center;
}
footer .two-cols-footer-blocks .block-promo-image img {
  max-width: 100%;
  height: auto;
}
footer .two-cols-footer-blocks .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
footer .two-cols-footer-blocks .section-title::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffe500;
  bottom: -10px;
  height: 3px;
  width: 55px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
footer .two-cols-footer-blocks .section-title h1 {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}
footer .two-cols-footer-blocks .section-title p {
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .block-newsletter {
  background-color: #f4f4f4;
  position: relative;
}
footer .block-newsletter .block-inner {
  padding-right: 50px;
}
footer .block-newsletter .form-container {
  width: 90%;
  margin: 0 auto;
}
footer .block-app-campaign {
  background-color: #ffe500;
}
footer .block-app-campaign .section-title::after {
  background-color: #282828;
}
footer .block-app-campaign .block-inner {
  padding-left: 50px;
}
footer .block-app-campaign .badge-buttons {
  text-align: center;
  margin: 15px 0;
}
footer .block-app-campaign .disclaimer {
  font-size: .6em;
  text-align: center;
}
footer .submenu-footer {
  text-align: center;
  padding: 30px 0;
  margin: 20px 0;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}
footer .submenu-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .submenu-footer ul li {
  display: inline-block;
  padding: 0px 4px;
}
footer .submenu-footer ul li a {
  color: #282828;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 12px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
footer .submenu-footer ul li a:hover {
  border-bottom-color: #ffe500;
}
footer .footer-bottom .footer-logo {
  display: block;
  float: left;
}
footer .footer-bottom .footer-logo .logo {
  display: inline-block;
  background-color: #282828;
  -webkit-mask-image: url(../images/abc.svg?d=722);
          mask-image: url(../images/abc.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 91px;
  height: 30px;
  text-indent: -9999px;
  margin: 10px auto;
}
footer .footer-bottom .footer-text {
  float: left;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer .footer-bottom .footer-text p {
  margin: 0;
  padding: 0;
}
footer .footer-bottom .social-links {
  float: right;
  text-align: right;
  margin-top: 10px;
  font-size: 1.3em;
}
.search-form-wrapper {
  padding: 35px 0;
}
.search-form-wrapper .search-form {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.search-form-wrapper .search-form .search-input {
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 0;
  padding: 12px 22px;
  width: 100%;
  outline: 0;
}
.search-form-wrapper .search-form .search-btn {
  display: inline-block;
  background-color: #282828;
  -webkit-mask-image: url(../images/icon-search.svg?d=722);
          mask-image: url(../images/icon-search.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  padding: 6px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 12px;
  right: 15px;
}
.search-form-wrapper .search-form .search-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.search-form-wrapper .search-form .btn-advanced-search-toggle {
  opacity: .7;
  cursor: pointer;
  font-size: .7em;
  text-align: right;
  padding: 10px 0;
  display: block;
  padding-right: 20px;
}
.search-form-wrapper .search-form .btn-advanced-search-toggle .fa-angle-down {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.search-form-wrapper .search-form .btn-advanced-search-toggle.collapsed .fa-angle-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.search-form-wrapper .search-form .date-selector {
  position: relative;
}
.search-form-wrapper .search-form .date-selector .fa {
  position: absolute;
  top: 12px;
  left: 12px;
}
.search-form-wrapper .search-form .date-selector .form-control {
  padding-left: 40px !important;
}
.search-form-wrapper .search-form .advanced-search-options label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .7em;
  letter-spacing: 1px;
}
.search-form-wrapper .search-form .advanced-search-options .form-control {
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 0;
  padding: 6px 22px;
  outline: 0;
}
.search-form-wrapper .search-form .advanced-search-options.collapsed .fa-angle-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.search-form-wrapper .search-form .collapse-content {
  border-bottom: 4px solid transparent;
  padding: 15px 0 30px 0;
}
.search-form-wrapper .search-form .collapse-content.show {
  border-bottom-color: #ffe500;
}
.section-news .search-form-wrapper .search-form {
  width: 100%;
}
.trending-topics-now {
  padding: 35px 0;
}
.trending-topics-now .heading-trending-now span {
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 2px;
  font-weight: bold;
}
.trending-topics-now .heading-trending-now .icon-trending {
  background-image: url(../images/icon-trending.svg?d=722);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.trending-topics-now ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  line-height: 250%;
}
.trending-topics-now ul li {
  position: relative;
  display: inline-block;
}
.trending-topics-now ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffe500;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}
.trending-topics-now ul li a {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
  padding: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.trending-topics-now ul li a:hover {
  opacity: .7;
}
.article-list-wrapper {
  width: 100%;
}
.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-list.videos-list .item-article .article-photo {
  position: relative;
  overflow: visible;
}
.article-list.videos-list .item-article .article-photo::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.article-list.videos-list .item-article .article-photo::after {
  position: absolute;
  top: 80.55555%;
  left: 5px;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-play-yellow.svg?d=722);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-list.videos-list .item-article .article-photo img {
  border-radius: 8px;
}
.article-list.article-slider-wrapper {
  display: block;
  -ms-flex-wrap: none;
      flex-wrap: none;
}
.article-list.audios-list .item-article .article-photo {
  display: none;
}
.article-list.audios-list .item-article .article-info {
  position: relative;
  padding-left: 45px;
}
.article-list.audios-list .item-article .article-info::after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  top: 10px;
  left: 0;
  background-image: url(../images/icon-play-red.svg?d=722);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.article-list.audios-list[class^='cards'] .item-article,
.article-list.audios-list[class*=' cards'] .item-article {
  background-image: url(../images/waves.svg?d=722);
  background-position: center 20%;
  background-size: 250%;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 16px -10px rgba(40, 40, 40, 0.25);
          box-shadow: 0px 5px 16px -10px rgba(40, 40, 40, 0.25);
  margin-right: 10px;
  min-height: 250px;
  position: relative;
}
.article-list.audios-list[class^='cards'] .item-article:hover,
.article-list.audios-list[class*=' cards'] .item-article:hover {
  background-position: 40% 20%;
}
.article-list.audios-list[class^='cards'] .item-article .article-info,
.article-list.audios-list[class*=' cards'] .item-article .article-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-left: 0;
}
.article-list.audios-list[class^='cards'] .item-article .article-info::after,
.article-list.audios-list[class*=' cards'] .item-article .article-info::after {
  top: -30px;
}
.article-list.audios-list.cards-yellow .item-article {
  background-color: #ffe500;
}
.article-list.podcast-list .item-article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article-list.vertical-cover.small-cover .item-article .article-photo {
  width: 85px;
  height: 125px;
}
.article-list.movies-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list.movies-listing.small-items .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
}
.article-list.movies-listing.small-items .item-article .article-photo {
  width: 170px;
  height: 250px;
}
.article-list.bigphoto-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list.bigphoto-listing.small-items .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.article-list.bigphoto-listing.small-items .item-article .article-photo {
  width: 200px;
  height: 320px;
}
.article-list.bigphoto-listing .item-article .article-photo img {
  width: 100%;
  height: auto;
}
.article-list.mam-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list.mam-listing .item-article.item-mam {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin: 0 15px 0;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
}
.article-list.mam-listing .item-article.item-mam iframe {
  display: block;
}
.article-list.mam-listing .item-article.item-mam:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.article-list.tv-shows-listing {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.article-list.tv-shows-listing .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  height: auto;
  position: relative;
  margin: 10px 10px 0 0;
}
.article-list.tv-shows-listing .item-article .article-photo {
  width: 100%;
}
.article-list.tv-shows-listing .item-article .article-photo img {
  width: 100%;
}
.article-list.tv-shows-listing .item-article .article-info .article-title {
  color: #757575;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
}
.article-list.tv-shows-listing .item-article .article-info .article-time {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: normal;
}
.article-list.tv-shows-listing .item-article .article-info .article-hour {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}
.article-list.am-shows-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list.am-shows-listing.small-items .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.article-list.am-shows-listing.small-items .item-article .article-photo {
  width: 225px;
  height: 127px;
  border-bottom: 3px solid #0f0f0f;
  border-radius: 0px;
}
.article-list.am-shows-listing.small-items .item-article .article-info .article-title {
  color: #282828;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
}
.article-list.fm-shows-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list.fm-shows-listing.small-items .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.article-list.fm-shows-listing.small-items .item-article .article-photo {
  position: relative;
  width: 215px;
  height: 215px;
  background-color: transparent;
  margin: 0 auto;
}
.article-list.fm-shows-listing.small-items .item-article .article-photo .host-container {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #ff1473;
  background-color: #00d8cb;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.article-list.fm-shows-listing.small-items .item-article .article-photo .host-container img {
  max-width: auto;
  height: 100%;
  position: relative;
  left: -10%;
  top: 4%;
}
.article-list.fm-shows-listing.small-items .item-article .article-photo .host-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 5px solid #ffffff;
}
.article-list.fm-shows-listing.small-items .item-article .article-photo .shape {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #ff1473;
  position: absolute;
  bottom: 5%;
  left: 4%;
}
.article-list.fm-shows-listing.small-items .item-article .article-info {
  text-align: center;
}
.article-list.fm-shows-listing.small-items .item-article .article-info .article-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
}
.article-list.fm-shows-listing.small-items .item-article .article-info .article-hosts {
  font-style: normal;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-01 .article-photo .host-container {
  border: 5px solid #ffe500;
  background-color: #2d1342;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-01 .article-photo .shape {
  background-color: #ff1473;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-02 .article-photo .host-container {
  border: 5px solid #481e6a;
  background-color: #ffe500;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-02 .article-photo .shape {
  background-color: #ffe500;
  left: initial;
  bottom: initial;
  top: 4%;
  right: 3%;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-03 .article-photo .host-container {
  border: 5px solid #00d8cb;
  background-color: #00d8cb;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-03 .article-photo .shape {
  background-color: #00d8cb;
  left: initial;
  right: 3%;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-04 .article-photo .host-container {
  border: 5px solid #481e6a;
  background-color: #481e6a;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-04 .article-photo .shape {
  background-color: #481e6a;
  bottom: initial;
  top: 4%;
  left: 4%;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-05 .article-photo .host-container {
  border: 5px solid #ffe500;
  background-color: #ff1473;
}
.article-list.fm-shows-listing.small-items .item-article.color-theme-05 .article-photo .shape {
  background-color: #481e6a;
  left: initial;
  bottom: initial;
  top: 4%;
  right: 3%;
}
.article-list.galeries-list.big-photo .item-article .article-photo {
  width: 340px;
  height: 220px;
}
.article-list.galeries-list.big-photo .item-article .article-photo img {
  width: 100%;
  height: auto;
}
.article-list.article-list-row {
  margin-top: 25px;
  padding-top: 10px;
  margin-bottom: -15px;
}
.article-list.list-border-top {
  border-top: 1px solid #e5e5e5;
}
.article-list.paddedtb {
  padding: 25px 0;
}
.article-list.square-slider .slide .item-article {
  height: 350px;
  width: 350px;
}
.article-list.square-slider .slide .item-article:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.article-list.landscape-slider .slide .item-article {
  height: auto;
  padding-bottom: 55%;
  width: 100%;
}
.article-list.landscape-slider .slide .item-article .article-title {
  font-size: 1.6em;
}
.article-list.landscape-slider .slide .item-article:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.article-list.no-photo.bordered-items .item-article {
  height: 130px;
  overflow: hidden;
  padding: 5px;
}
.article-list.no-photo.bordered-items .item-article:first-child {
  padding-left: 0;
}
.article-list.no-photo.bordered-items .item-article:last-child {
  padding-right: 0;
}
.article-list.no-photo.bordered-items .item-article .article-info {
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  height: 120px;
  border-radius: 8px;
}
.article-list.number-left .item-article .article-number {
  float: left;
  margin-right: 20px;
}
.article-list.number-left .item-article .article-info {
  float: left;
  width: 82%;
}
.article-list.border-bottom-list .item-article {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.article-list.photo-left .item-article .article-photo,
.article-list.photo-left .item-article .author-photo {
  float: left;
  margin-right: 10px;
}
.article-list.photo-left .item-article .article-info {
  float: left;
  width: 60%;
}
.article-list.photo-background {
  margin: 0;
}
.article-list.photo-background .item-article {
  margin: 0;
}
.article-list.photo-background .item-article .article-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.article-list.photo-background .item-article .article-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), #0f0f0f 100%);
  opacity: .5;
}
.article-list.photo-background .item-article .article-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 90%;
  z-index: 3;
  color: #ffffff;
}
.article-list.photo-background .item-article .article-info .article-category {
  color: #ffffff;
}
.article-list.photo-background .item-article .article-info .article-category a {
  color: #ffffff;
}
.article-list.no-photo .item-article .article-photo {
  display: none;
}
.article-list.no-photo .item-article .article-info {
  float: left;
  width: 100%;
}
.article-list.small-items .item-article .article-photo {
  width: 110px;
  height: 70px;
}
.article-list.small-items .item-article .article-info .article-title {
  font-size: 1em;
}
.article-list.medium-items .item-article .article-info .article-title {
  font-size: 1.2em;
}
.article-list.big-item .item-article .article-photo {
  width: 350px;
  height: 225px;
}
.article-list.big-item .item-article .article-info .article-title {
  font-size: 1.5em;
}
.article-list.list-small-photo .item-article {
  border-bottom: 1px solid #e5e5e5;
}
.article-list.list-small-photo .item-article .article-photo {
  margin-right: 15px;
  width: 210px;
  height: 136px;
  border-radius: 12px;
}
.article-list.list-small-photo .item-article .article-photo img {
  max-width: 100%;
  height: auto;
}
.article-list.list-small-photo .item-article .article-info .article-title {
  font-size: 1.5em;
}
.article-list.list-small-photo .item-article .article-info .article-intro {
  margin-top: 5px;
}
.article-list.list-small-photo .item-article:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.article-list.w-100 .item-article {
  width: 100%;
}
.article-list.featured-big-item .item-article .article-photo {
  width: 540px;
  height: 300px;
}
.article-list.featured-big-item .item-article .article-info .article-title {
  font-size: 2em;
}
.article-list.small-photo .item-article .article-photo {
  width: 110px;
  height: 70px;
}
.article-list.medium-photo .item-article .article-photo {
  width: 170px;
  height: 110px;
}
.article-list.big-photo .item-article .article-photo {
  width: 270px;
  height: 175px;
}
.article-list.one-item .item-article {
  width: 100%;
  float: left;
  margin: 0;
}
.article-list.one-item .item-article .article-photo {
  margin-top: 0;
  margin-bottom: 10px;
}
.article-list.two-items .item-article {
  width: 50%;
  float: left;
}
.article-list.three-items .item-article {
  width: 33.333333%;
  float: left;
}
.article-list.four-items .item-article {
  width: 25%;
  float: left;
}
.article-list.five-items .item-article {
  width: 20%;
  float: left;
}
.article-list.six-items .item-article {
  width: 16.66666%;
  float: left;
}
.article-list.column-items .item-article {
  width: 100%;
  float: left;
  margin: 25px 0 0;
}
.article-list.column-items .item-article:first-child {
  margin-top: 0;
}
.article-list.column-items .item-article:first-child .article-photo {
  margin-top: 0;
}
.article-list.column-items div.item-article:first-child {
  margin-top: 0;
}
.article-list.column-items div.item-article:first-child .article-photo {
  margin-top: 0;
}
.article-list.row-items .item-article {
  margin-top: 0;
}
.article-list.row-items .item-article .article-photo {
  margin-top: 0;
}
.article-list.opinion-articles .item-article .article-info {
  margin-top: 15px;
}
.article-list.opinion-articles .item-article .article-info .article-title {
  font-style: italic;
}
.article-list::after {
  display: block;
  clear: both;
  content: "";
}
.article-list .button-container {
  float: left;
  width: 100%;
}
.article-list.grid-items-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-list.grid-items-flex.three-items .item-article {
  width: 31.5%;
}
.article-list.videos-feed {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.article-list.videos-feed .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  height: auto;
  position: relative;
  margin: 10px 10px 0 0;
}
.article-list.videos-feed .item-article .article-photo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60%;
  z-index: 2;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.article-list.videos-feed .item-article .article-photo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.article-list.videos-feed .item-article .article-info {
  padding: 20px;
  position: absolute;
  left: 35px;
  bottom: 0;
  z-index: 3;
}
.article-list.videos-feed .item-article .article-info .article-title {
  font-size: 1em;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
}
.article-list.videos-feed .item-article .article-info .article-title::before {
  position: absolute;
  top: -3px;
  left: -35px;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-play-yellow.svg?d=722);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-list.videos-feed .item-article .article-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-indent: -9999px;
}
.simple-article-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.simple-article-list ul li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.simple-article-list ul li:last-child {
  border-bottom-color: transparent;
}
.simple-article-list ul li .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: .45em;
  letter-spacing: 1px;
  font-style: normal;
  font-family: "Lato", Arial, sans-serif;
  opacity: .7;
  font-weight: normal;
}
.simple-article-list ul li a {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  display: inline-block;
  color: #282828;
  font-size: 1.1em;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  /*
        &::after {
          content: "";
          z-index: 1;
          display: block;
          position:absolute;
          bottom: 0px;
          left: 0;
          width: 0%;
          height: 2px;
          background-color: @yellow;
          transition: .2s ease-in-out;
        }

        &:hover {
          &::after {
            width: 100%;
          }
        }
*/
}
.simple-article-list ul li a span {
  position: relative;
  z-index: 2;
}
.simple-article-list ul li a:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: .7;
}
.simple-article-list ul li.featured {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.simple-article-list ul li.featured a {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .article-list.videos-feed .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
  .article-list.videos-feed .item-article .article-info .article-title {
    font-size: .9em;
  }
}
.item-article {
  position: relative;
  margin: 25px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.item-article:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: .7;
}
.item-article::after {
  display: block;
  clear: both;
  content: "";
}
.item-article .article-number {
  font-size: 2em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
}
.item-article .article-tag {
  position: absolute;
  top: 15px;
  left: 0px;
  background-color: #282828;
  color: #ffffff;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.item-article .article-tag.yellow-tag {
  background-color: #ffe500;
  color: #282828;
}
.item-article .article-tag.yellow-tag::before {
  background-color: #e6ce00;
}
.item-article .article-tag.red-tag {
  background-color: #c00e19;
  color: #ffffff;
}
.item-article .article-tag.red-tag::before {
  background-color: #a80c16;
}
.item-article .article-tag.white-tag {
  background-color: #ffffff;
  color: #282828;
}
.item-article .article-tag.white-tag::before {
  background-color: #f4f4f4;
}
.item-article .article-tag.black-tag {
  background-color: #282828;
  color: #ffffff;
}
.item-article .article-tag.black-tag::before {
  background-color: #0f0f0f;
}
.item-article .article-tag .tag-inner {
  padding: 5px 10px;
}
.item-article .article-tag::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
}
.item-article .article-photo {
  margin: 0 0 10px;
  overflow: hidden;
  background-image: url(../images/abc-placeholder.png?d=722);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  border-radius: 8px;
}
.item-article .author-photo {
  margin: 0 0 10px;
  overflow: hidden;
  width: 90px;
  height: 90px;
}
.item-article .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.item-article .article-info .article-category,
.item-article .article-info .article-author,
.item-article .article-info .article-time,
.item-article .article-info .article-days {
  text-transform: uppercase;
  font-family: "Lato", Arial, sans-serif;
  font-size: .68em;
  letter-spacing: 2px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 130%;
}
.item-article .article-info .article-category a,
.item-article .article-info .article-author a,
.item-article .article-info .article-time a,
.item-article .article-info .article-days a {
  text-decoration: none;
}
.item-article .article-info .article-author {
  letter-spacing: 1px;
}
.item-article .article-info .article-title {
  font-size: 1.4em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  white-space: pre-wrap;
  line-height: 120%;
  margin-top: 5px;
  padding-right: 12px;
}
.item-article .article-info .article-title span {
  white-space: pre-wrap;
}
.item-article .article-info .article-hour {
  font-size: 1.4em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  line-height: 120%;
}
.item-article .article-info .article-hosts {
  font-size: .8em;
  font-style: italic;
  opacity: .7;
  margin-top: 5px;
}
.item-article .article-info .article-intro {
  font-size: 1em;
  line-height: 150%;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: normal;
  margin-top: 15px;
}
.item-article .article-info .article-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-indent: -9999px;
}
.item-article .article-info .article-toggle {
  padding: 15px 0;
}
.item-article .article-info .btn-small {
  display: inline-block;
  margin-bottom: 15px;
}
.item-article .article-info .btn-small .fa {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.item-article .article-info .btn-small[aria-expanded="true"] .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.breaking-news.no-streaming .breaking-news-inner .left-column {
  width: 100%;
}
.breaking-news.no-streaming .breaking-news-inner .right-column {
  display: none;
}
.breaking-news.yellow-theme {
  background-color: #ffe500;
  color: #282828;
}
.breaking-news.yellow-theme a {
  color: #282828;
}
.breaking-news.yellow-theme .news-headline .tag-holder .tag {
  background-color: #282828;
  color: #ffffff;
}
.breaking-news.red-theme {
  background-color: #c00e19;
  color: #ffffff;
}
.breaking-news.red-theme a {
  color: #ffffff;
}
.breaking-news.red-theme .news-headline .tag-holder .tag {
  background-color: #ffffff;
  color: #c00e19;
}
.breaking-news.white-theme {
  background-color: #ffffff;
  color: #282828;
}
.breaking-news.white-theme a {
  color: #282828;
}
.breaking-news.white-theme .news-headline .tag-holder .tag {
  background-color: #ffe500;
  color: #282828;
}
.breaking-news.black-theme {
  background-color: #0f0f0f;
  color: #ffffff;
}
.breaking-news.black-theme a {
  color: #ffffff;
}
.breaking-news.black-theme .news-headline .tag-holder .tag {
  background-color: #ffe500;
  color: #282828;
}
.breaking-news.full-breaking {
  background-color: #c00e19;
  color: #ffffff;
}
.breaking-news.full-breaking a {
  color: #ffffff;
}
.breaking-news.full-breaking .news-headline .tag-holder .tag {
  background-color: #c00e19;
  color: #ffffff;
}
.breaking-news.full-breaking .breaking-news-inner {
  padding: 0;
  height: 633px;
  display: block;
}
.breaking-news.full-breaking .breaking-news-inner .left-column {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 90%;
}
.breaking-news.full-breaking .breaking-news-inner .left-column .news-headline:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: .90;
}
.breaking-news.full-breaking .breaking-news-inner .left-column .related-articles-list ul li::before {
  border-color: transparent #ffffff;
}
.breaking-news.full-breaking .breaking-news-photo {
  display: block;
}
.breaking-news .breaking-news-inner {
  padding: 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.breaking-news .breaking-news-inner::after {
  display: block;
  clear: both;
  content: "";
}
.breaking-news .breaking-news-inner .left-column,
.breaking-news .breaking-news-inner .right-column {
  float: left;
  width: 50%;
  position: relative;
  z-index: 5;
}
.breaking-news .breaking-news-photo {
  height: 633px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: 3;
  display: none;
}
.breaking-news .breaking-news-photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 4;
}
.breaking-news .news-headline {
  width: 80%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.breaking-news .news-headline:hover {
  opacity: .85;
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
}
.breaking-news .news-headline .tag-holder {
  margin-bottom: 5px;
}
.breaking-news .news-headline .tag-holder .tag {
  background-color: #ffe500;
  color: #282828;
  font-size: .65em;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 12px;
}
.breaking-news .news-headline .headline h1 {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 120%;
}
.related-articles-list ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.related-articles-list ul li {
  list-style: none;
  position: relative;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 0;
}
.related-articles-list ul li::before {
  content: "";
  border-color: transparent #282828;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  top: 5px;
  left: -15px;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.related-articles-list ul li:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: .7;
}
.related-articles-list ul li a {
  color: inherit;
  text-decoration: none;
}
.trending-topics {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
}
.trending-topics .section-content {
  margin: 0;
}
.trending-topics .trending-topics-list {
  list-style: none;
  font-size: .65em;
  position: relative;
}
.trending-topics .trending-topics-list::before {
  content: "";
  display: inline-block;
  background-color: #ffe500;
  -webkit-mask-image: url(../images/icon-star.svg?d=722);
          mask-image: url(../images/icon-star.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 15px;
  height: 15px;
  padding: 6px;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 4;
}
.trending-topics .trending-topics-list:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
.trending-topics .trending-topics-list ul {
  margin: 0;
  margin-left: 25px;
  padding: 0;
  z-index: 3;
  overflow-y: hidden;
  overflow-y: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 20px;
}
.trending-topics .trending-topics-list ul::-webkit-scrollbar {
  display: none;
}
.trending-topics .trending-topics-list li {
  display: inline-block;
  padding-top: 4px;
  padding-right: 5px;
}
.trending-topics .trending-topics-list li a {
  font-family: "Lato", Arial, sans-serif;
  color: #282828;
  padding: 2px 5px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
.trending-topics .trending-topics-list li a span {
  position: relative;
  z-index: 2;
}
.trending-topics .trending-topics-list li a::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.trending-topics .trending-topics-list li a:hover::after {
  width: 100%;
}
.section-news.section-especial {
  background-color: #282828;
  background-size: auto;
  background-position: left top;
}
.section-news.section-especial .section-title h1 {
  color: #ffffff;
}
.section-news.section-especial .section-title .view-more-link a {
  color: #ffffff;
}
.section-news.section-especial .item-article {
  color: #ffffff;
}
.section-news.section-especial .item-article .article-info .article-category a {
  color: #ffffff;
}
.section-news.section-caacupe-home {
  background-color: #3663D3;
}
.section-news.section-caacupe-home .article-list-wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(54, 99, 211, 0)), to(#3663d3)) !important;
  background: linear-gradient(to right, rgba(54, 99, 211, 0) 0%, #3663d3 100%) !important;
}
.section-news.section-caacupe-home .section-title h1 {
  color: #ffffff;
}
.section-news.section-caacupe-home .section-title .view-more-link a {
  color: #ffffff;
}
.section-news.section-caacupe-home .item-article {
  color: #ffffff;
}
.section-news.section-caacupe-home .item-article .article-info .article-category a {
  color: #ffffff;
}
.section-news {
  -webkit-box-shadow: 0px 44px 29px -50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 44px 29px -50px rgba(0, 0, 0, 0.1);
}
.section-news .section-title {
  margin: 25px 0 45px;
  position: relative;
}
.section-news .section-title::after {
  display: block;
  clear: both;
  content: "";
}
.section-news .section-title .small-text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .7em;
  font-weight: bold;
}
.section-news .section-title h1 {
  font-size: 2em;
  margin-bottom: 0;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: normal;
  position: relative;
  display: inline-block;
}
.section-news .section-title h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 35px;
  background-color: #ffe500;
}
.section-news .section-title h1 span.title-category {
  display: block;
  text-transform: uppercase;
  font-size: .45em;
  letter-spacing: 2px;
  font-family: "Lato", Arial, sans-serif;
  margin-top: 4px;
}
.section-news .section-title.big-title h1 {
  font-size: 2.7em;
}
.section-news .section-title .view-more-link {
  position: relative;
  top: -5px;
  left: 10px;
  display: inline-block;
}
.section-news .section-title .view-more-link .btn {
  visibility: hidden;
  width: 20px;
  line-height: 70%;
  padding: 6px 18px;
}
.section-news .section-title .view-more-link .btn::after {
  display: block;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0f0f0f;
  visibility: visible;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  padding: 13px 10px 12px 14px;
  border-radius: 50px;
}
.section-news .section-title .social-links {
  float: right;
  position: relative;
  top: 0;
}
.section-news .section-title .date-print-edition {
  float: right;
  text-transform: uppercase;
  font-size: .65em;
  letter-spacing: 2px;
  position: relative;
  top: 12px;
}
.section-news .section-title .related-links {
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  top: 10px;
}
.section-news .section-title .section-description {
  margin: 25px 0 0;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-size: .9em;
  padding: 20px 0 0;
}
.section-news .section-title .section-meta {
  font-size: .7em;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", Arial, sans-serif;
}
.section-news .section-title .section-meta .article-author {
  padding-top: 5px;
  font-weight: bold;
}
.section-news .section-title .section-meta .article-author a {
  position: relative;
}
.section-news .section-title .section-meta .article-author a span {
  position: relative;
  z-index: 2;
}
.section-news .section-title .section-meta .article-author a::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.section-news .section-title .section-meta .article-author a:hover::after {
  width: 100%;
}
.section-news .section-title .section-ad-sponsor {
  float: right;
  position: relative;
  top: -8px;
  right: 8px;
}
.section-news .section-title .section-ad-sponsor .section-wrapper {
  padding: 0;
}
.section-news .section-title .section-ad-sponsor .section-wrapper > .ad-wrapper .ad-tag {
  display: none;
}
.section-news .section-title .section-ad-sponsor .ad-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 0;
}
.section-news .section-title .section-ad-sponsor .ad-wrapper div[class^="ad-"],
.section-news .section-title .section-ad-sponsor .ad-wrapper div[class*="ad-"] {
  background-color: transparent;
}
.section-news .section-title .section-ad-sponsor .ad-wrapper .ad-tag {
  display: block;
  margin-right: 10px;
}
.section-news .section-title .section-ad-sponsor + .view-more-link {
  position: relative;
  margin-top: 20px;
}
.section-news .section-wrapper {
  padding: 45px 0;
}
.section-news .section-wrapper.section-title-top .section-title {
  margin-top: 0;
  width: 100%;
}
.section-news .section-wrapper.section-title-left .section-title {
  width: 16%;
  float: left;
  margin: 12px 0;
}
.section-news .section-wrapper.section-title-left .section-title .view-more-link {
  margin-top: 35px;
  position: relative;
  top: 0;
  left: initial;
  right: initial;
  padding: 15px 0;
  display: block;
}
.section-news .section-wrapper.section-title-left .section-content {
  width: 82%;
  float: right;
}
.section-news .section-wrapper.section-title-left-fw .section-title {
  width: 100%;
  float: left;
  margin: 12px 0;
}
.section-news .section-wrapper.section-title-left-fw .section-title .view-more-link {
  margin-top: 15px;
  position: relative;
  top: 0;
  left: initial;
  right: initial;
  padding: 15px 0;
}
.section-news .section-wrapper.small-title .section-title {
  margin: 5px 0 30px;
}
.section-news .section-wrapper.small-title .section-title h1 {
  font-size: 1.5em;
}
.section-news .section-wrapper.section-brandlab .section-title {
  margin: 5px 0 30px;
}
.section-news .section-wrapper.section-brandlab .section-title h1::after {
  background-color: #28d1fb;
}
.section-news .section-wrapper.section-bienestar .section-title {
  margin: 5px 0 30px;
}
.section-news .section-wrapper.section-bienestar .section-title h1::after {
  background-color: #63e4de;
}
.section-news .section-wrapper.section-title-descr {
  position: relative;
}
.section-news .section-wrapper.section-title-descr .section-title h1 {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
.section-news .section-wrapper.section-title-descr .section-title h1:after {
  display: none;
}
.section-news .section-wrapper.section-title-descr .section-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 35px;
  background-color: #ffe500;
}
.section-news .section-wrapper.section-title-descr .section-description {
  margin-top: 0;
  padding-top: 0;
}
.section-news .section-wrapper:after {
  display: block;
  clear: both;
  content: "";
}
.section-news.bottom-line .container {
  position: relative;
}
.section-news.bottom-line .container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #282828;
}
.section-news.section-dark {
  background-color: #0f0f0f;
  color: #ffffff;
}
.section-news.section-dark .section-title h1 {
  color: #ffffff;
}
.section-news.section-dark .section-title .btn-alternative {
  background-color: #0f0f0f;
  color: #ffffff;
  border: 1px solid #282828;
}
.section-news.section-dark .section-title .btn-alternative:hover,
.section-news.section-dark .section-title .btn-alternative:focus,
.section-news.section-dark .section-title .btn-alternative:active {
  background-color: #282828 !important;
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.section-news.section-dark .article-list-wrapper.scrollable-list-mobile::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.section-news.section-dark .item-article .article-category {
  opacity: .7;
}
.section-news.section-dark .item-article .article-category a {
  color: #ffffff;
}
.section-news.section-dark .tabs-container ul.tabs li {
  color: #ffffff;
}
.section-news.section-yellow {
  background-color: #ffe500;
  color: #282828;
}
.section-news.section-yellow .section-title h1::after {
  background-color: #282828;
}
.section-news.section-yellow .schedule-scroll-wrapper .scrollable-list-mobile::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 229, 0, 0)), to(#ffe500));
  background: linear-gradient(to right, rgba(255, 229, 0, 0) 0%, #ffe500 100%);
}
.section-news.section-yellow .tabs-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 229, 0, 0)), to(#ffe500));
  background: linear-gradient(to right, rgba(255, 229, 0, 0) 0%, #ffe500 100%);
}
.section-news.section-yellow .tabs-container ul.tabs li::after {
  background-color: #282828;
}
.section-news.section-yellow .tabs-container ul.tabs li.current,
.section-news.section-yellow .tabs-container ul.tabs li:hover {
  color: #ffffff !important;
}
.section-news.section-featurednews-wrapper {
  margin-top: 15px;
}
.section-news.two-columns-7030-section {
  max-width: 1920px;
  margin: 0 auto;
}
.section-news.two-columns-7030-section .col-container-left {
  width: 688px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}
.section-news.two-columns-7030-section .col-container-right {
  width: 380px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.section-news.two-columns-7030-section .col-left {
  background-color: #ffffff;
}
.section-news.two-columns-7030-section .col-right {
  background-color: #f4f4f4;
}
.section-news.section-featurednews-wrapper .section-wrapper {
  padding-top: 0;
}
.section-news.section-featurednews-wrapper .section-content {
  margin: 0;
}
.section-news.section-impreso-editorial-wrapper .section-impreso .tabs-container {
  width: 95%;
}
.section-news.section-impreso-editorial-wrapper .section-impreso .print-edition-cover-wrapper {
  text-align: center;
}
.section-news.section-impreso-editorial-wrapper .section-impreso .print-edition-cover-wrapper .print-edition-cover {
  position: relative;
  display: inline-block;
  margin: 5px;
}
.section-news.section-impreso-editorial-wrapper .section-impreso .print-edition-cover-wrapper .print-edition-cover .print-edition-cover-image {
  -webkit-box-shadow: 0px 18px 24px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 18px 24px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
}
.section-news.section-impreso-editorial-wrapper .section-impreso .print-edition-cover-wrapper .print-edition-cover .print-edition-cover-image:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
}
.section-news.section-impreso-editorial-wrapper .section-impreso .print-edition-cover-wrapper .print-edition-cover::after {
  display: block;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 1.6em;
  width: 50px;
  height: 50px;
  padding-top: 12px;
  text-align: center;
  background-color: #ffe500;
  color: #282828;
  border-radius: 80px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 3;
  line-height: 100%;
  -webkit-box-shadow: 0px 10px 12px -5px rgba(255, 229, 0, 0.6);
          box-shadow: 0px 10px 12px -5px rgba(255, 229, 0, 0.6);
  border: 1px solid transparent;
}
.section-news.section-impreso-editorial-wrapper .section-impreso .print-edition-subscription-btn {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.section-news.section-impreso-editorial-wrapper .section-impreso .print-edition-subscription-btn .btn {
  text-align: center;
  width: 180px;
}
.section-news.section-impreso-editorial-wrapper .section-editorial .editorial-wrapper {
  padding: 0 0 50px;
}
.section-news.section-impreso-editorial-wrapper .section-editorial .editorial-wrapper .item-article .article-intro {
  font-size: .9em;
}
.section-news.section-opinion-sondeos-wrapper .col-left {
  background-color: #fbf6ef;
}
.section-news.section-opinion-sondeos-wrapper .col-right {
  background-color: #f6ebdb;
}
.section-news.section-opinion-wrapper {
  background-color: #fbf6ef;
}
.section-news.section-graphic-home .graphic-wrapper {
  padding: 45px 0;
}
.section-news.section-graphic-home.bottom-line .container::after {
  display: none;
}
.section-news.you-may-like-articles {
  background-color: #ffe500 !important;
  position: relative;
  z-index: 4;
}
.section-news.related-articles .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-news.section-tv-home-wrapper .section-logo.abctv {
  display: inline-block;
  position: relative;
  background-image: url(../images/logo-abc-tv.svg?d=722);
  background-repeat: no-repeat;
  background-size: cover;
  width: 139px;
  height: 28px;
  padding: 6px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 0;
}
.section-news.section-tv-home-wrapper .section-logo.abctv:hover {
  top: -5px;
}
.section-news.section-tv-home-wrapper .view-more-link {
  position: relative;
  top: 10px;
}
.section-news.section-tv-home-wrapper .social-links .social-link {
  color: #ffffff;
}
.section-news.section-tv-home-wrapper .on-air-schedule {
  background-color: #282828;
  color: #ffffff;
}
.section-news.section-tv-home-wrapper .on-air-schedule .schedule-wrapper {
  padding: 15px 20px;
}
.section-news.section-tv-home-wrapper .on-air-schedule .now-on-air,
.section-news.section-tv-home-wrapper .on-air-schedule .upcoming {
  float: left;
  width: 50%;
}
.section-news.section-tv-home-wrapper .on-air-schedule .situation {
  font-family: "Lato", Arial, sans-serif;
  font-size: .7em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-news.section-tv-home-wrapper .on-air-schedule .show-name {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.section-news.section-tv-home-wrapper .on-air-schedule .time {
  font-family: "Lato", Arial, sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-news.section-tv-home-wrapper .on-air-schedule .upcoming {
  opacity: .5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.section-news.section-tv-home-wrapper .scroll-article-list {
  height: 450px;
  width: 100%;
  overflow-x: visible;
  overflow-y: auto;
}
.section-news.section-abcam-home-wrapper {
  background-color: #ffe500;
}
.section-news.section-abcam-home-wrapper .tabs-container::before {
  display: none;
}
.section-news.section-abcam-home-wrapper .section-logo.abcam {
  display: inline-block;
  position: relative;
  background-image: url(../images/logo-abc-am.svg?d=722);
  background-repeat: no-repeat;
  background-size: cover;
  width: 212px;
  height: 28px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 0;
}
.section-news.section-abcam-home-wrapper .section-logo.abcam:hover {
  top: -5px;
}
.section-news.section-abcam-home-wrapper .section-title {
  margin-bottom: 20px;
}
.section-news.section-abcam-home-wrapper .view-more-link {
  position: relative;
  top: 20px;
}
.section-news.section-abcam-home-wrapper .view-more-link .btn {
  border-color: #282828;
}
.section-news.section-abcam-home-wrapper .view-more-link .btn:hover,
.section-news.section-abcam-home-wrapper .view-more-link .btn:focus {
  border-color: #ffffff;
}
.section-news.section-abcam-home-wrapper .radio-hosts {
  background-color: rgba(40, 40, 40, 0.1);
  height: 200px;
  width: 100%;
  border-radius: 18px 18px 0 0;
  -webkit-box-shadow: 0px 15px 20px #ccb700;
          box-shadow: 0px 15px 20px #ccb700;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.section-news.section-abcam-home-wrapper .radio-hosts:before {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 200px;
  background-image: url(../images/semi-am.svg?d=722);
  background-repeat: no-repeat;
  background-position: center;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
.section-news.section-abcam-home-wrapper .radio-hosts img {
  display: inline-block;
  float: right;
  margin: 0 -40px;
  max-width: 205px;
  position: relative;
  z-index: 5;
}
.section-news.section-abcam-home-wrapper .radio-hosts [class^="conductor"] {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
.section-news.section-abcam-home-wrapper .radio-hosts .conductor-1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.section-news.section-abcam-home-wrapper .radio-hosts .conductor-2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.section-news.section-abcam-home-wrapper .radio-hosts .conductor-3 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.section-news.section-abcam-home-wrapper .radio-hosts .conductor-4 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.section-news.section-abcam-home-wrapper .radio-hosts .conductor-5 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.section-news.section-abcam-home-wrapper .on-air-schedule {
  background-color: #0f0f0f;
  color: #ffffff;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  position: relative;
  z-index: 7;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .schedule-wrapper {
  padding: 15px 20px;
  position: relative;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air,
.section-news.section-abcam-home-wrapper .on-air-schedule .upcoming {
  float: left;
  width: 60%;
  margin-left: 24%;
  padding: 10px 15px 10px 0;
  position: relative;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air {
  border-bottom: 1px solid #757575;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air .play-button {
  position: absolute;
  display: block;
  width: 65px;
  height: 65px;
  top: 20px;
  left: -95px;
  background-image: url(../images/icon-play-yellow.svg?d=722);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-radius: 90px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air .play-button:hover {
  -webkit-box-shadow: 0 5px 25px rgba(255, 229, 0, 0.3);
          box-shadow: 0 5px 25px rgba(255, 229, 0, 0.3);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air .play-button.is-playing {
  background-image: url(../images/icon-pause-yellow.svg?d=722);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: yellowBoxShadowPulse;
          animation-name: yellowBoxShadowPulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .situation {
  font-family: "Lato", Arial, sans-serif;
  font-size: .7em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .show-name {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 125%;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .show-hosts {
  font-size: .9em;
  margin: 0;
  font-style: italic;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air .show-name {
  font-size: 1.5em;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .time {
  font-family: "Lato", Arial, sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-news.section-abcam-home-wrapper .on-air-schedule .upcoming {
  opacity: .5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.section-news.section-abcam-home-wrapper .tabs-container .tabs {
  margin-bottom: 5px;
}
.section-news.section-abcam-home-wrapper .tabs-container .tabs .tab-link {
  letter-spacing: 1px;
  font-size: 1em;
  padding: 0 5px 5px;
  margin-right: 5px;
}
.section-news.section-abcam-home-wrapper .tabs-container .tab-content {
  background-color: #ffffff;
  border-radius: 18px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 28px 28px 10px;
  position: relative;
}
.section-news.section-abcam-home-wrapper .tabs-container .tab-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 40px;
  width: 100%;
  border-radius: 0 0 18px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
.section-news.section-abcam-home-wrapper .scroll-article-list {
  height: 400px;
  width: 100%;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 20px;
}
.section-news.section-abcfm-home-wrapper {
  background-color: #1adae1;
}
.section-news.section-abcfm-home-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.section-news.section-abcfm-home-wrapper .section-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.section-news.section-abcfm-home-wrapper .tabs-container::before {
  display: none;
}
.section-news.section-abcfm-home-wrapper .section-logo.abcfm {
  display: inline-block;
  position: relative;
  background-image: url(../images/logo-abc-fm.svg?d=722);
  background-repeat: no-repeat;
  background-size: cover;
  width: 212px;
  height: 28px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  top: 0;
}
.section-news.section-abcfm-home-wrapper .section-logo.abcfm:hover {
  top: -5px;
}
.section-news.section-abcfm-home-wrapper .section-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
.section-news.section-abcfm-home-wrapper .view-more-link {
  position: relative;
  top: 20px;
}
.section-news.section-abcfm-home-wrapper .view-more-link .btn {
  border-color: #282828;
}
.section-news.section-abcfm-home-wrapper .view-more-link .btn:hover,
.section-news.section-abcfm-home-wrapper .view-more-link .btn:focus {
  border-color: #ffffff;
}
.section-news.section-abcfm-home-wrapper .on-air-section {
  font-family: "Montserrat", Arial, sans-serif;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.section-news.section-abcfm-home-wrapper .on-air-section::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background-color: #2d1342;
  z-index: 20;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../images/bottom-curved.svg?d=722);
          mask-image: url(../images/bottom-curved.svg?d=722);
}
.section-news.section-abcfm-home-wrapper .on-air-section .mid-content {
  position: relative;
  min-height: 400px;
}
.section-news.section-abcfm-home-wrapper .elements-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
}
.section-news.section-abcfm-home-wrapper .elements-background [class^="circle-"] {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  display: none;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-01 {
  background-color: #ffe500;
  -webkit-mask-image: url(../images/circle-01.svg?d=722);
          mask-image: url(../images/circle-01.svg?d=722);
  width: 60vw;
  height: 60vw;
  top: 3%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 6;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-02 {
  background-color: #00d8cb;
  -webkit-mask-image: url(../images/circle-01.svg?d=722);
          mask-image: url(../images/circle-01.svg?d=722);
  width: 600px;
  height: 600px;
  top: 16%;
  left: 10%;
  z-index: 5;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-03 {
  background-color: #ff1473;
  -webkit-mask-image: url(../images/circle-02.svg?d=722);
          mask-image: url(../images/circle-02.svg?d=722);
  width: 450px;
  height: 450px;
  top: 6%;
  left: 20%;
  z-index: 4;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-04 {
  background-color: #2d1342;
  -webkit-mask-image: url(../images/circle-01.svg?d=722);
          mask-image: url(../images/circle-01.svg?d=722);
  width: 60px;
  height: 60px;
  top: 5%;
  left: 6%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-05 {
  background-color: #00d8cb;
  -webkit-mask-image: url(../images/circle-02.svg?d=722);
          mask-image: url(../images/circle-02.svg?d=722);
  width: 160px;
  height: 160px;
  top: 40%;
  left: 65%;
  z-index: 8;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-06 {
  background-color: #2d1342;
  -webkit-mask-image: url(../images/circle-01.svg?d=722);
          mask-image: url(../images/circle-01.svg?d=722);
  width: 160px;
  height: 160px;
  top: 30%;
  left: 80%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-07 {
  background-color: #2d1342;
  -webkit-mask-image: url(../images/circle-01.svg?d=722);
          mask-image: url(../images/circle-01.svg?d=722);
  width: 450px;
  height: 450px;
  top: 40%;
  left: 0%;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-08 {
  background-color: #ff1473;
  -webkit-mask-image: url(../images/circle-01.svg?d=722);
          mask-image: url(../images/circle-01.svg?d=722);
  width: 60px;
  height: 60px;
  top: 40%;
  left: 90%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.section-news.section-abcfm-home-wrapper .elements-background .circle-09 {
  background-color: #2d1342;
  -webkit-mask-image: url(../images/circle-01.svg?d=722);
          mask-image: url(../images/circle-01.svg?d=722);
  width: 160px;
  height: 160px;
  top: 49%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  z-index: 21;
}
.section-news.section-abcfm-home-wrapper .elements-background .show-name-bg {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: .25;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-size: 7vw;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-transform: uppercase;
  white-space: normal;
  line-height: 100%;
  font-weight: 800;
  color: #ffffff;
  z-index: 12;
}
.section-news.section-abcfm-home-wrapper .radio-hosts {
  overflow: hidden;
  z-index: 20;
  position: absolute;
  top: 0;
  left: -10%;
}
.section-news.section-abcfm-home-wrapper .radio-hosts .host {
  display: inline-block;
  max-width: 750px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule {
  color: #2d1342;
  z-index: 20;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: left;
  width: 40%;
  position: absolute;
  top: 26%;
  right: 0%;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .situation {
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .situation span {
  display: inline-block;
  background-color: #ff1473;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 50px;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .show-name {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3.2em;
  margin: 0;
  padding: 0;
  line-height: 115%;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .show-hosts {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .time {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .now-on-air > div {
  overflow: hidden;
  display: block;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .now-on-air > div span {
  display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .now-on-air > div:nth-child(1) span {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .now-on-air > div:nth-child(2) span {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .now-on-air > div:nth-child(3) span {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.section-news.section-abcfm-home-wrapper .on-air-schedule .now-on-air > div:nth-child(4) span {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}
.section-news.section-abcfm-home-wrapper .play-button-holder {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 22;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
.section-news.section-abcfm-home-wrapper .play-button-holder .play-button {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-image: url(../images/icon-play-yellow.svg?d=722);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-radius: 90px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.section-news.section-abcfm-home-wrapper .play-button-holder .play-button:hover {
  -webkit-box-shadow: 0 5px 25px rgba(255, 229, 0, 0.3);
          box-shadow: 0 5px 25px rgba(255, 229, 0, 0.3);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.section-news.section-abcfm-home-wrapper .play-button-holder .play-button.is-playing {
  background-image: url(../images/icon-pause-yellow.svg?d=722);
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: yellowBoxShadowPulse;
          animation-name: yellowBoxShadowPulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.section-news.section-abcfm-home-wrapper .tabs-container .tabs {
  margin-bottom: 5px;
}
.section-news.section-abcfm-home-wrapper .tabs-container .tabs .tab-link {
  letter-spacing: 1px;
  font-size: 1em;
  padding: 0 5px 5px;
  margin-right: 5px;
}
.section-news.section-abcfm-home-wrapper .tabs-container .tab-content {
  background-color: #ffffff;
  border-radius: 18px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 28px 28px 10px;
  position: relative;
}
.section-news.section-abcfm-home-wrapper .tabs-container .tab-content::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 40px;
  width: 100%;
  border-radius: 0 0 18px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
.section-news.section-abcfm-home-wrapper .scroll-article-list {
  height: 400px;
  width: 100%;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 20px;
}
.section-news.section-minutoaminuto {
  background-color: #76c961;
}
.section-news.section-minutoaminuto .article-list-wrapper.scrollable-list-mobile::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(118, 201, 97, 0)), to(#76c961));
  background: linear-gradient(to right, rgba(118, 201, 97, 0) 0%, #76c961 100%);
}
.section-news.section-minutoaminuto .section-title {
  margin: 20px 0;
}
.section-news.section-minutoaminuto .section-title h1 {
  color: #336c25;
}
.section-news.section-minutoaminuto .section-title h1::after {
  background-color: #336c25;
}
.section-news.section-minutoaminuto .section-wrapper {
  padding: 15px 0;
}
.section-news.section-header .section-wrapper {
  padding: 25px 0 0;
}
.section-news.section-header .section-wrapper.section-title-top .section-title {
  margin-bottom: 0;
}
.section-news.section-brandlab {
  -webkit-box-shadow: inset 0px 0px 120px -20px rgba(40, 209, 251, 0.3);
          box-shadow: inset 0px 0px 120px -20px rgba(40, 209, 251, 0.3);
}
.section-news.section-brandlab .section-title {
  margin: 5px 0 30px;
}
.section-news.section-brandlab .section-title h1::after {
  background-color: #28d1fb;
}
.section-news.section-podcasts {
  background-color: #ffffff;
}
.section-news.branded-section {
  position: relative;
}
.section-news.branded-section .section-title.dark-branded-theme h1 {
  opacity: .8;
  color: #282828;
}
.section-news.branded-section .section-title.dark-branded-theme .ad-wrapper .ad-tag {
  opacity: .8;
}
.section-news.branded-section .section-title.white-branded-theme {
  color: #ffffff;
}
.section-news.branded-section .section-title.white-branded-theme .ad-wrapper .ad-tag {
  color: #ffffff;
}
.section-news.branded-section .branded-background {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.section-news.branded-section > .container {
  z-index: 3;
  position: relative;
}
.section-news.section-especial-banner {
  background-color: #282828;
}
.section-news.section-especial-banner .especial-banner-container img {
  max-width: 100%;
  height: auto;
}
.section-news.section-especial-banner .especial-banner-container a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
}
.section-news.section-especial-banner .especial-banner-container a:hover {
  opacity: .7;
}
.section-news .section-sidebar {
  margin: 35px 0;
}
.section-page .header-placeholder,
.section-page .header-placeholder.visible {
  display: none !important;
}
.author-header {
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #282828;
}
.author-header .author-photo {
  margin: 0 0 10px;
  width: 115px;
  height: 115px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}
.author-header .author-photo img {
  max-width: 100%;
  height: auto;
}
.author-header .author-info {
  font-family: "Lato", Arial, sans-serif;
  line-height: 160%;
}
.author-header .author-info .author-name {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 8px;
}
.author-header .author-info .author-rol-area {
  font-size: 1.2em;
  font-weight: bold;
}
.author-header .author-info .author-rol-area .area {
  font-weight: normal;
}
.author-header .author-info .author-mail {
  opacity: .7;
  font-style: italic;
}
.author-header .author-info .author-bio {
  margin-top: 20px;
}
.author-header .author-social {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding-left: 10px;
}
.author-header .author-social .social-tag {
  font-size: .8em;
}
.podcasts-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.podcasts-list-container .podcast-episodes-list .podcast-episodes-title {
  font-size: .7em;
  letter-spacing: 2px;
}
.podcast-item {
  width: 230px;
  margin: 20px 40px 20px 0;
}
.podcast-item .podcast-cover {
  margin-bottom: 20px;
}
.podcast-item .podcast-cover img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.podcast-item .podcast-info-top {
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.podcast-item .podcast-info-top:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: .7;
}
.podcast-item .podcast-info-top .podcast-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-indent: -9999px;
}
.podcast-item .podcast-info-top .podcast-title h2 {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
}
.podcast-item .podcast-info-top .podcast-title h2::before {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "\f025";
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 1em;
}
.podcast-item .podcast-info-top .podcast-description {
  font-size: .9em;
}
.podcast-item .podcast-info-top .podcast-social {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 0.5px dashed #757575;
}
.podcast-item .podcast-info-top .podcast-social .podcast-social-title {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: bold;
}
.podcast-item .podcast-info-top .podcast-social .podcast-social-links .podcast-social-link {
  padding: 10px 10px 0 0;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.podcast-item .podcast-info-top .podcast-social .podcast-social-links .podcast-social-link .fa {
  font-size: 1.1em;
}
.podcast-item .podcast-info-top .podcast-social .podcast-social-links .podcast-social-link:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: .7;
}
.podcast-episodes-list {
  padding-top: 25px;
  border-top: 1px solid #757575;
}
.podcast-episodes-list .podcast-episodes-title {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.podcast-episodes-list .podcast-episodes-list-container .podcast-episode-item {
  padding: 16px 0;
  border-bottom: 0.5px dashed #757575;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  padding-left: 25px;
  position: relative;
}
.podcast-episodes-list .podcast-episodes-list-container .podcast-episode-item::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "\f144";
  font-family: "FontAwesome";
  font-size: 1em;
  top: 34px;
  left: 0;
}
.podcast-episodes-list .podcast-episodes-list-container .podcast-episode-item .podcast-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-indent: -9999px;
}
.podcast-episodes-list .podcast-episodes-list-container .podcast-episode-item .podcast-episode-date {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: 2px;
  margin-bottom: 5px;
  opacity: .7;
}
.podcast-episodes-list .podcast-episodes-list-container .podcast-episode-item .podcast-episode-title h4 {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
}
.podcast-episodes-list .podcast-episodes-list-container .podcast-episode-item:last-child {
  border-bottom: 0;
}
.podcast-episodes-list .podcast-episodes-list-container .podcast-episode-item:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: .7;
}
.podcast-page-top .podcast-item {
  width: 100%;
  margin: 0;
}
.podcast-page-top .podcast-item .podcast-info-top:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.podcast-page-top .podcast-item .podcast-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.podcast-page-top .podcast-item .podcast-info .podcast-cover {
  max-width: 220px;
}
.podcast-page-top .podcast-item .podcast-info .podcast-title h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
}
.podcast-page-top .podcast-item .podcast-info .podcast-title h2::before {
  margin-right: 20px;
}
.podcast-page-top .podcast-item .podcast-info .podcast-description {
  width: 60%;
}
.podcast-page-top .podcast-item .podcast-info .podcast-info-content {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .podcast-item {
    width: 43%;
    margin-right: 6%;
  }
}
@media (max-width: 575px) {
  .podcast-item {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
  .podcast-page-top .podcast-item .podcast-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .podcast-page-top .podcast-item .podcast-info .podcast-cover {
    max-width: 60%;
    margin: 20px auto;
  }
  .podcast-page-top .podcast-item .podcast-info .podcast-description {
    margin: 0 auto;
    width: 80%;
  }
  .podcast-page-top .podcast-item .podcast-info .podcast-info-content {
    text-align: center;
    padding-left: 0;
  }
  .podcast-page-top .podcast-item .podcast-info-top .podcast-social {
    border-top: 0;
    margin-bottom: 30px;
  }
}
.gallery-slider-wrapper figure figcaption {
  background-color: #282828;
  line-height: 120%;
  padding: 25px;
}
.gallery-slider-wrapper figure figcaption .gallery-title {
  display: block;
  text-transform: uppercase;
  font-family: "Lato", Arial, sans-serif;
  font-size: .7em;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
}
.gallery-slider-wrapper figure figcaption .caption {
  display: block;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 20px;
}
.gallery-slider-wrapper figure figcaption .caption-author {
  display: block;
  font-size: .7em;
  font-style: italic;
  text-transform: uppercase;
  opacity: .7;
}
.weather-icon {
  background: url(../images/weather-icons.png?d=722) -9px -302px no-repeat;
  display: block;
  height: 40px;
  width: 0;
  padding: 0 20px 20px 25px;
  margin-right: 0px;
}
.weather-icon.despejado {
  background-position: -9px -302px;
}
.weather-icon.tormenta-soleado {
  background-position: -10px -491px;
}
.weather-icon.cubierto {
  background-position: -14px -624px;
}
.weather-icon.inestable,
.weather-icon.precipitaciones-dispersas {
  background-position: -9px -354px;
}
.weather-icon.chaparrones,
.weather-icon.llovizna {
  background-position: -15px -94px;
}
.weather-icon.chaparrones-ocnl,
.weather-icon.parcial-nublado-trueno,
.weather-icon.tormenta-electrica {
  background-position: -13px -492px;
}
.weather-icon.vientos {
  background-position: -181px -152px;
}
.weather-icon.nublado-trueno,
.weather-icon.precipitaciones-ocnl,
.weather-icon.tormenta {
  background-position: -9px -561px;
}
.weather-icon.nublado-noche {
  background-position: -85px -26px;
}
.weather-icon.parcial-nublado-trueno-noche {
  background-position: -85px -548px;
}
.weather-icon.parcial-nublado-noche {
  background-position: -85px -301px;
}
.weather-icon.despejado-noche {
  background-position: -85px -163px;
}
.weather-icon.chaparrones-noche {
  background-position: -90px -104px;
}
.weather-icon.precipitaciones-ocnl-noche {
  background-position: -90px -223px;
}
.weather-icon.desmejorando,
.weather-icon.nublado {
  background-position: -14px -624px;
}
.weather-icon.algo-nublado,
.weather-icon.mejorando,
.weather-icon.nubosidad,
.weather-icon.parcialmente-nublado {
  background-position: -15px -170px;
}
.weather-icon.inestable-lluvias,
.weather-icon.lluvias,
.weather-icon.precipitaciones {
  background-position: -9px -33px;
}
.icon-currency {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/cotiz-icons.png?d=722);
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.icon-currency.dolar {
  background-position: 0 0;
}
.icon-currency.euro {
  background-position: -20px 0;
}
.icon-currency.pesoar {
  background-position: -40px 0;
}
.icon-currency.pesour {
  background-position: -60px 0;
}
.icon-currency.real {
  background-position: -80px 0;
}
.icon-currency.yen {
  background-position: -100px 0;
}
.section-menu-extended {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.section-menu-extended .menu-extended-columns {
  padding: 25px 8px;
  font-size: .9em;
}
.section-menu-extended .menu-extended-columns .subtitle {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-menu-extended .menu-extended-columns ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  padding-left: 15px;
  list-style-type: circle;
}
.section-menu-extended .menu-extended-columns ul li {
  padding: 5px 0;
}
.section-menu-extended .menu-extended-columns ul li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.section-menu-extended .menu-extended-columns ul li a:hover {
  opacity: .5;
}
.article-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-topbar .article-topbar-wrapper {
  white-space: nowrap;
}
.article-topbar .logo-wrapper {
  float: left;
  margin: 7px 0 0;
}
.article-topbar .logo-wrapper .logo-abc {
  display: inline-block;
  position: relative;
  background-image: url(../images/logo-abc.svg?d=722);
  background-size: cover;
  width: 75px;
  height: 45px;
  padding: 6px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 999;
}
.article-topbar .article-info {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  width: 60%;
  white-space: nowrap;
}
.article-topbar .article-info .article-category {
  text-transform: uppercase;
  margin-right: 15px;
}
.article-topbar .article-info .article-category a {
  color: #282828;
  font-weight: bold;
  font-size: .7em;
  opacity: .7;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article-topbar .article-info .article-category a:hover {
  opacity: 1;
}
.article-topbar .article-info .article-title {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  color: #282828;
  font-weight: bold;
  position: relative;
  top: 3px;
  width: 99%;
  height: 25px;
  font-size: .9em;
  overflow: hidden;
}
.article-topbar .article-info .article-title span {
  position: absolute;
  white-space: nowrap;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 2;
}
.article-topbar .article-info .article-title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
.article-topbar .article-info .article-title a {
  color: #282828;
}
.article-topbar .article-info .article-title.scroll:hover span {
  -webkit-transform: translateX(calc(-40px));
          transform: translateX(calc(-40px));
}
.article-topbar .article-share-options {
  float: right;
  position: relative;
  top: 10px;
  width: 30%;
  text-align: right;
}
.article-topbar .progress-bar-wrapper {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  line-height: 1%;
}
.article-topbar .progress-bar-wrapper progress {
  position: relative;
  left: 0;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #ffe500;
  z-index: 10;
}
.article-topbar .progress-bar-wrapper progress::-webkit-progress-bar {
  background-color: transparent;
  z-index: 10;
}
.article-topbar .progress-bar-wrapper progress::-webkit-progress-value {
  background-color: #ffe500;
  z-index: 10;
}
.article-topbar .progress-bar-wrapper progress::-moz-progress-bar {
  background-color: #ffe500;
  z-index: 10;
}
.article-topbar .progress-bar-wrapper .progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  display: block;
  z-index: 10;
}
.article-topbar .progress-bar-wrapper .progress-bar {
  background-color: #ffe500;
  width: 0%;
  display: block;
  height: inherit;
  z-index: 10;
}
form.form-abc {
  margin: 25px 0 0;
}
form.form-abc label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .8em;
  font-weight: bold;
}
form.form-abc input,
form.form-abc textarea,
form.form-abc select {
  -webkit-box-shadow: none;
          box-shadow: none;
}
form.form-abc input:focus,
form.form-abc textarea:focus,
form.form-abc select:focus,
form.form-abc input:active,
form.form-abc textarea:active,
form.form-abc select:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #ffe500;
}
.modal .modal-content {
  border-color: transparent;
}
.modal .modal-content .modal-header {
  border-bottom-color: transparent;
}
.modal .modal-content .modal-header .close {
  font-size: 2em;
}
.modal .modal-content .modal-body {
  padding: 0 25px 25px;
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
.modal .modal-title {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
}
.modal .modal-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 35px;
  background-color: #ffe500;
}
/*
body.modal-open {
  #main-wrapper {
    filter: blur(8px);
  }
}
*/
.modal-login-miabc .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0px auto;
}
.modal-login-miabc .modal-content {
  border-color: transparent;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: transparent;
}
.modal-login-miabc .modal-content .modal-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal-login-miabc .modal-content .modal-body {
  padding: 0;
  top: 0;
  margin-bottom: 0;
  height: 100%;
}
.modal-login-miabc .modal-content .modal-body .row {
  height: 100%;
}
.modal-login-miabc .modal-content .modal-body .row .col-lg-* {
  height: 100%;
}
.modal-login-miabc .landing-miabc-block {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 229, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10%;
  color: #000000;
}
.modal-login-miabc .landing-miabc-block .info-content {
  padding-left: 10px;
  margin-top: 15px;
}
.modal-login-miabc .landing-miabc-block .info-content .info-title {
  font-size: 2em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
}
.modal-login-miabc .landing-miabc-block .info-content .info-subtitle {
  font-size: 1.4em;
  opacity: .7;
}
.modal-login-miabc .landing-miabc-block .info-content .items-lists-icons {
  margin-top: 25px;
  position: relative;
}
.modal-login-miabc .landing-miabc-block .info-content .items-lists-icons::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: -10px;
  height: 3px;
  width: 55px;
  left: 0;
}
.modal-login-miabc .landing-miabc-block .info-content .items-lists-icons .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
}
.modal-login-miabc .landing-miabc-block .info-content .items-lists-icons .item-list .item-icon {
  font-size: 1.1em;
  padding-right: 10px;
}
.modal-login-miabc .landing-miabc-block .info-content .items-lists-icons .item-list .item-description {
  font-size: 1.2em;
  font-weight: 300;
}
.modal-login-miabc .landing-miabc-block .info-content .items-lists-icons .item-list:last-child {
  border-bottom-color: transparent;
}
.modal-login-miabc .login-box-wrapper {
  height: 100%;
  padding: 45px 15px;
  background-color: #ffffff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-login-miabc .login-box-wrapper .login-box-header {
  text-align: center;
  position: relative;
}
.modal-login-miabc .login-box-wrapper .login-box-header::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffe500;
  bottom: -10px;
  height: 3px;
  width: 55px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.modal-login-miabc .login-box-wrapper .login-box-header .login-box-title {
  font-size: 2em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
}
.modal-login-miabc .login-box-wrapper .login-box-header .login-box-subtitle {
  font-size: .8em;
  opacity: .7;
}
.modal-login-miabc .login-box-wrapper .login-box-body {
  margin: 35px 0;
}
.modal-login-miabc .login-box-wrapper .login-box-footer {
  text-align: center;
}
.modal-login-miabc .login-box-wrapper .login-box-footer a {
  font-size: .7em;
  opacity: .7;
}
.modal-fullpage {
  background-color: #ffffff;
}
.modal-fullpage.bg-fade-white {
  background-color: rgba(255, 255, 255, 0.9);
}
.modal-fullpage .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0px auto;
}
.modal-fullpage .modal-content {
  border-color: transparent;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: transparent;
}
.modal-fullpage .modal-content .modal-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal-fullpage .modal-content .modal-body {
  padding: 0;
  top: 0;
  margin-bottom: 0;
  height: 100%;
}
.modal-fullpage .modal-content .modal-body .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-fullpage .modal-content .modal-body .box-container .close {
  font-size: 3em;
  float: none;
  display: block;
  text-align: right;
  width: 100%;
}
@-webkit-keyframes progress-bar {
  0% {
    width: 0;
  }
}
keyframes progress-bar 0% {
  width: 0;
}
.section-polls {
  background-color: #f6ebdb;
}
.section-polls.section-cronolist-wrapper {
  padding-bottom: 25px;
}
.section-polls .poll-item-container {
  font-family: "Unit Slab Pro", Arial, sans-serif;
  margin-bottom: 25px;
}
.section-polls .poll-item-container .poll-question {
  font-weight: bold;
  margin-bottom: 20px;
}
.section-polls .poll-item-container .poll-question em {
  font-weight: normal;
}
.section-polls .poll-item-container .poll-options {
  margin-bottom: 20px;
  font-weight: bold;
}
.section-polls .poll-item-container .poll-options ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-polls .poll-item-container .poll-options input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.section-polls .poll-item-container .poll-results {
  width: 90%;
}
.section-polls .poll-item-container .poll-results ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-polls .poll-item-container .poll-results ul li {
  margin-bottom: 20px;
}
.section-polls .poll-item-container .poll-results ul li .result-text {
  padding: 0 0 5px;
  margin: 0;
}
.section-polls .poll-item-container .poll-results ul li .result-text .option-name {
  font-weight: bold;
}
.section-polls .poll-item-container .poll-results ul li .result-text .votes-quantity {
  font-size: .8em;
  font-style: italic;
  font-weight: normal;
}
.section-polls .poll-item-container .poll-results ul li:nth-of-type(even) [class^='resultbar-'],
.section-polls .poll-item-container .poll-results ul li:nth-of-type(even) [class*=' resultbar-'] {
  background-color: #8e8e8e;
}
.section-polls .poll-item-container .poll-results ul li:last-child {
  margin-bottom: 0;
}
.section-polls .poll-item-container .poll-results [class^='resultbar-'],
.section-polls .poll-item-container .poll-results [class*=' resultbar-'] {
  background-color: #282828;
  padding: 4px;
  height: 20px;
  width: 0;
  border-radius: 25px;
  display: block;
  position: relative;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  -webkit-animation: progress-bar 2s;
          animation: progress-bar 2s;
}
.section-polls .poll-item-container .poll-results [class^='resultbar-'] span,
.section-polls .poll-item-container .poll-results [class*=' resultbar-'] span {
  position: absolute;
  top: 2px;
  left: 100%;
  margin-left: 10px;
  font-size: .8em;
}
.section-polls .poll-item-container .poll-buttons {
  margin: 20px 0;
}
.section-polls .poll-item-container .btn-alternative {
  border-color: transparent;
}
.section-polls .list-sondeos-wrapper .poll-item-container {
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 30px 25px;
  -webkit-box-shadow: 0px 10px 16px -10px rgba(220, 177, 117, 0.55);
          box-shadow: 0px 10px 16px -10px rgba(220, 177, 117, 0.55);
  border-radius: 4px;
}
.section-polls .list-sondeos-wrapper .poll-item-container .poll-buttons {
  margin-bottom: 0;
}
.tabs-container ul.tabs {
  margin: 0 0 25px;
  padding: 0px;
  list-style: none;
}
.tabs-container ul.tabs li {
  background: none;
  display: inline-block;
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  font-size: .8em;
  color: #282828;
  text-decoration: none;
  padding: 6px 12px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  opacity: .5;
}
.tabs-container ul.tabs li span {
  position: relative;
  z-index: 2;
}
.tabs-container ul.tabs li::after {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffe500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 5px;
}
.tabs-container ul.tabs li:hover {
  opacity: 1;
  color: #282828 !important;
}
.tabs-container ul.tabs li:hover::after {
  width: 100%;
}
.tabs-container ul.tabs li.current {
  opacity: 1;
  color: #282828 !important;
}
.tabs-container ul.tabs li.current::after {
  width: 100%;
}
.tabs-container .tab-content {
  display: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding-top: 15px;
}
.tabs-container .tab-content .simple-article-list ul {
  padding-left: 8px;
}
.tabs-container .tab-content.current {
  display: inherit;
}
.ad-wrapper {
  background-color: #efefef;
  padding: 15px 0 15px;
  text-align: center;
  position: relative;
  z-index: 6;
  line-height: 90%;
}
.ad-wrapper .ad-tag {
  font-size: .5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #282828;
  opacity: .85;
  font-family: "Lato", Arial, sans-serif;
  display: none;
}
.ad-wrapper.inner-ad {
  background-color: transparent;
  padding-bottom: 0;
}
.ad-wrapper.full-w {
  width: 100%;
}
.ad-wrapper div[class^="ad-"],
.ad-wrapper div[class*="ad-"] {
  background-color: #282828;
  color: #f4f4f4;
  font-size: .6em;
  margin: 0 auto;
  text-align: left;
}
.ad-wrapper div,
.ad-wrapper iframe {
  margin: 0 auto;
}
.ad-wrapper .ad-970x90 {
  width: 970px;
  height: 90px;
}
.ad-wrapper .ad-970x250 {
  width: 970px;
  height: 250px;
}
.ad-wrapper .ad-300x250 {
  width: 300px;
  height: 250px;
}
.ad-wrapper .ad-300x300 {
  width: 300px;
  height: 300px;
}
.ad-wrapper .ad-468x60 {
  width: 468px;
  height: 60px;
}
.ad-wrapper .ad-95x50 {
  width: 95px;
  height: 50px;
}
.ad-wrapper.zocalo-ad {
  z-index: 10 !important;
}
header .main-header .on-air-slider .slide .sponsor-slider .ad-wrapper,
header .main-header .weather-mini-slider .slide .sponsor-slider .ad-wrapper,
header .main-header .currency-mini-slider .slide .sponsor-slider .ad-wrapper,
header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .logo-sponsor .ad-wrapper {
  background-color: transparent;
  padding: 0;
}
.inner-featured-section-ads .section-wrapper {
  padding: 0;
}
.article-wrapper .article-content .ad-wrapper.inner-ad {
  background-color: #efefef;
  padding: 15px 0;
}
.page-landing-error {
  padding: 10vw 0;
  color: #757575;
}
.page-landing-error .col-left {
  padding-top: 45px;
}
.page-landing-error .page-title {
  font-size: 4em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  color: #282828;
}
.page-landing-error .page-subtitle {
  font-size: 2em;
  font-weight: normal;
}
.page-landing-error .landing-image {
  width: 100%;
  text-align: right;
}
.no-results-landing {
  padding: 5vh 0 8vh;
  color: #757575;
  text-align: center;
}
.no-results-landing .no-results-circle {
  width: 200px;
  height: 200px;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.no-results-landing .no-results-circle .icon-search {
  display: inline-block;
  background-color: #282828;
  -webkit-mask-image: url(../images/icon-search.svg?d=722);
          mask-image: url(../images/icon-search.svg?d=722);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 100px;
  height: 100px;
  padding: 6px;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: .2;
}
.no-results-landing .landing-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.no-results-landing .landing-content .page-title {
  font-size: 2em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  color: #282828;
}
.no-results-landing .landing-content .page-subtitle {
  font-size: 2em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  color: #282828;
}
.no-results-landing .landing-search-form {
  max-width: 310px;
  margin: 0 auto;
}
.item-article.article-placeholder:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.item-article.article-placeholder .article-photo {
  background-color: #f4f4f4;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f4f4f4), color-stop(38%, #e5e5e5), color-stop(54%, #f4f4f4));
  background: linear-gradient(to right, #f4f4f4 8%, #e5e5e5 38%, #f4f4f4 54%);
  background-size: 1000px 640px;
  position: relative;
}
.item-article.article-placeholder .article-photo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/abc-placeholder.png?d=722);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.item-article.article-placeholder .article-info .article-title {
  width: 95%;
  height: 18px;
  background-color: #f4f4f4;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f4f4f4), color-stop(38%, #e5e5e5), color-stop(54%, #f4f4f4));
  background: linear-gradient(to right, #f4f4f4 8%, #e5e5e5 38%, #f4f4f4 54%);
  background-size: 1000px 640px;
}
.item-article.article-placeholder .article-info .article-title::after {
  content: "";
  display: block;
  width: 60%;
  height: 18px;
  background-color: #f4f4f4;
  position: relative;
  top: 30px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f4f4f4), color-stop(38%, #e5e5e5), color-stop(54%, #f4f4f4));
  background: linear-gradient(to right, #f4f4f4 8%, #e5e5e5 38%, #f4f4f4 54%);
  background-size: 1000px 640px;
}
.article-list.one-item .item-article.article-placeholder {
  margin-bottom: 35px;
}
.article-list.one-item .item-article.article-placeholder .article-photo {
  min-height: 200px !important;
}
.section-news.section-placeholder {
  width: 100%;
  position: relative;
}
.section-news.section-placeholder .container {
  position: relative;
}
.section-news.section-placeholder .loading-block {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f4f4f4), color-stop(38%, #e5e5e5), color-stop(54%, #f4f4f4));
  background: linear-gradient(to right, #f4f4f4 8%, #e5e5e5 38%, #f4f4f4 54%);
  background-size: 1000px 640px;
  position: relative;
}
.section-news.section-placeholder .loading-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/abc-placeholder.png?d=722);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}
.mini-header-section .logo-abc::before {
  display: none !important;
}
.open-megamenu .logo-abc::before {
  display: block !important;
}
.logodoodle-primavera::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-image: url(../images/logodoodle-primavera.png?d=722);
  background-size: cover;
  z-index: 3;
}
.logodoodle-octubrerosa::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-image: url(../images/logodoodle-octubrerosa.png?d=722);
  background-size: cover;
  z-index: 3;
}
.logodoodle-escarapela::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-image: url(../images/logodoodle-escarapela.png?d=722);
  background-size: cover;
  z-index: 3;
}
.dark-theme {
  background-color: #0f0f0f;
  color: #ffffff;
}
.dark-theme a,
.dark-theme a:hover {
  color: #ffffff;
}
.dark-theme .btn.btn-secondary {
  background-color: #ffffff;
  color: #ffffff;
  border: 1px solid transparent;
}
.dark-theme .btn.btn-secondary:hover,
.dark-theme .btn.btn-secondary:focus,
.dark-theme .btn.btn-secondary:active {
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dark-theme .btn.btn-alternative {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #f4f4f4;
}
.dark-theme .btn.btn-alternative:hover,
.dark-theme .btn.btn-alternative:focus,
.dark-theme .btn.btn-alternative:active {
  background-color: #f4f4f4 !important;
  color: #282828 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dark-theme .loginWall-alert-tip {
  background-color: #0a0a0a;
  color: #ffffff;
}
.dark-theme .dropdown-menu {
  background-color: #0a0a0a;
}
.dark-theme .dropdown-divider {
  border-top-color: #282828;
}
.dark-theme .dropdown-header {
  color: #f4f4f4;
  opacity: .6;
}
.dark-theme .dropdown-item:focus,
.dark-theme .dropdown-item:hover,
.dark-theme .dropdown-item:active {
  background-color: #0f0f0f;
  color: #ffffff;
}
.dark-theme header {
  background-color: #0f0f0f;
  color: #ffffff;
}
.dark-theme header .search-trigger .search-trigger-btn,
.dark-theme header .header-widgets-trigger .header-widgets-trigger-btn {
  background-color: #ffffff;
}
.dark-theme header.mini-header-section .main-header .logo-wrapper .logo-abc {
  background-color: #ffffff;
}
.dark-theme header.mini-header-section.open-megamenu .main-header .logo-wrapper .logo-abc {
  background-color: transparent;
}
.dark-theme header .main-menu .main-menu-wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.dark-theme header .main-menu ul li a {
  color: #ffffff;
}
.dark-theme header .main-menu .access-multimedios a i.logo-tv {
  background-image: url(../images/dot_tv_w.svg?d=722);
}
.dark-theme header .main-menu .access-multimedios a i.logo-fm {
  background-image: url(../images/dot_fm_w.svg?d=722);
}
.dark-theme header .main-menu .access-multimedios a i.logo-am {
  background-image: url(../images/dot_am_w.svg?d=722);
}
.dark-theme header .main-header {
  border-bottom-color: #0f0f0f;
}
.dark-theme header .main-header .now-on-air .tv-icon {
  background-image: url(../images/dot_tv_w.svg?d=722);
}
.dark-theme header .main-header .now-on-air .radio-icon.fm {
  background-image: url(../images/dot_fm_w.svg?d=722);
}
.dark-theme header .main-header .now-on-air .radio-icon.am {
  background-image: url(../images/dot_am_w.svg?d=722);
}
.dark-theme header .main-header .now-currency .currency-icon {
  background-color: #ffffff;
}
.dark-theme header .main-header .menu-trigger {
  background-color: #0f0f0f;
}
.dark-theme header .main-header .menu-trigger .menu-trigger-btn {
  background-color: #ffffff;
}
.dark-theme header .main-header .date .abc-este-link {
  background-image: url(../images/logo-abc-eneleste-w.svg?d=722);
}
.dark-theme header .main-header .now-on-air .program-name:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.dark-theme header .megamenu {
  background-color: #0f0f0f;
}
.dark-theme header .megamenu .heading-megamenu .search-form .search-input {
  background-color: #282828;
  color: #ffffff;
}
.dark-theme header .megamenu .heading-megamenu .search-form .search-btn {
  background-color: #ffffff;
}
.dark-theme header .megamenu .content-megamenu .col-menu::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li {
  border-bottom-color: #282828;
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li:hover,
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li:hover a {
  background-color: #282828;
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li.has-sub > a:after {
  background-color: #ffffff;
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li > a {
  color: #ffffff;
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul > li > a:hover {
  background-color: #282828;
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
  background-color: #282828;
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul li:hover > a {
  color: #ffffff;
}
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended a,
.dark-theme header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended .subtitle {
  color: #ffffff;
}
.dark-theme header .megamenu .content-megamenu .widget-megamenu {
  background-color: #282828;
}
.dark-theme header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(40, 40, 40, 0)), to(#282828));
  background: linear-gradient(to right, rgba(40, 40, 40, 0) 0%, #282828 100%);
}
.dark-theme .weather-icon {
  background-image: url(../images/weather-icons-dark-theme.png?d=722) !important;
}
.dark-theme .section-news.section-dark {
  background-color: #0a0a0a;
}
.dark-theme .section-news.section-dark .article-list-wrapper.scrollable-list-mobile::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, 0)), to(#0a0a0a));
  background: linear-gradient(to right, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
}
.dark-theme .section-title h1 {
  color: #ffffff;
}
.dark-theme .section-title .btn-alternative {
  background-color: #0f0f0f;
  color: #ffffff;
  border: 1px solid #282828;
}
.dark-theme .section-title .btn-alternative:hover,
.dark-theme .section-title .btn-alternative:focus,
.dark-theme .section-title .btn-alternative:active {
  background-color: #282828 !important;
  color: #ffffff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dark-theme .section-title .view-more-link .btn::after {
  color: #ffffff;
  background-color: #0a0a0a;
}
.dark-theme .article-list-wrapper.scrollable-list-mobile::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.dark-theme .item-article .article-photo {
  background-color: #282828;
  background-image: url(../images/abc-placeholder-dark.png?d=722);
}
.dark-theme .item-article .article-category {
  opacity: .7;
}
.dark-theme .item-article .article-category a {
  color: #ffffff;
}
.dark-theme .ad-wrapper {
  background-color: #0a0a0a;
}
.dark-theme .ad-wrapper .ad-tag {
  color: #ffffff;
}
.dark-theme .ad-wrapper div[class^="ad-"],
.dark-theme .ad-wrapper div[class*="ad-"] {
  background-color: #0f0f0f;
}
.dark-theme .ad-wrapper.inner-ad {
  background-color: transparent;
}
.dark-theme .tabs-container ul.tabs li {
  color: #ffffff;
}
.dark-theme .simple-article-list ul li a {
  color: #ffffff;
}
.dark-theme .article-topbar {
  background-color: #0f0f0f;
}
.dark-theme .article-topbar .article-info .article-category a,
.dark-theme .article-topbar .article-info .article-title {
  color: #ffffff;
}
.dark-theme .article-topbar .article-info .article-title::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.dark-theme .article-wrapper .article-heading .article-subtitle h3 {
  color: #ffffff;
}
.dark-theme .article-wrapper .article-heading .article-title h1 {
  color: #ffffff;
}
.dark-theme .article-wrapper figure figcaption {
  background-color: #0a0a0a;
}
.dark-theme .article-wrapper .article-tags {
  border-top-color: #282828;
}
.dark-theme .article-wrapper .article-tags .tag-list li a::after {
  background-color: #282828;
}
.dark-theme .section-news.you-may-like-articles .article-list-wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(40, 40, 40, 0)), to(#282828));
  background: linear-gradient(to right, rgba(40, 40, 40, 0) 0%, #282828 100%);
}
.dark-theme .light-gray-bg {
  background-color: #282828;
}
.dark-theme .tabs-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.dark-theme .section-dark .tabs-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, 0)), to(#0a0a0a));
  background: linear-gradient(to right, rgba(10, 10, 10, 0) 0%, #0a0a0a 100%);
}
.dark-theme .section-menu-extended {
  border-top-color: #282828;
  border-bottom-color: #282828;
}
.dark-theme footer {
  background-color: #0f0f0f;
  color: #ffffff;
}
.dark-theme footer .two-cols-footer-blocks {
  background-image: url(../images/footer-blocks-bg-dark.jpg?d=722);
}
.dark-theme footer .block-newsletter {
  background-color: #282828;
}
.dark-theme footer .block-app-campaign {
  color: #282828;
}
.dark-theme footer .block-app-campaign .section-title h1 {
  color: #282828;
}
.dark-theme footer .submenu-footer {
  border-top-color: #282828;
  border-bottom-color: #282828;
}
.dark-theme footer .submenu-footer ul li a {
  color: #ffffff;
}
.dark-theme footer .footer-bottom .footer-logo .logo {
  background-color: #ffffff;
}
.dark-theme footer .footer-bottom .footer-text {
  border-left-color: #282828;
}
.dark-theme .article-wrapper .column-sticky-right {
  background-color: #0f0f0f;
}
.dark-theme .article-wrapper .column-sticky-right .article-list.column-items .item-article {
  border-bottom-color: #282828;
}
.dark-theme .section-news.you-may-like-articles {
  color: #0f0f0f;
}
.dark-theme .section-news.you-may-like-articles a,
.dark-theme .section-news.you-may-like-articles a:hover {
  color: #0f0f0f;
}
.dark-theme .section-news.you-may-like-articles .section-title h1 {
  color: #0f0f0f;
}
.dark-theme .section-news.you-may-like-articles .section-title h1:after {
  color: #0f0f0f;
}
.section-dark a,
.section-dark a:hover {
  color: #ffffff;
}
.section-dark .section-title .section-meta .article-author a:hover {
  color: #0f0f0f;
}
.section-page.section-radio-abcam .section-news .section-wrapper .section-title.big-title h1 {
  font-size: 1.5em;
}
.section-page.section-radio-abcam .section-news .section-wrapper .section-title .view-more-link {
  top: -2px;
}
.section-page.section-radio-abcam .section-news .section-wrapper.section-abcam-home {
  padding-top: 15px;
}
.section-page.section-radio-abcam .section-news.section-header .section-wrapper {
  padding: 25px 0;
}
.section-page.section-radio-abcam .tabs-container ul.tabs {
  margin-bottom: 5px;
}
.section-page.section-radio-abcam .section-featured-audios-am {
  background-color: #fbf6ef;
}
.section-page.section-radio-abcam .section-featured-audios-am .section-content {
  margin-top: 20px;
}
.section-page.section-radio-abcam .section-featured-audios-am .article-list-wrapper.scrollable-list-mobile::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(251, 246, 239, 0)), to(#fbf6ef));
  background: linear-gradient(to right, rgba(251, 246, 239, 0) 0%, #fbf6ef 100%);
}
.section-page.section-radio-abcam .section-featured-audios-am .article-list-wrapper.scrollable-list-mobile .article-list .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 215px;
          flex: 0 0 215px;
}
.section-page.section-radio-abcam .section-audios-row .scrollable-list-mobile {
  position: relative;
  margin: 15px 0;
}
.section-page.section-radio-abcam .section-audios-row .scrollable-list-mobile::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 3;
}
.section-page.section-radio-abcam .section-audios-row .scrollable-list-mobile .article-list {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 40px;
}
.section-page.section-radio-abcam .section-audios-row .scrollable-list-mobile .article-list .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.section-page.section-radio-abcam .article-list .button-container {
  padding-top: 30px;
}
.section-news.audios-category-program {
  background-color: #ffe500;
}
.section-news.audios-category-program .article-list.am-shows-listing .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section-news.audios-category-program .article-list.am-shows-listing .item-article:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section-news.audios-category-program .article-list.am-shows-listing .item-article .article-photo {
  border-bottom: 3px solid #0f0f0f;
  border-radius: 0px;
}
.section-news.audios-category-program .article-list.am-shows-listing .item-article .article-photo img {
  width: 100%;
  height: auto;
}
.section-news.audios-category-program .article-list.am-shows-listing .item-article .article-info .article-title {
  font-size: 1.6em;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  color: #0f0f0f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-news.audios-category-program .section-title {
  margin-top: 0;
}
.section-news.audios-category-program .section-title h1 {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-weight: bold;
}
.section-news.audios-category-program .audios-column-container {
  padding: 30px;
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .section-news.audios-category-program .section-title h1 {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .section-news.audios-category-program .article-list.am-shows-listing {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-news.audios-category-program .article-list.am-shows-listing .item-article {
    text-align: center;
  }
}
.section-page.section-radio-abcfm .section-news .section-title h1 {
  font-family: "Montserrat", Arial, sans-serif;
}
.section-page.section-radio-abcfm .section-actualidadfm-wrapper .section-wrapper {
  padding-top: 0;
}
.section-programacion-fm {
  background-color: #2d1342;
  color: #ffffff;
  position: relative;
  padding-bottom: 140px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-programacion-fm::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  background-color: #ffffff;
  z-index: 20;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../images/bottom-curved.svg?d=722);
          mask-image: url(../images/bottom-curved.svg?d=722);
}
.section-programacion-fm .section-wrapper {
  padding-top: 25px;
  padding-bottom: 120px;
}
.section-programacion-fm .schedule-scroll-wrapper .scrollable-list-mobile::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(45, 19, 66, 0)), to(#2d1342));
  background: linear-gradient(to right, rgba(45, 19, 66, 0) 0%, #2d1342 100%);
}
.section-programacion-fm .tabs-container ul.tabs li {
  color: #ffffff;
}
.section-programacion-fm .tabs-container ul.tabs li::after {
  background-color: #00d8cb;
}
.section-programacion-fm .tabs-container ul.tabs li:hover,
.section-programacion-fm .tabs-container ul.tabs li.current {
  color: #282828;
}
.section-programacion-fm .tabs-container ul.tabs li:hover::after,
.section-programacion-fm .tabs-container ul.tabs li.current::after {
  background-color: #00d8cb;
}
.section-programacion-fm .tabs-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(45, 19, 66, 0)), to(#2d1342));
  background: linear-gradient(to right, rgba(45, 19, 66, 0) 0%, #2d1342 100%);
}
.section-page.section-tv {
  font-family: "Montserrat", Arial, sans-serif;
}
.section-page.section-tv .section-news .section-wrapper {
  padding: 25px 0 35px;
}
.section-page.section-tv .section-news .section-wrapper .section-title h1 {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: bold;
}
.section-page.section-tv .section-news .section-wrapper .section-title h1::after {
  width: 45px;
}
.section-page.section-tv .section-news .section-wrapper .section-title.big-title h1 {
  font-size: 1.5em;
}
.section-page.section-tv .section-news .section-wrapper .section-title .view-more-link {
  top: -2px;
}
.section-page.section-tv .section-news .section-wrapper.section-title-top .section-title {
  margin-bottom: 20px;
}
.section-page.section-tv .section-news.section-header .section-wrapper {
  padding: 25px 0;
}
.section-page.section-tv .tabs-container ul.tabs {
  margin-bottom: 5px;
}
.section-page.section-tv .article-list .button-container {
  padding-top: 30px;
}
.section-page.section-tv .section-player {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section-page.section-tv .section-player::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0a0a0a;
  opacity: .5;
  z-index: 1;
}
.section-page.section-tv .section-player .container {
  z-index: 4;
  position: relative;
}
.section-page.section-tv .section-player .section-wrapper.section-title-top .section-title {
  margin-bottom: 10px;
}
.section-page.section-tv .section-player .section-tv-home {
  padding: 45px 0;
}
.section-page.section-tv .section-player .branding-banners {
  margin: 15px 0;
}
.section-page.section-tv .section-player .branding-banners img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.videos-category-program .article-list.tv-shows-listing .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.videos-category-program .article-list.tv-shows-listing .item-article:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.videos-category-program .article-list.tv-shows-listing .item-article .article-photo img {
  width: 100%;
  height: auto;
}
.videos-category-program .article-list.tv-shows-listing .item-article .article-info .article-title {
  font-size: 1.6em;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.videos-category-program .article-list.videos-feed {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.videos-category-program .article-list.videos-feed .item-article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 25px;
  margin-right: 0;
}
.videos-category-program .article-list.videos-feed .item-article .article-info .article-title {
  font-size: 1.5em;
}
.videos-category-program .article-list.videos-feed .item-article .article-info .article-title::before {
  top: 3px;
}
@media (max-width: 992px) {
  .videos-category-program .article-list.videos-feed .item-article .article-info .article-title {
    font-size: 1em;
  }
  .videos-category-program .article-list.videos-feed .item-article .article-info .article-title::before {
    top: -3px;
  }
}
@media (max-width: 767px) {
  .videos-category-program .article-list.tv-shows-listing {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffe500;
  }
  .videos-category-program .article-list.tv-shows-listing .item-article {
    text-align: center;
  }
}
.section-news.section-especial-copa-america-2019-wrapper {
  background-color: #154782;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/bgca2019.svg?d=722);
}
.section-news.section-especial-copa-america-2019-wrapper .article-list-wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 71, 130, 0)), to(#154782)) !important;
  background: linear-gradient(to right, rgba(21, 71, 130, 0) 0%, #154782 100%) !important;
}
.section-news.section-especial-copa-america-2019-wrapper .section-title h1 {
  color: #ffffff;
}
.section-news.section-especial-copa-america-2019-wrapper .section-title .view-more-link a {
  color: #ffffff;
}
.section-news.section-especial-copa-america-2019-wrapper .item-article {
  color: #ffffff;
}
.section-news.section-especial-copa-america-2019-wrapper .item-article .article-info .article-category a {
  color: #ffffff;
}
.section-news.section-especial-copa-america-2019-wrapper .ad-wrapper .ad-tag {
  color: #ffffff;
}
.section-especial-covid {
  background-color: #333453;
  color: #ffffff;
  padding: 20px 0 0;
}
.section-especial-covid .section-title {
  margin: 10px 0;
}
.section-especial-covid .section-title .especial-title {
  float: left;
  width: 130px;
  height: auto;
}
.section-especial-covid .section-title .especial-hashtag {
  float: right;
  width: 130px;
  height: auto;
  margin-top: 5px;
}
.section-especial-covid .source-info {
  opacity: .5;
  text-align: center;
  line-height: 90%;
}
.section-especial-covid .source-info .small-text {
  font-size: 12px;
}
.section-especial-covid .btn-collapse {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.section-especial-covid .btn-collapse .fa-angle-down {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-especial-covid .btn-collapse.collapsed .fa-angle-down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section-especial-covid .datatable {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-especial-covid .datatable .data-col {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.section-especial-covid .datatable .data-col.data-days .data-value {
  color: #ffffff;
}
.section-especial-covid .datatable .data-value {
  color: #ffe500;
  font-weight: bold;
  font-size: 36px;
  font-family: "Montserrat", Arial, sans-serif;
}
.section-especial-covid .datatable .data-value .up-small {
  display: block;
  font-size: 10px;
  line-height: 0;
  letter-spacing: 2px;
}
.section-especial-covid .datatable .data-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 120%;
}
.section-especial-covid .collapse-block .collapse-content {
  padding-bottom: 15px;
}
.section-especial-covid hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 0;
  width: 100%;
}
.section-especial-covid .tips-block {
  text-align: center;
  margin-bottom: 20px;
}
.section-especial-covid .tips-block .tips-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 15px;
}
.section-especial-covid .tips-block .tips-title:after {
  display: block;
  content: "";
  height: 3px;
  width: 35px;
  margin: 0 auto;
  background-color: #ffe500;
}
.section-especial-covid .tips-block ul {
  padding-left: 20px;
  text-align: left;
}
.section-especial-covid .call-block {
  text-align: center;
  margin-bottom: 20px;
}
.section-especial-covid .call-block .call-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 5px;
}
.section-especial-covid .call-block .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-especial-covid .call-block .numbers a {
  color: #ffe500;
}
.section-especial-covid .call-block .numbers .number {
  font-size: 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: bold;
  padding: 0 15px;
}
.section-stats-covid {
  background-color: #262842;
  color: #ffffff;
  padding: 40px 0;
  font-family: "Montserrat", Arial, sans-serif;
}
.section-stats-covid .covid-title {
  position: relative;
}
.section-stats-covid .covid-title h1,
.section-stats-covid .covid-title h2,
.section-stats-covid .covid-title h3,
.section-stats-covid .covid-title h4,
.section-stats-covid .covid-title h5 {
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: -1.5px;
}
.section-stats-covid .covid-title h1::after,
.section-stats-covid .covid-title h2::after,
.section-stats-covid .covid-title h3::after,
.section-stats-covid .covid-title h4::after,
.section-stats-covid .covid-title h5::after {
  display: none;
}
.section-stats-covid .covid-title h1 {
  font-size: 2em;
}
.section-stats-covid .covid-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 3px;
  width: 60px;
  background-color: #ffe500;
}
.section-stats-covid .covid-title p {
  font-family: "Montserrat", Arial, sans-serif;
}
.section-stats-covid .covid-title h2 {
  font-family: "Montserrat", Arial, sans-serif;
}
.section-stats-covid .graph-container {
  padding: 15px 20px;
}
.section-stats-covid .graph-container .subtitle {
  text-transform: uppercase;
  color: #ffe500;
  font-family: "Montserrat", Arial, sans-serif;
}
.section-stats-covid .graph-container .subtitle h4 {
  font-size: 1em;
  font-weight: bold;
}
.section-stats-covid hr {
  width: 100%;
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 25px 0;
}
.section-stats-covid .legend-graph-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}
.section-stats-covid .legend-graph-lines .item-legend {
  font-weight: bold;
  line-height: 140%;
  position: relative;
  padding-left: 15px;
  margin-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 15px;
}
.section-stats-covid .legend-graph-lines .item-legend .legend-title {
  text-transform: uppercase;
  font-size: .9em;
}
.section-stats-covid .legend-graph-lines .item-legend .legend-value {
  opacity: .7;
  font-size: 1.5em;
}
.section-stats-covid .legend-graph-lines .item-legend .legend-detail {
  text-transform: uppercase;
  font-size: .9em;
  opacity: .5;
}
.section-stats-covid .legend-graph-lines .item-legend::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 3px;
  left: -2px;
}
.section-stats-covid .legend-graph-lines .item-legend.val-blue::before {
  background-color: #283eac;
}
.section-stats-covid .legend-graph-lines .item-legend.val-purple::before {
  background-color: #5c5dcb;
}
.section-stats-covid .legend-graph-lines .item-legend.val-yellow::before {
  background-color: #ecbb28;
}
.section-stats-covid .legend-graph-lines .item-legend.val-cyan::before {
  background-color: #3abcef;
}
.section-stats-covid .legend-graph-lines .item-legend.val-green::before {
  background-color: #48cd88;
}
.section-stats-covid .legend-graph-lines.legend-small .item-legend {
  font-size: 12px;
}
.section-stats-covid .legend-graph-lines.legend-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-stats-covid .legend-graph-lines.centered-legend {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-stats-covid .legend-graph-lines.bars-legend .item-legend::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 3px;
  left: -2px;
}
.section-stats-covid .graph-wrapper {
  margin: 10px auto;
}
.section-stats-covid .tabs-container {
  color: #ffffff;
}
.section-stats-covid .tabs-container a,
.section-stats-covid .tabs-container a:hover {
  color: #ffffff;
}
.section-stats-covid .tabs-container ul.tabs {
  padding-bottom: 20px;
}
.section-stats-covid .tabs-container ul.tabs li {
  color: #ffffff;
}
.section-stats-covid .tabs-container ul.tabs li::after {
  height: 7px;
  width: 7px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -5px;
  opacity: 0;
}
.section-stats-covid .tabs-container ul.tabs li.current {
  color: #ffffff !important;
}
.section-stats-covid .tabs-container ul.tabs li.current::after {
  opacity: 1;
}
.section-stats-covid .tabs-container ul.tabs li:hover {
  color: #ffffff !important;
}
.section-stats-covid .tabs-container::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(38, 40, 66, 0)), to(#262842));
  background: linear-gradient(to right, rgba(38, 40, 66, 0) 0, #262842 100%);
}
.section-stats-covid .news-list-cronology .item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: .9em;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.section-stats-covid .news-list-cronology .item-news .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: 3;
}
.section-stats-covid .news-list-cronology .item-news > div {
  padding: 10px;
}
.section-stats-covid .news-list-cronology .item-news .item-date {
  font-size: .8em;
  float: left;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.section-stats-covid .news-list-cronology .item-news .item-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-stats-covid .news-list-cronology .item-news .item-description .item-title {
  font-weight: bold;
}
.section-stats-covid .news-list-cronology .item-news .item-description .item-category {
  opacity: .6;
  font-size: .8em;
  font-weight: bold;
  margin-top: 5px;
}
.section-stats-covid .news-list-cronology .item-news .item-link {
  float: right;
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.section-stats-covid .news-list-cronology .item-news .item-link .view-item {
  color: #ffe500;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: .8em;
}
.section-stats-covid .news-list-cronology .item-news .item-link .view-item::after {
  content: "\f061";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.section-stats-covid .news-list-cronology .item-news:last-child {
  border-bottom: none;
}
.section-stats-covid .table-covid {
  font-size: 0.9em;
  background-color: #333453;
}
.section-stats-covid .table-covid th,
.section-stats-covid .table-covid thead th {
  background-color: #5c5dcb;
}
.section-stats-covid .table-covid .text-bold {
  font-weight: bold;
}
.covid-365-wrapper {
  background-image: url(../images/especiales/covid-365/bg.jpg?d=722);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #131628;
  font-family: "Montserrat", Arial, sans-serif;
  padding-bottom: 70px;
}
.covid-365-wrapper .logo-wrapper {
  padding: 40px 0;
  text-align: center;
}
.covid-365-wrapper .logo-wrapper img {
  max-width: 300px;
}
.covid-365-wrapper .player-wrapper {
  position: relative;
  overflow: hidden;
}
.covid-365-wrapper .player-wrapper .link-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 18%;
  z-index: 333;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.covid-365-wrapper .player-wrapper .link-layer span {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: -100px;
  left: 0;
  margin: 0 auto;
  background: #ff5943;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ff5943), to(rgba(255, 89, 67, 0)));
  background: linear-gradient(0deg, #ff5943 10%, rgba(255, 89, 67, 0) 100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  padding: 30px 0 10px;
  font-size: .9em;
  letter-spacing: 2px;
}
.covid-365-wrapper .player-wrapper .link-layer:hover {
  background-color: rgba(19, 22, 40, 0.4);
  -webkit-box-shadow: 0 0 50px rgba(19, 22, 40, 0.4);
          box-shadow: 0 0 50px rgba(19, 22, 40, 0.4);
}
.covid-365-wrapper .player-wrapper .link-layer:hover span {
  bottom: 0;
}
.covid-365-wrapper .player-wrapper .embed-responsive {
  z-index: 222;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list-title {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ff5943;
  padding: 20px 0;
  border-bottom: 2px solid #ff5943;
  margin-top: 20px;
  margin-bottom: 20px;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  opacity: .5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info {
  width: 70%;
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info a {
  display: block;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info .chapter-number {
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 2.5em;
  color: #ff5943;
  opacity: .5;
  z-index: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info h2 {
  font-size: .9em;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 3;
  margin: 0;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info .timestamp {
  font-size: .8em;
  color: #ffffff;
  opacity: .6;
  position: relative;
  z-index: 3;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-right {
  width: 30%;
  text-align: right;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-right .btn.btn-primary {
  background: transparent;
  border-radius: 40px;
  border: 1px solid #ff5943;
  color: #ff5943;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-right .btn.btn-primary:hover,
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-right .btn.btn-primary:focus {
  background: #ff5943 !important;
  color: #ffffff !important;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item.active-chapter,
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item:hover {
  opacity: 1;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item.active-chapter .chapter-info,
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item:hover .chapter-info {
  padding-left: 60px;
}
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item.active-chapter .chapter-info .chapter-number,
.covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item:hover .chapter-info .chapter-number {
  opacity: 1;
}
@media (max-width: 767px) {
  .section-especial-covid .datatable .data-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .section-stats-covid .covid-title h1 {
    font-size: 1.3em;
  }
  .section-stats-covid .covid-title p {
    font-size: .8em;
  }
  .section-stats-covid .graph-container {
    padding: 20px 0;
  }
  .section-stats-covid .legend-graph-lines {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-stats-covid .legend-graph-lines .item-legend {
    margin-right: 10px;
    width: 50%;
  }
  .section-stats-covid .legend-graph-lines .item-legend .legend-title {
    font-size: .6em;
  }
  .section-stats-covid .legend-graph-lines .item-legend .legend-value {
    font-size: 1.3em;
  }
  .section-stats-covid .legend-graph-lines.legend-small .item-legend .legend-title {
    font-size: .8em;
  }
  .section-stats-covid .legend-graph-lines.legend-small .item-legend .legend-value,
  .section-stats-covid .legend-graph-lines.legend-small .item-legend .legend-detail {
    font-size: 1em;
  }
  .section-stats-covid .news-list-cronology .item-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-stats-covid .news-list-cronology .item-news .item-date,
  .section-stats-covid .news-list-cronology .item-news .item-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .covid-365-wrapper .player-wrapper .link-layer:hover span {
    bottom: -130px;
    font-size: .7em;
    letter-spacing: 0;
  }
  .covid-365-wrapper .chapter-list-wrapper .chapter-list-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info {
    width: 60%;
  }
  .covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info .chapter-number {
    font-size: 1.8em;
    top: -9px;
  }
  .covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-info h2 {
    font-size: .8em;
  }
  .covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-right {
    width: 40%;
  }
  .covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item .chapter-right .btn.btn-primary {
    font-size: .5em;
    letter-spacing: 0;
  }
  .covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item:hover .chapter-info,
  .covid-365-wrapper .chapter-list-wrapper .chapter-list .chapter-item.active-chapter .chapter-info {
    padding-left: 40px;
  }
}
.section-news.section-especial-reciclarte {
  background-image: url('../images/especiales/reciclarte/reciclarte_bg.gif?d=722');
  background-position: center;
  background-repeat: repeat;
  color: #ffffff;
  padding: 125px 0;
}
.section-news.section-especial-reciclarte .streaming-wrapper {
  margin-top: 30px;
}
.section-news.section-especial-reciclarte .logo-reciclarte {
  text-indent: -9999px;
  display: block;
  width: 320px;
  height: 160px;
  background-image: url('../images/especiales/reciclarte/reciclarte_logo.svg?d=722');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.section-news.section-especial-reciclarte .lineup-reciclarte {
  display: block;
  margin: 0 auto;
}
.section-news.section-especial-reciclarte .sponsors-container {
  margin-top: 45px;
}
.section-news.section-especial-reciclarte .sponsors-container .sponsors-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-news.section-especial-reciclarte .sponsors-container .sponsors-row .sponsors-title {
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 10px 25px;
}
.section-news.section-especial-reciclarte .sponsors-container .sponsors-row .sponsor-item {
  margin: 10px 15px;
}
@media screen and (max-width: 992px) {
  .section-news.section-especial-reciclarte {
    padding: 35px 0;
  }
  .section-news.section-especial-reciclarte .logo-reciclarte {
    margin-top: 45px;
    width: 280px;
  }
  .section-news.section-especial-reciclarte .sponsors-container .sponsors-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.abc-market-section {
  background-color: #ffe500;
  padding: 40px 0;
}
section.abc-market-section .block-header {
  padding: 25px 0;
}
section.abc-market-section .block-header .logo-abcmarket {
  display: inline-block;
  width: 119px;
  height: 39px;
  text-indent: -9999px;
  background-image: url(../images/logo-abcmarket.svg?d=722);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
section.abc-market-section .block-header .block-title {
  font-weight: 800;
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  top: 8px;
  left: 12px;
}
section.abc-market-section .block-articles-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
section.abc-market-section .anuncio-item {
  position: relative;
  background-color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
section.abc-market-section .anuncio-item:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
section.abc-market-section .anuncio-item .anuncio-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  text-indent: -9999px;
}
section.abc-market-section .anuncio-item .anuncio-photo {
  width: 100%;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.abc-market-section .anuncio-item .anuncio-inner {
  padding: 15px;
  color: #1a1a1a;
  max-height: 120px;
  position: relative;
  overflow: hidden;
}
section.abc-market-section .anuncio-item .anuncio-inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
section.abc-market-section .anuncio-item .anuncio-inner h2 {
  font-weight: 800;
  font-size: 1.1em;
  letter-spacing: -0.5px;
}
section.abc-market-section .anuncio-item .anuncio-inner p {
  opacity: .5;
  line-height: 120%;
  font-size: .8em;
}
section.abc-market-section .anuncio-item .price {
  width: 100%;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: 800;
  background-color: #1a1a1a;
}
section.abc-market-section .block-footer {
  padding: 20px 0;
}
section.abc-market-section .block-footer .btn-primary {
  border-radius: 50px;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.1em;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
}
section.abc-market-section .block-footer .btn-primary:hover {
  background-color: #3399ff !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  section.abc-market-section {
    padding: 20px 0;
  }
  section.abc-market-section .block-header {
    text-align: center;
  }
  section.abc-market-section .block-header .logo-abcmarket {
    display: block;
    margin: 0 auto;
  }
  section.abc-market-section .block-header .block-title {
    display: block;
    margin: 0 auto;
    left: 0;
    top: 0;
    padding-top: 20px;
  }
  section.abc-market-section .block-footer .btn-primary {
    font-size: .8em;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 575px) {
  section.abc-market-section .block-articles-feed {
    padding-left: 16%;
  }
}
.landing-app {
  background-color: #ffe500;
  color: #0f0f0f;
  padding-top: 45px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.landing-app .logo-abc-wrapper {
  text-align: center;
}
.landing-app .logo-abc-wrapper .abc-logo {
  display: inline-block;
  background-color: #0f0f0f;
  -webkit-mask-image: url(../images/abc.svg?d=722);
  mask-image: url(../images/abc.svg?d=722);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 91px;
  height: 30px;
  text-indent: -9999px;
  margin: 10px auto;
}
.landing-app .app-splash {
  padding: 25px 0 0;
  text-align: center;
}
.landing-app .app-splash img {
  max-width: 70%;
}
.landing-app .app-landing-title {
  padding: 25px 0;
  font-size: 60px;
  color: #0f0f0f;
  text-align: center;
  letter-spacing: -1px;
}
.landing-app .app-landing-title h1 {
  margin: 0;
  line-height: 100%;
  font-size: 1em;
}
.landing-app .app-landing-title .tags-landing-app {
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.landing-app hr {
  display: block;
  width: 100%;
  margin: 35px 0;
  border-top: 1px solid #0f0f0f;
}
.landing-app .feature-row {
  padding: 45px 0;
  overflow: hidden;
}
.landing-app .feature-row h1 {
  font-weight: 700;
  font-size: 2em;
}
.landing-app .feature-row p {
  font-size: 1.1em;
}
.landing-app .feature-row img {
  max-width: 100%;
  height: auto;
}
.landing-app .feature-row > div {
  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;
}
.landing-app .feature-row .feature-info {
  font-size: 1.5em;
}
.landing-app .badge-buttons {
  text-align: center;
  padding: 70px 0;
}
.landing-app .badge-buttons h1 {
  font-weight: 400;
  margin: 55px 0;
  font-size: 2em;
}
.landing-app .badge-buttons h1 strong {
  font-weight: 700;
}
.landing-app .disclaimer {
  font-size: .7em;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .landing-app .app-splash img {
    max-width: 100%;
  }
  .landing-app .app-landing-title {
    font-size: 35px;
  }
  .landing-app .feature-row .feature-info {
    font-size: 1.2em;
    margin-top: 45px;
    text-align: center;
  }
  .landing-app .badge-buttons {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .landing-app .feature-row {
    padding: 25px 0;
  }
  .landing-app .feature-row .feature-info {
    font-size: 1em;
  }
  .landing-app .badge-buttons {
    padding: 30px 0;
  }
  .landing-app .badge-buttons h1 {
    margin-top: 10px;
  }
  .landing-app .badge-buttons .badge-appstore {
    width: 135px;
    height: 45px;
  }
  .landing-app .badge-buttons .badge-playstore {
    width: 152px;
    height: 45px;
  }
}
.loginWall-alert-tip {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 24px rgba(0, 0, 0, 0.2);
  z-index: 991;
  text-align: center;
  padding: 12px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.loginWall-alert-tip.hidden {
  bottom: -300px;
}
div[class^="ad-wrapper"] {
  overflow: hidden;
}
.section-news.you-may-like-articles .article-list-wrapper .article-list .item-article .article-photo,
.section-news.you-may-like-articles .article-list-wrapper .article-list > div[id^=cx] .item-article .article-photo {
  width: 94%;
  height: 0;
  padding-bottom: 61%;
}
/*-------------------------------------------------------------------- 1200px ----------------------------------*/
@media (min-width: 1200px) {
  .section-news.branded-section .branded-background {
    background-size: 1920px auto;
  }
}
@media (max-width: 1200px) {
  .slick-slide img {
    max-width: 100%;
    height: auto;
  }
  header .main-header .logo-wrapper .logo-abc {
    width: 85px;
    height: 51px;
  }
  header .main-header .date {
    display: none;
  }
  header .main-header .social-links {
    top: 12px;
  }
  header .main-header .social-links .social-link {
    margin-right: 3px;
  }
  header .main-header .now-on-air,
  header .main-header .now-weather,
  header .main-header .now-currency {
    top: 8px;
  }
  header .main-header .menu-trigger {
    top: 16px;
  }
  header .main-header .miabc-user-options {
    top: 6px;
  }
  header .main-header .miabc-user-options .user-button .user-avatar {
    top: 10px;
  }
  header.mini-header-section .main-menu .main-menu-wrapper,
  header.mini-header .main-menu .main-menu-wrapper {
    width: 58%;
  }
  header.mini-header .main-menu .access-multimedios {
    right: 110px;
  }
  .item-article .article-photo img {
    max-width: 100%;
    height: auto;
  }
  .item-article .article-info .article-category,
  .item-article .article-info .article-author,
  .item-article .article-info .article-time {
    font-size: .55em;
  }
  .item-article .article-info .article-intro {
    font-size: .9em;
  }
  .article-list.featured-big-item .item-article .article-photo {
    width: 450px;
    height: 250px;
  }
  .article-list.big-photo .item-article .article-photo {
    width: 225px;
    height: 145px;
  }
  .article-list.big-photo.galeries-list .item-article .article-photo {
    width: 270px;
    height: 175px;
  }
  .article-list.featured-big-item .item-article .article-info .article-title {
    font-size: 1.8em;
  }
  .article-list.big-item .item-article .article-photo {
    width: 285px;
    height: 183px;
  }
  .article-list.medium-items .item-article .article-info .article-title {
    font-size: 1em;
  }
  .article-list.small-items .item-article .article-photo {
    width: 100px;
    height: 63px;
  }
  .article-list.small-items .item-article .article-info .article-title {
    font-size: .89em;
  }
  .article-list.medium-photo .item-article .article-photo {
    width: 140px;
    height: 90px;
  }
  .article-list.number-left .item-article .article-info {
    width: 70%;
  }
  .article-list.square-slider .slide .item-article {
    width: 290px;
    height: 290px;
  }
  .article-list.grid-items.three-items .item-article {
    width: 50%;
  }
  .section-news .section-title h1 {
    font-size: 1.7em;
  }
  .section-news .section-title.big-title h1 {
    font-size: 2.4em;
  }
  .breaking-news .news-headline .headline h1 {
    font-size: 1.8em;
  }
  .breaking-news .news-headline .headline p {
    font-size: 1em;
    line-height: 125%;
  }
  .section-news.two-columns-7030-section .col-container-left {
    width: 560px;
  }
  .section-news.section-graphic-home .graphic-object img {
    max-width: 100%;
    height: auto;
  }
  .simple-article-list ul li.featured a {
    font-size: 1.3em;
  }
  .article-wrapper .article-main-media,
  .article-wrapper .article-content figure {
    width: 600px;
  }
  .article-wrapper .article-content img {
    max-width: 100%;
    height: auto;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-01 {
    width: 50vw;
    height: 50vw;
    top: 15%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-02 {
    width: 400px;
    height: 400px;
    top: 26%;
    left: 7%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-07 {
    left: -6%;
    top: 35%;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule {
    top: 20%;
    right: 6%;
  }
  .section-news.section-abcfm-home-wrapper .radio-hosts .host {
    max-width: 600px;
  }
  .article-list.fm-shows-listing .item-article .article-photo img {
    max-width: inherit;
  }
  footer .footer-bottom .footer-logo .logo {
    width: 75px;
    height: 25px;
  }
  footer .footer-bottom .social-links {
    font-size: 1em;
  }
  footer .footer-bottom .social-links .social-link {
    margin-left: 5px;
  }
  .social-links .social-link i {
    font-size: 1.2em;
  }
  .featured-title h3,
  .section-news.section-abcam-home-wrapper .tabs-container .tabs .tab-link {
    font-size: .8em;
  }
}
/*-------------------------------------------------------------------- 991px ----------------------------------*/
@media (max-width: 991px) {
  .hide-tablet {
    display: none!important;
  }
  .section-page.section-tv .section-news.section-header .section-wrapper {
    padding: 10px 0;
  }
  .btn {
    font-size: .8em;
  }
  .view-more-link .btn {
    font-size: .6em;
    padding: 5px 10px;
  }
  .item-article:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  header .main-header .now-on-air {
    display: none;
  }
  header .main-header .logo-wrapper {
    margin-left: 0;
  }
  header.mini-header .main-header .logo-wrapper {
    margin-left: 0;
  }
  header.mini-header .main-header .logo-wrapper .logo-abc {
    background-image: url(../images/logo-abc.svg?d=722);
    -webkit-mask-image: none;
            mask-image: none;
    background-color: transparent;
    width: 75px;
    height: 45px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header.mini-header-section .main-header .logo-wrapper .logo-abc {
    width: 66px;
    height: 22px;
    background-image: none;
    background-color: #282828;
    -webkit-mask-image: url(../images/abc.svg?d=722);
            mask-image: url(../images/abc.svg?d=722);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    margin: 8px 0 8px;
  }
  header.mini-header.open-megamenu .main-header .menu-trigger {
    top: 12px;
    right: 0;
  }
  header.mini-header.open-megamenu .main-header .logo-wrapper {
    margin-left: 0;
  }
  header .main-header .logo-wrapper .logo-abc,
  header.mini-header.open-megamenu .main-header .logo-wrapper .logo-abc {
    width: 75px;
    height: 45px;
  }
  header.mini-header.open-megamenu .main-header .logo-wrapper,
  header.mini-header-section.open-megamenu .main-header .logo-wrapper {
    margin-left: 0;
  }
  header.mini-header.open-megamenu .main-header .menu-trigger,
  header.mini-header-section.open-megamenu .main-header .menu-trigger {
    top: 12px;
  }
  header .main-menu {
    display: none;
  }
  header.mini-header .main-header .menu-trigger,
  header.mini-header-section .main-header .menu-trigger {
    top: 12px;
  }
  header.mini-header .search-trigger,
  header.mini-header-section .search-trigger {
    display: block;
    top: 7px;
  }
  header.mini-header .header-widgets-trigger,
  header.mini-header-section .header-widgets-trigger {
    display: block;
    top: 4px;
  }
  header .main-header .menu-trigger {
    top: 12px;
    right: 0;
  }
  header .main-header .now-on-air,
  header .main-header .now-weather,
  header .main-header .now-currency {
    display: none;
  }
  header .main-header .miabc-user-options {
    top: 0;
  }
  header .main-header .miabc-user-options .login-buttons {
    padding-top: 11px;
  }
  header .main-header .miabc-user-options .login-buttons .btn {
    letter-spacing: 0.5px;
  }
  header .main-header .miabc-user-options .user-button .user-avatar {
    width: 28px;
    height: 28px;
  }
  header .main-header .miabc-user-options.logged-in {
    top: 19px;
    padding: 0 10px 0 5px;
  }
  header.mini-header .main-header .miabc-user-options,
  header.mini-header-section .main-header .miabc-user-options {
    top: 0;
  }
  header.mini-header .main-header .miabc-user-options.logged-in,
  header.mini-header-section .main-header .miabc-user-options.logged-in {
    top: 10px;
  }
  header .main-header .social-links {
    top: 7px;
    margin-right: 30px;
  }
  header .main-header .search-trigger {
    display: block;
    top: 12px;
    right: 2px;
  }
  header .main-header .header-widgets-trigger {
    display: block;
    top: 8px;
    right: 12px;
  }
  header .megamenu {
    overflow: hidden;
  }
  header .megamenu .heading-megamenu {
    position: relative;
    height: 60px;
  }
  header .megamenu .heading-megamenu .search-form {
    position: absolute;
    top: 12px;
    left: 89px;
    width: 80%;
  }
  header .megamenu .content-megamenu {
    overflow: initial;
  }
  header .megamenu .content-megamenu .col-menu {
    width: 100%;
    position: relative;
  }
  header .megamenu .content-megamenu .col-menu::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 999;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper {
    margin-top: 5px;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 30px;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended {
    width: 100%;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended ul {
    width: 100%;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended ul ul {
    position: relative;
    top: initial;
    left: initial;
    height: 0;
    padding: 0;
    padding-bottom: 25px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended ul li.has-sub > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended ul li:hover > a {
    padding-left: 14px;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended ul li:hover > ul {
    height: 250px;
    visibility: visible;
    margin-bottom: 20px;
    padding-left: 8px;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended ul li:hover.has-sub > a:after {
    right: 14px;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended ul li:focus {
    pointer-events: none;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended a,
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended .subtitle {
    padding: 14px 8px;
    font-size: .8em;
    width: 80%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header .megamenu .content-megamenu .col-menu .menu-extended-wrapper .menu-extended .subtitle {
    font-size: .85em;
    border-bottom: 1px solid #ffe500;
  }
  header .megamenu .content-megamenu .col-services {
    width: 100%;
    display: none;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner {
    padding: 15px;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading {
    padding-bottom: 5px;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .widget-title,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .status {
    letter-spacing: 0px;
    font-size: .8em;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .status {
    padding-left: 4px;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .logo-sponsor {
    width: 100px;
    height: 35px;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-heading .logo-sponsor img {
    max-width: 100%;
    height: auto;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content {
    position: relative;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 3;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .currency-exchange-list,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .weather-forecast-list {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .currency-exchange-list::-webkit-scrollbar,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .weather-forecast-list::-webkit-scrollbar {
    display: none;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .currency-exchange-list .item-weather,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .weather-forecast-list .item-weather,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .currency-exchange-list .item-currency,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .weather-forecast-list .item-currency {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    margin-right: 15px;
  }
  header.only-widgets .main-header .now-on-air,
  header.only-widgets .main-header .social-links {
    display: none !important;
  }
  header.only-widgets .megamenu .content-megamenu .col-menu {
    display: none;
  }
  header.only-widgets .megamenu .content-megamenu .col-services {
    display: block;
  }
  header.only-widgets .megamenu .content-megamenu .search-box-container {
    display: none;
  }
  header.only-search .main-header .now-on-air,
  header.only-search .main-header .social-links,
  header.only-search .megamenu .content-megamenu .col-services,
  header.only-search .megamenu .content-megamenu .col-menu {
    display: none !important;
  }
  header.only-search .megamenu .content-megamenu .search-box-container {
    display: block;
  }
  header.mini-header.open-megamenu .main-header .logo-wrapper .logo-abc,
  header.mini-header-section.open-megamenu .main-header .logo-wrapper .logo-abc {
    margin-top: 0;
    width: 75px;
    height: 45px;
  }
  header.open-megamenu .main-header .now-on-air {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: 2%;
    margin-right: auto;
    float: none;
    width: 300px;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
  header.open-megamenu .main-header .now-on-air .on-air-slider {
    height: auto;
  }
  header.open-megamenu .main-header .now-on-air .on-air-slider .slide {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f4f4f4;
  }
  header.open-megamenu .main-header .now-on-air .on-air-slider .slide:last-child {
    border-bottom: 0;
  }
  header.open-megamenu .main-header .now-on-air .tv-icon {
    margin-right: 57px;
    margin-bottom: 10px;
    margin-left: 3px;
  }
  header.open-megamenu .main-header .now-on-air .radio-icon {
    margin-bottom: 10px;
  }
  header.open-megamenu .main-header .social-links {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: auto;
    margin-right: 2%;
    float: none;
    width: 150px;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
  }
  header.open-megamenu .megamenu .content-megamenu .col-menu {
    margin-top: 220px;
    border-top: 3px solid #282828;
    padding-top: 5px;
  }
  .header-placeholder {
    height: 50px;
  }
  .breaking-news.full-breaking .breaking-news-photo,
  .breaking-news.full-breaking .breaking-news-inner {
    height: 420px;
  }
  .breaking-news.full-breaking .breaking-news-photo .left-column,
  .breaking-news.full-breaking .breaking-news-inner .left-column {
    bottom: 0;
  }
  .breaking-news.full-breaking .news-headline {
    width: 100%;
  }
  .breaking-news.full-breaking .news-headline .headline h1 {
    font-size: 1.3em;
  }
  .breaking-news.full-breaking .news-headline .headline p {
    font-size: .9em;
    line-height: 115%;
  }
  .section-news .section-title {
    margin: 25px 0;
  }
  .section-news .section-title h1 {
    font-size: 1.5em;
  }
  .section-news .section-title.big-title h1 {
    font-size: 1.5em;
  }
  .section-news .section-wrapper {
    padding: 20px 0 10px;
  }
  .section-news.two-columns-7030-section .col-container-left,
  .section-news.two-columns-7030-section .col-container-right {
    width: 720px;
    margin: 0 auto;
    float: none;
  }
  .section-news.section-impreso-editorial-wrapper .section-impreso .tabs-container {
    width: 100%;
  }
  .section-news.section-impreso-editorial-wrapper .print-edition-cover-wrapper .print-edition-cover {
    margin: 0 auto 25px;
  }
  .section-news .section-wrapper.section-title-left .section-title {
    width: 100%;
    padding-bottom: 5px;
  }
  .section-news .section-wrapper.section-title-left .section-title .view-more-link {
    margin-top: 0;
    margin-left: 15px;
    padding: 5px 0;
  }
  .section-news .section-title .section-description {
    margin: 20px 0 0;
    padding: 0;
  }
  .section-news .section-wrapper.section-title-left .section-content {
    width: 100%;
  }
  .section-news .section-wrapper.section-title-left-fw .section-title .view-more-link {
    margin: 0;
    padding: 0;
  }
  .article-list.square-slider .slide .item-article {
    width: 330px;
    height: 330px;
    margin-bottom: 20px;
  }
  .article-list.square-slider .slide .item-article .article-info .article-title {
    font-size: 1.1em;
  }
  .article-list.column-items .item-article {
    margin: 0;
  }
  .article-list.featured-big-item .item-article .article-info .article-title {
    font-size: 1.375em;
  }
  .article-list.big-item .item-article .article-info .article-title {
    font-size: 1.2em;
  }
  .article-list.medium-photo .item-article .article-photo {
    width: 120px;
    height: 78px;
  }
  .article-list.medium-items.photo-left.big-photo {
    padding-top: 0;
    padding-bottom: 40px;
    border-top: 0;
  }
  .article-list.medium-items.photo-left.big-photo .item-article {
    margin-bottom: 0;
  }
  .article-list.medium-items.photo-left.big-photo .item-article .article-photo {
    width: 100px;
    height: 63px;
  }
  .article-list.medium-items.photo-left.big-photo .item-article .article-title {
    font-size: .89em;
  }
  .article-list.medium-items.photo-left.big-photo .item-article .article-intro {
    display: none;
  }
  .article-list.medium-items.photo-left.big-photo .button-container {
    margin: 25px 0;
  }
  .section-news.section-graphic-home .graphic-wrapper {
    padding: 0;
  }
  .section-news.section-gallery-home-wrapper .slick-prev,
  .section-news.section-gallery-home-wrapper .slick-next {
    top: 35%;
  }
  .section-news.section-tv-home-wrapper .on-air-schedule {
    margin-bottom: 20px;
  }
  .section-news.section-tv-home-wrapper .on-air-schedule .show-name {
    font-size: 1em;
  }
  .section-news.section-tv-home-wrapper .scroll-article-list {
    height: 240px;
  }
  .section-news.section-abcam-home-wrapper .view-more-link {
    top: 18px;
  }
  .section-news.section-abcam-home-wrapper .on-air-schedule .show-name {
    font-size: 1em;
  }
  .section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air .show-name {
    font-size: 1.3em;
  }
  .section-news.section-abcam-home-wrapper .tabs-container {
    margin-top: 20px;
  }
  .section-news.section-abcam-home-wrapper .tabs-container .tab-content::after {
    bottom: 8px;
  }
  .section-news.section-abcam-home-wrapper .scroll-article-list {
    height: 240px;
  }
  .section-news.section-abcam-home-wrapper .scroll-article-list::-webkit-scrollbar {
    display: none;
  }
  .article-list.videos-list .item-article {
    margin-bottom: 10px;
  }
  .article-list.audios-list .item-article .article-info::after {
    top: 7px;
  }
  .article-list.five-items.row-items .item-article {
    width: 138px;
  }
  .article-list.one-item.big-item {
    margin-bottom: 15px;
  }
  .article-list.one-item.big-item .item-article .article-photo {
    width: 100%;
    height: auto;
    min-height: 183px;
  }
  .article-list.one-item.big-item .item-article .article-photo img {
    width: 100%;
    height: auto;
  }
  .section-news.section-cronicas-ciudadanas .article-list-wrapper,
  .section-news.section-especial .article-list-wrapper {
    position: relative;
    margin: 15px 0;
  }
  .section-news.section-cronicas-ciudadanas .article-list-wrapper::before,
  .section-news.section-especial .article-list-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 3;
  }
  .section-news.section-cronicas-ciudadanas .article-list-wrapper .article-list,
  .section-news.section-especial .article-list-wrapper .article-list {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .section-news.section-cronicas-ciudadanas .article-list-wrapper .article-list::-webkit-scrollbar,
  .section-news.section-especial .article-list-wrapper .article-list::-webkit-scrollbar {
    display: none;
  }
  .section-news.section-cronicas-ciudadanas .article-list-wrapper .article-list .item-article,
  .section-news.section-especial .article-list-wrapper .article-list .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-right: 15px;
  }
  .horizontal-article-list-scroll .article-list-wrapper {
    position: relative;
    margin: 15px 0;
  }
  .horizontal-article-list-scroll .article-list-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 3;
  }
  .horizontal-article-list-scroll .article-list-wrapper .article-list {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .horizontal-article-list-scroll .article-list-wrapper .article-list::-webkit-scrollbar {
    display: none;
  }
  .horizontal-article-list-scroll .article-list-wrapper .article-list .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    margin-right: 15px;
  }
  .horizontal-article-list-scroll .article-list-wrapper .article-list.bordered-items .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .article-list-wrapper.scrollable-list-mobile {
    position: relative;
    margin: 15px 0;
  }
  .article-list-wrapper.scrollable-list-mobile::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 3;
  }
  .article-list-wrapper.scrollable-list-mobile .article-list {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .article-list-wrapper.scrollable-list-mobile .article-list::-webkit-scrollbar {
    display: none;
  }
  .article-list-wrapper.scrollable-list-mobile .article-list .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
    margin-right: 15px;
  }
  .article-list-wrapper.scrollable-list-mobile .article-list.mam-listing .item-article.item-mam {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
  .section-brandlab .article-list-wrapper.scrollable-list-mobile .article-list .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
  }
  .section-podcasts .article-list-wrapper.scrollable-list-mobile .article-list .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
  }
  .movies-listing-wrapper .article-list-wrapper.scrollable-list-mobile .article-list .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }
  .section-news.section-especial .article-list-wrapper::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(40, 40, 40, 0)), to(#282828));
    background: linear-gradient(to right, rgba(40, 40, 40, 0) 0%, #282828 100%);
  }
  .section-news.section-cronicas-ciudadanas .article-list-wrapper::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .section-news.section-graphic-home {
    padding: 30px 0;
  }
  .section-news.section-graphic-home .col-lg-3 {
    width: 35%;
  }
  .section-news.section-graphic-home .col-lg-5 {
    width: 65%;
  }
  .section-news.section-graphic-home .graphic-wrapper img {
    width: 100%;
    height: auto;
  }
  /*
.section-deportes-wrapper,
.section-featurednews-wrapper {
  .article-list-wrapper {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;

    &::-webkit-scrollbar {
      display: none;
    }

    .article-list-row {
      display: flex;
      flex-wrap: nowrap;
      margin-top: 0;

      &.article-list.list-border-top {
        border: 0;
      }

      .item-article {
        flex: 0 0 140px;
        margin-right: 15px;
      }
    }
  }
}
*/
  .section-news.most-read-articles {
    padding-bottom: 30px;
  }
  .section-news.most-read-articles .article-list.five-items .item-article {
    width: 100%;
    margin-bottom: 5px;
  }
  .section-news.most-read-articles .article-list.five-items .item-article .article-number {
    float: left;
    width: 50px;
  }
  .section-news.most-read-articles .article-list.five-items .item-article .article-info {
    float: left;
    width: 80%;
  }
  .most-read-articles-wrapper {
    display: none;
  }
  .section-news.section-featurednews-wrapper .col-lg-6 {
    width: 50%;
  }
  .section-news.section-featurednews-wrapper .article-list.featured-big-item .item-article .article-photo {
    width: 330px;
    height: auto;
    min-height: 183px;
  }
  .section-news.section-featurednews-wrapper .article-list.featured-big-item .item-article .article-photo img {
    width: 100%;
    height: auto;
  }
  .section-news.section-featurednews-wrapper .article-list.big-photo .item-article .article-photo {
    width: 162px;
    height: 105px;
  }
  .section-news.three-columns-section .col-lg-4 {
    width: 50%;
  }
  .article-wrapper .article-heading,
  .article-wrapper .article-main-media,
  .article-wrapper .article-content figure {
    width: 690px;
  }
  .article-topbar .article-info {
    width: 86%;
  }
  .article-topbar .article-share-options {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: initial;
  }
  .article-wrapper .article-heading .article-heading-bottom .article-meta {
    width: 100%;
    float: left;
  }
  .article-wrapper .article-heading .article-heading-bottom .article-share-options {
    display: none;
  }
  .share-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share-options .share-option {
    width: 22%;
    font-size: 1.3em;
    padding: 8px 18px;
  }
  .section-news.related-articles .article-list .item-article {
    width: 100%;
    margin: 2px 0 15px;
  }
  .section-news.you-may-like-articles .article-list-wrapper {
    position: relative;
    margin: 15px 0 0;
  }
  .section-news.you-may-like-articles .article-list-wrapper .article-list,
  .section-news.you-may-like-articles .article-list-wrapper .article-list > div[id^=cx] {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-news.you-may-like-articles .article-list-wrapper .article-list::-webkit-scrollbar,
  .section-news.you-may-like-articles .article-list-wrapper .article-list > div[id^=cx]::-webkit-scrollbar {
    display: none;
  }
  .section-news.you-may-like-articles .article-list-wrapper .article-list .item-article,
  .section-news.you-may-like-articles .article-list-wrapper .article-list > div[id^=cx] .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 15px;
  }
  .section-news.section-abcfm-home-wrapper .on-air-section {
    height: 470px;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-01 {
    top: 8%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-02 {
    top: 18%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-03 {
    top: 9%;
    left: 12%;
    width: 200px;
    height: 200px;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-05 {
    top: 32%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-07 {
    top: 22%;
    left: 2%;
    width: 200px;
    height: 200px;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-09 {
    top: 34%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .show-name-bg {
    top: 6%;
  }
  .section-news.section-abcfm-home-wrapper .radio-hosts .host {
    max-width: 480px;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule {
    width: 40%;
    top: 11%;
    right: 6%;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule .show-name {
    font-size: 2.2em;
  }
  .section-page.section-radio-abcfm .section-programacion-fm .section-wrapper {
    padding-bottom: 150px;
  }
  .section-news.section-placeholder .loading-block {
    height: 350px;
  }
  .modal-login-miabc .modal-content {
    height: auto;
  }
  footer {
    padding-bottom: 70px;
  }
  footer .two-cols-footer-blocks {
    background-image: none;
  }
  footer .two-cols-footer-blocks .container {
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .block-app-campaign .block-inner {
    padding-left: 30px;
  }
  footer .block-block-newsletter .block-inner {
    padding-right: 30px;
  }
  .loginWall-alert-tip {
    font-size: .8em;
    bottom: 46px;
    padding-bottom: 20px;
  }
}
/*-------------------------------------------------------------------- 767px ----------------------------------*/
@media (min-width: 768px) {
  .hide-desktop {
    display: none!important;
  }
  .banner-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none!important;
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .section-especial-banner .banner-desktop {
    display: none;
  }
  .section-especial-banner .banner-mobile {
    display: block;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  header .main-header {
    margin: 0 auto;
  }
  .header-placeholder {
    height: 62px;
    display: block !important;
  }
  header .main-header .now-weather,
  header .main-header .now-currency,
  header .main-header .social-links {
    display: none;
  }
  .dark-theme header.mini-header.open-megamenu .main-header .logo-wrapper .logo-abc {
    background-color: transparent;
  }
  .dark-theme header.mini-header.open-megamenu .main-header .logo-wrapper .logo-abc,
  .dark-theme header.mini-header-section.open-megamenu .main-header .logo-wrapper .logo-abc {
    background-color: transparent;
  }
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .currency-exchange-list .item-weather,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .weather-forecast-list .item-weather,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .currency-exchange-list .item-currency,
  header .megamenu .content-megamenu .widget-megamenu .widget-inner .widget-content .weather-forecast-list .item-currency {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
  }
  header .megamenu .heading-megamenu .search-form {
    width: 75%;
  }
  .section-news .container {
    overflow-x: visible;
  }
  .article-list.featured-big-item .item-article .article-photo {
    width: 100%;
    height: auto;
  }
  .section-news.two-columns-7030-section .col-container-left,
  .section-news.two-columns-7030-section .col-container-right {
    width: 540px;
  }
  .breaking-news .breaking-news-inner {
    display: block;
    padding: 35px 0;
  }
  .breaking-news .breaking-news-inner .left-column,
  .breaking-news .breaking-news-inner .right-column {
    width: 100%;
  }
  .breaking-news .breaking-news-inner .left-column {
    padding-bottom: 35px;
  }
  .section-news.section-news.section-tv-home-wrapper .on-air-schedule {
    position: relative;
  }
  .section-news.section-news.section-tv-home-wrapper .on-air-schedule::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(40, 40, 40, 0)), to(#282828));
    background: linear-gradient(to right, rgba(40, 40, 40, 0) 0%, #282828 100%);
    z-index: 3;
  }
  .section-news.section-news.section-tv-home-wrapper .on-air-schedule .schedule-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .section-news.section-news.section-tv-home-wrapper .on-air-schedule .schedule-wrapper::-webkit-scrollbar {
    display: none;
  }
  .section-news.section-news.section-tv-home-wrapper .on-air-schedule .schedule-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .article-list.square-slider .slide .item-article {
    width: 100%;
    max-height: 430px;
  }
  .article-list.square-slider .slide .item-article .article-photo img {
    width: 100%;
    height: auto;
  }
  .section-news.section-featurednews-wrapper .col-lg-6 {
    width: 100%;
  }
  .section-news.section-featurednews-wrapper .article-list.featured-big-item .item-article .article-photo {
    width: 100%;
  }
  .section-news.section-featurednews-wrapper .article-list.medium-items.big-photo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-news.section-featurednews-wrapper .article-list.medium-items.big-photo .item-article .article-photo {
    width: 240px;
    height: 156px;
  }
  .section-news.section-featurednews-wrapper .related-articles-list {
    margin-bottom: 20px;
  }
  .section-news.three-columns-section .col-lg-4 {
    width: 100%;
  }
  .section-news .section-title .date-print-edition {
    float: left;
    top: 20px;
    width: 100%;
    margin-bottom: 25px;
  }
  .section-news .section-title .related-links {
    float: none;
    top: 18px;
  }
  .simple-article-list ul li a {
    font-size: .9em;
  }
  .simple-article-list ul li.featured a {
    font-size: 1.1em;
  }
  .section-news.section-impreso-editorial-wrapper .section-impreso {
    padding-bottom: 20px;
  }
  .section-news .section-title .view-more-link {
    left: 0;
  }
  .tabs-container {
    position: relative;
  }
  .tabs-container::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 3;
  }
  .tabs-container ul.tabs {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .tabs-container ul.tabs::-webkit-scrollbar {
    display: none;
  }
  .tabs-container ul.tabs li {
    text-align: center;
  }
  .section-news.section-opinion-wrapper .section-title {
    margin-bottom: 40px;
  }
  .section-news.section-opinion-wrapper .opinion-article-list {
    position: relative;
  }
  .section-news.section-opinion-wrapper .opinion-article-list .article-list.two-items .item-article {
    width: 100%;
  }
  .section-news.section-opinion-wrapper .related-links {
    text-align: center;
  }
  .section-news.section-opinion-wrapper .related-links a {
    letter-spacing: 1px;
    font-size: .6em;
  }
  .article-list.list-small-photo .item-article .article-photo {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .article-list.list-small-photo .item-article .article-photo img {
    width: 100%;
    height: auto;
  }
  .article-list.list-small-photo .item-article .article-info {
    width: 100%;
  }
  .gallery-slider-wrapper figure figcaption {
    padding: 15px;
  }
  .gallery-slider-wrapper figure figcaption .gallery-title {
    font-size: .7em;
    letter-spacing: 1px;
  }
  .gallery-slider-wrapper figure figcaption .caption {
    margin-bottom: 12px;
  }
  .article-topbar {
    height: 63px;
    top: 0 !important;
    z-index: 998;
  }
  .article-topbar .article-info {
    display: none;
  }
  .article-wrapper .article-heading,
  .article-wrapper .article-main-media,
  .article-wrapper .article-content figure,
  .article-wrapper .article-content p,
  .article-wrapper .article-content ul,
  .article-wrapper .article-content ol,
  .article-wrapper .article-content dl,
  .article-wrapper .article-content table,
  .article-wrapper .article-content h1,
  .article-wrapper .article-content h2,
  .article-wrapper .article-content h3,
  .article-wrapper .article-content h4,
  .article-wrapper .article-content h5,
  .article-wrapper .article-content blockquote,
  .article-wrapper .article-content blockquote.quote-text,
  .article-wrapper .article-content .article-embed iframe,
  .article-wrapper .article-content .width-article,
  .article-wrapper .article-tags,
  .article-wrapper .recommended-video,
  .comments-widget {
    width: 510px;
  }
  .section-featured-audios-am .article-list .item-article {
    width: 100% !important;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-01 {
    top: 4%;
    width: 360px;
    height: 360px;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-02 {
    top: 13%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-05 {
    top: 16%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-06 {
    top: 20%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-07 {
    top: 16%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-08 {
    top: 15%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-09 {
    width: 80px;
    height: 80px;
    top: 37%;
  }
  .section-news.section-abcfm-home-wrapper .radio-hosts {
    text-align: center;
    width: 100%;
    left: 0;
  }
  .section-news.section-abcfm-home-wrapper .radio-hosts .host {
    max-width: 350px;
  }
  .section-news.section-abcfm-home-wrapper .mid-content {
    max-width: 100%;
    padding: 0;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule {
    width: 100%;
    background-color: #ffe500;
    padding: 0 25px 25px;
    top: initial;
    right: initial;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 260px;
    background-color: #ffe500;
    z-index: 2;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-image: url(../images/bottom-curved.svg?d=722);
            mask-image: url(../images/bottom-curved.svg?d=722);
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule .now-on-air {
    position: relative;
    top: -45px;
    z-index: 3;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule .situation {
    margin-bottom: 10px;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule .show-name {
    font-size: 1.5em;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule .show-hosts {
    font-size: 1em;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule .time {
    font-size: .8em;
  }
  .section-news.section-abcfm-home-wrapper .play-button-holder {
    bottom: 65px;
  }
  .section-news.section-abcfm-home-wrapper .play-button-holder .play-button {
    width: 60px;
    height: 60px;
  }
  .no-results-landing .no-results-circle {
    width: 130px;
    height: 130px;
  }
  .no-results-landing .no-results-circle .icon-search {
    width: 80px;
    height: 80px;
  }
  .no-results-landing .landing-content .page-title,
  .no-results-landing .landing-content .page-subtitle {
    font-size: 1.2em;
  }
  .article-list.grid-items-flex .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .article-list.galeries-list.big-photo .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .article-list.galeries-list.big-photo .item-article .article-photo {
    width: 100%;
    height: auto;
  }
  .section-news.branded-section .branded-background {
    background-size: auto 320px;
  }
  footer .submenu-footer ul li {
    display: block;
    text-align: center;
    padding: 5px 0;
  }
  footer .footer-bottom .footer-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-bottom .footer-text {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  footer .footer-bottom .social-links {
    float: none;
    text-align: center;
  }
  footer .footer-bottom .social-links .social-link i {
    font-size: 1.8em;
  }
  .section-espectaculos .square-slider {
    margin-top: 25px;
  }
}
/*--------------------------------------------------------------------575px ----------------------------------*/
@media (max-width: 575px) {
  .section-page.section-tv .section-news.section-header .section-wrapper {
    padding: 5px 0;
  }
  header .main-header .menu-trigger {
    background-color: transparent !important;
  }
  header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended a,
  header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended .subtitle {
    letter-spacing: 1px;
    padding: 2px 6px;
  }
  header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended > ul {
    width: 130px;
  }
  header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul ul {
    width: 160px;
  }
  header .megamenu .content-megamenu .menu-extended-wrapper .menu-extended ul li.has-sub > a:after {
    right: 5px;
  }
  header.open-megamenu .main-header .now-on-air {
    margin-left: 3%;
    width: 91%;
    top: 75px;
  }
  header.open-megamenu .main-header .social-links {
    width: 135px;
    display: none;
  }
  header.open-megamenu .main-header .social-links .social-link {
    margin-left: 7px;
  }
  .section-news.two-columns-7030-section .col-container-left,
  .section-news.two-columns-7030-section .col-container-right {
    width: 100%;
    padding: 0;
  }
  .article-wrapper .article-heading,
  .article-wrapper .article-content p,
  .article-wrapper .article-content ul,
  .article-wrapper .article-content ol,
  .article-wrapper .article-content dl,
  .article-wrapper .article-content table,
  .article-wrapper .article-content h1,
  .article-wrapper .article-content h2,
  .article-wrapper .article-content h3,
  .article-wrapper .article-content h4,
  .article-wrapper .article-content h5,
  .article-wrapper .article-content blockquote,
  .article-wrapper .article-content blockquote.quote-text,
  .article-wrapper .article-content .article-embed iframe,
  .article-wrapper .article-content .width-article,
  .article-wrapper .article-tags,
  .article-wrapper .recommended-video {
    width: 90%;
  }
  .comments-widget {
    width: 100%;
    padding: 0;
  }
  .article-wrapper .article-content h1 {
    font-size: 1.375em;
  }
  .article-wrapper .article-content h2 {
    font-size: 1.1em;
  }
  .article-wrapper .article-content h3 {
    font-size: 1em;
  }
  .article-wrapper .article-content h4 {
    font-size: .8em;
  }
  .article-wrapper .article-content h5 {
    font-size: .7em;
  }
  .article-wrapper .article-main-media,
  .article-wrapper .article-content figure {
    width: 100%;
  }
  .article-wrapper .article-heading {
    margin: 15px auto;
  }
  .article-wrapper .article-heading .category {
    line-height: 110%;
    margin-bottom: 5px;
  }
  .article-wrapper .article-heading .article-title {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .article-wrapper .article-heading .article-title h1 {
    font-size: 1.375em;
  }
  .article-wrapper .article-heading .article-heading-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article-wrapper .article-heading .article-intro {
    margin-bottom: 15px;
  }
  .article-wrapper .article-heading .article-intro p {
    font-size: .9em;
    line-height: 140%;
  }
  .article-wrapper .article-content p,
  .article-wrapper .article-content ul,
  .article-wrapper .article-content ol,
  .article-wrapper .article-content dl,
  .article-wrapper .article-content table {
    font-size: 1em;
  }
  .article-wrapper .article-content blockquote.quote-text {
    border-left-width: 3px;
    padding-left: 10px;
  }
  .article-wrapper .article-content blockquote.quote-text p {
    font-size: 1.2em;
  }
  .article-wrapper .article-tags .tag-list {
    padding-left: 20px;
    padding-top: 2px;
  }
  .article-wrapper .article-tags .tag-list li a {
    padding: 2px 8px;
  }
  .article-list.square-slider .slide .item-article {
    width: 100%;
    max-height: auto;
    height: 230px;
  }
  .article-list.square-slider .slide .item-article .article-photo img {
    width: 100%;
    height: auto;
  }
  .article-list.grid-items.three-items .item-article {
    width: 100%;
  }
  .article-list.grid-items-flex .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .article-list.grid-items-flex .item-article .article-photo {
    float: left;
    margin-right: 10px;
  }
  .article-list.grid-items-flex .item-article .article-info {
    float: left;
    width: 50%;
  }
  .article-list.grid-items-flex.three-items .item-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .article-list.grid-items-flex.three-items .item-article .article-photo {
    float: none;
    margin-right: 0;
  }
  .article-list.grid-items-flex.three-items .item-article .article-info {
    width: 100%;
  }
  .section-news .section-title,
  .section-news .section-wrapper.section-title-left .section-title {
    margin-bottom: 20px;
  }
  .section-news .section-title h1,
  .section-news .section-wrapper.section-title-left .section-title h1 {
    display: block;
    width: 67%;
    float: left;
  }
  .section-news .section-title .view-more-link,
  .section-news .section-wrapper.section-title-left .section-title .view-more-link {
    position: absolute;
    top: 5px;
    right: 0px;
    left: initial;
  }
  .section-news .section-title .section-ad-sponsor + .view-more-link,
  .section-news .section-wrapper.section-title-left .section-title .section-ad-sponsor + .view-more-link {
    position: relative;
    margin-top: 20px;
  }
  .section-news .section-title .social-links,
  .section-news .section-wrapper.section-title-left .section-title .social-links {
    top: 10px;
  }
  .section-news .section-title .social-links .social-link,
  .section-news .section-wrapper.section-title-left .section-title .social-links .social-link {
    margin-left: 2px;
  }
  .section-news .section-title .section-ad-sponsor,
  .section-news .section-wrapper.section-title-left .section-title .section-ad-sponsor {
    right: 0;
    top: -5px;
  }
  .section-news .section-title .section-ad-sponsor .ad-wrapper,
  .section-news .section-wrapper.section-title-left .section-title .section-ad-sponsor .ad-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-news .section-title .section-ad-sponsor .ad-wrapper .ad-tag,
  .section-news .section-wrapper.section-title-left .section-title .section-ad-sponsor .ad-wrapper .ad-tag {
    margin-bottom: 4px;
    margin-right: 0;
  }
  .section-news .section-wrapper.section-title-left-fw .section-title h1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-news .section-wrapper.section-title-description .section-title h1 {
    width: 100%;
    float: none;
  }
  .section-news.section-tv-home-wrapper {
    padding-top: 15px;
  }
  .section-news.section-tv-home-wrapper .section-logo.abctv {
    width: 110px;
    height: 22px;
  }
  .section-news.section-tv-home-wrapper .view-more-link {
    top: 12px;
  }
  .section-news.section-tv-home-wrapper .social-links {
    top: -3px;
  }
  .section-news.section-tv-home-wrapper .social-links .social-link {
    margin: 0;
    padding: 5px;
  }
  .section-page.section-tv .section-news.section-header .section-wrapper {
    padding-top: 35px;
  }
  .section-news.section-abcam-home-wrapper .section-logo.abcam {
    width: 167px;
    height: 22px;
    top: 2px;
  }
  .section-news.section-abcam-home-wrapper .view-more-link {
    top: 12px;
  }
  .section-news.section-abcam-home-wrapper .social-links {
    top: -3px;
  }
  .section-news.section-abcam-home-wrapper .social-links .social-link {
    margin: 0;
    padding: 5px;
  }
  .section-news.section-abcfm-home-wrapper .section-wrapper {
    padding-top: 5px;
  }
  .section-news.section-abcfm-home-wrapper .section-logo.abcfm {
    width: 167px;
    height: 22px;
    top: 2px;
  }
  .section-news.section-abcfm-home-wrapper .view-more-link {
    top: 12px;
  }
  .section-news.section-abcfm-home-wrapper .social-links {
    top: -3px;
  }
  .section-news.section-abcfm-home-wrapper .social-links .social-link {
    margin: 0;
    padding: 5px;
  }
  .section-news.section-graphic-home {
    padding: 0;
  }
  .section-news.section-graphic-home .col-lg-3 {
    width: 100%;
  }
  .section-news.section-graphic-home .col-lg-5 {
    width: 100%;
  }
  .section-news.section-featurednews-wrapper .article-list.featured-big-item .item-article .article-photo,
  .article-list.one-item.big-item .item-article .article-photo {
    min-height: inherit;
  }
  .section-news.section-featurednews-wrapper {
    padding-bottom: 20px;
  }
  .section-news.section-featurednews-wrapper .article-list.medium-items.big-photo .item-article .article-photo {
    width: 95%;
    height: auto;
  }
  .section-news.section-featurednews-wrapper .article-list.medium-items.big-photo .item-article .article-info .article-title {
    font-size: .9em;
  }
  .section-news.section-abcam-home-wrapper .radio-hosts {
    height: 155px;
  }
  .section-news.section-abcam-home-wrapper .radio-hosts img {
    max-width: 155px;
  }
  .section-news.section-abcam-home-wrapper .on-air-schedule {
    overflow: visible;
    position: relative;
  }
  .section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air,
  .section-news.section-abcam-home-wrapper .on-air-schedule .upcoming {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 10px 15px;
    float: none;
  }
  .section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air {
    position: unset;
    padding-top: 25px;
  }
  .section-news.section-abcam-home-wrapper .on-air-schedule .now-on-air .play-button {
    top: -5px;
    left: 50%;
    margin-left: -32.5px;
    margin-top: -32.5px;
  }
  .breaking-news.full-breaking .container {
    width: 100%;
    padding: 0;
  }
  .breaking-news.full-breaking .breaking-news-inner .left-column {
    width: 84%;
  }
  .article-list.tv-shows-listing.small-items .item-article .article-photo {
    width: 175px;
    height: 99px;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-01 {
    width: 250px;
    height: 250px;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-02 {
    width: 150px;
    height: 150px;
    left: 6%;
    top: 15%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-03 {
    left: -6%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-06 {
    top: 15%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-07 {
    top: 13%;
    left: -28%;
  }
  .section-news.section-abcfm-home-wrapper .elements-background .circle-08 {
    top: 10%;
    left: 75%;
  }
  .section-news.section-abcfm-home-wrapper .radio-hosts .host {
    max-width: 320px;
  }
  .section-news.section-abcfm-home-wrapper .on-air-schedule::after {
    height: 110px;
    bottom: 92%;
  }
  .section-news.section-abcfm-home-wrapper .on-air-section {
    height: 425px;
  }
  .section-news.section-abcfm-home-wrapper .on-air-section::after {
    height: 110px;
  }
  .section-news.section-abcfm-home-wrapper .play-button-holder {
    bottom: 21px;
  }
  .section-page.section-radio-abcfm .section-programacion-fm {
    padding-bottom: 90px;
  }
  .section-page.section-radio-abcfm .section-programacion-fm .section-wrapper {
    padding-bottom: 80px;
  }
  .section-page.section-radio-abcfm .section-programacion-fm::after {
    height: 110px;
  }
  .author-header .author-photo {
    float: none;
    margin: 0 auto 15px;
  }
  .author-header .author-info {
    text-align: center;
  }
  .author-header .author-info .author-name {
    font-size: 1.2em;
    margin-bottom: 3px;
  }
  .author-header .author-info .author-rol-area {
    font-size: 1em;
  }
  .author-header .author-info .author-mail,
  .author-header .author-info .author-location,
  .author-header .author-info .author-bio {
    font-size: .9em;
  }
  .author-header .author-social {
    text-align: center;
  }
  .author-header .author-social span {
    display: none;
  }
  .modal-login-miabc .landing-miabc-block {
    padding: 8%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-login-miabc .landing-miabc-block .logo-miabc {
    width: 140px;
    height: 40px;
    margin: 30px auto;
  }
  .modal-login-miabc .landing-miabc-block .info-content {
    padding-left: 5px;
    margin-top: 10px;
  }
  .modal-login-miabc .landing-miabc-block .info-content .info-title {
    font-size: 1.4em;
    line-height: 105%;
    margin-bottom: 5px;
    text-align: center;
  }
  .modal-login-miabc .landing-miabc-block .info-content .info-subtitle {
    font-size: 1em;
    text-align: center;
  }
  .modal-login-miabc .landing-miabc-block .info-content .items-lists-icons {
    margin-top: 30px;
  }
  .modal-login-miabc .landing-miabc-block .info-content .items-lists-icons::before {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-login-miabc .landing-miabc-block .info-content .items-lists-icons .item-list {
    padding: 4px 0;
  }
  .modal-login-miabc .landing-miabc-block .info-content .items-lists-icons .item-list .item-description {
    font-size: .9em;
  }
  .modal-login-miabc .login-box-wrapper .login-box-header .login-box-title {
    font-size: 1.4em;
  }
  .modal-login-miabc .login-box-wrapper .login-box-header .login-box-subtitle {
    font-size: 1em;
  }
  .article-list.list-small-photo .item-article .article-info .article-title {
    font-size: 1.2em;
  }
  footer .two-cols-footer-blocks .section-title {
    margin-top: 15px;
  }
  footer .two-cols-footer-blocks .section-title h1 {
    font-size: 1.6em;
  }
  footer .two-cols-footer-blocks .section-title p {
    font-size: .7em;
  }
  footer .two-cols-footer-blocks .block-inner {
    padding: 15px;
  }
}
/*--------------------------------------------------------------------490px ----------------------------------*/
@media (max-width: 490px) {
  header .megamenu .heading-megamenu .search-form {
    width: 66%;
  }
  .section-menu-extended .menu-extended-columns {
    font-size: .8em;
  }
  .section-menu-extended .menu-extended-columns ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
/*--------------------------------------------------------------------390px ----------------------------------*/
@media (max-width: 390px) {
  .social-links .social-link span {
    display: none;
  }
  header .megamenu .heading-megamenu .search-form {
    left: 85px;
    top: 14px;
    width: 60%;
  }
  header .megamenu .heading-megamenu .search-form .search-input {
    padding: 7px 14px;
    font-size: .9em;
  }
  header .megamenu .heading-megamenu .search-form .search-btn {
    top: 5px;
    right: 8px;
  }
}
/*--------------------------------------------------------------------300px ----------------------------------*/
@media (max-width: 300px) {
  .article-list.photo-left .item-article .article-info {
    width: 50%;
  }
  .article-list.list-small-photo .item-article .article-info {
    width: 100%;
  }
}
/*--------------------------------------------------------------------Datafactory Deportes----------------------------------*/
.item-article .article-photo{
	position: relative;
}
.item-article .article-photo .article-minuto-minuto{
  width: 75%;
  padding: 0 10px;
  height: 70px;
  position: absolute;
  background: rgba(255,255,255,0.75);
  left: 0;
  bottom: 15px;

}
@media (min-width: 576px){
	.item-article .article-photo .article-minuto-minuto{
	  width: 50%;
	  padding: 0 10px;
	  height: 70px;
	  position: absolute;
	  background: rgba(255,255,255,0.75);
	  left: 0;
	}
}
@media (min-width: 767px) {
  	.item-article .article-photo .article-minuto-minuto{
	  width: 85%;
	  padding: 0 10px;
	  height: 90px;
	  position: absolute;
	  background: rgba(255,255,255,0.75);
	  left: 0;
	}
}
@media (min-width: 992px) {
	.item-article .article-photo .article-minuto-minuto{
	  width: 60%;
	  height: 90px;
	  position: absolute;
	  left: 0;
	}
}
.item-article .article-photo .article-minuto-minuto .game-detail{
  width: 100%;
  height: auto;
}
.item-article .article-photo .article-minuto-minuto .game-detail .local{
  width: 19%;
  height: 40px;
  background-position: center center!important;
  background-repeat: no-repeat!important; 
  background-size: contain!important;
  float: left;
}
@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .local{
    width: 19%;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .local{
    width: 19%;
    height: 50px;
  }
}
.item-article .article-photo .article-minuto-minuto .game-detail .resultado-local{
  width: 20%;
  float: left;
  text-align: center;
}
.item-article .article-photo .article-minuto-minuto .game-detail .visita{
  width: 19%;
  height: 40px;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  float: left;
}
@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .visita{
    width: 19%;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .visita{
    width: 19%;
    height: 50px;
  }
}
.item-article .article-photo .article-minuto-minuto .game-detail .resultado-visita{
  width: 20%;
  float: left;
  text-align: center;
}
.item-article .article-photo .article-minuto-minuto .game-detail .resultado-local span, .item-article .article-photo .article-minuto-minuto .game-detail .resultado-visita span{
  margin: 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #242424;
  text-decoration: none;
  padding: 3px 0 ;
  text-transform: uppercase;    
}
@media (min-width: 576px){
	.item-article .article-photo .article-minuto-minuto .game-detail .resultado-local span, .item-article .article-photo .article-minuto-minuto .game-detail .resultado-visita span{
		font-size: 1.7rem;
	    padding: 6px 0 ;
	      
	}
}
@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .resultado-local span, .item-article .article-photo .article-minuto-minuto .game-detail .resultado-visita span{
    font-size: 2.2rem;
    padding: 6px 0 ;
      
  }
}
.item-article .article-photo .article-minuto-minuto .game-detail .resultado-local .penales{
  width: 15px;
  height: 15px;
  margin: 3px 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  float: right;
}
@media (min-width: 576px){
	.item-article .article-photo .article-minuto-minuto .game-detail .resultado-local .penales{
	    width: 20px;
	    height: 20px;
	    margin: 8px 0;
	    font-size: 0.8rem;
	}
}
@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .resultado-local .penales{
    width: 20px;
    height: 20px;
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.item-article .article-photo .article-minuto-minuto .game-detail .resultado-visita .penales{
  width: 15px;
  height: 15px;
  margin: 3px 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  float: left;
}
@media (min-width: 576px){
	.item-article .article-photo .article-minuto-minuto .game-detail .resultado-visita .penales{
	    width: 20px;
	    height: 20px;
	    margin: 8px 0;
	    font-size: 0.8rem;
	}
}
@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .resultado-visita .penales{
    width: 20px;
    height: 20px;
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.item-article .article-photo .article-minuto-minuto .game-detail .time{
  width: 22%;
  padding: 5px 0 0 0;
  float: left;
  text-align: center;
}
.item-article .article-photo .article-minuto-minuto .game-detail .time span{
  margin: 0;
  padding: 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: .7rem;
  font-weight: 500;
  color: #242424;
  text-decoration: none;
  text-align: center;
}
.item-article .article-photo .article-minuto-minuto .game-detail .time .estado{
  padding: 5px 0 0 0;
  margin-bottom: -5px;
  font-family: "Lato",Arial,sans-serif;
  font-size: .5rem;
  line-height: 0;
  font-weight: 500;
  color: #242424;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .time .estado{
    padding: 10px 0 0 0;
    font-size: .6rem;
    margin: 0;
  }
  .item-article .article-photo .article-minuto-minuto .game-detail .time span{
    font-size: 1.1rem;
  }
}

.item-article .article-photo .article-minuto-minuto .game-detail .time hr{
  margin: 0;
  margin-left: 0;
  width: 15%;
  border: 2px solid #76c961;
  border-radius: 5px;
  position: relative;
  -webkit-animation-name: game; 
  -webkit-animation-duration: 4s; 
  -webkit-animation-iteration-count: infinite; 
  animation-name: game;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}@-webkit-keyframes game {
  0%    {left:0px;}
    50%   {left:75%;}    
    100%  {left:0px;}
}
@keyframes game {
  0%    {left:0px;}
    50%   {left:75%;}    
    100%  {left:0px;}
}
.item-article .article-photo .article-minuto-minuto .game-detail .time hr.final{
	margin: 0;
	margin-left: 0;
    width: 15%;
    border: 2px solid #76c961;
    border-radius: 5px;
	position: relative;
	-webkit-animation-name: stop; 
	-webkit-animation-duration: 4s; 
	-webkit-animation-iteration-count: infinite; 
	animation-name: stop;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}@-webkit-keyframes game {
	0%  	{left:38%;}
  	50%  	{left:38%;}		 
  	100% 	{left:38%;}
}
@keyframes game {
	0%  	{left:38%;}
  	50%  	{left:38%;}		 
  	100% 	{left:38%;}
}
.item-article .article-photo .article-minuto-minuto .game-detail .nombre-local{
  width: 50%;
  float: left;
  font-family: "Lato",Arial,sans-serif;
  font-weight: 900;
  font-size: 0.5em;
  color: #242424;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}


.item-article .article-photo .article-minuto-minuto .game-detail .nombre-visita{
  width: 50%;
  float: right;
  font-family: "Lato",Arial,sans-serif;
  font-weight: 900;
  font-size: 0.5em;
  color: #242424;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
}

@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .game-detail .nombre-local, .item-article .article-photo .article-minuto-minuto .game-detail .nombre-visita{
    font-size: 0.7em;
    padding: 0;
    margin: 0;
  }

}
.item-article .article-photo .article-minuto-minuto .detalle-texto-minuto-a-minuto{
  font-family: "Lato",Arial,sans-serif;
  font-weight: 400;
  font-size: .6em;
  color: #282828;
  margin: 0 10px;
}
@media (min-width: 767px) {
  .item-article .article-photo .article-minuto-minuto .detalle-texto-minuto-a-minuto{
    font-family: "Lato",Arial,sans-serif;
    font-weight: 400;
    font-size: .8em;
    color: #282828;
    margin: 0 20px;
  }
}
/*----*/
.item-article .article-info .article-minuto-minuto{
  width: 100%;
  padding-right:12px;
}

.item-article .article-info .article-minuto-minuto .game-detail{
  width: 100%;
  height: auto;
}

.item-article .article-info .article-minuto-minuto .game-detail .local{
  width: 19%;
  height: 30px;
  background-position: center center!important;
  background-repeat: no-repeat!important; 
  background-size: contain!important;
  float: left;
}
@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .game-detail .local{
    width: 19%;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .item-article .article-info .article-minuto-minuto .game-detail .local{
    width: 19%;
    height: 50px;
  }
}
.item-article .article-info .article-minuto-minuto .game-detail .resultado-local{
  width: 20%;
  float: left;
  text-align: center;
}
.item-article .article-info .article-minuto-minuto .game-detail .visita{
  width: 19%;
  height: 30px;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  float: left;
}
@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .game-detail .visita{
    width: 19%;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .item-article .article-info .article-minuto-minuto .game-detail .visita{
    width: 19%;
    height: 50px;
  }
}
.item-article .article-info .article-minuto-minuto .game-detail .resultado-visita{
  width: 20%;
  float: left;
  text-align: center;
}
.item-article .article-info .article-minuto-minuto .game-detail .resultado-local span, .item-article .article-info .article-minuto-minuto .game-detail .resultado-visita span{
  margin: 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #242424;
  text-decoration: none;
  padding: 3px 0 ;
  text-transform: uppercase;
    
}
@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .game-detail .resultado-local span, .item-article .article-info .article-minuto-minuto .game-detail .resultado-visita span{
    font-size: 1.8rem;
    padding: 6px 0 ;
      
  }
}
@media (min-width: 992px) {
  .item-article .article-info .article-minuto-minuto .game-detail .resultado-local span, .item-article .article-info .article-minuto-minuto .game-detail .resultado-visita span{
    font-size: 2.2rem;
    padding: 6px 0 ;
      
  }
}
.item-article .article-info .article-minuto-minuto .game-detail .resultado-local .penales{
  width: 15px;
  height: 15px;
  margin: 3px 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  float: right;
}

@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .game-detail .resultado-local .penales{
    width: 20px;
    height: 20px;
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.item-article .article-info .article-minuto-minuto .game-detail .resultado-visita .penales{
  width: 15px;
  height: 15px;
  margin: 3px 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: 0.65rem;
  font-weight: 900;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  float: left;
}
@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .game-detail .resultado-visita .penales{
    width: 20px;
    height: 20px;
    margin: 8px 0;
    font-size: 0.8rem;
  }
}
.item-article .article-info .article-minuto-minuto .game-detail .time{
  width: 22%;
  padding: 5px 0 0 0;
  float: left;
  text-align: center;
}
.item-article .article-info .article-minuto-minuto .game-detail .time span{
  margin: 0;
  padding: 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: .7rem;
  font-weight: 500;
  color: #242424;
  text-decoration: none;
  text-align: center;
}
.item-article .article-info .article-minuto-minuto .game-detail .time .estado{
  padding: 5px 0 0 0;
  margin-bottom: -5px;
  font-family: "Lato",Arial,sans-serif;
  font-size: .5rem;
  line-height: 0;
  font-weight: 500;
  color: #242424;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .game-detail .time .estado{
    padding: 10px 0 0 0;
    font-size: .6rem;
    margin: 0;
  }
  .item-article .article-info .article-minuto-minuto .game-detail .time span{
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .item-article .article-info .article-minuto-minuto .game-detail .time .estado{
    padding: 10px 0 0 0;
    font-size: .6rem;
    margin: 0;
  }
  .item-article .article-info .article-minuto-minuto .game-detail .time span{
    font-size: 1.1rem;
  }
}

.item-article .article-info .article-minuto-minuto .game-detail .time hr{
  margin: 0;
  margin-left: 0;
  width: 15%;
  border: 2px solid #76c961;
  border-radius: 5px;
  position: relative;
  -webkit-animation-name: game; 
  -webkit-animation-duration: 4s; 
  -webkit-animation-iteration-count: infinite; 
  animation-name: game;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}@-webkit-keyframes game {
  0%    {left:0px;}
    50%   {left:75%;}    
    100%  {left:0px;}
}
@keyframes game {
  0%    {left:0px;}
    50%   {left:75%;}    
    100%  {left:0px;}
}
.item-article .article-info .article-minuto-minuto .game-detail .time hr.final{
	margin: 0;
	margin-left: 0;
    width: 15%;
    border: 2px solid #76c961;
    border-radius: 5px;
	position: relative;
	-webkit-animation-name: stop; 
	-webkit-animation-duration: 4s; 
	-webkit-animation-iteration-count: infinite; 
	animation-name: stop;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}@-webkit-keyframes game {
	0%  	{left:38%;}
  	50%  	{left:38%;}		 
  	100% 	{left:38%;}
}
@keyframes game {
	0%  	{left:38%;}
  	50%  	{left:38%;}		 
  	100% 	{left:38%;}
}
.item-article .article-info .article-minuto-minuto .game-detail .nombre-local{
  width: 50%;
  float: left;
  margin: 0;
  font-family: "Lato",Arial,sans-serif;
  font-weight: 900;
  font-size: 0.5em;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
}
.item-article .article-info .article-minuto-minuto .game-detail .nombre-local span{
  margin: 0;
  font-family: "Lato",Arial,sans-serif;
  font-weight: 900;
  font-size: 0.5em;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
}

.item-article .article-info .article-minuto-minuto .game-detail .nombre-visita{
  width: 50%;
  float: right;
  margin: 0;
  font-family: "Lato",Arial,sans-serif;
  font-weight: 900;
  font-size: 0.5em;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  text-align: right;
}
.item-article .article-info .article-minuto-minuto .game-detail .nombre-visita span{
  margin: 0;
  font-family: "Lato",Arial,sans-serif;
  font-weight: 900;
  font-size: 0.5em;
  color: #242424;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  text-align: right;
}

@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .game-detail .nombre-local span, .item-article .article-info .article-minuto-minuto .game-detail .nombre-visita span{
    font-size: 0.7em;
    padding: 0;
    margin: 0;
  }

}
.item-article .article-info .article-minuto-minuto .detalle-texto-minuto-a-minuto{
  font-family: "Lato",Arial,sans-serif;
  font-weight: 400;
  font-size: .6em;
  color: #282828;
  margin: 0 10px;
}
@media (min-width: 767px) {
  .item-article .article-info .article-minuto-minuto .detalle-texto-minuto-a-minuto{
    font-family: "Lato",Arial,sans-serif;
    font-weight: 400;
    font-size: .8em;
    color: #282828;
    margin: 0 20px;
  }
}

.tooltip-datafactory {
  position: relative;
  float: left;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;

}
.tooltip-datafactory .tooltiptext {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Lato', sans-serif;
  visibility: hidden;
  width: 90px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 50%;
  margin-left: -45px;
  z-index: 9999;
    
}
@media (min-width: 992px) {
  .tooltip-datafactory:hover .tooltiptext {
    visibility: visible;
  }
}

.club-selector-section{
  width: 95%;
  height: auto;
  display: inline-grid;

}
@media (min-width: 767px) {
  .club-selector-section{
    width: 70%;
    height: auto;
    float: right;  
  }
}
.club-selector {
  width: 100%;
  position: relative;
  text-align: center;
}
.club-selector .club-primera {
  width: 10%;
  height: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain!important;
  background-position: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 5px 0;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 767px) {
  .club-selector .club-primera {
    width: 10%;
    height: 50px;
  }
}
.club-selector .club-intermedia{
  width: 10%;
  height: 40px;
  display: inline-flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain!important;
  background-position: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 5px 0 0 0;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);

}
@media (min-width: 767px) {
  .club-selector .club-intermedia{
    width: 5.55%;
    height: 50px;
  }
}

.datos-datafactory{
  width: 100%;
  padding: 2px 0;
  overflow-y:hidden;
}
.datos-datafactory ul{
  margin: 0;
  padding: 0;
}
.datos-datafactory ul li{
  padding: 5px 2px;
  list-style: none;
  display: table-cell;
  opacity: .5;
  position: relative;
  cursor: pointer;
}
.datos-datafactory ul li span{
  font-family: "Lato",Arial,sans-serif;
  font-weight: bold;
  font-size: .8em;
  color: #282828;
  text-decoration: none;
  padding: 6px 2px;
  text-transform: uppercase;
}
.datos-datafactory ul li.active{
  opacity: 1;
}
.datos-datafactory ul li.active span{
  border-bottom: 3px solid #ffe500;
}
.tabdatafactory{
  margin-top: 5px!important;
  display: none;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.tabla-partidos{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.tabla-partidos table tr.bg{
  background: #f2f2f2;  
}
.tabla-partidos table{
  width: 100%;
  font-family: 'Lato', sans-serif;
  background: #fefefe;
  margin: 0;
  padding: 0;
}
.tabla-partidos table td{
  border-bottom: 1px solid #f7f7f7;
}
.tabla-partidos table td.escudo-local{
  width: 15%;
  padding: 5px 0;
  text-align: center;
}
.tabla-partidos table td.escudo-local .equipo{
  width: 46px;
  height: 46px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain!important;
  background-position: center;
}
.tabla-partidos table td.escudo-visita{
  width: 15%;
  text-align: center;
}
.tabla-partidos table td.escudo-visita .equipo{
  width: 46px;
  height: 46px;
  position: relative;
  background-size: contain!important;
}
.tabla-partidos table td.resultado{
  width: 8%;
  text-align: center;
}
.tabla-partidos table td.resultado span{
  font-size: 28px;
  font-weight: 900; 
}
.tabla-partidos table td.sep{
  width: 2%;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  color: #ccc;
}
.tabla-partidos table td.vs{
  width: 18%;
  text-align: center;
  font-weight: 300;
}
.tabla-partidos table td.vs span{
  font-size: 20px;
  font-weight: 300;
}
.tabla-partidos table td.info-partido{
  width: 52%;
  padding: 5px;
  text-align: left;
  font-size: 12px;
}
.tabla-partidos table td.info-partido b{
  font-weight: 900;
}
.tabla-posiciones{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.tabla-posiciones table{
  font-family: 'Lato', sans-serif;
  background: #fefefe;
  margin: 0;
  padding: 0;
}
.tabla-posiciones table tr.top{
  background: #f7f7f7;
  color: #666;
}
.tabla-posiciones table th{
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
}
.tabla-posiciones table th.datos-descensos{
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.tabla-posiciones table th.title{
  font-size: 8px;
  font-weight: 400;
  text-align: center;
  text-align: left;
  padding: 5px 0;
}
.tabla-posiciones table th.hidden-xs{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.tabla-posiciones table td{
  border-bottom: 1px solid #f7f7f7;
}
.tabla-posiciones table td.pos{
  width: 5%;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #ccc;
  border-right: 1px solid #f7f7f7;
}
.tabla-posiciones table td.pos span{
  padding: 0 5px;
}
.tabla-posiciones table td.escudo{
  width: 10%;
}
.tabla-posiciones table td.escudo img{
  width: 100%;
}
.tabla-posiciones table td.escudo .equipo{
  width: 25px;
  height: 25px;
  margin: 3px auto;
  position: relative;
  background-size: contain!important;
}
.tabla-posiciones table td.equipo-nombre{
  width: 33%;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
  color: #272727;
}
.tabla-posiciones table td.puntaje{
  width: 12%;
  background: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #272727;
}
.tabla-posiciones table td.promedio{
  width: 12%;
  background: #f2f2f2;
  text-align: center;
}
.tabla-posiciones table td.promedio span{
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #272727;
}
.tabla-posiciones table td.datos-posiciones{
  width: 5.714285714285714%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #272727;
}
.tabla-posiciones table td.datos-descensos{
  width: 8%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #272727;
}



.equipo-titulo {
  float: left;
  left: 0;
  height: 40px;
  width: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain!important;
  background-position: center;
}
/**proximos partidos**/
.list-partidos-patrocinado{
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
.list-partidos-patrocinado .prox-partidos-lista{
  width: 100%;
  padding: 10px 0;
  float: left;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
  .list-partidos-patrocinado .prox-partidos-lista{
    width: 65%;
    padding: 10px 0;
    float: right;
  }
}
@media (min-width: 1200px) {
  .list-partidos-patrocinado .prox-partidos-lista{
    width: 70%;
    padding: 10px 0;
    float: right;
  }
}

.list-partidos-patrocinado .add-datafactory-prox-partidos{
  width: 100%;
  height: 90px;
  float: left;
}
.list-partidos-patrocinado .add-datafactory-prox-partidos div{
  margin: 0 auto;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
  .list-partidos-patrocinado .add-datafactory-prox-partidos{
    width: 35%;
    height: 90px;
    float: left;
  }
  .list-partidos-patrocinado .add-datafactory-prox-partidos div{
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .list-partidos-patrocinado .add-datafactory-prox-partidos{
    width: 30%;
    height: 90px;
    float: left;
  }
}
.list-partidos-patrocinado a .game-item{
  width: calc(33.33% - 4px);
  height: auto;
  padding: 0 3px;
  margin: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  float: left;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.list-partidos-patrocinado a .game-item:hover{
    opacity: .7;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
  .list-partidos-patrocinado a .game-item{
    width: calc(20% - 4px);
    height: auto;
    padding: 0 3px;
    margin: 0 2px;
    border: 1px solid #e5e5e5;
    float: left;
  }
}
@media (min-width: 992px) {
  .list-partidos-patrocinado a .game-item{
    width: calc(20% - 4px);
    height: auto;
    padding: 0 3px;
    margin: 0 2px;
    border: 1px solid #e5e5e5;
    float: left;
  }
}
.list-partidos-patrocinado a .game-item .date{
  width: 100%;
  height: 10px;
  margin: 5px 0 2px 0;
  font-family: "Lato",Arial,sans-serif;
}
.list-partidos-patrocinado a .game-item .date h4{
  padding: 0 0 0 5px;
  margin: 0;
  font-family: "Lato",Arial,sans-serif;
  font-size: 0.6em;
  font-weight: 400;
  color: #282828;
  text-transform: uppercase;
}
.list-partidos-patrocinado a .game-item .team-local{
  width: 100%;
  height: 24px;
}
.list-partidos-patrocinado a .game-item .team-local .logo{
  width: 20%;
  height: 24px;
  float: left;
}
.list-partidos-patrocinado a .game-item .team-local .logo img{
  height: 100%;
}
.list-partidos-patrocinado a .game-item .team-local .logo .equipo{
  width: 22px;
  height: 22px;
  position: relative;
  background-size: contain!important;
}
.list-partidos-patrocinado a .game-item .team-local .team{
  width: 65%;
  height: 14px;
  padding: 0;
  margin: 4px 0;
  float: left;
}
.list-partidos-patrocinado a .game-item .team-local .resultado{
  width: 15%;
  height: 25px;
  float: left;
}
.list-partidos-patrocinado a .game-item .team-visita{
  width: 100%;
  height: 24px;
}
.list-partidos-patrocinado a .game-item .team-visita .logo{
  width: 20%;
  height: 24px;
  float: left;
}
.list-partidos-patrocinado a .game-item .team-visita .logo img{
  height: 100%;
}
.list-partidos-patrocinado a .game-item .team-visita .logo .equipo{
  width: 22px;
  height: 22px;
  position: relative;
  background-size: contain!important;
}
.list-partidos-patrocinado a .game-item .team-visita .team{
  width: 65%;
  height: 14px;
  padding: 0;
  margin: 4px 0;
  float: left;
}
.list-partidos-patrocinado a .game-item .team-visita .resultado{
  width: 15%;
  height: 25px;
  float: left;
}
.list-partidos-patrocinado a .game-item .team-local .team h4,.list-partidos-patrocinado a .game-item .team-visita .team h4{
  font-family: "Lato",Arial,sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #282828;
  padding: 0;
  margin:0;
  position: absolute;
}
.list-partidos-patrocinado a .game-item .team-local .resultado h3, .list-partidos-patrocinado a .game-item .team-visita .resultado h3{
  font-family: "Lato",Arial,sans-serif;
  color: #282828;
  font-size: 1.2em;
  line-height: 0.7em;
  font-weight: 900;
  padding: 0;
  margin: 5px 0;
}
/*--------------------------------------------------------------------Especial Escuelas----------------------------------*/
.section-especial-escuelas {
  padding: 50px 0 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08233b), to(#031a2b));
  background-image: linear-gradient(#08233b, #031a2b);
  min-height: 500px;
  height: auto;
}
.section-especial-escuelas .intro p {
  font-size: 1.1em;
  line-height: 150%;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: normal;
  margin-top: 25px;
  color: #ffffff;
}
.section-especial-escuelas .img-escuela-animate {
  margin: 0 auto;
  width: 100%;
  height: 350px;
  position: relative;
}
@media (min-width: 440px) {
  .section-especial-escuelas .img-escuela-animate {
    height: 550px;
  }
}
.section-especial-escuelas .img-escuela-animate #foto-uno {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.section-especial-escuelas .img-escuela-animate #foto-dos {
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-animation-name: foto;
          animation-name: foto;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes foto {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 2px;
    top: 0px;
  }
  50% {
    left: 2px;
    top: 2px;
  }
  75% {
    left: 0px;
    top: 2px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes foto {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 2px;
    top: 0px;
  }
  50% {
    left: 2px;
    top: 2px;
  }
  75% {
    left: 0px;
    top: 2px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
.section-especial-escuelas .img-escuela-animate #foto-tres {
  width: 100%;
  position: absolute;
  z-index: 3;
}
.section-especial-destacado {
  padding: 50px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#031a2b), to(#08233b));
  background-image: linear-gradient(#031a2b, #08233b);
  min-height: 500px;
  height: auto;
}
.section-especial-destacado .item-especial {
  margin: 20px 0;
}
.section-especial-destacado .item-especial .article-photo {
  width: 100%;
  height: 290px;
  margin: 0;
  overflow: hidden!important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  z-index: 0;
}
@media (min-width: 767px) {
  .section-especial-destacado .item-especial .article-photo {
    height: 350px;
  }
}
.section-especial-destacado .item-especial .article-photo .title {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.section-especial-destacado .item-especial .article-photo .title h1 {
  font-size: 1.6em;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: bold;
  white-space: pre-wrap;
  line-height: 120%;
  padding: 10px 10px 10px 15px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}
.section-especial-destacado .item-especial .article-intro {
  font-size: 1.05em;
  line-height: 150%;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: normal;
  margin-top: 15px;
  color: #ffffff;
}
.especial-escuelas-whatsapp {
  width: 100%;
  position: fixed;
  bottom: 30px;
  z-index: 999;
  text-align: center;
}
.section-especial-escuelas-mapa {
  padding: 90px 0;
  width: 100%;
  background: url(../images/especiales/escuelas/bg-escuelas-mapa.jpg?d=722) center center;
  background-repeat: repeat;
}
.section-especial-escuelas-mapa p {
  font-size: 1.4em;
  line-height: 150%;
  font-family: "Unit Slab Pro", Arial, sans-serif;
  font-weight: normal;
  margin-top: 25px;
  color: #000;
}
.section-especial-escuelas-mapa .mapa {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .section-especial-escuelas-mapa .mapa {
    width: 100%;
    margin: 0 auto;
  }
}
.especial-escuelas-whatsapp .whatsapp-boton {
  margin: 0 auto;
  background: #25d366;
  width: 100px;
  height: 30px;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  border: 3px solid #f6f6f6;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 900;
  font-size: 1.3em;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.especial-escuelas-whatsapp .whatsapp-boton i {
  margin: 0 3px;
  font-size: 1.4em;
}
