.ue-c-fixed {
  position: fixed !important;
  top: 0;
}
.ue-c-main-logo,
.ue-c-main-logo-small {
  margin-right: 8px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.ue-c-main-logo-small svg,
.ue-c-main-logo svg {
  width: 100%;
}
.ue-c-main-logo {
  width: 6.25rem;
}
.ue-c-main-logo-small {
  width: 3.125rem;
}
.hide {
  display: none;
}
.inner.no-scroll,
.no-scroll {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.hidden-content {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}
.ue-breaking-news-container {
  margin: 10px 0;
}
.content-ad + .ue-breaking-news-container {
  margin-top: 0;
}
.ue-breaking-news-item {
  background: #2a7aac;
}
.ue-breaking-news-item.last-hour,
.ue-breaking-news-item.urgent {
  background-color: #df130e;
}
.ue-breaking-news-controls-item {
  margin: 0;
}
.ue-breaking-news-controls-item svg {
  fill: #fff;
}
.ue-breaking-news-controls-item svg:hover {
  fill: #68b9c9;
}
.ue-breaking-news-item-title {
  text-transform: uppercase;
  font-weight: 700;
}
.ue-breaking-news-item-text,
.ue-breaking-news-item-title {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  color: #fff;
}
.ue-breaking-news-item-text:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 450px) {
  .ue-breaking-news-item-text {
    height: 40px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
}
.ue-breaking-news-container {
  margin: 0 !important;
}
body {
  margin: 0;
}
.publicidad {
  margin: 0 !important;
}
.ue-c-main-header {
  margin-top: -1px;
}
.news-item .ue-c-newsletter-widget__subline {
  font-size: 0.875rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.0625rem;
  line-height: normal;
  padding: 0;
}
.ue-c-smartbanner:not([style*="display:none"]):not([style*="display: none"])
  + .ue-c-main-header
  .ue-l-main-header__top
  .ue-l-side-panel--show {
  padding-top: 120px;
}
.ue-c-smartbanner:not([style*="display:none"]):not([style*="display: none"])
  + .ue-c-main-header
  .ue-l-main-header__bottom
  .ue-l-side-panel--show {
  padding-top: 165px;
}
.ue-c-article__media-img-container {
  overflow: hidden;
}
@media (min-width: 61.25em) {
  .ue-c-article--content-preview.ue-l-article--basic .ue-l-article__main-column,
  .ue-c-article--content-preview.ue-l-article--special {
    overflow: hidden;
  }
}
.ue-l-article--basic.elmundo-theme-v8
  .ue-c-article__byline
  .ue-c-article__byline-item
  .ue-c-article__byline-name
  a,
.ue-l-article--special.elmundo-theme-v8
  .ue-c-article__byline
  .ue-c-article__byline-item
  .ue-c-article__byline-name
  a {
  color: #216087;
}
.ue-l-article--basic.elmundo-theme-v8
  .ue-c-article__byline
  .ue-c-article__byline-item
  .ue-c-article__byline-name
  a:hover,
.ue-l-article--special.elmundo-theme-v8
  .ue-c-article__byline
  .ue-c-article__byline-item
  .ue-c-article__byline-name
  a:hover {
  color: #3e98d0;
}
.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__include:not(:empty),
.ue-l-article--special.elmundo-theme-v8 .ue-l-article__include:not(:empty) {
  margin: 0 0 1.25rem;
}
.ue-c-article__card-header {
  position: relative;
}
.ue-c-article__card-toggle {
  cursor: pointer;
  position: absolute;
  box-shadow: unset;
  border-radius: 50%;
  top: 50%;
  transition: 0.4s;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  right: 0.625rem;
  width: 2.125rem;
  height: 2.125rem;
}
@media (min-width: 46.25em) {
  .ue-c-article__card-toggle {
    width: 3rem;
    height: 3rem;
  }
}
.ue-c-article__card-toggle:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  height: 1.375rem;
}
@media (min-width: 46.25em) {
  .ue-c-article__card-toggle:before {
    height: 1.775rem;
  }
}
.ue-c-article__card-toggle:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.5rem;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(90deg);
  height: 1.375rem;
}
@media (min-width: 46.25em) {
  .ue-c-article__card-toggle:after {
    height: 1.775rem;
  }
}
.ue-c-article__card.closed .ue-c-article__card-toggle:before {
  transform: translate(-50%, -50%) rotate(0);
}
.ue-l-article--basic[class*="theme-v8"]
  .ue-c-article__body
  a.ue-c-cover-content__link,
