@font-face {
  font-family: "Instrument Sans";
  src: url("../index/InstrumentSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("../index/InstrumentSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("../index/Roboto-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("../index/Roboto-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto_condensed;
  font-style: normal;
  font-weight: 400;
  src: url("../index/RobotoCondensed-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Roboto_condensed;
  font-style: normal;
  font-weight: 700;
  src: url("../index/RobotoCondensed-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 400;
  src: url("../index/Mundo-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 600;
  src: url("../index/Mundo-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 700;
  src: url("../index/Mundo-Bold.woff2") format("woff2");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

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

a,
a:hover {
  text-decoration: none;
}

.site-footer {
  overflow: hidden;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
  z-index: 1;
  background-color: var(--ue-c-footer-background-color, #fff);
}

.container-about-footer {
  max-width: 100%;
}

.container-about-footer,
.container-list-footer {
  margin: 0 20px;
  border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
}

.container-list-footer {
  text-align: center;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
}

.container-list-footer:after,
.container-list-footer:before {
  content: " ";
  display: table;
}

.container-list-footer:after {
  clear: both;
}

.container-list-footer a {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  color: var(--ue-c-footer-link-color, #2e6d9d);
}

.container-list-footer a:hover {
  color: var(--ue-c-footer-link-hover-color, #2a7aac);
}

.list-corporative {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px;
}

.list-corporative li {
  margin-right: 0;
}

.list-corporative li:last-child a:after {
  content: none;
}

.list-corporative a {
  line-height: 20px;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  display: block;
}

.list-corporative a:after {
  content: "|";
  margin: 13px;
  color: var(--ue-c-footer-divider-color, #a8a8a8);
}

.arrow-toggle {
  margin: 0 auto;
  border-top: 1px solid var(--ue-c-footer-border-color, #666);
  border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
}

.arrow-toggle h3 {
  text-transform: uppercase;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  padding: 8px 0;
  display: block;
  position: relative;
  font-size: 14px;
}

.container-toggle {
  width: 990px;
  margin: 10px auto 0;
}

.container-toggle .list-footer {
  line-height: 160%;
  font-size: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .container-toggle .list-footer {
    width: 25%;
  }
}

.container-toggle .list-footer li {
  line-height: 18px;
  text-align: left;
}

.container-toggle .list-footer li a {
  padding: 0;
}

.container-toggle .list-footer li:after {
  display: none;
}

.container-toggle .list-footer li+li:after {
  content: "\2022";
  color: #fff;
  font-size: 14px;
}

.container-toggle .list-footer li:last-child:after {
  display: none;
}

.container-toggle .list-footer .highlight {
  display: block;
  font-size: 14px;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  margin-bottom: 10px;
  color: var(--ue-c-footer-highlight-color, #333);
}

.container-toggle .list-footer:last-child {
  margin-bottom: 0;
}

.about-list {
  margin: 0 auto;
  justify-content: center;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  width: 50%;
  z-index: 0;
}

.about-list,
.about-list span {
  text-align: center;
}

.about-list .copyright {
  color: var(--ue-c-footer-copyright-color, #4a4a4a);
  font-size: 12px;
  margin: 5px;
}

.about-list .copyright address {
  font-style: normal;
}

.about-list .copyright .icon-elmundo-mobile {
  width: var(--ue-site-footer-copyright-icon-mobile-width, 143px);
  height: var(--ue-site-footer-copyright-icon-mobile-height, 26px);
  display: block;
  margin: 5px auto;
}

.footer-social-networks {
  width: 25%;
  z-index: 3;
}

.footer-social-networks ul {
  display: flex;
  justify-content: flex-end;
  margin: 15px auto;
}

.footer-social-networks ul li {
  width: 30px;
  height: 30px;
  display: flex;
  margin: 0 9px 0 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ue-c-footer-social-border-color, #216087);
  border-radius: 50%;
}

.footer-social-networks ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social-networks ul li a svg {
  fill: var(--ue-c-footer-social-fill, #216087);
  opacity: var(--ue-c-footer-social-opacity, 0.8);
}

.footer-social-networks ul li a:hover {
  opacity: var(--ue-c-footer-social-hover-opacity, 0.5);
}

.footer-social-networks ul li:last-child {
  margin: 0;
}

.partners {
  justify-content: flex-start;
  margin: 7px 0;
  width: 25%;
  z-index: 3;
}

.partners li {
  float: left;
  margin-right: 14px;
}

.partners i {
  display: inline-block;
}

.partners .icon-partners-reverso {
  width: 34px;
  height: 33px;
  background-image: url("../index/logoreverso.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.container {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.container-about-footer {
  margin: 0;
}

.container-list-footer a {
  font-size: 15px;
}

.list-corporative a {
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
}

.list-corporative a:after {
  height: 10px;
  margin: 0 13px;
}

.arrow-toggle h3 {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  line-height: 15px;
}

.container-toggle .list-footer {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}

.container-toggle .list-footer li {
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: normal;
}

.container-toggle .list-footer .highlight {
  font-size: 13px;
  font-weight: 700;
}

.about-list,
.container-toggle .list-footer .highlight {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.about-list span {
  font-size: 12px;
}

.about-list .copyright {
  margin: 0;
}

.about-list .copyright .icon-elmundo-mobile {
  margin-top: 0;
  margin-bottom: 5px;
  width: var(--ue-site-footer-copyright-icon-mobile-width, 113px);
  height: var(--ue-site-footer-copyright-icon-mobile-height, 15px);
}

.about-list .copyright .icon-elmundo-mobile svg {
  width: 100%;
  height: 100%;
}

.container-list-footer {
  margin: 0;
}

.container-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 990px;
}

.container-toggle .list-footer {
  width: auto;
}

.container-about-footer .container {
  display: flex;
  justify-content: var(--ue-site-footer-container-about-footer-justify, space-between);
  align-items: center;
  position: relative;
  padding: 10px;
}

.about-list {
  position: absolute;
  width: 100%;
}

.partners {
  display: flex;
  width: 100%;
}

.partners li {
  justify-content: space-between;
  max-height: 34px;
  margin: 5px 5px 0 0;
}

.partners a {
  display: block;
}

:root {
  --ue-c-comments-button-background-color: #000;
  --ue-c-comments-button-hover-background-color: #333;
  --ue-c-comments-number-color: #000;
  --ue-c-comments-avatar-fill: #000;
  --ue-c-comments-date-time-color: #000;
  --ue-c-article-comments-title-color: #000;
  --ue-c-article-focus-color: #00a9e0;
}


html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.ue-c-main-header {
  margin-top: -1px;
}

.hidden-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}

.ue-c-seo-links {
  width: 100%;
  max-width: 75rem;
  display: flex;
  position: relative;
  padding: 0 1rem;
  box-sizing: border-box;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  height: var(--ue-c-seo-links-height, 25px);
  line-height: var(--ue-c-seo-link-line-height, 15px);
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
  border-top-style: solid;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
  border-bottom-style: solid;
  height: 1.25rem;
  font-size: var(--ue-c-seo-link-font-size, 10px);
  line-height: var(--ue-c-seo-link-line-height, 12px);
  letter-spacing: var(--ue-c-seo-link-letter-spacing, 0);
  height: var(--ue-c-seo-links-height, 20px);
}

.ue-c-seo-links:after {
  content: "";
  width: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, transparent, #fff);
}

.ue-c-seo-links__title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: var(--ue-c-seo-links-title-text-transform, uppercase);
  color: var(--ue-c-seo-links-title-color, hsla(0, 0%, 44%, 0.45));
}

.ue-c-seo-links__title:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 0.25rem;
  height: 10px;
  width: 1px;
  background-color: var(--ue-c-seo-links-title-divider-background-color, hsla(0, 0%, 44%, 0.45));
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__title:after {
    margin: 0 0 0 0.5rem;
  }
}

.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

@media (max-width: 61.24em) {
  .ue-c-seo-links__list {
    overflow-x: auto;
  }
}

.ue-c-seo-links__list::-webkit-scrollbar {
  display: none;
}

.ue-c-seo-links__item {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  padding: 0 0.5rem;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item {
    padding: 0 0.5rem;
  }
}

.ue-c-seo-links__item a {
  text-decoration: none;
  color: var(--ue-c-seo-links-item-color, hsla(0, 0%, 44%, 0.45));
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item a {
    color: var(--ue-c-seo-links-item-shade-color, hsla(0, 0%, 44%, 0.45));
  }

  .ue-c-seo-links__item a:hover {
    color: var(--ue-c-seo-links-item-hover-color, #666);
  }
}

.ue-c-seo-links__item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: var(--ue-c-seo-links-item-separator-background-color, hsla(0, 0%, 44%, 0.45));
}

.ue-c-seo-links__item:last-child {
  padding-right: 3.125rem;
}

.ue-c-seo-links-container {
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
  border-top-style: solid;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.625rem;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
  border-bottom-style: solid;
}

.ue-c-seo-links-container .ue-c-seo-links {
  padding: 0;
}

.ue-c-main-navigation__title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  border-color: var(--ue-c-main-navigation-title-border-color, #cecece);
  color: var(--ue-c-main-navigation-title-color, #000);
  font-family: var(--ue-c-main-navigation-title-font-family, Mundo, "Times New Roman", Times, serif);
  font-weight: var(--ue-c-main-navigation-title-font-weight, 700);
  font-style: var(--ue-c-main-navigation-title-font-style, normal);
  text-transform: var(--ue-c-main-navigation-title-text-transform, uppercase);
  font-size: var(--ue-c-main-navigation-title-font-size, 0.8125rem);
  line-height: var(--ue-c-main-navigation-title-line-height, 0.875rem);
  letter-spacing: var(--ue-c-main-navigation-title-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__title {
    --ue-c-main-navigation-title-font-size: 0.8125rem;
    --ue-c-main-navigation-title-line-height: 1.375rem;
    --ue-c-main-navigation-title-letter-spacing: 0.02rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
}

.ue-c-main-navigation__link {
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  padding: var(--ue-c-main-navigation-link-padding);
  font-family: var(--ue-c-main-navigation-link-font-family, Roboto_condensed, Tahoma, Geneva, sans-serif);
  font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
  font-style: var(--ue-c-main-navigation-link-font-style, normal);
  color: var(--ue-c-main-navigation-link-color, #000);
  font-size: var(--ue-c-main-navigation-link-font-size, 13px);
  line-height: var(--ue-c-main-navigation-link-line-height, 14px);
  letter-spacing: var(--ue-c-main-navigation-link-letter-spacing, 0.02em);
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__link {
    cursor: pointer;
    margin: 0;
    height: auto;
  }

  .ue-c-main-navigation__link:hover {
    -webkit-text-decoration: var(--ue-c-main-navigation-link-text-decoration);
    text-decoration: var(--ue-c-main-navigation-link-text-decoration);
    color: var(--ue-c-main-navigation-link-hover-color, #333);
  }
}

.ue-c-main-navigation__link-dropdown {
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.ue-c-main-navigation__link-dropdown-icon {
  pointer-events: none;
  display: var(--ue-c-main-navigation-link-dropdown-icon, inherit);
  box-sizing: border-box;
  margin: 0.5rem 0.5rem 0 0;
  transform: translateY(-75%) rotate(45deg);
  transition: all 0.25s;
  width: var(--ue-c-main-navigation-link-dropdown-icon-width, 0.75rem);
  height: var(--ue-c-main-navigation-link-dropdown-icon-height, 0.75rem);
  border-style: solid;
  border-width: inherit;
  border-bottom-width: var(--ue-c-main-navigation-link-dropdown-icon-border-width, 0.09375rem);
  border-right-width: var(--ue-c-main-navigation-link-dropdown-icon-border-width, 0.09375rem);
  border-color: var(--ue-c-main-navigation-link-dropdown-icon-border-color, #000);
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__link-dropdown:hover:before {
    content: "";
    height: 2px;
    width: calc(100% - 16px);
    position: absolute;
    bottom: 0;
    background-color: var(--ue-c-main-navigation-link-dropdown-hover-line, #000);
  }
}

@media (min-width: 46.25em) {
  .ue-l-main-navigation--truncated-width {
    overflow: hidden;
    position: relative;
  }

  .ue-l-main-navigation--truncated-width:after {
    content: "";
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), var(--ue-c-main-navigation-gradient-color, #fff));
    position: absolute;
    right: 0;
    width: 2rem;
    height: 100%;
  }

  .ue-l-main-navigation--truncated-width .ue-c-main-navigation__link:hover {
    text-shadow:
      0 0 0 var(--ue-c-main-navigation-first-shadow, #333),
      0 0 0 var(--ue-c-main-navigation-second-shadow, #222);
  }
}

@media (min-width: 61.25em) {
  .ue-l-main-navigation--truncated-width {
    overflow: inherit;
    position: unset;
  }

  .ue-l-main-navigation--truncated-width:after {
    display: none;
  }
}

@media (min-width: 46.25em) {
  .ue-l-main-navigation--display-inline {
    --ue-c-main-navigation-link-dropdown-icon: none;
    display: flex;
    padding-left: 1rem;
  }

  .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }

  .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list>.ue-c-main-navigation__list-item {
    overflow: visible;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: inherit;
    align-items: var(--ue-c-main-navigation-list-item-align, stretch);
  }

  .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list>.ue-c-main-navigation__list-item--position-inherit {
    position: inherit;
  }

  .ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
    font-family: var(--ue-c-main-navigation-link-inline-font-family, Mundo, "Times New Roman", Times, serif);
  }
}

@media (min-width: 46.25em) and (min-width: 46.25em) {
  .ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
    text-transform: var(--ue-c-main-navigation-link-inline-text-transform, inherit);
    font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
    line-height: var(--ue-c-main-navigation-link-inline-line-height, 13px);
    letter-spacing: var(--ue-c-main-navigation-link-inline-letter-spacing, 0.02em);
  }
}

@media (min-width: 61.25em) {
  .ue-l-main-navigation--display-inline {
    flex-grow: 1;
  }
}

.ue-l-main-navigation--display-inline>.ue-c-main-navigation__title {
  display: none;
}

.ue-c-main-navigation__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.ue-c-main-navigation__list-item:last-of-type {
  overflow: hidden;
}

.ue-l-main-header__row {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.ue-l-main-header__bottom,
.ue-l-main-header__top {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 23.4375em) {

  .ue-l-main-header__bottom,
  .ue-l-main-header__top {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.ue-l-main-header__top {
  height: var(--ue-l-main-header-top-height);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__top {
    align-items: center;
    justify-content: center;
  }
}

.ue-l-main-header__bottom {
  height: var(--ue-l-main-header-bottom-height);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__bottom {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.ue-l-main-header__bottom,
.ue-l-main-header__top {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.ue-l-main-header__top {
  background-color: var(--ue-c-main-header-top-background-color, #fff);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__top {
    box-shadow: none;
  }
}

.ue-l-main-header__top:not(.ue-l-main-header--fixed) {
  border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
}

.ue-l-main-header__bottom {
  background: var(--ue-c-main-header-bottom-background);
  color: var(--ue-c-main-header-bottom-color, #000);
}

.ue-l-main-header__bottom:not(:last-child) {
  border-bottom: var(--ue-c-main-header-bottom-border-bottom, unset);
  border-bottom-color: var(--ue-c-main-header-bottom-border-bottom-color, unset);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__bottom {
    border-bottom: var(--ue-c-main-header-bottom-border-bottom);
    border-bottom: var(--ue-c-main-header-bottom-border-bottom, unset);
    border-bottom-color: var(--ue-c-main-header-bottom-border-bottom-color, unset);
    border-top-color: var(--ue-c-main-header-bottom-border-top-color);
  }
}

.ue-l-main-header__wrapper {
  display: flex;
}

@media (min-width: 46.25em) {
  .ue-l-main-header__wrapper {
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 61.25em) {
  .ue-l-main-header__wrapper {
    max-width: 1200px;
  }
}

@media (min-width: 46.25em) {
  .ue-l-main-header__nav--centered {
    align-items: center;
    position: absolute;
    padding-left: var(--ue-c-main-header-logo-box-width);
    padding-right: var(--ue-c-main-header-tools-width);
  }
}

.ue-l-main-header__top {
  z-index: var(--ue-l-main-header-top-row-z-index, 7);
}

.ue-l-main-header__top .ue-c-main-header__primary {
  z-index: var(--ue-l-main-header-top-primary-z-index, 7);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__top .ue-c-main-header__primary {
    --ue-l-main-header-top-primary-z-index: 8;
  }
}

.ue-l-main-header__top .ue-c-main-header__nav {
  z-index: var(--ue-l-main-header-top-panel-z-index, 5);
}

.ue-l-main-header__top .ue-c-main-header__button.is-primary {
  z-index: var(--ue-l-main-header-top-button-z-index, 7);
}

.ue-l-main-header__bottom {
  z-index: var(--ue-l-main-header-bottom-row-z-index, 5);
}

.ue-c-main-header {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  position: relative;
  z-index: 15000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 46.25em) {
  .ue-c-main-header {
    box-shadow: none;
  }
}

.ue-c-main-header__primary {
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  color: var(--ue-c-main-header-top-color, #000);
}

.ue-c-main-header__primary>* {
  pointer-events: all;
}

.ue-c-main-header__nav {
  display: flex;
  align-items: center;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__nav {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: stretch;
    height: inherit;
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-header__primary {
    box-shadow: none;
    background-color: transparent;
    display: flex;
    padding: var(--ue-c-main-header-primary-padding, 0);
  }
}

@media (min-width: 61.25em) {

  .ue-c-main-header__nav,
  .ue-c-main-header__primary {
    max-width: 1200px;
  }
}

.ue-c-main-header__logo {
  width: var(--ue-c-main-header-logo-box-width, 8rem);
  height: var(--ue-c-main-header-logo-box-height, auto);
}

.ue-c-main-header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: var(--ue-c-main-header-logo-box-align-items, center);
}

.ue-c-main-header__button {
  position: relative;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.ue-c-main-header__button.is-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--ue-c-main-header-button-primary-background-color, #fff);
  color: var(--ue-c-main-header-button-primary-color, #000);
  width: var(--ue-c-main-header-button-primary-width, 40px);
  height: var(--ue-c-main-header-button-primary-height, 35px);
}

@media (min-width: 23.4375em) {
  .ue-c-main-header__button.is-primary {
    min-width: var(--ue-c-main-header-button-primary-width, 50px);
    height: var(--ue-c-main-header-button-primary-height, 35px);
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-header__button.is-primary {
    min-width: var(--ue-c-main-header-button-primary-width, 80px);
    height: var(--ue-c-main-header-button-primary-height, 41px);
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem 0.45rem 0.5rem;
    box-shadow: none;
    text-transform: var(--ue-c-main-navigation-link-inline-text-transform, inherit);
    font-family: var(--ue-c-main-navigation-link-inline-font-family, Mundo, "Times New Roman", Times, serif);
    font-weight: var(--ue-c-main-navigation-link-inline-font-weight, normal);
    font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
    line-height: var(--ue-c-main-navigation-link-inline-line-height, 13px);
    letter-spacing: var(--ue-c-main-navigation-link-inline-letter-spacing, 0.02em);
  }
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
  left: 0;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
  top: -0.3125rem;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after {
  top: 0.3125rem;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
  position: absolute;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.25s;
  border-radius: 1px;
  background-color: var(--ue-c-main-header-button-primary-icon-background-color, #000);
  width: var(--ue-c-main-header-button-primary-icon-width, 23px);
  height: calc(var(--ue-c-main-header-button-primary-icon-height, 1px) + 0.5px);
}

@media (min-width: 23.4375em) {

  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
    left: inherit;
    width: var(--ue-c-main-header-button-primary-icon-width, 23px);
    height: var(--ue-c-main-header-button-primary-icon-height, 1px);
  }
}

@media (min-width: 46.25em) {

  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
    left: inherit;
    width: var(--ue-c-main-header-button-primary-icon-width, 14px);
    height: var(--ue-c-main-header-button-primary-icon-height, 1px);
    right: 0;
  }
}

.ue-c-main-header__tools {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  column-gap: 0.5rem;
}

.ue-c-main-header__tools>* {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ue-c-main-header__tools>* a span {
  align-self: center;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__tools {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .ue-c-main-header__tools a {
    margin: 0;
  }
}

.ue-c-main-header__login {
  position: relative;
}

.ue-c-main-header__login>a {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--ue-c-main-header-login-link-color, #000);
  font-family: var(--ue-c-main-header-login-font-family, Arial, Helvetica, sans-serif);
  font-weight: var(--ue-c-main-header-login-font-weight, normal);
  font-size: var(--ue-c-main-header-login-link-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-login-link-line-height, 1rem);
  letter-spacing: var(--ue-c-main-header-login-link-letter-spacing, 0);
}

@media (min-width: 46.25em) {
  .ue-c-main-header__login>a {
    --ue-c-main-header-login-link-font-size: 0.75rem;
    --ue-c-main-header-login-link-line-height: 1rem;
    --ue-c-main-header-login-link-letter-spacing: 0rem;
  }
}

@media (min-width: 61.25em) {
  .ue-c-main-header__login>a:hover {
    color: var(--ue-c-main-header-login-link-hover-color, #666);
  }
}

.ue-c-main-header__breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-content: space-evenly;
  flex-wrap: wrap;
  flex-grow: 1;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb {
    margin: var(--ue-c-main-header-breadcrumb-margin);
    margin-right: 0.65rem;
    flex-wrap: nowrap;
    position: relative;
  }
}

.ue-c-main-header__breadcrumb-list {
  display: flex;
  flex-grow: 1;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-list {
    display: inherit;
    height: inherit;
    flex-grow: unset;
  }
}

.ue-c-main-header__breadcrumb-link {
  color: var(--ue-c-main-header-breadcrumb-link-color, #000);
  text-decoration: none;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-link {
    padding: 0.35rem 0.8rem;
    margin: 0 0.5rem;
    box-sizing: border-box;
    align-self: center;
    font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, "Times New Roman", Times, serif);
  }

  .ue-c-main-header__breadcrumb-link:hover {
    color: var(--ue-c-main-header-breadcrumb-link-hover-color, #333);
  }
}

.ue-c-main-header__breadcrumb-link>span {
  position: relative;
  padding-left: 0.5rem;
}

.ue-c-main-header__breadcrumb-link>span:before {
  content: "";
  position: absolute;
  margin: 0;
  width: 0.125rem;
  height: 0.125rem;
  background-color: var(--ue-c-main-header-breadcrumb-divider-background-color, #000);
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.ue-c-main-header__breadcrumb-item {
  display: flex;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, "Times New Roman", Times, serif);
  text-transform: var(--ue-c-main-header-breadcrumb-link-text-transform, inherit);
  font-size: var(--ue-c-main-header-breadcrumb-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-breadcrumb-line-height, 0.75rem);
  letter-spacing: var(--ue-c-main-header-breadcrumb-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-item {
    --ue-c-main-header-breadcrumb-font-size: 0.8125rem;
    --ue-c-main-header-breadcrumb-line-height: 0.875rem;
    --ue-c-main-header-breadcrumb-letter-spacing: 0.02rem;
  }
}

.ue-c-main-header__breadcrumb-item.is-current .ue-c-main-header__breadcrumb-link {
  font-size: var(--ue-c-main-header-breadcrumb-current-font-size, 0.8125rem);
  line-height: var(--ue-c-main-header-breadcrumb-current-line-height, 0.875rem);
  letter-spacing: var(--ue-c-main-header-breadcrumb-current-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-item.is-current .ue-c-main-header__breadcrumb-link {
    --ue-c-main-header-breadcrumb-current-font-size: 0.8125rem;
    --ue-c-main-header-breadcrumb-current-line-height: 0.875rem;
    --ue-c-main-header-breadcrumb-current-letter-spacing: 0.02rem;
    background-color: var(--ue-c-main-header-breadcrumb-link-current-background-color, unset);
    color: var(--ue-c-main-header-breadcrumb-link-current-color, #000);
    border-radius: var(--ue-c-main-header-breadcrumb-link-current-border-radius);
  }
}

.ue-c-main-header__breadcrumb-item:last-child {
  width: 100%;
  font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, "Times New Roman", Times, serif);
  font-weight: var(--ue-c-main-header-breadcrumb-link-current-font-weight, 600);
  text-transform: var(--ue-c-main-header-breadcrumb-last-link-text-transform, inherit);
}

.ue-c-main-header__breadcrumb-item:before {
  background-color: var(--ue-c-main-header-breadcrumb-divider-background-color, #000);
  content: "";
  margin: 2px 4px;
  height: 2px;
  width: 2px;
  border-radius: 50%;
}

.ue-c-main-header__breadcrumb-item:first-child:before,
.ue-c-main-header__breadcrumb-item:last-child:before {
  content: none;
}

@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-item {
    align-items: stretch;
    height: 100%;
    border-right: 1px solid;
    border-right-color: var(--ue-c-main-header-breadcrumb-divider-border-right-color, #17435e);
  }

  .ue-c-main-header__breadcrumb-item:first-child a {
    margin-left: 0;
  }

  .ue-c-main-header__breadcrumb-item .ue-c-main-header__breadcrumb-link {
    font-weight: var(--ue-c-main-header-breadcrumb-link-current-font-weight, 600);
  }

  .ue-c-main-header__breadcrumb-item:before {
    display: none;
  }
}

@media (max-width: 46.24em) {
  .ue-c-main-header__button.is-primary {
    width: 90px;
  }

  .ue-c-main-header__button.is-primary span:not(.ue-c-main-header__button-menu-icon) {
    display: none;
  }

  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon {
    right: 0;
    display: flex;
  }

  .ue-c-main-header__tools,
  .ue-c-main-navigation.ue-l-main-navigation--display-inline {
    display: none;
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-header__tools .ue-c-main-header__login {
    position: relative;
  }
}

@media (max-width: 46.25em) {
  .ue-c-main-navigation {
    display: none;
  }
}

header[class*="elmundo-theme"],
header[data-theme="elmundo-theme"] {
  --ue-c-icon-avatar: url(../index/login-out-45d59df6a34805d1d440e316771e6ae1.svg);
  --ue-c-icon-avatar-logout: url(../index/login-8f9f3ce36ab52a4c900ef850c339dc3f.svg);
  --ue-c-icon-login-elmundo-stroke: #000;
  --ue-l-main-header-top-height: 36px;
  --ue-l-main-header-bottom-height: 36px;
  --ue-c-main-header-border: 1px solid #000;
  --ue-c-main-header-more-icon: #000;
  --ue-c-main-header-logo-box-width: 8.125rem;
  --ue-c-main-header-logo-box-height: auto;
  --ue-c-main-header-logo-width: 8.125rem;
  --ue-c-main-header-logo-height: auto;
  --ue-c-main-header-logo-box-align-items: center;
  --ue-c-main-header-logo-box-small-width: 1.875rem;
  --ue-c-main-header-logo-box-small-height: auto;
  --ue-c-main-header-logo-box-small-background-color: none;
  --ue-c-main-header-logo-small-width: 1.25rem;
  --ue-c-main-header-logo-small-height: auto;
  --ue-c-main-header-progress-bar-color: #000;
  --ue-c-main-header-panel-border: 1px solid;
  --ue-c-main-header-panel-border-color: #000;
  --ue-c-main-navigation-link-font-family: Mundo, Times New Roman, Times, serif;
}

@media (min-width: 23.4375em) {

  header[class*="elmundo-theme"],
  header[data-theme="elmundo-theme"] {
    --ue-c-main-header-logo-box-width: 9.375rem;
    --ue-c-main-header-logo-box-height: auto;
    --ue-c-main-header-logo-width: 9.375rem;
    --ue-c-main-header-logo-height: auto;
  }
}

header[class*="elmundo-theme"] .ue-l-main-header__bottom,
header[data-theme="elmundo-theme"] .ue-l-main-header__bottom {
  --ue-c-main-header-bottom-background: #f7f7f7;
  --ue-c-main-header-button-secondary-icon-background-color: #000;
  --ue-c-main-header-breadcrumb-link-color: #000;
  --ue-c-main-header-bottom-border-bottom: 1px solid;
  --ue-c-main-header-bottom-border-bottom-color: #000;
  --ue-c-main-header-bottom-border-top: 1px solid;
  --ue-c-main-header-bottom-border-top-color: #000;
  --ue-c-main-navigation-list-dropdown-border-top: 1px solid #000;
  --ue-c-main-navigation-list-dropdown-border-bottom: 1px solid #000;
}

header[class*="elmundo-theme"] .ue-c-main-navigation__link-dropdown,
header[data-theme="elmundo-theme"] .ue-c-main-navigation__link-dropdown {
  --ue-c-main-navigation-link-color: #000;
  --ue-c-main-navigation-link-dropdown-active: #000;
  --ue-c-main-navigation-link-font-weight: 600;
}

@media (min-width: 46.25em) {

  header[class*="elmundo-theme"],
  header[data-theme="elmundo-theme"] {
    --ue-c-search-icon: #000;
    --ue-l-main-header-top-height: 42px;
    --ue-l-main-header-bottom-height: 42px;
    --ue-c-main-header-logo-box-width: 10.625rem;
    --ue-c-main-header-logo-width: 9.375rem;
    --ue-c-main-header-logo-box-align-items: left;
    --ue-c-main-navigation-dropdown-border: 0;
    --ue-c-main-header-breadcrumb-margin: 0.4rem 0;
    --ue-c-main-header-more-icon: #000;
    --ue-c-main-navigation-link-current-background: #fff;
    --ue-c-main-navigation-link-current-color: #000;
    --ue-c-main-navigation-link-current-border-radius: 3px;
    --ue-c-main-header-tools-width: 15.625rem;
  }

  header[class*="elmundo-theme"] .ue-c-main-navigation__link-dropdown,
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__link-dropdown {
    --ue-c-main-navigation-link-font-weight: normal;
    --ue-c-main-navigation-highlight-font-weight: 600;
    --ue-c-main-navigation-link-dropdown-hover-line: transparent;
    padding: 0 0.46rem;
  }

  header[class*="elmundo-theme"] .ue-l-main-header__top:not(.ue-l-main-header--column-center) .ue-c-main-header__button.is-primary,
  header[data-theme="elmundo-theme"] .ue-l-main-header__top:not(.ue-l-main-header--column-center) .ue-c-main-header__button.is-primary {
    padding: 0.5rem 1rem 0.4rem 0.5rem;
  }
}

@supports ((-webkit-scroll-snap-type: x mandatory) or (scroll-snap-type: x mandatory)) {}

@supports (scroll-snap-align: end) {}

.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__card-body ul li::marker {
  content: ". ";
  font-size: 2em;
  line-height: 0;
}

.ue-l-article--basic.elmundo-theme-v10 .ue-c-article__listing--grid-cols2> :after {
  left: calc(100% + 16px);
  width: 1px;
  height: 100%;
  bottom: 100%;
  position: relative;
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .tablet\:ue-c-article__listing--grid-cols2> :after {
    left: calc(100% + 16px);
    width: 1px;
    height: 100%;
    bottom: 100%;
    position: relative;
  }
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .desktop\:ue-c-article__listing--grid-row> :after {
    bottom: -16px;
    width: 100%;
    height: 1px;
    position: relative;
    left: 0;
  }
}

.about-list .legal-text {
  color: #4a4a4a;
  font-size: 12px;
}

@media (min-width: 768px) {
  .container-about-footer .partners {
    width: 25%;
  }

  .about-list {
    position: static;
    width: auto;
  }

  .about-list .legal-text {
    margin-top: 6px;
  }
}

@media (max-width: 1024px) {
  .container-toggle {
    padding: 0 10px;
  }

  .container-about-footer .container {
    flex-direction: column;
    align-items: center;
  }

  .partners {
    width: 100%;
    order: 3;
    justify-content: center;
  }

  .about-list {
    width: 100%;
    order: 1;
    position: static !important;
  }

  .about-list .legal-text {
    margin-top: 6px !important;
  }

  .footer-social-networks {
    order: 2;
    width: 100%;
  }

  .footer-social-networks ul {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .container-toggle {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
  }

  .container-toggle .list-footer li {
    text-align: center;
  }
}



:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  --mainColor: #6cbdde;
  --text: #ffffff;
  --input-color: #000;
  --valid-input-color: #000;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.fb--container ._8o,
.fb--container ._8o .img,
article,
section {
  display: block;
}

a,
abbr,
article,
b,
body,
div,
h1,
h2,
h3,
html,
img,
li,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;

  vertical-align: baseline;
}

.fb--container .UFICommentActorName,
.fb--container ._50f7,
p b {
  font-weight: 700;
}

.main_wrapper {
  line-height: 1;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  background-color: #fff;
  padding-top: 30px;
}

ul {
  list-style: none;
}

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

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgb(0 0 0/5%);
  background-color: rgba(63, 71, 85, 0.2);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-geocoder--powered-by a:not(:hover) {
  text-decoration: none;
}

.fb--container a:hover,
.fb--container._5lm5 ._42ef:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

.NewsletterPolitics_newsletterHtml__wrapperText__xm5t_ ol li::marker,
.NewsletterPolitics_newsletterHtml__wrapperText__xm5t_ ul li::marker {
  color: #00283b;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 834px) {

  .NewsletterPolitics_newsletterHtml__wrapperText__xm5t_ ol li::marker,
  .NewsletterPolitics_newsletterHtml__wrapperText__xm5t_ ul li::marker {
    font-size: 16px;
    line-height: 20px;
  }
}

.NewsletterPolitics_newsletterHtml__wrapperText__xm5t_ ul li::marker {
  font-size: 14px;
}

.NewsletterPolitics_newsletterHtml__wrapperText__xm5t_ ol li::marker {
  color: #ff3640;
  word-spacing: 12px;
}

.StoryPageHeadline_spHeadline__title__64iDI {
  color: #00283b;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 4px;
  text-align: left;
  max-width: 382px;
}

@media (min-width: 568px) {
  .StoryPageHeadline_spHeadline__title__64iDI {
    max-width: 700px;
  }
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL {
  display: flex;
  gap: 20px;
  flex-direction: column;
  line-height: 1.5;
  overflow: hidden;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL .wrapperTable ::-webkit-scrollbar:vertical {
  width: 0;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL .wrapperTable ::-webkit-scrollbar-button:increment {
  display: none;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL .wrapperTable ::-webkit-scrollbar:horizontal {
  height: 11px;
  background-color: #bfc0c0;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL img {
  display: block;
  width: 100%;
  height: auto;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL div {
  max-width: 100%;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL h2 {
  color: #001621;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin: 0;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL ul {
  margin: 0;
  border-top: none;
  list-style: square inside;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL ol li::marker,
.StoryPageBody_spBody__HTMLBodyText__FEUdL ul li::marker {
  color: #001621;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL ul li {
  border-bottom: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 8px 8px;
}

@media (min-width: 834px) {
  .StoryPageBody_spBody__HTMLBodyText__FEUdL {
    font-size: 16px;
    gap: 16px;
  }

  .StoryPageBody_spBody__HTMLBodyText__FEUdL h2 {
    font-size: 25px;
    line-height: 36px;
    margin: 15px 0;
  }

  .StoryPageBody_spBody__HTMLBodyText__FEUdL ol li::marker,
  .StoryPageBody_spBody__HTMLBodyText__FEUdL ul li::marker {
    font-size: 16px;
    line-height: 20px;
  }

  .StoryPageBody_spBody__HTMLBodyText__FEUdL ul li {
    font-size: 18px;
    padding: 0 0 12px 8px;
  }
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL ul li::marker {
  font-size: 14px;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL ol li::marker {
  color: #a42a30;
  word-spacing: 12px;
}

.BannerWhatsApp_banner__Text__xApUY :globalspan :first-child {
  margin-right: 8px;
}

.CardStoryPage_cardStoryPage__wrapper__HrNKt {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  gap: 16px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 0px) {
  .StoryPageHeadline_spHeadline__title__64iDI {
    padding: 0;
  }

  .StoryPageBody_spBody__HTMLBodyText__FEUdL {
    font-size: 16px;
    font-weight: 400;
  }

  .CardStoryPage_cardStoryPage__wrapper__HrNKt {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media screen and (max-width: 1024px) {
  .CardStoryPage_cardStoryPage__wrapper__HrNKt {
    max-width: 100%;
    width: 100% !important;
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  .StoryPageHeadline_spHeadline__title__64iDI {
    font-size: 28px;
    line-height: unset;
    max-width: 972px;
  }

  .StoryPageBody_spBody__HTMLBodyText__FEUdL {
    font-size: 18px;
  }

  .CardStoryPage_cardStoryPage__wrapper__HrNKt {
    width: 70%;
    max-width: 1185px;
    margin-right: 15px;
  }
}

.StoryPage_storyPage__pageWrapper__XX6Kx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
}

@media (min-width: 834px) {
  .CardStoryPage_cardStoryPage__wrapper__HrNKt {
    width: 70%;
    margin-right: 15px;
  }

  .StoryPage_storyPage__pageWrapper__XX6Kx {
    padding: 0 16px 24px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 834px) {
  .StoryPage_storyPage__pageWrapper__XX6Kx {
    padding: 0 32px;
  }
}

.StoryPage_storyPage__contentWrapper__9iCxC,
.main_wrapper {
  position: relative;
}

@media (min-width: 540px) {
  .StoryPage_storyPage__contentWrapper__9iCxC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .StoryPage_storyPage__contentWrapper__9iCxC {
    flex-direction: column !important;
  }
}

.BloqueVideoVertical_videoVertical__wrapperCard__9EuIx:focus-visible {
  outline: 0;
}

.BlockDetailVideo_video__cell_list__card_list__tTM6s:focus-visible {
  outline: 0;
}

@media (max-width: 1024px) {
  .BlockDetailVideo_video__cell_list__card_list__tTM6s ::-webkit-scrollbar:vertical {
    width: 5px;
  }

  .BlockDetailVideo_video__cell_list__card_list__tTM6s ::-webkit-scrollbar-button:increment {
    display: none;
  }

  .BlockDetailVideo_video__cell_list__card_list__tTM6s ::-webkit-scrollbar:horizontal {
    height: 10px;
  }
}

.Grid_colum_programs__eXNgT:focus-visible {
  outline: 0;
}

button {
  background: 0 0;
  border: none;
}

.BloqueTextoHtml_textoHtml__wrapperText__kh6IA ol li::marker,
.BloqueTextoHtml_textoHtml__wrapperText__kh6IA ul li::marker {
  color: #00283b;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 834px) {
  .StoryPage_storyPage__contentWrapper__9iCxC {
    flex-direction: row;
  }

  .BloqueTextoHtml_textoHtml__wrapperText__kh6IA ol li::marker,
  .BloqueTextoHtml_textoHtml__wrapperText__kh6IA ul li::marker {
    font-size: 16px;
    line-height: 20px;
  }
}

.BloqueTextoHtml_textoHtml__wrapperText__kh6IA ul li::marker {
  font-size: 14px;
}

.BloqueTextoHtml_textoHtml__wrapperText__kh6IA ol li::marker {
  color: #ff3640;
  word-spacing: 12px;
}

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

p {
  font-weight: 500 !important;
}

.custom-list,
.custom-list li {
  margin-bottom: 20px !important;
}

.custom-list li {
  padding-bottom: 5px;
}

.custom-list {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  font-family: var(--dls-font-stack-sans);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}

.fb--container img {
  border: 0;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}

.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle,
.fb--container .fcg,
.fb--container a.uiLinkSubtle {
  color: #90949c;
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf,
.fb--container .rfloat {
  float: right;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container ._2vq9 a {
  color: #4267b2;
}

.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}

.fb--container ._517h:hover {
  background-color: #e9ebee;
}

.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6b {
  vertical-align: middle;
  display: inline-block;
  word-wrap: normal;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  line-height: 22px;
}

.fb--container ._5mdd,
.fb--container._2pi8 {
  word-wrap: break-word;
}

.fb--container ._6b::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
}

.fb--container ._2pis {
  padding-left: 8px;
  margin-left: 56px;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container._5lm5 {
  margin-top: 12px;
  border-top: 1px solid #e9ebee;
}

.fb--container._5lm5 ._42ef {
  font-size: 11px;
  color: #365899;
  cursor: pointer;
  padding-bottom: 8px;
  padding-top: 8px;
  font-weight: 700;
}

.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.fb--container ._pup {
  color: #4b4f56;
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

#comments_form.mycomment {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
}

#comments_form .mycomment-img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

#comments_form .mycomment-info {
  width: 100%;
  max-width: 100%;
}

#comments_form .textbox {
  color: #1d2129;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  margin-bottom: 10px;
  outline: 0;
}

#comments_form .mycomment-info__inner {
  background-color: #f2f3f5;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  padding: 0.75rem 12px 1rem;
  position: relative;
}

#comments_form .error {
  position: relative;
  margin-top: -10px;
  color: red;
  font-size: 13px;
  padding-left: 5px;
  display: none;
}

.custom-list li {
  list-style-type: none !important;
  line-height: 30px !important;
  font-weight: normal !important;
  background-color: #f2f7ff !important;
  padding: 8px 12px !important;
  border-left: 2px solid #005fff !important;
  border-right: 2px solid #005fff !important;
  border-radius: 6px !important;
  margin-bottom: 10px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}

p {
  margin: 10px 0;
}

.brand-name-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.brand-name-image.brand-name-image2 {
  top: 50%;
  right: 20%;
  left: unset;
  width: 20%;
  color: #0a0a0a;
  font-size: 26px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1079px) {
  .brand-name-image {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 670px) {
  .brand-name-image {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 517px) {
  .brand-name-image {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 380px) {
  .brand-name-image {
    font-size: 8px !important;
  }

  .brand-name-image.brand-name-image2 {
    font-size: 12px !important;
  }
}



#Send-Us-Message {
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background: #2f3032;
}

#Send-Us-Message {
  border: none;
  border-radius: 5px;
  max-width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background: #2f3032;
}

#Send-Us-Message input {
  font-size: 16px;
  margin-bottom: 16px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  line-height: 1;
  box-shadow: none;
  font-family: Arial;
  background: 0 0;
}

#Send-Us-Message input:focus {
  outline: 0;
  border: none;
  border-bottom: 1px solid #B32127 !important;
}

#Send-Us-Message button {
  position: relative;
  padding: 14px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  /*transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;*/
  background: 0 0;
  color: var(--text);
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid var(--mainColor);
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px #00000030;
  margin: 20px 0;
}


#Send-Us-Message {
  border: none;
  border-radius: 15px;
  max-width: 504px;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 30px;
}

#Send-Us-Message h3 {
  padding: 0 15px;
  margin: 0 0 20px 0;
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

#Send-Us-Message h3 span {
  font-weight: 600;
  color: #B32127;
  font-family: "Instrument Sans";
  font-style: italic;
}

#Send-Us-Message .form-photo {
  max-width: 452px;
  padding: 0 15px;
  box-sizing: border-box;
}

#Send-Us-Message .form-photo img {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
}

#Send-Us-Message h2 {
  padding: 0 10px;
  color: #000;
  margin: 0 0 10px 0;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}


#Send-Us-Message input {
  font-size: 16px;
  margin-bottom: 16px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  line-height: 1;
  box-shadow: none;
  font-family: Arial;
  background: 0 0;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  font-family: "Instrument Sans" !important;
}

#Send-Us-Message input:focus {
  outline: 0 !important;
  border: 1px solid #B32127 !important;
}

#Send-Us-Message button {
  position: relative;
  padding: 14px;
  overflow: hidden;
  color: #fff;
  background: 0 0;
  color: var(--text);
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px #00000030 !important;
  margin: 20px 0 !important;
  background: #B32127 !important;
  font-family: "Instrument Sans" !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}


#Send-Us-Message button:hover {
  background: 0 0 !important;
  background: #04234b !important;
  color: #ffffff !important;
}

#Send-Us-Message button:disabled,
#Send-Us-Message button:disabled::before,
#Send-Us-Message button:disabled:hover,
#Send-Us-Message button:disabled:hover::before,
#Send-Us-Message form:invalid button,
#Send-Us-Message form:invalid button::before,
#Send-Us-Message form:invalid button:hover,
#Send-Us-Message form:invalid button:hover::before {
  background: #5a5a5a !important;
  opacity: 0.8 !important;
  cursor: not-allowed !important;
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
  color: #fff !important;
}



#cd-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-family: sans-serif;
  font-family: "Instrument Sans";
}

.cd-unit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
}

.cd-digits {
  display: flex;
}

.cd-box {
  box-sizing: border-box;
  min-width: 35px;
  margin: 0 2px;
  border-radius: 8px;
  padding: 15px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  background: #fff;
}

.cd-label {
  position: absolute;
  bottom: -25px;
  margin-top: 5px;
  color: #333;
  font-weight: bold;
  font-size: 0.6em;
  text-transform: uppercase;
}

.cd-separator {
  border-radius: 8px;
  color: black;
  font-weight: bold;
  font-size: 1.5em;
}

@media (max-width: 550px) {
  .cd-box {
    font-size: 18px;
  }

  .cd-separator {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .cd-box {
    min-width: initial;
    padding: 10px 13px;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .cd-box {
    min-width: initial;
    padding: 8px 10px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .cd-box {
    min-width: initial;
    padding: 6px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}

#custom-regbox {
  padding: 0px 10px;
}


.form-footer {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 40px 37px 40px 37px;
  background: #B32127;
  background-image: url("../index/noise.webp");
  background-size: cover;
}

.form-footer img {
  width: 100%;
  margin: 0 auto 20px;
}

.form-footer .uniqp {
  margin-bottom: 25px;
  color: #ffffff;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.form-footer .pp {
  color: #fff;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.main_wrapper a {
  font-weight: 700;
  color:#B32127;
}