@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;
}

/* libs */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/*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;
}

/*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;
}

.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-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-secciones-opinion.u-estructura {
  width: calc(100% - 36px);
  margin-top: 0;
}
.c-secciones-opinion.u-estructura .u-estructura__cabecera {
  width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .c-secciones-opinion.u-estructura .u-estructura__cabecera {
    margin-bottom: 32.5px;
  }
}
.c-secciones-opinion.u-estructura .u-estructura__cuerpo {
  padding: 0;
}
@media (min-width: 768px) {
  .c-secciones-opinion.u-estructura .u-estructura__cuerpo {
    margin: 0;
    width: 100%;
  }
}
.c-secciones-opinion.u-estructura .u-estructura__lateral .c-pauta-seccion-opinion {
  position: sticky;
  top: 80px;
  height: auto !important;
}
.c-secciones-opinion--normal {
  display: block !important;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .c-secciones-opinion--normal {
    margin-bottom: 60px;
  }
}
@media (min-width: 996px) {
  .c-secciones-opinion--normal {
    margin-bottom: 100px;
  }
}
.c-secciones-opinion__titulo {
  text-align: center;
  font: 800 20px/27px "open_sans_variable", sans-serif;
  color: #029581;
  margin: 0 -16px 5px;
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 7px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-secciones-opinion__titulo {
    font: 800 28px/37px "open_sans_variable", sans-serif;
    margin: 0 0 20px;
    padding: 21px 0 24px;
  }
}
.c-secciones-opinion__contenedor {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 35px;
}
@media (min-width: 996px) {
  .c-secciones-opinion__contenedor {
    column-gap: 10px;
  }
}
.c-secciones-opinion__cabecera {
  text-align: center;
  padding: 20px 10px 54.4px;
  max-height: 250px;
  background-color: #F5F5F5;
  transform: translate(-50%);
  position: relative;
  left: 50%;
  width: calc(100% + 36px);
  max-width: 1187px;
}
@media (min-width: 768px) {
  .c-secciones-opinion__cabecera {
    max-height: 248px;
  }
}
.c-secciones-opinion__cabecera__thumb {
  margin: 0 auto;
  border-radius: 50%;
  width: 89px;
  height: 89px;
  display: block;
  overflow: hidden;
}
.c-secciones-opinion__cabecera__thumb picture,
.c-secciones-opinion__cabecera__thumb img {
  width: 89px;
  height: 89px;
  display: block;
}
.c-secciones-opinion__cabecera__thumb img {
  background: #CEDEE9;
}
.c-secciones-opinion__cabecera__titulo {
  font: italic 26px/30px "noto_serif", serif;
  color: #000;
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  .c-secciones-opinion__cabecera__titulo {
    font: italic 32px/39px "noto_serif", serif;
  }
}
.c-secciones-opinion__cabecera__compartir {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  gap: 16px;
}
.c-secciones-opinion__cabecera__compartir span {
  font: 500 14px/18px "open_sans_variable", sans-serif;
  color: #555;
}
.c-secciones-opinion__cabecera__compartir a {
  line-height: 0;
}
.c-secciones-opinion__cabecera__compartir__btn {
  border: solid #555555 1px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}
.c-secciones-opinion__buscador {
  padding: 17px 15px 31.5px;
  text-align: center;
  margin: 20px auto 15.5px;
  border-bottom: solid 1px #E0E0E0;
  position: relative;
}
@media (min-width: 768px) {
  .c-secciones-opinion__buscador {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 996px) {
  .c-secciones-opinion__buscador {
    margin: 20px auto 21.5px;
  }
}
.c-secciones-opinion__buscador ::-webkit-scrollbar {
  width: 9px;
}
.c-secciones-opinion__buscador ::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.c-secciones-opinion__buscador ::-webkit-scrollbar-thumb {
  background: #D4D4D4;
  border-radius: 4px;
}
.c-secciones-opinion__buscador::before {
  position: absolute;
  content: "";
  background: #F5F5F5;
  width: 100%;
  top: 0;
  bottom: 9.5px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .c-secciones-opinion__buscador::before {
    max-width: 798px;
    width: calc(100% + 25px);
    border-radius: 60px;
    left: inherit;
    bottom: 20px;
  }
}
.c-secciones-opinion__buscador::after {
  position: absolute;
  content: none;
  height: 1px;
  background: #E0E0E0;
  width: calc(100% + 36px);
  bottom: -9.5px;
  left: -18px;
}
@media (min-width: 768px) {
  .c-secciones-opinion__buscador::after {
    width: 100%;
    left: 0px;
    bottom: -25.5px;
  }
}
@media (min-width: 996px) {
  .c-secciones-opinion__buscador::after {
    bottom: -20.5px;
    width: 996px;
    left: -99px;
  }
}
@media (min-width: 996px) {
  .c-secciones-opinion__buscador::after {
    width: 1187px;
    left: -194.5px;
  }
}
.c-secciones-opinion__buscador__txt {
  font: 500 16px/20px IBMPlexSans, sans-serif;
  color: #555;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .c-secciones-opinion__buscador__txt {
    text-align: left;
    width: calc(100% - 398px);
    max-width: 351px;
    margin-bottom: 0;
  }
}
.c-secciones-opinion__buscador__columnista {
  position: relative;
}
@media (min-width: 768px) {
  .c-secciones-opinion__buscador__columnista {
    width: 368px;
    margin-right: -20px;
  }
}
.c-secciones-opinion__buscador__input {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font: 500 16px/20px IBMPlexSans, sans-serif;
  display: block;
  width: 100%;
  padding: 20px 10px;
}
.c-secciones-opinion__buscador__lista {
  display: none;
  background: #F5F5F5;
  padding: 0 10px 12px;
  position: absolute;
  width: 100%;
  max-height: 133px;
  z-index: 2;
  top: 82px;
  left: 0;
  overflow-y: scroll;
  clip-path: polygon(0 10px, 30px 10px, 45px 0, 60px 10px, 100% 10px, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .c-secciones-opinion__buscador__lista {
    top: 70px;
  }
}
.c-secciones-opinion__buscador__lista:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #f5f5f5;
  position: sticky;
  top: 0;
  left: 0;
}
.c-secciones-opinion__buscador__item a {
  text-align: left;
  display: block;
  font: 500 16px/20px IBMPlexSans, sans-serif;
  color: #555;
  padding: 4px;
  transition: 0.5s;
}
.c-secciones-opinion__buscador__item a:before {
  content: "•";
  display: inline-block;
  margin-right: 7px;
}
.c-secciones-opinion__buscador__item a:hover {
  background: #fff;
}
.c-secciones-opinion .open .c-secciones-opinion__buscador__lista {
  display: block;
}
.c-secciones-opinion .c-suscriptor .c-articulo--opinion__titulo::after {
  margin: 9.5px 0 0px;
}
.c-secciones-opinion .c-articulo--opinion__fecha {
  font-weight: 600;
}
.c-secciones-opinion .c-board-caricatura__flex .c-articulo--caricatura__thumb img {
  height: auto;
}
.c-secciones-opinion__titulo {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 996px) {
  .c-secciones-opinion__titulo {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.c-secciones-opinion__filtros {
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-bottom: 23px;
  margin-top: -5px;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 37.5px;
  position: relative;
}
.c-secciones-opinion__filtros:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E0E0E0;
  position: absolute;
  left: 0;
  bottom: -37.5px;
}
@media (min-width: 768px) {
  .c-secciones-opinion__filtros {
    margin-top: -20px;
    margin-bottom: 29.5px;
  }
  .c-secciones-opinion__filtros:after {
    bottom: -29.5px;
    width: calc(100% - 114px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .c-secciones-opinion__filtros {
    margin: -20px 0 51.5px;
  }
  .c-secciones-opinion__filtros:after {
    bottom: -51.5px;
    width: 100%;
    left: 0;
    transform: unset;
  }
}
.c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones {
  border: 1px solid #555;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones svg {
  position: relative;
  top: -1px;
  left: -2px;
}
.c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones-content {
  position: relative;
}
.c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones-content.open .mas-opciones {
  background: #555;
}
.c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones-content.open .mas-opciones svg path {
  fill: #fff;
}
.c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones-content.open .mas-opciones-box {
  display: flex;
}
.c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones-box {
  position: absolute;
  display: none;
  gap: 16px;
  top: 44px;
  right: 0px;
  border: 1px solid #ccc;
  padding: 20px 30px 20px 30px;
  background: #fff;
}
@media (min-width: 768px) {
  .c-secciones-opinion .c-articulo__compartir-caricatura .mas-opciones-box {
    left: calc(100% + 12px);
    top: 0px;
    right: inherit;
  }
}
.c-secciones-opinion .c-board-caricatura .c-articulo--caricatura__detalle__txt {
  text-transform: none;
}
.c-secciones-opinion .c-board-caricatura .c-articulo--caricatura:last-of-type {
  border-bottom: none;
}

/* en el home */
.c-opinion-home .c-input-seccion {
  display: none;
}
.c-opinion-home .c-input-seccion#dia-1:checked ~ .dia-1 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-1:checked ~ .dia-1 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-input-seccion#dia-2:checked ~ .dia-2 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-2:checked ~ .dia-2 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-input-seccion#dia-3:checked ~ .dia-3 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-3:checked ~ .dia-3 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-input-seccion#dia-4:checked ~ .dia-4 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-4:checked ~ .dia-4 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-input-seccion#dia-5:checked ~ .dia-5 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-5:checked ~ .dia-5 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-input-seccion#dia-6:checked ~ .dia-6 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-6:checked ~ .dia-6 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-input-seccion#dia-7:checked ~ .dia-7 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-7:checked ~ .dia-7 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-input-seccion#dia-8:checked ~ .dia-8 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 15px 0 29.5px;
  pointer-events: all;
  max-height: max-content;
  transition: 1s;
}
@media (min-width: 1104px) {
  .c-opinion-home .c-input-seccion#dia-8:checked ~ .dia-8 {
    padding: 21.5px 0 29.5px;
  }
}
.c-opinion-home .c-secciones-opinion__contenedor {
  position: relative;
  top: 200px;
  left: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-opinion-home .c-secciones-opinion__contenedor {
    max-width: calc(100% - 78px);
    margin: 0 auto;
  }
}

