@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?8rkh88");
  src: url("../../fonts/icomoon.eot?8rkh88#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?8rkh88") format("truetype"), url("../../fonts/icomoon.woff?8rkh88") format("woff"), url("../../fonts/icomoon.svg?8rkh88#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camara:before {
  content: "\e91d";
}

.icon-chart:before {
  content: "\e91e";
}

.icon-chat:before {
  content: "\e91f";
}

.icon-folder:before {
  content: "\e920";
}

.icon-location:before {
  content: "\e921";
}

.icon-cancel:before {
  content: "\e906";
}

.icon-chevron_left:before {
  content: "\e907";
}

.icon-chevron_right:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e919";
}

.icon-first_page:before {
  content: "\e91a";
}

.icon-last_page:before {
  content: "\e91c";
}

.icon-flipboard:before {
  content: "\e90c";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-checkmark:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-left-stroke:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-play:before {
  content: "\e90d";
}

.icon-play-transparent:before {
  content: "\e90e";
}

.icon-right-stroke:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-share:before {
  content: "\e911";
}

.icon-sort-alpha-down1 .path1:before {
  content: "\e912";
  color: black;
}

.icon-sort-alpha-down1 .path2:before {
  content: "\e913";
  margin-left: -0.625em;
  color: black;
  opacity: 0.5;
}

.icon-sort-alpha-up1 .path1:before {
  content: "\e914";
  color: black;
}

.icon-sort-alpha-up1 .path2:before {
  content: "\e915";
  margin-left: -0.625em;
  color: black;
  opacity: 0.5;
}

.icon-twitter:before {
  content: "\e916";
}

.icon-whatsapp:before {
  content: "\e917";
}

.icon-envelope:before {
  content: "\e91b";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-telegram:before {
  content: "\ea95";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-instagram:before {
  content: "\e922";
}

.icon-audio:before {
  content: "\e905";
}

.icon-bolo:before {
  content: "\e918";
}

@font-face {
  font-family: 'Roboto Slab';
  src: url("../../fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/RobotoSlab-Regular.woff") format("woff"), url("../../fonts/RobotoSlab-Regular.ttf") format("truetype"), url("../../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url("../../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/RobotoSlab-Bold.woff") format("woff"), url("../../fonts/RobotoSlab-Bold.ttf") format("truetype"), url("../../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
  font-weight: 800;
  font-style: bold;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.section-stories .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  position: relative;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

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

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  width: 50%;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 12px;
  margin: 10px 1px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 1px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.pagina-interior {
  background: #FFF;
}

.module-interior .container-fluid > .row div[class*=col-lg-3] {
  background: #FFF;
}

[data-related*=tools-articles] .navigation-articles nav a:before {
  color: #333;
}

.col-lg-3 .modulo-123 .title-123, .col-lg-4 .modulo-123 .title-123 {
  color: #000;
}

.col-lg-3 .modulo-123 .top-recomendado .bloque a .description p, .col-lg-3 .modulo-123 .top-recomendado .bloque.generico a .description p, .col-lg-3 .modulo-123 .top-recomendado .bloque.series a .description p, .col-lg-3 .modulo-123 .top-recomendado .bloque.programas a .description p, .col-lg-4 .modulo-123 .top-recomendado .bloque a .description p, .col-lg-4 .modulo-123 .top-recomendado .bloque.generico a .description p, .col-lg-4 .modulo-123 .top-recomendado .bloque.series a .description p, .col-lg-4 .modulo-123 .top-recomendado .bloque.programas a .description p {
  color: #000 !important;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media only screen and (min-width: 1024px) {
  .module-interior header .great-element-multimedia {
    padding: 0 .8rem 0 1.7rem;
  }
}

@media only screen and (max-width: 768px) {
  .module-interior header .great-element-multimedia {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .module-interior header .entradilla {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .module-interior header .article-abstract {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .great-element-multimedia {
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
  }
}

.great-element-multimedia .photogallery-title.article-subheader {
  padding: 10px 0 0;
  font-size: 1rem;
  font-family: 'Roboto Slab';
  font-weight: 100;
  font-size: .7rem;
  border-top: 1px solid #EEE;
}

@media only screen and (max-width: 1023px) {
  .great-element-multimedia .photogallery-title.article-subheader {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .module-interior .container-fluid > .row div[class*=col-lg-3] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .module-interior .container-fluid > .row div[class*=col-lg-9] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .module-interior .container-fluid > .row div[class*=col-lg-3] > *:not(.sticky-wrap) {
    display: block;
  }
}

.te-interesa {
  background: none;
}

.te-interesa .titular {
  padding: 10px 0;
  font-family: 'Roboto Slab';
  font-weight: 200;
  font-size: .95rem;
  border-top: 1px solid #EEE;
}

.te-interesa .lista-interes {
  margin-bottom: 0;
}

.te-interesa .lista-interes li {
  margin: 0;
  border-top: 1px solid #EEE;
  padding: 8px 0;
}

.te-interesa .lista-interes li a {
  color: #333;
  font-size: 1.1rem;
  font-family: 'Roboto Bold';
  line-height: 1.2;
  display: block;
  width: 90%;
}

.te-interesa .lista-interes li a:hover {
  color: #1EAF37;
}

@media only screen and (min-width: 1024px) {
  .module-interior header .title-new {
    padding-top: 0;
  }
}

.owl-theme .owl-dots .owl-dot {
  border: none;
  padding: 0;
  background: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #1EAF37;
}

.owl-theme .owl-nav [class*='owl-'] {
  font-size: 2rem;
  line-height: 1rem;
  margin: 5px;
  padding: 0 7px;
  background: transparent;
  border-radius: 0;
  border: none;
  color: #AAA;
  position: absolute;
  bottom: 0;
  height: 34px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
  color: #1EAF37;
}

.owl-theme button.owl-prev {
  right: 25px;
}

.owl-theme button.owl-next {
  right: 0;
}

.article__media {
  display: block;
  position: relative;
  background: #000;
}

.article__media .image-footer {
  background: #FFF;
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
  padding: 5px 0;
  font-size: .8rem;
  color: #AAA;
}

.article__media .icon-play {
  position: absolute;
  top: calc( 50% - 25px);
  left: calc( 50% - 25px);
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  z-index: 11;
  font-size: 1.6rem;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 2;
  border-radius: 100%;
  padding-left: 6px;
}

@media all and (min-width: 1024px) {
  .col-md-6 .article__media .icon-play {
    top: calc( 50% - 45px);
    left: calc( 50% - 45px);
    font-size: 2.8rem;
    width: 90px;
    height: 90px;
    padding-left: 8px;
  }
}

.article__media:hover .icon-play {
  background-color: #1EAF37;
}

.article__media picture, .article__media figure, .article__media img {
  opacity: .9;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}

.article__media:hover picture, .article__media:hover figure {
  opacity: 1;
}

.section-header__container {
  border-bottom: 3px solid #000;
  border-top: 1px solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-header .section-title {
  width: calc(100% - 100px);
  font-family: 'Roboto Slab';
  text-transform: none;
  font-weight: bold;
  font-size: 2.2rem;
}

.section-header-tags {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #EEE;
}

.section-header-tags__item {
  display: inline;
  float: left;
  text-transform: none;
}

.section-header-tags__link {
  display: inline-block;
  padding: 9px 10px 10px 0;
  font-size: .9rem;
  font-weight: bold;
  color: #1EAF37;
}

.sponsor {
  width: 100px;
}

.sponsor__text {
  font-size: .7rem;
  color: #AAA;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: none;
  display: none;
}

.blockquote,
.module-interior blockquote:not(.twitter-tweet) {
  border: none;
  padding: 40px 0 20px 0;
  margin: 0;
  border-top: 2px solid #1EAF37;
}

@media only screen and (min-width: 768px) {
  .blockquote,
  .module-interior blockquote:not(.twitter-tweet) {
    width: calc((100% / 3) - 25px);
    margin: 0 25px 25px 0;
    float: left;
  }
  .blockquote.blockquote--right,
  .module-interior blockquote:not(.twitter-tweet).blockquote--right {
    float: right;
    margin: 0 0 25px 25px;
    text-align: right;
  }
}

.blockquote p,
.module-interior blockquote:not(.twitter-tweet) p {
  font-family: 'Roboto Slab';
  color: #1EAF37;
  font-style: normal;
  line-height: 1.5;
}

.blockquote p.blockquote__info,
.module-interior blockquote:not(.twitter-tweet) p.blockquote__info {
  color: #AAA;
  font-style: italic;
}

.blockquote::before {
  content: '" ';
  font-size: 4rem;
  font-family: Roboto Slab;
  color: #1EAF37;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 0;
}

.articleBody p.h2, .articleBody p.h3, .articleBody p.h4, .articleBody p.h5, .articleBody p.h6, .articleBody h2.h2, .articleBody h2.h3, .articleBody h2.h4, .articleBody h2.h5, .articleBody h2.h6, .articleBody h3.h2, .articleBody h3.h3, .articleBody h3.h4, .articleBody h3.h5, .articleBody h3.h6, .articleBody h4.h2, .articleBody h4.h3, .articleBody h4.h4, .articleBody h4.h5, .articleBody h4.h6, .articleBody h5.h2, .articleBody h5.h3, .articleBody h5.h4, .articleBody h5.h5, .articleBody h5.h6, .articleBody h6.h2, .articleBody h6.h3, .articleBody h6.h4, .articleBody h6.h5, .articleBody h6.h6 {
  font-family: 'Roboto Bold';
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  border-top: 1px solid #EEE;
  margin-top: 30px;
}

.articleBody p.h2, .articleBody h2.h2, .articleBody h3.h2, .articleBody h4.h2, .articleBody h5.h2, .articleBody h6.h2 {
  font-size: 1.6rem;
}

.articleBody p.h3, .articleBody h2.h3, .articleBody h3.h3, .articleBody h4.h3, .articleBody h5.h3, .articleBody h6.h3 {
  font-size: 1.5rem;
}

.articleBody p.h4, .articleBody h2.h4, .articleBody h3.h4, .articleBody h4.h4, .articleBody h5.h4, .articleBody h6.h4 {
  font-size: 1.4rem;
}

.articleBody p.h5, .articleBody h2.h5, .articleBody h3.h5, .articleBody h4.h5, .articleBody h5.h5, .articleBody h6.h5 {
  font-size: 1.3rem;
}

.articleBody p.h6, .articleBody h2.h6, .articleBody h3.h6, .articleBody h4.h6, .articleBody h5.h6, .articleBody h6.h6 {
  font-size: 1.2rem;
}

.articleBody {
  border-top: 3px solid #333;
  padding-top: 30px;
  margin-top: 8px;
  display: block;
}

.articleBody p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.cintillo {
  color: #1EAF37;
  margin: 1rem .8rem 0.2rem .8rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1024px) {
  .cintillo {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media only screen and (min-width: 1024px) {
  .cintillo {
    font-size: 1.4rem;
    margin: 1.2rem 4rem 0.2rem 1.7rem;
  }
}

.article {
  border-top: 1px solid #EEE;
  padding-top: 6px;
}

.article__media {
  margin-bottom: 6px;
}

.article__tag,
.article__tag a {
  color: #1EAF37;
  display: inline-block;
  width: 100%;
  font-family: Roboto Light;
  font-size: .9rem;
}

.article__tag:hover,
.article__tag a:hover {
  color: #222;
}

.article__title {
  font-family: Roboto Bold;
  display: inline-block;
  width: 100%;
  line-height: 1.1;
  padding-bottom: 15px;
  margin: 0;
}

.article__title a:hover {
  color: #1E8737;
}

.col-md-4 .article__title {
  font-size: 1.1rem;
}

.col-md-6 .article__title {
  font-size: 1.4rem;
}

.article__summary {
  line-height: 1.3;
  color: #999;
}

.article-alerts {
  margin-bottom: 10px;
}

.article-alerts__alert {
  padding: 10px 15px;
  display: block;
  border-bottom: none;
  background: #1EAF37;
  color: #FFF;
  border-radius: 3px;
  margin: 6px 0 0;
  line-height: 1.2;
}

.article-alerts__alert a {
  color: #FFF;
  display: inline-block;
  width: 100%;
}

.article-alerts__alert:hover {
  background: #1ED732;
  border-bottom: none;
}

.article-alerts__alert.article-alerts__alert-red {
  background: #C00;
  animation: blinker 2s infinite;
  -webkit-animation: blinker 2s infinite;
}

.article-abstract {
  margin: .5rem 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #CCC;
}

header > .article-abstract {
  margin: 0 .8rem 0 .8rem;
}

@media only screen and (min-width: 1024px) {
  header > .article-abstract {
    margin: 0 .8rem 0 1.7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .article-abstract {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.article-abstract__toggler {
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-size: .8rem;
  font-family: 'Roboto Slab';
}

.article-abstract__toggler i {
  margin-right: 3px;
  color: #DDD;
}

.article-abstract ul {
  padding-left: 18px;
}

.article-abstract ul li {
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) {
  .article-abstract ul li {
    margin-bottom: 8px;
  }
}

.article-abstract ul li a {
  color: #1EAF37;
  border-bottom: 1px solid #1EAF37;
}

.article-abstract ul li a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.article-abstract ul li.article-abstract__alert {
  list-style: none;
}

.article-abstract ul li.article-abstract__alert a {
  padding: 10px 15px;
  display: block;
  border-bottom: none;
  background: #1EAF37;
  color: #FFF;
  border-radius: 3px;
  margin-left: -20px;
}

@media only screen and (min-width: 1024px) {
  .article-abstract ul li.article-abstract__alert a {
    padding: 4px 10px;
  }
}

.article-abstract ul li.article-abstract__alert a:hover {
  background: #F9F9F9;
  color: #1EAF37;
  border-bottom: none;
}

.article-abstract ul li.article-abstract__alert.article-abstract__alert_red a {
  background: #C00;
  color: #FFF;
  animation: blinker 2s infinite;
  -webkit-animation: blinker 2s infinite;
}

.article-abstract ul li.article-abstract__alert.article-abstract__alert_red a:hover {
  color: #FFF;
}

@keyframes blinker {
  from {
    background: #C00;
  }
  50% {
    background: #F30;
  }
  to {
    background: #C00;
  }
}

@-webkit-keyframes blinker {
  from {
    background: #C00;
  }
  50% {
    background: #F30;
  }
  to {
    background: #C00;
  }
}

.article-tools {
  line-height: 1.1;
  margin-bottom: 0;
  padding: 0;
}

.article-tools .article-author,
.article-tools .article-dates__detail,
.article-tools .article-location {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.article-tools .article-dates__detail,
.article-tools .article-location {
  padding-top: 10px;
  border-top: 1px solid #EEE;
}

.article-tools .article-location {
  font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.article-tools .article-author__name {
  width: calc(100% - 45px);
  display: inline;
  float: left;
  font-size: .8rem;
}

.article-tools .article-author__avatar {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: inline;
  float: left;
  margin-right: 10px;
}

.article-tools .article-author__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-tools .article-author__is, .article-tools .article-author__social {
  display: inline-block;
  width: 100%;
}

.article-tools .article-author__is {
  font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
  font-size: .9rem;
  padding-bottom: 4px;
}

.article-tools .article-author__social {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: .7rem;
  padding: 2px 0;
}

.article-tools .article-author__social a {
  color: #FFF;
  background: #DDD;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  display: inline;
  float: left;
  margin-right: 2px;
  text-align: right;
  line-height: 1.2rem;
}

.article-tools .article-author__social a i {
  color: #FFF;
  margin-right: 3px;
}

.article-tools .article-author__social a:hover {
  border: none;
  text-decoration: none;
  background: #1EAF37;
}

.article-tools .article-author__social a:hover i {
  color: #FFF;
}

.article-tools .article-dates {
  font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.article-tools .article-dates__in, .article-tools .article-dates__day {
  display: block;
  width: 100%;
}

.article-tools .article-dates__detail {
  display: block;
  width: 100%;
}

.article-tools .article-dates__previous {
  font-size: .8rem;
  color: #CCC;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .article_meta-horizontal .article-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article_meta-horizontal .article-tools .article-author,
  .article_meta-horizontal .article-tools .article-dates,
  .article_meta-horizontal .article-tools .article-location {
    width: calc(100% / 3);
  }
  .article_meta-horizontal .article-tools .article-dates,
  .article_meta-horizontal .article-tools .article-location {
    padding-left: 10px;
    padding-bottom: 0;
    border-left: 1px solid #EEE;
  }
  .article_meta-horizontal .article-tools .article-dates__detail,
  .article_meta-horizontal .article-tools .article-location {
    padding-top: 0;
    border-top: none;
  }
  .article_meta-horizontal .article-tools .article-dates__detail {
    padding-bottom: 0;
  }
  .article_meta-horizontal .article-tools .article-dates__day {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .article_meta-horizontal .article-tools .article-dates__day, .article_meta-horizontal .article-tools .article-dates__in {
    display: inline;
  }
}

.article--media-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article--media-side .article__media {
  width: 80px;
  height: 0%;
  margin-top: 7px;
}

.article--media-side .article__media .icon-play {
  top: calc( 50% - 16px);
  left: calc( 50% - 16px);
  font-size: 1rem;
  width: 32px;
  height: 32px;
  padding-left: 4px;
}

.article--media-side .article__body {
  width: calc(100% - 110px);
  margin: 0 20px 0 10px;
}

.article--media-side .article__tag a {
  color: #1e8737;
  font-size: .8rem;
  line-height: 1.2;
}

.article--media-side .article__title {
  font-size: .9rem;
  line-height: 1.1rem;
  font-family: 'Roboto Bold', helvetica, Arial, sans-serif;
}

.article--media-side .article__title a:hover {
  color: #1e8737;
}

@media only screen and (min-width: 1024px) {
  .article--media-side {
    /*
		.article__title:before { 
			content: '...'; 
			position: absolute; 
			right: 0;
			bottom: 0;
		} 
		*/
  }
  .article--media-side .article__title {
    overflow: hidden;
    position: relative;
    line-height: 1.1em;
    max-height: 3em;
    margin-right: -1em;
    padding-right: 1em;
  }
  .article--media-side .article__title:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
  }
}

.article-gallery {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 1rem 0 0;
  margin-bottom: 1rem;
}

.article-gallery .photogallery-title {
  padding: 0;
  font-family: 'Roboto Slab';
  font-weight: 200;
  font-size: .7rem;
}

.article-gallery figure {
  margin: 0;
}

.article-gallery .owl-nav {
  margin-top: 0;
}

.article-gallery .carousel-counter {
  display: inline;
  float: left;
  width: 10%;
  font-size: 1.2rem;
}

.article-gallery .figcaption {
  font-size: .8rem;
  color: #999;
}

.mediabox {
  border-top: 1px solid #EEE;
  padding-top: 5px;
  margin: 6px 0 20px;
  display: block;
  width: 100%;
}

.mediabox__title {
  font-family: 'Roboto Slab';
  font-size: .75rem;
  text-transform: uppercase;
}

.mediabox__list {
  margin-top: 15px;
  padding: 0;
}

.mediabox__item,
.mediabox li.mediabox__item {
  font-weight: 500;
  font-size: .9rem;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-left: 0;
  border-bottom: 1px solid #EEE;
  color: #222;
  line-height: 1.2;
  list-style: none;
}

.articleBody .mediabox a {
  color: #188714;
  border: none;
}

.articleBody .mediabox a:hover, .articleBody .mediabox a:focus {
  color: #222;
  text-decoration: none;
}

.mediabox__link {
  color: #1EAF37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto Bold';
}

.mediabox__link:hover, .mediabox__link:focus {
  color: #222;
  text-decoration: none;
}

.mediabox__link i {
  font-size: 1rem;
  color: #CCC;
  margin-right: 12px;
}

.mediabox__link:hover i {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .mediabox__link i {
    display: none;
  }
}

.mediabox__link.data-list {
  padding-left: 15px;
  font-weight: bold;
}

.mediabox__link.data-list .num {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.social-box {
  position: relative;
  height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px;
  padding-bottom: 10px;
  height: 50px;
  margin-top: -20px;
  /*
         @media only screen and (min-width: 768px){ 
            width: 100%;
            border-bottom: 1px solid #EEE;
            margin-bottom: 20px;
            padding-bottom: 10px;
            height: 50px;
            margin-top: -20px;


        }


     @media only screen and (max-width: 767px){ 

        position: fixed;
        right: 20px; 
        bottom: 130px;
        height: 50px;

    }
    */
  /*

    &__toggle{
        display: block;
        background: $color-primario-dark;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 2.94rem;
        box-shadow: -5px 5px 10px rgba(0,0,0,.2);
          display: none; 

         @media only screen and (min-width: 768px){ 
                display: none; 
            }
        .icon-share{
            display: block;
            line-height: 2.4rem; 
            
        }
        
        .icon-close{
            display: none;
            font-size: 30px;
            line-height: 2.5rem;
        }
 
        @media only screen and (max-width: 767px){ 
            width: 50px;
            height: 50px;
             .icon-share,
            .icon-close{ 
             line-height:3rem;
            }
        }

        i{
            color: #FFF;
            font-size: 20px;
        }

        span{
            display: block;
            text-indent: -9999px;
            width: 0px;
            height: 0px;
        }

    }

       &.active &__toggle{
           .icon-close{
                display: block;
            } 

            .icon-share{
                display: none;
            }

        }

*/
}

.social-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-box__item a {
  background: #333;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.94rem;
  top: 0;
  -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
  display: inline;
  float: left;
  margin-right: 5px;
  /*
 
            @media only screen and (max-width: 767px){ 
                width: 50px;
                height: 50px;
                position: absolute;
             display: none;
            }

             @media only screen and (min-width: 768px){ 
                display: inline;
                float: left;
                margin-right: 5px;
            }
            */
}

.social-box__item a i {
  color: #FFF;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .social-box__item a i {
    line-height: 2 !important;
  }
}

.social-box__item a span {
  display: block;
  text-indent: -9999px;
  width: 0px;
  height: 0px;
}

.social-box__item a.social-box__item-facebook {
  background: #3B5998;
}

.social-box__item a.social-box__item-twitter {
  background: #55ACEE;
}

.social-box__item a.social-box__item-linkedin {
  background: #007AB9;
}

.social-box__item a.social-box__item-whatsapp {
  background: #25D366;
}

.social-box__item a.social-box__item-telegram {
  background: #0088cc;
}

.social-box__item a.social-box__item-flipboard {
  background: #CC0000;
}

.active .social-box__item a.social-box__item-whatsapp {
  left: -45px;
  /*
                @media only screen and (max-width: 767px){
                    left: -55px;  
                }
                */
}

.active .social-box__item a.social-box__item-whatsapp:hover {
  background-color: #FFF;
}

.active .social-box__item a.social-box__item-whatsapp:hover i {
  color: #25D366;
}

.active .social-box__item a.social-box__item-telegram {
  left: -90px;
  /*
                @media only screen and (max-width: 767px){
                    left: -110px;  
                }
                */
}

.active .social-box__item a.social-box__item-telegram:hover {
  background-color: #FFF;
}

.active .social-box__item a.social-box__item-telegram:hover i {
  color: #0088cc;
}

.active .social-box__item a.social-box__item-facebook {
  left: -135px;
  /*
                @media only screen and (max-width: 767px){
                    left: -165px;  
                }
                */
}

.active .social-box__item a.social-box__item-facebook:hover {
  background-color: #FFF;
}

.active .social-box__item a.social-box__item-facebook:hover i {
  color: #3B5998;
}

.active .social-box__item a.social-box__item-twitter {
  left: -180px;
  /*
                @media only screen and (max-width: 767px){
                    left: -215px;  
                }
                */
}

.active .social-box__item a.social-box__item-twitter:hover {
  background-color: #FFF;
}

.active .social-box__item a.social-box__item-twitter:hover i {
  color: #55ACEE;
}

.active .social-box__item a.social-box__item-linkedin {
  left: -225px;
  /*
                @media only screen and (max-width: 767px){
                    left: -270px;  
                }
                */
}

.active .social-box__item a.social-box__item-linkedin:hover {
  background-color: #FFF;
}

.active .social-box__item a.social-box__item-linkedin:hover i {
  color: #007AB9;
}

.active .social-box__item a.social-box__item-flipboard {
  left: -270px;
  /*
                @media only screen and (max-width: 767px){
                    left: -165px;  
                }
                */
}

.active .social-box__item a.social-box__item-flipboard:hover {
  background-color: #FFF;
}

.active .social-box__item a.social-box__item-flipboard:hover i {
  color: #CC0000;
}

.social-box.active .social-box__item a {
  display: block;
}

.article-breadcrumbs {
  padding: .6rem 0;
  border-top: 1px solid #EEE;
  font-size: .85rem;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .article-breadcrumbs {
    margin: 0 0 1.4rem;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.article-breadcrumbs a {
  color: #AAA;
}

.article-breadcrumbs a:first-child {
  color: #1EAF37;
  font-weight: 600;
}

.article-breadcrumbs a:hover {
  color: #1E8737;
}

.article_meta {
  padding-top: 5px;
  margin: 6px 10px 20px 0;
  width: calc( ((100% / 5) * 2) - 10px);
  float: left;
}

@media only screen and (min-width: 767px) {
  .article_meta {
    width: calc((100% / 3) - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.article_meta.article_meta-horizontal {
  width: 100%;
}

.most-viewed-list {
  counter-reset: item;
  padding: 0;
  list-style: none;
}

.most-viewed-item {
  position: relative;
  padding-left: 40px;
  counter-increment: item;
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .most-viewed-item {
    margin-bottom: 10px;
  }
}

.most-viewed-item::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  padding-right: 10px;
  text-align: right;
  content: counter(item);
  font-size: 2.6rem;
  font-weight: 300;
  color: #222;
  font-family: Roboto Slab;
  font-weight: bold;
  color: #DDD;
}

.most-viewed-item .article {
  border-top: 0;
  padding-bottom: 0;
}

.most-viewed-item .article__title {
  font-weight: 700;
  font-size: 1rem;
}

.last-published .article__title {
  font-size: 1rem;
}

.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #222;
  color: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 999999;
  height: auto;
  cursor: pointer;
}

.bottom-banner .openclose {
  position: absolute;
  background: #1ED732;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  right: 10px;
  top: -10px;
  -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.4);
}

.bottom-banner .openclose i {
  color: #FFF;
  font-size: .8rem;
  line-height: 2.5;
}

.bottom-banner .openclose .icon-arrow-down {
  display: none;
}

.bottom-banner.show .openclose .icon-arrow-down {
  display: block;
}

.bottom-banner.show .openclose .icon-arrow-up {
  display: none;
}

.bottom-banner .row {
  position: relative;
}

.bottom-banner--transparent {
  background: rgba(34, 34, 34, 0.4);
}

.bottom-banner--transparent:hover {
  background: #222;
}

@media print {
  .bottom-banner {
    display: none;
  }
}

@media (min-width: 1023px) {
  .bottom-banner:hover .bottom-banner__content {
    display: block;
  }
  .bottom-banner:hover .live-section__title {
    display: none;
  }
  .bottom-banner:hover .openclose .icon-arrow-down {
    display: block;
  }
  .bottom-banner:hover .openclose .icon-arrow-up {
    display: none;
  }
}

@media (max-width: 1023px) {
  .bottom-banner.show .bottom-banner__content {
    display: block;
  }
  .bottom-banner.show .live-section__title {
    display: none;
  }
}

.bottom-banner__content {
  height: 100%;
  display: none;
}

.bottom-banner-alerta {
  background: rgba(30, 175, 55, 0.9);
  -webkit-transition: 1s;
  transition: 1s;
}

.bottom-banner-alerta:hover {
  background: #1e8737;
}

.bottom-banner-alerta__warning {
  background: rgba(204, 0, 0, 0.9);
}

.bottom-banner-alerta__warning:hover {
  background: #cc0000;
}

.bottom-banner-alerta a {
  display: block;
  width: 100%;
  padding: 3px 0 5px 22px;
  color: #FFF;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  /*
			&::before {
				content: "";
				position: absolute;
				top: 10px;
				left: 5px;
				width: 12px;
				height: 12px;
				border-radius: 50px;
				background: $color-white;
			}
			*/
}

@media (max-width: 1023px) {
  .show .bottom-banner-alerta a {
    white-space: normal;
    line-height: 1.2rem;
  }
}

.live-section {
  height: 100%;
  padding: 0 .8rem;
}

@media (max-width: 1023px) {
  .live-section {
    border-bottom: 1px solid #363636;
  }
}

.live-section__heading {
  padding: 12px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.live-section__heading .bottom-banner__tag {
  font-family: "Roboto Regular", Helvetica, Arial, Sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: #1ED732;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
  padding-left: 18px;
  margin-bottom: 0;
  min-width: 110px;
}

.live-section__heading .bottom-banner__tag::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #1ED732;
}

.live-section__title {
  font-family: "Roboto Regular", Helvetica, Arial, Sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1rem;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 1px 0 0;
  display: none;
}

@media (min-width: 1024px) {
  .live-section__title {
    display: block;
  }
}

.live-section__title a {
  color: #FFF;
}

.live-section__title a:hover {
  opacity: .75;
}

.live-section .article {
  padding-top: 0;
  border-top: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .live-section .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .live-section .article__body, .live-section .article__media {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .live-section .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .live-section .article__body, .live-section .article__media {
    width: 50%;
  }
}

.live-section .article__tag a:hover {
  color: #FFF;
}

.live-section .article__body {
  padding-left: 10px;
}

.live-section .article__title {
  font-size: 1rem;
  line-height: 1.2;
  color: #FFF;
}

@media (min-width: 1024px) {
  .live-section .article__title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 100%;
  }
}

.live-section .article__title a {
  color: #FFF;
}

.live-section .article__title a:hover {
  opacity: .75;
}

.live-section .article__footer {
  line-height: 0;
}

@media (min-width: 1024px) {
  .live-section .article__time {
    font-size: .8rem;
  }
}

.live-section .article picture {
  border-bottom: 0;
}

.live-section .icon-play-transparent {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #222;
  font-size: 1.5rem;
}

.last-section {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
}

.last-section__heading {
  font-family: "Roboto Regular", Helvetica, Arial, Sans-serif;
  padding: 12px 0 8px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .last-section__heading .bottom-banner__tag-desktop {
    display: none;
  }
}

.last-section__heading-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .5rem;
  margin-right: 10px;
}

.last-section__heading-icon .icon-arrow-down {
  color: #AAA;
  margin-top: 1px;
}

.last-section__list {
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
  margin: 10px 0 0;
}

.last-section__link {
  border-radius: 3px;
  padding: 5px;
  font-size: .9rem;
  color: #FFF;
  line-height: 1.2rem;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.last-section__link::before {
  -webkit-transition: 1s;
  transition: 1s;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #666666;
}

.last-section__link:hover, .last-section__link:active, .last-section__link:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
}

.last-section__link:hover::before, .last-section__link:active::before, .last-section__link:focus::before {
  background: #222;
}

.section-aside-interesting {
  border-top: 3px solid #000;
  border-bottom: 1px solid #EEE;
  margin-bottom: 40px;
  background: #F9F9F9;
}

.section-aside-interesting .section-header {
  padding: 8px 10px;
  margin: 0;
}

.section-aside-interesting .section-title {
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  padding: 0;
  margin: 0;
  width: 100%;
}

.section-aside-interesting .section-title a {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .section-aside-interesting .interesting-list {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .section-aside-interesting .interesting-list__wrap {
    width: 1010px;
  }
  .section-aside-interesting .interesting-list__wrap .article--media-side {
    width: 190px;
    display: inline;
    float: left;
    min-height: 254px;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 0;
    background: #FFF;
    -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 10px 10px;
  }
  .section-aside-interesting .interesting-list__wrap .article--media-side:last-child {
    margin-right: 10px;
  }
  .section-aside-interesting .interesting-list__wrap .article--media-side .article__media {
    width: 100%;
    margin-top: 0;
  }
  .section-aside-interesting .interesting-list__wrap .article--media-side .article__body {
    width: calc(100% - 10px);
    padding: 0 10px 0 0;
  }
}

.interesting-list__scrolled {
  height: auto;
  max-height: 350px;
  overflow: auto;
}

.section-aside-videos {
  border-top: 3px solid #000;
  border-bottom: 1px solid #EEE;
  margin-bottom: 40px;
  background: #F9F9F9;
}

.section-aside-videos .owl-dots {
  padding-left: 25px;
}

.section-aside-videos .section-header {
  padding: 8px 10px;
  margin: 0;
}

.section-aside-videos .section-title {
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  padding: 0;
  margin: 0;
  width: 100%;
}

.section-aside-videos .section-title a {
  color: #000;
}

.section-aside-videos .article__title {
  font-size: 1.1rem;
}

.section-aside-videos .article__content {
  padding: 10px 25px 0;
}

.video-list--aside {
  padding: 20px 30px 0 15px;
  height: auto;
  max-height: 420px;
  overflow: auto;
}

.section-related {
  margin-bottom: 40px;
}

@media all and (max-width: 1024px) {
  .section-related .article {
    padding: .8rem;
  }
  .section-related .article .article__title {
    font-size: 1.2rem;
  }
  .section-related .col-xs-6 .article .article__title {
    font-size: 1rem;
  }
}

.tab {
  margin-bottom: 30px;
}

.tab-content {
  padding: 25px;
  background: #F9F9F9;
}

.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.tab-nav__item {
  border-right: 1px solid #EEE;
  list-style: none;
}

.tab--articles .tab-nav__item {
  width: 50%;
}

.tab-nav__item:last-of-type {
  border-right: 0;
}

.tab-nav__link {
  padding: 10px;
  color: #222;
  font-family: 'Roboto Slab';
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-top: 1px solid #EEE;
  color: #222;
}

.tab-nav__link:hover {
  opacity: .75;
  color: #222;
}

.tab-nav__link.active {
  color: #222;
  font-weight: 600;
  border-top: 3px solid #222;
  padding-top: 8px;
  background: #F9F9F9;
}

.tab-nav__link.active:hover {
  color: #222;
  opacity: 1;
  cursor: default;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/********* AÑADIDOS PROPIOS **********/
/* Cambiamos el order del video para que aparezca arriba del todo */
@media only screen and (min-width:1024px){
  .page-redesign .module-interior header .great-element-multimedia.video-top{
    order: 0;
  }
}
@media only screen and (max-width:768px){
  .page-redesign .module-interior header .great-element-multimedia.video-top{
    order: 5;
  }
}

/* Cambiamos el orden del video para las secciones de Noticias */
@media only screen and (min-width:1024px){
  .page-redesign.noticias .module-interior header .great-element-multimedia.video-top{
    order: 3;
  }
}
@media only screen and (max-width:768px){
  .page-redesign.noticias .module-interior header .great-element-multimedia.video-top{
    order: 1;
  }
}

/* Cambiamos el orden del video para estos programas, MVT, La sexta noche, el intermedio */
@media only screen and (min-width:1024px){
  .page-redesign.mas-vale-tarde .module-interior header .great-element-multimedia.video-top{
    order: 3;
  }
}
@media only screen and (max-width:768px){
  .page-redesign.mas-vale-tarde .module-interior header .great-element-multimedia.video-top{
    order: 1;
  }
}
@media only screen and (min-width:1024px){
  .page-redesign.sexta-noche .module-interior header .great-element-multimedia.video-top{
    order: 3;
  }
}
@media only screen and (max-width:768px){
  .page-redesign.sexta-noche .module-interior header .great-element-multimedia.video-top{
    order: 1;
  }
}
@media only screen and (min-width:1024px){
  .page-redesign.el-intermedio .module-interior header .great-element-multimedia.video-top{
    order: 3;
  }
}
@media only screen and (max-width:768px){
  .page-redesign.el-intermedio .module-interior header .great-element-multimedia.video-top{
    order: 1;
  }
}

/* Cambiamos el order para que la foto en movil aparezca en su lugar y no arriba */
@media only screen and (max-width:768px){
  .page-redesign .module-interior header .great-element-multimedia{
    order: 0;
  }
}
.page-redesign.pagina-interior [class*="mod-ad-top"] {
  background-color: #fff;
}

.page-redesign .sticky-element {
  position: inherit;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
}
.page-redesign .sticky-element.fixed {
  position: fixed;
}

.page-redesign [class*="mod-sticky"] {
	margin: 0 auto 0.8rem;
	min-height: 270px;
	position: relative;
	width: 21.75rem;
  }
  @media only screen and (max-width: 767px) {
    .page-redesign [class*="mod-sticky"] {
      margin: 0.5rem auto;
    }
	}
	@media only screen and (max-width: 1023px) {
    .page-redesign [class*="mod-sticky"] {
      width: 100%;
      background: #fff;
    }
	}
.page-redesign .module-interior .col-lg-4 [class*="mod-sticky"] {
  margin-top: 0;
}
.section-aside-roba {
  border-top: 3px solid #000;
  border-bottom: 1px solid #EEE;
  margin-bottom: 40px;
  background: #F9F9F9;
  text-align: center;
}
.page-redesign .module-interior .articleBody a:hover{
  text-decoration: none;
}
.module-interior .section-aside-roba img {
  width: auto;
}
/*# sourceMappingURL=new.css.map */