* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

li,
ul {
  margin: 0px;
  padding: 0px;
}

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

p {
  margin: 0px;
}

.site-footer {
  overflow: hidden;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  text-align: center;
  margin: 0px;
  padding: 0px;
  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: 0px 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 0px;
}

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

.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: 0px 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 0px;
  display: block;
  position: relative;
  font-size: 14px;
}

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

.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: 0px;
}

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

.container-toggle .list-footer li + li::after {
  content: '•';
  color: rgb(255, 255, 255);
  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: 0px;
}

.about-list {
  margin: 0px 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: 0px 9px 0px 0px;
  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: 0px;
}

.partners {
  justify-content: flex-start;
  margin: 7px 0px;
  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('../img/1.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% center;
}

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

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

.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: 0px 13px;
}

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

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

.container-toggle .list-footer li {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  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: 0px;
}

.about-list .copyright .icon-elmundo-mobile {
  margin-top: 0px;
  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: 0px;
}

.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 0px;
}

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

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

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

.partners a {
  display: block;
}

.no-visible {
  display: none !important;
}

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

.ue-c-fixed {
  position: fixed !important;
  top: 0px;
}

.hide {
  display: none;
}

.hidden-content {
  position: absolute;
}

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

body {
  margin: 0px;
}

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

.ue-c-article__media-img-container {
  overflow: hidden;
}

.ue-c-main-header__progress-bar.ue-c-fixed {
  top: var(--ue-l-main-header-top-height);
}

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

.ue-c-seo-links {
  width: 100%;
  max-width: 75rem;
  display: flex;
  position: relative;
  padding: 0px 1rem;
  box-sizing: border-box;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  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;
  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: 0px;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(90deg, transparent, rgb(255, 255, 255));
}

.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: 0px 0px 0px 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: 0px 0px 0px 0.5rem;
  }
}

.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  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: 0px;
  position: relative;
  padding: 0px 0.5rem;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item {
    padding: 0px 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: 0px;
  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: 0px 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: 0px;
}

.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: 0px;
  }
}

.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: 0px;
    height: auto;
  }
  .ue-c-main-navigation__link:hover {
    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 0px 0px;
  transform: translateY(-75%) rotate(45deg);
  transition: 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-top-width: inherit;
  border-left-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: 0px;
    background-color: var(
      --ue-c-main-navigation-link-dropdown-hover-line,
      #000
    );
  }
}

.ue-c-main-navigation--high-contrast .ue-c-main-navigation__link {
  display: flex;
  align-items: center;
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation--high-contrast
    .ue-c-main-navigation__list--first-level {
    background-color: unset;
  }
}

@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: 0px;
    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);
  }
  .ue-l-main-navigation--truncated-width
    > .ue-c-main-navigation__list--first-level
    > li:not(:nth-child(-n + 6)) {
    display: none;
  }
}

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

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-item.is-current
  a {
  background-color: var(--ue-c-main-navigation-link-current-background, #000);
  color: var(--ue-c-main-navigation-link-current-color, #fff);
  border-radius: var(--ue-c-main-navigation-link-current-border-radius, 0);
}

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-item:not(.hide).has-overflow {
  margin: 0px;
  position: relative;
  background-color: var(--ue-c-main-header-bottom-background);
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__link {
  padding: 0.4rem 1rem;
  align-self: center;
}

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list--first-level
  .ue-c-main-navigation__link {
  text-transform: inherit;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 0.5rem;
  margin: 0px;
  border: 0px;
  background-color: inherit;
}

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-button-icon::after,
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-button-icon::before {
  content: '';
  transition: 0.25s;
  width: 1px;
  height: 7px;
  background-color: var(--ue-c-main-header-more-icon, #fff);
  backface-visibility: hidden;
  position: absolute;
  right: 12px;
  top: 42%;
}

@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: 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.hide {
    display: none;
  }
  .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:not(
    .ue-l-main-navigation--truncated-width
  ) {
    padding-left: inherit;
  }
}

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

.ue-c-main-navigation__list {
  padding: 0px;
  margin: 0px;
  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;
}

.ue-l-main-header__bottom .hide,
.ue-l-main-header__top .hide {
  display: none;
}

@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: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.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);
}

@media (min-width: 46.25em) {
  .ue-l-main-header__bottom {
    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: fit-content;
  box-sizing: border-box;
  position: relative;
  z-index: 15000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
}

@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 svg {
  width: var(--ue-c-main-header-logo-width, 8rem);
  height: var(--ue-c-main-header-logo-height, auto);
}

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

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

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

.ue-c-main-header__logo--small.hide {
  display: none;
}

.ue-c-main-header__button {
  position: relative;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
  box-sizing: border-box;
}

.ue-c-main-header__button.is-primary {
  appearance: none;
  padding: 0px;
  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: 0px;
}

.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: '';
  backface-visibility: hidden;
  transition: 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: 0px;
  }
}

