a {
  text-decoration: none;
}

ul {
  list-style: none;
}

header {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.headerBot {
  z-index: 10000;
}

.scroll-progress {
  position: absolute;
  bottom: -3px;
  left: 0px;
  height: 3px;
  background: black;
  width: 0%;
  transition: width 0.1s;
}

.headerBot {
  transition: top 0.3s;
  background: rgb(247, 247, 247);
  border-bottom: 1px solid rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
  height: 41px;
  width: 100%;
  padding: 0px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0px;
}

.headerBot__content {
  width: 1200px;
  display: flex;
}

.headerBot__content li:first-child a {
  padding-right: 24px;
}

.headerBot__content li:first-child {
  font-weight: 600;
  border-right: 1px solid rgb(0, 0, 0);
}

.headerBot__content li a {
  color: rgb(0, 0, 0);
  padding: 6px 13px;
  font-size: 13px;
  font-family: Mundo, "Times New Roman", Times, serif;
}

h1 {
  font-size: 28px;
  line-height: 29px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.articleHead-buttons {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
}

.articleHead-buttons a {
  border-radius: 25px;
  border: 1px solid rgb(206, 206, 206);
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}

.articleHead-buttons a:last-child {
  padding-left: 12px;
  padding-right: 12px;
}

.articleHead-buttons a span {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
  font-size: 13px;
  line-height: 18px;
}

article p {
  font-family: Mundo, "Times New Roman", Times, serif;
  font-size: 19px;
  color: rgb(32, 32, 32);
  line-height: 27px;
  letter-spacing: 0px;
  margin-bottom: 16px;
}

article h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: Mundo, "Times New Roman", Times, serif;
  line-height: 1.1;
  margin-bottom: 16px;
}

.authorInfo {
  margin: 24px 0px;
}

.authorInfo p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

article a {
  color: rgb(46, 109, 157);
}

article ul li {
  font-family: Mundo, "Times New Roman", Times, serif;
  font-size: 19px;
  color: rgb(32, 32, 32);
  letter-spacing: 0px;
}

article ul {
  margin-bottom: 15px;
}

.mainComments {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgb(206, 206, 206);
}

.pins {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.pins a {
  display: block;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.1s ease-in-out;
  background-color: rgb(246, 246, 246);
  color: rgb(0, 0, 0);
  text-transform: none;
  padding: 4px 8px;
  border-bottom: 0px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.pins a:hover {
  background-color: rgb(197, 197, 197);
}

.mainComments h2 {
  font-size: 19px;
  margin-bottom: 32px;
}

.mainComment {
  width: 100%;
  border-bottom: 1px solid rgb(206, 206, 206);
  padding-top: 14px;
}

.comHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headLeft {
  display: flex;
  align-items: center;
}

.userInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.userInfo a {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 17px;
  font-weight: 700;
  color: black;
}

.userInfo span {
  font-size: 12px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 19px;
}

.headRight {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 18px;
  font-weight: 700;
}

.comContent {
  font-size: 16px;
  line-height: 1.3;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  article {
    padding-left: 0px;
  }
  h1 {
    font-size: 22px;
  }
  main {
    grid-template-columns: 1fr 310px;
  }
}

@media screen and (max-width: 740px) {
  main {
    margin-top: 3px;
  }
  .headerBot__content li:not(:first-child) {
    display: none;
  }
  .headerBot__content li {
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
  }
  .headerBot {
    box-shadow: rgb(204, 204, 204) 2px 2px 6px;
  }
  main {
    grid-template-columns: 1fr;
  }
}

article img {
  margin-bottom: 11px;
}

article img {
  max-width: 100% !important;
}

.reg__list {
  max-width: 100%;
  list-style-type: none;
  margin: 0px auto;
  padding: 0px;
  width: 95%;
}

.reg__item {
  line-height: 30px;
  font-weight: normal;
  list-style: none;
  background: rgb(255, 255, 255);
  margin-bottom: 1rem;
  padding: 10px;
  width: 100%;
  border-left: 2px solid rgb(0, 0, 153);
  border-right: 2px solid rgb(0, 0, 153);
  border-radius: 4px;
}

.reg__item > a {
  color: rgb(46, 109, 157);
  text-decoration: underline;
}

.reg__item > a:hover {
  color: rgb(225, 18, 41);
}

.reply {
  padding-left: 40px;
}

.topics p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 0px;
  margin: 0px;
}

.topics p:first-child {
  color: rgb(46, 109, 157);
  font-weight: 600;
  border-bottom: 1px solid rgb(235, 235, 235);
}

main {
  margin-top: 0px;
}

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

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

.submit-link {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

.button-red-link {
  margin: 50px auto;
  background-color: rgb(184, 0, 0);
  font-weight: bold;
  display: block;
  border-radius: 20px;
  text-align: center;
  padding: 14px 20px;
  transition: 0.3s;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.button-red-link:hover {
  background-color: rgb(209, 3, 3);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.about-list .legal-text {
  color: rgb(74, 74, 74);
  font-size: 12px;
}

@media (min-width: 768px) {
  .about-list {
    position: static;
    width: auto;
  }
  .about-list .legal-text {
    margin-top: 6px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50vh;
}

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

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

p {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

: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 {
  top: 0px;
  position: fixed !important;
}

.hide {
  display: none;
}

@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: 700;
  src: url("/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Valencia;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/valencia-regular-webfont.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Valencia;
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/valencia-italic-webfont.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Valencia;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/valencia-bold-webfont.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Valencia;
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/valencia-bolditalic-webfont.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: PT_serif;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/pt_serif-web-regular-webfont.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: PT_serif;
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/pt_serif-web-italic-webfont.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: PT_serif;
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/pt_serif-web-bold-webfont.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: PT_serif;
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/pt_serif-web-bolditalic-webfont.woff2") format("woff2");
  font-display: swap;
}

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

@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/Mundo-LightItalic.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-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/Mundo-MediumItalic.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-SemiBoldItalic.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-BoldItalic.woff2") format("woff2");
  font-display: swap;
}

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

@font-face {
  font-family: Mundo;
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/Mundo-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/MundoTexto-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/MundoTexto-LightItalic.woff2") format("woff2");
  font-display: swap;
}

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

@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/MundoTexto-RegularItalic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/MundoTexto-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/MundoTexto-MediumItalic.woff2") format("woff2");
  font-display: swap;
}

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

@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/MundoTexto-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}

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

@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/MundoTexto-BoldItalic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundotxt;
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/MundoTexto-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Mundotxt;
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/MundoTexto-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ue-l-side-panel {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  overflow: auto;
  visibility: hidden;
  scroll-behavior: smooth;
  transition: transform 0.25s;
}

.ue-l-side-panel--background {
  background-color: rgb(255, 255, 255);
}

.ue-l-side-panel--padding-bottom {
  padding-bottom: 2.5rem;
}

.ue-l-side-panel--fixed-top-right-from-mobile {
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: inherit;
}

@media (min-width: 20em) {
  .ue-l-side-panel--right-to-left-from-mobile {
    transform: translateX(100vw) translateY(0px);
    right: 0px;
  }
}

@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: rgba(0, 0, 0, 0.18) -6px 10px 11px 0px;
  }
}

@media (min-width: 46.25em) {
  .ue-l-side-panel--shadow-left-n-right-from-tablet {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 16px 18px 0px;
  }
}

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

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

.ue-c-main-navigation__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: 0px;
  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: 0px;
  font-size: 8px;
  margin: 0px 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: 0px 1rem 1rem;
  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: 0px;
  }
}

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

@media (min-width: 46.25em) {
  .ue-c-main-navigation__link {
    cursor: pointer;
    margin: 0px;
    height: auto;
  }
  .ue-c-main-navigation__link:hover {
    text-decoration: var(--ue-c-main-navigation-link-text-decoration,);
    color: var(--ue-c-main-navigation-link-hover-color, #333);
  }
}

.ue-c-main-navigation__link.is-bold {
  font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
}

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

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

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

.ue-c-main-navigation__skip-links {
  position: absolute;
  top: 0px;
  left: -32768px;
  z-index: 22;
  width: 100%;
  margin: 0px;
  padding: 0px;
  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: 0px;
  left: 0px;
  width: 100%;
}

.ue-c-main-navigation__skip-links-item {
  font-size: 12px;
  font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(46, 109, 157);
  padding: 10px;
}

.ue-c-main-navigation__skip-links-item:active,
.ue-c-main-navigation__skip-links-item:focus {
  left: 32768px;
  outline: rgb(255, 255, 255) dotted 1px;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgb(0, 0, 0);
  text-align: left;
  text-decoration: none;
}

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

@media (min-width: 46.25em) {
  .ue-l-main-navigation--truncated-width {
    overflow: hidden;
    position: relative;
  }
  .ue-l-main-navigation--truncated-width::after {
    content: "";
    background-image: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0),
      var(--ue-c-main-navigation-gradient-color, #fff)
    );
    position: absolute;
    right: 0px;
    width: 2rem;
    height: 100%;
  }
  .ue-l-main-navigation--truncated-width .ue-c-main-navigation__link:hover {
    text-shadow:
      0 0 0 var(--ue-c-main-navigation-first-shadow, #333),
      0 0 0 var(--ue-c-main-navigation-second-shadow, #222);
  }
  .ue-l-main-navigation--truncated-width
    > .ue-c-main-navigation__list--first-level
    > li:not(:nth-child(-n + 6)) {
    display: none;
  }
}

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

@media (min-width: 46.25em) {
  .ue-l-main-navigation--display-inline {
    --ue-c-main-navigation-link-dropdown-icon: none;
    display: flex;
    padding-left: 1rem;
  }
  .ue-l-main-navigation--display-inline > .ue-c-main-navigation__list {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }
  .ue-l-main-navigation--display-inline
    > .ue-c-main-navigation__list
    > .ue-c-main-navigation__list-item {
    overflow: visible;
    min-width: fit-content;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: inherit;
    align-items: var(--ue-c-main-navigation-list-item-align, stretch);
  }
  .ue-l-main-navigation--display-inline
    > .ue-c-main-navigation__list
    > .ue-c-main-navigation__list-item--position-inherit {
    position: inherit;
  }
  .ue-l-main-navigation--display-inline
    > .ue-c-main-navigation__list
    > .ue-c-main-navigation__list-item.hide {
    display: none;
  }
  .ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
    font-family: var(
      --ue-c-main-navigation-link-inline-font-family,
      Mundo,
      "Times New Roman",
      Times,
      serif
    );
  }
}

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

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

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

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

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

.ue-c-main-navigation__list-item--channel a {
  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: 0px;
  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: 0px;
  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: 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.625rem 0px 0px;
  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: 0px;
    visibility: hidden;
    opacity: 0;
    border: 0px;
    padding: 1rem;
  }
}

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

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

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

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

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

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

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