.c-opinion-columnistas .c-secciones-opinion__cabecera {
  border-top: solid 1px #E0E0E0;
  border-bottom: solid 1px #E0E0E0;
  padding: 26px 10px 34px;
  max-height: unset;
}
@media (min-width: 768px) {
  .c-opinion-columnistas .c-secciones-opinion__cabecera {
    padding: 19.5px 10px 29.5px;
  }
}
.c-opinion-columnistas .c-secciones-opinion__cabecera__thumb {
  background-color: #CEDEE9;
}
@media (max-width: 996px) {
  .c-opinion-columnistas .u-estructura__lateral {
    border-top: solid 1px #E0E0E0;
    padding-top: 41.6px;
    padding-right: 0;
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-opinion-columnistas .u-estructura__lateral {
    margin: 0 auto;
    width: 100%;
  }
}

.c-board-caricatura .c-board-caricatura__titulo {
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.c-board-caricatura .c-board-caricatura__flex {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
@media (min-width: 768px) {
  .c-board-caricatura .c-board-caricatura__flex {
    flex-direction: row;
    gap: 48px;
  }
}
@media (min-width: 996px) {
  .c-board-caricatura .c-board-caricatura__flex {
    gap: 20px;
  }
}
.c-board-caricatura .c-board-caricatura-item {
  width: 100%;
}
@media (min-width: 768px) {
  .c-board-caricatura .c-board-caricatura-item {
    width: calc(33.33% - 32px);
    position: relative;
  }
  .c-board-caricatura .c-board-caricatura-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    right: -24px;
    top: 0;
    background-color: #E0E0E0;
  }
}
@media (min-width: 768px) and (min-width: 996px) {
  .c-board-caricatura .c-board-caricatura-item:before {
    right: -10px;
  }
}
@media (min-width: 768px) {
  .c-board-caricatura .c-board-caricatura-item:last-child:before {
    display: none;
  }
}
@media (min-width: 996px) {
  .c-board-caricatura .c-board-caricatura-item {
    width: calc(33.33% - 14px);
  }
}
.c-board-caricatura .c-board-caricatura-item .c-articulo--caricatura {
  margin: 0 auto;
  max-width: 420px;
  border-bottom: solid 1px #E0E0E0 !important;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .c-board-caricatura .c-board-caricatura-item .c-articulo--caricatura {
    border-bottom: none !important;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
@media (min-width: 996px) {
  .c-board-caricatura .c-board-caricatura-item .c-articulo--caricatura:before {
    display: none;
  }
}
.c-board-caricatura .c-board-caricatura-item .c-articulo--caricatura__thumb img {
  width: 100%;
  max-width: unset;
}

.c-columnista {
  width: calc(50% - 10px);
  position: relative;
  min-height: 200px;
}
.c-columnista:after {
  width: calc(100vw - 38px);
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
  background-color: #E0E0E0;
  max-width: 1187px;
}
.c-columnista:before {
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  background-color: #E0E0E0;
}
@media (min-width: 996px) {
  .c-columnista:before {
    right: -5px;
  }
}
@media (max-width: 767px) {
  .c-columnista:nth-child(odd)::after, .c-columnista:nth-child(odd)::before {
    content: "";
  }
  .c-columnista:nth-last-child(2):after, .c-columnista:last-child:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-columnista {
    width: calc(25% - 15px);
  }
  .c-columnista:not(:nth-child(4n))::before {
    content: "";
  }
  .c-columnista:nth-child(4n+1)::after {
    content: "";
  }
  .c-columnista:nth-child(4n+1):nth-last-child(-n+4):after {
    display: none;
  }
}
@media (min-width: 1104px) {
  .c-columnista {
    width: calc(16.66% - 10px);
  }
  .c-columnista:not(:nth-child(6n))::before {
    content: "";
  }
  .c-columnista:nth-child(6n+1)::after {
    content: "";
  }
  .c-columnista:nth-child(6n+1):nth-last-child(-n+6):after {
    display: none;
  }
}
.c-columnista__thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 12px;
  padding: 4px;
  border: solid 1px #029581;
}
@media (min-width: 1104px) {
  .c-columnista__thumb {
    margin: 0 auto 11px;
    width: 109px;
    height: 109px;
  }
}
.c-columnista__thumb picture, .c-columnista__thumb a, .c-columnista__thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 1104px) {
  .c-columnista__thumb picture, .c-columnista__thumb a, .c-columnista__thumb img {
    width: 100px;
    height: 100px;
  }
}
.c-columnista__thumb img {
  background: #cedee9;
}
@media (min-width: 1104px) {
  .c-columnista__autor {
    text-align: center;
  }
}
.c-columnista__autor a {
  font: 18px/21px "noto_serif", serif;
  color: #000;
}
@media (min-width: 1104px) {
  .c-columnista__titulo {
    text-align: center;
  }
}
.c-columnista__titulo a {
  font: 800 18px/22px "noto_serif", serif;
  color: #000;
}
@media (min-width: 1104px) {
  .c-columnista__subtitulo {
    text-align: center;
  }
}
.c-columnista__subtitulo {
  margin-top: 8px;
}
.c-columnista__subtitulo a {
  color: #555;
  font: 14px/22px "noto_serif", serif;
}
.c-columnista {
  /*
  &.c-suscriptor{
      .c-columnista__titulo{
          &:after{
              content: "";
              position: relative;
              display: block;
              width: 20px;
              flex-shrink: 0;
              height: 20px;
              margin: 6px auto;
              background: no-repeat 50%,#03b447
          }
      }
  }*/
}

.c-opinion-home.wf-editor .c-secciones-opinion__contenedor > div:first-child {
  width: calc(50% - 10px);
}
@media (min-width: 768px) and (max-width: 1103px) {
  .c-opinion-home.wf-editor .c-secciones-opinion__contenedor > div:first-child {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1104px) {
  .c-opinion-home.wf-editor .c-secciones-opinion__contenedor > div:first-child {
    width: calc(16.66% - 10px);
  }
}
.c-opinion-home.wf-editor .c-secciones-opinion__contenedor > div:first-child .c-columnista {
  width: 100%;
}

.c-dropdown {
  width: 232px;
  position: relative;
  border: solid 1px #000;
  border-radius: 19.5px;
  z-index: 6;
}
.c-dropdown.mostrar-lista .c-dropdown__seleccion:after {
  transform: rotate(135deg);
}
.c-dropdown.mostrar-lista .c-dropdown__lista {
  opacity: 1;
  pointer-events: all;
}
.c-dropdown.mostrar-lista.ocultar-items .c-dropdown__lista__item {
  display: none;
}
.c-dropdown.mostrar-lista.ocultar-items .c-dropdown__lista__item__volver {
  display: block;
  background-color: #F5F5F5 !important;
}
.c-dropdown.mostrar-lista.ocultar-items .c-dropdown__lista__item--calendario {
  display: block;
}
.c-dropdown.mostrar-lista.ocultar-items .c-dropdown__lista__item--calendario:after {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.289 15.188\"><defs><clipPath id=\"clip-path\"><rect id=\"Rect%C3%A1ngulo_566\" data-name=\"Rect%C3%A1ngulo 566\" width=\"13.289\" height=\"15.188\" fill=\"%23fff\"/></clipPath></defs><g id=\"calendar-solid_1\" data-name=\"calendar-solid 1\"><path id=\"Trazado_237\" data-name=\"Trazado 237\" d=\"M2.848.949V1.9H1.424A1.424,1.424,0,0,0,0,3.322V4.746H13.289V3.322A1.424,1.424,0,0,0,11.865,1.9H10.442V.949a.949.949,0,0,0-1.9,0V1.9h-3.8V.949a.949.949,0,0,0-1.9,0ZM13.289,5.7H0v8.068a1.424,1.424,0,0,0,1.424,1.424H11.865a1.424,1.424,0,0,0,1.424-1.424Z\" fill=\"%230B5891\"/></g></svg>");
}
.c-dropdown.mostrar-lista.ocultar-items .c-dropdown__lista__item--calendario input::placeholder {
  color: #029581;
}
.c-dropdown__seleccion {
  padding: 12px;
  display: block;
  text-align: center;
  color: #555;
  cursor: pointer;
  font: 12px/15px "open_sans_variable", sans-serif;
  width: 100%;
}
.c-dropdown__seleccion:after {
  content: "";
  border-left: solid 1px #555;
  border-bottom: solid 1px #555;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: translateY(-2px) rotate(315deg);
  margin-left: 14px;
  transition: 0.5s;
}
.c-dropdown__lista {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 2px 2px 12px #c0c0c0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.c-dropdown__lista:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  top: -9px;
  left: 10px;
  z-index: -1;
  transform: rotate(45deg);
}
.c-dropdown__lista__item {
  padding: 7px 10px 7px 40px;
  max-height: 42px;
  transition: 0.5s;
}
.c-dropdown__lista__item:nth-child(odd) {
  background-color: #F5F5F5;
}
.c-dropdown__lista__item.active label {
  font-weight: 700;
  color: #029581;
}
.c-dropdown__lista__item__volver {
  display: none;
}
.c-dropdown__lista__item__volver::after {
  opacity: 0;
}
.c-dropdown__lista__item__btn {
  cursor: pointer;
  font: 500 13px/28px "open_sans_variable", sans-serif;
  color: #555;
  transition: 0.5s;
}
.c-dropdown__lista__item__btn:before {
  content: "•";
  margin-right: 7px;
}
.c-dropdown__lista__item__btn:hover {
  color: #029581;
}
.c-dropdown__lista__item__btn--no-punto {
  font-weight: 600;
  transform: translateY(-4px);
}
.c-dropdown__lista__item__btn--no-punto:before {
  content: "";
}
.c-dropdown__lista__item__btn--no-punto:hover:after {
  border-color: #029581;
}
.c-dropdown__lista__item__btn--no-punto:after {
  content: "";
  border-left: solid 1px #555;
  border-bottom: solid 1px #555;
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: translateY(-3px) rotate(315deg);
  margin-left: 7px;
}
.c-dropdown__lista__item--calendario {
  padding: 12px 0;
  text-align: center;
  position: relative;
  background-color: #fff !important;
}
.c-dropdown__lista__item--calendario:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50px;
  height: 100%;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.289 15.188\"><defs><clipPath id=\"clip-path\"><rect id=\"Rect%C3%A1ngulo_566\" data-name=\"Rect%C3%A1ngulo 566\" width=\"13.289\" height=\"15.188\" fill=\"%23fff\"/></clipPath></defs><g id=\"calendar-solid_1\" data-name=\"calendar-solid 1\"><path id=\"Trazado_237\" data-name=\"Trazado 237\" d=\"M2.848.949V1.9H1.424A1.424,1.424,0,0,0,0,3.322V4.746H13.289V3.322A1.424,1.424,0,0,0,11.865,1.9H10.442V.949a.949.949,0,0,0-1.9,0V1.9h-3.8V.949a.949.949,0,0,0-1.9,0ZM13.289,5.7H0v8.068a1.424,1.424,0,0,0,1.424,1.424H11.865a1.424,1.424,0,0,0,1.424-1.424Z\" fill=\"%23555\"/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  background-position: center;
}
.c-dropdown__lista__item--calendario input {
  cursor: pointer;
  font: 600 13px/28px "open_sans_variable", sans-serif;
  color: #555;
  text-align: center;
  display: block;
  width: 100%;
  transform: translateY(-4px);
  border: solid 0 transparent;
}
.c-dropdown__lista__item--calendario input::placeholder {
  color: #555;
}
.c-dropdown__lista__item--calendario:hover {
  color: #029581;
}
.c-dropdown__lista__item--calendario:hover input::placeholder {
  color: #029581;
}
.c-dropdown__lista__item--calendario:hover:after {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.289 15.188\"><defs><clipPath id=\"clip-path\"><rect id=\"Rect%C3%A1ngulo_566\" data-name=\"Rect%C3%A1ngulo 566\" width=\"13.289\" height=\"15.188\" fill=\"%23fff\"/></clipPath></defs><g id=\"calendar-solid_1\" data-name=\"calendar-solid 1\"><path id=\"Trazado_237\" data-name=\"Trazado 237\" d=\"M2.848.949V1.9H1.424A1.424,1.424,0,0,0,0,3.322V4.746H13.289V3.322A1.424,1.424,0,0,0,11.865,1.9H10.442V.949a.949.949,0,0,0-1.9,0V1.9h-3.8V.949a.949.949,0,0,0-1.9,0ZM13.289,5.7H0v8.068a1.424,1.424,0,0,0,1.424,1.424H11.865a1.424,1.424,0,0,0,1.424-1.424Z\" fill=\"%230B5891\"/></g></svg>");
}