.ue-c-main-header__progress-bar {
  width: 100%;
  top: var(--ue-l-main-header-top-height);
  left: 0px;
  height: var(--ue-c-main-header-progress-bar-height, 3px);
  z-index: 7;
  background-color: var(--ue-c-main-header-progress-bar-background-color);
}

.ue-c-main-header__progress-bar-fill {
  height: 100%;
  width: 0px;
  background-color: var(--ue-c-main-header-progress-bar-color);
  display: block;
  max-width: 100% !important;
}

.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: fit-content;
  }
  .ue-c-main-header__tools a {
    margin: 0px;
  }
}

.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: 0px;
  padding: 0px;
  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-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: 0px 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-item {
  display: flex;
  align-items: center;
  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: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-width: 1px;
    border-right-style: 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: 0px;
  }
  .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: 0px;
    display: flex;
  }
  .ue-c-main-header__tools,
  .ue-c-main-navigation.ue-l-main-navigation--display-inline,
  .ue-l-main-header__top .ue-c-main-header__logo--theme,
  .ue-l-main-navigation--with-hidden-content {
    display: none;
  }
}

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

@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-header__logo--small svg,
header[data-theme='elmundo-theme'] .ue-c-main-header__logo--small svg {
  fill: rgb(0, 86, 140);
}

header[class*='elmundo-theme'] .ue-c-main-header__logo--small,
header[data-theme='elmundo-theme'] .ue-c-main-header__logo--small {
  --ue-c-main-header-logo-box-align-items: flex-start;
}

header[class*='elmundo-theme'] .ue-c-main-navigation--high-contrast,
header[data-theme='elmundo-theme'] .ue-c-main-navigation--high-contrast {
  --ue-c-main-navigation-link-padding: 0.75rem 0;
}

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: 0px 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;
  }
  header[class*='elmundo-theme']
    .ue-l-main-navigation--with-hidden-content
    .is-current,
  header[data-theme='elmundo-theme']
    .ue-l-main-navigation--with-hidden-content
    .is-current {
    --ue-c-main-navigation-link-font-weight: 600;
  }
}

