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

/* 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*/
: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-cv__seccion {
  max-width: 1187px;
  margin: 0 auto;
  width: 100%;
}
.u-estructura-cv__seccion .c-board-cv-apertura {
  padding: 0 15px;
}
.u-estructura-cv__seccion .c-board-cv-apertura__titulo {
  text-align: center;
  margin: 37px auto 12px auto;
  max-width: 345px;
}
.u-estructura-cv__seccion .c-board-cv-apertura__titulo h1 {
  font: 500 22px/28px "noto_serif", serif;
}
.u-estructura-cv__seccion .c-board-cv-apertura__titulo h1 span {
  font-weight: 700;
}
.u-estructura-cv__seccion .c-board-cv-apertura__titulo p {
  font: 500 22px/28px "noto_serif", serif;
}
.u-estructura-cv__seccion .c-board-cv-apertura__titulo p span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .u-estructura-cv__seccion .c-board-cv-apertura__titulo {
    max-width: 720px;
  }
  .u-estructura-cv__seccion .c-board-cv-apertura__titulo h1 {
    font: 500 28px/30px "noto_serif", serif;
  }
  .u-estructura-cv__seccion .c-board-cv-apertura__titulo p {
    font: 500 28px/30px "noto_serif", serif;
  }
}
@media screen and (min-width: 1104px) {
  .u-estructura-cv__seccion .c-board-cv-apertura__titulo {
    max-width: 820px;
  }
  .u-estructura-cv__seccion .c-board-cv-apertura__titulo h1 {
    font: 500 28px/30px "noto_serif", serif;
  }
  .u-estructura-cv__seccion .c-board-cv-apertura__titulo p {
    font: 500 28px/30px "noto_serif", serif;
  }
}
.u-estructura-cv__seccion .c-board-cv-apertura__btn-carrusel {
  display: flex;
  position: relative;
  display: flex;
  justify-content: end;
  gap: 20px;
  margin: auto auto 19px auto;
  max-width: 345px;
}
.u-estructura-cv__seccion .c-board-cv-apertura__btn-carrusel::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .u-estructura-cv__seccion .c-board-cv-apertura__btn-carrusel {
    max-width: 720px;
  }
}
@media screen and (min-width: 1104px) {
  .u-estructura-cv__seccion .c-board-cv-apertura__btn-carrusel {
    max-width: 100%;
  }
}
.u-estructura-cv__seccion .c-board-cv-apertura .tns-outer .tns-ovh {
  max-width: 350px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .u-estructura-cv__seccion .c-board-cv-apertura .tns-outer .tns-ovh {
    max-width: 720px;
  }
}
@media screen and (min-width: 1104px) {
  .u-estructura-cv__seccion .c-board-cv-apertura .tns-outer .tns-ovh {
    max-width: 100%;
  }
}
.u-estructura-cv__seccion .c-board-cv-apertura__control {
  display: flex;
  gap: 10px;
  background-color: #fff;
  padding-left: 40px;
}
.u-estructura-cv__seccion .c-board-cv-apertura__carrusel {
  border-top: 1px solid #E0E0E0;
  padding-top: 23px;
}
.u-estructura-cv__seccion .c-board-cv-apertura__carrusel-item {
  position: relative;
}
.u-estructura-cv__seccion .c-board-cv-apertura__carrusel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-estructura-cv__seccion .c-board-cv-apertura__carrusel-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #E0E0E0;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.u-estructura-cv__seccion .c-board-cv-apertura__btn-descubrelos {
  display: flex;
  justify-content: center;
  margin: 27px auto 29px auto;
}
.u-estructura-cv__seccion .c-board-cv-apertura__btn-descubrelos a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 39px;
  border-radius: 25px;
  background: #029581;
  font: 700 11px/14px "open_sans_variable", sans-serif;
  color: #fff;
}

