* {
  box-sizing: border-box;
}
body > .publicidad {
  margin: 0;
  height: 0;
}
input,
li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
}
.lightbox_shadow {
  background: #aaa;
}
.site-footer {
  overflow: hidden;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
  z-index: 1;
  background-color: var(--ue-c-footer-background-color, #fff);
}
.container-about-footer {
  max-width: 100%;
}
.container-about-footer,
.container-list-footer {
  margin: 0 20px;
  border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
}
.container-list-footer {
  text-align: center;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
}
.container-list-footer:after,
.container-list-footer:before {
  content: " ";
  display: table;
}
.container-list-footer:after {
  clear: both;
}
.container-list-footer a {
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  color: var(--ue-c-footer-link-color, #2e6d9d);
}
.container-list-footer a:hover {
  color: var(--ue-c-footer-link-hover-color, #2a7aac);
}
.list-corporative {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}
.list-corporative li {
  margin-right: 0;
}
.list-corporative li:last-child a:after {
  content: none;
}
.list-corporative a {
  line-height: 20px;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  display: block;
}
.list-corporative a:after {
  content: "|";
  margin: 13px;
  color: var(--ue-c-footer-divider-color, #a8a8a8);
}
.arrow-toggle {
  margin: 0 auto;
  border-top: 1px solid var(--ue-c-footer-border-color, #666);
  border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
}
.arrow-toggle h3 {
  text-transform: uppercase;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  padding: 8px 0;
  display: block;
  position: relative;
  font-size: 14px;
}
.container-toggle {
  width: 990px;
  margin: 10px auto 0;
}
.container-toggle .list-footer {
  line-height: 160%;
  font-size: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .container-toggle .list-footer {
    width: 25%;
  }
}
.container-toggle .list-footer li {
  line-height: 18px;
  text-align: left;
}
.container-toggle .list-footer li a {
  padding: 0;
}
.container-toggle .list-footer li:after {
  display: none;
}
.container-toggle .list-footer li + li:after {
  content: "\2022";
  color: #fff;
  font-size: 14px;
}
.container-toggle .list-footer li:last-child:after {
  display: none;
}
.container-toggle .list-footer .highlight {
  display: block;
  font-size: 14px;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  margin-bottom: 10px;
  color: var(--ue-c-footer-highlight-color, #333);
}
.container-toggle .list-footer:last-child {
  margin-bottom: 0;
}
.about-list {
  margin: 0 auto;
  justify-content: center;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  width: 50%;
  z-index: 0;
}
.about-list,
.about-list span {
  text-align: center;
}
.about-list .copyright {
  color: var(--ue-c-footer-copyright-color, #4a4a4a);
  font-size: 12px;
  margin: 5px;
}
.about-list .copyright address {
  font-style: normal;
}
.about-list .copyright .icon-elmundo-mobile {
  width: var(--ue-site-footer-copyright-icon-mobile-width, 143px);
  height: var(--ue-site-footer-copyright-icon-mobile-height, 26px);
  display: block;
  margin: 5px auto;
}
.footer-social-networks {
  width: 25%;
  z-index: 3;
}
.footer-social-networks ul {
  display: flex;
  justify-content: flex-end;
  margin: 15px auto;
}
.footer-social-networks ul li {
  width: 30px;
  height: 30px;
  display: flex;
  margin: 0 9px 0 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--ue-c-footer-social-border-color, #216087);
  border-radius: 50%;
}
.footer-social-networks ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-networks ul li a svg {
  fill: var(--ue-c-footer-social-fill, #216087);
  opacity: var(--ue-c-footer-social-opacity, 0.8);
}
.footer-social-networks ul li a:hover {
  opacity: var(--ue-c-footer-social-hover-opacity, 0.5);
}
.footer-social-networks ul li:last-child {
  margin: 0;
}
.partners {
  justify-content: flex-start;
  margin: 7px 0;
  width: 25%;
  z-index: 3;
}
.partners li {
  float: left;
  margin-right: 14px;
}
.partners i {
  display: inline-block;
}
.partners .icon-partners-reverso {
  width: 34px;
  height: 33px;
  background-image: url("/img/logoreverso.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.container {
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-about-footer {
  margin: 0;
}
.container-list-footer a {
  font-size: 15px;
}
.list-corporative a {
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
}
.list-corporative a:after {
  height: 10px;
  margin: 0 13px;
}
.arrow-toggle h3 {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  line-height: 15px;
}
.container-toggle .list-footer {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}
.container-toggle .list-footer li {
  margin: 0;
  list-style-type: none;
  padding: 0;
  line-height: normal;
}
.container-toggle .list-footer .highlight {
  font-size: 13px;
  font-weight: 700;
}
.about-list,
.container-toggle .list-footer .highlight {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.about-list span {
  font-size: 12px;
}
.about-list .copyright {
  margin: 0;
}
.about-list .copyright .icon-elmundo-mobile {
  margin-top: 0;
  margin-bottom: 5px;
  width: var(--ue-site-footer-copyright-icon-mobile-width, 113px);
  height: var(--ue-site-footer-copyright-icon-mobile-height, 15px);
}
.about-list .copyright .icon-elmundo-mobile svg {
  width: 100%;
  height: 100%;
}
.container-list-footer {
  margin: 0;
}
.container-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 990px;
  padding-inline: 10px;
}
.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 0;
}
@media (max-width: 600px) {
  .container-toggle {
    gap: 30px 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .container-toggle .list-footer {
    min-width: 126px;
  }
  .container-about-footer .container {
    flex-direction: column;
  }
  .container-about-footer .about-list {
    position: relative;
  }
}
.about-list {
  position: absolute;
  width: 100%;
}
.partners {
  display: flex;
  width: 100%;
}
.partners li {
  justify-content: space-between;
  max-height: 34px;
  margin: 5px 5px 0 5px;
}
.partners a {
  display: block;
}
.lightbox_shadow {
  background-color: var(--ue-c-comments-lightbox-background-color, #000);
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999999;
}
.no-visible {
  display: none !important;
}
.hidden-content {
  position: absolute;
}
.hidden-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}
.ue-c-seo-links {
  width: 100%;
  max-width: 75rem;
  display: flex;
  position: relative;
  padding: 0 1rem;
  box-sizing: border-box;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  height: var(--ue-c-seo-links-height, 25px);
  line-height: var(--ue-c-seo-link-line-height, 15px);
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
  border-top-style: solid;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
  border-bottom-style: solid;
  height: 1.25rem;
  font-size: var(--ue-c-seo-link-font-size, 10px);
  line-height: var(--ue-c-seo-link-line-height, 12px);
  letter-spacing: var(--ue-c-seo-link-letter-spacing, 0);
  height: var(--ue-c-seo-links-height, 20px);
}
.ue-c-seo-links:after {
  content: "";
  width: 3.125rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, transparent, #fff);
}
.ue-c-seo-links__title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: var(--ue-c-seo-links-title-text-transform, uppercase);
  color: var(--ue-c-seo-links-title-color, hsla(0, 0%, 44%, 0.45));
}
.ue-c-seo-links__title:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 0.25rem;
  height: 10px;
  width: 1px;
  background-color: var(
    --ue-c-seo-links-title-divider-background-color,
    hsla(0, 0%, 44%, 0.45)
  );
}
@media (min-width: 46.25em) {
  .ue-c-seo-links__title:after {
    margin: 0 0 0 0.5rem;
  }
}
.ue-c-seo-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
@media (max-width: 61.24em) {
  .ue-c-seo-links__list {
    overflow-x: auto;
  }
}
.ue-c-seo-links__list::-webkit-scrollbar {
  display: none;
}
.ue-c-seo-links__item {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  padding: 0 0.5rem;
}
@media (min-width: 46.25em) {
  .ue-c-seo-links__item {
    padding: 0 0.5rem;
  }
}
.ue-c-seo-links__item a {
  text-decoration: none;
  color: var(--ue-c-seo-links-item-color, hsla(0, 0%, 44%, 0.45));
}
@media (min-width: 46.25em) {
  .ue-c-seo-links__item a {
    color: var(--ue-c-seo-links-item-shade-color, hsla(0, 0%, 44%, 0.45));
  }
  .ue-c-seo-links__item a:hover {
    color: var(--ue-c-seo-links-item-hover-color, #666);
  }
}
.ue-c-seo-links__item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: var(
    --ue-c-seo-links-item-separator-background-color,
    hsla(0, 0%, 44%, 0.45)
  );
}
.ue-c-seo-links__item:last-child {
  padding-right: 3.125rem;
}
.ue-c-seo-links-container {
  border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
  border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
  border-top-style: solid;
  background-color: var(--ue-c-seo-links-body-background-color, #fff);
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.625rem;
  border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
  border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
  border-bottom-style: solid;
}
.ue-c-seo-links-container .ue-c-seo-links {
  padding: 0;
}
.ue-l-side-panel {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  transition: transform 0.25s;
}
.ue-l-side-panel--background {
  background-color: #fff;
}
.ue-l-side-panel--padding-bottom {
  padding-bottom: 2.5rem;
}
.ue-l-side-panel--fixed-top-right-from-mobile {
  top: 0;
  right: 0;
  bottom: inherit;
  left: inherit;
}
@media (min-width: 20em) {
  .ue-l-side-panel--right-to-left-from-mobile {
    transform: translateX(100vw) translateY(0);
    right: 0;
  }
}
@media (min-width: 46.25em) {
  .ue-l-side-panel--no-movement-from-tablet {
    transform: none;
  }
}
@media (min-width: 20em) {
  .ue-l-side-panel--full-height-from-mobile {
    height: 100vh;
  }
}
@media (min-width: 20em) {
  .ue-l-side-panel--shadow-left-from-mobile {
    box-shadow: -6px 10px 11px 0 rgba(0, 0, 0, 0.18);
  }
}
@media (min-width: 46.25em) {
  .ue-l-side-panel--shadow-left-n-right-from-tablet {
    box-shadow: 0 16px 18px 0 rgba(0, 0, 0, 0.18);
  }
}
.ue-c-main-navigation__title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  border-color: var(--ue-c-main-navigation-title-border-color, #cecece);
  color: var(--ue-c-main-navigation-title-color, #000);
  font-family: var(
    --ue-c-main-navigation-title-font-family,
    Mundo,
    "Times New Roman",
    Times,
    serif
  );
  font-weight: var(--ue-c-main-navigation-title-font-weight, 700);
  font-style: var(--ue-c-main-navigation-title-font-style, normal);
  text-transform: var(--ue-c-main-navigation-title-text-transform, uppercase);
  font-size: var(--ue-c-main-navigation-title-font-size, 0.8125rem);
  line-height: var(--ue-c-main-navigation-title-line-height, 0.875rem);
  letter-spacing: var(--ue-c-main-navigation-title-letter-spacing, 0.02rem);
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__title {
    --ue-c-main-navigation-title-font-size: 0.8125rem;
    --ue-c-main-navigation-title-line-height: 1.375rem;
    --ue-c-main-navigation-title-letter-spacing: 0.02rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
}
.ue-c-main-navigation__footer {
  background-color: var(--ue-c-main-navigation-footer-background-color, #fff);
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__footer {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.ue-c-main-navigation__footer-wrapper {
  padding: 1rem;
  border-top-style: solid;
  display: grid;
  gap: 8px;
  color: var(--ue-c-main-navigation-footer-color, #666);
  border-color: var(--ue-c-main-navigation-footer-border-color, #ccc);
  border-top-width: var(--ue-c-main-navigation-footer-border-top-width, 1px);
  font-family: var(
    --ue-c-main-navigation-footer-font-family,
    Mundo,
    "Times New Roman",
    Times,
    serif
  );
  font-weight: var(--ue-c-main-navigation-footer-font-weight, normal);
  font-size: var(--ue-c-main-navigation-footer-font-size, 0.75rem);
  line-height: var(--ue-c-main-navigation-footer-line-height, 1.25rem);
  letter-spacing: var(--ue-c-main-navigation-footer-letter-spacing, 0);
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__footer-wrapper {
    --ue-c-main-navigation-footer-font-size: 0.75rem;
    --ue-c-main-navigation-footer-line-height: 0.875rem;
    --ue-c-main-navigation-footer-letter-spacing: 0rem;
    width: 100%;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.ue-c-main-navigation__footer-wrapper > * {
  font-style: var(--ue-c-main-navigation-footer-font-style, normal);
}
.ue-c-main-navigation__list-corporative {
  display: inline-block;
  padding: 0;
  text-align: left;
}
.ue-c-main-navigation__list-corporative-item {
  display: inline;
}
.ue-c-main-navigation__list-corporative-item:after {
  content: " ";
  color: transparent;
  letter-spacing: 0;
  font-size: 8px;
  margin: 0 10px;
  position: relative;
  top: -2px;
  background-color: var(
    --ue-c-main-navigation-footer-divider-background-color,
    #ccc
  );
}
.ue-c-main-navigation__list-corporative-item a {
  text-decoration: none;
  white-space: nowrap;
  color: var(--ue-c-main-navigation-footer-color, #666);
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__list-corporative-item a:hover {
    color: var(--ue-c-main-navigation-footer-hover-color, #666);
  }
}
.ue-c-main-navigation--boxed {
  padding: 1rem;
  padding-top: 0;
  box-sizing: border-box;
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation--boxed {
    padding: 0.5rem;
  }
}
@media (min-width: 61.25em) {
  .ue-c-main-navigation--boxed {
    padding: 0;
  }
}
.ue-c-main-navigation__link {
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  padding: var(--ue-c-main-navigation-link-padding);
  font-family: var(
    --ue-c-main-navigation-link-font-family,
    Roboto_condensed,
    Tahoma,
    Geneva,
    sans-serif
  );
  font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
  font-style: var(--ue-c-main-navigation-link-font-style, normal);
  color: var(--ue-c-main-navigation-link-color, #000);
  font-size: var(--ue-c-main-navigation-link-font-size, 13px);
  line-height: var(--ue-c-main-navigation-link-line-height, 14px);
  letter-spacing: var(--ue-c-main-navigation-link-letter-spacing, 0.02em);
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__link {
    cursor: pointer;
    margin: 0;
    height: auto;
  }
  .ue-c-main-navigation__link:hover {
    -webkit-text-decoration: var(--ue-c-main-navigation-link-text-decoration,);
    text-decoration: var(--ue-c-main-navigation-link-text-decoration,);
    color: var(--ue-c-main-navigation-link-hover-color, #333);
  }
}
.ue-c-main-navigation__link.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:active {
  color: css-var(
    (
      link-dropdown: (
        hover-line: #000,
        hover-color: #000,
        hover-background: unset,
        active: blue,
        icon-width: 0.75rem,
        icon-height: 0.75rem,
        icon-border-width: 0.09375rem,
        icon-border-color: #000
      )
    ),
    "ue-c-main-navigation",
    "link-dropdown",
    "active"
  );
}
.ue-c-main-navigation__link-dropdown-icon {
  pointer-events: none;
  display: var(--ue-c-main-navigation-link-dropdown-icon, inherit);
  box-sizing: border-box;
  margin: 0.5rem 0.5rem 0 0;
  transform: translateY(-75%) rotate(45deg);
  transition: all 0.25s;
  width: var(--ue-c-main-navigation-link-dropdown-icon-width, 0.75rem);
  height: var(--ue-c-main-navigation-link-dropdown-icon-height, 0.75rem);
  border-style: solid;
  border-width: inherit;
  border-bottom-width: var(
    --ue-c-main-navigation-link-dropdown-icon-border-width,
    0.09375rem
  );
  border-right-width: var(
    --ue-c-main-navigation-link-dropdown-icon-border-width,
    0.09375rem
  );
  border-color: var(
    --ue-c-main-navigation-link-dropdown-icon-border-color,
    #000
  );
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__link-dropdown:hover:before {
    content: "";
    height: 2px;
    width: calc(100% - 16px);
    position: absolute;
    bottom: 0;
    background-color: var(
      --ue-c-main-navigation-link-dropdown-hover-line,
      #000
    );
  }
}
.ue-c-main-navigation__skip-links {
  position: absolute;
  top: 0;
  left: -32768px;
  z-index: 22;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__skip-links {
    top: 41px;
  }
}
.ue-c-main-navigation__skip-links li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ue-c-main-navigation__skip-links-item {
  font-size: 12px;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  color: #fff;
  background: #2e6d9d;
  padding: 10px;
}
.ue-c-main-navigation__skip-links-item:active,
.ue-c-main-navigation__skip-links-item:focus {
  left: 32768px;
  outline: 1px dotted #fff;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: left;
  text-decoration: none;
}
.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: 0;
    width: 2rem;
    height: 100%;
  }
  .ue-l-main-navigation--truncated-width .ue-c-main-navigation__link:hover {
    text-shadow:
      0 0 0 var(--ue-c-main-navigation-first-shadow, #333),
      0 0 0 var(--ue-c-main-navigation-second-shadow, #222);
  }
  .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:not(.hide).has-overflow {
  margin: 0;
  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: 0 0.5rem;
  margin: 0;
  border: 0;
  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: all 0.25s;
  width: 1px;
  height: 7px;
  background-color: var(--ue-c-main-header-more-icon, #fff);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  right: 12px;
  top: 42%;
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-button[aria-expanded="false"] {
  margin-left: 0.5rem;
  width: var(--ue-c-main-header-button-primary-width, 80px);
  overflow: hidden;
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-button[aria-expanded="false"]
  .ue-c-main-navigation__list-button-icon:before {
  transform: rotate(90deg);
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-button[aria-expanded="false"]
  .ue-c-main-navigation__list-button-icon:after {
  transform: rotate(0deg);
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-overflow {
  position: absolute;
  right: 0;
  top: var(--ue-l-main-header-bottom-height, 2.25rem);
  padding: 1rem 0.5rem;
  margin: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #fff;
  box-shadow: 1px 8px 8px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-overflow
  li {
  position: relative;
  display: flex;
  height: auto;
  min-width: 150px;
  --webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-overflow
  li.hide {
  display: none;
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-overflow
  .ue-c-main-navigation__link {
  width: 100%;
  padding: 0.45rem;
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-overflow.hide {
  display: unset;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.ue-l-main-navigation--with-hidden-content
  .ue-c-main-navigation__list-overflow--mask {
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  position: fixed;
  z-index: -1;
}
@media (min-width: 46.25em) {
  .ue-l-main-navigation--display-inline {
    --ue-c-main-navigation-link-dropdown-icon: none;
    display: flex;
    padding-left: 1rem;
  }
  .ue-l-main-navigation--display-inline > .ue-c-main-navigation__list {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }
  .ue-l-main-navigation--display-inline
    > .ue-c-main-navigation__list
    > .ue-c-main-navigation__list-item {
    overflow: visible;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: inherit;
    align-items: var(--ue-c-main-navigation-list-item-align, stretch);
  }
  .ue-l-main-navigation--display-inline
    > .ue-c-main-navigation__list
    > .ue-c-main-navigation__list-item--position-inherit {
    position: inherit;
  }
  .ue-l-main-navigation--display-inline
    > .ue-c-main-navigation__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: 0;
  margin: 0;
  list-style-type: none;
}
.ue-c-main-navigation__list-item:last-of-type {
  overflow: hidden;
}
.ue-c-main-navigation__list-item--channel a {
  -webkit-text-decoration: var(
    --ue-c-main-navigation-item-channel-text-decoration,
    none
  );
  text-decoration: var(
    --ue-c-main-navigation-item-channel-text-decoration,
    none
  );
}
.ue-c-main-navigation__list-item--channel a span {
  font-size: var(--ue-c-main-navigation-item-channel-small-font-size, 12px);
  line-height: var(--ue-c-main-navigation-item-channel-small-line-height, 14px);
  letter-spacing: var(
    --ue-c-main-navigation-item-channel-small-letter-spacing,
    0
  );
}
.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link {
  display: grid;
  place-items: center;
  position: relative;
  margin: 0;
  text-align: center;
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link:hover {
    opacity: 0.7;
  }
}
.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: var(--ue-c-mn-item-channel-width, 5rem);
  height: var(--ue-c-mn-item-channel-height, 5rem);
  border-radius: 50%;
  background-color: var(
    --ue-c-main-navigation-item-channel-background-color,
    #f3f3f3
  );
}
.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link span {
  display: block;
  line-height: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.9375rem;
  color: var(--ue-c-main-navigation-item-channel-color,);
  font-family: var(
    --ue-c-main-navigation-item-channel-font-family,
    Mundo,
    "Times New Roman",
    Times,
    serif
  );
  font-weight: var(--ue-c-main-navigation-item-channel-font-weight, normal);
}
.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link svg {
  width: var(--ue-c-mn-item-channel-logo-width, 3.125rem);
  height: var(--ue-c-mn-item-channel-logo-height, 3.625rem);
  margin: 0;
  margin-top: 0.625rem;
  filter: var(--ue-c-main-navigation-item-channel-filter, none);
}
.ue-c-main-navigation__list-item--channel:last-of-type {
  overflow: inherit;
}
.ue-l-main-navigation__list--3-cols {
  display: grid;
  gap: var(--ue-c-main-navigation-list-panel-cols-gap, 10px);
  grid-template-columns: repeat(3, 1fr);
}
.ue-l-main-navigation__list--4-cols {
  display: grid;
  gap: var(--ue-c-main-navigation-list-panel-cols-gap, 10px);
  grid-template-columns: repeat(4, 1fr);
}
.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: 0;
    visibility: hidden;
    opacity: 0;
    border: 0;
    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: 0;
  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)
    );
  }
  .ue-c-main-navigation__list-dropdown
    .ue-c-main-navigation__list--third-level {
    background-color: var(--ue-c-main-navigation-third-background-color, #fff);
  }
}
@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--5-columns {
  max-width: 1200px;
  margin: 0 auto;
  column-count: 5;
}
.ue-c-main-navigation__list-dropdown--2-columns {
  max-width: 1200px;
  margin: 0 auto;
  column-count: 2;
}
.ue-c-main-navigation__list-dropdown--aligned-left {
  left: 0;
  right: auto;
}
.ue-c-main-navigation__list-dropdown--aligned-right {
  right: 0;
  left: auto;
}
.ue-c-main-navigation__list-dropdown--full-width {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b {
    --ue-c-main-navigation-list-panel-cols-gap: 5px;
    --ue-c-mn-item-channel-width: 3.75rem;
    --ue-c-mn-item-channel-height: 3.75rem;
    --ue-c-mn-item-channel-logo-width: 2.25rem;
    --ue-c-mn-item-channel-logo-height: 2.8125rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    padding: 1rem;
  }
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b
    .ue-c-main-navigation__list-item:not(
      .ue-c-main-navigation__list-item--channel
    ) {
    padding: 0.5rem 0;
  }
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b
    .ue-c-main-navigation:nth-child(-n + 2) {
    grid-row: span 2;
  }
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b
    .ue-c-main-navigation:last-of-type {
    grid-column: 4;
    grid-row: 1 / span 2;
  }
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b
    .ue-l-main-navigation__list--4-cols {
    grid-template-columns: repeat(4, 80px);
  }
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b
    .ue-c-main-navigation--boxed {
    padding: 0;
  }
}
@media (min-width: 61.25em) {
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b {
    --ue-c-mn-item-channel-width: 5rem;
    --ue-c-mn-item-channel-height: 5rem;
    --ue-c-mn-item-channel-logo-width: 3.125rem;
    --ue-c-mn-item-channel-logo-height: 3.625rem;
    gap: 2rem;
    padding: 2rem;
  }
  .ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b
    .ue-l-main-navigation__list--4-cols {
    grid-template-columns: repeat(4, 100px);
  }
}
@media (min-width: 46.25em) {
  .ue-c-main-navigation__footer--full-width
    .ue-c-main-navigation__footer-wrapper {
    grid-template-columns: 1fr;
  }
}
.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: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ue-l-main-header__top {
  background-color: var(--ue-c-main-header-top-background-color, #fff);
}
@media (min-width: 46.25em) {
  .ue-l-main-header__top {
    box-shadow: none;
  }
}
.ue-l-main-header__top:not(.ue-l-main-header--fixed) {
  border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
}
.ue-l-main-header__bottom {
  background: var(--ue-c-main-header-bottom-background,);
  color: var(--ue-c-main-header-bottom-color, #000);
}
.ue-l-main-header__bottom:not(:last-child) {
  border-bottom: var(--ue-c-main-header-bottom-border-bottom, unset);
  border-bottom-color: var(
    --ue-c-main-header-bottom-border-bottom-color,
    unset
  );
}
@media (min-width: 46.25em) {
  .ue-l-main-header__bottom {
    border-bottom: var(--ue-c-main-header-bottom-border-bottom,);
    border-bottom: var(--ue-c-main-header-bottom-border-bottom, unset);
    border-bottom-color: var(
      --ue-c-main-header-bottom-border-bottom-color,
      unset
    );
    border-top-color: var(--ue-c-main-header-bottom-border-top-color,);
  }
}
.ue-l-main-header__wrapper {
  display: flex;
}
@media (min-width: 46.25em) {
  .ue-l-main-header__wrapper {
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  .ue-l-main-header__wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 46.25em) {
  .ue-l-main-header__top .ue-l-side-panel[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition:
      opacity 0.3s ease-out 0s,
      height 0.2s ease-out 0s;
  }
}
@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,
.ue-l-main-header__top .ue-c-main-navigation__skip-links {
  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 .ue-c-main-navigation__skip-links {
    --ue-l-main-header-top-primary-z-index: 8;
  }
}
.ue-l-main-header__top .ue-c-main-header__nav,
.ue-l-main-header__top .ue-l-side-panel {
  z-index: var(--ue-l-main-header-top-panel-z-index, 5);
}
.ue-l-main-header__top .ue-c-main-header__button.is-primary {
  z-index: var(--ue-l-main-header-top-button-z-index, 7);
}
.ue-l-main-header__bottom {
  z-index: var(--ue-l-main-header-bottom-row-z-index, 5);
}
.ue-c-main-header {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  position: relative;
  z-index: 15000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 46.25em) {
  .ue-c-main-header {
    box-shadow: none;
  }
}
.ue-c-main-header__primary {
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  color: var(--ue-c-main-header-top-color, #000);
}
.ue-c-main-header__primary > * {
  pointer-events: all;
}
.ue-c-main-header__nav {
  display: flex;
  align-items: center;
}
@media (min-width: 46.25em) {
  .ue-c-main-header__nav {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: stretch;
    height: inherit;
  }
}
@media (min-width: 46.25em) {
  .ue-c-main-header__primary {
    box-shadow: none;
    background-color: transparent;
    display: flex;
    padding: var(--ue-c-main-header-primary-padding, 0);
  }
}
@media (min-width: 61.25em) {
  .ue-c-main-header__nav,
  .ue-c-main-header__primary {
    max-width: 1200px;
  }
}
.ue-c-main-header__logo {
  width: var(--ue-c-main-header-logo-box-width, 8rem);
  height: var(--ue-c-main-header-logo-box-height, auto);
}
.ue-c-main-header__logo 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__title {
  min-width: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-self: center;
  text-align: left;
  width: 100%;
  margin: 0;
  font-family: var(
    --ue-c-main-header-title-font-family,
    Mundo,
    "Times New Roman",
    Times,
    serif
  );
  font-weight: var(--ue-c-main-header-title-font-weight, 600);
  font-style: var(--ue-c-main-header-title-font-style, normal);
  text-transform: var(--ue-c-main-header-title-text-transform, uppercase);
  color: var(--ue-c-main-header-title-color, #000);
  font-size: var(--ue-c-main-header-title-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-title-line-height, 0.875rem);
  letter-spacing: var(--ue-c-main-header-title-letter-spacing, 0.02rem);
}
@media (min-width: 46.25em) {
  .ue-c-main-header__title {
    --ue-c-main-header-title-font-size: 0.75rem;
    --ue-c-main-header-title-line-height: 0.875rem;
    --ue-c-main-header-title-letter-spacing: 0.02rem;
  }
}
.ue-c-main-header__button {
  position: relative;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.ue-c-main-header__button.is-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(
    --ue-c-main-header-button-primary-background-color,
    #fff
  );
  color: var(--ue-c-main-header-button-primary-color, #000);
  width: var(--ue-c-main-header-button-primary-width, 40px);
  height: var(--ue-c-main-header-button-primary-height, 35px);
}
@media (min-width: 23.4375em) {
  .ue-c-main-header__button.is-primary {
    min-width: var(--ue-c-main-header-button-primary-width, 50px);
    height: var(--ue-c-main-header-button-primary-height, 35px);
  }
}
@media (min-width: 46.25em) {
  .ue-c-main-header__button.is-primary {
    min-width: var(--ue-c-main-header-button-primary-width, 80px);
    height: var(--ue-c-main-header-button-primary-height, 41px);
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem 0.45rem 0.5rem;
    box-shadow: none;
    text-transform: var(
      --ue-c-main-navigation-link-inline-text-transform,
      inherit
    );
    font-family: var(
      --ue-c-main-navigation-link-inline-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
    font-weight: var(--ue-c-main-navigation-link-inline-font-weight, normal);
    font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
    line-height: var(--ue-c-main-navigation-link-inline-line-height, 13px);
    letter-spacing: var(
      --ue-c-main-navigation-link-inline-letter-spacing,
      0.02em
    );
  }
}
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon:before {
  left: 0;
}
.ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon:before {
  top: -0.3125rem;
}
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after {
  top: 0.3125rem;
}
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon:before {
  position: absolute;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.25s;
  border-radius: 1px;
  background-color: var(
    --ue-c-main-header-button-primary-icon-background-color,
    #000
  );
  width: var(--ue-c-main-header-button-primary-icon-width, 23px);
  height: calc(var(--ue-c-main-header-button-primary-icon-height, 1px) + 0.5px);
}
@media (min-width: 23.4375em) {
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:before {
    left: inherit;
    width: var(--ue-c-main-header-button-primary-icon-width, 23px);
    height: var(--ue-c-main-header-button-primary-icon-height, 1px);
  }
}
@media (min-width: 46.25em) {
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:after,
  .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon:before {
    left: inherit;
    width: var(--ue-c-main-header-button-primary-icon-width, 14px);
    height: var(--ue-c-main-header-button-primary-icon-height, 1px);
    right: 0;
  }
}
.ue-c-main-header__progress-bar {
  width: 100%;
  top: var(--ue-l-main-header-top-height);
  left: 0;
  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%;
  max-width: 100% !important;
  width: 0;
  background-color: var(--ue-c-main-header-progress-bar-color);
  display: block;
}
.ue-c-main-header__tools {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  column-gap: 0.5rem;
}
.ue-c-main-header__tools > * {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.ue-c-main-header__tools > * a span {
  align-self: center;
}
@media (min-width: 46.25em) {
  .ue-c-main-header__tools {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ue-c-main-header__tools a {
    margin: 0;
  }
}
.ue-c-main-header__login {
  position: relative;
}
.ue-c-main-header__login > a {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--ue-c-main-header-login-link-color, #000);
  font-family: var(
    --ue-c-main-header-login-font-family,
    Arial,
    Helvetica,
    sans-serif
  );
  font-weight: var(--ue-c-main-header-login-font-weight, normal);
  font-size: var(--ue-c-main-header-login-link-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-login-link-line-height, 1rem);
  letter-spacing: var(--ue-c-main-header-login-link-letter-spacing, 0);
}
@media (min-width: 46.25em) {
  .ue-c-main-header__login > a {
    --ue-c-main-header-login-link-font-size: 0.75rem;
    --ue-c-main-header-login-link-line-height: 1rem;
    --ue-c-main-header-login-link-letter-spacing: 0rem;
  }
}
@media (min-width: 61.25em) {
  .ue-c-main-header__login > a:hover {
    color: var(--ue-c-main-header-login-link-hover-color, #666);
  }
}
.ue-c-main-header__social-tools {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ue-c-main-header__social-tools a {
  display: flex;
  min-width: 2.25rem;
  height: 100%;
}
.ue-c-main-header__social-tools svg {
  fill: var(--ue-c-main-header-social-tools-fill, #000);
  width: 2rem;
  height: auto;
}
.ue-c-main-header__breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-content: space-evenly;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb {
    margin: var(--ue-c-main-header-breadcrumb-margin);
    margin-right: 0.65rem;
    flex-wrap: nowrap;
    position: relative;
  }
}
.ue-c-main-header__breadcrumb-list {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-list {
    display: inherit;
    height: inherit;
    flex-grow: unset;
  }
}
.ue-c-main-header__breadcrumb-link {
  color: var(--ue-c-main-header-breadcrumb-link-color, #000);
  text-decoration: none;
}
@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-link {
    padding: 0.35rem 0.8rem;
    margin: 0 0.5rem;
    box-sizing: border-box;
    align-self: center;
    font-family: var(
      --ue-c-main-header-breadcrumb-link-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
  }
  .ue-c-main-header__breadcrumb-link:hover {
    color: var(--ue-c-main-header-breadcrumb-link-hover-color, #333);
  }
}
.ue-c-main-header__breadcrumb-link > span {
  position: relative;
  padding-left: 0.5rem;
}
.ue-c-main-header__breadcrumb-link > span:before {
  content: "";
  position: absolute;
  margin: 0;
  width: 0.125rem;
  height: 0.125rem;
  background-color: var(
    --ue-c-main-header-breadcrumb-divider-background-color,
    #000
  );
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ue-c-main-header__breadcrumb-item {
  display: flex;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-family: var(
    --ue-c-main-header-breadcrumb-link-font-family,
    Mundo,
    "Times New Roman",
    Times,
    serif
  );
  text-transform: var(
    --ue-c-main-header-breadcrumb-link-text-transform,
    inherit
  );
  font-size: var(--ue-c-main-header-breadcrumb-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-breadcrumb-line-height, 0.75rem);
  letter-spacing: var(--ue-c-main-header-breadcrumb-letter-spacing, 0.02rem);
}
@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-item {
    --ue-c-main-header-breadcrumb-font-size: 0.8125rem;
    --ue-c-main-header-breadcrumb-line-height: 0.875rem;
    --ue-c-main-header-breadcrumb-letter-spacing: 0.02rem;
  }
}
.ue-c-main-header__breadcrumb-item.is-current
  .ue-c-main-header__breadcrumb-link {
  font-size: var(--ue-c-main-header-breadcrumb-current-font-size, 0.8125rem);
  line-height: var(--ue-c-main-header-breadcrumb-current-line-height, 0.875rem);
  letter-spacing: var(
    --ue-c-main-header-breadcrumb-current-letter-spacing,
    0.02rem
  );
}
@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-item.is-current
    .ue-c-main-header__breadcrumb-link {
    --ue-c-main-header-breadcrumb-current-font-size: 0.8125rem;
    --ue-c-main-header-breadcrumb-current-line-height: 0.875rem;
    --ue-c-main-header-breadcrumb-current-letter-spacing: 0.02rem;
    background-color: var(
      --ue-c-main-header-breadcrumb-link-current-background-color,
      unset
    );
    color: var(--ue-c-main-header-breadcrumb-link-current-color, #000);
    border-radius: var(
      --ue-c-main-header-breadcrumb-link-current-border-radius,
    );
  }
}
.ue-c-main-header__breadcrumb-item:last-child {
  width: 100%;
  font-family: var(
    --ue-c-main-header-breadcrumb-link-font-family,
    Mundo,
    "Times New Roman",
    Times,
    serif
  );
  font-weight: var(--ue-c-main-header-breadcrumb-link-current-font-weight, 600);
  text-transform: var(
    --ue-c-main-header-breadcrumb-last-link-text-transform,
    inherit
  );
}
.ue-c-main-header__breadcrumb-item:before {
  background-color: var(
    --ue-c-main-header-breadcrumb-divider-background-color,
    #000
  );
  content: "";
  margin: 2px 4px;
  height: 2px;
  width: 2px;
  border-radius: 50%;
}
.ue-c-main-header__breadcrumb-item:first-child:before,
.ue-c-main-header__breadcrumb-item:last-child:before {
  content: none;
}
@media (min-width: 46.25em) {
  .ue-c-main-header__breadcrumb-item {
    align-items: stretch;
    height: 100%;
    border-right: 1px solid;
    border-right-color: var(
      --ue-c-main-header-breadcrumb-divider-border-right-color,
      #17435e
    );
  }
  .ue-c-main-header__breadcrumb-item:first-child a {
    margin-left: 0;
  }
  .ue-c-main-header__breadcrumb-item .ue-c-main-header__breadcrumb-link {
    font-weight: var(
      --ue-c-main-header-breadcrumb-link-current-font-weight,
      600
    );
  }
  .ue-c-main-header__breadcrumb-item:before {
    display: none;
  }
}
@media (max-width: 46.24em) {
  .ue-c-main-header__button.is-primary {
    width: 90px;
  }
  .ue-c-main-header__button.is-primary
    span:not(.ue-c-main-header__button-menu-icon) {
    display: none;
  }
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon {
    right: 0;
    display: flex;
  }
  .ue-c-main-header__social-tools,
  .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;
  }
  .ue-l-side-panel {
    flex-direction: column;
  }
  .ue-l-side-panel .ue-c-main-navigation__list-item {
    padding: 0.5rem 0;
  }
}
@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: #00568c;
}
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: 0 0.46rem;
  }
  header[class*="elmundo-theme"]
    .ue-l-main-header__top:not(.ue-l-main-header--column-center)
    .ue-c-main-header__button.is-primary,
  header[data-theme="elmundo-theme"]
    .ue-l-main-header__top:not(.ue-l-main-header--column-center)
    .ue-c-main-header__button.is-primary {
    padding: 0.5rem 1rem 0.4rem 0.5rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9 {
  background-color: #fff;
  --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: #fff;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  padding: 1rem;
  position: absolute;
  width: 200px;
  top: 40px;
  left: 0;
  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: #000;
}
.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: #f6f6f6;
  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 ::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article ::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article * strong::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article * strong::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article * a::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article * a::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-container {
  display: inline-block;
  font-size: 0;
}
.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__icon-premium {
  fill: #a88938;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  top: -0.0625rem;
  margin: 0 3px 0 0;
}
.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: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph a {
  color: #2e6d9d;
  text-decoration: none;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph a:hover {
  color: #004570;
  text-decoration: underline;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__standfirst
  .ue-c-article__paragraph,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__standfirst p {
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__standfirst
    .ue-c-article__paragraph,
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__standfirst p {
    font-size: 1.5rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.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__share-tools {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.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: #fff;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cecece;
  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: #f6f6f6;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__share-tools-item--toolbox-toggle:focus {
  background: #f6f6f6;
  box-shadow: 0 0 1px 2px var(--ue-c-article-focus-color);
  outline: none;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles {
  padding: 0;
  margin: 5px 0 0;
  list-style-type: none;
  box-sizing: border-box;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item {
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__subtitles-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a {
  text-decoration: none;
  color: #000;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:active,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:hover {
  text-decoration: underline;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:active,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-item a:hover {
  color: #000;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__subtitles-kicker {
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-size: 16;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__subtitles
  .ue-c-article__icon-premium {
  width: 1rem;
  top: 1px;
  margin-right: 1px;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button {
  border: 1px solid #cecece;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  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: 0;
  height: 32px;
  padding: 0 0.75rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button:hover {
  background-color: #333;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button:focus {
  box-shadow: 0 0 1px 2px #00a9e0;
  outline: none;
}
.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: #fff;
  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: #000;
  background-color: #fff;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button--theme-comments:hover {
  background-color: #f6f6f6;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button--theme-comments
  .ue-c-article__button-icon {
  fill: #fff;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__button--theme-comments
  .ue-c-article__button-text {
  color: #000;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__card-body ul li::marker {
  content: ". ";
  font-size: 2em;
  line-height: 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-direction: row;
  align-items: end;
  gap: 0;
  flex-wrap: wrap;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  flex-direction: column;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-avatar {
  height: 3.125rem;
  display: flex;
  gap: 0.3125rem;
  flex-shrink: 0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-avatar:empty {
  display: none;
}
.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: #000;
}
.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: #797676;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-caption-item {
  display: flex;
  gap: 0.3em;
}
@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__tags-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-container {
    margin-bottom: 1rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__tags-container
  .ue-c-article__tags {
  margin-bottom: 0;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-article__tags-container
  .ue-c-article__tags:after {
  content: "";
  width: 80px;
  height: 40px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0), #fff);
  position: absolute;
  right: 0;
  top: 0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-x: overlay;
  padding: 0;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags::-webkit-scrollbar {
  height: 0;
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags::-webkit-scrollbar {
    width: 0;
    height: 5px;
  }
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__tags::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
  }
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags {
    margin-bottom: 1rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  flex: none;
  margin: 0.25rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item * {
  display: block;
  text-decoration: none;
  border-radius: 1.875rem;
  transition: background-color 0.1s ease-in-out;
  background-color: #f6f6f6;
  color: #000;
  text-transform: none;
  padding: 0.25rem 0.5rem;
  border-bottom: 0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item :hover {
  background-color: #c5c5c5;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__tags-item :active {
  background-color: #9d9d9d;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media {
  margin: 0;
  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__media-caption {
  margin-top: 0.3125rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media-description {
  box-sizing: border-box;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.00438rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
  margin: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  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: #000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
  position: relative;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 0;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
    padding-left: 0;
    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;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article--no-grow {
  flex-grow: 0;
}
@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: 0;
  }
}
@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);
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
  display: flex;
  flex-direction: column;
  clear: both;
  align-items: center;
  box-sizing: border-box;
  margin-top: 1rem;
}
@media (min-width: 23.4375em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
    margin-top: 1rem;
  }
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
    align-items: flex-end;
    margin-top: 0;
    flex-shrink: 0;
    width: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
    width: 23.0625rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-item {
  width: 100%;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-l-article__secondary-column-item:not(:last-child) {
  margin-bottom: 1rem;
}
@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__main-column-extra
  > :not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__main-column-extra
    > :not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article__main-column-extra
    > :not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-extra {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media (min-width: 23.4375em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-extra {
    margin-top: 1rem;
  }
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-extra {
    align-items: flex-end;
    margin-top: 0;
    width: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-extra {
    width: 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__media: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: 0 auto;
  box-sizing: border-box;
  clear: both;
  position: relative;
  background-color: #fff;
  background-color: var(--ue-l-article__inner-back-color, #fff);
  padding: 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.5rem;
    padding-bottom: 0.5rem;
  }
}
.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),
.ue-l-article--basic.elmundo-theme-v9
  .ue-l-article__header-content
  > .ue-c-article__standfirst:not(:last-child) {
  margin-bottom: 1rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner--no-gutter {
  padding-top: 0;
  padding-bottom: 0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__sky {
  position: absolute;
  top: 0.5rem;
}
@media (min-width: 23.4375em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__sky {
    top: 0.5rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__sky--right {
  right: 0;
  transform: translateX(100%);
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__sky--left {
  left: 0;
  transform: translateX(-100%);
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__sky {
    top: 1.45rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article--grow {
  flex-grow: 1;
}
@media (min-width: 20em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--width-1of2-from-mobile {
    width: 50%;
  }
}
@media (min-width: 20em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--float-right-from-mobile {
    float: right;
  }
}
@media (min-width: 20em) and (min-width: 20em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--float-right-from-mobile {
    margin-left: 0.625rem;
  }
}
@media (min-width: 20em) and (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--float-right-from-mobile {
    margin-left: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--float-left-from-desktop {
    float: left;
    clear: left;
    margin-right: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article--move-to-leftcol-from-desktop {
    clear: left;
    margin-left: -11.5625rem;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-l-article--leftcol-width-from-desktop {
    width: 9.375rem;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator {
  position: relative;
  padding-top: 0.5rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  outline: none;
  top: 0;
  width: 2.1875rem;
  border-top: 1px solid #cecece;
}
@media (min-width: 20em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator {
    padding-top: 0.5rem;
  }
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator:before {
    top: 0;
    width: 2.1875rem;
    border-top: 1px solid #cecece;
  }
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator {
    padding-top: 0.5rem;
  }
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator:before {
    top: 0;
    width: 2.1875rem;
    border-top: 1px solid #cecece;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator {
    padding-top: 0.5rem;
  }
  .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--top-separator:before {
    top: 0;
    width: 2.1875rem;
    border-top: 1px solid #cecece;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-section-title {
  margin: 0;
  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: #000;
  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);
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links {
  display: inline-block;
  width: 100%;
  border-top: none;
  padding-top: 8px;
}
@media (max-width: 46.24em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links {
    border-bottom: 1px solid #cecece;
    padding-bottom: 8px;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  box-sizing: border-box;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__button {
  display: flex;
  align-items: center;
  border: 0;
  background: none;
  padding: 0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__arrow {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform: rotate(180deg);
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__arrow path {
  stroke: #000;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item {
  display: inline-flex;
  align-items: center;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-popular-links__list-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
  margin: 0 0.5rem;
  position: relative;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a {
  text-decoration: none;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a:link,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a:visited {
  color: #2e6d9d;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a:active,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-popular-links__list-item a:hover {
  color: #004570;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-popular-links--closed
  .ue-c-popular-links__list {
  display: none;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-popular-links--closed
  .ue-c-popular-links__arrow {
  transform: rotate(0deg);
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  font-variant-ligatures: common-ligatures;
  gap: var(--cover-content-x-gap);
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content ::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content ::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content * a::-moz-selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content * a::selection {
  background: #ff0;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__body {
  display: flex;
  gap: var(--cover-content-y-gap);
  flex-direction: row-reverse;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: calc(
    (
        (
            100% -
              (
                var(--cover-content-y-gap) *
                  (var(--cover-content-column-count) - 1)
              )
          ) /
          var(--cover-content-column-count) * var(--cover-content-cols-width)
      ) +
      var(--cover-content-y-gap) * (var(--cover-content-cols-width) - 1)
  );
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__main {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-cover-content__main
  > :not(:last-child) {
  margin-bottom: 0.25rem;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__figure {
  margin: 0;
  position: relative;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__image {
  width: 100%;
  display: block;
  height: auto;
  font-size: 10px;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__headline {
  display: inline;
  font-size: 1em;
  font-weight: 600;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__headline-group {
  display: block;
  flex-direction: row;
  word-break: break-word;
  margin-top: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 600;
  z-index: 3;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link {
  text-decoration: none;
  color: #000;
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link:hover {
    color: #666;
  }
  .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link:active {
    color: #414141;
  }
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: background 0.2s ease-in;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__bt-link {
  z-index: 3;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-cover-content--s-from-mobile
  .ue-c-cover-content__headline-group {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--xs-from-tablet
    .ue-c-cover-content__headline-group {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-cover-content--s-from-desktop
    .ue-c-cover-content__headline-group {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    letter-spacing: 0;
  }
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-cover-content--vertical-from-mobile {
  --cover-content-cols-width: 1;
  --cover-content-column-count: 1;
}
.ue-l-article--basic.elmundo-theme-v9
  .ue-c-cover-content--vertical-from-mobile
  .ue-c-cover-content__body {
  flex-direction: column;
  gap: var(--cover-content-x-gap);
}
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-item {
  max-width: 300px;
}
.ue-l-article--basic.elmundo-theme-v9 .ue-u-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.ue-l-article--basic.elmundo-theme-v9 .trc_related_container {
  border-top: 1px solid #cecece;
  padding-top: 1.5rem;
}
.ue-l-article--basic.elmundo-theme-v9
  .trc_related_container
  div.videoCube:focus-within {
  background: #f5f5f5 !important;
}
.ue-l-article--basic.elmundo-theme-v9
  .trc_related_container
  .videoCube:focus-within
  .video-label-box
  .video-title {
  text-decoration: underline;
  color: #25577e;
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .ue-l-article--basic.elmundo-theme-v9 .trc_related_container {
    height: auto !important;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .ue-l-article--basic.elmundo-theme-v9 .trc_related_container {
    height: auto !important;
  }
}
.trc_user_exclude_btn {
  background: url("/img/f539211219b796ffbb49949997c764f0.png") no-repeat scroll
    0 0 rgba(0, 0, 0, 0);
  width: 12px;
  height: 12px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 9000;
  cursor: pointer;
  visibility: hidden;
}
.trc_exclude_undo_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  color: #36c;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0 1px;
  z-index: 11000;
  visibility: hidden;
}
.videoCube:hover .trc_user_exclude_btn {
  visibility: visible;
}
.trc_fade {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition:
    opacity 500ms 0s,
    visibility 0s 500ms;
  -webkit-transition:
    opacity 500ms 0s,
    visibility 0s 500ms;
}
.trc_excludable .trc_exclude_overlay {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background-color: #fff;
}
.trc_rbox_container {
  direction: ltr;
  text-align: left;
}
.trc_rbox_container [class*="span"] {
  float: none;
  margin-left: 0;
}
.trc_rbox_header {
  border: 0 solid;
  overflow: hidden;
  vertical-align: middle;
}
.trc_rbox {
  margin-top: 0;
}
.trc_rbox_div {
  margin: 0 0 3px;
  direction: ltr;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  position: relative;
  width: auto;
  border: solid #ccc 1px;
}
.videoCube {
  zoom: 1;
  cursor: pointer;
  float: none;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.videoCube:hover {
  cursor: pointer;
}
.videoCube span.video-title:hover {
  text-decoration: underline;
}
.videoCube a {
  text-decoration: none;
  border: 0;
  color: black;
  cursor: pointer;
}
.videoCube a:hover,
.videoCube a:link,
.videoCube a {
  text-decoration: none !important;
  outline: none;
}
.videoCube a .thumbBlock {
  float: left;
  display: block;
  overflow: hidden !important;
}
.videoCube .video-label {
  display: block;
  overflow: hidden;
}
.videoCube .video-label {
  width: auto !important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.videoCube span.video-label.trc_ellipsis {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.trc_rbox_div {
  height: 410px;
}
.videoCube {
  direction: ltr;
  font-size: 11px;
  margin: 0;
  color: black;
  border-width: 0;
}
div.videoCube:hover {
  background-color: #ebf0ff;
  color: black;
}
.videoCube .thumbBlock {
  margin: 0;
  border-style: solid;
}
.videoCube .video-label-box {
  margin-left: 81px;
}
.videoCube .video-title {
  height: auto;
  margin-bottom: 3px;
  white-space: normal;
}
.trc_rbox_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.videoCube .thumbnail-overlay,
.videoCube:hover .thumbnail-overlay {
  position: absolute;
  background: transparent no-repeat;
  background-size: contain;
  z-index: 50;
}
.trc_related_container .logoDiv {
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  font-size: 9px;
}
.trc_related_container .logoDiv a {
  font-size: 9px;
  text-decoration: none !important;
  color: black;
  margin-right: 1px;
  vertical-align: text-bottom;
}
.logoDiv a span:hover {
  text-decoration: underline;
}
.trc_rbox_header .logoDiv {
  font-size: 1em;
}
.syndicatedItem .branding {
  margin: 0;
}
.trc_elastic .trc_rbox {
  width: auto;
}
.trc_elastic .videoCube {
  overflow: hidden;
}
.trc_elastic .videoCube .thumbBlock {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40%;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
}
.trc_elastic .thumbBlock_holder {
  position: relative;
  width: 100%;
}
.trc_elastic .thumbnail_start .thumbBlock_holder {
  float: left;
  margin-right: 10px;
}
.trc_elastic .videoCube_aspect {
  width: 1px;
}
.trc_elastic .trc_rbox .trc_rbox_div {
  height: auto;
}
.trc_elastic .video-label-box {
  display: block;
}
.trc_elastic .thumbnail_start .video-label-box {
  box-sizing: border-box;
}
.trc_related_container .trc_clearer {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.logoDiv .trc_mobile_disclosure_link,
.logoDiv .trc_mobile_attribution_link {
  display: none;
}
.logoDiv .trc_desktop_disclosure_link,
.logoDiv .trc_desktop_attribution_link {
  display: inline;
}
@media screen and (max-width: 767px) {
  .logoDiv .trc_mobile_disclosure_link {
    display: inline;
  }
  .logoDiv .trc_mobile_attribution_link {
    display: inline;
  }
  .logoDiv .trc_desktop_disclosure_link {
    display: none;
  }
  .logoDiv .trc_desktop_attribution_link {
    display: none;
  }
}
.trc_related_container .logoDiv,
.trc_related_container .trc_header_ext .logoDiv {
  float: right;
}
.trc_related_container .logoDiv + .logoDiv {
  margin-right: 2px;
}
.trc_related_container .attribution-disclosure-link-sponsored,
.trc_related_container .attribution-disclosure-link-hybrid {
  display: none;
}
.trc_related_container
  .trc-content-sponsored
  .attribution-disclosure-link-sponsored {
  display: block;
}
.trc_related_container .trc_header_ext:hover a span {
  text-decoration: underline !important;
}
.trc_related_container * {
  pointer-events: auto;
}
.trc_related_container {
  clear: both;
}
.alternating-thumbnails-de-eng {
  width: 300px;
  _width: 300px;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-color: #dfdfdf;
  padding: 0 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
}
.alternating-thumbnails-de-eng div.syndicatedItem:hover {
  background-color: transparent;
}
.alternating-thumbnails-de-eng .trc_rbox_border_elm {
  border-color: darkgray;
}
.alternating-thumbnails-de-eng .videoCube.thumbnail_start .thumbBlock_holder {
  width: 40%;
}
.alternating-thumbnails-de-eng .trc_rbox_header {
  font-family: Mundo;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  border-width: 0;
  background: transparent;
  border-style: none;
  border-color: #d6d5d3;
  padding: 0px 0px 16px 0px;
  line-height: 21px;
  height: 55px;
  text-transform: none;
}
.alternating-thumbnails-de-eng .syndicatedItem {
  background-color: transparent;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem .thumbnail-overlay {
  background-image: null;
  background-position: 5% 5%;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem .thumbBlock {
  border-color: darkgray;
  border-width: 0px;
}
.alternating-thumbnails-de-eng .videoCube:hover .thumbnail-overlay {
  background-image: null;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-title {
  max-height: 28px;
  color: #000000;
  font-family: Roboto Medium;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  padding: 0;
}
.alternating-thumbnails-de-eng .videoCube {
  width: auto;
  _width: auto;
  background-color: transparent;
  border-width: 0px 0px 0px 0px;
  border-color: #e4e4e4;
  padding: 0px 0px 0px 0px;
  height: auto;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-style: SOLID;
  margin: 0 0 2% 1.84%;
}
.alternating-thumbnails-de-eng div.videoCube:hover {
  background-color: transparent;
}
.alternating-thumbnails-de-eng .video-title {
  font-family: Roboto Medium;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  max-height: 28px;
  color: #000000;
  text-decoration: none;
}
.alternating-thumbnails-de-eng .video-label {
  font-family: Roboto Medium;
}
.alternating-thumbnails-de-eng .syndicatedItem .branding {
  color: #797676;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family: Roboto Medium;
  background-image: null;
  text-align: left;
  padding: 0 2% 0 0;
}
.alternating-thumbnails-de-eng .videoCube.syndicatedItem {
  background-color: transparent;
  border-color: #e4e4e4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 0px 0px 0px 0px;
  border-style: SOLID;
}
.alternating-thumbnails-de-eng .trc_rbox_div {
  width: auto;
  _width: 99%;
  height: 410px;
  border-width: 0;
  padding: 0;
}
.alternating-thumbnails-de-eng .videoCube .thumbnail-overlay {
  background-image: null;
  background-position: 5% 5%;
}
.alternating-thumbnails-de-eng .videoCube .thumbBlock {
  border-width: 0px;
  border-color: darkgray;
}
.alternating-thumbnails-de-eng .branding {
  color: #797676;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family: Roboto Medium;
  background-image: null;
  text-align: left;
  line-height: 14px;
}
.alternating-thumbnails-de-eng .video-label-box {
  text-align: left;
  height: auto;
  margin: 0px 0px 0px 0px;
  min-height: 72px;
}
.alternating-thumbnails-de-eng div.syndicatedItem:hover .thumbBlock {
  border-color: inherit;
}
.alternating-thumbnails-de-eng div.videoCube:hover .thumbBlock {
  border-color: inherit;
}
.alternating-thumbnails-de-eng .syndicatedItem .video-label-box {
  height: auto;
  margin: 0px 0px 0px 0px;
  min-height: 90px !important;
}
.alternating-thumbnails-de-eng .logoDiv a span {
  color: #797676;
  font-family: Roboto Regular !important;
  line-height: 14px;
}
.alternating-thumbnails-de-eng .videoCube .video-label-box .video-title {
  font-size: 12px;
  text-decoration: none;
  font-family: Roboto Medium;
  margin: 8px 0 8px 0;
  line-height: 14px;
  color: #000000;
}
.alternating-thumbnails-de-eng .videoCube:hover .video-label-box .video-title {
  text-decoration: underline;
  color: #666666;
}
.alternating-thumbnails-de-eng .thumbBlock_holder {
  width: 100% !important;
  height: 100%;
  float: inherit !important;
}
.alternating-thumbnails-de-eng .trc_rbox_header .logoDiv {
  margin: 0;
}
.alternating-thumbnails-de-eng [class*="span"] {
  float: none;
  margin-left: 0;
}
.alternating-thumbnails-de-eng {
  position: relative;
}
.alternating-thumbnails-de-eng .trc_rbox_header_span {
  font-weight: bold;
  text-transform: uppercase;
}
.alternating-thumbnails-de-eng .logoDiv a span {
  font-size: 12px;
  font-family: "Roboto_condensed", sans-serif;
  font-weight: normal !important;
}
.alternating-thumbnails-de-eng .link-attribution {
  position: absolute !important;
  top: 25px;
}
.alternating-thumbnails-de-eng .trc_rbox_outer .videoCube {
  background: transparent !important;
}
.alternating-thumbnails-de-eng div.videoCube:hover {
  background-color: #f5f5f5 !important;
}
.alternating-thumbnails-de-eng .branding:hover {
  color: #666666;
  text-decoration: underline;
}
.alternating-thumbnails-de-eng
  .videoCube
  .video-cta-href
  button.video-cta-button {
  line-height: 10px;
  border-color: #cecece !important;
  padding: 2%;
}
.alternating-thumbnails-de-eng
  .videoCube
  .video-cta-href
  button.video-cta-button:hover {
  background-color: #f6f6f6;
}
@media screen and (min-width: 0px) and (max-width: 980px) {
  .trc_elastic_alternating-thumbnails-de-eng .trc_rbox_outer {
    margin-left: -2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube_aspect {
    padding-bottom: 66.66666666666666%;
    width: 100%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube {
    width: 47.394999999999996%;
    position: relative;
    float: left;
    margin: 0 0 2.6% 0;
    margin-left: 2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng
    :nth-child(2n + 1 of .videoCube):not(:nth-child(1 of .videoCube)) {
    clear: both;
  }
  .trc_elastic_alternating-thumbnails-de-eng div.videoCube:nth-of-type(-n + 6) {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 981px) {
  .trc_elastic_alternating-thumbnails-de-eng .trc_rbox_outer {
    margin-left: -2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube_aspect {
    padding-bottom: 66.66666666666666%;
    width: 100%;
  }
  .trc_elastic_alternating-thumbnails-de-eng .videoCube {
    width: 30.73%;
    position: relative;
    float: left;
    margin: 0 0 2.6% 0;
    margin-left: 2.6%;
  }
  .trc_elastic_alternating-thumbnails-de-eng
    :nth-child(3n + 1 of .videoCube):not(:nth-child(1 of .videoCube)) {
    clear: both;
  }
  .trc_elastic_alternating-thumbnails-de-eng div.videoCube:nth-of-type(-n + 6) {
    display: block;
    visibility: visible;
  }
}
.videoCube a.video-cta-style {
  width: 100%;
}
.videoCube a.video-cta-style .video-label-box.video-label-box-cta {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: flex-start;
  align-items: center;
}
.videoCube
  a.video-cta-style
  .video-label-box.video-label-box-cta.video-label-box-cta-non-ie {
  justify-content: space-between;
}
.videoCube a.video-cta-style .video-label-flex-cta-item {
  flex-basis: 100%;
}
.videoCube a.video-cta-style .video-branding-flex-cta-item {
  margin-top: 1px;
  flex-grow: 1;
  flex-basis: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videoCube .video-cta-href {
  display: inline-block;
  margin-top: 1px;
  margin-inline-start: 2px;
  padding: 0;
  max-width: 100%;
  min-width: 72px;
  min-width: min(100%, 72px);
  bottom: 0;
  vertical-align: top;
  position: relative;
  box-sizing: content-box;
  flex-shrink: 0;
  font-size: 10px;
  line-height: 13.2px;
}
.videoCube .video-cta-href button.video-cta-button {
  margin: 0;
  height: 24px;
  font-size: 10px;
  line-height: 13.2px;
  border-radius: 4px;
  border: 1px solid #000;
  background-color: inherit;
  text-transform: none;
  letter-spacing: normal;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  font-family: Helvetica;
  padding: 1px 4px;
  width: 100%;
  min-width: 1px;
  opacity: 1;
  box-shadow: none;
  user-select: none;
  transition: none;
  text-decoration: none;
  transform: none;
  font-weight: bold;
}
.videoCube .video-cta-href button.video-cta-button:hover {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
  letter-spacing: normal;
}
#_cm-css-reset {
  height: inherit;
  width: inherit;
  direction: ltr;
  text-align: left;
}
#_cm-css-reset .mc-loud-video::state(webkit-media-controls-play-button) {
  display: none !important;
  -webkit-appearance: none;
}
.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}
.fb_reset > div {
  overflow: hidden;
}
: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: 0;
}
.hide {
  display: none;
}
.hidden-content {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  background-color: #fff;
  color: #000;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
body {
  margin: 0;
}
.publicidad {
  margin: 0 !important;
}
.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);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Roboto-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Roboto-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto_condensed;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto_condensed;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Mundo-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/Mundo-RegularItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Mundo-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/Mundo-RegularItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/Mundo-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/Mundo-RegularItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Mundo-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/Mundo-RegularItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Mundo-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/Mundo-RegularItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/Mundo-RegularItalic.woff2") format("woff2");
  font-display: swap;
}
header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7) {
  --ue-l-main-header-top-height: 36px;
  --ue-l-main-header-bottom-height: 36px;
  --ue-c-main-header-title-font-weight: 600px;
  --ue-c-main-header-bottom-background: #fff;
}
@media (min-width: 46.25em) {
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7) {
    --ue-l-main-header-top-height: 42px;
    --ue-l-main-header-bottom-height: 42px;
    --ue-c-main-header-bottom-background: #fff;
  }
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7)
    .ue-c-main-header__logo--theme:before {
    content: "";
    margin-right: 0.5rem;
  }
  header[data-theme="elmundo-theme"]:not(.elmundo-theme-v7)
    .ue-c-main-header__logo--theme:before {
    width: var(--ue-c-main-header-logo-theme-width);
    height: var(--ue-c-main-header-logo-theme-height);
    background-color: var(--ue-c-main-header-logo-theme-background-color);
    background-image: var(--ue-c-main-header-logo-theme-background-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: var(--ue-c-main-header-logo-theme-width)
      var(--ue-c-main-header-logo-theme-height);
  }
}
.elmundo-theme-v9.ue-l-article--basic {
  background-color: #fff;
  --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%;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__toolbox {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  padding: 1rem;
  position: absolute;
  width: 200px;
  top: 40px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 15001;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__toolbox-item {
  --toolbox-color-icon: #000;
}
.elmundo-theme-v9.ue-l-article--basic .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: #000;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__toolbox-item:hover {
  position: relative;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__toolbox-item:hover:after {
  content: "";
  width: 130%;
  height: 130%;
  background-color: #f6f6f6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__toolbox-item-icon {
  width: 26px;
  height: 26px;
}
.elmundo-theme-v9.ue-l-article--basic,
.elmundo-theme-v9.ue-l-article--basic :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) {
  .elmundo-theme-v9.ue-l-article--basic,
  .elmundo-theme-v9.ue-l-article--basic :before {
    --ue-c-section-title-font-size: 1.1875rem;
    --ue-c-section-title-line-height: 1.1875rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article ::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article ::selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article * strong::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article * strong::selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article * a::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article * a::selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__kicker-container {
  display: inline-block;
  font-size: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__kicker-group {
  box-sizing: border-box;
  position: relative;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__icon-premium {
  fill: #a88938;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  top: -0.0625rem;
  margin: 0 3px 0 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__header {
  margin-bottom: 1rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__paragraph {
  margin: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  color: #202020;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__paragraph a {
  color: #2e6d9d;
  text-decoration: none;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__paragraph a:hover {
  color: #004570;
  text-decoration: underline;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__standfirst
  .ue-c-article__paragraph,
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__standfirst p {
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-c-article__standfirst
    .ue-c-article__paragraph,
  .elmundo-theme-v9.ue-l-article--basic .ue-c-article__standfirst p {
    font-size: 1.5rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__publishdate {
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__publishdate span {
  font-weight: 700;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__share-tools {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__share-tools-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__share-tools-item:not(:last-child) {
  margin-right: 0.3125rem;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 2rem;
  height: 2rem;
  border: 1px solid #cecece;
  padding: 5.33333px;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle
  svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: transparent;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle:active,
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle:hover {
  background: #f6f6f6;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__share-tools-item--toolbox-toggle:focus {
  background: #f6f6f6;
  box-shadow: 0 0 1px 2px var(--ue-c-article-focus-color);
  outline: none;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles {
  padding: 0;
  margin: 5px 0 0;
  list-style-type: none;
  box-sizing: border-box;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles-item {
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__subtitles-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles-item a {
  text-decoration: none;
  color: #000;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles-item a:active,
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles-item a:hover {
  text-decoration: underline;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles-item a:active,
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles-item a:hover {
  color: #000;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__subtitles-kicker {
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-size: 16;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__subtitles
  .ue-c-article__icon-premium {
  width: 1rem;
  top: 1px;
  margin-right: 1px;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__button {
  border: 1px solid #cecece;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  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: 0;
  height: 32px;
  padding: 0 0.75rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__button:hover {
  background-color: #333;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__button:focus {
  box-shadow: 0 0 1px 2px #00a9e0;
  outline: none;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__button
  .ue-c-article__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  fill: #fff;
  width: 30px;
  height: 23px;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__button
  .ue-c-article__button-icon
  svg {
  width: 100%;
  height: 100%;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__button--theme-comments {
  color: #000;
  background-color: #fff;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__button--theme-comments:hover {
  background-color: #f6f6f6;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__button--theme-comments
  .ue-c-article__button-icon {
  fill: #fff;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__button--theme-comments
  .ue-c-article__button-text {
  color: #000;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__card-body ul li::marker {
  content: ". ";
  font-size: 2em;
  line-height: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__bar-body {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  flex-grow: 1;
  align-items: stretch;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__bar-footer {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 0;
  flex-wrap: wrap;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__author {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  flex-direction: column;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__author-avatar {
  height: 3.125rem;
  display: flex;
  gap: 0.3125rem;
  flex-shrink: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__author-avatar:empty {
  display: none;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__author-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.elmundo-theme-v9.ue-l-article--basic .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: #000;
}
.elmundo-theme-v9.ue-l-article--basic .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: #797676;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__author-caption-item {
  display: flex;
  gap: 0.3em;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-c-article__author--horizontal-from-tablet {
    flex-direction: row;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags-container {
    margin-bottom: 1rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__tags-container
  .ue-c-article__tags {
  margin-bottom: 0;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-article__tags-container
  .ue-c-article__tags:after {
  content: "";
  width: 80px;
  height: 40px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0), #fff);
  position: absolute;
  right: 0;
  top: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  box-sizing: border-box;
  min-width: 100px;
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-x: overlay;
  padding: 0;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags::-webkit-scrollbar {
  height: 0;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags::-webkit-scrollbar {
    width: 0;
    height: 5px;
  }
  .elmundo-theme-v9.ue-l-article--basic
    .ue-c-article__tags::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags {
    margin-bottom: 1rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags-item {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  flex: none;
  margin: 0.25rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags-item * {
  display: block;
  text-decoration: none;
  border-radius: 1.875rem;
  transition: background-color 0.1s ease-in-out;
  background-color: #f6f6f6;
  color: #000;
  text-transform: none;
  padding: 0.25rem 0.5rem;
  border-bottom: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags-item :hover {
  background-color: #c5c5c5;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__tags-item :active {
  background-color: #9d9d9d;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__media {
  margin: 0;
  position: relative;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__media--image img {
  width: 100%;
  height: auto;
  display: block;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__media-img-container {
  position: relative;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__media-caption {
  margin-top: 0.3125rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__media-description {
  box-sizing: border-box;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-variant: oldstyle-nums;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.00438rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__headline {
  margin: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  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) {
  .elmundo-theme-v9.ue-l-article--basic .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) {
  .elmundo-theme-v9.ue-l-article--basic .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;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-article__kicker {
  display: inline;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__main-column {
  position: relative;
  box-sizing: border-box;
  overflow-wrap: break-word;
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__main-column {
    padding-left: 0;
    padding-right: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__main-column {
    padding-left: 11.5625rem;
    padding-right: 23.0625rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article--no-grow {
  flex-grow: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--columns-flex-parent {
    display: flex;
  }
  .elmundo-theme-v9.ue-l-article--basic
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    padding-right: 0;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .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) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 23.0625rem);
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column {
  display: flex;
  flex-direction: column;
  clear: both;
  align-items: center;
  box-sizing: border-box;
  margin-top: 1rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column {
    margin-top: 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column {
    align-items: flex-end;
    margin-top: 0;
    flex-shrink: 0;
    width: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column {
    width: 23.0625rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column-item {
  width: 100%;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__secondary-column-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__row {
    display: flex;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__main-column-extra {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__main-column-extra {
    padding-left: 11.5625rem;
    width: calc(100% - 23.0625rem);
  }
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__main-column-extra
  > :not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-l-article__main-column-extra
    > :not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-l-article__main-column-extra
    > :not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column-extra {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column-extra {
    margin-top: 1rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column-extra {
    align-items: flex-end;
    margin-top: 0;
    width: 19.375rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column-extra {
    width: 23.0625rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__body
  .ue-c-article__bar:not(:last-child),
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__body
  .ue-c-article__media:not(:last-child),
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__body
  .ue-c-article__paragraph:not(:last-child) {
  margin-bottom: 1rem;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__body
  > .ue-c-article__bar:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-l-article__body
    > .ue-c-article__bar:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  clear: both;
  position: relative;
  background-color: #fff;
  background-color: var(--ue-l-article__inner-back-color, #fff);
  padding: 0.5rem;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__inner {
    max-width: 77rem;
  }
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__header-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__header-content
  > .ue-c-article__headline:not(:last-child),
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__header-content
  > .ue-c-article__kicker-group:not(:last-child),
.elmundo-theme-v9.ue-l-article--basic
  .ue-l-article__header-content
  > .ue-c-article__standfirst:not(:last-child) {
  margin-bottom: 1rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__inner--no-gutter {
  padding-top: 0;
  padding-bottom: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__sky {
  position: absolute;
  top: 0.5rem;
}
@media (min-width: 23.4375em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__sky {
    top: 0.5rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__sky--right {
  right: 0;
  transform: translateX(100%);
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__sky--left {
  left: 0;
  transform: translateX(-100%);
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article__sky {
    top: 1.45rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article--grow {
  flex-grow: 1;
}
@media (min-width: 20em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--width-1of2-from-mobile {
    width: 50%;
  }
}
@media (min-width: 20em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--float-right-from-mobile {
    float: right;
  }
}
@media (min-width: 20em) and (min-width: 20em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--float-right-from-mobile {
    margin-left: 0.625rem;
  }
}
@media (min-width: 20em) and (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--float-right-from-mobile {
    margin-left: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--float-left-from-desktop {
    float: left;
    clear: left;
    margin-right: 1.25rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-l-article--move-to-leftcol-from-desktop {
    clear: left;
    margin-left: -11.5625rem;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-l-article--leftcol-width-from-desktop {
    width: 9.375rem;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator {
  position: relative;
  padding-top: 0.5rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  outline: none;
  top: 0;
  width: 2.1875rem;
  border-top: 1px solid #cecece;
}
@media (min-width: 20em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator {
    padding-top: 0.5rem;
  }
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator:before {
    top: 0;
    width: 2.1875rem;
    border-top: 1px solid #cecece;
  }
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator {
    padding-top: 0.5rem;
  }
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator:before {
    top: 0;
    width: 2.1875rem;
    border-top: 1px solid #cecece;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator {
    padding-top: 0.5rem;
  }
  .elmundo-theme-v9.ue-l-article--basic .ue-l-article--top-separator:before {
    top: 0;
    width: 2.1875rem;
    border-top: 1px solid #cecece;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-section-title {
  margin: 0;
  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: #000;
  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);
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links {
  display: inline-block;
  width: 100%;
  border-top: none;
  padding-top: 8px;
}
@media (max-width: 46.24em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links {
    border-bottom: 1px solid #cecece;
    padding-bottom: 8px;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  box-sizing: border-box;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__button {
  display: flex;
  align-items: center;
  border: 0;
  background: none;
  padding: 0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__arrow {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform: rotate(180deg);
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__arrow path {
  stroke: #000;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__list-item {
  display: inline-flex;
  align-items: center;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-popular-links__list-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
  margin: 0 0.5rem;
  position: relative;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__list-item a {
  text-decoration: none;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__list-item a:link,
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__list-item a:visited {
  color: #2e6d9d;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__list-item a:active,
.elmundo-theme-v9.ue-l-article--basic .ue-c-popular-links__list-item a:hover {
  color: #004570;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-popular-links--closed
  .ue-c-popular-links__list {
  display: none;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-popular-links--closed
  .ue-c-popular-links__arrow {
  transform: rotate(0deg);
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  font-variant-ligatures: common-ligatures;
  gap: var(--cover-content-x-gap);
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content ::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content ::selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content * a::-moz-selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content * a::selection {
  background: #ff0;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__body {
  display: flex;
  gap: var(--cover-content-y-gap);
  flex-direction: row-reverse;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__media {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: calc(
    (
        (
            100% -
              (
                var(--cover-content-y-gap) *
                  (var(--cover-content-column-count) - 1)
              )
          ) /
          var(--cover-content-column-count) * var(--cover-content-cols-width)
      ) +
      var(--cover-content-y-gap) * (var(--cover-content-cols-width) - 1)
  );
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__main {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-cover-content__main
  > :not(:last-child) {
  margin-bottom: 0.25rem;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__figure {
  margin: 0;
  position: relative;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__image {
  width: 100%;
  display: block;
  height: auto;
  font-size: 10px;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__headline {
  display: inline;
  font-size: 1em;
  font-weight: 600;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__headline-group {
  display: block;
  flex-direction: row;
  word-break: break-word;
  margin-top: 0;
  font-family:
    Mundo,
    Times New Roman,
    Times,
    serif;
  font-weight: 600;
  z-index: 3;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__link {
  text-decoration: none;
  color: #000;
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__link:hover {
    color: #666;
  }
  .elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__link:active {
    color: #414141;
  }
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: background 0.2s ease-in;
}
.elmundo-theme-v9.ue-l-article--basic .ue-c-cover-content__bt-link {
  z-index: 3;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-cover-content--s-from-mobile
  .ue-c-cover-content__headline-group {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media (min-width: 46.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-c-cover-content--xs-from-tablet
    .ue-c-cover-content__headline-group {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0;
  }
}
@media (min-width: 61.25em) {
  .elmundo-theme-v9.ue-l-article--basic
    .ue-c-cover-content--s-from-desktop
    .ue-c-cover-content__headline-group {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    letter-spacing: 0;
  }
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-cover-content--vertical-from-mobile {
  --cover-content-cols-width: 1;
  --cover-content-column-count: 1;
}
.elmundo-theme-v9.ue-l-article--basic
  .ue-c-cover-content--vertical-from-mobile
  .ue-c-cover-content__body {
  flex-direction: column;
  gap: var(--cover-content-x-gap);
}
.elmundo-theme-v9.ue-l-article--basic .ue-l-article__secondary-column-item {
  max-width: 300px;
}
.elmundo-theme-v9.ue-l-article--basic .ue-u-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.elmundo-theme-v9.ue-l-article--basic .trc_related_container {
  border-top: 1px solid #cecece;
  padding-top: 1.5rem;
}
.elmundo-theme-v9.ue-l-article--basic
  .trc_related_container
  div.videoCube:focus-within {
  background: #f5f5f5 !important;
}
.elmundo-theme-v9.ue-l-article--basic
  .trc_related_container
  .videoCube:focus-within
  .video-label-box
  .video-title {
  text-decoration: underline;
  color: #25577e;
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  .elmundo-theme-v9.ue-l-article--basic .trc_related_container {
    height: auto !important;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .elmundo-theme-v9.ue-l-article--basic .trc_related_container {
    height: auto !important;
  }
}
.elmundo-theme-v9.ue-l-article--special .ue-c-article__card-body ul li::marker {
  content: ". ";
  font-size: 2em;
  line-height: 0;
}
._cm-div {
  height: 0px;
  transition: height 1s;
  height: auto !important;
}
#_cm-css-reset {
  margin-top: 0;
}
#_cm-css-reset {
  height: inherit;
  width: inherit;
  direction: ltr;
  text-align: left;
  inset: unset;
}
@media (max-width: 46.24em) {
  .ue-c-article__subtitles.ue-l-article--float-right-from-mobile,
  .ue-l-article--basic.elmundo-theme-v9
    .ue-c-article__subtitles.ue-l-article--float-right-from-mobile {
    display: none;
  }
}
.ue-c-article__body > p,
.ue-c-article__body > h2,
.ue-c-article__body > figure {
  margin: 0 0 22px !important;
}
.ue-c-article__body > figure figcaption {
  margin-top: 6px;
}
.ue-c-article__body .ue-c-article__paragraph strong {
  font-weight: 700;
}
.un-article__quote {
  border-left: 4px solid #163860;
  background: rgba(22, 56, 96, 0.06);
  padding: 14px 18px;
  border-radius: 2px;
}
.un-article__quote i {
  font-style: italic;
}
.un-article__data-line {
  border-left: 4px solid #163860;
  padding-left: 14px;
}
.un-article__expert strong {
  display: block;
}
.un-article__expert-role {
  display: block;
  font-style: italic;
  color: #666;
  font-size: 0.85em;
  line-height: 1.35;
  margin-top: 2px;
}
.money {
  color: #111;
  font-weight: 700;
}
.reg-new {
  border: 1px solid #c4cad4;
  border-radius: 6px;
  padding: 24px;
  margin: 22px 0;
  background: #fff;
}
.reg-new__title {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 18px;
  color: #111;
  line-height: 1.3;
}
.reg-new__title a {
  color: #163860;
  text-decoration: none;
}
.reg-new__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.reg-new__item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 14px 0;
}
.reg-new__num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #163860;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 4px;
}
.reg-new__text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.4;
}
.reg-new__text a {
  color: #163860;
  text-decoration: none;
  font-weight: 600;
}
.reg-new__text a:hover {
  text-decoration: underline;
}
.reg-new__amount {
  color: #111;
  font-weight: 700;
}
.reg-new__warning {
  background: #fbe7e7;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 18px 0;
}
.reg-new__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 18px 0;
}
.reg-new__stat {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 16px 12px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}
.reg-new__stat-label {
  display: block;
  font-weight: 400;
  color: #111;
}
.reg-new__stat-value {
  display: block;
  margin-top: 6px;
  font-weight: 700;
  color: #111;
  font-size: 1rem;
}
.reg-new__cta {
  display: block;
  width: 100%;
  background: #163860;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  padding: 16px 24px;
  border-radius: 6px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s;
}
.reg-new__cta:hover {
  background: #1f4a7a;
  color: #fff !important;
}
@media (max-width: 600px) {
  .reg-new {
    padding: 16px;
  }
  .reg-new__stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
  }
  .reg-new__stat {
    padding: 12px 4px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .reg-new__stat-value {
    font-size: 1rem;
    margin-top: 6px;
  }
}
.fb-comment__text a {
  color: #007fff;
  text-decoration: underline;
}
.fb-comment__text a:hover {
  color: #e11229;
  text-decoration: underline;
}
.flux_cta {
  pointer-events: none;
}
.fb-comment__avatar {
  width: 32px;
  object-fit: contain;
}
.fb-comment__text img {
  max-width: 230px;
  max-height: 400px;
  object-fit: contain;
  object-position: left;
  height: auto;
}
.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}
.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}
.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}
.fb-post {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font:
    400 14px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}
.fb-comment__sort:hover {
  text-decoration: underline;
}
.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}
.fb-comment__avatar {
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
}
.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}
.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.fb-comment__answer {
  display: flex;
  margin-top: 1.4rem;
}
.fb-comment__text {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.fb-comment__author {
  font-weight: 600;
  color: #365899;
  text-decoration: none;
}
.fb-comment__react {
  text-decoration: none;
  color: #365899;
}
.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}
.fb-comment__posted {
  color: #606770;
}
.fb-comment__more {
  color: #365899;
  text-decoration: none;
}
.fb-comment__more:hover {
  text-decoration: underline;
}
.fb-comment__like {
  position: absolute;
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0 !important;
}
@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
.btn_comm {
  width: 100%;
}
@media (max-width: 575px) {
  .comment-block-input__input {
    flex: 0 1 100%;
  }
  .fb-comment__like {
    bottom: -16px;
  }
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 60px auto 0;
}