.ue-l-article--special[class*="theme-v8"]
  .ue-c-article__body
  a.ue-c-cover-content__link {
  color: inherit;
}
@media (min-width: 46.25em) {
  .ue-l-main-header__top.ue-l-main-header--minified .ue-l-side-panel--show {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 46.25em) {
  .ue-l-main-header--over-media.ue-l-main-header--fixed {
    position: fixed !important;
  }
}
main[data-ue-navindex="0"] .ue-c-section-title {
  display: none;
}
.ue-c-main-header--minified-dark .ue-c-main-header__login svg {
  stroke: #fff;
}
.ue-c-main-header__progress-bar.ue-c-fixed {
  top: var(--ue-l-main-header-top-height);
}
nav.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list
  > .ue-c-main-navigation__list-item:not(.has-overflow) {
  flex-grow: inherit;
}
@media (min-width: 46.25em) {
  header[data-theme="lalectura-theme"]
    .ue-c-main-header__breadcrumb-item.has-logo
    a:after {
    top: 4px !important;
  }
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular-1.woff2") format("woff2"),
    url("../fonts/Roboto-Regular-1.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold-1.woff2") format("woff2"),
    url("../fonts/Roboto-Bold-1.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Roboto_condensed;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Roboto_condensed;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Valencia;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/valencia-regular-webfont.woff2") format("woff2"),
    url("../fonts/valencia-regular-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Valencia;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/valencia-italic-webfont.woff2") format("woff2"),
    url("../fonts/valencia-italic-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Valencia;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/valencia-bold-webfont.woff2") format("woff2"),
    url("../fonts/valencia-bold-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Valencia;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/valencia-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/valencia-bolditalic-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PT_serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt_serif-web-regular-webfont.woff2") format("woff2"),
    url("../fonts/pt_serif-web-regular-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PT_serif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt_serif-web-italic-webfont.woff2") format("woff2"),
    url("../fonts/pt_serif-web-italic-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PT_serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt_serif-web-bold-webfont.woff2") format("woff2"),
    url("../fonts/pt_serif-web-bold-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PT_serif";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/pt_serif-web-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/pt_serif-web-bolditalic-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Mundo-Light.woff2") format("woff2"),
    url("../fonts/Mundo-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Mundo-LightItalic.woff2") format("woff2"),
    url("../fonts/Mundo-LightItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Mundo-Regular.woff2") format("woff2"),
    url("../fonts/Mundo-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Mundo-RegularItalic.woff2") format("woff2"),
    url("../fonts/Mundo-RegularItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Mundo-Medium.woff2") format("woff2"),
    url("../fonts/Mundo-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Mundo-MediumItalic.woff2") format("woff2"),
    url("../fonts/Mundo-MediumItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Mundo-SemiBold.woff2") format("woff2"),
    url("../fonts/Mundo-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Mundo-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Mundo-SemiBoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Mundo-Bold.woff2") format("woff2"),
    url("../fonts/Mundo-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Mundo-BoldItalic.woff2") format("woff2"),
    url("../fonts/Mundo-BoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Mundo-ExtraBold.woff2") format("woff2"),
    url("../fonts/Mundo-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Mundo-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Mundo-ExtraBoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MundoTexto-Light.woff2") format("woff2"),
    url("../fonts/MundoTexto-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/MundoTexto-LightItalic.woff2") format("woff2"),
    url("../fonts/MundoTexto-LightItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MundoTexto-Regular.woff2") format("woff2"),
    url("../fonts/MundoTexto-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/MundoTexto-RegularItalic.woff2") format("woff2"),
    url("../fonts/MundoTexto-RegularItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MundoTexto-Medium.woff2") format("woff2"),
    url("../fonts/MundoTexto-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/MundoTexto-MediumItalic.woff2") format("woff2"),
    url("../fonts/MundoTexto-MediumItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MundoTexto-SemiBold.woff2") format("woff2"),
    url("../fonts/MundoTexto-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/MundoTexto-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/MundoTexto-SemiBoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MundoTexto-Bold.woff2") format("woff2"),
    url("../fonts/MundoTexto-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/MundoTexto-BoldItalic.woff2") format("woff2"),
    url("../fonts/MundoTexto-BoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MundoTexto-ExtraBold.woff2") format("woff2"),
    url("../fonts/MundoTexto-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/MundoTexto-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/MundoTexto-ExtraBoldItalic.woff") format("woff");
  font-display: swap;
}
.ue-u-sticky-top-10 {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 10px;
}
header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7) {
  --ue-l-main-header-top-height: 36px;
  --ue-l-main-header-bottom-height: 36px;
  --ue-c-main-header-title-font-weight: 600px;
  --ue-c-main-header-bottom-background: #fff;
}
@media (min-width: 46.25em) {
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7) {
    --ue-l-main-header-top-height: 42px;
    --ue-l-main-header-bottom-height: 42px;
    --ue-c-main-header-bottom-background: #fff;
  }
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7)
    .ue-c-main-header__logo--theme:before {
    content: "";
    margin-right: 0.5rem;
  }
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7)
    .ue-c-main-header__breadcrumb-item.has-logo
    a:after {
    display: block;
    content: "";
    position: relative;
    top: 0;
  }
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7)
    .ue-c-main-header__breadcrumb-item.has-logo
    a:after,
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7)
    .ue-c-main-header__logo--theme:before {
    width: var(--ue-c-main-header-logo-theme-width);
    height: var(--ue-c-main-header-logo-theme-height);
    background-color: var(--ue-c-main-header-logo-theme-background-color);
    background-image: var(--ue-c-main-header-logo-theme-background-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: var(--ue-c-main-header-logo-theme-width)
      var(--ue-c-main-header-logo-theme-height);
  }
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7)
    .ue-c-main-header--inverted {
    --ue-c-main-header-logo-theme-background-image: var(
      --ue-c-main-header-logo-theme-background-image-inverted
    );
    --ue-c-main-header-logo-theme-background-color: var(
      --ue-c-main-header-logo-theme-background-color-inverted
    );
  }
}
.elmundo-theme-v8.ue-l-article--basic,
.elmundo-theme-v8.ue-l-article--basic :before {
  --ue-c-section-title-font-weight: 700;
  --ue-c-section-title-font-size: 1rem;
  --ue-c-section-title-line-height: 1rem;
  --ue-c-section-title-letter-spacing: 0;
  --ue-c-section-title-text-transform: uppercase;
  --ue-c-section-title-before: Noticias de;
  --ue-c-section-title-eng: News;
  --ue-c-section-title-padding: 0.625rem 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic,
  .elmundo-theme-v8.ue-l-article--basic :before {
    --ue-c-section-title-font-size: 1.1875rem;
    --ue-c-section-title-line-height: 1.1875rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tabs {
  width: 100%;
  background-color: var(--ue-c-main-header-tabs-background-color, #fff);
  position: relative;
  padding: 0;
  border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
}
@media (min-width: 41.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tabs {
    height: var(--ue-c-main-header-tabs-height, 2.5625rem);
    position: relative;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tabs {
    padding: var(--ue-c-main-header-tabs-padding, 0);
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tab-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tab-list-item:not(:last-child) {
  margin-right: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tab-list-item a {
  height: 2.625rem;
  width: auto;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: var(
    --ue-c-main-header-tabs-font-family,
    Roboto,
    Arial,
    Helvetica,
    sans-serif
  );
  font-weight: var(--ue-c-main-header-tabs-font-weight, normal);
  color: var(--ue-c-main-header-tab-link-color, #000);
  font-size: var(--ue-c-main-header-tabs-font-size, 0.6875rem);
  line-height: var(--ue-c-main-header-tabs-line-height, 1.625rem);
  letter-spacing: var(--ue-c-main-header-tabs-letter-spacing, 0.02rem);
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tab-list-item a:hover {
  color: var(--ue-c-main-header-tab-hover-color, #333);
  text-decoration: none;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tab-list-item a {
    --ue-c-main-header-tabs-font-size: 0.6875rem;
    --ue-c-main-header-tabs-line-height: 1.25rem;
    --ue-c-main-header-tabs-letter-spacing: 0.02rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tab-list-item.is-active
  a {
  font-family: var(
    --ue-c-main-header-tabs-active-font-family,
    Roboto,
    Arial,
    Helvetica,
    sans-serif
  );
  color: var(--ue-c-main-header-tab-link-color, #000);
  border-bottom-width: var(
    --ue-c-main-header-tabs-active-border-bottom-width,
    2px
  );
  border-bottom-style: solid;
  border-bottom-color: var(
    --ue-c-main-header-tab-active-border-bottom-color,
    #000
  );
  font-weight: var(--ue-c-main-header-tabs-active-font-weight);
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tabs--light-theme {
  border-top: 0;
  border-bottom-style: solid;
  border-bottom-width: var(--ue-c-main-header-tabs-border-bottom-width, 1px);
  border-bottom-color: var(--ue-c-main-header-tabs-border-bottom-color, #000);
  background-color: var(--ue-c-main-header-tabs-background-color, transparent);
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--light-theme
  .ue-c-main-header__tab-list-item
  a {
  color: var(--ue-c-main-header-tab-link-color, #000);
  font-family: var(
    --ue-c-main-header-tabs-font-family,
    Roboto,
    Arial,
    Helvetica,
    sans-serif
  );
  font-weight: var(--ue-c-main-header-tabs-font-weight, normal);
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--light-theme
  .ue-c-main-header__tab-list-item
  a:hover {
  color: var(--ue-c-main-header-tab-hover-color, #333);
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--light-theme
  .ue-c-main-header__tab-list-item.is-active
  a {
  border-bottom-style: solid;
  border-bottom-color: var(
    --ue-c-main-header-tab-active-border-bottom-color,
    #000
  );
  font-family: var(
    --ue-c-main-header-tabs-active-font-family,
    Roboto,
    Arial,
    Helvetica,
    sans-serif
  );
  border-bottom-width: var(
    --ue-c-main-header-tabs-active-border-bottom-width,
    2px
  );
  font-weight: var(--ue-c-main-header-tabs-font-weight, bold);
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tabs--responsive {
  position: relative;
}
@media (max-width: 41.24em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tabs--responsive {
    margin-bottom: 1rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--responsive
  .ue-c-main-header__tab-list {
  overflow: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--responsive
  .ue-c-main-header__tab-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--responsive
  .ue-c-main-header__tab-list:after {
  content: "";
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
  position: absolute;
  right: -1px;
  width: 2.5rem;
  height: 100%;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-main-header__tabs--responsive
    .ue-c-main-header__tab-list {
    overflow-x: hidden;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-main-header__tabs--responsive
    .ue-c-main-header__tab-list:after {
    display: none;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--responsive
  .ue-c-main-header__tab-list-item
  a {
  height: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--scrollable
  .ue-c-main-header__tab-list {
  overflow-x: scroll;
  padding: 0 0.5rem;
  flex-wrap: nowrap;
}
@supports (
  (-webkit-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)
) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-main-header__tabs--scrollable
    .ue-c-main-header__tab-list {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--scrollable
  .ue-c-main-header__tab-list-item {
  flex-grow: inherit;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@supports (scroll-snap-align: end) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-main-header__tabs--scrollable
    .ue-c-main-header__tab-list-item {
    scroll-snap-align: end;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--fixed
  .ue-c-main-header__tab-list {
  flex-wrap: wrap;
  align-content: stretch;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--fixed
  .ue-c-main-header__tab-list-item
  a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--fixed
  .ue-c-main-header__tab-list-item.is-2-wide {
  width: 50%;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--fixed
  .ue-c-main-header__tab-list-item.is-3-wide {
  width: 33.33333%;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-main-header__tabs--fixed
  .ue-c-main-header__tab-list-item.is-4-wide {
  width: 25%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article ::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article ::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article * strong::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article * strong::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article * a::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article * a::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__headline {
  font-family: Mundo, Times New Roman, Times, serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 2rem;
  line-height: 2.1875rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__headline {
    font-size: 2.0625rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__headline {
    font-size: 2.4375rem;
    line-height: 2.6875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__headline--opinion {
  font-style: italic;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__headline {
    margin: 0 0 2rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker {
  display: inline;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2e6d9d;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker a {
  text-decoration: none;
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker a:hover {
  color: #25577e;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker a:active {
  color: #1d4664;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker-container {
  display: inline-block;
  font-size: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker-seo {
  display: inline;
  color: inherit;
  font-size: inherit;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__kicker-group {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.5rem;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__kicker-group
  > :not(:last-child) {
  padding-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__kicker-group
  > :not(:last-child):after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -0.125rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #cecece;
  margin-left: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__aboveheadline {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #202020;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__header
  .ue-c-article__media {
  margin-bottom: 0.625rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__header
    .ue-c-article__media {
    margin-bottom: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__body a {
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__body a:hover {
  color: #25577e;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__body a:active {
  color: #1d4664;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__body .ue-c-article__card p,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__summary
  p,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__body > p {
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__body .ue-c-article__card p,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__summary
  > p,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst) {
  font-family: Mundo, Times New Roman, Times, serif;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__card
  p
  a:link,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__summary
  > p
  a:link,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst)
  a:link {
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__card
  p
  a:hover,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__summary
  > p
  a:hover,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst)
  a:hover {
  color: #25577e;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__card
  p
  a:active,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__summary
  > p
  a:active,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst)
  a:active {
  color: #1d4664;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__card
    p,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__summary
    > p,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    > p:not(.ue-c-article__standfirst) {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__card
  p:not(:last-child),
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst):not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__card
    p:not(:last-child),
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    > p:not(.ue-c-article__standfirst):not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__card
    p:not(:last-child),
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    > p:not(.ue-c-article__standfirst):not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__interview:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__interview:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__interview:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__list:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__list:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__list:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__media:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__media:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__media:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__subheadline:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__subheadline:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__subheadline:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__premium:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__premium:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__premium:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__related-news:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__related-news:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__related-news:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__subtitles:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__subtitles:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__subtitles:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__tags:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__tags:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__tags:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__card:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__card:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__card:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-ad:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-ad:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-ad:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__embedded:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__embedded:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__embedded:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__bar:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__bar:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__bar:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__listing:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__listing:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__listing:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__summary
  > .ue-c-article__blockquote,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__body
  .ue-c-article__summary
  > .ue-c-article__media {
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__blockquote,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__media {
    margin-top: 0.40625rem;
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__blockquote,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__media {
    margin-top: 0.46875rem;
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__icon-premium {
  fill: #a88938;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  top: 0;
  margin: 0 3px 0 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__icon-premium--signwall
  > path:first-child {
  fill: #738082;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-tag {
  background: #f8f6ef;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  position: relative;
  border-bottom: 1px solid #fff;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-tag--signwall {
  background: #f5f5f5;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-tag span {
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  margin-left: 0.3rem;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__typeofcontent {
  display: inline-block;
  margin: 0;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__typeofcontent-wrapper {
  display: inline-flex;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__btn-tooltip {
  display: inline-block;
  cursor: pointer;
  border: transparent;
  position: relative;
  padding: 0;
  margin-left: 0.3125rem;
  background: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__standfirst {
  margin: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__standfirst {
    margin-bottom: 1rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__standfirst a {
  color: #2a7aac;
  text-decoration: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__standfirst a:hover {
  color: #22628a;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__byline-item
  > :not(:last-child) {
  margin: 0 0.625rem 0 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__byline-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-item {
    flex-direction: column;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__byline-item
    > :not(:last-child) {
    margin-bottom: 0.3125rem;
    margin-right: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-name {
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-name a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-role {
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-social {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #202020;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-social a {
  text-decoration: none;
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-social a:hover {
  color: #3e98d0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline-location {
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__byline--boxed {
  background-color: #f5f5f5;
  padding: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  padding: 0.625rem;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__publishdate span {
  font-weight: 700;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__share-tools {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__share-tools-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__share-tools-item:not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__share-tools-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00568c;
  width: 2.1875rem;
  height: 2.1875rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__share-tools-item a svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #fff;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__share-tools-item a:hover {
  background: #004570;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__share-tools-item a:active {
  background: #00375a;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles {
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-sizing: border-box;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles-item {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__subtitles-item:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__subtitles-item:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles-item a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles-item a:active,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles-item a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles-item a:active,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles-item a:hover,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__subtitles-item
  a:hover
  .ue-c-article__subtitles-kicker {
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles-kicker {
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__subtitles
  .ue-c-article__icon-premium {
  width: 1rem;
  top: 1px;
  margin-right: 1px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles--boxed {
  padding: 0.625rem;
  background: #f5f5f5;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles--boxed {
    padding: 1.25rem;
    background: #f5f5f5;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__subtitles--boxed {
    padding: 0;
    background: none;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__empty-comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  padding: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__empty-comment
  > :not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__empty-comment {
    padding: 1.25rem;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__empty-comment
    > :not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__empty-comment-icon {
  width: 50px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__empty-comment-link a {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #6f86a3;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__empty-comment-link
  a:hover {
  color: #596b82;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f3f3f3;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust-description {
  font-weight: 400;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  color: #333;
  padding: 0.625rem 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust-container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust-text {
  margin-right: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust a {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 400;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  color: #216087;
  background-color: #ededed;
  padding: 0.625rem 1.25rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust a:hover {
  text-decoration: underline;
  color: #1a4d6c;
  background-color: #bebebe;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust a:active {
  color: #153d56;
  background-color: #989898;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__button {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #00568c;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  padding: 8px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__button:hover {
  background-color: #004570;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__button:focus {
  box-shadow: 0 0 1px 2px #00a9e0;
  outline: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subheadline {
  margin: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__subheadline a {
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__subheadline:not(:first-child) {
  padding-top: 0.3125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__subheadline:not(:first-child) {
    padding-top: 0.625rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview dd:before,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview dt:before {
  display: inline;
  text-transform: uppercase;
  margin-right: 0.3125rem;
  font-weight: 600;
  color: #000;
  font-family: Mundo, Times New Roman, Times, serif;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview dt {
  font-weight: 700;
  color: #000;
  font-family: Mundo, Times New Roman, Times, serif;
  font-style: normal;
  margin-bottom: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview dt:before {
  content: "P.";
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__interview
  dt:first-of-type:before {
  content: "PREGUNTA.";
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview dd {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin: 0 0 0.625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview dd:last-child {
  margin-bottom: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__interview dd:before {
  content: "R.";
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__interview
  dd:first-of-type:before {
  content: "RESPUESTA.";
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card {
  background: #f5f5f5;
  padding: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__card {
    padding: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-title {
  margin-top: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  color: #000;
  font-weight: 800;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-right: 2.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-title {
    margin-bottom: 0.9375rem;
    padding-right: 3.125rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-accordion {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 -0.625rem 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-accordion {
    margin: 0 -0.9375rem 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-accordion-toggle {
  cursor: pointer;
  position: absolute;
  box-shadow: unset;
  border-radius: 50%;
  top: 50%;
  transition: 0.4s;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-accordion-toggle {
    right: 0.9375rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card-accordion-toggle:hover {
  background: #f2f2f2;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card-accordion-toggle:focus {
  box-shadow: 0 0 1px 2px #000;
  outline: none;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card-accordion-toggle:active {
  outline: none;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card-accordion-toggle:after,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card-accordion-toggle:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.5rem;
  background-color: #000;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__card-accordion-toggle:after,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__card-accordion-toggle:before {
    height: 1.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card-accordion-toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card-accordion-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-byline {
  font-family: Mundo, Times New Roman, Times, serif;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-body {
  display: block;
  transition: all 0.3s ease-out;
  overflow: hidden;
  margin-top: 1.25rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card-body a {
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card.closed
  .ue-c-article__card-accordion-toggle:before {
  transform: translate(-50%, -50%) rotate(0);
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card.closed
  .ue-c-article__card-body {
  max-height: 0;
  margin-top: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__card--light {
  background: #fff;
  border: 1px solid #cecece;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__card--light
  .ue-c-article__card-body {
  border-top: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__divider {
  border: none;
  padding: 20px 0;
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__bar {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__bar-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__bar-footer
  > :not(:last-child) {
  margin-right: 0.625rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__bar-footer {
    flex-direction: column;
    margin-top: 0;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__bar-footer
    > :not(:last-child) {
    margin-right: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__blockquote {
  margin: 0;
  box-sizing: border-box;
  padding: 0.625rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 700;
  font-style: normal;
  color: #202020;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  background: #f5f5f5;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__blockquote p {
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__blockquote p:before {
  content: "\201C";
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__blockquote p:after {
  content: "\201D";
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__blockquote-author {
  display: block;
  text-align: right;
  margin-top: 0.625rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 500;
  font-style: normal;
  color: #202020;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__blockquote-author {
    font-size: 0.9375rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__blockquote {
    padding: 1.25rem;
    font-size: 1.5625rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__blockquote--overflowed-right {
    padding: 2rem;
    margin: -1rem 0 -1rem -1rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__blockquote--overflowed-right {
    padding: 4rem;
    margin: -2rem 0 -2rem -2rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list {
  padding: 0;
  margin: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__list {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list li {
  list-style-type: none;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list li:before {
  position: absolute;
  left: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__list
    li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list--unordered li {
  padding-left: 1rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list--unordered li:before {
  content: " ";
  border-radius: 50%;
  display: inline-block;
  background: #000;
  width: 0.375rem;
  height: 0.375rem;
  top: 0.5rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list--ordered {
  counter-reset: contadorListas;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list--ordered li {
  padding-left: 1.375rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__list--ordered li {
    padding-left: 1.375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__list--ordered li:before {
  counter-increment: contadorListas;
  content: counter(contadorListas) ". ";
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
  top: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__list--ordered li:before {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
    top: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__listing {
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 16px 16px 32px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__listing-title {
  margin-bottom: 24px;
  color: #000;
  font-weight: 700;
  font-family: Mundo, Times New Roman, Times, serif;
  font-size: 15px;
  text-transform: uppercase;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__listing-title:after {
  content: "";
  display: block;
  height: 1px;
  background: #cecece;
  bottom: -8px;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__listing-body {
  display: grid;
  gap: 32px;
  grid-gap: 32px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__listing-item:after {
  content: "";
  display: block;
  height: 1px;
  background: #cecece;
  position: relative;
  bottom: -16px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium:before {
  content: "";
  position: absolute;
  top: -6.25rem;
  height: 6.25rem;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.49) 13%,
    #fff 82%,
    #fff 99%
  );
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-header > * {
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-header
  > :not(:last-child) {
  margin: 0 0 0.75rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-title {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-title {
    font-size: 1.375rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-caption {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-caption--second {
  font-size: 18;
  font-weight: 400;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-body {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: 12.5rem;
  text-align: center;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0.75rem;
  margin-left: 1rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card:first-child {
  margin-left: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card > * {
  margin: 0;
  padding: 0 0 0.75rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  padding: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-card-icon
  > path:first-child {
  fill: #a88938;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-icon--exp {
  width: 3.125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  left: -3px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-title {
  font-family: Valencia, Times New Roman, Times, serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-caption {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-card-caption--highlight {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-offer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-card-offer--column {
  display: block;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-offer-price {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.5625rem;
  line-height: 0;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-offer-text {
  padding-left: 0.3em;
  margin: 0;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-align: left;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-offer-coin {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-button {
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 2.375rem;
  background-color: #216087;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card-button:hover {
  background-color: #1a4d6c;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-card-button--outline {
  border: 1px solid #216087;
  color: #216087;
  background-color: #fff;
  box-shadow: none;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-card-button--outline:hover {
  background-color: #f3f3f3;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-card--highlight {
  background-color: #9e9e9e;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.19);
  border: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-footer
  > :not(:last-child) {
  padding-bottom: 0.75rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-footer-item {
  margin: 0;
  text-align: center;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium-footer-item {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-footer-item--border {
  position: relative;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium-footer-item--border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 35%;
  height: 0.0625rem;
  transform: translateX(-50%);
  background-color: #c3d5e5;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium a {
  text-decoration: none;
  display: inline-block;
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium a:active,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium a:active,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__premium a:hover {
  color: #1e4d68;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium--lite
  .ue-c-article__premium-card {
  padding: 0;
  height: auto;
  max-width: 150px;
  box-shadow: none;
  overflow: visible;
  background-color: transparent;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__premium--lite
  .ue-c-article__premium-footer {
  margin: 0 auto;
  max-width: 300px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  width: 100%;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags {
    flex-direction: column;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  margin: 0.125rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item a {
  display: block;
  text-decoration: none;
  border-radius: 0.625rem;
  transition: background-color 0.1s ease-in-out;
  background-color: #f5f5f5;
  color: #000;
  padding: 0.25rem 0.5rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item a:hover {
  background-color: #c4c4c4;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item a:active {
  background-color: #9d9d9d;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item {
    margin: 0;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__tags-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item a {
    border-radius: 0;
    text-align: right;
    background-color: #f5f5f5;
    color: #000;
  }
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item a:hover {
    background-color: #c4c4c4;
  }
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags-item a:active {
    background-color: #9d9d9d;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news {
  display: inline-block;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-item {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__related-news-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-item a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-item a:active,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-item a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-item a:active,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-item a:hover {
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-kicker {
  color: #000;
  font-weight: 700;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__related-news-kicker:after {
  content: ". ";
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media-video-responsive {
  position: relative;
  height: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__media-video-responsive--16-9 {
  padding-bottom: 56.25%;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__media-video-responsive
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media {
  margin: 0;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media--graph img,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media--image img,
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media--video img {
  width: 100%;
  display: block;
  height: auto;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media-img-container {
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media-icon svg {
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media-caption {
  box-sizing: border-box;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  margin-top: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__media-description:not(:last-child) {
  padding-right: 0.15625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media-author {
  color: #666;
  font-weight: 700;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__media-author:not(:last-child) {
  padding-right: 0.15625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__media-agency {
  color: #666;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 41.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article--media-icon-m-from-phablet
    .ue-c-article__media-icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article__media--caliope-amazon-external
  .ue-c-article__image {
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__media--caption-inverted-color-until-tablet,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__media--caption-inverted-color-until-tablet
    .ue-c-article__media-agency,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__media--caption-inverted-color-until-tablet
    .ue-c-article__media-author {
    /* color: #fff; */
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__taboola-in-body {
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__taboola-in-body {
    margin-top: -3rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
  position: relative;
  background: #fff;
  max-width: 63.875rem;
  padding: 0.5rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner--top-divider {
  padding-top: 1rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner--top-divider:before {
  content: "";
  position: relative;
  display: inline-block;
  border-top: 1px solid #cecece;
  width: 100%;
  top: -0.66667rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner--top-divider {
    padding-top: 1.25rem;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article__inner--top-divider:before {
    top: -0.9375rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article__inner--top-divider-aligned:before {
    width: calc(100% - 19.375rem);
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article__inner--top-divider-aligned:before {
    width: calc(100% - 21.875rem);
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__main-column {
  position: relative;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__main-column {
    padding-left: 0;
    padding-right: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__main-column {
    /*padding-left: 10.4375rem;*/
    padding-right: 21.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article--no-grow {
  flex-grow: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article--grow {
  flex-grow: 1;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article--order-1-from-mobile {
  order: 1;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article--stretch {
  align-self: stretch;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
  display: flex;
  flex-direction: column;
  clear: both;
  align-items: center;
  box-sizing: border-box;
  margin-top: 1rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    margin-top: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: flex-end;
    margin-top: 0;
    width: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    width: 21.875rem;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    top: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    top: 0.625rem;
    bottom: 0.625rem;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    right: 0.5rem;
  }
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    right: 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    right: 0.5rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column {
    right: 1rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column-item {
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-l-article__secondary-column-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article__secondary-column-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__header {
  position: relative;
  margin-bottom: 0.625rem;
}
@media (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__header {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__header {
    margin-bottom: 1.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__header-content {
  position: relative;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__row {
    display: flex;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__main-column-extra {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-l-article__main-column-extra--stretch {
  display: flex;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__main-column-extra {
    padding-left: 10.4375rem;
    width: calc(100% - 21.875rem);
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column-extra {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column-extra {
    margin-top: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column-extra {
    align-items: flex-end;
    margin-top: 0;
    width: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column-extra {
    width: 21.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__body {
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__inner--no-gutter {
  padding-top: 0;
  padding-bottom: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__sky {
  position: absolute;
  top: 0.5rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__sky {
    top: 0.625rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__sky--right {
  right: 0;
  transform: translateX(100%);
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__sky--left {
  left: 0;
  transform: translateX(-100%);
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__sky {
    top: 1.45rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__comment {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__comment-title {
  margin: 0 0 0.9375rem;
  font-size: 1.0625rem;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6f86a3;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__comment-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article__comment {
    flex-direction: row;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article__comment
    .ue-l-article__comment-title {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--width-1of2-from-mobile {
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--width-2of3-from-tablet {
    width: 68%;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--width-170-from-tablet {
    width: 10.625rem;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--float-right-from-mobile,
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--float-right-from-mobile-no-margin {
    float: right;
  }
}
@media (min-width: 20em) and (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--float-right-from-mobile {
    margin-left: 0.625rem;
  }
}
@media (min-width: 20em) and (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--float-right-from-mobile {
    margin-left: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--float-right-from-tablet {
    float: right;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--float-right-from-tablet {

  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--float-left-from-desktop {
    float: left;
    clear: left;

  }
}
@media (max-width: 23.4275em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--expand-edge-left-until-tablet {
  
  }
}
@media (min-width: 23.4375em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--expand-edge-left-until-tablet {
  
  }
}
@media (max-width: 23.4275em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--expand-edge-right-until-tablet {
 
  }
}
@media (min-width: 23.4375em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--expand-edge-right-until-tablet {
 
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article--move-right-from-desktop {
  
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--move-to-leftcol-from-desktop {
    clear: left;
    margin-left: -10.4375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--leftcol-width-from-desktop {
    width: 9.1875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--bottom-absolute-from-desktop {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--minimum-content-from-tablet {
    min-height: 1145px;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article--top-separator:before {
  width: 35px;
  border-top: 1px solid #cecece;
  display: block;
  position: absolute;
  left: 0;
  top: -8px;
  outline: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article--top-separator-from-mobile {
  margin: 16px 0 0;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-l-article--top-separator-from-mobile:before {
  content: "";
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--top-separator-from-desktop {
    margin: 16px 0 0;
    position: relative;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article--top-separator-from-desktop:before {
    content: "";
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-section-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  text-transform: var(--ue-c-section-title-text-transform);
  font-weight: var(--ue-c-section-title-font-weight);
  color: #000;
  font-size: var(--ue-c-section-title-font-size);
  line-height: var(--ue-c-section-title-line-height);
  letter-spacing: var(--ue-c-section-title-letter-spacing);
  padding: var(--ue-c-section-title-padding);
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-section-title a {
  color: inherit;
  text-decoration: none;
}
.elmundo-theme-v8.ue-l-article--basic
  .has-flex-direction-sponsor
  .ue-c-section-title {
  width: auto;
}
.elmundo-theme-v8.ue-l-article--basic button > * {
  pointer-events: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip {
  display: none;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 56%, 0.267);
  box-shadow: 0 0 1px 1px hsla(0, 0%, 56%, 0.267);
  border-radius: 6px;
  font-family: Roboto;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  text-align: left;
  max-width: 190px;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip {
    max-width: 230px;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip:after,
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip[data-position="bottom"] {
  margin-top: 15px;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-tooltip[data-position="bottom"]:after,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-tooltip[data-position="bottom"]:before {
  bottom: 100%;
  left: 50%;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-tooltip[data-position="bottom"]:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-tooltip[data-position="bottom"]:before {
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: hsla(0, 0%, 56%, 0.267);
  border-width: 14px;
  margin-left: -14px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip--open {
  display: inline-block;
  position: fixed;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip--closearrow {
  font-size: 0.8125rem;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip--hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip--no-arrow:after,
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip--no-arrow:before {
  border: solid transparent;
  content: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip--info {
  text-align: left;
  margin-right: 1rem;
  font-family: Arial;
  font-size: 14px;
  color: #a19f9f;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip--info-icon {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-tooltip--container
  > :not(:last-child) {
  margin-bottom: 0.3rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip button {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip li,
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip p {
  color: #000;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip li,
  .elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip p {
    font-size: 0.8125rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip ul li:before {
  content: "\2212";
  display: inline-block;
  line-height: 0;
  font-size: 9px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip a {
  margin-top: 0.4em;
  text-decoration: none;
  font-size: 0.8125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip a {
    font-size: 0.8125rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-tooltip a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links {
  display: inline-block;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__title {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  box-sizing: border-box;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__button {
  display: flex;
  align-items: center;
  border: 0;
  background: none;
  padding: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__arrow {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform: rotate(180deg);
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__arrow path {
  stroke: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-popular-links__list:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: grey;
  margin: 0 0.5rem;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__list-item {
  display: inline-flex;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-popular-links__list-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: grey;
  margin: 0 0.5rem;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__list-item a {
  text-decoration: none;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__list-item a:link,
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__list-item a:visited {
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__list-item a:hover {
  color: #25577e;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links__list-item a:active {
  color: #1d4664;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-popular-links--closed
  .ue-c-popular-links__list {
  display: none;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-popular-links--closed
  .ue-c-popular-links__arrow {
  transform: rotate(0deg);
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-widget {
  background: #fff;
  border: 1px solid #000;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-widget__icon {
  display: inherit;
  margin-right: 0.5rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-widget__icon path {
  fill: #fff;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-widget__subline {
  font-size: 0.875rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.0625rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-widget__button {
  align-items: center;
  text-decoration: none;
  background: #ca4521;
  border-radius: 5px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding: 0.5rem 1rem;
  position: relative;
  box-shadow: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-widget__button:hover {
  background: gray;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-section__bar {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  justify-content: space-between;
  max-height: 44px;
  height: 44px;
  background: linear-gradient(90deg, #26000d 0, #860037 52%, #860037);
  border: 0;
  border-radius: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-section__bar-title {
  font-family: Arial;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-section__bar-title a,
.elmundo-theme-v8.ue-l-article--basic .ue-c-section__bar-title span {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-section__bar-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-section__bar-title a {
  color: #000;
  text-decoration: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-section__bar-title:before {
  content: "";
  margin: 0 5px 0 0;
  position: relative;
  top: 0;
  width: 159px;
  height: 44px;
  background: unset;
  background-size: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-rm-widget-news__inner {
  background: #f3f3f3;
  border-bottom: 1px solid #cecece;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-rm-widget-news__link {
  font-size: 1rem;
  display: block;
  padding: 20px 30px 20px 15px;
  text-decoration: none;
  color: #000;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-rm-widget-news__highlighted-text {
  font-weight: 700;
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-rm-widget-news__icon-bg {
  float: left;
  margin: 3px 16px 0 0;
  width: 70px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--label.ready {
  padding-top: 0.8rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--label.ready:before {
  content: " ";
  fill: #000;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  display: block;
  height: 7px;
  line-height: 0.3rem;
  background-image: url("../fonts/486bb5d816c5f8471640c041df6e2b827f9aae2a.svg");
  background-repeat: no-repeat;
  background-size: 56px 7px;
  background-position: 50%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--label-hidden.ready {
  padding-top: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--label-hidden.ready:before {
  content: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad__inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  align-self: flex-start;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.725);
    margin: -34px 0 !important;
  }
}
@media (min-width: 48em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.755);
    margin: -30px 0 !important;
  }
}
@media (min-width: 53.125em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.835);
    margin: -20px 0 !important;
  }
}
@media (min-width: 58.125em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.92);
    margin: -10px 0 !important;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(1);
    margin: 0 !important;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--sponsor.ready {
  width: auto;
  margin-bottom: 10px;
  padding: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--sponsor.ready:before {
  content: none;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-ad--sponsor.ready .ue-c-ad__inner {
  justify-content: space-between;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-ad--sponsor.ready
  .ue-c-ad__inner:before {
  content: "Ofrecido por";
  width: auto;
  margin: 0 0.5rem 0 0;
  font-family: Roboto;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-ad--sponsor {
    float: right;
    margin-bottom: 0;
    width: auto;
  }
  .elmundo-theme-v8.ue-l-article--basic .ue-c-ad--sponsor.ready {
    margin-bottom: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  font-variant-ligatures: common-ligatures;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content ::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content ::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content
  *
  strong::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content * strong::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content * a::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content * a::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__media {
  width: 40%;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__media {
    width: 33%;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__media > iframe {
  position: relative;
  z-index: 4;
  display: block;
}
.has-media-player
  .elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__media {
  z-index: 2;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__media-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__media-icon svg {
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__media-link {
  display: block;
  position: relative;
  z-index: 4;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__main {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__main
  > :not(:last-child) {
  margin-bottom: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__figure {
  margin: 0;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__image {
  width: 100%;
  display: block;
  height: auto;
  font-size: 10px;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__caption {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: hsla(0, 0%, 100%, 0.6);
  padding: 0.3125rem;
  color: #fff;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__media-source {
  color: #fff;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__kicker {
  word-break: break-word;
  color: #2e6d9d;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__aboveheadline {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__headline {
  display: inline;
  font-size: 1em;
  font-weight: 600;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__headline-group {
  display: block;
  flex-direction: row;
  word-break: break-word;
  margin-top: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 600;
  z-index: 3;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__list-inline {
  display: inline;
  font-size: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__list-inline
  > :not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__link {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: background 0.2s ease-in;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__byline-list:not(:first-child):before {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 0.3125rem 0 0;
  height: 9px;
  top: 1px;
  width: 1px;
  background: currentColor;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-item {
  display: inline;
  font-size: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__byline-item:not(:last-child),
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__byline-item
  > :not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-location,
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-name,
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-role {
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__byline-item:not(:last-child):after,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__byline-name:not(:last-child):after,
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__byline-role:not(:last-child):after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.3125rem;
  height: 9px;
  top: 1px;
  width: 1px;
  background: currentColor;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-name {
  text-transform: uppercase;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-location,
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__byline-role {
  color: #000;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__published-date {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__bt-link {
  z-index: 3;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__footer {
  width: 100%;
  box-sizing: border-box;
  padding: 0.625rem 0 0;
  padding-right: 1.875rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__link-whole-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-cover-content--vertical-from-tablet
    .ue-c-cover-content__body {
    flex-direction: column;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-cover-content--vertical-from-tablet
    .ue-c-cover-content__media {
    width: 100%;
    height: auto;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-cover-content--vertical-from-tablet
    .ue-c-cover-content__main {
    width: 100%;
    padding: 0.625rem 0 0;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-cover-content--vertical-from-tablet.has-image
    .ue-c-cover-content__main {
    border-top-style: none;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-cover-content--s-from-mobile
    .ue-c-cover-content__headline-group {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-cover-content--m-from-tablet
    .ue-c-cover-content__headline-group {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content--is-bt-module
  .ue-c-cover-content__bt-link {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content--is-bt-module
  .ue-c-cover-content__bt-link
  a {
  z-index: 3;
  height: 1em;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-cover-content--is-bt-module
    .ue-c-cover-content__bt-link
    a {
    height: 1.3125em;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content--is-bt-module
  .ue-c-cover-content__bt-link
  svg {
  max-height: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-cover-content__icon-premium {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  fill: #a88938;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.125rem;
  margin-right: 0;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-cover-content__icon-premium--signwall
  > path:first-child {
  fill: #738082;
}
.elmundo-theme-v8.ue-l-article--basic .ue-l-article__secondary-column-item {
  max-width: 300px;
}
.elmundo-theme-v8.ue-l-article--basic .alternating-thumbnails-de {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.elmundo-theme-v8.ue-l-article--basic
  .trc_elastic_alternating-thumbnails-de
  div.videoCube:nth-last-of-type(-n + 2) {
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  .elmundo-theme-v8.ue-l-article--basic
    .alternating-thumbnails-de
    .trc_rbox_header {
    border: 0 !important;
  }
}
@media screen and (min-width: 981px) {
  .elmundo-theme-v8.ue-l-article--basic .alternating-thumbnails-de {
    margin-left: -10.4375rem !important;
  }
}
@media screen and (min-width: 768px) {
  .elmundo-theme-v8.ue-l-article--basic
    .alternating-thumbnails-de
    .trc_rbox_outer
    .videoCube {
    margin-bottom: 10px;
    min-height: 90px;
    width: 31.33% !important;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .trc_elastic_alternating-thumbnails-de
    div.videoCube:nth-last-of-type(-n + 3) {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .elmundo-theme-v8.ue-l-article--basic .trc_related_container {
    height: auto !important;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .elmundo-theme-v8.ue-l-article--basic .trc_related_container {
    height: auto !important;
  }
}
.elmundo-theme-v8.ue-l-article--basic .aside-comments {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--basic .aside-comments article {
  flex-grow: 1;
  margin-bottom: 1rem;
}
.elmundo-theme-v8.ue-l-article--basic .aside-comments h2 {
  margin: 0 0 0.8rem;
}
.elmundo-theme-v8.ue-l-article--basic .aside-comments article header {
  margin-bottom: 1rem;
}
@media (min-width: 980px) {
  .elmundo-theme-v8.ue-l-article--basic .aside-comments h2 {
    margin: 0 0 -1.5rem -10rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags {
    max-height: 160px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__tags::-webkit-scrollbar {
    display: none;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article
  .ue-l-article__body
  > p:not(.ue-c-article__standfirst):last-of-type {
  margin-bottom: 0.3rem;
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-l-article
  .ue-l-article__inner--no-top-space {
  padding-top: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust-description {
  padding: 0.25rem 0.57rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust a {
  padding: 0.25rem 1.875rem;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-popular-links {
  margin: 0 0 1rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article__trust a {
    padding: 0.25rem 1rem;
  }
  .elmundo-theme-v8.ue-l-article--basic .ue-c-article .ue-c-popular-links {
    margin: 0;
  }
}
@media (max-width: 61.188rem) {
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article .ue-c-article__tags {
    position: unset;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article
    .ue-c-article__tags::-webkit-scrollbar {
    display: none;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article
    .ue-c-article__tags:after {
    content: "";
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0), #fff);
    position: absolute;
    right: 0;
    top: 0;
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-l-article
    .ue-c-article__tags-container {
    position: relative;
  }
  .elmundo-theme-v8.ue-l-article--basic .ue-l-article .ue-c-article__tags-item {
    flex: none;
  }
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-elmundo {
  --ue-c-form-widget-padding: 1rem 0;
  --ue-c-form-widget-primary-color: #216087;
  --ue-c-form-widget-icon-fill: #1374aa;
  --ue-c-form-widget-success-color: #0b7542;
  --ue-c-form-widget-success-fill: #0b7542;
  --ue-c-form-widget-status-forwarding-color: #666;
  --ue-icon-premium-fill: #a88938;
  --ue-icon-info-fill: #1374aa;
  --ue-icon-info: #fff;
  --ue-c-form-widget-background-color: #fff;
  --ue-c-form-widget-border-color: #cecece;
  --ue-c-form-widget-title-color: #202020;
  --ue-c-form-widget-title-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-widget-title-font-weight: bold;
  --ue-c-form-widget-title-font-style: normal;
  --ue-c-form-widget-description-color: #202020;
  --ue-c-form-widget-description-font-family: Roboto, Arial, Helvetica,
    sans-serif;
  --ue-c-form-widget-description-font-weight: normal;
  --ue-c-form-widget-description-font-style: normal;
  --ue-c-form-widget-description-font-size: 0.9375rem;
  --ue-c-form-widget-description-line-height: 1.25rem;
  --ue-c-form-widget-footer-background-color: #cecece;
  --ue-c-form-widget-footer-link-color: #216087;
  --ue-c-form-widget-footer-hover-color: #1e4d68;
  --ue-c-form-widget-footer-text-color: #202020;
  --ue-c-form-widget-footer-text-background-color: #202020;
  --ue-c-form-widget-footer-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-widget-footer-font-style: normal;
  --ue-c-form-widget-footer-font-weight: normal;
  --ue-c-form-widget-footer-font-size: 0.875rem;
  --ue-c-form-widget-footer-line-height: 1.25rem;
  --ue-c-form-button-width: 100%;
  --ue-c-form-button-height: 40px;
  --ue-c-form-button-color: #fff;
  --ue-c-form-button-background-color: #216087;
  --ue-c-form-button-font-size: 0.9375rem;
  --ue-c-form-button-line-height: 1.125rem;
  --ue-c-form-button-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-button-font-style: normal;
  --ue-c-form-button-font-weight: bold;
  --ue-c-form-button-text-transform: normal;
  --ue-c-form-button-margin-top: 0rem;
  --ue-c-form-button-outlined-color: #216087;
  --ue-c-form-button-outlined-border-color: #216087;
  --ue-icon-next-stroke: #000;
  --ue-c-form-button-text-color: #216087;
  --ue-c-form-button-text-font-family: Roboto_condensed, Tahoma, Geneva,
    sans-serif;
  --ue-c-form-button-text-font-weight: normal;
  --ue-c-form-button-text-font-style: normal;
  --ue-c-form-input-background-color: transparent;
  --ue-c-form-input-width: 100%;
  --ue-c-form-input-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-input-font-style: normal;
  --ue-c-form-input-font-weight: normal;
  --ue-c-form-input-onsurface-rgb: hsla(0, 0%, 71%, 0.6);
  --ue-c-form-input-onsurface-text-rgb: rgba(0, 0, 0, 0.623);
  --ue-c-form-input-error-color: #c62514;
  --ue-c-form-input-error-border-color: #c62514;
  --ue-c-form-input-primary-border-color: #cecece;
  --ue-c-form-input-primary-border-top-color: #cecece;
  --ue-c-form-input-onfocus-border-color: #216087;
  --ue-c-form-input-onfocus-color: #216087;
  --ue-c-form-input-show-background-color: #ededed;
  --ue-c-form-input-show-color: #666;
  --ue-c-form-checkbox-input-color: #202020;
  --ue-c-form-checkbox-input-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-checkbox-input-font-style: normal;
  --ue-c-form-checkbox-input-background-color: #202020;
  --ue-c-form-checkbox-input-border-color: #202020;
  --ue-c-form-checkbox-input-mark-border-color: #fff;
  --ue-c-form-checkbox-label-error-color: #c62514;
  --ue-c-icon-spinner-gradient-primary: #216087;
  --ue-c-icon-spinner-gradient-secondary: #fff;
  --ue-c-icon-loader-width: 100px;
  --ue-c-icon-loader-height: 100px;
  --ue-c-form-dialog-title-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-dialog-title-line-height: 1.25rem;
  --ue-c-form-dialog-text-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-dialog-text-font-size: 0.875rem;
  --ue-c-form-dialog-text-line-height: 1.1875rem;
  --ue-c-form-dialog-text-color: #333;
  --ue-c-form-policy-terms-background-color: #f3f3f3;
  --ue-c-form-policy-terms-color: #333;
  --ue-c-form-policy-terms-font-family: Roboto, Arial, Helvetica, sans-serif;
  --ue-c-form-policy-terms-font-style: normal;
  --ue-c-form-policy-terms-font-weight: normal;
  --ue-c-form-policy-terms-font-size: 0.75rem;
  --ue-c-form-policy-terms-line-height: 0.875rem;
  --ue-c-form-view-mail-icon-user-background-fill: #c3d5e5;
  --ue-c-form-view-mail-icon-user-circle-stroke: transparent;
  --ue-c-form-view-mail-icon-user-stroke: #000;
  --ue-c-form-view-mail-button-border-color: #f3f3f3;
  --ue-c-form-view-mail-button-background-color: transparent;
  --ue-c-form-view-mail-button-border-radius: 20px;
  --ue-c-form-view-mail-account-font-size: 0.9375rem;
  --ue-c-form-view-mail-account-line-height: 1rem;
  --ue-c-form-view-mail-account-letter-spacing: 0;
  --ue-c-form-view-mail-account-color: #000;
  --ue-c-form-view-mail-change-color: #216087;
  --ue-c-form-view-mail-change-font-size: 0.8125rem;
  --ue-c-form-view-mail-change-line-height: 1rem;
  --ue-c-form-view-mail-change-letter-spacing: 0;
  --ue-c-form-widget-form-space: 0.5rem 0 0 0;
  --ue-c-form-widget-header-link-padding: 0;
  --ue-c-form-widget-padding: 0.4rem 0;
  --ue-c-form-widget-title-margin: 0;
  --ue-c-form-widget-form-header-space-top: 0.438rem;
  --ue-c-form-widget-margin-top: 0;
  --ue-c-form-widget-margin-bottom: 0;
  --ue-c-form-input-height: 2.25rem;
  --ue-c-form-view-mail-button-height: 2.25rem;
  --ue-c-form-button-height: 2.25rem;
  --ue-c-form-input-padding-top: 0;
  --ue-c-form-input-margin-top: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--basic .ue-c-newsletter-elmundo {
    --ue-c-form-widget-header-link-padding: 0 0.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--basic
  .ue-c-article
  .ue-c-article__newsletter-widget {
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--basic .ue-c-main-header__tabs {
  margin-bottom: 0 !important;
}
@supports (--custom: property) {
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__media-infograph-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  .elmundo-theme-v8.ue-l-article--basic
    .ue-c-article__media-infograph-responsive
    iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special,
.elmundo-theme-v8.ue-l-article--special :before {
  --ue-c-section-title-font-weight: 700;
  --ue-c-section-title-font-size: 1rem;
  --ue-c-section-title-line-height: 1rem;
  --ue-c-section-title-letter-spacing: 0;
  --ue-c-section-title-text-transform: uppercase;
  --ue-c-section-title-before: Noticias de;
  --ue-c-section-title-eng: News;
  --ue-c-section-title-padding: 0.625rem 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special,
  .elmundo-theme-v8.ue-l-article--special :before {
    --ue-c-section-title-font-size: 1.1875rem;
    --ue-c-section-title-line-height: 1.1875rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article ::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article ::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article * strong::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article * strong::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article * a::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article * a::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__headline {
  font-family: Mundo, Times New Roman, Times, serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 2rem;
  line-height: 2.1875rem;
  letter-spacing: 0;
  margin: 0 0 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__headline {
    font-size: 2.0625rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__headline {
    font-size: 2.4375rem;
    line-height: 2.6875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__headline--opinion {
  font-style: italic;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__headline {
    margin: 0 0 1rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker {
  display: inline;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker {
    font-size: 1.1875rem;
    line-height: 1.1875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker a:active,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker a:hover {
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker-container {
  display: inline-block;
  font-size: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker-seo {
  display: inline;
  color: inherit;
  font-size: inherit;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__kicker-group {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.5rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__kicker-group
  > :not(:last-child) {
  padding-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__kicker-group
  > :not(:last-child):after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -0.125rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #cecece;
  margin-left: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__aboveheadline {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #202020;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__body a {
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__body a:hover {
  color: #25577e;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__body a:active {
  color: #1d4664;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__card
  p,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__summary
  p,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__body > p {
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__card
  p,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__summary
  > p,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst) {
  font-family: Mundo, Times New Roman, Times, serif;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__card
  p
  a:link,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__summary
  > p
  a:link,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst)
  a:link {
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__card
  p
  a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__summary
  > p
  a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst)
  a:hover {
  color: #25577e;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__card
  p
  a:active,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__summary
  > p
  a:active,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst)
  a:active {
  color: #1d4664;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__card
    p,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__summary
    > p,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    > p:not(.ue-c-article__standfirst) {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__card
  p:not(:last-child),
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  > p:not(.ue-c-article__standfirst):not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__card
    p:not(:last-child),
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    > p:not(.ue-c-article__standfirst):not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__card
    p:not(:last-child),
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    > p:not(.ue-c-article__standfirst):not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__interview:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__interview:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__interview:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__list:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__list:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__list:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__media:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__media:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__media:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__standfirst:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__standfirst:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__standfirst:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__subheadline:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__subheadline:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__subheadline:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__blockquote:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__blockquote:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__blockquote:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__premium:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__premium:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__premium:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__related-news:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__related-news:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__related-news:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__subtitles:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__subtitles:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__subtitles:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__tags:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__tags:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__tags:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__trust:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__trust:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__trust:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__card:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__card:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__card:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-ad:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-ad:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-ad:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__embedded:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__embedded:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__embedded:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__bar:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__bar:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__bar:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__roba:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__roba:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__roba:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__listing:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__listing:not(:last-child) {
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__listing:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__summary
  > .ue-c-article__blockquote,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__body
  .ue-c-article__summary
  > .ue-c-article__media {
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__blockquote,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__media {
    margin-top: 0.40625rem;
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__blockquote,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__body
    .ue-c-article__summary
    > .ue-c-article__media {
    margin-top: 0.46875rem;
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__icon-premium {
  fill: #a88938;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  top: 0;
  margin: 0 3px 0 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__icon-premium--signwall
  > path:first-child {
  fill: #738082;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-tag {
  background: #f8f6ef;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  position: relative;
  border-bottom: 1px solid #fff;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-tag--signwall {
  background: #f5f5f5;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-tag span {
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  margin-left: 0.3rem;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__typeofcontent {
  display: inline-block;
  margin: 0;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__typeofcontent-wrapper {
  display: inline-flex;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__btn-tooltip {
  display: inline-block;
  cursor: pointer;
  border: transparent;
  position: relative;
  padding: 0;
  margin-left: 0.3125rem;
  background: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__standfirst {
  margin: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__standfirst {
    margin-bottom: 1rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__standfirst a {
  color: #2a7aac;
  text-decoration: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__standfirst a:hover {
  color: #22628a;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__byline-item
  > :not(:last-child) {
  margin: 0 0.625rem 0 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__byline-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-item {
    flex-direction: column;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__byline-item
    > :not(:last-child) {
    margin-bottom: 0.3125rem;
    margin-right: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-name {
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-name a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-role {
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-social {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #202020;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-social a {
  text-decoration: none;
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-social a:hover {
  color: #3e98d0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline-location {
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__byline--boxed {
  background-color: #f5f5f5;
  padding: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  padding: 0.625rem;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__publishdate span {
  font-weight: 700;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__share-tools {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__share-tools-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__share-tools-item:not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__share-tools-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00568c;
  width: 2.1875rem;
  height: 2.1875rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__share-tools-item a svg {
  width: 1.75rem;
  height: 1.75rem;
  fill: #fff;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__share-tools-item
  a:hover {
  background: #004570;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__share-tools-item
  a:active {
  background: #00375a;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles {
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-sizing: border-box;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles-item {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__subtitles-item:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__subtitles-item:not(:last-child) {
    margin-bottom: 0.3125rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles-item a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles-item a:active,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles-item a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles-item a:active,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles-item a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__subtitles-item
  a:hover
  .ue-c-article__subtitles-kicker {
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles-kicker {
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__subtitles
  .ue-c-article__icon-premium {
  width: 1rem;
  top: 1px;
  margin-right: 1px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles--boxed {
  padding: 0.625rem;
  background: #f5f5f5;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__subtitles--boxed {
    padding: 0;
    background: none;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__empty-comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  padding: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__empty-comment
  > :not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__empty-comment {
    padding: 1.25rem;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__empty-comment
    > :not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__empty-comment-icon {
  width: 50px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__empty-comment-link a {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #6f86a3;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__empty-comment-link
  a:hover {
  color: #596b82;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__trust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f3f3f3;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__trust-description {
  font-weight: 400;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  color: #333;
  padding: 0.625rem 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__trust-container {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__trust-text {
  margin-right: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__trust a {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 400;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  color: #216087;
  background-color: #ededed;
  padding: 0.625rem 1.25rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__trust a:hover {
  text-decoration: underline;
  color: #1a4d6c;
  background-color: #bebebe;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__trust a:active {
  color: #153d56;
  background-color: #989898;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__button {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #00568c;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  padding: 8px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__button:hover {
  background-color: #004570;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__button:focus {
  box-shadow: 0 0 1px 2px #00a9e0;
  outline: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subheadline {
  margin: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__subheadline a {
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__subheadline:not(:first-child) {
  padding-top: 0.3125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__subheadline:not(:first-child) {
    padding-top: 0.625rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview dd:before,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview dt:before {
  display: inline;
  text-transform: uppercase;
  margin-right: 0.3125rem;
  font-weight: 600;
  color: #000;
  font-family: Mundo, Times New Roman, Times, serif;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview dt {
  font-weight: 700;
  color: #000;
  font-family: Mundo, Times New Roman, Times, serif;
  font-style: normal;
  margin-bottom: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview dt:before {
  content: "P.";
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__interview
  dt:first-of-type:before {
  content: "PREGUNTA.";
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview dd {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin: 0 0 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview dd:last-child {
  margin-bottom: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__interview dd:before {
  content: "R.";
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__interview
  dd:first-of-type:before {
  content: "RESPUESTA.";
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card {
  background: #f5f5f5;
  padding: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__card {
    padding: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card-title {
  margin-top: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  color: #000;
  font-weight: 800;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  padding-right: 2.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__card-title {
    margin-bottom: 0.9375rem;
    padding-right: 3.125rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card-accordion {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 -0.625rem 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__card-accordion {
    margin: 0 -0.9375rem 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card-accordion-toggle {
  cursor: pointer;
  position: absolute;
  box-shadow: unset;
  border-radius: 50%;
  top: 50%;
  transition: 0.4s;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__card-accordion-toggle {
    right: 0.9375rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card-accordion-toggle:hover {
  background: #f2f2f2;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card-accordion-toggle:focus {
  box-shadow: 0 0 1px 2px #000;
  outline: none;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card-accordion-toggle:active {
  outline: none;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card-accordion-toggle:after,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card-accordion-toggle:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.5rem;
  background-color: #000;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__card-accordion-toggle:after,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__card-accordion-toggle:before {
    height: 1.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card-accordion-toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card-accordion-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card-byline {
  font-family: Mundo, Times New Roman, Times, serif;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card-body {
  display: block;
  transition: all 0.3s ease-out;
  overflow: hidden;
  margin-top: 1.25rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card-body a {
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card.closed
  .ue-c-article__card-accordion-toggle:before {
  transform: translate(-50%, -50%) rotate(0);
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card.closed
  .ue-c-article__card-body {
  max-height: 0;
  margin-top: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__card--light {
  background: #fff;
  border: 1px solid #cecece;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__card--light
  .ue-c-article__card-body {
  border-top: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__bar {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__bar-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__bar-footer
  > :not(:last-child) {
  margin-right: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__bar-footer {
    flex-direction: column;
    margin-top: 0;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__bar-footer
    > :not(:last-child) {
    margin-right: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__blockquote {
  margin: 0;
  box-sizing: border-box;
  padding: 0.625rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 700;
  font-style: normal;
  color: #202020;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  letter-spacing: 0;
  background: #f5f5f5;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__blockquote p {
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__blockquote p:before {
  content: "\201C";
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__blockquote p:after {
  content: "\201D";
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__blockquote-author {
  display: block;
  text-align: right;
  margin-top: 0.625rem;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 500;
  font-style: normal;
  color: #202020;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__blockquote-author {
    font-size: 0.9375rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__blockquote {
    padding: 1.25rem;
    font-size: 1.5625rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__blockquote--overflowed-right {
    padding: 2rem;
    margin: -1rem 0 -1rem -1rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__blockquote--overflowed-right {
    padding: 4rem;
    margin: -2rem 0 -2rem -2rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__list {
  padding: 0;
  margin: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__list {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__list li {
  list-style-type: none;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__list li:before {
  position: absolute;
  left: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__list
  li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__list
    li:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__list--unordered li {
  padding-left: 1rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__list--unordered
  li:before {
  content: " ";
  border-radius: 50%;
  display: inline-block;
  background: #000;
  width: 0.375rem;
  height: 0.375rem;
  top: 0.5rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__list--ordered {
  counter-reset: contadorListas;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__list--ordered li {
  padding-left: 1.375rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__list--ordered li {
    padding-left: 1.375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__list--ordered li:before {
  counter-increment: contadorListas;
  content: counter(contadorListas) ". ";
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
  top: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__list--ordered
    li:before {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
    top: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__listing {
  background-color: #fff;
  border: 1px solid #cecece;
  padding: 16px 16px 32px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__listing-title {
  margin-bottom: 24px;
  color: #000;
  font-weight: 700;
  font-family: Mundo, Times New Roman, Times, serif;
  font-size: 15px;
  text-transform: uppercase;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__listing-title:after {
  content: "";
  display: block;
  height: 1px;
  background: #cecece;
  bottom: -8px;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__listing-body {
  display: grid;
  gap: 32px;
  grid-gap: 32px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__listing-item:after {
  content: "";
  display: block;
  height: 1px;
  background: #cecece;
  position: relative;
  bottom: -16px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium {
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium:before {
  content: "";
  position: absolute;
  top: -6.25rem;
  height: 6.25rem;
  width: 100%;
  display: block;
  z-index: 1;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.49) 13%,
    #fff 82%,
    #fff 99%
  );
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-header > * {
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-header
  > :not(:last-child) {
  margin: 0 0 0.75rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-title {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-title {
    font-size: 1.375rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-caption {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-caption--second {
  font-size: 18;
  font-weight: 400;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-body {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: 12.5rem;
  text-align: center;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0.75rem;
  margin-left: 1rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card:first-child {
  margin-left: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card > * {
  margin: 0;
  padding: 0 0 0.75rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-icon {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  padding: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card-icon
  > path:first-child {
  fill: #a88938;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-icon--exp {
  width: 3.125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  left: -3px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-title {
  font-family: Valencia, Times New Roman, Times, serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-caption {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card-caption--highlight {
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-offer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card-offer--column {
  display: block;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card-offer-price {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.5625rem;
  line-height: 0;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-offer-text {
  padding-left: 0.3em;
  margin: 0;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-align: left;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-offer-coin {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card-button {
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 2.375rem;
  background-color: #216087;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card-button:hover {
  background-color: #1a4d6c;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card-button--outline {
  border: 1px solid #216087;
  color: #216087;
  background-color: #fff;
  box-shadow: none;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-card-button--outline:hover {
  background-color: #f3f3f3;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-card--highlight {
  background-color: #9e9e9e;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.19);
  border: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-footer
  > :not(:last-child) {
  padding-bottom: 0.75rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-footer-item {
  margin: 0;
  text-align: center;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__premium-footer-item {
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-footer-item--border {
  position: relative;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium-footer-item--border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 35%;
  height: 0.0625rem;
  transform: translateX(-50%);
  background-color: #c3d5e5;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium a {
  text-decoration: none;
  display: inline-block;
  color: #216087;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium a:active,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium a:active,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__premium a:hover {
  color: #1e4d68;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium--lite
  .ue-c-article__premium-card {
  padding: 0;
  height: auto;
  max-width: 150px;
  box-shadow: none;
  overflow: visible;
  background-color: transparent;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__premium--lite
  .ue-c-article__premium-footer {
  margin: 0 auto;
  max-width: 300px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__divider {
  border: none;
  padding: 20px 0;
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__tags {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  width: 100%;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__tags {
    flex-direction: column;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  margin: 0.125rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item a {
  display: block;
  text-decoration: none;
  border-radius: 0.625rem;
  transition: background-color 0.1s ease-in-out;
  background-color: #f5f5f5;
  color: #000;
  padding: 0.25rem 0.5rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item a:hover {
  background-color: #c4c4c4;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item a:active {
  background-color: #9d9d9d;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item {
    margin: 0;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__tags-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item a {
    border-radius: 0;
    text-align: right;
    background-color: #f5f5f5;
    color: #000;
  }
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item a:hover {
    background-color: #c4c4c4;
  }
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__tags-item a:active {
    background-color: #9d9d9d;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__related-news {
  display: inline-block;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__related-news-item {
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__related-news-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__related-news-item a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__related-news-item
  a:active,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__related-news-item
  a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__related-news-item
  a:active,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__related-news-item
  a:hover {
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__related-news-kicker {
  color: #000;
  font-weight: 700;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__related-news-kicker:after {
  content: ". ";
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-video-responsive {
  position: relative;
  height: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__media-video-responsive--16-9 {
  padding-bottom: 56.25%;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__media-video-responsive
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media {
  margin: 0;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media--graph img,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media--image img,
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media--video img {
  width: 100%;
  display: block;
  height: auto;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-img-container {
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-icon svg {
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-caption {
  box-sizing: border-box;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03125rem;
  margin-top: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__media-description:not(:last-child) {
  padding-right: 0.15625rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-author {
  color: #666;
  font-weight: 700;
  font-style: normal;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__media-author:not(:last-child) {
  padding-right: 0.15625rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-agency {
  color: #666;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 41.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article--media-icon-m-from-phablet
    .ue-c-article__media-icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__media--linear-gradient:before {
  background-image: linear-gradient(0deg, transparent 85%, #161d22);
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--linear-gradient-bottom-from-tablet:after {
    background-image: linear-gradient(
      0deg,
      #000 0,
      rgba(0, 0, 0, 0.4) 48%,
      transparent 55%
    );
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article--first-letter-highlighted {
  min-height: 5.3125rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article--first-letter-highlighted:first-letter {
  float: left;
  text-transform: uppercase;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 6.25rem;
  line-height: 5.625rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0.625rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article--first-letter-highlighted:first-letter {
    font-size: 7.5rem;
    line-height: 5.625rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article--first-letter-highlighted:first-letter {
    font-size: 7.8125rem;
    line-height: 5.625rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article--first-letter-highlighted:first-letter {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0.625rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article--first-letter-highlighted:first-letter {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0.625rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article--first-letter-highlighted {
    overflow: auto;
    overflow-y: hidden;
    min-height: 6.25rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article--first-letter-highlighted {
    overflow: auto;
    overflow-y: hidden;
    min-height: 6.25rem;
  }
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-until-tablet {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-until-tablet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-until-tablet
    .ue-l-article__header-content {
    z-index: 1;
    background: #000;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__header--inverted {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__header--inverted:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted
  .ue-l-article__header-content {
  z-index: 1;
  background: #000;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-until-desktop {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-until-desktop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-until-desktop
  .ue-l-article__header-content {
  z-index: 1;
  background: #000;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__aboveheadline,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__aboveheadline
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__headline,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__headline
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__kicker,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__kicker
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__kicker
    a
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__standfirst,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__standfirst
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__typeofcontent,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__typeofcontent
    a {
    color: #fff;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__aboveheadline
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__headline
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__kicker
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__kicker
    a
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__standfirst
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__typeofcontent
    a:hover {
    color: #b3b3b3;
    text-decoration: underline;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-from-desktop
    .ue-c-article__kicker-group
    > :not(:last-child):after {
    background-color: #fff;
  }
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__aboveheadline,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__aboveheadline
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__headline,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__headline
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__kicker,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__kicker
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__kicker
    a
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__standfirst,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__standfirst
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__typeofcontent,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__typeofcontent
    a {
    color: #fff;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__aboveheadline
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__headline
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__kicker
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__kicker
    a
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__standfirst
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__typeofcontent
    a:hover {
    color: #b3b3b3;
    text-decoration: underline;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-tablet
    .ue-c-article__kicker-group
    > :not(:last-child):after {
    background-color: #fff;
  }
}
@media (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__aboveheadline,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__aboveheadline
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__headline,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__headline
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__kicker,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__kicker
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__kicker
    a
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__standfirst,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__standfirst
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__typeofcontent,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__typeofcontent
    a {
    color: #fff;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__aboveheadline
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__headline
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__kicker
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__kicker
    a
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__standfirst
    a:hover,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__typeofcontent
    a:hover {
    color: #b3b3b3;
    text-decoration: underline;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__header--inverted-content-until-desktop
    .ue-c-article__kicker-group
    > :not(:last-child):after {
    background-color: #fff;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__aboveheadline,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__aboveheadline
  a,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__headline,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__headline
  a,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__kicker,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__kicker
  a,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__kicker
  a
  a,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__standfirst,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__standfirst
  a,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__typeofcontent,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__typeofcontent
  a {
  color: #fff;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__aboveheadline
  a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__headline
  a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__kicker
  a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__kicker
  a
  a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__standfirst
  a:hover,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__typeofcontent
  a:hover {
  color: #b3b3b3;
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-article__header--inverted-content
  .ue-c-article__kicker-group
  > :not(:last-child):after {
  background-color: #fff;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-bottom-ellipsis-from-tablet {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    padding-top: 0.3125rem;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-bottom-ellipsis-from-tablet
    .ue-c-article__media-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-bottom-ellipsis-from-tablet
    .ue-c-article__media-source {
    white-space: nowrap;
  }
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-inverted-color-until-tablet,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-inverted-color-until-tablet
    .ue-c-article__media-agency,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-inverted-color-until-tablet
    .ue-c-article__media-author {
    color: #fff;
  }
}
@media (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-inverted-color-until-desktop,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-inverted-color-until-desktop
    .ue-c-article__media-agency,
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-inverted-color-until-desktop
    .ue-c-article__media-author {
    color: #fff;
  }
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-bottom-over-media-until-tablet {
    padding: 0.3125rem 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 29, 34, 0.8);
  }
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-bottom-over-media-until-tablet
    .ue-c-article__media-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-bottom-over-media-until-tablet
    .ue-c-article__media-source {
    white-space: nowrap;
  }
}
@media (min-width: 22.5em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-bottom-over-media-until-tablet {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media--caption-align-right-from-desktop {
    text-align: right;
    max-height: 2.35rem;
    overflow: hidden;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--boxed-from-desktop {
    padding: 0.5rem 1rem;
    margin-top: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--boxed-from-tablet {
    padding: 0.25rem 0.5rem;
    margin-top: 0;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--boxed-from-tablet {
    padding: 0.5rem 1rem;
    margin-top: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-article__media-caption--boxed {
  padding: 0.25rem 0.5rem;
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-article__media-caption--boxed {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--side-from-tablet {
    position: absolute;
    width: 9.375rem;
    left: 0;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--side-from-tablet-right {
    left: auto;
    right: 0;
    text-align: right;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--side-from-desktop {
    position: absolute;
    width: 9.375rem;
    left: 0;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--side-from-desktop-right {
    left: auto;
    right: 0;
    text-align: right;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-caption--max-height-overflow-from-tablet {
    overflow: hidden;
    max-height: 2.35rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
  position: relative;
  background: #fff;
  max-width: 63.875rem;
  padding: 0.5rem;
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__inner {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__inner--top-divider {
  padding-top: 1rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-l-article__inner--top-divider:before {
  content: "";
  position: relative;
  display: inline-block;
  border-top: 1px solid #cecece;
  width: 100%;
  top: -0.66667rem;
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__inner--top-divider {
    padding-top: 1.25rem;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__inner--top-divider:before {
    top: -0.9375rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__inner--top-divider-aligned:before {
    width: calc(100% - 8.9375rem);
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__inner--top-divider-aligned:before {
    width: calc(100% - 21.875rem);
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__main-column {
  position: relative;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__main-column {
    padding-left: 9.875rem;
    padding-right: 8.9375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__main-column {
    padding-left: 10.4375rem;
    padding-right: 21.875rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article--no-grow {
  flex-grow: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article--grow {
  flex-grow: 1;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article--order-1-from-mobile {
  order: 1;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article--stretch {
  align-self: stretch;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__header {
  position: relative;
  margin-bottom: 0.625rem;
}
@media (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__header {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__header {
    margin-bottom: 3.25rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__header-content {
  position: relative;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__row {
    display: flex;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__main-column-extra {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-l-article__main-column-extra--stretch {
  display: flex;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__main-column-extra {
    padding-left: 9.875rem;
    width: calc(100% - 8.9375rem);
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__main-column-extra {
    padding-left: 10.4375rem;
    width: calc(100% - 21.875rem);
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__secondary-column-extra {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__secondary-column-extra {
    margin-top: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__secondary-column-extra {
    align-items: flex-end;
    margin-top: 0;
    width: 21.875rem;
  }
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__inner--no-gutter-top-until-tablet {
    padding-top: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__inner--no-gutter-top {
  padding-top: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__inner--no-gutter {
  padding-top: 0;
  padding-bottom: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__comment {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__comment-title {
  margin: 0 0 0.9375rem;
  font-size: 1.0625rem;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6f86a3;
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__comment-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__comment {
    flex-direction: row;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__comment
    .ue-l-article__comment-title {
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__comment {
    flex-direction: row;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__comment
    .ue-l-article__comment-title {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__media-caption--absolute-from-tablet {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header--content-over-media-from-tablet
    .ue-l-article__header-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
}
@media (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header--reverse-until-tablet
    .ue-l-article__header-content {
    order: 1;
    padding-top: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header--reverse-until-tablet
    .ue-l-article__header-content {
    padding-top: 0.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header--reverse-until-tablet
    .ue-l-article__header-content {
    padding-top: 1rem;
  }
}
@media (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header--reverse-until-desktop
    .ue-l-article__header-content {
    order: 1;
    padding-top: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header--reverse-until-desktop
    .ue-l-article__header-content {
    padding-top: 0.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header--reverse-until-desktop
    .ue-l-article__header-content {
    padding-top: 1rem;
  }
}
.elmundo-theme-v8.ue-l-article--special
  .ue-l-article__header-content--boxed-until-tablet {
  padding: 0.5rem;
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-content--boxed-until-tablet {
    padding: 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-content--boxed-until-tablet {
    padding: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__header-content--boxed {
  padding: 0.5rem;
}
@media (min-width: 22.5em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__header-content--boxed {
    padding: 1rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__header-content--boxed {
    padding: 1.875rem;
  }
}
@media (min-width: 75em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__header-content--boxed {
    padding: 3.125rem;
  }
}
@media (min-width: 120em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__header-content--boxed {
    padding: 4.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-content--boxed-from-desktop {
    padding: 1.875rem 3.75rem;
  }
}
@media (min-width: 75em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-content--boxed-from-desktop {
    padding: 3.125rem 6.25rem;
  }
}
@media (min-width: 120em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-content--boxed-from-desktop {
    padding: 4.375rem 8.75rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-content--center-from-desktop {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-content--center-vertical-from-desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e2e2e2;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-l-article__header-content {
    flex: 0 0 50%;
    box-sizing: border-box;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__media {
    width: 100%;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__media-img-container,
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__media
    a,
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__media
    div:not(.ue-c-article__media-icon) {
    height: 100%;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__media-caption {
    margin-top: 0;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__headline {
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) and (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__headline {
    font-size: 2.0625rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) and (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__headline {
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) and (min-width: 75em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__headline {
    font-size: 2.4375rem;
    line-height: 2.5625rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) and (min-width: 120em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__headline {
    font-size: 3rem;
    line-height: 3.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__kicker {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) and (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__kicker {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) and (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__kicker {
    font-size: 1.1875rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__aboveheadline {
    font-size: 0.9375rem;
    line-height: 1.0625rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) and (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article__header-50-50-from-desktop
    .ue-c-article__aboveheadline {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article__header-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-l-article__header-background--inverted {
  background-color: #000;
}
@media (max-width: 22.49em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-left-until-desktop {
    margin-left: -0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-left-until-desktop {
    margin-left: -1rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-left-until-desktop {
    margin-left: -10.375rem;
  }
}
@media (max-width: 22.49em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-right-until-tablet {
    margin-right: -0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-right-until-tablet {
    margin-right: -1rem;
  }
}
@media (max-width: 22.49em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-left-until-tablet {
    margin-left: -0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-left-until-tablet {
    margin-left: -1rem;
  }
}
@media (max-width: 22.49em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-right-until-desktop {
    margin-right: -0.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 46.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-right-until-desktop {
    margin-right: -1rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-edge-right-until-desktop {
    margin-right: -9.4375rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-right-half-from-tablet {
    margin-right: -4.46875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-right-half-from-tablet {
    margin-right: -10.9375rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-right-full-from-tablet {
    margin-right: -8.9375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-right-full-from-desktop,
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-right-full-from-tablet {
    margin-right: -21.875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-right-half-from-desktop {
    margin-right: -10.9375rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-left-full-from-tablet {
    margin-left: -9.875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-left-full-from-desktop,
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-left-full-from-tablet {
    margin-left: -10.4375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-left-half-from-desktop {
    margin-left: -5.21875rem;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-left-full-until-desktop {
    margin-left: -9.875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-full-vw-from-desktop {
    width: 100vw;
    margin-left: -183px;
  }
}
@media (min-width: 63.875em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--expand-full-vw-from-desktop {
    margin-left: calc((100vw - 1022px) / -2 - 183px);
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-mobile {
    float: right;
  }
}
@media (min-width: 20em) and (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-mobile {
    margin-left: 0.625rem;
  }
}
@media (min-width: 20em) and (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-mobile {
    margin-left: 1.25rem;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-mobile-no-margin {
    float: right;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-tablet,
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-tablet-no-margin {
    float: right;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-tablet {
    margin-left: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-right-from-desktop {
    float: right;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-left-from-mobile {
    float: left;
    clear: left;
    margin-right: 0.625rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-left-from-mobile {
    margin-right: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-left-from-tablet {
    float: left;
    clear: left;
    margin-right: 1.25rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-left-from-tablet-no-margin {
    float: left;
    clear: left;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--float-left-from-desktop {
    float: left;
    clear: left;
    margin-right: 1.25rem;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--width-1of2-from-mobile {
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--width-1of2-from-tablet {
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--width-2of3-from-tablet {
    width: 68%;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--max-width-300-from-desktop {
    max-width: 18.75rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-l-article--top-separator:before {
  width: 35px;
  border-top: 1px solid #cecece;
  display: block;
  position: absolute;
  left: 0;
  top: -8px;
  outline: none;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-l-article--top-separator-from-mobile {
  margin: 16px 0 0;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-l-article--top-separator-from-mobile:before {
  content: "";
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--top-separator-from-tablet {
    margin: 16px 0 0;
    position: relative;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--top-separator-from-tablet:before {
    content: "";
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--top-separator-from-desktop {
    margin: 16px 0 0;
    position: relative;
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--top-separator-from-desktop:before {
    content: "";
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--move-right-from-desktop {
    margin-right: -1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--leftcol-width-from-tablet {
    width: 8.9375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--leftcol-width-from-tablet {
    width: 9.1875rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--leftcol-width-from-desktop {
    width: 8.9375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--leftcol-width-from-desktop {
    width: 9.1875rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--rightcol-width-from-tablet {
    width: 8.9375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--rightcol-width-from-desktop,
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--rightcol-width-from-tablet {
    width: 21.875rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--move-to-leftcol-from-tablet {
    clear: left;
    margin-left: -9.875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--move-to-leftcol-from-tablet {
    clear: left;
    margin-left: -10.4375rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--move-to-leftcol-from-desktop {
    clear: left;
    margin-left: -9.875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--move-to-leftcol-from-desktop {
    clear: left;
    margin-left: -10.4375rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--move-to-rightcol-from-tablet {
    margin-right: -8.9375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--move-to-rightcol-from-tablet {
    margin-right: -21.875rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--bottom-right-absolute-from-desktop {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--bottom-absolute-from-tablet {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--bottom-absolute-from-desktop {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--height-600-from-desktop {
    min-height: 600px;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--height-300-from-desktop {
    min-height: 20.9375rem;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__mega {
    margin-bottom: 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article__mega {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--fixed-height-from-desktop {
    height: 100vh;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--fixed-height-from-tablet-until-desktop {
    height: 100vh;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--fixed-height-from-tablet {
    height: 100vh;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--fitcover-image-from-tablet
    .ue-c-article__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-l-article--fitcover-image-from-desktop
    .ue-c-article__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-l-article--width-300-from-tablet {
    width: 19.375rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-section-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-style: normal;
  text-transform: var(--ue-c-section-title-text-transform);
  font-weight: var(--ue-c-section-title-font-weight);
  color: #000;
  font-size: var(--ue-c-section-title-font-size);
  line-height: var(--ue-c-section-title-line-height);
  letter-spacing: var(--ue-c-section-title-letter-spacing);
  padding: var(--ue-c-section-title-padding);
}
.elmundo-theme-v8.ue-l-article--special .ue-c-section-title a {
  color: inherit;
  text-decoration: none;
}
.elmundo-theme-v8.ue-l-article--special
  .has-flex-direction-sponsor
  .ue-c-section-title {
  width: auto;
}
.elmundo-theme-v8.ue-l-article--special button > * {
  pointer-events: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip {
  display: none;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 56%, 0.267);
  box-shadow: 0 0 1px 1px hsla(0, 0%, 56%, 0.267);
  border-radius: 6px;
  font-family: Roboto;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  text-align: left;
  max-width: 190px;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-tooltip {
    max-width: 230px;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip:after,
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip[data-position="bottom"] {
  margin-top: 15px;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-tooltip[data-position="bottom"]:after,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-tooltip[data-position="bottom"]:before {
  bottom: 100%;
  left: 50%;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-tooltip[data-position="bottom"]:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-tooltip[data-position="bottom"]:before {
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: hsla(0, 0%, 56%, 0.267);
  border-width: 14px;
  margin-left: -14px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip--open {
  display: inline-block;
  position: fixed;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip--closearrow {
  font-size: 0.8125rem;
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip--hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip--no-arrow:after,
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip--no-arrow:before {
  border: solid transparent;
  content: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip--info {
  text-align: left;
  margin-right: 1rem;
  font-family: Arial;
  font-size: 14px;
  color: #a19f9f;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip--info-icon {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-tooltip--container
  > :not(:last-child) {
  margin-bottom: 0.3rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip button {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip li,
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip p {
  color: #000;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-tooltip li,
  .elmundo-theme-v8.ue-l-article--special .ue-c-tooltip p {
    font-size: 0.8125rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip ul li:before {
  content: "\2212";
  display: inline-block;
  line-height: 0;
  font-size: 9px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip a {
  margin-top: 0.4em;
  text-decoration: none;
  font-size: 0.8125rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-tooltip a {
    font-size: 0.8125rem;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-tooltip a:hover {
  text-decoration: underline;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links {
  display: inline-block;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__title {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  box-sizing: border-box;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__button {
  display: flex;
  align-items: center;
  border: 0;
  background: none;
  padding: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__arrow {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform: rotate(180deg);
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__arrow path {
  stroke: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-popular-links__list:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: grey;
  margin: 0 0.5rem;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__list-item {
  display: inline-flex;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-popular-links__list-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: grey;
  margin: 0 0.5rem;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__list-item a {
  text-decoration: none;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__list-item a:link,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-popular-links__list-item
  a:visited {
  color: #2e6d9d;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-popular-links__list-item a:hover {
  color: #25577e;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-popular-links__list-item
  a:active {
  color: #1d4664;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-popular-links--closed
  .ue-c-popular-links__list {
  display: none;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-popular-links--closed
  .ue-c-popular-links__arrow {
  transform: rotate(0deg);
}
.elmundo-theme-v8.ue-l-article--special .ue-c-section__bar {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  justify-content: space-between;
  max-height: 44px;
  height: 44px;
  background: linear-gradient(90deg, #26000d 0, #860037 52%, #860037);
  border: 0;
  border-radius: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-section__bar-title {
  font-family: Arial;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #000;
  margin: 0;
  display: flex;
  align-items: center;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-section__bar-title a,
.elmundo-theme-v8.ue-l-article--special .ue-c-section__bar-title span {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-section__bar-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-section__bar-title a {
  color: #000;
  text-decoration: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-section__bar-title:before {
  content: "";
  margin: 0 5px 0 0;
  position: relative;
  top: 0;
  width: 159px;
  height: 44px;
  background: unset;
  background-size: 100%;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad--label.ready {
  padding-top: 0.8rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad--label.ready:before {
  content: " ";
  fill: #000;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  display: block;
  height: 7px;
  line-height: 0.3rem;
  background-image: url("../fonts/486bb5d816c5f8471640c041df6e2b827f9aae2a.svg");
  background-repeat: no-repeat;
  background-size: 56px 7px;
  background-position: 50%;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad--label-hidden.ready {
  padding-top: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad--label-hidden.ready:before {
  content: none;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad__inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.725);
    margin: -34px 0 !important;
  }
}
@media (min-width: 48em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.755);
    margin: -30px 0 !important;
  }
}
@media (min-width: 53.125em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.835);
    margin: -20px 0 !important;
  }
}
@media (min-width: 58.125em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(0.92);
    margin: -10px 0 !important;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-ad--scale-down-full
    .publicidad[style="height:250px;"] {
    transform: scale(1);
    margin: 0 !important;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad--sponsor.ready {
  width: auto;
  margin-bottom: 10px;
  padding: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-ad--sponsor.ready:before {
  content: none;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-ad--sponsor.ready
  .ue-c-ad__inner {
  justify-content: space-between;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-ad--sponsor.ready
  .ue-c-ad__inner:before {
  content: "Ofrecido por";
  width: auto;
  margin: 0 0.5rem 0 0;
  font-family: Roboto;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-ad--sponsor {
    float: right;
    margin-bottom: 0;
    width: auto;
  }
  .elmundo-theme-v8.ue-l-article--special .ue-c-ad--sponsor.ready {
    margin-bottom: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  font-variant-ligatures: common-ligatures;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content ::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content ::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content
  *
  strong::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content
  *
  strong::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content
  *
  a::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content * a::selection {
  background: #ff0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__media {
  width: 40%;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__media {
    width: 33%;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__media > iframe {
  position: relative;
  z-index: 4;
  display: block;
}
.has-media-player
  .elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__media {
  z-index: 2;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__media-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__media-icon svg {
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__media-link {
  display: block;
  position: relative;
  z-index: 4;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__main {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ue-c-cover-content__media + .ue-c-cover-content__main {
  padding: 0 0 0 0.625rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__main
  > :not(:last-child) {
  margin-bottom: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__figure {
  margin: 0;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__image {
  width: 100%;
  display: block;
  height: auto;
  font-size: 10px;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__caption {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: hsla(0, 0%, 100%, 0.6);
  padding: 0.3125rem;
  color: #fff;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__media-source {
  color: #fff;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__kicker {
  word-break: break-word;
  color: #2e6d9d;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  position: relative;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__aboveheadline {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__headline {
  display: inline;
  font-size: 1em;
  font-weight: 600;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__headline-group {
  display: block;
  flex-direction: row;
  word-break: break-word;
  margin-top: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 600;
  z-index: 3;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__list-inline {
  display: inline;
  font-size: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__list-inline
  > :not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__link {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: background 0.2s ease-in;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0;
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__byline-list:not(:first-child):before {
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 0.3125rem 0 0;
  height: 9px;
  top: 1px;
  width: 1px;
  background: currentColor;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-item {
  display: inline;
  font-size: 0;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__byline-item:not(:last-child),
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__byline-item
  > :not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-location,
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-name,
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-role {
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__byline-item:not(:last-child):after,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__byline-name:not(:last-child):after,
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__byline-role:not(:last-child):after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.3125rem;
  height: 9px;
  top: 1px;
  width: 1px;
  background: currentColor;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-name {
  text-transform: uppercase;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-location,
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__byline-role {
  color: #000;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__published-date {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__bt-link {
  z-index: 3;
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__footer {
  width: 100%;
  box-sizing: border-box;
  padding: 0.625rem 0 0;
  padding-right: 1.875rem;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__link-whole-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 20em) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-cover-content--s-from-mobile
    .ue-c-cover-content__headline-group {
    font-size: 1.0625rem;
    line-height: 1.375rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v8.ue-l-article--special .ue-c-cover-content__icon-premium {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  fill: #a88938;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.125rem;
  margin-right: 0;
}
.elmundo-theme-v8.ue-l-article--special
  .ue-c-cover-content__icon-premium--signwall
  > path:first-child {
  fill: #738082;
}
.elmundo-theme-v8.ue-l-article--special .aside-comments {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.elmundo-theme-v8.ue-l-article--special .aside-comments article {
  flex-grow: 1;
  margin-bottom: 1rem;
}
.elmundo-theme-v8.ue-l-article--special .aside-comments h2 {
  margin: 0 0 0.8rem;
}
.elmundo-theme-v8.ue-l-article--special .aside-comments article header {
  margin-bottom: 1rem;
}
@media (min-width: 980px) {
  .elmundo-theme-v8.ue-l-article--special .aside-comments h2 {
    margin: 0 0 -1.5rem -10rem;
  }
}
@supports (--custom: property) {
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-infograph-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  .elmundo-theme-v8.ue-l-article--special
    .ue-c-article__media-infograph-responsive
    iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }
}

/*# sourceMappingURL=main-article-nc.3f706125cf3e95f7a732.css.map*/