/* estilos que modifican el calendario, los dejo como css pq al montarlo como sass fallan cosas */
.flatpickr-calendar {
  padding: 20px 20px 38px;
  border: solid 1px #029581;
  z-index: 6 !important;
}

.flatpickr-days {
  width: 268px;
}

.dayContainer {
  width: 268px;
  min-width: 268px;
  max-width: 268px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  display: none;
}

span.flatpickr-day.selected {
  border: 0;
  color: #fff;
  background-color: transparent;
}

span.flatpickr-day.selected:after {
  background-color: #029581;
}

.flatpickr-disabled:after {
  background: transparent !important;
}

span.flatpickr-day.selected:hover {
  background-color: transparent;
}

span.flatpickr-weekday {
  font-size: 12px;
  line-height: 15px;
  color: #555;
  font-weight: 400;
}

span.flatpickr-day {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  display: grid;
  place-items: center;
  height: 29px;
  transition: 0.5s;
}

span.flatpickr-day.prevMonthDay:hover,
span.flatpickr-day.nextMonthDay:hover {
  background: transparent;
}

span.flatpickr-day:after {
  content: "";
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
  pointer-events: none;
}

span.flatpickr-day:hover:after {
  background: #029581;
}

span.flatpickr-day:hover {
  background-color: transparent;
  border: solid 0 transparent !important;
  color: #fff;
}