.ue-c-main-navigation__list-dropdown--aligned-right {
  right: 0px;
  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 0px;
  }
  .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-area: 1 / 4 / 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: 0px;
  }
}

@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__top {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}

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

@media (min-width: 23.4375em) {
  .ue-l-main-header__top {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

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

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

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

@media (min-width: 46.25em) {
  .ue-l-main-header__top .ue-l-side-panel[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    transition:
      opacity 0.3s ease-out,
      height 0.2s ease-out;
  }
}

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

.ue-l-main-header__top .ue-c-main-header__primary,
.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);
}

@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: 0px;
  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__title-article {
  font-family: var(
    --ue-c-main-header-title-article-font-family,
    Mundo,
    "Times New Roman",
    Times,
    serif
  );
  font-weight: var(--ue-c-main-header-title-article-font-weight, normal);
  font-style: var(--ue-c-main-header-title-article-font-style, normal);
  text-transform: var(--ue-c-main-header-title-article-text-transform, inherit);
  color: var(--ue-c-main-header-title-article-color, #000);
  font-size: var(--ue-c-main-header-title-article-font-size, 0.75rem);
  line-height: var(--ue-c-main-header-title-article-line-height, 0.875rem);
  letter-spacing: var(--ue-c-main-header-title-article-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
  .ue-c-main-header__title-article {
    --ue-c-main-header-title-article-font-size: 0.75rem;
    --ue-c-main-header-title-article-line-height: 0.875rem;
    --ue-c-main-header-title-article-letter-spacing: 0.02rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 46.25em) {
  .ue-c-main-header__tools {
    width: fit-content;
  }
  .ue-c-main-header__tools a {
    margin: 0px;
  }
}

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

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

@media (max-width: 46.24em) {
  .ue-c-main-header__button.is-primary {
    width: 90px;
  }
  .ue-c-main-header__button.is-primary
    span:not(.ue-c-main-header__button-menu-icon) {
    display: none;
  }
  .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon {
    right: 0px;
    display: flex;
  }
  .ue-c-main-header__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 {
    display: none;
  }
  .ue-l-side-panel {
    flex-direction: column;
  }
  .ue-l-side-panel .ue-c-main-navigation__list-item {
    padding: 0.5rem 0px;
  }
}

@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-avatar: url(/img/login-out-45d59df6a34805d1d440e316771e6ae1.svg);
  --ue-c-icon-avatar-logout: url(/img/login-8f9f3ce36ab52a4c900ef850c339dc3f.svg);
  --ue-c-icon-login-elmundo-stroke: #000;
  --ue-l-main-header-top-height: 36px;
  --ue-l-main-header-bottom-height: 36px;
  --ue-c-main-header-border: 1px solid #000;
  --ue-c-main-header-more-icon: #000;
  --ue-c-main-header-logo-box-width: 8.125rem;
  --ue-c-main-header-logo-box-height: auto;
  --ue-c-main-header-logo-width: 8.125rem;
  --ue-c-main-header-logo-height: auto;
  --ue-c-main-header-logo-box-align-items: center;
  --ue-c-main-header-logo-box-small-width: 1.875rem;
  --ue-c-main-header-logo-box-small-height: auto;
  --ue-c-main-header-logo-box-small-background-color: none;
  --ue-c-main-header-logo-small-width: 1.25rem;
  --ue-c-main-header-logo-small-height: auto;
  --ue-c-main-header-progress-bar-color: #000;
  --ue-c-main-header-panel-border: 1px solid;
  --ue-c-main-header-panel-border-color: #000;
  --ue-c-main-navigation-link-font-family: Mundo, Times New Roman, Times, serif;
}

@media (min-width: 23.4375em) {
  header[class*="elmundo-theme"],
  header[data-theme="elmundo-theme"] {
    --ue-c-main-header-logo-box-width: 9.375rem;
    --ue-c-main-header-logo-box-height: auto;
    --ue-c-main-header-logo-width: 9.375rem;
    --ue-c-main-header-logo-height: auto;
  }
}

header[class*="elmundo-theme"] .ue-c-main-header__logo--small svg,
header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small svg {
  fill: rgb(0, 86, 140);
}

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

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

@media (min-width: 46.25em) {
  header[class*="elmundo-theme"],
  header[data-theme="elmundo-theme"] {
    --ue-c-search-icon: #000;
    --ue-l-main-header-top-height: 42px;
    --ue-l-main-header-bottom-height: 42px;
    --ue-c-main-header-logo-box-width: 10.625rem;
    --ue-c-main-header-logo-width: 9.375rem;
    --ue-c-main-header-logo-box-align-items: left;
    --ue-c-main-navigation-dropdown-border: 0;
    --ue-c-main-header-breadcrumb-margin: 0.4rem 0;
    --ue-c-main-header-more-icon: #000;
    --ue-c-main-navigation-link-current-background: #fff;
    --ue-c-main-navigation-link-current-color: #000;
    --ue-c-main-navigation-link-current-border-radius: 3px;
    --ue-c-main-header-tools-width: 15.625rem;
  }
  header[class*="elmundo-theme"] .ue-c-main-navigation__link-dropdown,
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__link-dropdown {
    --ue-c-main-navigation-link-font-weight: normal;
    --ue-c-main-navigation-highlight-font-weight: 600;
    --ue-c-main-navigation-link-dropdown-hover-line: transparent;
    padding: 0px 0.46rem;
  }
  header[class*="elmundo-theme"]
    .ue-l-main-header__top:not(.ue-l-main-header--column-center)
    .ue-c-main-header__button.is-primary,
  header[data-theme="elmundo-theme"]
    .ue-l-main-header__top:not(.ue-l-main-header--column-center)
    .ue-c-main-header__button.is-primary {
    padding: 0.5rem 1rem 0.4rem 0.5rem;
  }
}

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

.ue-l-article--basic.elmundo-theme-v10,
.ue-l-article--basic.elmundo-theme-v10 ::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-v10,
  .ue-l-article--basic.elmundo-theme-v10 ::before {
    --ue-c-section-title-font-size: 1.1875rem;
    --ue-c-section-title-line-height: 1.1875rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 46.25em) and (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10
    .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-v10
    .ue-l-article--columns-flex-parent
    .ue-l-article__main-column {
    width: calc(100% - 23.0625rem);
  }
}

.ue-l-article--basic.elmundo-theme-v10 .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-v10 .ue-l-article__secondary-column {
    margin-top: 1rem;
  }
}

@media (min-width: 46.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__secondary-column {
    align-items: flex-end;
    margin-top: 0px;
    flex-shrink: 0;
    width: 19.375rem;
  }
}

@media (min-width: 61.25em) {
  .ue-l-article--basic.elmundo-theme-v10 .ue-l-article__secondary-column {
    width: 23.0625rem;
  }
}

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

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

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

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

@supports (--custom: property) {
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

* {
  margin: 0px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

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

ul {
  padding: 0px;
}

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

.ue-c-seo-links {
  background-color: var(--seo-links-background);
  border-bottom: var(--seo-links-border-bottom-width)
    var(--seo-links-border-bottom-style) var(--seo-links-border-bottom-color);
  border-top: var(--seo-links-border-top-width)
    var(--seo-links-border-top-style) var(--seo-links-border-top-color);
  box-sizing: border-box;
  display: var(--seo-links-display);
  font-size: var(--seo-links-font-size);
  height: var(--seo-links-height);
  letter-spacing: var(--seo-links-letter-spacing);
  line-height: var(--seo-links-line-height);
  max-width: var(--seo-links-max-width);
  padding: var(--seo-links-space) calc(var(--seo-links-space) * 4);
  position: relative;
  width: var(--seo-links-width);
}

.ue-c-seo-links::after {
  background-image: linear-gradient(
    to right,
    transparent,
    var(--seo-links-background)
  );
  bottom: 0px;
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: var(--seo-links-gradient-width);
}

.ue-c-seo-links__title {
  align-items: center;
  color: var(--seo-links-title-color);
  display: flex;
  flex-shrink: 0;
  font-family: var(--seo-links-title-font-family);
  font-weight: var(--seo-links-title-font-weight);
  text-transform: var(--seo-links-title-text-transform);
}

.ue-c-seo-links__title::after {
  background-color: var(--seo-links-title-divider);
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 0 0 calc(var(--seo-links-space) * 2);
  width: 1px;
}

.ue-c-seo-links__list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-family: var(--seo-links-item-font-family);
  list-style-type: none;
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
}

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

.ue-c-seo-links__item {
  flex: 0 0 auto;
  font-weight: var(--seo-links-item-font-weight);
  margin: 0px;
  padding: 0 calc(var(--seo-links-space) * 2);
  position: relative;
}

.ue-c-seo-links__item a {
  color: var(--seo-links-item-color);
  text-decoration: none;
}

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

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

.ue-c-seo-links__item:last-child {
  padding-right: var(--seo-links-gradient-width);
}

.ue-c-seo-links-container {
  display: flex;
  justify-content: center;
}

:root {
  --seo-links-display: flex;
  --seo-links-background: #fff;
  --seo-links-height: auto;
  --seo-links-width: 100%;
  --seo-links-max-width: 77rem;
  --seo-links-space: 0.25rem;
  --seo-links-font-size: 0.625rem;
  --seo-links-line-height: 0.75rem;
  --seo-links-letter-spacing: 0;
  --seo-links-border-top-color: #cecece;
  --seo-links-border-top-style: solid;
  --seo-links-border-top-width: 0;
  --seo-links-border-bottom-color: #cecece;
  --seo-links-border-bottom-style: solid;
  --seo-links-border-bottom-width: 0;
  --seo-links-gradient-width: 3.125rem;
  --seo-links-gradient-color-from: hsla(0, 0%, 100%, 0);
  --seo-links-gradient-color-to: #fff;
  --seo-links-title-font-family: Roboto, Arial, Helvetica, sans-serif;
  --seo-links-title-font-weight: 600;
  --seo-links-title-text-transform: uppercase;
  --seo-links-title-color: hsla(0, 0%, 44%, 0.45);
  --seo-links-title-divider: hsla(0, 0%, 44%, 0.45);
  --seo-links-item-font-family: Roboto, Arial, Helvetica, sans-serif;
  --seo-links-item-font-weight: normal;
  --seo-links-item-color: hsla(0, 0%, 44%, 0.45);
  --seo-links-item-separator: hsla(0, 0%, 44%, 0.45);
  --seo-links-separator-background: hsla(0, 0%, 44%, 0.45);
  --seo-links-scrollbar-height: 0.125rem;
  --seo-links-scrollbar-main-color: #cecece;
  --seo-links-scrollbar-secondary-color: transparent;
}

.ue-l-side-panel {
  box-sizing: border-box;
  display: var(--side-panel-display);
  flex-direction: var(--side-panel-flex-direction);
  max-width: var(--side-panel-max-width);
  overflow: auto;
  position: var(--side-panel-position, absolute);
  visibility: hidden;
  width: var(--side-panel-width);
  z-index: 2;
  scroll-behavior: smooth;
  transition: transform 0.25s;
}

.ue-l-side-panel--background {
  background-color: var(--side-panel-background);
}

.ue-l-side-panel--padding-bottom {
  padding-bottom: var(--side-panel-padding-bottom);
}

.ue-l-side-panel--fixed-top-right-from-mobile {
  bottom: inherit;
  left: inherit;
  padding-bottom: var(--side-panel-padding-bottom);
  right: 0px;
  top: var(--side-panel-top);
}

:root {
  --side-panel-width: inherit;
  --side-panel-height: 100dvh;
  --side-panel-top: 2.25rem;
  --side-panel-padding-top: 2.5rem;
  --side-panel-padding-left: 2.5rem;
  --side-panel-padding-right: 2.5rem;
  --side-panel-padding-bottom: 2.5rem;
  --side-panel-top-left-radius: 0.625rem;
  --side-panel-top-right-radius: 0.625rem;
  --side-panel-bottom-left-radius: 0.625rem;
  --side-panel-bottom-right-radius: 0.625rem;
  --side-panel-background: #fff;
  --side-panel-mask-color: hsla(0, 0%, 4%, 0.7);
  --side-panel-mask-index: 1;
  --side-panel-shadow-color: rgba(0, 0, 0, 0.18);
  --side-panel-header-padding: 0 1rem;
  --side-panel-body-padding: 0 1rem;
  --side-panel-footer-padding: 1rem 1rem 0;
  --side-panel-footer-border-top: 1px solid #666;
  --side-panel-display: flex;
  --side-panel-flex-direction: column;
}

:root {
  --ue-c-notification-arrow: url(/img/notifications-arrow-fc2cabba5b679f729f62.svg);
  --ue-c-notification-logo-width: 4.375rem;
  --ue-c-notification-logo-second-width: 7.5rem;
  --ue-c-notification-headline-title-font-family: Arial;
  --ue-c-notification-headline-title-font-weight: bold;
  --ue-c-notification-list-font-family: Arial;
  --ue-c-notification-list-font-size: 0.875rem;
  --ue-c-notification-list-item-color: #fcd37c;
  --ue-c-notification-top-height: 20vh;
  --ue-c-notification-tooltip-font-family: Arial;
  --ue-c-notification-tooltip-font-size: 0.875rem;
  --ue-c-notification-tooltip-color: #000;
  --ue-c-notification-tooltip-panel-font-family: Arial;
  --ue-c-notification-tooltip-panel-font-size: 0.875rem;
  --ue-c-notification-tooltip-panel-color: #000;
  --ue-c-notification-tooltip-panel-background: #fcd37c;
  --ue-c-notification-title-font-family: Tahoma;
  --ue-c-notification-title-font-size: 1.25rem;
  --ue-c-notification-title-color: #597897;
  --ue-c-notification-title-font-weight: bold;
  --ue-c-notification-txt-font-family: Arial;
  --ue-c-notification-txt-font-size: 1rem;
  --ue-c-notification-txt-color: #000;
  --ue-c-notification-txt-font-weight: normal;
  --ue-c-notification-horizontal-background: #cacaca;
  --ue-c-notification-horizontal-headline-font-family: Arial;
  --ue-c-notification-horizontal-headline-font-size: normal;
  --ue-c-notification-horizontal-btn-color: #000;
  --ue-c-notification-horizontal-btn-border-radius: 0.1875rem;
  --ue-c-notification-horizontal-btn-background: #fcd37c;
  --ue-c-notification-horizontal-btn-background-hover: #476078;
  --ue-c-notification-horizontal-btn-font-family: Arial;
  --ue-c-notification-horizontal-btn-font-size: 0.9375rem;
  --ue-c-notification-horizontal-btn-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  --ue-c-notification-vertical-background: #fff;
  --ue-c-notification-vertical-inner-background: #fcd37c;
  --ue-c-notification-vertical-width: 15rem;
  --ue-c-notification-vertical-headline-txt-font-size: 0.9375rem;
  --ue-c-notification-vertical-headline-txt-font-family: Tahoma;
  --ue-c-notification-vertical-btn-background: #7a7a7a;
  --ue-c-notification-vertical-btn-font-family: Arial;
  --ue-c-notification-vertical-btn-font-size: 0.9375rem;
  --ue-c-notification-vertical-btn-border: 0;
  --ue-c-notification-vertical-btn-border-radius: 0.1875rem;
  --ue-c-notification-vertical-btn-background-hover: #476078;
  --ue-c-notification-vertical-btn-color: #fff;
  --ue-c-notification-vertical-btn-color-hover: #fff;
  --ue-c-notification-vertical-btn-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  --ue-c-notification-secondary-btn-background: #fff;
  --ue-c-notification-secondary-btn-background-hover: #797979;
  --ue-c-notification-secondary-btn-font-family: Arial;
  --ue-c-notification-secondary-btn-font-size: 0.9375rem;
  --ue-c-notification-secondary-btn-color: #797979;
  --ue-c-notification-secondary-btn-color-hover: #fff;
  --ue-c-notification-secondary-btn-border: 1px solid #797979;
  --ue-c-notification-secondary-btn-border-radius: 0.1875rem;
  --ue-c-notification-secondary-btn-box-shadow: 0;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__title-article {
  --main-header-title-font-family: Mundo, "Times New Roman", Times, serif;
  --main-header-title-font-weight: normal;
  --main-header-title-font-style: normal;
  --main-header-title-text-transform: inherit;
  --main-header-title-color: #000;
  --main-header-title-font-size: 0.75rem;
  --main-header-title-line-height: 0.875rem;
}

header[data-theme="elmundo-theme"] .ue-l-main-header__top {
  --side-panel-max-width: 90dvw;
  --side-panel-top: 36px;
  --side-panel-padding-bottom: 36px;
}

header[data-theme="elmundo-theme"].ue-c-main-header {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
  position: relative;
  z-index: 15000;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__primary > * {
  pointer-events: all;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__primary {
  align-items: var(--main-header-primary-align-items);
  box-sizing: border-box;
  display: flex;
  flex-direction: var(--main-header-primary-flex-direction);
  justify-content: space-between;
  pointer-events: none;
  position: var(--main-header-primary-position);
  width: 100%;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__nav {
  align-items: center;
  display: flex;
  justify-content: var(--main-header-nav-justify-content);
  position: relative;
}

header[data-theme="elmundo-theme"] .ue-l-main-header__row {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: var(--main-header-row-flex-direction);
  width: 100%;
}

header[data-theme="elmundo-theme"] .ue-l-main-header__top {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

header[data-theme="elmundo-theme"] .ue-l-main-header__top .hide {
  display: none;
}

header[data-theme="elmundo-theme"] .ue-l-main-header__top {
  background: var(--main-header-row-top-background);
  border-bottom: var(--main-header-border);
  height: var(--main-header-row-top-height);
  z-index: var(--main-header-zindex-top-row);
}

header[data-theme="elmundo-theme"]
  .ue-l-main-header__top
  .ue-c-main-header__primary {
  z-index: var(--main-header-zindex-top-primary);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__button {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__button.is-primary {
  align-items: center;
  appearance: none;
  background: var(--main-header-button-background);
  display: flex;
  height: var(--main-header-button-height);
  justify-content: center;
  margin-right: -8px;
  width: var(--main-header-button-width);
}

header[data-theme="elmundo-theme"]
  .ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon::after,
header[data-theme="elmundo-theme"]
  .ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon::before {
  left: 0px;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon::before {
  top: -0.3125rem;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon::after {
  top: 0.3125rem;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon,
header[data-theme="elmundo-theme"]
  .ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon::after,
header[data-theme="elmundo-theme"]
  .ue-c-main-header__button.is-primary
  .ue-c-main-header__button-menu-icon::before {
  backface-visibility: hidden;
  background: var(--main-header-button-icon-background);
  border-radius: 1px;
  content: "";
  height: var(--main-header-button-icon-height);
  position: absolute;
  transition: 0.25s;
  width: var(--main-header-button-icon-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__logo {
  flex-grow: var(--main-header-logo-flex-grow);
  height: var(--main-header-logo-box-height);
  width: var(--main-header-logo-box-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__logo svg {
  height: var(--main-header-logo-height);
  width: var(--main-header-logo-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small {
  height: var(--main-header-logo-small-box-height);
  min-width: var(--main-header-logo-small-box-width);
  width: var(--main-header-logo-small-box-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small svg {
  fill: var(--main-header-logo-small-fill);
  height: var(--main-header-logo-small-height);
  width: var(--main-header-logo-small-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small {
  align-self: stretch;
  background: var(--main-header-logo-small-box-background);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__logo,
header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small {
  align-items: var(--main-header-logo-box-align-items);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__logo--small.hide {
  display: none;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__skip-links {
  left: -32768px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 22;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__skip-links li {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__skip-links-item {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 12px;
  padding: 10px;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__skip-links-item:active,
header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__skip-links-item:focus {
  border-bottom: 1px solid rgb(0, 0, 0);
  left: 32768px;
  outline: rgb(255, 255, 255) dotted 1px;
  position: absolute;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__link {
  align-items: var(--main-nav-link-align-items);
  background: var(--main-nav-link-background);
  border-radius: var(--main-nav-link-border-radius);
  box-sizing: border-box;
  color: var(--main-nav-link-color);
  display: var(--main-nav-link-display);
  flex-direction: var(--main-nav-link-flex-direction);
  font-family: var(--main-nav-link-font-family);
  font-size: var(--main-nav-link-font-size);
  font-style: var(--main-nav-link-font-style);
  font-weight: var(--main-nav-link-font-weight);
  letter-spacing: var(--main-nav-link-letter-spacing);
  line-height: var(--main-nav-link-line-height);
  padding: var(--main-nav-link-padding);
  text-align: var(--main-nav-link-text-align);
  text-decoration: var(--main-nav-link-text-decoration);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__link.is-bold {
  font-weight: var(--main-nav-link-active-font-weight);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__link-dropdown {
  justify-content: space-between;
  position: relative;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__link-dropdown:active {
  color: var(--main-nav-link-dropdown-active);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__link-dropdown-icon {
  border-style: solid;
  border-top-width: inherit;
  border-left-width: inherit;
  border-bottom-width: var(--main-nav-link-dropdown-icon-border-width);
  border-color: var(--main-nav-link-dropdown-icon-color);
  border-right-width: var(--main-nav-link-dropdown-icon-border-width);
  box-sizing: border-box;
  display: var(--main-nav-link-dropdown-icon-display);
  height: var(--main-nav-link-dropdown-icon-height);
  pointer-events: none;
  position: relative;
  top: 0.25rem;
  transform: translateY(-75%) rotate(45deg);
  transition: 0.25s;
  width: var(--main-nav-link-dropdown-icon-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__login {
  position: relative;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__login > a {
  align-items: center;
  color: var(--main-header-login-color);
  display: flex;
  font-family: var(--main-header-login-font-family);
  font-size: var(--main-header-login-font-size);
  font-style: var(--main-header-login-font-style);
  font-weight: var(--main-header-login-font-weight);
  letter-spacing: var(--main-header-login-letter-spacing);
  line-height: var(--main-header-login-line-height);
  text-align: center;
  text-decoration: none;
  width: 100%;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__progress-bar {
  background: var(--main-header-progress-bar-background);
  height: var(--main-header-progress-bar-height);
  left: 0px;
  position: fixed;
  top: var(--main-header-row-top-height);
  width: 100%;
  z-index: 7;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__progress-bar-fill {
  background: var(--main-header-progress-bar-fill);
  display: block;
  height: 100%;
  width: 0px;
  max-width: 100% !important;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__social-tools {
  display: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__social-tools a {
  display: flex;
  height: 100%;
  min-width: fit-content;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__social-tools svg {
  fill: var(--main-header-social-tools-fill);
  height: var(--main-header-social-tools-height);
  width: var(--main-header-social-tools-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-header__subscription {
  margin: 0px 0.25rem;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__tools {
  align-items: stretch;
  column-gap: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__tools > * {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  white-space: nowrap;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__tools > * a span {
  align-self: center;
}

header[data-theme="elmundo-theme"] .ue-c-main-header__title {
  align-items: center;
  color: var(--main-header-title-color);
  display: flex;
  font-family: var(--main-header-title-font-family);
  font-size: var(--main-header-title-font-size);
  font-style: var(--main-header-title-font-style);
  font-weight: var(--main-header-title-font-weight);
  letter-spacing: var(--main-header-title-letter-spacing);
  line-height: var(--main-header-title-line-height);
  margin: 0px;
  min-width: auto;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: var(--main-header-title-text-transform);
  white-space: nowrap;
  width: 100%;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__list {
  background: var(--main-nav-list-background);
  display: var(--main-nav-list-display);
  height: var(--main-nav-list-height);
  list-style-type: none;
  margin: 0px;
  min-width: var(--main-nav-list-width);
  padding: var(--main-nav-list-padding);
  position: var(--main-nav-list-position);
  top: var(--main-nav-list-top);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__list-item {
  align-content: var(--main-nav-list-item-align);
  display: var(--main-nav-list-item-display);
  flex-grow: var(--main-nav-list-item-flex-grow);
  flex-wrap: var(--main-nav-list-item-flex-wrap);
  height: var(--main-nav-list-item-height);
  position: var(--main-nav-list-item-position);
  width: var(--main-nav-list-item-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__list-dropdown {
  --main-nav-link-display: block;
  --main-nav-link-font-family: Mundo, "Times New Roman", Times, serif;
  --main-nav-link-font-weight: normal;
  --main-nav-link-font-style: normal;
  --main-nav-link-color: #000;
  --main-nav-link-font-size: 0.8125rem;
  --main-nav-link-line-height: 1.2rem;
  --main-nav-link-letter-spacing: 0;
}

header[data-theme="elmundo-theme"] .ue-l-main-navigation__list--3-cols {
  grid-template-columns: repeat(var(--main-nav-list-cols-3), 1fr);
  min-width: var(--main-nav-list-cols-min-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__list-item--channel {
  --main-nav-list-item-height: auto;
  --main-nav-link-display: flex;
  --main-nav-link-flex-direction: column;
  --main-nav-link-align-items: center;
  --main-nav-link-text-align: center;
  --main-nav-link-font-family: Mundo, "Times New Roman", Times, serif;
  --main-nav-link-font-weight: normal;
  --main-nav-link-font-style: normal;
  --main-nav-link-color: #000;
  --main-nav-link-font-size: 0.75rem;
  --main-nav-link-line-height: 0.875rem;
  --main-nav-link-letter-spacing: 0;
  --main-nav-link-padding: 5px 0;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__list-item--channel
  .ue-c-main-navigation__link::after {
  background: var(--main-nav-item-channel-background);
  border-radius: 50%;
  content: "";
  height: var(--main-nav-item-channel-height);
  position: absolute;
  top: 0px;
  width: var(--main-nav-item-channel-width);
  z-index: -1;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__list-item--channel
  .ue-c-main-navigation__link
  span {
  line-height: 1rem;
  margin-top: 1rem;
  max-width: 70%;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__list-item--channel
  .ue-c-main-navigation__link
  svg {
  height: var(--main-nav-item-channel-logo-height);
  margin: 0px;
  width: var(--main-nav-item-channel-logo-width);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--main-nav-title-border-color);
  color: var(--main-nav-title-color);
  font-family: var(--main-nav-title-font-family);
  font-size: var(--main-nav-title-font-size);
  font-style: var(--main-nav-title-font-style);
  font-weight: var(--main-nav-title-font-weight);
  letter-spacing: var(--main-nav-title-letter-spacing);
  line-height: var(--main-nav-title-line-height);
  margin-bottom: var(--main-nav-title-space-bottom);
  padding-bottom: calc(var(--main-nav-title-space-bottom) / 2.5);
  padding-top: var(--main-nav-title-space-top);
  text-transform: var(--main-nav-title-text-transform);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation--boxed {
  --main-nav-list-display: grid;
  --main-nav-link-padding: 5px 0;
  box-sizing: border-box;
  padding: var(--main-nav-boxed-padding);
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation--boxed
  ul:not([class*="cols"]) {
  grid-template-columns: 1fr 1fr;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__footer {
  background: var(--main-nav-footer-background);
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__footer-wrapper {
  border-color: var(--main-nav-footer-border-color);
  border-top-style: solid;
  border-top-width: var(--main-nav-footer-border-width);
  color: var(--main-nav-footer-color);
  display: flex;
  flex-direction: column;
  font-family: var(--main-nav-footer-font-family);
  font-size: var(--main-nav-footer-font-size);
  font-style: var(--main-nav-footer-font-style);
  font-weight: var(--main-nav-footer-font-weight);
  gap: var(--main-nav-footer-space);
  letter-spacing: var(--main-nav-footer-letter-spacing);
  line-height: var(--main-nav-footer-line-height);
  padding: 1rem;
  width: 100%;
}

header[data-theme="elmundo-theme"] .ue-c-main-navigation__list-corporative {
  padding: 0px;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__list-corporative-item {
  display: inline;
  line-height: 1;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__list-corporative-item::after {
  background: var(--main-nav-footer-divider-background);
  color: transparent;
  content: " ";
  font-size: 6px;
  letter-spacing: 0px;
  margin: 0px 10px;
  position: relative;
  top: -2px;
}

header[data-theme="elmundo-theme"]
  .ue-c-main-navigation__list-corporative-item
  a {
  color: var(--main-nav-footer-color);
  text-decoration: none;
  white-space: nowrap;
}

header[data-theme="elmundo-theme"] {
  --main-header-max-width: 90dvw;
  --main-header-border: 1px solid #000;
  --main-header-primary-align-items: inherit;
  --main-header-primary-flex-direction: inherit;
  --main-header-primary-position: relative;
  --main-header-row-flex-direction: row;
  --main-header-row-top-background: #fff;
  --main-header-row-top-color: #000;
  --main-header-row-top-height: 2.25rem;
  --main-header-row-top-border-top: 0;
  --main-header-row-top-border-bottom: 1px solid;
  --main-header-row-top-border-color: unset;
  --main-header-row-bottom-background: #f7f7f7;
  --main-header-row-bottom-color: #000;
  --main-header-row-bottom-height: 2.25rem;
  --main-header-row-bottom-icon-color: #fff;
  --main-header-row-bottom-border-top: 0;
  --main-header-row-bottom-border-bottom: 1px solid;
  --main-header-row-bottom-border-color: #000;
  --main-header-nav-justify-content: space-around;
  --main-nav-breadcrumb-space: 0.4rem 0;
  --main-nav-breadcrumb-link-color: #000;
  --main-nav-breadcrumb-link-hover: #666;
  --main-nav-breadcrumb-divider-color: #000;
  --main-nav-breadcrumb-font-family: Mundo, "Times New Roman", Times, serif;
  --main-nav-breadcrumb-font-weight: 400;
  --main-nav-breadcrumb-font-size: 0.75rem;
  --main-nav-breadcrumb-line-height: 0.875rem;
  --main-nav-breadcrumb-letter-spacing: 0;
  --main-nav-breadcrumb-current-background: unset;
  --main-nav-breadcrumb-current-radius: unset;
  --main-nav-breadcrumb-arrow-back-color: #000;
  --ue-c-logo-elmundo-fill: #000;
  --ue-c-logo-elmundo-ball-fill: #00568c;
  --main-header-logo-flex-grow: inherit;
  --main-header-logo-width: 8.125rem;
  --main-header-logo-height: auto;
  --main-header-logo-box-width: 8.125rem;
  --main-header-logo-box-height: auto;
  --main-header-logo-box-align-items: flex-start;
  --main-header-logo-small-width: 1.25rem;
  --main-header-logo-small-height: 100%;
  --main-header-logo-small-fill: #00568c;
  --main-header-logo-small-box-width: 1.875rem;
  --main-header-logo-small-box-height: auto;
  --main-header-logo-small-box-background: none;
  --main-nav-logo-breadcrumb-width: 5rem;
  --main-nav-logo-breadcrumb-height: 2.1875rem;
  --main-nav-logo-breadcrumb-background: unset;
  --main-nav-logo-breadcrumb-image: unset;
  --main-header-button-background: none;
  --main-header-button-color: #000;
  --main-header-button-width: 2.75rem;
  --main-header-button-height: 2.1875rem;
  --main-header-button-active-background: none;
  --main-header-button-active-border: #000;
  --main-header-button-icon-background: #000;
  --main-header-button-icon-color: #000;
  --main-header-button-icon-width: 1.4375rem;
  --main-header-button-icon-height: 0.0625rem;
  --main-header-button-secondary-background: transparent;
  --main-header-button-secondary-width: fit-content;
  --main-header-button-secondary-height: 100%;
  --main-header-button-secondary-icon-background: #000;
  --main-header-button-secondary-icon-color: #000;
  --main-header-button-secondary-icon-width: 0.875rem;
  --main-header-button-secondary-icon-height: 0.0625rem;
  --main-nav-link-display: flex;
  --main-nav-link-align-items: center;
  --main-nav-link-flex-direction: inherit;
  --main-nav-link-font-family: Mundo, "Times New Roman", Times, serif;
  --main-nav-link-font-weight: normal;
  --main-nav-link-font-style: normal;
  --main-nav-link-text-decoration: none;
  --main-nav-link-text-align: inherit;
  --main-nav-link-text-shadow: none;
  --main-nav-link-color: #000;
  --main-nav-link-font-size: 0.8125rem;
  --main-nav-link-line-height: 0.875rem;
  --main-nav-link-letter-spacing: 0;
  --main-nav-link-active-font-weight: 600;
  --main-nav-link-active-color: #000;
  --main-nav-link-active-background: #f7f7f7;
  --main-nav-link-secondary-color: #000;
  --main-nav-link-secondary-background: #f7f7f7;
  --main-nav-link-secondary-active-color: #1e4d68;
  --main-nav-link-highcontrast-font-size: 0.8125rem;
  --main-nav-link-highcontrast-line-height: 0.875rem;
  --main-nav-link-highcontrast-letter-spacing: 0;
  --main-nav-link-padding: 1rem 0;
  --main-nav-link-dropdown-font-weight: 700;
  --main-nav-link-dropdown-hover: #000;
  --main-nav-link-dropdown-hover-line: #000;
  --main-nav-link-dropdown-hover-background: unset;
  --main-nav-link-dropdown-active: #000;
  --main-nav-link-dropdown-icon-width: 0.75rem;
  --main-nav-link-dropdown-icon-height: 0.75rem;
  --main-nav-link-dropdown-icon-border-width: 0.09375rem;
  --main-nav-link-dropdown-icon-color: #000;
  --main-nav-link-dropdown-icon-display: inherit;
  --main-header-login-font-weight: normal;
  --main-header-login-font-size: 1.125rem;
  --main-header-login-line-height: 1.125rem;
  --main-header-login-hover: #666;
  --ue-c-icon-login-elmundo-fill: #000;
  --ue-c-icon-login-elmundo-stroke: #000;
  --main-header-login-cover-background: #cecece;
  --main-header-progress-bar-height: 0.1875rem;
  --main-header-progress-bar-background: #cecece;
  --main-header-progress-bar-fill: #000;
  --main-header-social-tools-fill: #000;
  --main-header-social-tools-width: 1.75rem;
  --main-header-social-tools-height: auto;
  --main-header-subscription-font-family:
    Mundo, "Times New Roman", Times, serif;
  --main-header-subscription-font-weight: 400;
  --main-header-subscription-font-style: normal;
  --main-header-subscription-border-radius: 0.125rem;
  --main-header-subscription-text-transform: inherit;
  --main-header-subscription-color: #000;
  --main-header-subscription-background: #daaa34;
  --main-header-subscription-hover: #000;
  --main-header-subscription-font-size: 0.6875rem;
  --main-header-subscription-line-height: 0.875rem;
  --main-header-subscription-letter-spacing: 0;
  --main-header-title-font-family: Mundo, "Times New Roman", Times, serif;
  --main-header-title-font-weight: 600;
  --main-header-title-font-style: normal;
  --main-header-title-text-transform: uppercase;
  --main-header-title-color: #000;
  --main-header-title-divider: #000;
  --main-header-title-font-size: 0.75rem;
  --main-header-title-line-height: 0.875rem;
  --main-header-title-letter-spacing: 0;
  --main-header-tabs-font-family: Roboto, Arial, Helvetica, sans-serif;
  --main-header-tabs-font-weight: normal;
  --main-header-tabs-font-size: 0.6875rem;
  --main-header-tabs-line-height: 1.625rem;
  --main-header-tabs-letter-spacing: 0;
  --main-header-tabs-padding: 0;
  --main-header-tabs-height: 2.5625rem;
  --main-header-tabs-border-bottom: 1px solid;
  --main-header-tabs-border-color: #000;
  --main-header-tabs-background: transparent;
  --main-header-tabs-color: #000;
  --main-header-tabs-hover: #333;
  --main-header-tabs-items-spacer: 0;
  --main-header-tabs-link-border-bottom: unset;
  --main-header-tabs-link-border-color: unset;
  --main-header-zindex-top-row: 23;
  --main-header-zindex-top-primary: 23;
  --main-header-zindex-bottom-row: 21;
  --main-header-zindex-bottom-primary: 22;
  --main-nav-list-display: grid;
  --main-nav-list-position: initial;
  --main-nav-list-top: initial;
  --main-nav-list-height: initial;
  --main-nav-list-width: initial;
  --main-nav-list-background: initial;
  --main-nav-list-padding: 0;
  --main-nav-list-item-display: block;
  --main-nav-list-item-flex-grow: initial;
  --main-nav-list-item-flex-wrap: initial;
  --main-nav-list-item-align: initial;
  --main-nav-list-item-height: initial;
  --main-nav-list-item-width: initial;
  --main-nav-list-item-position: relative;
  --main-nav-list-dropdown-border: 1px solid;
  --main-nav-list-dropdown-border-color: #000;
  --main-nav-list-dropdown-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  --main-nav-list-cols-2: 2;
  --main-nav-list-cols-3: 3;
  --main-nav-list-cols-min-width: auto;
  --main-nav-item-channel-background: #f7f7f7;
  --main-nav-item-channel-filter: none;
  --main-nav-item-channel-border-color: unset;
  --main-nav-item-channel-width: 5rem;
  --main-nav-item-channel-height: 5rem;
  --main-nav-item-channel-logo-width: 3.125rem;
  --main-nav-item-channel-logo-height: 4.1875rem;
  --main-nav-title-font-family: Mundo, "Times New Roman", Times, serif;
  --main-nav-title-font-weight: 600;
  --main-nav-title-font-style: normal;
  --main-nav-title-text-transform: uppercase;
  --main-nav-title-color: #000;
  --main-nav-title-border-color: #cecece;
  --main-nav-title-font-size: 0.8125rem;
  --main-nav-title-line-height: 1rem;
  --main-nav-title-letter-spacing: 0;
  --main-nav-title-space-top: 1rem;
  --main-nav-title-space-bottom: 1rem;
  --main-nav-boxed-border-width: unset;
  --main-nav-boxed-border-style: unset;
  --main-nav-boxed-background: unset;
  --main-nav-boxed-border-color: #f7f7f7;
  --main-nav-boxed-padding: 0 1rem 1rem;
  --main-nav-footer-space: 0.5rem;
  --main-nav-footer-border-width: 0.0625rem;
  --main-nav-footer-background: #fff;
  --main-nav-footer-color: #666;
  --main-nav-footer-border-color: #cecece;
  --main-nav-footer-font-family: Mundo, "Times New Roman", Times, serif;
  --main-nav-footer-font-weight: 400;
  --main-nav-footer-font-style: normal;
  --main-nav-footer-font-size: 0.75rem;
  --main-nav-footer-line-height: 1.25rem;
  --main-nav-footer-letter-spacing: 0;
  --main-nav-footer-hover-color: #666;
  --main-nav-footer-divider-background: #ccc;
}

header[data-theme="elmundo-theme"] {
  --main-header-login-color: #000;
  --main-header-login-link-color: #fff;
  --main-header-login-font-family: Roboto, Arial, Helvetica, sans-serif;
  --main-header-login-font-style: normal;
  --main-header-login-font-weight: 400;
  --main-header-login-font-size: 0.75rem;
  --main-header-login-line-height: 1rem;
  --main-header-login-letter-spacing: 0;
  --main-header-login-text-transform: unset;
  --main-header-login-avatar-width: 1.5rem;
  --main-header-login-avatar-height: 1.5rem;
  --main-header-login-avatar-background: #fff;
  --main-header-login-avatar-border: 0 solid;
  --main-header-login-avatar-border-color: #000;
  --main-header-login-avatar-border-radius: 50%;
  --main-header-login-avatar-background-image: url(/img/login-235a6cbd8b96b018339f.svg);
  --main-header-login-avatar-background-size: 1.5rem;
  --main-header-login-icon: url(/img/login-active-45fb94d4381153443913.svg);
  --main-header-login-icon-width: 1.5rem;
  --main-header-login-icon-height: 1.5rem;
  --main-header-login-width: 100vw;
  --main-header-login-height: 100vh;
  --main-header-login-background: rgba(0, 0, 0, 0.9);
  --main-header-login-border: inherit;
  --main-header-login-title-color: #fff;
  --main-header-login-title-font-family: Mundo, "Times New Roman", Times, serif;
  --main-header-login-title-font-style: normal;
  --main-header-login-title-font-weight: 400;
  --main-header-login-title-font-size: 1rem;
  --main-header-login-title-line-height: 1.125rem;
  --main-header-login-close-border-radius: 0.125rem;
  --main-header-login-close-background: #fff;
  --main-header-login-logout-background: #069;
  --main-header-login-logout-border-radius: 0.625rem;
}

.elmundo-theme-v9 .ue-c-pagination__item:not(:has(button)) {
  padding: var(--ue-c-pagination-item-padding);
}

.elmundo-theme-v9 .ue-c-pagination__item:has(button[disabled]) {
  opacity: 0.3;
}

.elmundo-theme-v9 .ue-c-list__item + ::after {
  background-color: var(--ue-c-list-item-border-bg-color);
  content: "";
  height: var(--ue-c-list-item-border-height);
  left: var(--ue-c-list-item-border-left-position);
  position: absolute;
  top: var(--ue-c-list-item-border-top-position);
  width: var(--ue-c-list-item-border-width);
}

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

.elmundo-theme-v9 .ue-c-live-feed__item-link:focus-visible {
  outline-offset: 0px;
}

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

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

.site-footer {
  background: var(--footer-background);
  clear: both;
  margin-top: var(--footer-space);
  overflow: hidden;
  text-align: left;
}

.site-footer ul {
  list-style-type: none;
  padding: 0px;
}

.site-footer a {
  text-decoration: none;
}

.site-footer .container-about-footer,
.site-footer .container-list-footer {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--footer-border-color);
}

.site-footer .container-about-footer .container,
.site-footer .container-list-footer .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  padding: 10px;
  position: relative;
}

.site-footer .container-about-footer {
  overflow: hidden;
}

.site-footer .container-list-footer {
  text-align: var(--footer-container-list-footer-align);
}

.site-footer .container-list-footer .container {
  justify-content: center;
}

.site-footer .container {
  display: grid;
  max-width: 1200px;
  place-items: center;
}

.site-footer .container-toggle {
  display: none;
  padding: 10px;
}

.arrow-toggle {
  align-items: center;
  border-bottom: 1px solid var(--footer-border-color);
  border-top: 1px solid var(--footer-border-color);
  display: flex;
  justify-content: space-between;
  text-align: var(--footer-arrow-toggle-align);
}

.arrow-toggle h3 {
  color: var(--footer-toggle-color);
  display: block;
  font-family: var(--footer-toggle-font-family);
  font-size: var(--footer-toggle-font-size);
  font-weight: var(--footer-toggle-font-weight);
  letter-spacing: var(--footer-toggle-letter-spacing);
  line-height: var(--footer-toggle-line-height);
  margin: 0px;
  padding: 0.5rem;
  position: relative;
  text-transform: var(--footer-toggle-text-transform);
  width: 100%;
}

.list-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--footer-container-list-footer-align);
  margin: var(--footer-list-footer-margin);
  overflow: hidden;
}

.list-footer li {
  flex-grow: var(--footer-list-footer-grow);
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  font-weight: var(--footer-font-weight);
  letter-spacing: var(--footer-letter-spacing);
  line-height: var(--footer-line-height);
  margin: 0px 15px 0px 0px;
  position: relative;
}

.list-footer li:not(.highlight):not(:last-child)::after {
  background-color: var(--footer-divider-color);
  border-radius: 50%;
  content: " ";
  height: 3px;
  position: absolute;
  right: -8px;
  top: 2px;
  transform: translate(50%, 6px);
  width: 3px;
}

.list-footer li a {
  color: var(--footer-color);
  padding: var(--footer-list-footer-padding);
  text-decoration: none;
}

.list-footer .highlight {
  display: block;
  margin-bottom: 10px;
  width: 100vw;
  --footer-font-family: Roboto, Arial, Helvetica, sans-serif;
  --footer-font-weight: 700;
  --footer-font-size: 0.8125rem;
  --footer-line-height: 0.875rem;
  --footer-letter-spacing: 0;
  --footer-color: #000;
}

.list-corporative {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0px 13px;
  justify-content: center;
  margin: 0px;
  max-width: var(--footer-container-toggle-max-width);
  overflow: hidden;
}

.list-corporative li {
  flex-grow: var(--footer-corp-flex-grow);
  font-family: var(--footer-corp-font-family);
  font-size: var(--footer-corp-font-size);
  font-weight: var(--footer-corp-font-weight);
  justify-content: center;
  letter-spacing: var(--footer-corp-letter-spacing);
  line-height: var(--footer-corp-line-height);
  margin: 6px 0px;
  position: relative;
}

.list-corporative li::after {
  background-color: var(--footer-divider-color);
  content: "";
  height: 100%;
  position: absolute;
  right: -6px;
  top: 0px;
  width: 1px;
}

.list-corporative li a {
  color: var(--footer-corp-color);
}

.list-corporative li a:hover {
  color: var(--footer-corp-color-hover);
}

.about-list {
  margin: 0px;
  width: 100%;
}

.about-list .copyright {
  padding: 10px;
}

.about-list .copyright .icon-elmundo-mobile {
  display: block;
  height: 15px;
  margin: 0px auto 5px;
  width: 113px;
}

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

:root {
  --footer-space: 0;
  --footer-about-color: #4a4a4a;
  --footer-about-font-family: Roboto, Arial, Helvetica, sans-serif;
  --footer-about-font-size: 0.75rem;
  --footer-about-font-weight: 400;
  --footer-about-letter-spacing: 0;
  --footer-about-line-height: 1.5;
  --footer-arrow-toggle-align: center;
  --footer-background: #fff;
  --footer-border-color: #666;
  --footer-color-hover: #2e6d9d;
  --footer-color: #2e6d9d;
  --footer-container-list-footer-align: left;
  --footer-container-toggle-margin: 0 auto;
  --footer-container-toggle-max-width: 75rem;
  --footer-corp-color-hover: #216087;
  --footer-corp-color: #216087;
  --footer-corp-flex-grow: 0;
  --footer-corp-font-family: Roboto, Arial, Helvetica, sans-serif;
  --footer-corp-font-size: 0.8125rem;
  --footer-corp-font-weight: 400;
  --footer-corp-letter-spacing: 0;
  --footer-corp-line-height: 1rem;
  --footer-divider-color: #a8a8a8;
  --footer-font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  --footer-font-size: 0.9375rem;
  --footer-font-weight: 400;
  --footer-letter-spacing: 0;
  --footer-line-height: 1.5;
  --footer-list-footer-grow: 0;
  --footer-list-footer-margin: 0;
  --footer-social-border: 1px solid #216087;
  --footer-social-fill: #216087;
  --footer-toggle-color: #000;
  --footer-toggle-font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
  --footer-toggle-font-size: 0.875rem;
  --footer-toggle-font-weight: 700;
  --footer-toggle-icon-color: #000;
  --footer-toggle-letter-spacing: 0;
  --footer-toggle-line-height: 1.5;
  --footer-toggle-text-transform: uppercase;
  --footer-loading-font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
}

@media (min-width: 0.25em) {
  header[data-theme="elmundo-theme"] .ue-l-main-header__top {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 20em) {
  .ue-l-side-panel--right-to-left-from-mobile {
    right: 0px;
    transform: translateX(100vw) translateY(0px);
  }
  .ue-l-side-panel--full-height-from-mobile {
    height: var(--side-panel-height);
  }
  .ue-l-side-panel--shadow-left-from-mobile {
    box-shadow: -6px 10px 11px 0 var(--side-panel-shadow-color);
  }
}

@media (min-width: 46.25em) {
  :root {
    --seo-links-font-size: 0.625rem;
    --seo-links-line-height: 0.75rem;
    --seo-links-letter-spacing: 0;
    --seo-links-item-hover: #cecece;
  }
  .ue-l-side-panel--no-movement-from-tablet {
    transform: none;
  }
  .ue-l-side-panel--shadow-left-n-right-from-tablet {
    box-shadow: 0 16px 18px 0 var(--side-panel-shadow-color);
  }
  :root {
    --side-panel-height: auto;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__title-article {
    --main-header-title-font-size: 0.75rem;
    --main-header-title-line-height: 0.875rem;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-header__top {
    --side-panel-max-width: 1200px;
    --side-panel-top: 42px;
    --side-panel-padding-bottom: 0;
    --side-panel-height: auto;
    --side-panel-mask-color: transparent;
  }
  header[data-theme="elmundo-theme"].ue-c-main-header {
    box-shadow: none;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__nav {
    align-items: stretch;
    box-sizing: border-box;
    height: var(--main-header-row-top-height);
    width: 100%;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__primary {
    background-color: transparent;
    box-shadow: none;
    height: 100%;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-header__top {
    align-items: center;
    box-shadow: none;
    justify-content: center;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__button.is-primary {
    align-items: center;
    box-shadow: none;
    font-family: var(--main-header-button-font-family);
    font-size: var(--main-header-button-font-size);
    font-style: var(--main-header-button-font-style);
    font-weight: var(--main-header-button-font-weight);
    justify-content: center;
    letter-spacing: var(--main-header-button-letter-spacing);
    line-height: var(--main-header-button-line-height);
    min-width: var(--main-header-button-width);
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon,
  header[data-theme="elmundo-theme"]
    .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon::after,
  header[data-theme="elmundo-theme"]
    .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon::before {
    left: inherit;
    right: 0px;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__skip-links {
    top: 41px;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__link {
    cursor: pointer;
    height: var(--main-nav-link-height);
    margin: 0px;
    white-space: var(--main-nav-link-white-space);
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__link:hover {
    color: var(--main-nav-link-hover-color);
    text-decoration: var(--main-nav-link-text-decoration);
    text-shadow: var(--main-nav-link-text-shadow);
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__tools {
    width: fit-content;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__tools a {
    margin: 0px;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__list--second-level {
    border: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__list-dropdown {
    --main-nav-list-width: 11.5rem;
    --main-nav-list-item-display: initial;
    --main-nav-list-top: var(--main-header-row-top-height);
    --main-nav-link-padding: 0;
    --main-nav-link-active-font-weight: 600;
    --main-nav-link-line-height: 2rem;
    box-shadow: var(--main-nav-list-dropdown-box-shadow);
    margin: 0px;
    opacity: var(--main-nav-list-dropdown-opacity, 0);
    padding-top: 2.75rem;
    transition: var(
      --main-nav-list-dropdown-transition,
      opacity 0.3s ease-in-out,
      visibility 0.3s ease-in-out
    );
    visibility: var(--main-nav-list-dropdown-visibility, hidden);
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-dropdown
    > li:first-child {
    position: absolute;
    top: 0.5rem;
    width: 100%;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-dropdown-title {
    --main-nav-link-font-weight: var(--main-nav-link-active-font-weight);
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-item:not(.has-overflow):hover {
    --main-nav-list-dropdown-visibility: visible;
    --main-nav-list-dropdown-opacity: 1;
    --main-nav-list-dropdown-transition:
      opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-dropdown--aligned-right {
    left: unset;
    right: 0px;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-dropdown--full-width {
    box-sizing: border-box;
    width: 100%;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-dropdown--2-columns {
    column-count: 2;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-dropdown--5-columns {
    column-count: 5;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation__list--4-cols {
    grid-template-columns: repeat(
      var(--main-nav-list-cols-4),
      var(--main-nav-list-cols-width)
    );
    min-width: var(--main-nav-list-cols-min-width);
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-item--channel
    .ue-c-main-navigation__link:hover {
    opacity: 0.7;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation--boxed {
    --main-nav-link-padding: 0;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation--boxed
    ul:not([class*="cols"]) {
    grid-template-columns: auto;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__footer {
    display: flex;
    width: 100%;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__list-corporative-item
    a:hover {
    color: var(--main-nav-footer-hover-color);
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation--display-inline {
    --main-nav-list-display: flex;
    --main-nav-list-height: initial;
    --main-nav-list-item-display: flex;
    --main-nav-list-item-flex-grow: 1;
    --main-nav-list-item-flex-wrap: wrap;
    --main-nav-list-item-align: center;
    --main-nav-list-item-position: relative;
    --main-nav-list-item-height: inherit;
    --main-nav-link-font-family: Mundo, "Times New Roman", Times, serif;
    --main-nav-link-font-style: normal;
    --main-nav-link-font-weight: normal;
    --main-nav-link-font-size: 0.8125rem;
    --main-nav-link-line-height: 0.875rem;
    --main-nav-link-letter-spacing: 0;
    --main-nav-link-color: #000;
    flex-grow: var(--main-nav-flex-grow);
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--display-inline
    .ue-c-main-navigation__list--first-level:not(
      .ue-c-main-navigation__list-dropdown
    ) {
    height: 100%;
    --main-nav-list-item-width: max-content;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--display-inline
    .ue-c-main-navigation__list--first-level:not(
      .ue-c-main-navigation__list-dropdown
    )
    > .ue-c-main-navigation__list-item--position-inherit {
    position: inherit;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--display-inline
    .ue-c-main-navigation__list--first-level:not(
      .ue-c-main-navigation__list-dropdown
    )
    > .ue-c-main-navigation__list-item.hide {
    display: none;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--display-inline
    .ue-c-main-navigation__list--first-level:not(
      .ue-c-main-navigation__list-dropdown
    )
    > .ue-c-main-navigation__list-item.ue-c-main-navigation--highlight
    > a {
    --main-nav-link-font-weight: var(--main-nav-link-active-font-weight);
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--display-inline
    > .ue-c-main-navigation__title {
    left: -32768px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 22;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation--truncated-width {
    --main-nav-link-padding: 0.4rem;
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--truncated-width::after {
    background-image: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0),
      var(--main-header-row-top-background)
    );
    bottom: 1px;
    content: "";
    height: 99%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 2rem;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--truncated-width
    > .ue-c-main-navigation__list--first-level
    > li:not(:nth-child(-n + 6)) {
    display: none;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation__panel--grid-b {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(4, minmax(max-content, 1fr));
    grid-template-rows: repeat(2, auto);
    padding: 1rem;
    --main-nav-list-item-height: 2rem;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation__panel--grid-b
    .ue-c-main-navigation:nth-child(-n + 2) {
    grid-row: span 2;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation__panel--grid-b
    .ue-c-main-navigation:last-of-type {
    grid-area: 1 / 4 / span 2;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-header__nav--centered {
    align-items: center;
    padding-left: var(--main-header-logo-box-width);
    padding-right: var(--main-header-tools-width);
    position: absolute;
  }
  header[data-theme="elmundo-theme"] {
    --main-header-max-width: 75rem;
    --main-header-tools-width: 15.625rem;
    --main-header-nav-justify-content: center;
    --main-header-row-top-height: 2.625rem;
    --main-header-row-bottom-height: 2.625rem;
    --main-nav-breadcrumb-font-size: 0.8125rem;
    --main-nav-breadcrumb-line-height: 0.875rem;
    --main-nav-breadcrumb-letter-spacing: 0;
    --main-header-logo-width: 9.375rem;
    --main-header-logo-box-width: 10.3125rem;
    --main-header-button-width: 5rem;
    --main-header-button-height: 2.25rem;
    --main-header-button-font-family: Mundo, "Times New Roman", Times, serif;
    --main-header-button-font-style: inherit;
    --main-header-button-font-weight: 400;
    --main-header-button-font-size: 0.8125rem;
    --main-header-button-line-height: 0.875rem;
    --main-header-button-letter-spacing: 0;
    --main-header-button-icon-width: 0.875rem;
    --main-header-button-icon-height: 0.0625rem;
    --main-nav-link-font-size: 0.8125rem;
    --main-nav-link-line-height: 0.875rem;
    --main-nav-link-letter-spacing: 0;
    --main-nav-link-padding: 0.4rem 0.45rem;
    --main-nav-link-white-space: unset;
    --main-nav-link-dropdown-icon-display: none;
    --main-nav-link-dropdown-font-weight: 400;
    --main-header-login-font-size: 0.75rem;
    --main-header-login-line-height: 0.875rem;
    --main-header-login-letter-spacing: 0;
    --main-header-subscription-font-size: 0.75rem;
    --main-header-subscription-line-height: 0.875rem;
    --main-header-subscription-letter-spacing: 0;
    --main-header-title-font-size: 0.75rem;
    --main-header-title-line-height: 0.875rem;
    --main-header-title-letter-spacing: 0;
    --main-header-search-width: 1rem;
    --main-header-search-height: 1.5625rem;
    --main-header-search-icon-width: 1rem;
    --main-header-search-icon-height: 0.9375rem;
    --main-header-search-icon-fill: #000;
    --ue-c-main-header-date-font-family: Mundo, "Times New Roman", Times, serif;
    --ue-c-main-header-date-font-weight: normal;
    --ue-c-main-header-date-color: #000;
    --ue-c-main-header-date-font-size: 0.75rem;
    --ue-c-main-header-date-line-height: 1rem;
    --ue-c-main-header-date-letter-spacing: 0;
    --ue-c-main-header-date-position: absolute;
    --main-header-tabs-font-size: 0.6875rem;
    --main-header-tabs-line-height: 1.25rem;
    --main-header-tabs-letter-spacing: 0;
    --main-header-zindex-top-row: 7;
    --main-header-zindex-top-primary: 8;
    --main-header-zindex-bottom-row: 5;
    --main-header-zindex-bottom-primary: 6;
    --main-nav-list-cols-min-width: max-content;
    --main-nav-list-cols-4: 4;
    --main-nav-list-cols-width: 5rem;
    --main-nav-item-channel-width: 3.75rem;
    --main-nav-item-channel-height: 3.75rem;
    --main-nav-item-channel-logo-width: 2.25rem;
    --main-nav-item-channel-logo-height: 3.125rem;
    --main-nav-title-space-top: 0.5rem;
    --main-nav-title-space-bottom: 0.5rem;
    --main-nav-boxed-padding: 0.5rem;
    --main-nav-footer-font-size: 0.75rem;
    --main-nav-footer-line-height: 0.875rem;
    --main-nav-footer-letter-spacing: 0;
    --main-header-overflow-button-width: 5rem;
    --main-header-overflow-button-height: 2.25rem;
    --main-header-overflow-button-icon-background: #000;
    --main-header-overflow-button-icon-width: 0.0625rem;
    --main-header-overflow-button-icon-height: 0.4375rem;
  }
  header[data-theme="elmundo-theme"]
    .user-name:not(.active):has(~ .user-info-open)::after {
    transform: rotate(225deg);
  }
  header[data-theme="elmundo-theme"] {
    --main-header-login-link-color: #2e6d9d;
    --main-header-login-avatar-width: auto;
    --main-header-login-avatar-height: auto;
    --main-header-login-avatar-border: unset;
    --main-header-login-avatar-background: unset;
    --main-header-login-avatar-background-image: unset;
    --main-header-login-width: 9.6875rem;
    --main-header-login-height: auto;
    --main-header-login-background: #fff;
    --main-header-login-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    --main-header-login-border: 1px solid #cecece;
    --main-header-login-close-border-radius: 0;
    --main-header-login-close-background: inherit;
    --main-header-login-logout-background: unset;
    --main-header-login-logout-border-radius: 0;
    --main-header-login-logout-color: #2e6d9d;
  }
  header[data-theme="elmundo-theme"]
    nav
    > .ue-l-main-navigation--display-inline {
    width: fit-content;
  }
  .site-footer .container-about-footer .container,
  .site-footer .container-list-footer .container {
    flex-direction: row;
    padding: 10px 0px;
  }
  .site-footer .container-toggle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: var(--footer-container-toggle-margin);
    max-width: var(--footer-container-toggle-max-width);
  }
  .arrow-toggle h3::after,
  .arrow-toggle h3::before {
    display: none;
  }
  .list-footer {
    display: block;
  }
  .list-footer li:not(:first-child) {
    margin-right: 0px;
  }
  .list-footer li::after {
    display: none;
  }
  .list-footer li a:hover {
    color: var(--footer-color-hover);
  }
  .list-footer .highlight {
    grid-row: 1;
    width: auto;
  }
  .about-list {
    position: absolute;
  }
}

@media (min-width: 46.25em) and (min-width: 46.25em) {
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__list--second-level {
    --main-nav-list-display: block;
    --main-nav-list-background: #fff;
    --main-nav-list-position: absolute;
    --main-nav-list-padding: 0.5rem 1rem 1rem;
    --main-nav-link-text-shadow: none;
    --main-nav-link-hover-color: #666;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-navigation__list--third-level {
    --main-nav-list-background: #fff;
    --main-nav-list-position: relative;
    --main-nav-list-top: auto;
    --main-nav-list-padding: 0;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation--display-inline {
    --main-nav-link-font-size: 0.8125rem;
    --main-nav-link-line-height: 0.8125rem;
    --main-nav-link-letter-spacing: 0;
    --main-nav-link-text-shadow: 0 0 0;
    --main-nav-link-hover-color: #000;
    --main-nav-link-white-space: nowrap;
  }
}

@media (min-width: 61.25em) {
  header[data-theme="elmundo-theme"] .ue-c-main-header__nav,
  header[data-theme="elmundo-theme"] .ue-c-main-header__primary {
    max-width: var(--main-header-max-width);
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__login > a:hover {
    color: var(--main-header-login-hover);
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation--truncated-width {
    overflow: inherit;
    position: unset;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-main-navigation--truncated-width::after {
    display: none;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation__panel--grid-b {
    gap: 2rem;
    padding: 2rem;
  }
  header[data-theme="elmundo-theme"] {
    --main-nav-list-cols-width: 1fr;
    --main-nav-item-channel-width: 5rem;
    --main-nav-item-channel-height: 5rem;
    --main-nav-item-channel-logo-width: 3.125rem;
    --main-nav-item-channel-logo-height: 4.1875rem;
    --main-nav-boxed-padding: 0;
  }
}

@media (max-width: 46.24em) {
  .ue-c-seo-links__list {
    overflow: auto hidden;
    scroll-behavior: smooth;
    scrollbar-color: var(--seo-links-scrollbar-main-color)
      var(--seo-links-scrollbar-secondary-color);
    scrollbar-width: thin;
  }
  .ue-c-seo-links__list::-webkit-scrollbar {
    display: block;
    height: var(--seo-links-scrollbar-height);
    width: 6px;
  }
  .ue-c-seo-links__list::-webkit-scrollbar-thumb {
    background: var(--seo-links-scrollbar-main-color);
    border-radius: 5px;
  }
  .ue-c-seo-links__list::-webkit-scrollbar-track,
  .ue-c-seo-links__list::-webkit-scrollbar-track-piece {
    background: var(--seo-links-scrollbar-secondary-color);
  }
  header[data-theme="elmundo-theme"] .ue-l-main-header__top {
    padding-right: 0px;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__button.is-primary {
    margin-right: 8px;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-header__button.is-primary
    span:not(.ue-c-main-header__button-menu-icon) {
    display: none;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-header__button.is-primary
    .ue-c-main-header__button-menu-icon {
    display: flex;
    right: 0px;
  }
  header[data-theme="elmundo-theme"] .ue-c-main-header__social-tools,
  header[data-theme="elmundo-theme"] .ue-c-main-header__tools,
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation.ue-l-main-navigation--display-inline,
  header[data-theme="elmundo-theme"]
    .ue-l-main-header__top
    .ue-c-main-header__logo--theme {
    display: none;
  }
  header[data-theme="elmundo-theme"] .ue-l-side-panel {
    --side-panel-width: 90dvw;
  }
  header[data-theme="elmundo-theme"]
    .ue-l-side-panel
    .ue-c-main-navigation__list-item {
    padding: 0.5rem 0px;
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation__body[class*="ue-l-main-navigation__panel--grid-"] {
    display: initial;
  }
  header[data-theme="elmundo-theme"] .ue-l-main-navigation__list--4-cols {
    grid-template-columns: repeat(3, 1fr);
  }
  header[data-theme="elmundo-theme"]
    .ue-c-main-navigation--boxed
    ul:not([class*="cols"]) {
    grid-template-columns: auto;
  }
}

.screenLock {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.msg {
  position: relative;
  width: 592px;
  background: linear-gradient(-45deg, rgb(60, 114, 181), rgb(123, 159, 204));
  display: none;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 7px;
  padding: 7px 7px 30px;
  box-sizing: border-box;
  max-width: 95vw;
}

h1.msg-title {
  font-size: 30px;
  font-family: Arial;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 20px 0px 30px;
  line-height: 30px;
  text-transform: none;
}

.msg-text {
  color: rgb(255, 255, 255);
  font-family: Verdana;
  font-size: 27px;
  padding: 10px;
  margin: 40px auto 0px;
  line-height: 40px;
  max-width: 500px;
  text-align: center;
}

div.submit-popup {
  margin: 20px auto 0px;
  width: 87%;
  cursor: pointer;
  font-size: 30px;
  font-family: Verdana;
  font-weight: bold;
  color: rgb(255, 255, 255);
  display: block;
  background: rgb(60, 101, 181);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 5px;
  padding: 5px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}

div.submit-popup:hover {
  background: rgb(0, 204, 0);
}

.exit-cross {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: Arial;
  color: rgb(204, 0, 0);
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width: 650px) {
  .msg {
    width: 96vw;
    max-width: 96vw;
    padding: 5vw;
  }
  .msg-text,
  .highlight-line {
    padding: 3vw;
    font-size: 19px !important;
    line-height: 1.3 !important;
  }
  div.submit-popup {
    font-size: 19px;
    padding: 10px 0px;
    line-height: 30px;
    width: 95%;
  }
}

.highlight-line {
  color: rgb(255, 215, 0);
  font-weight: bold;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
}

.form-wrapper {
  max-width: 450px;
  width: 100%;
  margin: 20px auto;
}