.c-board-cv-beneficios {
  width: 100%;
  position: relative;
  padding: 37px 0 37px 0;
  max-width: 1188px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-board-cv-beneficios {
    padding-bottom: 17px;
  }
}
.c-board-cv-beneficios__titulo {
  font: 700 24px/28px "noto_serif", serif;
  max-width: 95%;
  text-align: center;
  margin: 0 auto 29px auto;
  margin-bottom: 29px;
  padding: 20px 0;
  color: #029581;
  border-top: 2px solid #029581;
  border-bottom: 2px solid #707070;
}
.c-board-cv-beneficios__info {
  border-bottom: 1px solid #000;
  width: 95%;
  margin: auto;
}
.c-board-cv-beneficios__info .item-beneficio {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 18px;
  margin: 0 auto 30px auto;
}
.c-board-cv-beneficios__info .item-beneficio div:nth-of-type(2) {
  grid-column: 1/3;
}
.c-board-cv-beneficios__info .item-beneficio__img svg {
  width: 100%;
}
.c-board-cv-beneficios__info .item-beneficio__img svg path {
  fill: #029581;
}
@media screen and (min-width: 768px) {
  .c-board-cv-beneficios__info .item-beneficio__img svg {
    width: auto;
  }
}
.c-board-cv-beneficios__info .item-beneficio__txt {
  font: 500 24px/28px "noto_serif", serif;
}
.c-board-cv-beneficios__info .item-beneficio__txt span {
  font-weight: 700;
}
.c-board-cv-beneficios__info .item-beneficio__txt {
  /* Ajustes del CMS, desactiva grilla puesta forzosamente */
}
.c-board-cv-beneficios__info .item-beneficio__txt.wf-module {
  display: unset !important;
}
.c-board-cv-beneficios__info .item-beneficio__btn {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  min-width: 167px;
  height: 39px;
  border-radius: 25px;
  font: 700 11px/14px "open_sans_variable", sans-serif;
  color: #016855;
  border: 1px solid #016855;
  margin: auto;
}
.c-board-cv-beneficios__info .item-beneficio:last-of-type {
  margin-bottom: 38px;
}
.c-board-cv-beneficios__info .item-beneficio:last-of-type .item-beneficio__txt span:last-of-type {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .c-board-cv-beneficios__info .item-beneficio {
    display: flex;
    align-items: center;
  }
}
.c-board-cv-beneficios__redes {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
  justify-content: center;
}
.c-board-cv-beneficios__redes-txt {
  font: 500 24px/28px "noto_serif", serif;
  max-width: 242px;
  margin: auto auto 28px auto;
  text-align: center;
}
@media screen and (min-width: 1104px) {
  .c-board-cv-beneficios__redes-txt {
    max-width: fit-content !important;
  }
}
.c-board-cv-beneficios__redes-txt span {
  font-weight: 700;
}
.c-board-cv-beneficios__redes .list-redes {
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-board-cv-beneficios__redes {
    flex-direction: row;
    gap: 80px;
    margin: 21px 0 0;
    align-items: center;
  }
  .c-board-cv-beneficios__redes-txt {
    max-width: 366px;
    margin: 0;
  }
}