.flatpickr-months {
  position: relative;
  margin: 0 12px 12px;
}

.flatpickr-months .flatpickr-month {
  height: auto;
}

.flatpickr-months .flatpickr-month .flatpickr-current-month {
  display: flex;
  flex-direction: column-reverse;
  overflow: visible !important;
  height: auto;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.flatpickr-current-month .numInputWrapper {
  display: inline-block;
  width: 120px;
  margin-bottom: 20px;
}

.flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}

.flatpickr-current-month input.cur-year {
  padding: 0 40px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #029581;
  font-weight: 600;
  cursor: pointer;
}

.numInputWrapper span.arrowUp, .numInputWrapper span.arrowDown {
  width: 19px;
  height: 19px;
  opacity: 1;
  right: 0;
  border-radius: 50%;
  border: solid 1px #E0E0E0;
  display: grid;
  place-items: center;
}

.numInputWrapper span.arrowUp:hover,
.numInputWrapper span.arrowDown:hover {
  background: transparent;
}

.numInputWrapper span.arrowDown {
  left: 0;
  top: 0;
}

.numInputWrapper span.arrowUp:after, .numInputWrapper span.arrowDown:after {
  border: solid 1px #555;
  border-left: 0;
  border-bottom: 0;
  display: block;
  width: 5px;
  height: 5px;
  position: static;
  padding: 0;
  transform: rotate(45deg);
}