.ue-l-article--basic.elmundo-theme-v9 {
  background-color: rgb(255, 255, 255);
  --cover-content-column-count: 6;
  --cover-content-cols-width: 2;
  --cover-content-y-gap: 1rem;
  --cover-content-x-gap: 0.5rem;
  --cover-content-gap: 2rem;
  --cover-content-boxed-space: 1rem;
  --cover-content-boxed-height: 100%;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox {
  overflow: hidden;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgb(243, 243, 243);
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px 0px;
  padding: 1rem;
  position: absolute;
  width: 200px;
  top: 40px;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 15001;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item {
  --toolbox-color-icon: #000;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-family: var(--ue-c-article__toolbox-font-family, Roboto);
  color: rgb(0, 0, 0);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item:hover {
  position: relative;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item:hover::after {
  content: '';
  width: 130%;
  height: 130%;
  background-color: rgb(246, 246, 246);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__toolbox-item-icon {
  width: 26px;
  height: 26px;
}

.ue-l-article--basic.elmundo-theme-v9,
.ue-l-article--basic.elmundo-theme-v9 ::before {
  --ue-c-section-title-font-weight: 700;
  --ue-c-section-title-font-size: 1rem;
  --ue-c-section-title-line-height: 1rem;
  --ue-c-section-title-letter-spacing: 0;
  --ue-c-section-title-text-transform: uppercase;
  --ue-c-section-title-before: Noticias de;
  --ue-c-section-title-eng: News;
  --ue-c-section-title-padding: 0.625rem 0;
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9,
  .ue-l-article--basic.elmundo-theme-v9 ::before {
    --ue-c-section-title-font-size: 1.1875rem;
    --ue-c-section-title-line-height: 1.1875rem;
  }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article ::selection {
  background: rgb(255, 255, 0);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article * a::selection {
  background: rgb(255, 255, 0);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-container {
  display: inline-block;
  font-size: 0px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-group {
  box-sizing: border-box;
  position: relative;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__header {
  margin-bottom: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph {
  margin: 0px;
  font-family: Mundo, 'Times New Roman', Times, serif;
  color: rgb(32, 32, 32);
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph a {
  color: rgb(46, 109, 157);
  text-decoration: none;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph a:hover {
  color: rgb(0, 69, 112);
  text-decoration: underline;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0px;
  font-family: Mundo, 'Times New Roman', Times, serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(121, 118, 118);
  padding: 0px;
  background-color: transparent;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate span {
  font-weight: 700;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate time span {
  font-weight: 400;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools {
  list-style-type: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__share-tools-item:not(:last-child) {
  margin-right: 0.3125rem;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__share-tools-item--toolbox-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(206, 206, 206);
  padding: 5.33333px;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__share-tools-item--toolbox-toggle
  svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: transparent;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__share-tools-item--toolbox-toggle:active,
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__share-tools-item--toolbox-toggle:hover {
  background: rgb(246, 246, 246);
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__share-tools-item--toolbox-toggle:focus {
  background: rgb(246, 246, 246);
  box-shadow: 0 0 1px 2px var(--ue-c-article-focus-color);
  outline: 0px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button {
  border: 1px solid rgb(206, 206, 206);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 1.5625rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  height: 32px;
  padding: 0px 0.75rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button:hover {
  background-color: rgb(51, 51, 51);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button:focus {
  box-shadow: rgb(0, 169, 224) 0px 0px 1px 2px;
  outline: 0px;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button
  .ue-c-article__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  fill: rgb(255, 255, 255);
  width: 30px;
  height: 23px;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button
  .ue-c-article__button-icon
  svg {
  width: 100%;
  height: 100%;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--theme-comments {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button--theme-comments:hover {
  background-color: rgb(246, 246, 246);
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button--theme-comments
  .ue-c-article__button-icon {
  fill: rgb(255, 255, 255);
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button--theme-comments
  .ue-c-article__button-text {
  color: rgb(0, 0, 0);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar-body {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  flex-grow: 1;
  align-items: stretch;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar-footer {
  display: flex;
  flex-flow: wrap;
  align-items: end;
  gap: 0px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-name {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 19px;
  font-family: Mundo, 'Times New Roman', Times, serif;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-caption {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 16px;
  font-family: Mundo, 'Times New Roman', Times, serif;
  font-weight: 400;
  color: rgb(121, 118, 118);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-caption-item {
  display: flex;
  gap: 0.3em;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a:hover {
  color: rgb(102, 102, 102);
  text-decoration: underline;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a:active {
  color: rgb(102, 102, 102);
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__author--horizontal-from-tablet {
    flex-direction: row;
  }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media {
  margin: 0px;
  position: relative;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media--image img {
  width: 100%;
  height: auto;
  display: block;
  font-family: Mundo, 'Times New Roman', Times, serif;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-img-container {
  position: relative;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
  margin: 0px;
  font-family: Mundo, 'Times New Roman', Times, serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-size: var(--ue-c-article__headline-font-size, 2rem);
  line-height: var(--ue-c-article__headline-line-height, 2.1875rem);
  letter-spacing: var(--ue-c-article__headline-letter-spacing, 0);
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
    --ue-c-article__headline-font-size: 2.0625rem;
    --ue-c-article__headline-line-height: 2.25rem;
    --ue-c-article__headline-letter-spacing: 0rem;
  }
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
    --ue-c-article__headline-font-size: 2.75rem;
    --ue-c-article__headline-line-height: 2.875rem;
    --ue-c-article__headline-letter-spacing: 0rem;
  }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
  position: relative;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-grow: 0;
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
    padding-left: 0px;
    padding-right: 19.375rem;
  }
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
    padding-left: 11.5625rem;
    padding-right: 23.0625rem;
  }
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--columns-flex-parent {
    display: flex;
  }
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    padding-right: 0px;
  }
}

@media (min-width: 46.25em) and (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 19.375rem);
  }
}

@media (min-width: 46.25em) and (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 23.0625rem);
  }
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__row {
    display: flex;
  }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column-extra {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column-extra {
    padding-left: 11.5625rem;
    width: calc(100% - 23.0625rem);
  }
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-l-article__body
  .ue-c-article__bar:not(:last-child),
.ue-l-article--basic.elmundo-theme-v9
  .ue-l-article__body
  .ue-c-article__paragraph:not(:last-child) {
  margin-bottom: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-l-article__body
  > .ue-c-article__bar:not(:last-child) {
  margin-bottom: 1rem;
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__body
    > .ue-c-article__bar:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  clear: both;
  position: relative;
  background-color: var(--ue-l-article__inner-back-color, #fff);
  padding: 1rem 0.5rem;
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
    max-width: 77rem;
  }
}

@media (min-width: 23.4375em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 23.4375em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__header-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.ue-l-article--basic.elmundo-theme-v9
  .ue-l-article__header-content
  > .ue-c-article__headline:not(:last-child),
.ue-l-article--basic.elmundo-theme-v9
  .ue-l-article__header-content
  > .ue-c-article__kicker-group:not(:last-child) {
  margin-bottom: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner--no-gutter {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-section-title {
  margin: 0px;
  width: 100%;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-style: normal;
  text-transform: var(--ue-c-section-title-text-transform);
  font-weight: var(--ue-c-section-title-font-weight);
  color: rgb(0, 0, 0);
  font-size: var(--ue-c-section-title-font-size);
  line-height: var(--ue-c-section-title-line-height);
  letter-spacing: var(--ue-c-section-title-letter-spacing);
  padding: var(--ue-c-section-title-padding);
}

#comments {
  margin: 0px 0px 32px;
}

.Comment__root___3hQ_c {
  margin-left: 20px;
  margin-bottom: 16px;
  position: relative;
  padding-top: 12px;
}

.Comment__rootLevel0___1rJSw:first-child {
  padding-top: 0px;
  border: 0px;
}

.Comment__rootLevel0___1rJSw {
  margin-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.Comment__comment___3_T6p {
  position: relative;
  padding-left: 15px;
  display: flex;
}

.Comment__commentContainer___3sJdg {
  width: 100%;
}

.Comment__commentLevel0___1B4Fw {
  padding-left: 0px;
}

.Comment__bylineSecondary___3wA7v {
  display: flex;
  color: rgb(105, 105, 105);
  font-size: 12px;
}

.Comment__header___2nnH0 {
  margin: 10px 0px;
  display: flex;
}

.Comment__headerContainer___3iZR2 {
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 480px) {
  .Comment__headerContainer___3iZR2 {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}

.Comment__content___H2nSW {
  overflow-wrap: break-word;
}

.Comment__footer___3AWk_ {
  min-height: 10px;
}

.Comment__username___qwlpJ {
  margin-right: 5px;
}

.Stream__filterWrapper___1A4eQ {
  position: absolute;
  right: 0px;
  margin-top: 4px;
}

.Stream__tabContainer___2trkn {
  position: relative;
  margin-top: 28px;
}

.talk-plugin-like-label {
  display: none;
}

.talk-tab-button {
  color: rgb(188, 188, 188);
  font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
}

.talk-tab-count {
  background: 0px 0px;
  color: inherit;
  font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-left: 3px;
  margin-top: 0px;
  min-width: 0px;
  padding: 0px;
  position: static;
  top: auto;
}

.talk-tab-count::before {
  content: '(';
}

.talk-tab-count::after {
  content: ')';
}

.talk-plugin-infobox-info {
  background: rgb(244, 244, 244);
  border-radius: 1px;
  color: rgb(85, 85, 85);
  font-size: 12px;
  padding: 6px 9px;
}

.talk-plugin-infobox-info p {
  margin: 0px;
}

.talk-comment-timestamp {
  color: rgb(153, 153, 153);
  font-size: 10px;
  user-select: none;
  pointer-events: none;
}

.talk-embed-stream-comment-actions-container-left {
  flex: 1 1 0%;
  float: none;
  user-select: none;
}

.talk-plugin-viewing-options button {
  font-size: 12px;
  font-weight: 700;
}

.talk-plugin-viewing-options i {
  display: none;
}

.talk-plugin-viewing-options span {
  display: inline-block;
}

.talk-tab-active .talk-tab-button {
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}

.talk-tab {
  display: inline-block;
  margin-right: 6px;
}

.talk-tab:last-child {
  display: inline-block;
  margin-bottom: -3px;
}

.talk-tab-bar {
  border-bottom: 3px solid rgb(213, 213, 213);
}

.talk-stream-comment-wrapper {
  margin: 0px;
}

.talk-stream-comment-container {
  padding: 0px;
}

.talk-stream-comment {
  border-bottom: 3px solid rgb(213, 213, 213);
  padding-bottom: 22px;
  padding-left: 0px;
}

.talk-stream-comment-header-container {
  align-items: center;
  display: flex;
  flex-flow: wrap;
}

.talk-stream-comment-header {
  margin: 25px 0px 16px;
}

.talk-stream-comment-user-name {
  margin-right: 0px;
}

.talk-stream-comment-user-byline {
  align-items: center;
  padding: 3px 0px;
}

.talk-stream-comment-user-byline::before {
  background: rgb(153, 153, 153);
  border-radius: 5px;
  content: '';
  height: 4px;
  margin: 0px 10px;
  width: 4px;
}

.talk-slot-comment-content {
  line-height: 20px;
  font-size: 16px;
}

.talk-stream-comment-actions-container {
  display: flex;
  margin: 10px 0px 0px;
}

.talk-plugin-like-container .talk-plugin-like-button {
  align-items: center;
  display: inline-flex;
  margin: 5px 0px;
}

.talk-plugin-like-container .talk-plugin-like-button:hover {
  color: rgb(35, 176, 231);
}

.talk-plugin-like-container .talk-plugin-like-label {
  display: none;
}

.styles__button___3SyCb.talk-plugin-like-button,
.talk-plugin-replies-reply-button {
  font-size: 12px;
  color: rgb(105, 105, 105);
}

.talk-plugin-replies-reply-button {
  align-items: center;
  display: inline-flex;
}

.talk-plugin-replies-reply-button:hover {
  color: rgb(35, 176, 231);
}

.talk-plugin-replies-reply-button .talk-plugin-replies-label {
  display: block;
  order: 2;
}

.talk-plugin-replies-reply-button .talk-plugin-replies-icon {
  font-size: 14px;
  order: 1;
  display: none;
}

.Stream__tabContainer___2trkn {
  min-height: auto !important;
}

.Stream__root___2wTfr > div p {
  font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, sans-serif;
}

.talk-embed-stream-tab-bar > .talk-tab-bar {
  display: block;
}

.talk-embed-stream-tab-bar .talk-tab-content {
  padding: 0px !important;
}

.publish-comment {
  margin-left: 40px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.talk-embed-stream-comment-actions-container-left {
  display: flex;
  align-items: center;
}

.Slot__inline___3gBcm {
  margin-right: 1rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

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

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

p {
  margin: 0px;
}

.no-visible {
  display: none !important;
}

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

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

.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 0px;
}

.container-list-footer {
  text-align: center;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
  margin: 0px;
}

.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;
  color: var(--ue-c-footer-link-color, #2e6d9d);
  font-size: 15px;
}

.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 0px;
}

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

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

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

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

.arrow-toggle {
  margin: 0px 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 0px;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  margin: 0px;
  line-height: 15px;
}

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

.container-toggle .list-footer {
  line-height: 160%;
  font-size: 15px;
  margin: 0px 0px 16px;
  list-style-type: none;
  padding: 0px;
  width: auto;
}

@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 {
  text-align: left;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  line-height: normal;
}

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

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

.container-toggle .list-footer li + li::after {
  content: '•';
  color: rgb(255, 255, 255);
  font-size: 14px;
}

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

.container-toggle .list-footer .highlight {
  display: block;
  margin-bottom: 10px;
  color: var(--ue-c-footer-highlight-color, #333);
  font-size: 13px;
  font-weight: 700;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

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

.about-list {
  margin: 0px auto;
  justify-content: center;
  text-align: center;
  z-index: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  position: absolute;
  width: 100%;
}

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

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

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

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

.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: 0px 9px 0px 0px;
  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: 0px;
}

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

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

.partners i {
  display: inline-block;
}

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

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

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

.ue-c-fixed {
  position: fixed !important;
  top: 0px;
}

.hide {
  display: none;
}

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

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

.ue-c-article__media-img-container {
  overflow: hidden;
}

.ue-c-main-header__progress-bar.ue-c-fixed {
  top: var(--ue-l-main-header-top-height);
}

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

.ue-c-seo-links {
  width: 100%;
  max-width: 75rem;
  display: flex;
  position: relative;
  padding: 0px 1rem;
  box-sizing: border-box;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  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;
  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: 0px;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(90deg, transparent, rgb(255, 255, 255));
}

.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: 0px 0px 0px 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: 0px 0px 0px 0.5rem;
  }
}

.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  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: 0px;
  position: relative;
  padding: 0px 0.5rem;
}

@media (min-width: 46.25em) {
  .ue-c-seo-links__item {
    padding: 0px 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: 0px;
  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: 0px 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: 0px;
}

.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: 0px;
  }
}

.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: 0px;
    height: auto;
  }
  .ue-c-main-navigation__link:hover {
    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.is-bold {
  font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
}

.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 0px 0px;
  transform: translateY(-75%) rotate(45deg);
  transition: 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-top-width: inherit;
  border-left-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: 0px;
    background-color: var(
      --ue-c-main-navigation-link-dropdown-hover-line,
      #000
    );
  }
}

.ue-c-main-navigation--high-contrast .ue-c-main-navigation__link {
  display: flex;
  align-items: center;
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation--high-contrast
    .ue-c-main-navigation__list--first-level {
    background-color: unset;
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation--highlight {
    font-weight: 400;
  }
  .ue-c-main-navigation--highlight > .ue-c-main-navigation__link {
    font-weight: var(--ue-c-main-navigation-highlight-font-weight, bold);
  }
}

@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: 0px;
    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);
  }
  .ue-l-main-navigation--truncated-width
    > .ue-c-main-navigation__list--first-level
    > li:not(:nth-child(-n + 6)) {
    display: none;
  }
}

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

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-item.is-current
  a {
  background-color: var(--ue-c-main-navigation-link-current-background, #000);
  color: var(--ue-c-main-navigation-link-current-color, #fff);
  border-radius: var(--ue-c-main-navigation-link-current-border-radius, 0);
}

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-item:not(.hide).has-overflow {
  margin: 0px;
  position: relative;
  background-color: var(--ue-c-main-header-bottom-background);
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__link {
  padding: 0.4rem 1rem;
  align-self: center;
}

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list--first-level
  .ue-c-main-navigation__link {
  text-transform: inherit;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 0.5rem;
  margin: 0px;
  border: 0px;
  background-color: inherit;
}

.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-button-icon::after,
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-button-icon::before {
  content: '';
  transition: 0.25s;
  width: 1px;
  height: 7px;
  background-color: var(--ue-c-main-header-more-icon, #fff);
  backface-visibility: hidden;
  position: absolute;
  right: 12px;
  top: 42%;
}

@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: 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__list
    > .ue-c-main-navigation__list-item.hide {
    display: none;
  }
  .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:not(
    .ue-l-main-navigation--truncated-width
  ) {
    padding-left: inherit;
  }
}

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

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

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

.ue-c-main-navigation__list--second-level {
  display: block;
  padding: 0.25rem;
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__list--second-level {
    position: absolute;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    border: 0px;
    padding: 1rem;
  }
}

.ue-c-main-navigation__list-dropdown {
  border-top: var(--ue-c-main-navigation-list-dropdown-border-top);
  border-bottom: var(--ue-c-main-navigation-list-dropdown-border-bottom);
}

.ue-c-main-navigation__list-dropdown .ue-c-main-navigation__link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0px;
  text-transform: inherit;
  font-family: var(
    --ue-c-main-navigation-list-dropdown-font-family,
    Mundo,
    'Times New Roman',
    Times,
    serif
  );
  font-weight: var(--ue-c-main-navigation-list-dropdown-font-weight, normal);
  font-size: var(--ue-c-main-navigation-list-dropdown-font-size, 0.8125rem);
  line-height: var(--ue-c-main-navigation-list-dropdown-line-height, 2rem);
  letter-spacing: var(
    --ue-c-main-navigation-list-dropdown-letter-spacing,
    0.02rem
  );
}

.ue-c-main-navigation__list-dropdown .ue-c-main-navigation__link.is-bold {
  font-weight: var(--ue-c-main-navigation-list-dropdown-title-font-weight, 600);
}

.ue-c-main-navigation__list-dropdown .ue-c-main-navigation__link.is-bold:hover {
  text-shadow: none;
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__list-dropdown .ue-c-main-navigation__list-item {
    min-width: var(--ue-c-main-navigation-list-dropdown-min-width, 9.375rem);
  }
  .ue-c-main-navigation__list-dropdown.ue-c-main-navigation__list--second-level {
    top: var(--ue-l-main-header-top-height);
    background-color: var(--ue-c-main-navigation-second-background-color, #fff);
    box-shadow: var(
      --ue-c-main-navigation-second-box-shadow,
      0 4px 7px 0 rgba(0, 0, 0, 0.3)
    );
  }
}

@media (min-width: 46.25em) {
  .ue-c-main-navigation__list-item .ue-c-main-navigation__list-dropdown {
    visibility: hidden;
    opacity: 0;
    transition:
      opacity 0.3s ease-in-out,
      visibility 0.3s ease-in-out;
  }
  .ue-c-main-navigation__list-item:hover
    > .ue-c-main-navigation__list-dropdown {
    visibility: visible;
    opacity: 1;
    transition:
      opacity 0.3s ease-in-out,
      visibility 0.3s ease-in-out;
    border: var(--ue-c-main-navigation-dropdown-border);
    padding-top: 2.75rem;
  }
  .ue-c-main-navigation__list-item:hover
    .ue-c-main-navigation__list-dropdown-title {
    width: 100%;
    position: absolute;
    top: 0.5rem;
  }
}

.ue-c-main-navigation__list-dropdown--2-columns {
  max-width: 1200px;
  margin: 0px auto;
  column-count: 2;
}

.ue-c-main-navigation__list-dropdown--aligned-right {
  right: 0px;
  left: auto;
}

.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;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

.ue-l-main-header__bottom .hide,
.ue-l-main-header__top .hide {
  display: none;
}

@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);
  background-color: var(--ue-c-main-header-top-background-color, #fff);
  z-index: var(--ue-l-main-header-top-row-z-index, 7);
}

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

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

@media (min-width: 46.25em) {
  .ue-l-main-header__bottom {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    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__top:not(.ue-l-main-header--fixed) {
  border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
}

.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 .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);
}

@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 svg {
  width: var(--ue-c-main-header-logo-width, 8rem);
  height: var(--ue-c-main-header-logo-height, auto);
}

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

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

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

.ue-c-main-header__logo--small.hide {
  display: none;
}

.ue-c-main-header__button {
  position: relative;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  cursor: pointer;
  box-sizing: border-box;
}

.ue-c-main-header__button.is-primary {
  appearance: none;
  padding: 0px;
  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: 0px;
}

.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: '';
  backface-visibility: hidden;
  transition: 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: 0px;
  }
}

.ue-c-main-header__progress-bar {
  width: 100%;
  top: var(--ue-l-main-header-top-height);
  left: 0px;
  height: var(--ue-c-main-header-progress-bar-height, 3px);
  z-index: 7;
  background-color: var(--ue-c-main-header-progress-bar-background-color);
}

.ue-c-main-header__progress-bar-fill {
  height: 100%;
  width: 0px;
  background-color: var(--ue-c-main-header-progress-bar-color);
  display: block;
  max-width: 100% !important;
}

.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: fit-content;
  }
  .ue-c-main-header__tools a {
    margin: 0px;
  }
}

.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: 0px;
  padding: 0px;
  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-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: 0px 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-item {
  display: flex;
  align-items: center;
  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;
    align-items: stretch;
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: var(
      --ue-c-main-header-breadcrumb-divider-border-right-color,
      #17435e
    );
  }
}

.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:first-child a {
    margin-left: 0px;
  }
  .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: 0px;
    display: flex;
  }
  .ue-c-main-header__tools,
  .ue-c-main-navigation.ue-l-main-navigation--display-inline,
  .ue-l-main-header__top .ue-c-main-header__logo--theme,
  .ue-l-main-navigation--with-hidden-content {
    display: none;
  }
}

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

header[class*='elmundo-theme'],
header[data-theme='elmundo-theme'] {
  --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-header__logo--small svg,
header[data-theme='elmundo-theme'] .ue-c-main-header__logo--small svg {
  fill: rgb(0, 86, 140);
}

header[class*='elmundo-theme'] .ue-c-main-header__logo--small,
header[data-theme='elmundo-theme'] .ue-c-main-header__logo--small {
  --ue-c-main-header-logo-box-align-items: flex-start;
}

header[class*='elmundo-theme'] .ue-c-main-navigation--high-contrast,
header[data-theme='elmundo-theme'] .ue-c-main-navigation--high-contrast {
  --ue-c-main-navigation-link-padding: 0.75rem 0;
  overflow-x: auto;
}

header[class*='elmundo-theme']
  .ue-c-main-navigation--high-contrast::-webkit-scrollbar,
header[data-theme='elmundo-theme']
  .ue-c-main-navigation--high-contrast::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}

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: 0px 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;
  }
  header[class*='elmundo-theme']
    .ue-l-main-navigation--with-hidden-content
    .is-current,
  header[data-theme='elmundo-theme']
    .ue-l-main-navigation--with-hidden-content
    .is-current {
    --ue-c-main-navigation-link-font-weight: 600;
  }
}

.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: 0px;
  }
}

.hide {
  display: none !important;
}

body {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  .header-desk {
    display: none;
  }
  .footer-desk {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .footer-mob {
    display: none;
  }
}

.button-link {
  background-color: rgb(245, 107, 13);
  display: block;
  margin: 0px auto 1rem;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0px;
  border-radius: 5px;
  transition: 0.3s;
  animation: 3s ease-in-out 2s infinite normal both running heartbeat;
  color: var(--white) !important;
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

ul {
  list-style-type: disc;
}

.button-link {
  background-color: rgb(38, 147, 195);
  display: block;
  margin: 1rem auto;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 0px;
  border-radius: 4px;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.button-link:hover {
  background-color: rgb(0, 0, 0);
}

.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.lightbox-img::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.lightbox-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f1t-form {
  width: 100%;
  color: black;
}

.f1t-form {
  padding: 0px 10px 10px;
}

.f1t-form {
  text-align: left;
}

.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown
  .iti__country-container:has(+ input[disabled]):hover
  .iti__selected-country,
.iti--allow-dropdown
  .iti__country-container:has(+ input[readonly]):hover
  .iti__selected-country {
  background-color: transparent;
}

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

* {
  box-sizing: border-box;
}

*,
::after,
::before {
  border: 0px solid rgb(226, 232, 240);
  box-sizing: border-box;
}

::after,
::before {
  --tw-content: '';
}

.f1t-form__center {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  max-width: 450px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.beyond_form {
  position: relative;
  z-index: 1;
  border: 4px solid rgb(211, 46, 33);
  border-radius: 12px;
  background-color: rgba(213, 50, 42, 0.05);
  padding: 0px 14px;
  margin-top: -15px;
}

.beyond_form p {
  font-weight: normal !important;
}

.beyond_form .bold,
#allocationCount {
  font-weight: bold;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.f1t-form__center {
  box-shadow: rgba(13, 13, 13, 0.43) 0px 4px 20.9px 3.1px;
  max-width: 450px;
  margin: 30px auto;
  line-height: normal;
  font-size: 20px;
  border-radius: 5px;
}

.reg-box-style {
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  padding: 20px 24px 10px;
  word-break: break-word;
  font-size: 1.875rem;
  background: rgb(15, 33, 102);
  color: white;
  text-align: center;
}

.rating-box {
  position: relative;
  z-index: 2;
  padding: 10px 40px;
  word-break: break-word;
  background: rgb(15, 33, 102);
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
  div#form {
    padding: 0px;
  }
  .px-6 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-66 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #trustedsite {
    margin-left: 20px !important;
  }
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-0 {
    margin-right: 0px;
  }
}
