@charset "UTF-8";
/*commons*/
/*@font-face {
  font-family: "open_sans";
  src: url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}*/
/*
@font-face {
  font-family: "tiempos_headline";
  src: url("../fonts/TiemposHeadline-Regular.eot");
  src: url("../fonts/TiemposHeadline-Regular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/TiemposHeadline-Regular.woff") format("woff"), url("../fonts/TiemposHeadline-Regular.ttf") format("truetype"), url("../fonts/TiemposHeadline-Regular.svg#tiempos_headline") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headline";
  src: url("../fonts/TiemposHeadline-Medium.eot");
  src: url("../fonts/TiemposHeadline-Medium.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/TiemposHeadline-Medium.woff") format("woff"), url("../fonts/TiemposHeadline-Medium.ttf") format("truetype"), url("../fonts/TiemposHeadline-Medium.svg#tiempos_headlinemedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headline";
  src: url("../fonts/TiemposHeadline-Bold.eot");
  src: url("../fonts/TiemposHeadline-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/TiemposHeadline-Bold.woff") format("woff"), url("../fonts/TiemposHeadline-Bold.ttf") format("truetype"), url("../fonts/TiemposHeadline-Bold.svg#tiempos_headlinebold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headline";
  src: url("../fonts/TiemposHeadline-Semibold.eot");
  src: url("../fonts/TiemposHeadline-Semibold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/TiemposHeadline-Semibold.woff") format("woff"), url("../fonts/TiemposHeadline-Semibold.ttf") format("truetype"), url("../fonts/TiemposHeadline-Semibold.svg#tiempos_headlinebold") format("svg");
  font-weight: 600;
  font-style: normal;
}
*/
@font-face {
  font-family: "noto_serif";
  src: url(/assets/eb97fb8360101530a7a9.ttf) format("truetype");
  src: url(/assets/24ab949b98630146f603.woff) format("woff");
  src: url(/assets/8788a4fd4441c5ebd7af.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sans_variable";
  src: url(/assets/071a1becc7f00e33cc5b.ttf) format("truetype");
  src: url(/assets/4fab2179b29c597b1283.woff) format("woff");
  src: url(/assets/41441ccad021cb39f422.woff2) format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*
  Breakpoints
*/
/*Actualización de estructura de El Tiempo a SASS*/
/* Min */
/* Max */
/* Only */
/* tablet y desktop */
/* tablet */
/* se modifica y deja igual ya que este breakpoint es igual al anteriro y por temas de rediseño es mejor mantenerlo */
/* desktop */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.open-modal,
body.open-modal {
  overflow-x: hidden;
}
html.open-modal--esquele,
body.open-modal--esquele {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "open_sans_variable", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 1104px) {
  body {
    font-size: 18px;
  }
}

::-moz-selection {
  color: #fff;
  background: blue;
}

::selection {
  color: #fff;
  background: blue;
}

h1, h2, h3 {
  font-family: "noto_serif", serif;
  line-height: 1;
}

p {
  color: #393939;
}

::marker {
  content: "";
}

input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

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

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: block;
}

figure {
  margin: 0;
  line-height: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.page-container {
  overflow: clip;
}

.wf-editor .page-container {
  overflow: visible;
}

.article-page.webview {
  position: relative;
  z-index: inherit !important;
}
.article-page.webview .c-detail-toolbar {
  z-index: 6;
}

.user-register {
  --user-color: #0E65A5;
}

.user-suscriptor {
  --user-color: #03B447;
}

.user-pro {
  --user-color: #9433C1;
}

.user-logged {
  --user-color: #029581;
}

.c-add {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
}
.c-add img {
  display: block;
}
.c-add-top {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-add__notext.c-add-970x250-desktop {
    height: auto;
    margin-bottom: 0;
  }
}
.c-add__notext:before {
  display: none;
}
.c-add-300x50 {
  height: 250px;
}
.c-add-300x100 {
  height: 100px;
}
.c-add-300x250 {
  width: 300px;
  height: 250px;
}
.c-add-300x300 {
  height: 300px;
}
.c-add[class*=c-add-300x] {
  width: 300px;
  visibility: visible !important;
}
.c-add[data-desktop-title*=Billboard] {
  justify-content: center;
}
.c-add-738 {
  max-width: 738px;
}
.c-add-738x100 {
  height: 133px;
}
.c-add-911x133 {
  max-width: 911px;
  height: 133px;
}
.c-add > * {
  border: 4px solid var(--color-f7f7f7);
}
.c-add.u-hide-xs-only {
  display: none;
}
@media (min-width: 768px) {
  .c-add.u-hide-xs-only {
    display: flex;
  }
}
.c-add {
  /* START: fix - dev */
}
.c-add--no-text {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-add--no-text > div {
  margin-top: inherit;
}
.c-add--no-text[data-desktop-title="Barra Flotante Inferior"] {
  max-height: 90px;
  display: flex !important;
  justify-content: flex-end;
}
.c-add > div {
  margin-top: inherit;
}
.c-add {
  /* END: fix - dev */
  /* meto !important;  para sobrescribir la anidación de clases*/
}
@media (min-width: 768px) {
  .c-add-160x600-desktop {
    height: 600px !important;
  }
  .c-add-300x100-desktop {
    height: 100px !important;
  }
  .c-add-300x250-desktop {
    height: auto;
  }
  .c-add-300x300-desktop {
    height: 300px !important;
  }
  .c-add-300x600-desktop {
    height: auto !important;
  }
  .c-add-400x400-desktop {
    height: 400px !important;
  }
  .c-add-970x90-desktop {
    height: 115px !important;
  }
  .c-add-970x250-desktop {
    height: 275px !important;
    max-width: 970px;
    justify-content: center;
  }
  .c-add-1200x250-desktop {
    height: 275px !important;
    justify-content: center;
    /* START: fix - dev */
  }
  .c-add-1200x250-desktop.c-add--no-text {
    height: 250px;
    justify-content: center;
  }
  .c-add-1200x250-desktop {
    /* END: fix - dev */
  }
  .c-add-1200x90-desktop {
    height: 105px !important;
  }
  .c-add-1200x90-desktop.c-add--no-text {
    height: 90px;
    justify-content: center;
  }
}
@media (min-width: 1104px) {
  .c-add-300x600-desktop {
    height: 600px !important;
  }
}

.c-pauta {
  position: relative;
  height: 100%;
}

.c-pauta-header .c-add > div {
  margin-top: inherit;
  position: sticky;
  top: 70px;
}

.c-pauta-pontealdia {
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}
.c-pauta-misportales-300x600 {
  padding: 40px 0;
}
.c-pauta-misportales-300x250 {
  padding-bottom: 40px;
}
.c-pauta-lateral-160x600 {
  display: none;
}
@media (min-width: 1500px) {
  .c-pauta-lateral-160x600 {
    display: block;
    position: absolute;
    left: -245px;
  }
}
.c-pauta-header {
  margin: 20px 0; /*Ajuste de pauta de header en articulo */
}
.c-pauta__inread {
  width: 300px;
  height: 250px;
}
@media (min-width: 768px) {
  .c-pauta__inread {
    width: 300px;
    height: 300px;
  }
}

.c-cuerpo .c-add.c-add-300x300 {
  margin: 24px auto; /*Se agrega espacio entre pauta y parrafos en el cuerpo de articulo*/
  z-index: 19;
}

/*---ajuste estilos alimentaicon en CMS-----*/
.wf-page-container .c-pauta-lateral-160x600 {
  display: block;
  position: relative;
  height: auto;
  left: inherit;
}

/*Custom*/
@media screen and (min-width: 1103px) {
  [data-desktop-title=""] {
    display: none !important;
  }
}
.search__form .input input {
  width: auto;
}

.historias-hide {
  display: none !important;
}

.c-header__nav__item span {
  text-align: left;
  letter-spacing: 0.02px;
  color: #2d4254;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.c-pagination__see-more .disabled {
  display: none;
}

.o-section--columnista .c-header--columnista .c-title__social__wrap {
  align-self: center;
}

.c-chapter__title > a {
  font: normal normal 700 20px/23px "Faustina", Georgia;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 7px;
  text-align: center;
}

@media (min-width: 768px) {
  .o-section--emergencias .c-article--apertura {
    min-height: 730px;
  }
}
@media (min-width: 768px) {
  .o-section--emergencias .c-article--apertura > .c-article__title {
    display: block;
  }
  .o-section--emergencias .c-article--apertura > .c-article__title::before {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .o-section--emergencias .c-article--apertura > .c-article__title::before {
    margin: 0 auto 12px;
  }
}
.c-quote__title a {
  color: #fff;
}

.multimedia-video-container {
  z-index: 2;
  min-width: 374px;
  width: 100%;
  min-height: 210px;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 23px;
  margin-top: 5px;
}
.multimedia-video-container img {
  height: 210px;
  object-fit: cover;
}
.multimedia-video-container.sticky {
  z-index: 10;
}
.multimedia-video-container .embed-responsive {
  height: 210px;
}
.multimedia-video-container .embed-responsive iframe {
  height: 210px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.multimedia-video-container .embed-responsive:not(.player-ready) {
  height: 0px;
}
.multimedia-video-container .embed-responsive:not(.player-ready) iframe {
  height: 0px;
}
.multimedia-video-container .embed-responsive:not(.player-ready) video {
  height: 0px;
}
@media (min-width: 768px) {
  .multimedia-video-container {
    max-width: 800px;
    height: 467px;
    position: relative;
    width: 100vw;
    transform: translate(-50%);
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .multimedia-video-container img {
    height: 467px;
  }
  .multimedia-video-container .embed-responsive {
    max-height: 467px;
    height: 100%;
  }
  .multimedia-video-container .embed-responsive iframe {
    max-height: 467px;
  }
  .multimedia-video-container.bottom-left-sticky {
    width: auto;
  }
}
@media (min-width: 1187px) {
  .multimedia-video-container {
    max-width: 1187px;
    height: 665px;
    margin-top: 15px;
  }
  .multimedia-video-container img {
    height: 665px;
  }
  .multimedia-video-container .embed-responsive {
    max-height: 665px;
    height: 100%;
  }
  .multimedia-video-container .embed-responsive iframe {
    max-height: 665px;
  }
  .multimedia-video-container.bottom-left-sticky {
    width: auto;
    height: auto;
    margin-left: 0;
    transform: translateX(0);
  }
  .multimedia-video-container.bottom-left-sticky .embed-responsive {
    height: auto;
  }
  .multimedia-video-container.bottom-left-sticky .embed-responsive iframe {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  [data-mobile-title=""] {
    display: none !important;
  }
}
.title-hide {
  display: none;
}

.contenido-meter-piano {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
}

.contenido-cerrado-piano:empty ~ .contenido-meter-piano {
  z-index: -1;
}

.c-gallery__list-images .c-add {
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-section--emergencias .c-article--apertura {
    max-height: inherit;
    height: 680px;
  }
}
/*
.c-add--no-text {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;

  > div {
      margin-top: auto;
  }
}*/
.c-add > div {
  margin-top: 0;
}

.c-subheader {
  z-index: 2;
}

.c-subheader + aside {
  position: relative;
  z-index: 1;
}

/* pauta barra-flotar-inferior */
.gpt-slot-barra-flotante-inferior {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 90px;
}
.gpt-slot-barra-flotante-inferior .c-add--no-text {
  z-index: var(--zindex-pauta-flotante);
  max-height: unset;
}

.gpt-slot-close-btn-satelite {
  bottom: 100%;
  right: 62px;
  top: -10px;
  width: 74px;
  height: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  z-index: 1001;
  background: url(/assets/d16e202e07c9de26ac6b.avif) no-repeat center/cover;
  margin-top: auto;
  margin-left: auto;
  cursor: pointer;
}

.gpt-slot-close-btn {
  position: absolute;
  bottom: 100%;
  right: 62px;
  top: -10px;
  cursor: pointer;
  margin-bottom: -21px;
  overflow: hidden;
  width: 74px;
  height: 20px;
  margin-right: -25px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  z-index: 1001;
  transform: translate(50%, -50%);
  background: url(/assets/d16e202e07c9de26ac6b.avif) no-repeat center/cover;
}

.c-podcast__info__title a {
  color: #fff;
}

.c-play .c-play__suggest .preview-carrusel {
  max-height: 353px;
  overflow: hidden;
}

.c-periodistas .o-carousel.preview-carrusel {
  max-height: 274px;
  overflow: hidden;
}

.o-section--tu-negocio .o-carousel.preview-carrusel {
  max-height: 372px;
  overflow: hidden;
}

.c-especiales .o-carousel--especiales-principal.preview-carrusel {
  max-height: 960px;
  overflow: hidden;
}
.c-especiales .o-carousel--especiales-default.preview-carrusel {
  max-height: 345px;
  overflow: hidden;
}

.o-section--loencontraste .c-category .preview-carrusel {
  max-height: 310px;
  overflow: hidden;
}
.o-section--loencontraste .c-lo-encontraste__container .preview-carrusel {
  max-height: 352px;
  overflow: hidden;
}

@media (max-width: 1365px) {
  .ad_lateral {
    display: none;
  }
}
@media (min-width: 1366px) {
  .ad_lateral {
    position: absolute;
    left: -156px;
    z-index: 99;
    background: #fff;
  }
}
/* Esta sí se debe aplicar */
@media (min-width: 1480px) {
  .ad_lateral {
    left: -200px;
  }
}
#sas_29221 {
  z-index: 999;
}

.c-esquela-mini,
.c-esquela,
.c-esquela-cita {
  z-index: inherit;
}

blockquote {
  border-left: none;
}

.c-header__nav__item.open .c-header__nav__item__sections {
  display: block;
}

.c-header__nav__item__sections__item.open .c-header__nav__item__subsections {
  display: block;
}

.c-picoyplaca__item__result {
  margin-right: 5px;
}

.c-title__search.open {
  z-index: 9;
}

.c-cartas {
  z-index: 0;
}

.first-div {
  display: grid;
  grid-column: span 2;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

/*
.first-div article {
  width: 100%;
}

.second-div {
  grid-column: 3 / 4;
}

.sidebar-board {
  grid-column: 4 / 5;
}*/
[data-wf-page-template="board/category/nuestros-podcast"] {
  z-index: 9;
}

.user-logged .o-section--chapters--closed .o-section--chapters__grid:after {
  content: inherit;
}

.user-logged .o-section--chapters--closed .c-link:after {
  content: inherit;
}

.user-register .o-section--chapters--closed .o-section--podcast--msg {
  display: none;
}

.user-register .o-section--chapters--closed .o-section--chapters__grid:after {
  content: inherit;
}

article.article_4columns {
  max-width: 320px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 16px;
}
article.article_4columns.c-article--lateral, article.article_4columns.c-article--lateral-xs {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
article.article_4columns.c-article--lateral .c-article__txt, article.article_4columns.c-article--lateral-xs .c-article__txt {
  max-width: 140px;
}
article .c-article__txt p,
article .c-article__txt h3.c-article__title {
  margin: 0;
}
article .c-article__txt p.c-article__epigraph > a {
  margin-right: 5px;
}
article .c-article__epigraph a {
  margin-right: 5px;
}
article.article_4columns.c-article--lateral-xs p.c-article__epigraph {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
article.article_4columns.c-article--lateral-xs a {
  margin-left: 5px;
  margin-right: 0;
}
article.c-article--apertura > .c-article__epigraph span, article.c-article--apertura-timeline .c-article__epigraph span {
  display: flex;
  align-items: center;
}
article.c-article--apertura .c-article--breve > .c-article__txt a {
  color: #1c1c1c;
}
article.c-article--apertura .c-article--breve.c-article--breve--lateral {
  flex-direction: column-reverse;
}
article.c-article--apertura .c-article__more > .c-article__related .c-article__thumb {
  order: 2;
  margin-top: revert;
}
article.c-article--apertura-timeline .c-timeline__title {
  margin: 0;
}
article.c-article--apertura-timeline .c-timeline__bottom {
  margin-top: 10px;
}
article.c-detail--et-play.c-detail--dark {
  margin: 0;
}
article.c-detail--et-play.c-detail--dark .c-detail__tags__link {
  border-left: none;
}
article.c-detail--et-play.c-detail--dark .c-detail-header {
  grid-column: 1/span 3;
}
article.c-article--apertura-v2 .c-article__epigraph {
  font-size: 11px;
  font-weight: 700;
}
article.c-article--apertura-v2 .c-article__epigraph:before {
  content: none;
}
article.c-article--apertura-v2 .c-article__epigraph > span {
  padding-right: 10px;
  padding-left: 5px;
}
article.c-article--apertura-v2 .c-article__epigraph span.alert_span {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}
article.c-article--apertura-v2 .c-article__epigraph span.alert_category {
  display: flex;
  align-items: center;
}

.c-opening_v2__carousel .c-article__related__date {
  margin-left: 5px;
}

.c-podcast__info {
  width: 100%;
}

.c-editorial__subtitle > a {
  text-decoration: none;
  color: black;
}

.c-detail__epigraph .c-detail__epigraph__item {
  margin: 0;
}

.c-blog .c-blog__title a {
  color: #000;
}

.wf-module .slides-periodistas,
.wf-module .c-topics__wrap__list {
  --item-width: 100%;
  --justify: flex-start;
  display: grid;
  user-select: none;
  grid-auto-flow: column;
  justify-content: var(--justify);
  gap: 16px;
  overflow-x: visible;
  grid-auto-columns: var(--item-width);
  transform: translate(calc(var(--i, 0) * -104%), 0);
  transition: transform 0.2s ease;
}

.wf-module .c-topics__wrap__list {
  --item-width: 50ch;
  transform: translate(calc(var(--i, 0) * -50ch), 0);
}

.wf-editor .c-cityTV .o-carousel {
  overflow-x: clip;
}

.multimedia-video {
  /*display: none;*/
}

.transparent-text-item,
.transparent-link-item {
  font-size: 0;
}

.transparent-link-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.o-section--collections .wf-module:after {
  content: inherit !important;
}
.o-section--collections .item {
  position: relative;
}

.c-detail__mam__middle {
  display: flex;
  flex-direction: column-reverse;
}

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

.c-detail .multimedia-video {
  display: none;
}

.cropit-enabled .c-play__suggest .c-play-media__txt {
  height: inherit;
}

.cropit-enabled .c-play-media__title a:after,
.cropit-enabled .c-play-media__thumb:after {
  display: none;
}

.c-title__more > a {
  color: #000;
}

.c-ctagoogle {
  margin-bottom: 16px;
}

.image__link_content,
.c-detail__patrocinio {
  position: relative;
}
.image__link_content .image__link,
.c-detail__patrocinio .image__link {
  display: block;
  font-size: 0;
  width: 0;
  height: 0;
}
.image__link_content .image__link:before,
.c-detail__patrocinio .image__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.image_text_link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.c-promo__thumb img {
  width: 100%;
}

.iframe-container {
  width: 100%;
  height: 100vh;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* -- sticky video -- */
.c-article--apertura .bottom-left-sticky .sticky-video-draggable,
.c-article--apertura .bottom-left-sticky .sticky-video-volver-section,
.c-article--apertura .bottom-left-sticky .sticky-video-cerrar,
.c-article--4x1 .bottom-left-sticky .sticky-video-draggable,
.c-article--4x1 .bottom-left-sticky .sticky-video-volver-section,
.c-article--4x1 .bottom-left-sticky .sticky-video-cerrar,
.c-play-media__embed.bottom-left-sticky .sticky-video-draggable,
.c-play-media__embed.bottom-left-sticky .sticky-video-volver-section,
.c-play-media__embed.bottom-left-sticky .sticky-video-cerrar {
  width: 28px;
  height: 28px;
}

.o-section--nytimes article .c-article__txt h3.c-article__title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .o-carousel--border-items .tns-slide-active {
    border-right: 1px solid #ccc;
  }
  .o-section--nytimes article.c-article.c-article--size-4 .c-article__thumb {
    padding-top: 0;
  }
  .c-detail-header .bottom-left-sticky {
    margin-top: -45px;
  }
}
#load_more_button {
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #0b5891;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0b5891 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-article--apertura .bottom-left-sticky,
.c-article--coyuntura-main .bottom-left-sticky,
.c-article--4x1 .bottom-left-sticky {
  width: auto !important;
}

.bottom-left-sticky {
  position: fixed !important;
  left: 24px;
  width: 270px;
  z-index: 99999 !important;
  bottom: 24px;
  height: auto !important;
  max-width: 270px !important;
  min-width: unset;
}
.bottom-left-sticky .sticky-video-titulo {
  display: none;
}
.bottom-left-sticky iframe {
  width: 270px;
  height: 151px;
  border: 4px solid #3c5068;
}
.bottom-left-sticky .sticky-video-titulo {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 0 0 4px;
  background-color: #21323f;
}
.bottom-left-sticky .multimedia-video, .bottom-left-sticky .multimedia-video > div {
  height: 152px !important;
}
.bottom-left-sticky .multimedia-video figcaption {
  display: none;
}
.bottom-left-sticky .sticky-video-draggable {
  width: 28px;
  height: 28px;
  text-indent: -199em;
  overflow: hidden;
  cursor: pointer;
  pointer-events: none;
}
.bottom-left-sticky .sticky-video-draggable:before {
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 auto;
  display: block;
  background: url(/assets/cdf5150d768d215a4cba.svg) no-repeat;
  background-size: 22px;
  background-position: center;
}
.bottom-left-sticky .sticky-video-herramientas {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 28px;
  grid-gap: 6px;
  gap: 6px;
  background: #3c5068;
  padding: 0 0 0 4px;
}
.bottom-left-sticky .sticky-video-volver-section {
  width: 28px;
  height: 28px;
  text-indent: -199em;
  overflow: hidden;
  cursor: pointer;
}
.bottom-left-sticky .sticky-video-volver-section:before {
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 auto;
  display: block;
  background: url(/assets/337279e3b657c5410d1a.svg) no-repeat;
  background-size: 22px;
  background-position: center;
}
.bottom-left-sticky .sticky-video-cerrar {
  width: 28px;
  height: 28px;
  text-indent: -199em;
  overflow: hidden;
  cursor: pointer;
}
.bottom-left-sticky .sticky-video-cerrar:before {
  content: "";
  width: 28px;
  height: 28px;
  margin: 0 auto;
  display: block;
  background: #3c5068 url(/assets/a7d07ee9eb5cb9266457.svg) no-repeat;
  background-size: 20px;
  background-position: center;
}
.bottom-left-sticky .multimedia-video.embed-responsive > div {
  height: 152px;
}
.bottom-left-sticky .ima-ad-player {
  height: 152px !important;
}
.bottom-left-sticky .ima-ad-player > div {
  height: 152px !important;
  width: 270px !important;
}
.bottom-left-sticky .ima-ad-player > div iframe {
  width: 270px !important;
  height: 152px !important;
}

.c-detail .c-play-media__embed.bottom-left-sticky {
  width: 270px;
  height: 180px;
}

.c-detail .embed-responsive {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100% !important;
}
.c-detail .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.o-section--show-hide .o-section--recomendadosNew__grid {
  display: none;
}

.o-section--show-hide .open .o-section--recomendadosNew__grid {
  display: grid;
}

.c-boletin__category img {
  width: 100%;
}

.c-detail__epigraph .c-detail__epigraph__item a {
  color: #fff;
}

.section-m-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.section-mb-16 {
  margin-top: 16px;
}

.c-article--apertura .multimedia-video-container,
.c-article--coyuntura-main .multimedia-video-container,
.c-article--4x1 .multimedia-video-container {
  position: relative;
}

.c-article--apertura .multimedia-video-container .c-detail__media__thumb__icon,
.c-article--coyuntura-main .multimedia-video-container .c-detail__media__thumb__icon,
.c-article--4x1 .multimedia-video-container .c-detail__media__thumb__icon {
  left: 24px;
  bottom: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  grid-row: 1/span 1;
  grid-column: 1/span 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-article--apertura .multimedia-video-container .c-detail__media__thumb__icon::before,
.c-article--coyuntura-main .multimedia-video-container .c-detail__media__thumb__icon::before,
.c-article--4x1 .multimedia-video-container .c-detail__media__thumb__icon::before {
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
  width: 16px;
  height: 22px;
  display: block;
  margin-left: 6px;
}

.sticky-index {
  z-index: 3;
}

@media (min-width: 768px) {
  .o-section--coyuntura__top:after {
    width: 50%;
  }
}
.podcast .wf-editor .program .program__chapter-embed:before {
  display: none !important;
}

@media (max-width: 767px) {
  .o-section .c-category .slide-prev,
  .o-section .c-category .slide-next {
    min-width: 0;
    width: 45px;
  }
}
/*Ajustes*/
.c-detail__media.multimedia-video-container {
  position: relative;
}

.c-detail__media__thumb__icon {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50px;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.c-detail__media__thumb__icon svg {
  margin-left: 2px;
}

@media (min-width: 768px) {
  .c-detail__media__thumb__icon {
    top: 30px;
    left: 30px;
  }
}
.title-hide {
  display: none;
}

/*tools*/
/*utilities*/
.u-estructura-home {
  margin: 27px auto 60px;
  max-width: 1187px;
}
.u-estructura-home__seccion {
  max-width: 1187px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .u-estructura-home__seccion { /*tablet*/
    margin: 30px auto;
  }
}
@media (min-width: 1104px) {
  .u-estructura-home__seccion { /*desktop*/
    margin: 60px auto;
  }
}
.u-estructura-home__seccion:first-child {
  margin-top: 0;
}

:root {
  --z-index-main:0;
  --zindex-footer:1000;
  --zindex-header:2000;
  --zindex-position-fixed:3000;
  --zindex-pauta-flotante:4000;
  --zindex-modal:5000;
  --zindex-piano-flotante:6000;
  --zindex-infinito:7000;
}

.u-zindex {
  /*Sticky*/
}
.u-zindex--sticky {
  z-index: 5;
}

.c-play {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap);
  margin: 0 -10px;
}
.c-play__brand {
  margin: 0;
  width: 182px;
  height: 53px;
  display: block;
  align-self: self-start;
}
.c-play__brand img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .c-play__brand {
    width: 256px;
    height: 73px;
    margin: auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column: 1/span 2;
  }
}
.c-play__channels {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 9px;
  width: calc(100% + 10px);
  margin-right: -10px;
}
.c-play__channels__btn {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 33px;
  height: 33px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-play__channels__btn {
    height: 44px;
  }
}
.c-play__channels__btn[disabled] {
  display: none;
}
.c-play__channels__btn:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 4px solid var(--color-ffffff);
  border-left: 0;
  border-top: 0;
  display: block;
  z-index: 1;
}
.c-play__channels__btn:after {
  content: "";
  width: 47px;
  height: 34px;
  position: absolute;
  top: 0;
  background: transparent linear-gradient(267deg, #1F7AAC 0%, rgba(30, 123, 173, 0) 100%) 0 0 no-repeat padding-box;
}
@media (min-width: 768px) {
  .c-play__channels__btn:after {
    width: 57px;
    height: 44px;
    background: transparent linear-gradient(270deg, #1F7AAC 0%, rgba(30, 123, 173, 0) 100%) 0 0 no-repeat padding-box;
  }
}
.c-play__channels__btn--next {
  right: 3px;
  padding-right: 9px;
}
.c-play__channels__btn--next:before {
  transform: rotate(-45deg);
}
.c-play__channels__btn--next:after {
  right: -2px;
}
@media (min-width: 768px) {
  .c-play__channels__btn--next {
    right: 0;
  }
}
.c-play__channels__btn--prev {
  left: 0;
  padding-left: 9px;
}
.c-play__channels__btn--prev:before {
  transform: rotate(135deg);
}
.c-play__channels__btn--prev:after {
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}
.c-play__channels__wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-play__channels__list {
  position: absolute;
  top: 0;
}
.c-play__channels__link {
  width: 33px;
  height: 33px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .c-play__channels__link {
    width: 44px;
    height: 44px;
  }
}
.c-play__channels--directo .c-play__channels__wrap {
  width: calc(100% - 90px);
  order: 3;
}
.c-play__channels--directo:before {
  content: "En vivo";
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  width: 50px;
  height: 31px;
  padding: 0 10px 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  order: 2;
  border: 1px solid #33f5ff;
}
@media (min-width: 768px) {
  .c-play__channels--directo:before {
    width: 79px;
    padding: 0 5px 0 20px;
    height: 42px;
    font-size: 14px;
  }
}
@media (min-width: 996px) {
  .c-play__channels--directo:before {
    margin-left: 18px;
    width: 63px;
    height: 44px;
    padding: 0 5px 0 30px;
  }
}
.c-play__channels--directo:after {
  content: "";
  display: block;
  background-color: #D82B36;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  order: 1;
  top: 11px;
  left: 6px;
}
@media (min-width: 768px) {
  .c-play__channels--directo:after {
    left: 10px;
    top: 17px;
  }
}
@media (min-width: 996px) {
  .c-play__channels--directo:after {
    width: 16px;
    height: 16px;
    left: 36px;
    top: 15px;
  }
}
@media (min-width: 1104px) {
  .c-play__channels--directo:after {
    left: 66px;
  }
}
@media (min-width: 1320px) {
  .c-play__channels--directo:after {
    left: 88px;
  }
}
@media (min-width: 768px) {
  .c-play__channels {
    margin-right: 0;
    margin-left: 16px;
    width: 100%;
    gap: 13px;
    justify-content: flex-start;
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    margin-top: 5px;
  }
}
@media (min-width: 996px) {
  .c-play__channels {
    gap: 6px;
    padding-left: 42px;
    margin-top: 0;
  }
}
@media (min-width: 1104px) {
  .c-play__channels {
    gap: 16px;
    padding-left: 75px;
    margin-top: -55px;
  }
}
@media (min-width: 1320px) {
  .c-play__channels {
    padding-left: 94px;
  }
}
.c-play__suggest {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: -6px;
  margin-right: -6px;
}
.c-play__suggest .c-play-media {
  --title-size:10px;
  --title-line-height:11px;
  --icon-width: 32px;
  --icon-height: 32px;
  position: relative;
}
.c-play__suggest .c-play-media__txt {
  position: absolute;
  gap: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 8px 8px 8px 2px;
  background: linear-gradient(360deg, #000000 -10%, transparent 30%);
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1320px) {
  .c-play__suggest .c-play-media__txt {
    padding-left: 8px;
  }
}
.c-play__suggest .c-play-media__title {
  max-width: inherit;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  line-height: 13px;
}
@media (min-width: 768px) {
  .c-play__suggest .c-play-media__title {
    line-height: 15px;
  }
}
.c-play__suggest__title {
  text-align: left;
  font-size: 18px;
  line-height: 21px;
  font-weight: 800;
  font-family: "open_sans_variable", sans-serif;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .c-play__suggest__title {
    padding: 0;
    margin-left: -16px;
  }
}
@media (min-width: 996px) {
  .c-play__suggest__title {
    padding-left: 16px;
  }
}
.c-play__suggest .o-carousel {
  max-width: 100vw;
}
.c-play__suggest .o-carousel .slides {
  margin-bottom: 16px;
}
.c-play__suggest .o-carousel .tns-nav {
  margin-left: auto;
  margin-right: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  max-width: 77px;
  padding: 10px 0;
}
.c-play__suggest .o-carousel .tns-nav::-webkit-scrollbar {
  display: none;
}
.c-play__suggest .o-carousel .tns-nav button {
  background-color: #fff;
  width: 4px;
  height: 4px;
}
.c-play__suggest .o-carousel .tns-nav button.tns-nav-active {
  background-color: #03A9F4;
  width: 8px;
  height: 8px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .c-play__suggest .o-carousel .tns-nav {
    padding: 0 0 20px 0;
  }
}
@media (min-width: 996px) {
  .c-play__suggest .o-carousel .tns-nav {
    padding: 0 0 0 0;
  }
}
@media (min-width: 1104px) {
  .c-play__suggest .o-carousel .tns-nav {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 1320px) {
  .c-play__suggest .o-carousel .tns-nav {
    padding: 0;
  }
}
.c-play__suggest .o-carousel:after, .c-play__suggest .o-carousel:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 71%;
  top: 0;
  background: transparent linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0 0 no-repeat padding-box;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-play__suggest .o-carousel:after, .c-play__suggest .o-carousel:before {
    height: 81%;
  }
}
@media (min-width: 1104px) {
  .c-play__suggest .o-carousel:after, .c-play__suggest .o-carousel:before {
    height: 88%;
  }
}
@media (min-width: 1320px) {
  .c-play__suggest .o-carousel:after, .c-play__suggest .o-carousel:before {
    height: 236px;
  }
}
.c-play__suggest .o-carousel:after {
  right: 0;
}
@media (min-width: 1320px) {
  .c-play__suggest .o-carousel:after {
    display: none;
  }
}
.c-play__suggest .o-carousel:before {
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}
@media (min-width: 768px) {
  .c-play__suggest .o-carousel:before {
    display: none;
  }
}
@media (min-width: 996px) {
  .c-play__suggest .o-carousel:before {
    display: inline;
  }
}
.c-play__suggest .slide-next, .c-play__suggest .slide-prev {
  z-index: 2;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-play__suggest .slide-next:after, .c-play__suggest .slide-prev:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-right: 0;
  border-bottom: 0;
  margin: auto 0;
  cursor: pointer;
  position: absolute;
}
.c-play__suggest .slide-next:before, .c-play__suggest .slide-prev:before {
  content: "";
  cursor: pointer;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: auto 0;
  color: #fff;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-play__suggest .slide-next, .c-play__suggest .slide-prev {
    top: 35%;
    bottom: inherit;
  }
}
.c-play__suggest .slide-prev {
  left: 60px;
}
.c-play__suggest .slide-prev:after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .c-play__suggest .slide-prev {
    left: -10px;
  }
}
@media (min-width: 1104px) {
  .c-play__suggest .slide-prev {
    left: -6px;
  }
}
@media (min-width: 1320px) {
  .c-play__suggest .slide-prev {
    left: -10px;
  }
}
.c-play__suggest .slide-next {
  right: 60px;
}
.c-play__suggest .slide-next:after {
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .c-play__suggest .slide-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  .c-play__suggest {
    padding-left: 24px;
    margin-left: 8px;
    margin-right: -16px;
    align-self: start;
    overflow: hidden;
    margin-top: auto;
    border-left: 2px solid #33f5ff;
  }
}
@media (min-width: 996px) {
  .c-play__suggest {
    margin-left: var(--gap);
    margin-right: var(--gap);
    padding-top: var(--gap);
  }
}
@media (min-width: 1104px) {
  .c-play__suggest {
    margin-left: 31px;
    padding-left: 42px;
    padding-top: 0;
  }
}
@media (min-width: 1320px) {
  .c-play__suggest {
    margin-left: 52px;
  }
}
.c-play__media .c-play-media__thumb + .c-play-media__txt {
  border: 2px solid #33F5FF;
}
@media (min-width: 996px) {
  .c-play__media .c-play-media__thumb + .c-play-media__txt {
    border: 0;
    border-top: 2px solid #33F5FF;
  }
}
@media (min-width: 1320px) {
  .c-play__media .c-play-media__thumb + .c-play-media__txt {
    border: 2px solid #33F5FF;
  }
}
@media (min-width: 768px) {
  .c-play__media {
    grid-row: 2/span 2;
  }
}
@media (min-width: 996px) {
  .c-play__media {
    margin-left: 0;
    border: 2px solid #33F5FF;
  }
}
@media (min-width: 1320px) {
  .c-play__media {
    border: 0;
  }
}
.c-play-media {
  --ratio: 1;
  --title-size:16px;
  --title-line-height:22px;
  --icon-width: 28px;
  --icon-height: 28px;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .c-play-media {
    --icon-width: 38px;
    --icon-height: 38px;
  }
}
.c-play-media__thumb {
  position: relative;
  z-index: 1;
}
.c-play-media__thumb img {
  object-fit: cover;
  /*aspect-ratio: var(--ratio);*/
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-play-media__thumb:after {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 100%;
  height: 77px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.c-play-media__embed:not(.bottom-left-sticky) {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100% !important;
}
.c-play-media__embed:not(.bottom-left-sticky) iframe,
.c-play-media__embed:not(.bottom-left-sticky) object,
.c-play-media__embed:not(.bottom-left-sticky) embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.c-play-media__embed .sticky-video-titulo {
  display: none;
}
.c-play-media__embed.bottom-left-sticky {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}
.c-play-media__embed.bottom-left-sticky iframe {
  border: 4px solid #3c5068;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-titulo {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 0 0 0 4px;
  background-color: #21323F;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-draggable {
  width: 24px;
  height: 24px;
  text-indent: -199em;
  overflow: hidden;
  cursor: pointer;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-draggable:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #21323F url(/assets/61e80e00b7e0df9cbac4.png) no-repeat 0 -42px;
  display: block;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-herramientas {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 28px;
  gap: 6px;
  background: #3c5068;
  padding: 0 0 0 4px;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-volver-section {
  width: 24px;
  height: 24px;
  text-indent: -199em;
  overflow: hidden;
  cursor: pointer;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-volver-section:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #3c5068 url(/assets/61e80e00b7e0df9cbac4.png) no-repeat 0 1px;
  display: block;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-cerrar {
  width: 24px;
  height: 24px;
  text-indent: -199em;
  overflow: hidden;
  cursor: pointer;
}
.c-play-media__embed.bottom-left-sticky .sticky-video-cerrar:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #3c5068 url(/assets/b2b3fc1ecafc0d938292.png) no-repeat center;
  background-size: 24px 24px;
  display: block;
}
.c-play-media__embed.bottom-left-sticky iframe {
  width: 270px;
  height: 208px;
}
.c-play-media__txt {
  background: #040D12;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(var(--gap) / 2);
  color: #fff;
  padding: var(--gap);
  width: 100%;
}
@media (min-width: 768px) {
  .c-play-media__txt {
    gap: 24px;
    padding: 21px 9px 28px 18px;
  }
}
@media (min-width: 996px) {
  .c-play-media__txt {
    gap: 18px;
    align-items: center;
  }
}
@media (min-width: 1320px) {
  .c-play-media__txt {
    padding: 18px 16px;
  }
}
.c-play-media__title {
  font-family: "open_sans_variable", sans-serif;
  font-weight: 400;
  width: 100%;
  color: #fff;
  font-size: var(--title-size);
  line-height: var(--title-line-height);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap);
}
.c-play-media__title a {
  color: #fff;
  width: 100%;
}
.c-play-media__channel {
  position: relative;
  padding-right: 8px;
  min-width: 38px;
}
.c-play-media__channel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 43px;
  background: #33f5ff;
}
@media (min-width: 996px) {
  .c-play-media__channel:after {
    top: -16px;
  }
}
@media (min-width: 768px) {
  .c-play-media__channel {
    padding-right: 16px;
    min-width: 56px;
  }
  .c-play-media__channel:after {
    height: 76px;
  }
}
@media (min-width: 996px) {
  .c-play-media__channel {
    padding-right: 18px;
    min-width: 62px;
    justify-content: center;
  }
}
.c-play-media--16-9 {
  --ratio: 16 / 9;
}
.c-play-media--16-9 .c-play-media--icon-video .c-play-media__title {
  display: grid;
  grid-template-columns: 30px auto;
}
.c-play-media--16-9 .c-play-media--icon-video .c-play-media__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-play-media--16-9 .c-play-media--icon-video .c-play-media__title {
    grid-template-columns: 40px auto;
    gap: 20px;
    font-size: 17px;
  }
}
@media (min-width: 996px) {
  .c-play-media--16-9 .c-play-media--icon-video .c-play-media__title {
    grid-template-columns: 52px auto;
    align-items: center;
    gap: 23px;
    --icon-width:52px;
    --icon-height:52px;
  }
}
.c-play-media--3-4 {
  --ratio: 3 / 4;
}
.c-play-media--icon .c-play-media__title a {
  max-width: calc(100% - var(--icon-width) - 6px);
}
@media (min-width: 1320px) {
  .c-play-media--icon .c-play-media__title a {
    max-width: calc(100% - var(--icon-width) - 12px);
  }
}
.c-play-media--icon-video {
  --icon-svg: url(/assets/2b101702bd4882b43dbf.svg);
  --icon-svg-size: 40%;
}
.c-play-media--icon-audio {
  --icon-svg: url(/assets/d2f3b6e190ba80300187.svg);
  --icon-svg-size: 100%;
}
.c-play-media--icon-article {
  --icon-svg: url(/assets/bd6dd9614a4234747181.svg);
  --icon-svg-size: 100%;
}
.c-play-media--icon-gallery {
  --icon-svg: url(/assets/6824b18685dc836a561a.svg);
  --icon-svg-size: 100%;
}
.c-play-media--icon .c-play-media__title:before {
  content: "";
  border: 1px solid #fff;
  width: var(--icon-width);
  height: var(--icon-height);
  border-radius: 50%;
  display: block;
  background: var(--icon-svg) no-repeat center center;
  background-size: var(--icon-svg-size);
}
.c-play-media .multimedia-video {
  /*display:none;*/
}
.c-play-media .sticky-index {
  z-index: 2 !important;
}
@media (min-width: 768px) {
  .c-play {
    display: grid;
    grid-template-columns: 48.5% 51.5%;
    gap: var(--gap) 0;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .c-play {
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1104px) {
  .c-play {
    grid-template-columns: 40% 60%;
  }
}
@media (min-width: 1320px) {
  .c-play {
    grid-template-columns: 42.75% 56.25%;
  }
}

/*components*/
.supheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 0;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .supheader {
    padding: 6px 15px; /* genera el padding necesario cuando la pantalla es 1200px los iconos no se vayan a los bordees */
  }
}
@media (max-width: 767px) {
  .supheader {
    padding: 10px 0 10px 15px;
  }
}
.supheader__tiempo {
  font: 500 12px/17px "open_sans_variable", sans-serif;
  color: #555;
  width: 155px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .supheader__tiempo {
    display: none;
  }
}
.supheader__link {
  text-decoration: none;
  width: 115px;
  transition: 0.5s;
  font: 500 12px/17px "open_sans_variable", sans-serif;
  color: #555;
  text-align: right;
}
.supheader__link a {
  font: 500 12px/17px "open_sans_variable", sans-serif;
  color: #555;
}
@media (max-width: 767px) {
  .supheader__link {
    display: none;
  }
}
.supheader__link:hover {
  color: #000;
}
.supheader__temas-del-dia {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: calc(100% - 330px);
  /* menos los 30px del gap del contenedor ancho de la fehca y el boton de club vivamos*/
  max-width: 768px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .supheader__temas-del-dia {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .supheader__temas-del-dia {
    width: 100%;
    justify-content: center;
  }
}
.supheader__temas-del-dia__contenedor {
  display: flex;
  width: max-content;
  overflow-x: scroll;
  overflow-y: hidden;
  list-style: none;
  padding: 0;
}
@media (max-width: 996px) {
  .supheader__temas-del-dia__contenedor::-webkit-scrollbar {
    display: none;
  }
}
.supheader__temas-del-dia__contenedor__item a {
  font: 500 11px/14px "open_sans_variable", sans-serif;
  color: #555;
  text-decoration: none;
  min-width: max-content;
  transition: 0.5s;
  display: block;
}
.supheader__temas-del-dia__contenedor__item a:hover {
  color: #000;
}
.supheader__temas-del-dia__contenedor__item a:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #555;
  border-radius: 50%;
  margin: -2px 10px 0;
  vertical-align: middle;
}
.supheader__temas-del-dia__contenedor__item:last-child {
  padding-right: 7px;
}
.supheader__temas-del-dia__contenedor__item:last-child a::after {
  display: none;
}
.supheader .c-topics {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .supheader .c-topics {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .supheader .c-topics {
    justify-content: space-between;
  }
}
.supheader .c-topics__title {
  font: 600 11px/14px "open_sans_variable", sans-serif;
  color: #029581;
  min-width: 85px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.supheader .c-topics__title:hover {
  color: #029581;
}
.supheader .c-topics__wrap {
  width: calc(100% - 90px);
  height: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .supheader .c-topics__wrap {
    width: 100%;
  }
}
.supheader .c-topics__wrap__list {
  z-index: 1;
  position: absolute;
  top: 8px;
  display: inline-flex;
}
.supheader .c-topics__wrap__list__item {
  display: inline-block;
}
.supheader .c-topics__wrap__list__item a {
  font: 500 11px/14px "open_sans_variable", sans-serif;
  color: #555;
  text-decoration: none;
  min-width: max-content;
  transition: 0.5s;
  display: block;
  cursor: pointer;
}
.supheader .c-topics__wrap__list__item a:hover {
  color: #000;
}
.supheader .c-topics__wrap__list__item a:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #555;
  border-radius: 50%;
  margin: -2px 10px 0;
  vertical-align: middle;
}
.supheader .c-topics__wrap__list__item:last-child a:after {
  display: none;
}
.supheader .c-topics__wrap__btn {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 34px;
  height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.supheader .c-topics__wrap__btn[disabled] {
  display: none;
}
.supheader .c-topics__wrap__btn:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #555;
  border-left: 0;
  border-top: 0;
  display: block;
}
.supheader .c-topics__wrap__btn--next {
  right: -35px;
}
@media (max-width: 767px) {
  .supheader .c-topics__wrap__btn--next {
    display: none;
  }
}
.supheader .c-topics__wrap__btn--next:before {
  transform: rotate(-45deg);
}
.supheader .c-topics__wrap__btn--prev {
  left: -35px;
}
@media (max-width: 767px) {
  .supheader .c-topics__wrap__btn--prev {
    display: none;
  }
}
.supheader .c-topics__wrap__btn--prev:before {
  transform: rotate(-225deg);
}
.supheader .c-topics__wrap .tns-liveregion {
  display: none;
}

.header {
  max-width: 1200px;
  margin: 0 auto;
  position: static;
  top: 0;
  background-color: #fff;
  z-index: var(--zindex-header);
}
.header__principal {
  border-bottom: solid 1px transparent;
  padding: 32px 0 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  .header__principal { /* genera el padding necesario cuando la pantalla es 1200px los iconos no se vayan a los bordees */
    padding: 20px 15px 20px 15px;
  }
}
.header__principal__btn-buscador, .header__principal__btn-hamburguesa {
  background-color: transparent;
  border: solid 0 transparent;
  cursor: pointer;
  padding: 0;
  display: grid;
}
@media (max-width: 767px) {
  .header__principal__btn-buscador {
    display: none;
  }
}
.header__principal__btn-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
}
@media (max-width: 767px) {
  .header__principal__btn-logo svg {
    width: 168px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1103px) {
  .header__principal__btn-logo svg {
    width: 231px;
  }
}
.header__principal__usuario {
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px) {
  .header__principal__usuario {
    margin: 3px 0 2px auto;
  }
}
.header__principal__usuario__btn-usuario {
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50px;
  border: solid 0 transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__principal__usuario__btn-usuario span {
  color: #fff;
  font: 700 14px/12px "open_sans_variable", sans-serif;
  display: grid;
  place-items: center;
  color: var(--user-color);
  color: #fff;
  border: solid 1px var(--user-color);
  background-color: var(--user-color);
  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header__principal__usuario__btn-usuario span {
    min-width: 30px;
    height: 30px;
  }
}
.header__principal .btn-header-cta {
  margin-left: auto;
  position: relative;
}
.header__principal .btn-header-cta a {
  color: #fff;
  display: inline-block;
}
.header__principal .btn-header-cta a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.header__principal .btn-header-cta a:hover {
  color: #fff;
}
.header__principal .btn-header-cta__tooltip {
  position: absolute;
  background-color: #029581;
  width: inherit;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 7px;
  border-radius: 5px;
  font: 700 12px/13px "open_sans_variable", sans-serif;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  width: max-content;
  max-width: 240px;
  text-transform: none;
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .header__principal .btn-header-cta__tooltip {
    display: none;
  }
}
.header__principal .btn-header-cta__tooltip::after {
  content: "";
  height: 10px;
  width: 10px;
  background: #029581;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: calc(50% - 5px);
  bottom: -5px;
}
.header__principal .btn-header-cta__tooltip--amarillo {
  background-color: #FFCB0A;
  color: #000;
}
.header__principal .btn-header-cta__tooltip--amarillo::after {
  background-color: #FFCB0A;
}
.header__principal .btn-header-cta__tooltip--negro {
  background-color: #000;
  color: #fff;
}
.header__principal .btn-header-cta__tooltip--negro::after {
  background-color: #000;
}
.header__principal .btn-header-cta__tooltip--azul {
  background-color: #029581;
  color: #fff;
}
.header__principal .btn-header-cta__tooltip--azul::after {
  background-color: #029581;
}
.header__principal .btn-header-cta:hover .btn-header-cta__tooltip {
  opacity: 1;
}
@media (max-width: 767px) {
  .header__principal .btn-header-cta {
    visibility: visible;
    margin-left: 0;
  }
}
.header__submenu {
  width: 100%;
  height: 0;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: calc(var(--zindex-modal) + 5);
  background: #E4F2F0;
}
.header__submenu.mostrar {
  display: block;
  pointer-events: all;
  opacity: 1;
  transform: translateX(0);
}
.header__submenu.mostrar .blackclose {
  content: "";
  width: calc(100vw - 16px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(85, 85, 85, 0.7490196078);
  opacity: 1;
}
.header__submenu.mostrar .header__submenu__lista {
  transform: translateX(0);
  opacity: 1;
}
.header__submenu__lista {
  background: #F5F5F5;
  max-width: 270px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100dvh;
  width: 100%;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.8s;
}
.header__submenu__lista__btn-cerrar {
  cursor: pointer;
  background-color: transparent;
  border: solid 0 transparent;
  color: #040c11;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 15px;
}
@media (max-width: 767px) {
  .header__submenu__lista__btn-cerrar {
    margin-bottom: 10px;
    border-bottom: solid 1px #E0E0E0;
    width: 100%;
  }
}
.header__submenu__lista__buscador {
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
  flex-wrap: wrap;
  display: none;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .header__submenu__lista__buscador {
    display: flex;
  }
}
.header__submenu__lista__buscador input {
  font: 400 16px/16px "open_sans_variable", sans-serif;
  color: #555;
  width: calc(100% - 60px);
  border: solid 0 transparent;
  margin-left: 20px;
}
.header__submenu__lista__buscador button {
  min-width: 40px;
  height: 40px;
  display: block;
  background-color: #029581;
  border: solid 0 transparent;
  border-radius: 50%;
  padding: 0;
  display: grid;
  place-items: center;
}
.header__submenu__lista__suscribete {
  padding: 10px 0;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  margin-top: 10px;
  display: none;
}
.header__submenu__lista__suscribete a {
  display: block;
  border: solid 1px #03B447;
  border-radius: 50px;
  font: 700 12px/12px "open_sans_variable", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  transition: 0.5s;
  background-color: #03B447;
}
.header__submenu__lista__suscribete a:hover {
  background-color: transparent;
  color: #03B447;
}
.header__submenu__lista__item {
  text-decoration: none;
  align-items: center;
  gap: 5px;
  color: #000;
  border-bottom: solid 1px #E0E0E0;
}
.header__submenu__lista__item a {
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  font: 600 15px/20px "open_sans_variable", sans-serif;
  color: #000;
  text-transform: uppercase;
}
.header__submenu__lista__item a:hover {
  background: #029581;
  color: #fff;
}
.header__submenu__lista__item--sub {
  background-color: #fff;
  padding: 0 10px;
  position: relative;
}
.header__submenu__lista__item--sub input {
  display: none;
}
.header__submenu__lista__item--sub label {
  border: solid 0 transparent;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.header__submenu__lista__item--sub label a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.header__submenu__lista__item--sub label a:hover {
  background: transparent;
  color: #000;
}
.header__submenu__lista__item--sub label:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F5F5F5;
  pointer-events: none;
}
.header__submenu__lista__item--sub label:after {
  content: "";
  width: 14px;
  height: 10px;
  display: block;
  background-image: url("data:image/svg+xml,<svg width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.05473 6.05472C5.74791 6.36154 5.24964 6.36154 4.94282 6.05472L0.230115 1.34202C-0.0767022 1.0352 -0.0767021 0.536929 0.230115 0.230112C0.536931 -0.0767047 1.0352 -0.0767047 1.34202 0.230112L5.5 4.38809L9.65798 0.232567C9.9648 -0.0742498 10.4631 -0.0742497 10.7699 0.232567C11.0767 0.539384 11.0767 1.03765 10.7699 1.34447L6.05718 6.05718L6.05473 6.05472Z\" fill=\"black\"/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.header__submenu__lista__item--sub input {
  display: none;
}
.header__submenu__lista__item--sub input:checked ~ label:before {
  opacity: 0;
}
.header__submenu__lista__item--sub input:checked ~ label:after {
  transform: rotate(180deg);
}
.header__submenu__lista__item--sub input:checked ~ ul {
  max-height: 1000px;
}
.header__submenu__lista__item--sub a {
  border-bottom: solid 0 transparent;
  padding: 15px 0;
  display: block;
}
.header__submenu__lista__item--sub:hover input:checked ~ label a {
  color: #000;
}
.header__submenu__lista__item--sub:hover input:checked ~ label:after {
  background-image: url("data:image/svg+xml,<svg width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.05473 6.05472C5.74791 6.36154 5.24964 6.36154 4.94282 6.05472L0.230115 1.34202C-0.0767022 1.0352 -0.0767021 0.536929 0.230115 0.230112C0.536931 -0.0767047 1.0352 -0.0767047 1.34202 0.230112L5.5 4.38809L9.65798 0.232567C9.9648 -0.0742498 10.4631 -0.0742497 10.7699 0.232567C11.0767 0.539384 11.0767 1.03765 10.7699 1.34447L6.05718 6.05718L6.05473 6.05472Z\" fill=\"black\"/></svg>");
}
.header__submenu__lista__item--sub:hover label a {
  color: #fff;
}
.header__submenu__lista__item--sub:hover label:after {
  background-image: url("data:image/svg+xml,<svg width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.05473 6.05472C5.74791 6.36154 5.24964 6.36154 4.94282 6.05472L0.230115 1.34202C-0.0767022 1.0352 -0.0767021 0.536929 0.230115 0.230112C0.536931 -0.0767047 1.0352 -0.0767047 1.34202 0.230112L5.5 4.38809L9.65798 0.232567C9.9648 -0.0742498 10.4631 -0.0742497 10.7699 0.232567C11.0767 0.539384 11.0767 1.03765 10.7699 1.34447L6.05718 6.05718L6.05473 6.05472Z\" fill=\"white\"/></svg>");
}
.header__submenu__lista__item--sub:hover label:before {
  background-color: #029581;
}
.header__submenu__lista__item ul {
  list-style: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.header__submenu__lista__item ul li {
  border-top: solid 1px #E0E0E0;
}
.header__submenu__lista__item ul li a {
  text-transform: none;
  font-weight: 500;
}
.header__submenu__lista__item ul li a:hover {
  padding-left: 10px;
}
.header__usuario {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.8s;
  width: 100%;
  height: 0;
  z-index: calc(var(--zindex-modal) + 5);
}
.header__usuario.opacidad {
  opacity: 1;
  pointer-events: all;
}
.header__usuario.opacidad::before {
  content: "";
  width: calc(100vw - 16px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(85, 85, 85, 0.7490196078);
  transition: 0.8s;
  opacity: 1;
}
.header__usuario.opacidad .header__usuario__lista {
  transform: translateX(0);
}
.header__usuario__lista {
  background-color: #F5F5F5;
  max-width: 270px;
  min-height: 100px;
  padding: 0 10px 15px;
  transition: 0.8s;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
  transform: translateX(100%);
}
.header__usuario__lista__item a {
  display: flex;
  gap: 12px;
  padding: 15px 10px;
  text-decoration: none;
  color: #000;
  font: 500 15px/19px "open_sans_variable", sans-serif;
  align-items: center;
  border-bottom: solid 1px #E0E0E0;
  transition: 0.5s;
  text-transform: capitalize;
}
.header__usuario__lista__item a:hover {
  background-color: #029581;
  color: #fff;
}
.header__usuario__lista__item a:hover svg path {
  fill: #fff;
}
.header__usuario__lista__item__micuenta {
  padding: 35px 10px;
  background: #029581;
  position: relative;
  text-align: center;
  margin: 0 -10px 10px;
}
@media (max-width: 767px) {
  .header__usuario__lista__item__micuenta {
    padding: 26px 10px 31px;
    margin-bottom: 0;
  }
}
.header__usuario__lista__item__micuenta span {
  color: #fff;
  font: 700 15px/19px "open_sans_variable", sans-serif;
}
@media (max-width: 767px) {
  .header__usuario__lista__item__micuenta span {
    font: 700 15px/12px "open_sans_variable", sans-serif;
    display: block;
    height: 12px;
  }
}
.header__usuario__lista__item__micuenta__btn-cerrar {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  border: solid 0 transparent;
  right: 10px;
  top: 10px;
}
.header__usuario__lista__item--data {
  padding: 10px;
  border-bottom: solid 1px #E0E0E0;
}
@media (max-width: 767px) {
  .header__usuario__lista__item--data {
    padding-top: 5px;
  }
}
.header__usuario__lista__item--data h5 {
  font: 700 16px/20px "open_sans_variable", sans-serif;
}
.header__usuario__lista__item--data h6 {
  font: 500 13px/16px "open_sans_variable", sans-serif;
  padding: 5px 0;
}
.header__usuario__lista__item--data a {
  font: 500 12px/12px "open_sans_variable", sans-serif;
  color: #0586AF;
  border-bottom: 0 solid transparent;
  padding: 7px 0;
}
.header__usuario__lista__item--data a:hover {
  background: transparent;
  color: #0586AF;
}
.header__usuario__lista__item--data p {
  padding: 7px 0;
  text-transform: uppercase;
  font: 500 12px/12px "open_sans_variable", sans-serif;
}
.header__usuario__lista__item--data .btn-header-cta {
  width: 100%;
  color: #fff;
  text-align: center;
  font: 700 12px/12px "open_sans_variable", sans-serif;
  justify-content: center;
  display: none;
}
.header__usuario__lista__item--data .btn-header-cta:hover {
  background: green;
  color: #fff;
}
.header__buscador {
  background-color: #E4F2F0;
  transition: 0.5s;
  max-height: 0;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
}
.header__buscador:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #E4F2F0;
  transform: rotate(45deg);
  top: -8px;
  position: absolute;
  left: 4px;
  z-index: calc(var(--zindex-header) + 1);
}
@media (min-width: 768px) and (max-width: 1103px) {
  .header__buscador:before {
    left: 28px;
  }
}
.header__buscador.deslizar {
  border-bottom: solid transparent 1px;
  max-height: 110px;
  overflow: visible;
}
.header__buscador.deslizar:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background: #F5F5F5;
  width: 100%;
  height: 1px;
}
.header__buscador.deslizar form {
  opacity: 1;
}
.header__buscador__cerrar {
  background-color: transparent;
  border: solid 0 transparent;
  font: 500 12px/12px "open_sans_variable", sans-serif;
  color: #029581;
  padding: 0 19px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__buscador form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
}
.header__buscador__input {
  background-color: transparent;
  width: calc(100% - 50px);
  border: solid 0 transparent;
  font: 600 16px/22px "open_sans_variable", sans-serif;
  color: #000;
  text-align: center;
}
.header__buscador__submit {
  background: #029581;
  padding: 16.5px 23px;
  color: #fff;
  font: 700 12px/17px "open_sans_variable", sans-serif;
  border: solid 0 transparent;
  transition: 0.5s;
  cursor: pointer;
  display: grid;
  place-content: center;
}
.header.en-top {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: unset;
  z-index: var(--zindex-header);
}
.header.en-top:after {
  content: "";
  width: calc(100vw - 16px);
  height: 1px;
  display: block;
  background-color: #c5c5c5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .header.en-top .header__principal {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px 9px;
  }
}
@media (min-width: 1104px) {
  .header.en-top .header__principal {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .header.en-top .header__principal__btn-logo svg {
    width: 179px;
  }
}
.header.en-top .header__principal__usuario {
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .header.en-top .header__principal__usuario__btn-usuario {
    border: solid 0 transparent;
  }
}
@media (min-width: 1104px) {
  .header.en-top .header__buscador:before {
    left: 3px;
  }
}
.header.en-top .header__buscador:after {
  width: calc(100vw - 16px);
  background: #fff;
  bottom: -1px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  z-index: 1;
}

.subheader {
  max-width: 1200px;
  margin: 0 auto;
}
.subheader__friso-urgente {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 17px 50px 17px 100px;
  background-color: #7DD0C4;
  font: 600 16px/26px "open_sans_variable", sans-serif;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .subheader__friso-urgente {
    padding: 10px 20px 18px 75px;
  }
}
@media (max-width: 767px) {
  .subheader__friso-urgente {
    flex-direction: column;
    padding: 15px 38px 14px 38px;
  }
}
.subheader__friso-urgente__txt {
  display: block;
  flex: 1;
}
.subheader__friso-urgente a {
  color: #000;
  font: 400 18px/22px "open_sans_variable", sans-serif;
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .subheader__friso-urgente a {
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
.subheader__friso-urgente b {
  font: 600 15px/20px "open_sans_variable", sans-serif;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
}
.subheader__friso-urgente b:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #030303;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 12px;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .subheader__friso-urgente b {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .subheader__friso-urgente b {
    display: block;
    margin-bottom: 8px;
  }
  .subheader__friso-urgente b:after {
    display: none;
  }
}
.subheader__friso-urgente .btn-cerrar-cintillo {
  width: 13px;
  min-width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13.005\" height=\"13\" viewBox=\"0 0 13.005 13\"><path id=\"Trazado_487852\" data-name=\"Trazado 487852\" d=\"M1161.62,21.22a1.315,1.315,0,0,0,0-1.839,1.3,1.3,0,0,0-1.84,0l-4.28,4.28-4.28-4.276a1.3,1.3,0,0,0-1.84,1.839l4.28,4.276-4.28,4.28a1.315,1.315,0,0,0,0,1.839,1.3,1.3,0,0,0,1.84,0l4.28-4.28,4.28,4.276a1.3,1.3,0,1,0,1.84-1.839l-4.28-4.276Z\" transform=\"translate%28-1148.998 -19%29\" fill=\"%23029581\"/></svg>");
  background-size: 100%;
  cursor: pointer;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .subheader__friso-urgente .btn-cerrar-cintillo {
    position: absolute;
    top: 13px;
    right: 22px;
  }
}
.subheader__en-vivo {
  border-bottom: solid #029581 1px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subheader__en-vivo__contenedor {
  display: flex;
  width: max-content;
  overflow-x: scroll;
  overflow-y: hidden;
  list-style: none;
  padding: 0;
}
.subheader__en-vivo__contenedor::-webkit-scrollbar {
  display: none;
}
.subheader__en-vivo__item {
  min-width: max-content;
}
.subheader__en-vivo__item a {
  font: 700 12px/17px "open_sans_variable", sans-serif;
  color: #029581;
  text-decoration: none;
  transition: 0.5s;
  display: inline-block;
  padding: 20px 0 15px;
  margin-right: 10px;
  text-transform: uppercase;
}
.subheader__en-vivo__item a:hover {
  color: #c5c5c5;
}
.subheader__en-vivo__item:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #029581;
  border-radius: 50%;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}
.subheader__en-vivo__item:first-child {
  padding-left: 10px;
}
.subheader__en-vivo__item:first-child:before {
  display: none;
}
.subheader__sub-menu {
  overflow: scroll;
  padding: 15px;
}
.subheader__sub-menu::-webkit-scrollbar {
  display: none;
}
.subheader__sub-menu__contenedor {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.subheader__sub-menu__item a {
  display: block;
  font: 500 11px/14px "open_sans_variable", sans-serif;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
}
.subheader__sub-menu__item a:hover {
  color: #000;
}
.subheader__sub-menu__item a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #555;
  border-radius: 50%;
  margin: -2px 10px 0;
  vertical-align: middle;
}
.subheader__sub-menu__item:first-child a::before {
  display: none;
}
.subheader__sub-menu__item:nth-child(2) a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #029581;
  border-radius: 50%;
  margin: -2px 10px 0;
  vertical-align: middle;
}
.subheader__sub-menu__item.c-subheader__item--seleccionado a {
  color: #029581;
}

.btn-header-cta {
  background: #03B447;
  color: #fff;
  font: 700 12px/14px "open_sans_variable", sans-serif;
  padding: 14px 21.5px;
  text-decoration: none;
  border-radius: 50px;
  visibility: hidden;
  width: max-content;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-header-cta {
    padding: 4px 13px;
    display: block;
  }
}

/* usuario anonimo ------------------------------------------------------- */
@media (min-width: 768px) {
  body:not([class*=user]) .header__principal .btn-header-cta {
    visibility: visible;
    display: block;
    position: relative;
  }
}
body:not([class*=user]) .header__principal__usuario__btn-usuario {
  background-color: #029581;
  border: solid 1px #029581;
  padding: 0 19px;
}
@media (max-width: 767px) {
  body:not([class*=user]) .header__principal__usuario__btn-usuario {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 29px;
    height: 29px;
    background-color: transparent;
  }
}
body:not([class*=user]) .header__principal__usuario__btn-usuario:before {
  content: "";
  background-image: url("data:image/svg+xml,<svg width=\"12\" height=\"14\" viewBox=\"0 0 12 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6 6.75C6.90931 6.75 7.78138 6.39442 8.42437 5.76149C9.06735 5.12855 9.42857 4.27011 9.42857 3.375C9.42857 2.47989 9.06735 1.62145 8.42437 0.988515C7.78138 0.355579 6.90931 0 6 0C5.09069 0 4.21862 0.355579 3.57563 0.988515C2.93265 1.62145 2.57143 2.47989 2.57143 3.375C2.57143 4.27011 2.93265 5.12855 3.57563 5.76149C4.21862 6.39442 5.09069 6.75 6 6.75ZM4.77589 8.01562C2.1375 8.01562 0 10.1197 0 12.7169C0 13.1493 0.35625 13.5 0.795536 13.5H11.2045C11.6438 13.5 12 13.1493 12 12.7169C12 10.1197 9.8625 8.01562 7.22411 8.01562H4.77589Z\" fill=\"%23029581\"/></svg>");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 13px;
}
@media (min-width: 768px) {
  body:not([class*=user]) .header__principal__usuario__btn-usuario:before {
    display: none;
  }
}
body:not([class*=user]) .header__principal__usuario__btn-usuario span {
  color: #fff;
}
@media (max-width: 767px) {
  body:not([class*=user]) .header__principal__usuario__btn-usuario span {
    display: none;
  }
}
body:not([class*=user]) .header__principal__usuario__btn-usuario:after {
  display: none;
}
body:not([class*=user]) .header__submenu__lista__suscribete {
  display: block;
}

/* ajuste pauta inferior header, vacia ocupa un espacio que no correponde ni a padding margin o altura  */
@media (min-width: 768px) {
  .subheader ~ aside iframe[height="1"] {
    display: none;
  }
}
/* usuario registrado ------------------------------------------------------- */
@media (min-width: 768px) {
  body.user-register header .btn-header-cta {
    display: block;
    visibility: visible;
  }
}
body.user-register .header__usuario__lista__item--data p, body.user-register .header__usuario__lista__item--data .btn-header-cta {
  display: block;
  visibility: visible;
}
body.user-register .header__submenu__lista__suscribete {
  display: block;
}
body.user-register .header__principal__usuario__btn-usuario span {
  background: #fff;
  color: var(--user-color);
}

/* usuario suscriptor ------------------------------------------------------- */
@media (max-width: 767px) {
  body.user-suscriptor .btn-header-cta {
    display: none;
  }
}
@media (max-width: 767px) {
  body.user-suscriptor .header__principal__btn-logo {
    position: unset;
    transform: none;
  }
}
@media (max-width: 400px) {
  body.user-suscriptor .header__principal {
    padding: 17px 10px;
  }
}
@media (max-width: 767px) {
  body.user-suscriptor .subheader .btn-header-cta.btn-cta-club-vivamos {
    display: block;
  }
}
@media (min-width: 768px) {
  body.user-suscriptor.user-se .btn-header-cta {
    display: block;
    visibility: visible;
  }
}
body.user-suscriptor.user-se .subheader .btn-header-cta {
  display: block;
}
body.user-suscriptor.user-se .subheader .btn-header-cta.btn-cta-club-vivamos {
  display: none;
}

/* usuario pro ------------------------------------------------------- */
.user-pro .header__principal .btn-header-cta, .user-suscriptor .header__principal .btn-header-cta {
  visibility: hidden;
}
@media (max-width: 767px) {
  .user-pro .header__principal .btn-header-cta, .user-suscriptor .header__principal .btn-header-cta {
    display: none;
  }
}
@media (max-width: 767px) {
  .user-pro .header__principal__btn-logo, .user-suscriptor .header__principal__btn-logo {
    position: static;
    transform: translateX(0);
  }
  .user-pro .header__principal__btn-logo svg, .user-suscriptor .header__principal__btn-logo svg {
    width: 151px;
    height: auto;
  }
}
.user-pro .subheader .btn-header-cta, .user-suscriptor .subheader .btn-header-cta {
  display: none !important;
}

/* ajuste vista CMS ---------------------------------------------------------*/
.wf-editor .header {
  position: static;
}

.wf-editor .header .header__submenu.mostrar,
.wf-editor .header__usuario.opacidad {
  z-index: 900;
  top: 64px;
}

.wf-editor .header.en-top .header__submenu.mostrar,
.wf-editor .header.en-top .header__usuario.opacidad {
  top: 0;
}

.wf-editor .btn-header-cta__tooltip {
  opacity: 1;
  pointer-events: all;
  position: unset;
  transform: unset;
  text-align: left;
}

.wf-editor .btn-header-cta__tooltip:after {
  display: none;
}

.wf-editor .header__principal .btn-header-cta a {
  color: #000;
}

.wf-editor .c-topics__wrap__btn.c-topics__wrap__btn--prev {
  left: 65px;
}

.wf-editor .c-topics__wrap__btn.c-topics__wrap__btn--next {
  right: 0;
}

.wf-editor .btn-header-cta__board {
  padding-top: 20px;
}

.wf-editor .btn-header-cta__tooltip {
  margin-top: 20px;
}

.c-popup--politicas {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2010;
  -webkit-box-shadow: -1px 5px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 5px 5px -3px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 5px 5px -3px rgba(0, 0, 0, 0.75);
}
.c-popup--politicas .c-popup__box {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  padding: 24px 0 0 0;
  display: flex;
  flex-direction: column;
}
.c-popup--politicas .c-popup__box .c-popup__text {
  margin: 0;
  font: 15px/22px "open_sans_variable", sans-serif;
  text-align: center;
}
.c-popup--politicas .c-popup__box .c-popup__text a {
  color: #029581;
}
.c-popup--politicas .c-popup__box .c-popup__text a:hover {
  cursor: pointer;
}
.c-popup--politicas .c-popup__button {
  width: 120px;
  height: 32px;
  color: #FFF;
  border: 0;
  border-radius: 50px;
  margin: 13px auto 18px auto;
  background: #006857;
  font: 700 14px/19px "open_sans_variable", sans-serif;
}
@media (max-width: 767px) {
  .c-popup--politicas .c-popup__box {
    width: 95%;
    padding: 28px 0 0 0;
  }
  .c-popup--politicas .c-popup__box .c-popup__text {
    font-size: 15px;
    line-height: 18px;
  }
  .c-popup--politicas .c-popup__box .c-popup__button {
    height: 35px;
    width: 131px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px;
  }
}

.tratamiento_datos {
  display: none;
  transition: 2s display;
  position: absolute;
  width: 269px;
  background-color: #F7F7F7;
  z-index: 11;
  right: 0;
  top: 40px;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.tratamiento_datos:hover {
  display: block;
}
.tratamiento_datos .texto_politicas {
  text-align: center;
  font: 15px/19px "open_sans_variable", sans-serif;
  padding: 20px 10px 4px 10px;
}
.tratamiento_datos .texto_politicas a {
  color: #029581;
  text-decoration: underline;
  display: block;
}
.tratamiento_datos .btn_cierre::before {
  content: "X";
  font: 700 18px/27px "open_sans_variable", sans-serif;
  color: #029581;
  font-size: 14px;
  display: inline-block;
}
.tratamiento_datos .menu__flecha__arriba {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 20px;
}
.tratamiento_datos .menu__flecha__arriba span {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #F7F7F7;
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  right: 0;
  margin-right: 14px;
}
.tratamiento_datos .menu__flecha__arriba div {
  width: 100%;
  height: 20px;
  position: absolute;
  right: 0;
  top: -20%;
  opacity: 0;
}
.tratamiento_datos .btn_cierre {
  position: absolute;
  right: 0;
  margin: 0 6px 0 0;
  cursor: pointer;
}

.header__principal__usuario__content:not(.logged):hover .tratamiento_datos {
  display: block;
}
@media (max-width: 1103px) {
  .header__principal__usuario__content:not(.logged):hover .tratamiento_datos {
    display: none;
  }
}

/* START: c-footer */
.c-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1187px;
  margin: auto;
  margin-bottom: 60px;
  --footer-color-01: var(--color-0c5991);
  --footer-color-02: #ddd;
  --footer-color-03: var(--color-2d4254);
  --footer-color-04: #05365b;
  --footer-color-05: #2d4254;
  --footer-color-06: #666;
  --footer-bg: var(--color-ffffff);
  background-color: var(--footer-bg);
}
@media (max-width: 1103px) {
  .c-footer {
    gap: 15px;
  }
}
@media (max-width: 1103px) {
  .c-footer__top {
    width: calc(100% - 114px);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .c-footer__top {
    width: 100%;
  }
}
.c-footer__top .o-container {
  display: flex;
  gap: 19px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 auto;
}
@media (max-width: 1103px) {
  .c-footer__top .o-container {
    border: none;
  }
}
@media (max-width: 1103px) {
  .c-footer__bottom {
    width: calc(100% - 114px);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .c-footer__bottom {
    width: 100%;
  }
}
.c-footer__bottom .o-container {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 0;
}
@media (max-width: 1103px) {
  .c-footer__bottom .o-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 0;
    column-gap: 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-footer__bottom .o-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.c-footer__group {
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 20px 17px;
  justify-content: space-between;
  width: 100%;
  max-width: 1187px;
}
@media (max-width: 1103px) {
  .c-footer__group {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    margin: auto;
    padding: 0;
    gap: 20px;
  }
  .c-footer__group br {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-footer__group {
    padding: 18px 15px;
  }
}
.c-footer__brand {
  display: block;
  width: 159px;
  height: 30px;
  position: relative;
}
@media (max-width: 1103px) {
  .c-footer__brand {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    padding: 0;
    height: 63px;
    display: flex;
    align-items: center;
  }
}
.c-footer__brand a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-footer__brand img {
  width: 100%;
  height: 100%;
  max-height: 30px;
  margin-top: 3px;
}
.c-footer__copy {
  font: 400 12px/20px "open_sans_variable", sans-serif;
  max-width: 196px;
  position: relative;
  margin-top: 30px;
  border-right: 1px solid #E0E0E0;
}
.c-footer__copy__text {
  color: #555;
}
@media (max-width: 1103px) {
  .c-footer__copy {
    grid-area: 1/1/2/3;
    text-align: center;
    border-right: none;
    margin: auto;
    max-width: 100%;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-footer__copy br {
    display: none;
  }
  .c-footer__copy p {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .c-footer__copy {
    padding: 1px 0;
    width: calc(100% - 30px);
  }
}
.c-footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  position: relative;
}
.c-footer__social__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  position: relative;
}
.c-footer__social__item {
  color: var(--footer-color-04);
  width: 35px;
  height: 35px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-footer__social__item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
}
.c-footer__social__item--facebook picture, .c-footer__social__item--instagram picture, .c-footer__social__item--whatsapp picture, .c-footer__social__item--tiktok picture {
  position: relative;
  top: 2px;
}
.c-footer__nav {
  border-bottom: 0;
  min-width: 610px;
  margin-top: 21px;
  padding: 0 15px;
  min-width: auto;
  margin: auto;
}
@media (max-width: 1103px) {
  .c-footer__nav {
    grid-area: 2/1/3/2;
    margin-top: 10px;
    max-width: 480px;
    padding: 1px 10px;
  }
}
@media (min-width: 768px) {
  .c-footer__nav {
    min-width: 454px;
    margin: inherit;
    margin-top: 20px;
    border-right: 1px solid #E0E0E0;
  }
}
.c-footer__nav__title {
  margin-top: 8px;
  width: 100%;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 10px;
  font: 700 12px/17px "open_sans_variable", sans-serif;
}
@media (max-width: 1103px) {
  .c-footer__nav__title {
    font: 700 12px/17px "open_sans_variable", sans-serif;
  }
}
.c-footer__nav__item.open .c-footer__nav__item__subsections {
  display: block;
}
.c-footer__nav__item.open .c-footer__nav__item__title::before {
  content: none;
}
@media (max-width: 767px) {
  .c-footer__nav__item.open .c-footer__nav__item__title::before {
    content: "";
    transform: rotate(-135deg);
    top: 40%;
  }
}
.c-footer__nav__item__subsections {
  z-index: 2;
  position: absolute;
  bottom: -45%;
  background: #f5f5f5;
  left: 132px;
  padding: 15px;
  display: none;
  width: 315px;
}
@media (max-width: 767px) {
  .c-footer__nav__item__subsections {
    bottom: 138%;
    left: -145px;
  }
}
.c-footer__nav__item__subsections::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  background: #F5F5F5;
  transform: rotate(45deg);
  bottom: 16px;
  left: -8px;
}
@media (max-width: 767px) {
  .c-footer__nav__item__subsections::after {
    bottom: -8px;
    left: auto;
    right: 9vh;
  }
}
.c-footer__nav__item__subsections__item {
  margin-left: 10px;
  width: calc(100% - 30px) !important;
  max-width: 100% !important;
  font: 400 12px/20px "open_sans_variable", sans-serif;
  text-transform: uppercase;
}
.c-footer__nav__item__subsections__item:nth-of-type(2) {
  font-weight: 700;
}
.c-footer__nav__item__subsections__item-cerrar {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  justify-content: flex-end;
  max-width: 100% !important;
  width: 100% !important;
}
.c-footer__nav__item__subsections__item-cerrar figure {
  width: 13px;
  height: 13px;
}
.c-footer__nav__item__subsections__item-cerrar figure svg path {
  fill: #029581;
}
.c-footer__nav__item__subsections__item-cerrar span {
  color: #029581;
  font: 500 12px "open_sans_variable", sans-serif;
  margin-left: 5px;
}
.c-footer__nav__item .c-footer__nav__item__title::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  display: block;
  top: 12%;
  right: -17px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
}
.c-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 767px) {
  .c-footer__nav__list {
    max-width: 380px;
    justify-content: space-between;
  }
}
.c-footer__nav__list::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #E0E0E0;
  left: 50%;
  top: 0px;
  position: absolute;
}
@media (min-width: 768px) {
  .c-footer__nav__list::after {
    left: calc(50% - 10px);
  }
}
.c-footer__nav__list li {
  margin-bottom: 5.34px;
  break-inside: avoid;
  list-style: none;
  color: #555;
  width: 196px;
  position: relative;
}
@media (min-width: 768px) {
  .c-footer__nav__list li:nth-of-type(1) {
    order: 1;
  }
  .c-footer__nav__list li:nth-of-type(2) {
    order: 3;
  }
  .c-footer__nav__list li:nth-of-type(3) {
    order: 5;
  }
  .c-footer__nav__list li:nth-of-type(4) {
    order: 7;
  }
  .c-footer__nav__list li:nth-of-type(5) {
    order: 9;
  }
  .c-footer__nav__list li:nth-of-type(6) {
    order: 11;
  }
  .c-footer__nav__list li:nth-of-type(7) {
    order: 13;
  }
  .c-footer__nav__list li:nth-of-type(8) {
    order: 2;
  }
  .c-footer__nav__list li:nth-of-type(9) {
    order: 4;
  }
  .c-footer__nav__list li:nth-of-type(10) {
    order: 6;
  }
  .c-footer__nav__list li:nth-of-type(11) {
    order: 8;
  }
  .c-footer__nav__list li:nth-of-type(12) {
    order: 10;
  }
  .c-footer__nav__list li:nth-of-type(13) {
    order: 12;
  }
  .c-footer__nav__list li:nth-of-type(14) {
    order: 14;
  }
}
@media (min-width: 1104px) {
  .c-footer__nav__list li {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .c-footer__nav__list li {
    border: 0;
  }
}
@media (max-width: 767px) {
  .c-footer__nav__list li {
    max-width: 166px;
    width: 100%;
    padding-left: 10px;
  }
}
.c-footer__nav__list a,
.c-footer__nav__list .c-footer__nav__item__title {
  text-align: left;
  letter-spacing: 0;
  color: #555;
  text-transform: uppercase;
  font: 400 12px/20px "open_sans_variable", sans-serif;
  cursor: pointer;
  position: relative;
}
.c-footer__nav__list a::after,
.c-footer__nav__list .c-footer__nav__item__title::after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  display: block;
  background: #555;
  top: 40%;
  left: -7px;
}
.c-footer__nav__list__item__cont {
  position: relative;
}
.c-footer__nav__list__item__cont a {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.c-footer__members {
  break-inside: avoid;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 10px;
  padding: 1px 10px;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}
.c-footer__members__container {
  gap: 10px;
  padding: 1px 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
}
@media (min-width: 1104px) {
  .c-footer__members__container {
    margin: 0 auto;
  }
}
@media (max-width: 1103px) {
  .c-footer__members {
    grid-area: 2/2/3/3;
    margin-top: 10px;
    gap: 0;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 1103px) and (max-width: 767px) {
  .c-footer__members {
    max-height: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-footer__members {
    border-top: 1px solid #E0E0E0;
    max-width: 768px;
    width: calc(100% - 30px);
  }
}
.c-footer__members__title {
  margin-top: 8px;
  width: 100%;
  text-align: left;
  letter-spacing: 0;
  color: #555555;
  text-transform: uppercase;
  font: 700 12px/17px "open_sans_variable", sans-serif;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .c-footer__members__title {
    margin-top: 20px;
  }
}
.c-footer__members__claim {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  z-index: 1;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
}
@media (min-width: 996px) {
  .c-footer__members__claim {
    max-width: inherit;
    width: 100%;
    margin: inherit;
    margin-bottom: 12px;
  }
}
.c-footer__members__claim__thumb {
  width: 100%;
  max-width: 42px;
}
@media (min-width: 768px) {
  .c-footer__members__claim__thumb + .c-footer__members__claim__txt {
    display: flex;
    width: 100%;
    max-width: calc(100% - 42px);
  }
}
.c-footer__members__claim__title {
  font-size: 12px;
  line-height: 14px;
  color: #555;
}
.c-footer__members__claim__title a {
  color: #555;
}
.c-footer__members__claim__title a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-footer__members a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-footer {
  /*----Modificador para footer con dos columnas de miembros----*/
}
@media (min-width: 1104px) {
  .c-footer__miembros .c-footer__group {
    padding-left: 0;
  }
}
.c-footer__miembros .c-footer__bottom .o-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-footer__miembros .c-footer__bottom .o-container {
    display: grid;
  }
}
@media (min-width: 1104px) {
  .c-footer__miembros .c-footer__bottom .o-container {
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: 100%;
  }
}
@media (min-width: 1104px) {
  .c-footer__miembros .c-footer__bottom .c-footer__copy {
    max-width: 296px;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__copy__text {
    margin-left: 0;
  }
}
@media (min-width: 1104px) {
  .c-footer__miembros .c-footer__bottom .c-footer__nav {
    max-width: 594px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-footer__miembros .c-footer__bottom .c-footer__nav__list {
    row-gap: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-footer__miembros .c-footer__bottom .c-footer__nav__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1104px) {
  .c-footer__miembros .c-footer__bottom .c-footer__members {
    min-width: 180px;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__container {
    min-width: 180px;
    flex-wrap: wrap;
    flex-direction: inherit;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__container::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    left: 48%;
    top: 0;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__container:last-of-type::before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-footer__miembros .c-footer__bottom .c-footer__members__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1104px) {
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim {
    width: calc(100% - 5px);
    position: relative;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(1) {
    order: 1;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(2) {
    order: 2;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(3) {
    order: 3;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(4) {
    order: 4;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(5) {
    order: 5;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(6) {
    order: 6;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(7) {
    order: 7;
  }
  .c-footer__miembros .c-footer__bottom .c-footer__members__claim:nth-of-type(8) {
    order: 8;
  }
}
.c-footer__miembros .c-footer__bottom .c-footer__members__claim__thumb {
  max-width: 40px;
}
.c-footer__miembros .c-footer__bottom .c-footer__members__claim {
  /* Se comenta por estandarizar los mismos tamaños en todos los iconos de miebros a 40px.
  &:nth-child(n+6){
      .c-footer__members__claim__thumb{
          max-width: 23px;
      }
  }
  */
}

/* END: c-footer */
/*---  Ajuste de vista del CMS ---*/
.c-footer .wf-page-container.wf-editor:nth-child(2) .wf-inline-controls-bar {
  z-index: 2;
}

.c-footer .wf-page-container.wf-editor:nth-child(3) {
  z-index: 1;
}

.c-footer__bottom .wf-page-container:nth-of-type(1) {
  max-width: 200px;
}

.c-footer__bottom .wf-page-container:nth-of-type(3) {
  max-width: 400px;
}

.c-footer__bottom .wf-page-container .c-footer__members a:after {
  content: none;
}

@media (min-width: 768px) and (max-width: 1103px) {
  .article-page .c-footer {
    margin-top: 14px;
  }
}

.u-estructura {
  margin: 0 auto;
  max-width: 1187px;
  width: calc(100% - 30px);
  margin-top: 22px;
  margin-bottom: 22px;
}
.u-estructura > * {
  margin-bottom: 15px;
}
@media (min-width: 996px) {
  .u-estructura {
    display: grid;
    grid-template-columns: calc(100% - 387px) 300px;
    column-gap: 87px;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.u-estructura__cabecera {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .u-estructura__cabecera {
    grid-column: 1/3;
    max-width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 996px) {
  .u-estructura__cabecera {
    width: 986px;
  }
}
.u-estructura__cabecera--completa {
  width: 100%;
}
.u-estructura__cabecera--completa__media {
  width: 100%;
}
.u-estructura__cabecera--completa__superior {
  width: 100%;
}
@media (min-width: 996px) {
  .u-estructura__cabecera--completa__superior {
    width: calc(100% - 193px);
    margin: 0 auto;
    margin-top: 35px;
  }
}
@media (min-width: 996px) {
  .u-estructura__cabecera--completa {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-estructura__cuerpo {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0px;
    max-width: 600px;
  }
}
@media (min-width: 996px) {
  .u-estructura__cuerpo {
    padding: 0 100px;
    width: 100%;
    max-width: none;
  }
}
.u-estructura__cuerpo.u-estructura__especiales {
  max-width: 640px;
  padding: 0;
}
@media (min-width: 996px) {
  .u-estructura__lateral {
    grid-row: 2/5;
    grid-column: 2/3;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1103px) {
  .u-estructura__lateral {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0px;
    max-width: 600px;
  }
}
.u-estructura__inferior {
  order: 3;
}
@media (min-width: 768px) {
  .u-estructura__inferior {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0px;
    max-width: 600px;
  }
}
@media (min-width: 996px) {
  .u-estructura__inferior {
    padding: 0 100px;
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
}
.u-estructura__cierre {
  order: 3;
}
@media (min-width: 768px) {
  .u-estructura__cierre {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0px;
    max-width: 600px;
  }
}
@media (min-width: 996px) {
  .u-estructura__cierre {
    width: 100%;
    grid-column: 1/2;
    padding: 0 100px;
    margin: 0;
    max-width: none;
  }
}

.c-articulo__epigrafe__titulo {
  font: 500 14px/14px "open_sans_variable", sans-serif;
  color: #555;
  text-transform: uppercase;
}
.c-articulo__epigrafe .c-articulo__epigrafe__contenido {
  text-align: left;
}
.c-articulo__epigrafe__contenido {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.c-articulo__epigrafe__contenido:hover::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 68px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 8px solid #0B5891;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}
.c-articulo__epigrafe__contenido:hover::after {
  content: attr(data-title);
  font: 500 15px/22px "open_sans_variable", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: unset;
  min-width: 300px;
  padding: 10px 8px 10px 20px;
  background-color: #0B5891;
  z-index: 4;
  min-height: 32px;
  box-sizing: border-box;
}
.c-articulo__titulo {
  color: #000;
  font: 800 26px/31px "noto_serif", serif;
  letter-spacing: 0;
  display: inline;
  margin-bottom: 4px;
  position: relative;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .c-articulo__titulo {
    font-size: 36px;
    line-height: 44px;
  }
}
.c-articulo__titulo--envivo::before {
  content: "En Vivo |";
  color: #029581;
}
.c-articulo__titulo--infografia::before {
  content: "Infografía | ";
  color: #029581;
}

.c-detail__subtitle {
  height: 0;
  overflow: hidden;
}
.c-detail__subtitle .c-detail__patrocinio .image__link {
  font-size: 0;
  height: 0;
  width: 0;
}

.c-video-apertura__carrusel {
  background: #F5F5F5;
  padding: 21px 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.c-video-apertura__label {
  width: 60px;
  font: 700 15px/19px "IBMPlexSans", sans-serif;
  text-transform: uppercase;
}
.c-video-apertura__slider {
  width: calc(100% - 75px);
  position: relative;
  height: 90px;
}

.c-lead {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .c-lead {
    margin-bottom: 34px;
  }
}
.c-lead__titulo {
  font: 400 16px/23px "open_sans_variable", sans-serif;
  color: #555;
  padding: 18px 0 0;
}
@media (min-width: 768px) {
  .c-lead__titulo {
    font-size: 19px;
    line-height: 26px;
  }
}
.c-lead__link {
  font: 400 16px/23px "open_sans_variable", sans-serif;
  color: #029581;
}
@media (min-width: 768px) {
  .c-lead__link {
    font-size: 19px;
    line-height: 26px;
  }
}
.c-lead--opinion .c-lead__titulo {
  font: 400 19px/24px "open_sans_variable", sans-serif;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .c-lead--opinion .c-lead__titulo {
    font: 400 21px/28px "open_sans_variable", sans-serif;
  }
}

.u-estructura--opinion .u-estructura__cabecera {
  text-align: center;
}
.u-estructura--opinion .u-estructura__cabecera .c-articulo__epigrafe__contenido {
  text-align: center;
}

.c-modal {
  background-color: rgba(90, 89, 89, 0.7803921569);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
  z-index: var(--zindex-modal);
}
.c-modal__wrap {
  background: #F5F5F5;
  margin: 40px auto 15px auto;
  max-width: 500px;
  width: 100%;
  height: auto;
  padding: 35px 35px;
  text-align: center;
  font-family: "open_sans_variable", sans-serif;
  color: #000;
  display: flex;
  flex-direction: column;
}
.c-modal__wrap-img {
  margin: 95px auto 15px auto;
  max-width: 1528px;
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-modal__title {
  font-size: 18px;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.c-modal__subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
  padding: 0 24px;
}
.c-modal__close {
  width: 36px;
  height: 36px;
  margin-left: auto;
  cursor: pointer;
}
.c-modal--form fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-modal--form__label {
  width: 100%;
}
.c-modal--form__field {
  font-family: "open_sans_variable", sans-serif;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 21px;
  height: 40px;
  box-sizing: border-box;
  padding: 10px 14px;
  color: #666;
  width: 100%;
}
.c-modal--form__field::placeholder {
  color: #666;
}
.c-modal--form__field:focus {
  outline: 0;
  border-color: #2d4254;
}
.c-modal--form__field--text {
  height: 147px;
}
.c-modal--form__button {
  font-family: "open_sans_variable", sans-serif;
  background: #029581;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  min-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  min-width: 185px;
  border: 1px solid #029581;
  border-radius: 20px;
  cursor: pointer;
}
.c-modal--form__button:hover {
  background: #029581;
}
.c-modal--form__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .c-modal--form__buttons {
    flex-direction: row;
  }
}
.c-modal--form__buttons > :first-child {
  background: #fff;
  color: #029581;
}
.c-modal--form__error {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #cd3527;
  overflow-wrap: break-word;
  padding: 7px 0 0 0;
  text-align: left;
}
.c-modal--form__recaptcha {
  margin: 0 auto;
}
.c-modal--open {
  display: block;
  z-index: 100000;
}
.c-modal--open__container {
  z-index: 5;
}
.c-modal--black {
  --bg-modal:rgba(0,0,0,0.6);
}
.c-modal--rounded {
  border: 0;
  padding: 30px;
  --bg-modal:rgba(0,0,0,0.8);
}
.c-modal--rounded .c-modal__close {
  border: 1px solid #262525;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px;
}
.c-modal--rounded .c-modal__close svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .c-modal--rounded .c-modal__close {
    width: 32px;
    height: 32px;
    padding: 6px 4px;
    top: 16px;
    right: 16px;
  }
  .c-modal--rounded .c-modal__close svg {
    width: 20px;
    height: 20px;
  }
}
.c-modal--rounded .c-modal__wrap {
  border: 0;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .c-modal--rounded .c-modal__wrap {
    padding: 40px 80px 80px 80px;
  }
}
@media (min-width: 768px) {
  .c-modal--rounded {
    padding: 80px 30px 30px 30px;
  }
}

.c-articulo__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.c-articulo__firma {
  margin: 0 0px 25px 0;
  max-width: 330px;
}
@media (min-width: 768px) {
  .c-articulo__firma {
    margin: 0 29px 25px 0;
  }
}
@media (min-width: 1104px) {
  .c-articulo__firma {
    margin-top: 30px;
  }
}
.c-articulo__firma:not(:first-child) {
  margin-top: 0;
}
.c-articulo__autor__content {
  display: inline-block;
}
.c-articulo__autor__content p {
  display: inline;
}
.c-articulo__autor__mail {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}
.c-articulo__autor__nombre {
  font: 500 16px/26px "open_sans_variable", sans-serif;
  color: #000;
}
.c-articulo__autor__recipiente {
  display: flex;
  gap: 8px;
}
.c-articulo__autor__recipiente img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.c-articulo__autor__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.c-articulo__autor__grupo {
  display: flex;
  flex-direction: column;
}
.c-articulo__autor__rol {
  font: 400 11px/20px "open_sans_variable", sans-serif;
  color: #000;
}
.c-articulo__autor__rol + .c-articulo__autor__fecha {
  display: inline;
}
@media (min-width: 768px) {
  .c-articulo__autor__rol + .c-articulo__autor__fecha {
    display: flex;
    flex-direction: row;
  }
}
.c-articulo__autor__rol + .c-articulo__autor__fecha time {
  padding-right: 5px;
  position: relative;
}
.c-articulo__autor__rol + .c-articulo__autor__fecha time::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  height: 69%;
  width: 1px;
  border-right: 1px solid #555;
}
.c-articulo__autor__rol + .c-articulo__autor__fecha span {
  padding-left: 5px;
}
.c-articulo__autor__rol + .c-articulo__autor__fecha span time::before {
  content: none;
}
.c-articulo__autor__fecha {
  display: flex;
  flex-direction: column;
  font: 400 11px/20px "open_sans_variable", sans-serif;
  color: #555;
}

.u-estructura--opinion .c-articulo__firma {
  margin-bottom: 12px;
}
.u-estructura--opinion .u-estructura__cabecera .c-lead {
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .u-estructura--opinion .c-articulo__firma {
    margin-bottom: 16px;
  }
  .u-estructura--opinion .u-estructura__cabecera .c-lead {
    margin-bottom: 24px;
  }
}
@media (min-width: 996px) {
  .u-estructura--opinion .c-articulo__firma {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .u-estructura--opinion .u-estructura__cabecera {
    margin-bottom: 0;
  }
  .u-estructura--opinion .u-estructura__cabecera .c-lead {
    margin-bottom: 40px;
  }
}

.cintillo-indicadores {
  background: #f8f8f8;
  display: flex;
  font: 14px "open_sans_variable", sans-serif;
  height: 48px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.cintillo-indicadores aside {
  padding: 5px 12px 5px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
}
@media (min-width: 768px) {
  .cintillo-indicadores aside {
    padding: 3.75px 12px;
    min-width: 200px;
  }
}
.cintillo-indicadores .indicadores__patrocinio {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 8px;
  color: #029581;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .cintillo-indicadores .indicadores__patrocinio {
    padding: 0 12px;
  }
}
.cintillo-indicadores .indicadores__patrocinio a img {
  height: 100%;
  object-fit: contain;
}
.cintillo-indicadores .indicadores__economicos {
  display: grid;
  flex: 1;
  grid-auto-flow: column;
  overflow: hidden;
  width: 100%;
}
.cintillo-indicadores .indicadores__economicos .indicadores__controlador {
  align-items: center;
  border-left: solid 1px #c4c4c4;
  border-right: solid 1px #c4c4c4;
  display: flex;
  justify-content: center;
  padding: 0 12px;
}
@media screen and (min-width: 769px) {
  .cintillo-indicadores .indicadores__economicos .indicadores__controlador {
    padding: 0 16px;
  }
}
.cintillo-indicadores .indicadores__economicos .indicadores__controlador .boton-reproduccion-pausa {
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"13\" height=\"14\" viewBox=\"0 0 13 14\"><g id=\"pause_icon\" data-name=\"pause icon\" transform=\"translate%28326 -129%29\"><rect id=\"Rect%C3%A1ngulo_40\" data-name=\"Rect%C3%A1ngulo 40\" width=\"5\" height=\"14\" transform=\"translate%28-326 129%29\" fill=\"%23333\"/><rect id=\"Rect%C3%A1ngulo_41\" data-name=\"Rect%C3%A1ngulo 41\" width=\"5\" height=\"14\" transform=\"translate%28-318 129%29\" fill=\"%23333\"/></g></svg>") no-repeat center/contain;
  border: none;
  height: 18px;
  width: 13px;
  cursor: pointer;
}
.cintillo-indicadores .indicadores__economicos .indicadores__controlador .boton-reproduccion-pausa.btn-play {
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Grupo_120279\" data-name=\"Grupo 120279\" width=\"14.197\" height=\"18.26\" viewBox=\"0 0 14.197 18.26\"><path id=\"play\" d=\"M8.3.445a1,1,0,0,1,1.664,0l8.131,12.2a1,1,0,0,1-.832,1.552H1a1,1,0,0,1-.832-1.555Z\" transform=\"translate%2814.197%29 rotate%2890%29\" fill=\"%23333\"/></svg>") no-repeat center/contain;
  height: 19px;
  width: 15px;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras {
  align-items: center;
  display: flex;
  overflow: hidden;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul {
  animation: marquee 100s linear infinite;
  display: flex;
  list-style: none;
  padding: 0 1rem;
  white-space: nowrap;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li {
  display: flex;
  padding: 0 1rem;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li span {
  margin-bottom: 0;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li span.texto-indicador {
  font-weight: bold;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li span.up {
  color: #029581;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li span.down {
  color: #db2023;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li > span:first-child {
  margin-right: 6px;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li .up:nth-child(2) {
  margin-right: 6px;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li .up:nth-child(2)::before {
  content: "";
  display: inline-block;
  margin: 0 6px;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #029581 transparent;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li .down:nth-child(2) {
  margin-right: 6px;
}
.cintillo-indicadores .indicadores__economicos .indicadores__cifras .indicadores__cifras-container ul li .down:nth-child(2)::before {
  content: "";
  display: inline-block;
  margin: 0 6px;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #db2023 transparent transparent transparent;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-home__title {
  color: #029581;
  text-align: center;
  padding: 17.7px 15px 16.6px;
  border-top: 2px solid #029581;
  border-bottom: 1px #E0E0E0 solid;
  margin-bottom: 15px;
  font: 600 20px/28px "noto_serif", serif;
}
.c-home__title a {
  color: #029581;
}
@media (min-width: 768px) {
  .c-home__title {
    padding: 16.7px 15px 14.6px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1104px) {
  .c-home__title {
    padding: 15px;
  }
}
.c-home__board {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-home__board {
    margin-bottom: 50px;
  }
}
@media (min-width: 1104px) {
  .c-home__board {
    margin-bottom: 60px;
  }
}
.c-home__board__container {
  width: calc(100% - 30px);
  max-width: 1187px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-home__board__container {
    width: calc(100% - 102px);
  }
}

.c-board-lo-mas-leido__flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  margin-top: -19px;
}
@media (max-width: 767px) {
  .c-board-lo-mas-leido__flex {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .c-board-lo-mas-leido__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    align-items: start;
  }
  .c-board-lo-mas-leido__flex::after {
    content: "";
    position: absolute;
    right: 50%;
    top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background: #e0e0e0;
  }
}
.c-board-lo-mas-leido__list {
  counter-increment: step-counter;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #e0e0e0;
}
.c-board-lo-mas-leido__list:nth-child(1) {
  border: none;
}
.c-board-lo-mas-leido__list::before {
  content: counter(step-counter);
  color: #000;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
  border: 1px solid #000;
  height: 24px;
  min-width: 24px;
  margin-right: 8px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .c-board-lo-mas-leido__list {
    padding: 19px 16px 20px;
    border: none;
  }
  .c-board-lo-mas-leido__list:nth-child(1), .c-board-lo-mas-leido__list:nth-child(2), .c-board-lo-mas-leido__list:nth-child(3) {
    padding-left: 0;
  }
  .c-board-lo-mas-leido__list::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    height: 1px;
    width: calc(100% - 30px);
    background: #e0e0e0;
  }
  .c-board-lo-mas-leido__list:nth-child(1)::after, .c-board-lo-mas-leido__list:nth-child(4)::after {
    content: none;
  }
}
.c-board-lo-mas-leido .c-articulo--basico {
  display: flex;
  gap: 17px;
  margin: auto auto auto 0;
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__thumb {
  position: relative;
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__thumb img {
  width: auto;
  height: 100%;
  max-width: inherit;
  height: 105px;
  object-fit: cover;
  overflow: hidden;
  max-width: 105px;
  object-position: center;
}
@media (min-width: 1104px) {
  .c-board-lo-mas-leido .c-articulo--basico .c-articulo__thumb img {
    width: 181px;
    height: auto;
    margin-left: 0;
    max-width: 181px;
    max-height: 137px;
  }
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__titulo {
  font: 400 18px/22px "noto_serif", serif;
  color: #000;
}
@media (min-width: 1104px) {
  .c-board-lo-mas-leido .c-articulo--basico .c-articulo__titulo {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__titulo__txt {
  color: #000;
  overflow-wrap: break-word;
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__detalle {
  display: flex;
  flex-direction: row;
  display: none;
}
@media (min-width: 1104px) {
  .c-board-lo-mas-leido .c-articulo--basico .c-articulo__detalle {
    display: flex;
  }
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__detalle__txt {
  font: 400 13px/18px "open_sans_variable", sans-serif;
  color: #555;
}
.c-board-lo-mas-leido .c-articulo--basico .c-articulo__fecha {
  font: 600 11px/14px "open_sans_variable", sans-serif;
  color: #0B5891;
}

.u-estructura-infografia__seccion,
.u-estructura-galeria__seccion,
.u-estructura-video__seccion,
.u-estructura-seccion-estandar__seccion {
  max-width: 100%;
  margin: 25px auto 0 auto;
}
.u-estructura-infografia__seccion .c-board-lo-mas-leido .c-home__title,
.u-estructura-galeria__seccion .c-board-lo-mas-leido .c-home__title,
.u-estructura-video__seccion .c-board-lo-mas-leido .c-home__title,
.u-estructura-seccion-estandar__seccion .c-board-lo-mas-leido .c-home__title {
  text-align: start;
  padding-left: 0;
}
.u-estructura-infografia__seccion .c-board-lo-mas-leido__list::before,
.u-estructura-galeria__seccion .c-board-lo-mas-leido__list::before,
.u-estructura-video__seccion .c-board-lo-mas-leido__list::before,
.u-estructura-seccion-estandar__seccion .c-board-lo-mas-leido__list::before {
  display: none;
}

.u-estructura__cabecera {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .u-estructura__cabecera {
    width: 95%;
    margin: auto;
  }
}

.tns-liveregion {
  display: none;
}

@media (min-width: 768px) {
  .u-estructura-infografia__seccion {
    max-width: 791px;
  }
  .u-estructura__cabecera {
    padding-top: 37px;
  }
}
@media (min-width: 1104px) {
  .u-estructura-infografia__seccion {
    max-width: 1187px;
  }
  .u-estructura__cabecera {
    padding-top: 31px;
  }
  .c-lead {
    margin-bottom: 0;
  }
}

.wf-module .c-topics__wrap__list{--item-width: 100%;--justify: flex-start;display:grid;user-select:none;grid-auto-flow:column;justify-content:var(--justify);gap:16px;overflow-x:visible;grid-auto-columns:var(--item-width);transform:translate(calc(var(--i, 0) * -104%), 0);transition:transform .2s ease}.wf-module .c-topics__wrap__list{--item-width: 50ch;transform:translate(calc(var(--i, 0) * -50ch), 0)}.gpt-slot-close-btn{position:absolute;bottom:100%;right:62px;top:-10px;cursor:pointer;margin-bottom:-21px;overflow:hidden;width:74px;height:20px;margin-right:-25px;font-family:Arial,sans-serif;font-size:14px;z-index:1001;transform:translate(50%, -50%);background-image:url(/assets/3d31d2b9a1f47d8e84ad.jpeg);background-repeat:no-repeat;background-position:center;background-size:cover}.gpt-slot-close-btn-satelite{bottom:100%;right:62px;top:-10px;width:74px;height:20px;font-family:Arial,sans-serif;font-size:14px;z-index:1001;background-image:url(/assets/3d31d2b9a1f47d8e84ad.jpeg);background-repeat:no-repeat;background-position:center;background-size:cover;margin-top:auto;margin-left:auto;cursor:pointer}