.numInputWrapper span.arrowDown:after {
  transform: translateX(2px) rotate(-135deg);
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  appearance: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  width: 19px;
  height: 19px;
  opacity: 1;
  right: 0;
  border-radius: 50%;
  border: solid 1px #E0E0E0;
  display: grid;
  place-items: center;
  padding: 0;
  bottom: 0;
  top: unset;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 9px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: inherit;
}

@media (min-width: 768px) and (max-width: 1103px) {
  .c-board-caricatura {
    padding: 0 36px;
  }
}
.c-board-caricatura__control {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.c-board-caricatura__control a {
  cursor: pointer;
}
.c-board-caricatura__titulo {
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}
.c-board-caricatura__titulo h2 {
  font: 700 16px/22px "open_sans_variable", sans-serif;
  color: #029581;
  padding: 0 5px;
  text-align: center;
}
.c-board-caricatura__titulo h2 a {
  color: #000;
}
.c-board-caricatura__item {
  width: 100%;
  border-right: 1px solid #E0E0E0;
  position: relative;
  padding: 15px;
}
.c-board-caricatura__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 15px 0 0;
}
.c-board-caricatura__flex .c-articulo--caricatura {
  display: flex;
  gap: 11px;
  max-width: 287px;
  width: 100%;
  flex-direction: column;
  margin: auto;
  position: relative;
}
@media (min-width: 996px) {
  .c-board-caricatura__flex .c-articulo--caricatura {
    gap: 18px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1104px) {
  .c-board-caricatura__flex .c-articulo--caricatura {
    max-width: 382px;
  }
}
@media (min-width: 996px) {
  .c-board-caricatura__flex .c-articulo--caricatura::before {
    content: "";
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    background: #E0E0E0;
    width: 1px;
  }
}
.c-board-caricatura__flex .c-articulo--caricatura__thumb {
  position: relative;
}
.c-board-caricatura__flex .c-articulo--caricatura__thumb img {
  max-width: 287px;
  max-height: 218px;
  width: 100%;
  height: 218px;
}
@media (min-width: 1104px) {
  .c-board-caricatura__flex .c-articulo--caricatura__thumb img {
    max-width: 382px;
    max-height: 290px;
    height: 100%;
  }
}
.c-board-caricatura__flex .c-articulo--caricatura__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
  align-items: center;
}
.c-board-caricatura__flex .c-articulo--caricatura__titulo {
  font: 800 24px/28px "noto_serif", serif;
  text-align: center;
}
.c-board-caricatura__flex .c-articulo--caricatura__titulo__txt {
  color: #000;
  overflow-wrap: break-word;
}
.c-board-caricatura__flex .c-articulo--caricatura__detalle {
  display: flex;
  flex-direction: row;
}
.c-board-caricatura__flex .c-articulo--caricatura__detalle__txt {
  font: 400 13px/22px "open_sans_variable", sans-serif;
  color: #555;
  text-transform: uppercase;
}

.c-articulo--caricatura {
  text-align: center;
}
.c-articulo--caricatura:last-of-type {
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 33px;
}
.c-articulo--caricatura .c-articulo__thumb {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.c-articulo--caricatura .c-articulo__thumb img {
  width: 100%;
}
.c-articulo--caricatura .c-articulo__fecha {
  font: 500 13px/17px "open_sans_variable", sans-serif;
  font-weight: 600;
  color: #0B5891;
}
.c-articulo--caricatura .c-articulo__titulo {
  font: 800 24px/29px "noto_serif", serif;
  margin-bottom: 24px;
}
.c-articulo--caricatura .c-articulo__compartir-caricatura {
  margin-bottom: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.c-articulo--caricatura .c-articulo__compartir-caricatura a {
  width: 34px;
  height: 34px;
  border: solid 1px #555;
  border-radius: 50%;
  display: grid;
  place-items: center;
}


