:root {
  --networkColor: #191a1e;
  --hamburgerColor: #111;
  --background: #fff;
  --heightLogo: 60px;
  --widthLogo: 314px;
  --heightLogoReduced: 36px;
  --widthLogoReduced: 186px;
  --heightMobileLogo: 34px;
  --widthMobileLogo: 170px;
  --headerReducedSize: 62px;
  --showElEspanolLogo: 1;
  --showDateHeader: 1;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600 !important;
  margin-bottom: 28px;
}

::-moz-selection {
  background: #98e0e8;
}

::selection {
  background: #98e0e8;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

li {
  list-style: none;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  max-width: 1200px;
}

.content::before,
.content::after {
  content: "";
  display: table;
}

.content::after {
  clear: both;
}

@font-face {
  font-family: "IconosElEspanol";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    local("IconosElEspanol"),
    local("IconosElEspanol"),
    url(/fonts/IconosElEspanol.woff) format("woff");
}

@font-face {
  font-family: "Petrona";
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
  src: url(/fonts/petrona-latin-wght-italic.woff2) format("woff2-variations");
}

@font-face {
  font-family: "Petrona";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
  src: url(/fonts/petrona-latin-wght-normal.woff2) format("woff2-variations");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-display: swap;
  font-weight: 300 800;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
  src: url(/fonts/open-sans-latin-wght-italic.woff2) format("woff2-variations");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
  src: url(/fonts/open-sans-latin-wght-normal.woff2) format("woff2-variations");
}

.msg-inline {
  font-size: 0;
  padding-top: 1px;
  margin-bottom: 1px;
}

@media screen and (min-width: 1024px) {
  .msg-inline {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% / 24 * 24);
    max-width: 1004px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 14px;
  }
}