.c-board-cv-descargar {
  margin: 28px auto 42px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-board-cv-descargar__contenedor {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.c-board-cv-descargar__logo-etcv {
  width: 117px;
  height: 54px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-board-cv-descargar__logo-etcv {
    margin-bottom: 47px;
    width: 230px;
    height: 105px;
  }
}
.c-board-cv-descargar__img {
  max-width: 333px;
  height: 210px;
  margin: 35px auto 39px;
}
@media screen and (min-width: 768px) {
  .c-board-cv-descargar__img {
    max-width: 315px;
    height: auto;
  }
}
@media screen and (min-width: 1104px) {
  .c-board-cv-descargar__img {
    max-width: 517px;
    height: auto;
  }
}
.c-board-cv-descargar__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1104px) {
  .c-board-cv-descargar__info {
    padding-right: 30px;
  }
}
.c-board-cv-descargar__info h2 {
  font: 700 30px/32px "noto_serif", serif;
  text-align: center;
  max-width: 345px;
}
@media screen and (min-width: 1104px) {
  .c-board-cv-descargar__info h2 {
    max-width: 451px;
  }
}
.c-board-cv-descargar__info p {
  font: 500 16px/20px "open_sans_variable", sans-serif;
  color: #555555;
  text-align: center;
  margin: 26px auto 24px;
}
.c-board-cv-descargar__apps {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.club-vivamos {
  width: 100%;
  margin: 40px auto;
  max-width: 1200px;
}
.club-vivamos__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 16px;
}
.club-vivamos__header {
  margin: 0 0 15px 0;
}
.club-vivamos__text {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}
.club-vivamos__text strong {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.club-vivamos__carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.club-vivamos__imagenes {
  padding: 15px 0 0 0;
  margin: 54px 0 0 0;
  border-top: 1px solid #e0e0e0;
}
.club-vivamos__imagenes img {
  width: 100%;
  display: block;
}
.club-vivamos__controles {
  width: 100%;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.club-vivamos__controles::before {
  content: "";
  width: calc(100% - 100px);
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.club-vivamos__controles button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.club-vivamos__controles button.prev {
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\"><g id=\"Group_1939\" data-name=\"Group 1939\" transform=\"translate%28-267 -1949%29\"><circle id=\"Ellipse_9_2\" data-name=\"Ellipse 9_2\" cx=\"16.5\" cy=\"16.5\" r=\"16.5\" transform=\"translate%28267.5 1949.5%29\" fill=\"none\" stroke=\"%23e0e0e0\" stroke-width=\"1\"/><path id=\"Vector_2\" d=\"M279.294,1965.29a1.006,1.006,0,0,0,0,1.42l6,6a1,1,0,0,0,1.415-1.42l-5.292-5.29,5.289-5.29a1,1,0,0,0-1.415-1.42l-6,6Z\" fill=\"%23555\"/></g></svg>") no-repeat center;
  margin: 0 10px 0 0;
}
.club-vivamos__controles button.next {
  background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\"><g id=\"Group_1939\" data-name=\"Group 1939\" transform=\"translate%28-267 -1949%29\"><circle id=\"Ellipse_9_2\" data-name=\"Ellipse 9_2\" cx=\"16.5\" cy=\"16.5\" r=\"16.5\" transform=\"translate%28267.5 1949.5%29\" fill=\"none\" stroke=\"%23e0e0e0\" stroke-width=\"1\"/><path id=\"Vector_2\" d=\"M279.294,1965.29a1.006,1.006,0,0,0,0,1.42l6,6a1,1,0,0,0,1.415-1.42l-5.292-5.29,5.289-5.29a1,1,0,0,0-1.415-1.42l-6,6Z\" fill=\"%23555\"/></g></svg>") no-repeat;
  transform: rotate(180deg);
}
.club-vivamos__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.club-vivamos__btn {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: #04957f;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
}
.club-vivamos__beneficios {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: solid 2px #049581;
  border-bottom: solid 1px #e0e0e0;
}
.club-vivamos__beneficios-title {
  color: #049581;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 15px 0;
  border-bottom: solid 1px #e0e0e0;
}
.club-vivamos__beneficios-item {
  width: 100%;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.club-vivamos__beneficios-item--info {
  display: flex;
  flex-direction: row;
}
.club-vivamos__beneficios-incripcion, .club-vivamos__beneficios-descuento, .club-vivamos__beneficios-tarjeta {
  margin: 5px 15px 0 0;
  display: inline-block;
}
.club-vivamos__beneficios-incripcion figure, .club-vivamos__beneficios-descuento figure, .club-vivamos__beneficios-tarjeta figure {
  margin: 0;
}
.club-vivamos__beneficios-incripcion figure img, .club-vivamos__beneficios-descuento figure img, .club-vivamos__beneficios-tarjeta figure img {
  width: 20px;
  height: 20px;
  display: block;
}
.club-vivamos__beneficios-text {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.club-vivamos__beneficios-text strong {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.club-vivamos__beneficios-btn {
  width: 167px;
  min-width: 167px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto 0 auto;
  padding: 0;
  border-radius: 20px;
  border: solid 1px #006857;
}
.club-vivamos__beneficios-btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #006857;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.club-vivamos__redes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 15px 0 40px 0;
}
.club-vivamos__redes-texto {
  width: 60%;
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}
.club-vivamos__redes-texto strong {
  font-family: "Noto Serif", serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.item-beneficio .item-beneficio___txt {
  line-height: 28px;
  font-size: 24px;
  font-weight: initial;
}