.Story {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Story .full-article {
  width: 100%;
  position: relative;
  z-index: 9995;
  background-color: var(--fullArticleBackground-color, #fff);
}

.Story a:hover {
  opacity: 0.8;
}

.Story .article {
  font-size: 0;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .Story .article {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .Story .article {
    border-top: 2px dotted #dfdfdf;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .Story .article-body {
    display: flex;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .Story .article-body__container {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 0;
    margin-right: 7px;
    width: calc((100% - 14px) / 24 * 16.727);
    padding-right: 26px;
    max-width: none;
    width: 806px;
  }
}

.Story .article-body__content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  width: calc((100% - 20px) / 24 * 24);
  font-family: var(
    --fontContentStory,
    "Georgia",
    Times New Roman,
    Times,
    serif
  );
  font-size: 19px;
  line-height: 29px;
  text-align: left;
}

@media screen and (min-width: 480px) {
  .Story .article-body__content {
    display: block;
    margin: 0 auto;
    max-width: 560px;
  }
}

@media screen and (min-width: 768px) {
  .Story .article-body__content {
    max-width: 670px;
  }
}

@media screen and (min-width: 1024px) {
  .Story .article-body__content {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% / 24 * 19);
    max-width: 100%;
  }
}

.Story .article-body__content a {
  text-decoration: none;
  color: var(--contentColor, #0068b3);
}

.Story .article-body__content a:hover {
  opacity: 0.7;
}

.Story .article-body__content div.single-link {
  position: relative;
  display: block;
  align-items: center;
  background-color: var(--singleLinkBackground-color, #f4f4f4);
  padding: 20px;
  margin-bottom: 28px;
  clear: both;
}

.Story .article-body__content div.single-link a {
  font-size: 16px;
  line-height: 19px;
  color: #191a1e;
  font-style: italic;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .Story .article-body__content div.single-link a {
    font-size: inherit;
    line-height: 23px;
  }
}

.Story .article-body__content p {
  color: #191a1e;
  margin-bottom: 28px;
}

.Story .article-body__content h3 {
  font-family: "Noto Serif";
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-bottom: 14px;
  color: var(--titletH3News_color, #191a1e);
}

body {
  background-color: var(--bodyBackground-color, #fff);
}

.article-inline_top {
  display: block;
  width: calc(100% - 20px);
  height: 100px;
  margin: 0 10px 15px;
}

@media screen and (min-width: 480px) {
  .article-inline_top {
    margin: 0 auto 20px;
    max-width: 560px;
  }
}

@media screen and (min-width: 768px) {
  .article-inline_top {
    max-width: 670px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .article-inline_top {
    display: inline-block;
    width: 80%;
    height: 66px;
  }
}

.Story :is(.article-inline_top:empty) {
  display: none;
}

.container-footer {
  margin: 0 auto;
  max-width: 1024px;
  padding: 20px 20px 0;
  background-color: var(--footerBackground-color, #fff);
  position: relative;
  z-index: 9999;
  display: grid;
  grid: "sponsor" "columnas" "copyright";
  grid-template-rows: auto;
  grid-template-columns: 100%;
}

@media (min-width: 900px) {
  .container-footer {
    grid-template-rows: auto;
  }
}

@media (min-width: 1200px) {
  .container-footer {
    padding: 20px 0px 0px;
  }
}

.container-footer .column-footer {
  grid-area: columnas;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .container-footer .column-footer {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.container-footer .column-footer > div {
  width: 100%;
  flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
  .container-footer .column-footer > div {
    width: calc(25% - 20px);
  }
}

.container-footer .column-footer > div .heading {
  border-top: 1px solid #d5d5d5;
  display: flex;
  height: auto;
  position: relative;
}

.container-footer .column-footer > div .heading__title {
  align-items: center;
  display: flex;
  color: #111;
  height: 100%;
  font:
    700 12px/21px "Open Sans",
    sans-serif;
  margin-bottom: 0;
  position: relative;
  width: auto;
  padding: 15px 0;
}

.container-footer .column-footer > div .heading__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 0;
  top: -1px;
}

@media screen and (min-width: 768px) {
  .container-footer .column-footer > div .heading__title {
    font-size: 14px;
    line-height: 21px;
  }
}

.container-footer
  .column-footer
  > div
  .heading__title
  :is(a, span).footer-heading {
  color: #868686;
}

.container-footer .column-footer > div .heading--border {
  border-color: #bdbdbd;
}

.container-footer .column-footer > div .footer-list {
  font-size: 12px;
  line-height: 31px;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .container-footer .column-footer > div .footer-list {
    font-size: 14px;
    line-height: 32px;
  }
}

.container-footer .column-footer > div .footer-list :is(a, span).footer-item {
  color: #000;
}

.container-footer .copyright {
  grid-area: copyright;
  padding-bottom: 100px;
}

.container-footer .copyright::before {
  content: "";
  background-image: linear-gradient(
    to right,
    #868686 16%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top, right, bottom, left;
  background-repeat: repeat-x;
  background-size: 7px 1px;
  display: block;
  height: 1px;
  line-height: 100px;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.container-footer .copyright-text {
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  padding-top: 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.container-footer a {
  text-decoration: none;
}

.container-footer a:hover {
  color: inherit;
  opacity: 0.7;
}

.item__more {
  width: 14px;
  height: 14px;
  position: relative;
  vertical-align: middle;
}

.item__more:after {
  display: block;
  content: "";
  font-size: 0.8rem;
  font-family: "IconosElEspanol";
  line-height: 0.8rem;
}

.Story .article-header {
  position: relative;
  text-align: left;
  color: #191a1e;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Story .article-header {
    max-width: 708px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .Story .article-header::after {
    content: "";
    background-image: linear-gradient(
      to right,
      #868686 16%,
      rgba(255, 255, 255, 0) 0%
    );
    background-position: top, right, bottom, left;
    background-repeat: repeat-x;
    background-size: 7px 1px;
    display: block;
    height: 1px;
    line-height: 100px;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
  }

  .Story .article-header {
    margin-left: var(--widthContainerAuthor, 126px);
    margin-right: 0;
    padding-bottom: 10px;
  }
}

.Story .article-header a {
  text-decoration: none;
}

.Story .article-header__kicker {
  display: none;
  background-color: var(--kicker_background, transparent);
  color: #000;
  padding: var(--kicker_pad_TB, 0px) var(--kicker_pad_LR, 0px);
  margin-bottom: var(--kicker_marg_B, 7px);
  font-size: var(--kickerText_size, 11px);
  line-height: 13px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .Story .article-header__kicker {
    display: flex;
    align-items: center;
  }
}

.Story .article-header__kicker:has(+ .article-header__heading--center) {
  display: flex;
  justify-content: center;
}

.Story
  .article-header__kicker:has(+ .article-header__heading--center)
  ~ .article-header__subheading {
  text-align: center;
}

.Story .article-header__kicker a {
  color: var(--kickerLink_color, var(--contentColor, #0068b3));
  cursor: pointer;
}

.Story .article-header__kicker a:hover {
  opacity: 0.7;
}

.Story .article-header__kicker :is(.kicker--section) {
  display: none;
  font-weight: 700;
}

.Story .article-header__kicker :is(.kicker--section)::after {
  content: "/";
  color: #000;
  font-weight: 400;
  margin-left: 7px;
  margin-right: 5px;
}

.Story .article-header__kicker :is(.kicker--section):last-child::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .Story .article-header__kicker :is(.kicker--section) {
    display: inline;
  }
}

.Story .article-header__heading {
  font-size: 29px;
  line-height: 31px;
  font-family: var(--fontTitle, "Petrona", serif);
  font-weight: var(--fontTitleMobileWeight, 600);
  letter-spacing: var(--siteMobileLetterSpacingS3, -0.75px);
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .Story .article-header__heading {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (min-width: 1024px) {
  .Story .article-header__heading {
    font-size: var(--fontTitleSize, 51px);
    font-weight: var(--fontTitleWeight, 600);
    line-height: var(--sitelineHeightS3, 52px);
    letter-spacing: var(--siteletterSpacingS3, -1.85px);
  }
}

.Story .article-header__subheading {
  position: relative;
  margin-bottom: 7px;
  display: block;
  font-size: 19px;
  line-height: 20px;
  font-family: "Petrona", serif;
  font-weight: 350;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 1024px) {
  .Story .article-header__subheading {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.75px;
  }
}

.Story {
  height: inherit;
}

.ed-submenu {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 12;
  transition: transform 0.3s;
  width: 100%;
  z-index: 999;
}

.ed-submenu .ed-trends {
  overflow: hidden;
  background: #000;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .ed-submenu .ed-trends {
    justify-content: center;
  }
}

.ed-submenu .ed-trends__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .ed-submenu .ed-trends__title {
    margin-right: 20px;
  }
}

.ed-submenu .ed-trends__carrusel {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  min-width: 0;
  width: calc(100% - 30px);
  max-width: 1025px;
  height: 35px;
}

/* Barra tendencias: degradado derecha + chevron (scroll horizontal). */
.ed-submenu .ed-trends__carrusel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.ed-submenu .ed-trends__carrusel::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
  font-family: "IconosElEspanol";
  font-size: calc(130% - 1px);
  line-height: calc(130% - 1px);
  color: #fff;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1025px) {
  .ed-submenu .ed-trends__carrusel {
    width: calc(100% - 150px);
    max-width: 930px;
  }
}

@media screen and (min-width: 1160px) {
  .ed-submenu .ed-trends__carrusel {
    width: calc(100% - 30px);
  }
}

.ed-submenu .ed-trends__hscroll {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  /* padding-right: 40px; */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ed-submenu .ed-trends__hscroll::-webkit-scrollbar {
  display: none;
}

.ed-submenu .ed-trends__hscroll-track {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: max-content;
  max-width: none;
  min-height: 35px;
  margin: 0;
  padding: 0;
}

.ed-submenu .ed-trends__hscroll-track .ed-trends__link {
  flex: 0 0 auto;
  margin-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* .ed-submenu .ed-trends__hscroll-track .ed-trends__link:first-child {
    margin-left: 20px
} */

@media screen and (min-width: 768px) {
  .ed-submenu .ed-trends__hscroll-track .ed-trends__link:first-child {
    margin-left: 0;
  }
}

/* .ed-submenu .ed-trends__hscroll-track .ed-trends__link:last-child {
    margin-right: 100px
} */

@media screen and (min-width: 1025px) {
  .ed-submenu .ed-trends__hscroll-track .ed-trends__link:last-child {
    margin-right: 10px;
  }

  /* .ed-submenu .ed-trends__hscroll {
        padding-right: 44px
    } */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .ed-submenu .ed-trends__carrusel {
    width: calc(100% - 120px);
  }

  .ed-submenu .ed-trends__carrusel::after {
    width: 72px;
  }

  /* .ed-submenu .ed-trends__hscroll {
        padding-right: 48px
    } */
}

.Story .article-media {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 14px;
}

.Story .article-media img {
  width: 100%;
}

.Story .article-media__include {
  clear: both;
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}

.Story .article-media__include::before {
  float: left;
  padding-top: 56.25%;
  content: "";
}

.Story .article-media__include::after {
  display: block;
  content: "";
  clear: both;
}

.Story .article-media__include :is(iframe) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Story .article-media__include.ratio--16-9::before {
  float: left;
  padding-top: 56.25%;
  content: "";
}

.Story .article-media__include.ratio--16-9::after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (min-width: 1024px) {
  .Story .content :is(.article-body__container, .article) > .article-media {
    margin-left: var(--widthContainerAuthor, 126px);
  }
}

.Story .article-body__content .article-media {
  width: 100%;
  max-width: 100%;
  left: auto;
  margin-bottom: 28px;
  text-align: center;
}

:is(.Story.Empresas, .Story.Medios) .article-body__tags::before {
  content: "";
  background-image: linear-gradient(
    to right,
    #868686 16%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top, right, bottom, left;
  background-repeat: repeat-x;
  background-size: 7px 1px;
  display: block;
  height: 1px;
  line-height: 100px;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

:is(.Story.Empresas, .Story.Medios) .article-body__tags::after {
  content: "";
  background-image: linear-gradient(
    to right,
    #868686 16%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top, right, bottom, left;
  background-repeat: repeat-x;
  background-size: 7px 1px;
  display: block;
  height: 1px;
  line-height: 100px;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html[lang="es"] .main-header__txt::before {
  content: "Iniciar sesion";
}

.main-header__txt::before {
  content: "Iniciar sesion";
}

html[lang="es"]
  .key__news__heading--show-hide[data-status="off"]
  .layer::before {
  content: "Mostrar";
}

.key__news__heading--show-hide[data-status="off"] .layer::before {
  content: "Mostrar";
}

html[lang="es"]
  .article-comments
  .comments-title__text[data-comments-status="multiple"]::before {
  content: "Comentarios";
}

.article-comments
  .comments-title__text[data-comments-status="multiple"]::before {
  content: "Comentarios";
}

html[lang="es"]
  .article-comments
  .comments-wrapper__tabs
  .tabs__title
  strong::before {
  content: "Por fecha";
}

.article-comments .comments-wrapper__tabs .tabs__title strong::before {
  content: "Por fecha";
}

html[lang="es"] .address:has(.author ~ .author) .author:last-of-type::before {
  content: "y";
}

.address:has(.author ~ .author) .author:last-of-type::before {
  content: "y";
}

.Story :is(.container__outbrain) {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 28px;
  padding: 28px 0;
}

.Story :is(.container__outbrain)::before {
  content: "";
  background-image: linear-gradient(
    to right,
    #868686 16%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top, right, bottom, left;
  background-repeat: repeat-x;
  background-size: 7px 1px;
  display: block;
  height: 1px;
  line-height: 100px;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 480px) {
  .Story :is(.container__outbrain) {
    display: block;
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .Story :is(.container__outbrain) {
    display: block;
    max-width: 588px;
    margin: 0 auto;
    margin-bottom: 28px;
    padding: 42px 0;
  }
}

@media screen and (min-width: 1024px) {
  .Story :is(.container__outbrain) {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 28px;
  }
}

.Story:is(.Invertia, .Medios) :is(.container__outbrain) {
  border-color: rgba(0, 0, 0, 0.08);
}

.Story .article-media {
  position: relative;
}

.main-story .button__go__home {
  display: none;
  position: fixed;
  top: calc(var(--headerMobileSize, 80px) + 10px);
  right: 10px;
  z-index: 99999;
}

@media screen and (min-width: 768px) {
  .main-story .button__go__home {
    display: none;
  }
}

.main-story .button__go__home--button {
  display: block;
  background-color: #ebedf1;
  border-radius: 50%;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.main-story .button__go__home--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.main-story .button__go__home--icon::after {
  content: "";
  font-size: calc(150% - 2px);
  line-height: normal;
  color: #323232;
  font-family: "IconosElEspanol";
  font-weight: 900;
  position: relative;
  top: -1px;
}

.main-story .button__go__home[data-status="off"] {
  animation-name: hideButtonX;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes hideButtonX {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.wrapper-alert .alert-notification[data-status="on"] {
  display: block;
  margin: 5px auto 5px;
}

@media screen and (min-width: 768px) {
  .wrapper-alert .alert-notification[data-status="on"] {
    margin: 0 auto 24px;
    padding: 0 20px;
  }
}

.wrapper-alert .alert-notification[data-status="off"] {
  display: none;
}

.alert-notification__text {
  background-color: #ffe2e7;
  display: flex;
  margin: 0;
  overflow-x: visible;
  height: 35px;
}

@media screen and (min-width: 768px) {
  .alert-notification__text {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1024px) {
  .alert-notification__text {
    flex-direction: row;
    align-items: center;
    height: 35px;
  }
}

.alert-notification__text a {
  color: #000;
}

.alert-notification__text .alert-notification__title {
  background-color: #ef4160;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 19px;
  padding: 8px 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .alert-notification__text .alert-notification__title {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 1024px) {
  .alert-notification__text .alert-notification__title {
    padding: 8px 10px;
  }
}

.alert-notification__text :is(.text, .lnk) {
  color: #000;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 19px;
  padding: 5px 20px;
  text-decoration: none;
}

.alert-notification--notice .alert-notification__title {
  background-color: #178fe6;
}

.alert-notification--notice .alert-notification__text {
  background-color: #d7eaf8;
}

@media (max-width: 768px) {
  .alert-notification__text {
    align-items: center;
    overflow-x: scroll;
  }

  .alert-notification__text::-webkit-scrollbar {
    display: none;
  }

  .alert-notification__text .alert-notification__title {
    align-items: center;
    align-content: center;
    display: flex;
    height: 35px;
    flex-shrink: 0;
    justify-content: center;
    padding: 5px 10px;
  }

  .alert-notification__text :is(.text, .lnk) {
    flex-shrink: 0;
    padding: 0 12px;
  }
}

.Story .article-comments {
  color: #191a1e;
  margin: 0px auto;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  width: calc((100% - 20px) / 24 * 24);
}

@media screen and (min-width: 768px) {
  .Story .article-comments {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 30px;
    margin-right: 30px;
    width: calc((100% - 60px) / 24 * 24);
  }
}

@media screen and (min-width: 1024px) {
  .Story .article-comments {
    max-width: 1240px;
    display: block;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    width: calc((100% - 20px) / 24 * 24);
  }
}

.Story .article-comments__container {
  font-size: 0;
}

.Story .article-comments .comments {
  word-break: break-word;
}

@media screen and (min-width: 1024px) {
  .Story .article-comments .comments {
    padding-right: 26px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 0;
    margin-right: 7px;
    width: calc((100% - 14px) / 24 * 16.727);
  }
}

.Story .article-comments .comments-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.Story .article-comments .comments-title__number {
  margin-right: 7px;
}

.Story .article-comments .comments-title__number::before {
  content: attr(data-comments-count);
}

.Story .article-comments .comments-wrapper {
  position: relative;
  margin-bottom: 28px;
}

.Story .article-comments .comments-wrapper__tabs .tabs__title {
  display: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 2px dotted #dfdfdf;
  padding-bottom: 14px;
  padding-top: 10px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.Story .article-comments .comments-wrapper__tabs .tabs__title strong::after {
  content: "";
  font-family: "IconosElEspanol";
  padding-left: 10px;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment {
  border-bottom: 2px dotted #dfdfdf;
  font-family: "Georgia";
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  padding-bottom: 10px;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-header {
  margin-top: 28px;
  margin-bottom: 10px;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-header__author {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #178fe6;
  text-transform: uppercase;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-header__time {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-header__time::before {
  position: relative;
  bottom: -1px;
  content: "";
  font-family: "IconosElEspanol";
  font-size: 1.1rem;
  margin-right: 3px;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-header__time::after {
  content: attr(data-time-diff);
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-header__subscriber {
  display: none;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-text {
  color: #191a1e;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment-text
  strong {
  font-weight: 700;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  > .list-item__comment:not(:first-child) {
  display: none;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list.tabs__list--all
  > .list-item__comment {
  display: block;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list.tabs__list--all
  > .list-item__comment--hl
  .comment {
  border-left: 3px solid #178fe6;
  padding-left: 14px;
  margin-left: -2px;
}

.Story
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .comment-text__likes {
  display: block;
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #555;
}

.Story .article-comments .comments-more {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.Story .article-comments .comments-more__button {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #178fe6;
  border-radius: 5px;
  padding: 10px 30px;
  cursor: pointer;
}

.Story .article-comments .comments-more__button.total {
  display: block;
}

.Story .comment-tools {
  text-align: right;
}

.Story:is(.Empresas, .Medios)
  .article-comments
  .comments-wrapper__tabs
  .tabs__list
  .list-item__comment
  .comment {
  border-top: 2px dotted rgba(0, 0, 0, 0.08);
}

.Story .article-body__sidebar {
  position: sticky;
  top: 20px;
  color: #191a1e;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  width: calc((100% - 20px) / 24 * 24);
  display: block;
}

@media screen and (min-width: 480px) {
  .Story .article-body__sidebar {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% / 24 * 20);
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .Story .article-body__sidebar {
    max-width: 708px;
  }
}

@media screen and (min-width: 1024px) {
  .Story .article-body__sidebar {
    display: inline-block;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin-left: 7px;
    margin-right: 0;
    width: calc((100% - 14px) / 24 * 7.273);
    max-width: 300px;
  }

  .Story .article-body__sidebar > section:last-child {
    position: sticky;
    top: 90px;
  }
}

.Story .md-newsletter {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-bottom: 40px;
}

.Story .md-newsletter .newsletter-title {
  display: flex;
  align-items: center;
  border-top: 1px solid #111;
  padding: 14px 0 12px 10px;
  border-bottom: 1px dashed #868686;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #111;
  background-color: #ebedf1;
}

.Story .md-newsletter .newsletter-title::before {
  content: "";
  font-size: 1.5rem;
  color: #000;
  font-family: "IconosElEspanol";
  margin-right: 8px;
}

.Story .md-newsletter h3.newsletter-title {
  margin-bottom: 0;
}

.Story .md-newsletter .newsletter-subtitle {
  font-family: "Petrona", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #000;
  padding-top: 17px;
  padding-bottom: 16px;
}

.Story .md-newsletter .newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  border-bottom: 1px solid #111;
}

.Story .md-newsletter .newsletter-form .newsletter-send {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Story .md-newsletter .newsletter-form .newsletter-send .newsletter-input {
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  padding: 12px 10px;
  margin-right: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #868686;
  height: 45px;
  width: calc(100% - 120px);
}

.Story .md-newsletter .newsletter-form .newsletter-send .newsletter-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.533333px;
  text-transform: uppercase;
  color: var(--colorButtonNewsletter, #ffffff);
  background: var(--backgroundButtonNewsletter, #fd6d6d);
  border-radius: 5px;
  height: 45px;
  width: 115px;
  cursor: pointer;
}

.Story .md-newsletter .newsletter-form .newsletter-rgpd {
  display: flex;
  margin-top: 20px;
  padding-bottom: 10px;
  align-items: flex-start;
}

.Story .md-newsletter .newsletter-form .newsletter-rgpd .newsletter-check {
  display: inline;
  margin-right: 5px;
  vertical-align: initial;
}

.Story .md-newsletter .newsletter-form .newsletter-rgpd .newsletter-text {
  display: inline;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.533333px;
  color: #7d7d7d;
}

.Story .md-newsletter .newsletter-form .newsletter-rgpd .error-list {
  margin-top: 5px;
}

.Story .md-newsletter .newsletter-form .newsletter-rgpd .error-list li {
  font-size: 0.9rem;
  color: #e64545;
  margin-bottom: 5px;
}

.Story
  .md-newsletter
  .newsletter-form
  .newsletter-rgpd
  .error-list
  li[data-status="off"] {
  display: none;
}

.Story .md-newsletter .newsletter-form .newsletter-rgpd .success-message {
  margin-top: 5px;
}

.author {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  width: calc(100% - 20px);
  margin: 0 10px 15px;
  vertical-align: top;
}

.author::after {
  content: "";
  background-image: linear-gradient(
    to right,
    #868686 16%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top, right, bottom, left;
  background-repeat: repeat-x;
  background-size: 7px 1px;
  display: block;
  height: 1px;
  line-height: 100px;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 480px) {
  .author {
    margin: 0 auto 20px;
    max-width: 560px;
  }
}

@media screen and (min-width: 768px) {
  .author {
    max-width: 670px;
  }
}

@media screen and (min-width: 1024px) {
  .author {
    display: inline-block;
    border-bottom: none;
    width: var(--widthContainerAuthor, 126px);
    margin: 0px;
    padding-top: 0;
    padding-right: 10px;
  }

  .author::after {
    display: none;
  }
}

.author .data-news {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  bottom: 3px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .author .data-news {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .author .data-news {
    bottom: 0px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.author .data-news .author-photo {
  display: flex;
  width: auto;
  height: auto;
  flex-flow: row wrap;
  padding-right: 10px;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-photo {
    padding-right: 0px;
    padding-bottom: 10px;
  }
}

.author .data-news .author-photo img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: var(--colorBackgroundAuthor, #f4f4f4);
}

@media screen and (min-width: 768px) {
  .author .data-news .author-photo img {
    width: 60px;
    height: 60px;
  }
}

.author .data-news .author-site .box-author {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 18px;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-site .box-author {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 15px;
  }
}

.author .data-news .author-site .box-author .box-elements {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-site .box-author .box-elements {
    flex-flow: column nowrap;
  }
}

.author .data-news .author-site .box-author .box-elements .data-author {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 5px;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-site .box-author .box-elements .data-author {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
}

.author
  .data-news
  .author-site
  .box-author
  .box-elements
  .data-author
  .data-name {
  font-weight: 700;
  color: #010101;
  position: relative;
  text-align: center;
}

.author
  .data-news
  .author-site
  .box-author
  .box-elements
  .data-author
  .data-name
  a {
  color: var(--contentColor, #0068b3);
  text-decoration: none;
}

.author
  .data-news
  .author-site
  .box-author
  .box-elements
  .data-author
  .data-name
  a:hover {
  opacity: 0.7;
}

.author .data-news .author-site .box-author .box-elements .data-more-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-site .box-author .box-elements .data-more-info {
    flex-flow: column wrap;
  }
}

.author .data-news .author-site .data-news-day {
  display: flex;
  flex-flow: column nowrap;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
  position: relative;
}

.author .data-news .author-site .data-news-day .news-day {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  color: #868686;
  line-height: 18px;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-site .data-news-day .news-day {
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .author .data-news .author-site .data-news-day .news-day::before {
    content: "";
    background-image: linear-gradient(
      to right,
      #868686 16%,
      rgba(255, 255, 255, 0) 0%
    );
    background-position: top, right, bottom, left;
    background-repeat: repeat-x;
    background-size: 7px 1px;
    display: block;
    height: 1px;
    line-height: 100px;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
}

.author
  .data-news
  .author-site
  .data-news-day
  .news-day
  :is(.day-now, .day-date) {
  padding-right: 3px;
}

@media screen and (min-width: 1024px) {
  .author
    .data-news
    .author-site
    .data-news-day
    .news-day
    :is(.day-now, .day-date) {
    padding-right: 0px;
  }
}

.author .data-news .author-site .data-news-day .news-today {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 18px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-site .data-news-day .news-today {
    flex-flow: column wrap;
    justify-content: center;
    padding-bottom: 15px;
  }

  .author .data-news .author-site .data-news-day .news-today::after {
    content: "";
    background-image: linear-gradient(
      to right,
      #868686 16%,
      rgba(255, 255, 255, 0) 0%
    );
    background-position: top, right, bottom, left;
    background-repeat: repeat-x;
    background-size: 7px 1px;
    display: block;
    height: 1px;
    line-height: 100px;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

.author .data-news .author-site .data-news-day .news-today .today-now {
  font-weight: 700;
  color: #010101;
}

.author
  .data-news
  .author-site
  .data-news-day
  .news-today
  :is(.today-now, .today-date) {
  padding-right: 3px;
}

@media screen and (min-width: 1024px) {
  .author
    .data-news
    .author-site
    .data-news-day
    .news-today
    :is(.today-now, .today-date) {
    padding-right: 0px;
  }
}

.author
  .data-news
  .author-site
  .data-news-day
  .news-today
  :is(.today-date, .today-hour) {
  font-weight: 400;
  color: #000;
}

.author .data-news .author-site .data-news-day .date__hour {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .author .data-news .author-site .data-news-day .date__hour {
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .author:has(+ .article-inline_top) {
    float: left;
    margin-top: 120px;
  }
}

.author:has(+ .article-inline_top:empty) {
  float: none;
  margin-top: 0;
}

.author ~ .article-body__content .article-media:first-of-type {
  margin-left: 0;
}

.Story .article-body__container {
  padding-right: 0;
}

.Story:not(.type_14):not(.type_13):not(.type_20)
  .article-body__container:not(:has(.author ~ .article-body__content))
  .article-body__content {
  margin-left: var(--widthContainerAuthor, 126px);
}

.article__footer-navV2--container :is(button, a) {
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.article__footer-navV2--container .tools:has(> .tools) {
  width: 100%;
}

:is(
  .article__footer-navV2--container .tools__links-save,
  .article__footer-navV2--container .tools__links-comments
)[data-status="on"] {
  display: inline-flex;
}

:is(
  .article__footer-navV2--container .tools__links-save,
  .article__footer-navV2--container .tools__links-comments
)[data-status="off"] {
  display: none;
}

:root {
  --colorPrimary: #000;
  --colorSecundary: #ff5252;
  --colorLight_text: #767676;
  --colorLight_background: #ffebee;
  --fontText_type: "Open Sans", sans-serif;
  --comprobar: "comprobar";
  --comprobarNum: "comprueba tu décimo ";
}

:root {
  --colorPrimary: #000;
  --colorSecundary: #ff5252;
  --colorLight_text: #767676;
  --colorLight_background: #ffebee;
  --fontText_type: "Open Sans", sans-serif;
}

:root {
  --colorPrimary: #000;
  --colorSecundary: #ff5252;
  --colorLight_text: #767676;
  --colorLight_background: #ffebee;
  --fontText_type: "Open Sans", sans-serif;
}

:root {
  --colorSecundary: #ff5252;
  --premiado: " ha sido premiado con un total de ";
  --noPremiado: " no ha sido premiado en el sorteo.";
  --decimoJugado: "€ por cada décimo jugado.";
}

.key__news {
  position: relative;
  background-color: var(--keyNews_background, #fff);
  padding: 10px 0 0;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1490196078);
}

.key__news__heading {
  padding: 0 15px 8px;
  border-bottom: 1px solid var(--keyNews_border, #e3e3e3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.key__news__heading--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 480px) {
  .key__news__heading--content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.key__news__heading--content-title {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
}

.key__news__heading--content-title::before {
  content: "";
  display: inline-block;
  background-image: url(/img/ico-claves-ia.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.key__news__heading--content-info {
  display: flex;
  align-items: center;
}

.key__news__heading--content-layer {
  margin: 0 10px 0 0;
  background-color: #0067b2;
  border-radius: 5px;
  padding: 6px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  .key__news__heading--content-layer {
    margin: 0 10px;
  }
}

.key__news__heading--content-textIA {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #111;
}

.key__news__heading--show-hide {
  cursor: pointer;
  width: 100%;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 15px;
}

@media screen and (min-width: 480px) {
  .key__news__heading--show-hide {
    height: 50px;
  }
}

.key__news__heading--show-hide .layer::before {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: right;
  color: #111;
  margin-right: 5px;
}

.key__news__heading--show-hide .arrow {
  margin-top: 3px;
}

.key__news__heading--show-hide[data-status="off"] .arrow::after {
  content: "";
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #111;
  font-family: "IconosElEspanol";
}

@media screen and (min-width: 1024px) {
  .Story .article {
    border-top: 0;
  }
}

body[data-scroll="on"]
  .header-container:not(:has(~ .darkmode)):not(:has(~ #megasuperior))
  ~ .content {
  margin-top: calc(
    var(--headerMainSize, 62px) - var(--headerMobileMainBar, 40px)
  );
}

@media screen and (min-width: 1024px) {
  body[data-scroll="on"]
    .header-container:not(:has(~ .darkmode)):not(:has(~ #megasuperior))
    ~ .content {
    margin-top: calc(
      var(--headerMainSize, 62px) - var(--headerReducedMainBar, 62px)
    );
  }
}

body[data-scroll="on"] .header-container:has(.bar-sponsorship:not(:empty)) {
  height: calc(
    var(--headerMobileMainBar, 40px) + var(--headerSponsorshipBar, 0px)
  );
}

@media screen and (min-width: 1024px) {
  body[data-scroll="on"] .header-container:has(.bar-sponsorship:not(:empty)) {
    height: calc(
      var(--headerReducedMainBar, 62px) + var(--headerSponsorshipBar, 0px)
    );
  }
}

header a {
  text-decoration: none;
  color: inherit;
}

.header-container {
  position: sticky;
  background: var(--headerContainerReduced_background, #fff);
  height: var(--headerMainMobileSize, 40px);
  width: 100%;
  z-index: 10000;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .header-container {
    height: var(--headerMainSize, 62px);
  }
}

.header-container:has(.bar-sponsorship:not(:empty)) {
  height: calc(
    var(--headerMainMobileSize, 40px) + var(--headerSponsorshipBar, 0px)
  );
  --headerSponsorshipBar: 40px;
}

@media screen and (min-width: 1024px) {
  .header-container:has(.bar-sponsorship:not(:empty)) {
    --headerSponsorshipBar: 30px;
    height: calc(
      var(--headerMainSize, 62px) + var(--headerSponsorshipBar, 0px)
    );
  }
}

.header-type-default::before {
  content: "";
  background-image: linear-gradient(
    to right,
    #868686 16%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top, right, bottom, left;
  background-repeat: repeat-x;
  background-size: 7px 1px;
  position: absolute;
  left: 0px;
  bottom: 0;
  display: block;
  height: 1px;
  line-height: 100px;
  width: 100%;
  z-index: 2;
}

.header-type-default .main-header {
  align-items: center;
  display: flex;
  max-width: 1200px;
  height: var(--headerMobileMainBar, 40px);
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header {
    height: var(--headerReducedSize, 101px);
  }
}

.header-type-default .main-header__logo {
  flex: auto;
  margin: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

.header-type-default .main-header__link {
  width: auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__link {
    justify-content: center;
  }
}

.header-type-default .main-header__link::after {
  content: "";

  display: inline-block;
  height: var(--heightMobileLogoReduced, 28px);
  width: var(--widthMobileLogoReduced, 142px);
}

@media (max-width: 360px) {
  .header-type-default .main-header__link::after {
    max-width: 90px;
  }
}

@media (max-width: 330px) {
  .header-type-default .main-header__link::after {
    max-width: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__link::after {
    height: var(--heightLogoReduced, 36px);
    width: var(--widthLogoReduced, 186px);
  }
}

.header-type-default .main-header__link .hidden-text {
  display: none;
}

.header-type-default .main-header__menu-btn {
  margin-right: 8px;
  min-height: 30px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header-type-default .main-header__menu-btn:before {
  display: inline-block;
  content: "";
  font-size: 24px;
  line-height: 20px;
  color: var(--mainHeaderBtnBeforeReduced_color, #111);
  font-family: "IconosElEspanol";
  vertical-align: middle;
  min-width: 36px;
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__menu-btn:before {
    content: "";
    font-size: 24px;
    line-height: 20px;
    color: var(--mainHeaderBtnBeforeReduced_color, #111);
    font-family: "IconosElEspanol";
    min-width: 36px;
  }
}

.header-type-default .main-header__menu-btn:after {
  display: none;
}

.header-type-default .main-header__menu-btn:hover {
  opacity: 0.7;
}

.header-type-default .main-header__menu-btn[data-status="off"]:before {
  content: "";
  font-size: 15px;
  line-height: 20px;
  color: var(--mainHeaderBtnBeforeReduced_color, #111);
  font-family: "IconosElEspanol";
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__menu-btn[data-status="off"]:before {
    content: "";
    font-size: 24px;
    line-height: 27px;
    color: var(--mainHeaderBtnBeforeReduced_color, #111);
    font-family: "IconosElEspanol";
  }
}

.header-type-default .main-header__wrapper-user {
  align-items: center;
  display: flex;
  position: relative;
}

.header-type-default .main-header__user {
  align-items: center;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media (max-width: 320px) {
  .header-type-default .main-header__user {
    margin-left: 5px;
  }
}

.header-type-default .main-header__user:hover {
  opacity: 0.7;
}

.header-type-default .main-header__user .item__more {
  display: inline-block;
  margin-left: 5px;
  margin-top: 3px;
  transition: transform 0.5s ease;
}

.header-type-default .main-header__user[data-status="off"] .item__more {
  transform: rotate(0deg);
}

.header-type-default .main-header__login {
  align-items: center;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  height: 30px;
  font:
    18px/24px "Open Sans",
    sans-serif;
  justify-content: center;
  position: relative;
  width: 30px;
  margin-right: 10px;
}

@media (max-width: 320px) {
  .header-type-default .main-header__login {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__login {
    margin-right: 8px;
    height: 36px;
    width: 36px;
  }
}

.header-type-default .main-header__txt {
  display: none;
  color: var(--mainHeaderLoginTextReduced_color, #111);
  font:
    14px/19px "Open Sans",
    sans-serif;
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__txt {
    display: inline-block;
  }
}

.header-type-default .main-header__subscribe {
  align-items: center;
  background: var(--mainHeaderSuscribeReduced_background, #fd6d6d);
  color: var(--mainHeaderSuscribeReduced_color, #fff);
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
  line-height: 40px;
  margin-left: 0px;
  padding: 0;
  border-radius: 5px;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  transition: all 0.3s ease;
  width: 96px;
  -webkit-appearance: none;
}

.header-type-default .main-header__subscribe:hover {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__subscribe {
    height: 46px;
    font-size: 16px;
    margin-left: 18px;
    width: 157px;
  }
}

@media (max-width: 320px) {
  .header-type-default .main-header__subscribe {
    width: 90px;
  }
}

.header-type-default .main-header__subscribe:after {
  content: var(--mainHeaderSuscribeText_contenido, "Suscríbete");
  font-family: "Open Sans", sans-serif;
  color: var(--mainHeaderSuscribeTextReduced_color, #fff);
  font-size: var(--titleFontSizeSuscriptorMobile, 14px);
  line-height: var(--titleLineHeightSuscriptorMobile, 16px);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 3px;
}

@media screen and (min-width: 1024px) {
  .header-type-default .main-header__subscribe:after {
    font-size: var(--titleFontSizeSuscriptorMobile, 16px);
    line-height: var(--titleLineHeightSuscriptorMobile, 18px);
  }
}

.main-header__panel .panel__list--dropdown .list__item :is(h2, h3, h4, a) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

:is(.main-header__panel .panel__list--services) .list__item {
  display: inline-block;
  text-transform: none;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  :is(.main-header__panel .panel__list--services) .list__item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  :is(.main-header__panel .panel__list--services) .list__item {
    width: 100%;
  }
}

:is(.main-header__panel .panel__list--services) .list__item a {
  padding: 5px 0;
}

/* @media screen and (min-width: 768px) {
    .Trends+.header-container .main-header__panel {
        height: calc(100vh - 75px)
    }
}

@media screen and (min-width: 1024px) {
    .Trends+.header-container .main-header__panel {
        height: calc(100vh - var(--headerReducedSize, 101px))
    }
} */

.menu-login {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  transition: max-height 0.3s ease-out;
  width: 174px;
  z-index: 1111;
  font-family: "Open Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .menu-login {
    right: unset;
  }
}

.menu-login__item {
  background: #f3f3f3;
  color: #000;
  display: block;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: left;
  text-transform: uppercase;
  width: 154px;
}

.menu-login__item--color {
  background: var(--mainHeaderLogin_background, #fd6d6d);
  color: var(--mainHeaderLogin_color, #111);
}

.menu-login__item--color:hover {
  color: #fff;
}

#fbody[data-user-role="ANON"] .main-header__login:before {
  content: "";
  font-size: 21px;
  line-height: #111;
  font-family: "IconosElEspanol";
  bottom: 0;
  display: block;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  #fbody[data-user-role="ANON"] .main-header__login:before {
    content: "";
    font-size: 23px;
    line-height: #111;
    font-family: "IconosElEspanol";
  }
}

#fbody[data-user-role="ANON"] .main-header__user .item__more {
  display: none;
}

@media screen and (min-width: 1024px) {
  #fbody[data-user-role="ANON"] .main-header__user .item__more {
    display: block;
  }

  #fbody[data-user-role="ANON"] .main-header__user .item__more::after {
    color: var(--mainHeaderBarBottomArrowSuscriptor_color, #111);
  }
}

body .main-header__wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 320px) {
  body .main-header__login {
    margin-right: 5px;
  }
}

body .main-header__link::after {
  height: var(--heightMobileLogo, 28px);
  width: var(--widthMobileLogo, 142px);
}

@media (max-width: 320px) {
  body .main-header__link::after {
    height: var(--heightMobileLogoReduced, 28px);
    width: var(--widthMobileLogoReduced, 142px);
    max-width: 90px;
  }
}

@media screen and (min-width: 768px) {
  body .main-header__link::after {
    height: var(--heightLogoReduced, 36px);
    width: var(--widthLogoReduced, 186px);
  }
}

.tp-modal
  .tp-iframe-wrapper.piano-id-modal-ver-2
  .tp-close.tp-active:focus-visible {
  border: none;
  border-left: 1px solid rgba(15, 15, 21, 0.06);
  opacity: 1;
  box-shadow: none;
}

.tp-modal
  .tp-iframe-wrapper.piano-id-modal-ver-2
  .tp-close.tp-active:focus-visible:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #3b67b2;
  position: absolute;
  top: 19px;
  left: 18px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .article-body__sidebar {
    display: none !important;
  }
}

.fixlink-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #c9121f;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(100%);
  transition: transform 0.35s ease;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
.fixlink-cta__text {
  font-weight: 600;
  margin: 0;
  flex: 1 1 auto;
  max-width: 640px;
}
.fixlink-cta__btn {
  display: inline-block;
  background: #fff;
  color: #c9121f;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 4px;
  white-space: nowrap;
  transition:
    transform 0.15s ease,
    background 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.fixlink-cta__btn:hover {
  background: #f2f2f2;
  transform: translateY(-1px);
}
.fixlink-cta__close {
  position: absolute;
  top: 4px;
  right: 8px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  padding: 4px 8px;
}
.fixlink-cta__close:hover {
  opacity: 1;
}
@media (max-width: 640px) {
  .fixlink-cta {
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px 16px;
    font-size: 14px;
    text-align: center;
  }
  .fixlink-cta__text {
    font-size: 14px;
  }
  .fixlink-cta__btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 15px;
  }
}
