* {
    box-sizing: border-box;
}

li,
ul {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

p {
    margin: 0;
}

.site-footer {
    overflow: hidden;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    z-index: 1;
    background-color: var(--ue-c-footer-background-color, #fff);
}

.container-about-footer {
    max-width: 100%;
}

.container-about-footer {
    margin: 0 20px;
    border-top: 1px solid var(--ue-c-footer-border-color, #666);
    border-bottom: 1px solid var(--ue-c-footer-border-color, #666);
}

.about-list {
    margin: 0 auto;
    justify-content: center;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    width: 50%;
    z-index: 0;
}

.about-list,
.about-list span {
    text-align: center;
}

.about-list .copyright {
    color: var(--ue-c-footer-copyright-color, #4a4a4a);
    font-size: 12px;
    margin: 5px;
}

.about-list .copyright address {
    font-style: normal;
}

.about-list .copyright .icon-elmundo-mobile {
    width: var(--ue-site-footer-copyright-icon-mobile-width, 143px);
    height: var(--ue-site-footer-copyright-icon-mobile-height, 26px);
    display: block;
    margin: 5px auto;
}

.footer-social-networks {
    width: 25%;
    z-index: 3;
}

.container {
    width: 100%;
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.container-about-footer {
    margin: 0;
}

.about-list {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.about-list span {
    font-size: 12px;
}

.about-list .copyright {
    margin: 0;
}

.about-list .copyright .icon-elmundo-mobile {
    margin-top: 0;
    margin-bottom: 5px;
    width: var(--ue-site-footer-copyright-icon-mobile-width, 113px);
    height: var(--ue-site-footer-copyright-icon-mobile-height, 15px);
}

.about-list .copyright .icon-elmundo-mobile svg {
    width: 100%;
    height: 100%;
}

.container-about-footer .container {
    display: flex;
    justify-content: var(--ue-site-footer-container-about-footer-justify, space-between);
    align-items: center;
    position: relative;
    padding: 30px 0;
}

ul {
    list-style-type: none;
}

.about-list {
    position: absolute;
    width: 100%;
}

.comentarios {
    margin: 60px 0 130px;
    position: relative;
}

.comentarios>h3 {
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0;
    color: var(--ue-c-comments-title-color, #4a4a4a);
    padding-bottom: 15px;
}

.comentarios>h3 i {
    width: 32px;
    height: 25px;
    display: none;
    margin: 0 10px -5px 0;
}

.comentarios>h3 strong {
    vertical-align: baseline;
}

.comentarios .comentarios-usuarios {
    clear: both;
    padding: 0 16px;
}

.comentarios .comentarios-usuarios .texto-comentario {
    width: 100%;
    margin-bottom: 28px;
}

.comentarios .comentarios-usuarios .texto-comentario p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--ue-c-comments-text-color, #000);
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.comentarios .comentarios-usuarios ul {
    width: 100%;
    padding: 0;
    list-style: none;
}

.comentarios article {
    margin-bottom: 1.25rem;
    position: relative;
    padding: 1.25rem 0 0;
}

.comentarios article header>span {
    font-size: 23px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

.comentarios article header .avatar {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    fill: var(--ue-c-comments-avatar-fill, #2e6d9d);
    stroke: var(--ue-c-comments-avatar-stroke, transparent);
}

.comentarios header {
    margin-bottom: 1.25rem;
    width: 100%;
    border: 0;
}

.comentarios header>span {
    float: right;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: var(--ue-c-comments-number-color, #000);
}

.comentarios header>span:before {
    content: '#';
}

.comentarios header>span a {
    text-decoration: none;
    display: block;
    float: right;
    color: var(--ue-c-comments-number-color, #000);
}

.comentarios header .avatar {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.comentarios header time {
    display: block;
    font-size: 12px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: var(--ue-c-comments-date-time-color, #000);
}

.comentarios header .autor {
    width: 90%;
    line-height: 17px;
    margin-right: 5px;
    font-size: 16px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-weight: 700;
    color: var(--ue-c-comments-author-color, #000);
    margin-bottom: 4px;
}

.comentarios header .alias {
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: var(--ue-c-comments-user-name-color, #000);
    line-height: 18px;
    display: inline-block;
}

.comentarios .boton {
    background-color: var(--ue-c-comments-button-background-color, #2e6d9d);
    border: 0;
    color: var(--ue-c-comments-button-color, #fff);
    display: block;
    font-size: 16px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    height: 36px;
    padding: 0 0.625rem;
    text-align: center;
    border-radius: 3px;
}

.comentarios .boton:hover {
    background-color: var(--ue-c-comments-button-hover-background-color, #20bff4);
    color: var(--ue-c-comments-button-hover-color, #fff);
    cursor: pointer;
}

.comentarios .boton.mas {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
}

.comentarios .boton i {
    display: inline-block;
}

.comentarios .boton .icon-abajo_16_d {
    background-image: none;
}

.comentarios .boton .icon-abajo_16_d:before {
    content: '';
    border-width: 0 2px 2px 0;
    border-style: solid;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: var(--ue-c-comments-button-back-border-color, #fff);
    transform: rotate(45deg) translateX(5px) translateY(-8px);
}

.comentarios .mejor-valorados {
    counter-reset: valorados 0;
}

.comentarios nav {
    border-bottom: 2px solid var(--ue-c-comments-separator-border-color, #e5e5e5);
    clear: both;
    margin: 15px 0 5px;
}

.comentarios nav>ul {
    margin-bottom: 12px;
    padding: 0 16px 5px;
    width: 100%;
    overflow: hidden;
}

.comentarios nav li {
    text-align: center;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    font-size: 18px;
    float: left;
    margin-right: 0;
    list-style: none;
}

.comentarios nav li:first-child {
    width: 25%;
}

.comentarios nav li.mejor-valorados {
    width: 49%;
}

.comentarios nav li:last-child {
    width: 26%;
}

.comentarios nav li.disable {
    display: none;
}

.comentarios nav a {
    text-decoration: none;
    color: var(--ue-c-comments-nav-item-color, #b3b3b3);
    padding: 0 5px;
    line-height: 40px;
}

.comentarios nav a:hover {
    color: var(--ue-c-comments-nav-item-hover-color, #646363);
}

.comentarios nav .seleccionado a {
    border-bottom: 3px solid var(--ue-c-comments-nav-current-item-border-color, #20c0f5);
    color: var(--ue-c-comments-nav-current-item-color, #646363);
}

.comentario-acciones {
    font-size: 16px;
    margin-bottom: 0;
    float: none;
    width: 100%;
    display: inline-block;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    padding: 0;
    display: flex;
}

.comentario-acciones a {
    text-decoration: none;
}

.comentario-acciones li {
    margin: 0;
    display: flex;
}

.comentario-acciones .valorar-positivo,
.comentario-acciones li:not(:last-child) {
    border-right: 1px solid var(--ue-c-comments-separator-border-color, #e5e5e5);
}

.comentario-acciones>* {
    display: inline-block;
}

.comentario-acciones .comenta,
.comentario-acciones .denunciar,
.comentario-acciones .valorar-negativo,
.comentario-acciones .valorar-positivo {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 5px 10px;
    line-height: 2rem;
    background-color: var(--ue-c-comments-report-background-color, #f2f2f2);
}

.comentario-acciones .comenta:hover,
.comentario-acciones .denunciar:hover,
.comentario-acciones .valorar-negativo:hover,
.comentario-acciones .valorar-positivo:hover {
    background-color: var(--ue-c-comments-report-hover-background-color, #ddd);
}

.comentario-acciones .comenta {
    text-align: center;
    background-color: var(--ue-c-comments-reply-button-background-color, #2e6d9d);
    color: var(--ue-c-comments-reply-button-color, #fff);
}

.comentario-acciones .comenta:hover {
    background-color: var(--ue-c-comments-reply-button-hover-background-color, #069);
    color: var(--ue-c-comments-reply-button-hover-color, #fff);
}

.comentario-acciones .denunciar {
    position: relative;
    color: var(--ue-c-comments-report-color, #2e6d9d);
}

.comentario-acciones .denunciar:hover {
    color: var(--ue-c-comments-report-hover-color, #069);
}

.comentario-acciones .denunciar:before {
    content: '';
    border: 2px solid #da7478;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 5px 6px 5px 5px;
}

.comentario-acciones .denunciar:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #da7478;
    position: absolute;
    left: 1rem;
    transform: rotate(-45deg);
}

.comentario-acciones .denunciar i {
    background-image: none;
}

.comentario-acciones .valorar-negativo,
.comentario-acciones .valorar-positivo {
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    line-height: 1.65rem;
}

.comentario-acciones .valorar-negativo span,
.comentario-acciones .valorar-positivo span {
    text-indent: -999999px;
}

.comentario-acciones .valorar-negativo i,
.comentario-acciones .valorar-positivo i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    background-image: none;
}

.comentario-acciones .valorar-negativo i:before,
.comentario-acciones .valorar-positivo i:before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    position: absolute;
}

.comentario-acciones .valorar-negativo i:after,
.comentario-acciones .valorar-positivo i:after {
    content: '';
    width: 2px;
    height: 18px;
}

.comentario-acciones .valorar-negativo i:before {
    border-color: #db544d;
}

.comentario-acciones .valorar-negativo i:after {
    background-color: #db544d;
}

.comentario-acciones .valorar-negativo i:before {
    transform: rotate(-135deg);
}

.comentario-acciones .valorar-positivo i:before {
    border-color: #19b555;
}

.comentario-acciones .valorar-positivo i:after {
    background-color: #19b555;
}

.login-comentar {
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
}

.login-comentar {
    background-color: var(--ue-c-comments-login-box-background-color, #e5e5e5);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px 16px;
}

.login-comentar p {
    font-size: 18px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    color: var(--ue-c-comments-login-box-color, #000);
}

.login-comentar .registro-login-button {
    padding: 5px 10px;
    background-color: var(--ue-c-comments-button-background-color, #2e6d9d);
    height: 36px;
    color: var(--ue-c-comments-reply-button-color, #fff);
    font: 18px Roboto_condensed, Tahoma, Geneva, sans-serif;
    text-align: center;
    border: 0;
    display: block;
    margin: 0 auto;
}

.login-comentar .registro-login-button:hover {
    background-color: var(--ue-c-comments-button-hover-background-color, #069);
    color: #fff;
    cursor: pointer;
}

.news-item .comments-panel {
    background-color: var(--ue-c-comments-panel-background-color, #fff);
    height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
}

.news-item .fixed-button {
    position: fixed;
    z-index: 99999999999;
    width: 100%;
}

.news-item .fixed-button a {
    padding: 12 0.625rem;
    background-color: var(--ue-c-comments-button-back-background-color, #2e6d9d);
    display: block;
    color: var(--ue-c-comments-button-back-color, #fff);
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    text-decoration: none;
}

.news-item .fixed-button a:hover {
    background-color: var(--ue-c-comments-button-back-hover-background-color, #069);
}

.news-item .fixed-button a:before {
    content: '';
    border-width: 0 2px 2px 0;
    border-style: solid;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: var(--ue-c-comments-button-back-border-color, #fff);
    transform: rotate(135deg);
    margin: 0 5px;
}

.comments-panel {
    padding: 0 40px 30px;
}

.comments-panel * {
    box-sizing: border-box;
}

.comments-panel .fixed-button {
    width: 605px;
    background-color: var(--ue-c-comments-panel-background-color, #fff);
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.comments-panel .fixed-button a {
    width: 585px;
    text-overflow: ellipsis;
    padding: 0.625rem;
}

.comments-panel .fixed-button a span {
    text-transform: uppercase;
    margin-right: 10px;
    display: inline-block;
    color: var(--ue-c-comments-button-back-span-color, #fff);
}

.comments-panel .fixed-button a i {
    display: none;
}

.comments-panel .comentarios .comentarios-usuarios {
    padding: 0;
}

.comments-panel h3 {
    padding-top: 40px;
}

.comments-panel h3,
.comments-panel nav {
    background-color: var(--ue-c-comments-panel-background-color, #fff);
    z-index: 99;
    right: auto;
}

.comments-panel .login-comentar {
    bottom: 0;
}

.right-panel {
    width: 680px;
    position: static;
    z-index: 99999999999;
    opacity: 0;
}

.right-panel.comments-panel {
    right: -680px;
}

.comments-panel {
    box-sizing: border-box;
}

@media screen and (max-height: 800px) {
    .comments-panel {
        padding: 0 20px 30px;
    }

    .comments-panel .fixed-button {
        width: 625px;
        padding-top: 20px;
    }

    .comments-panel .fixed-button a {
        width: 625px;
    }

    .comments-panel h3 {
        padding-top: 20px;
    }
}

.no-visible {
    display: none !important;
}

:root {
    --ue-c-comments-button-background-color: #000;
    --ue-c-comments-button-hover-background-color: #333;
    --ue-c-comments-number-color: #000;
    --ue-c-comments-avatar-fill: #000;
    --ue-c-comments-date-time-color: #000;
    --ue-c-article-comments-title-color: #000;
    --ue-c-article-focus-color: #00a9e0;
}

.hide {
    display: none;
}

.hidden-content {
    position: absolute;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.ue-c-main-header {
    margin-top: -1px;
}

.hidden-content {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    background-color: #fff;
    color: #000;
}

.ue-c-seo-links {
    width: 100%;
    max-width: 75rem;
    display: flex;
    position: relative;
    padding: 0 1rem;
    box-sizing: border-box;
    background-color: var(--ue-c-seo-links-body-background-color, #fff);
    height: var(--ue-c-seo-links-height, 25px);
    line-height: var(--ue-c-seo-link-line-height, 15px);
    border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
    border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
    border-top-style: solid;
    border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
    border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
    border-bottom-style: solid;
    height: 1.25rem;
    font-size: var(--ue-c-seo-link-font-size, 10px);
    line-height: var(--ue-c-seo-link-line-height, 12px);
    letter-spacing: var(--ue-c-seo-link-letter-spacing, 0);
    height: var(--ue-c-seo-links-height, 20px);
}

.ue-c-seo-links:after {
    content: '';
    width: 3.125rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, transparent, #fff);
}

.ue-c-seo-links__title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: var(--ue-c-seo-links-title-text-transform, uppercase);
    color: var(--ue-c-seo-links-title-color, hsla(0, 0%, 44%, 0.45));
}

.ue-c-seo-links__title:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 0.25rem;
    height: 10px;
    width: 1px;
    background-color: var(--ue-c-seo-links-title-divider-background-color, hsla(0, 0%, 44%, 0.45));
}

@media (min-width: 46.25em) {
    .ue-c-seo-links__title:after {
        margin: 0 0 0 0.5rem;
    }
}

.ue-c-seo-links__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

@media (max-width: 61.24em) {
    .ue-c-seo-links__list {
        overflow-x: auto;
    }
}

.ue-c-seo-links__list::-webkit-scrollbar {
    display: none;
}

.ue-c-seo-links__item {
    flex: 0 0 auto;
    margin: 0;
    position: relative;
    padding: 0 0.5rem;
}

@media (min-width: 46.25em) {
    .ue-c-seo-links__item {
        padding: 0 0.5rem;
    }
}

.ue-c-seo-links__item:not(:last-child):after {
    content: '';
    width: 1px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background-color: var(--ue-c-seo-links-item-separator-background-color, hsla(0, 0%, 44%, 0.45));
}

.ue-c-seo-links__item:last-child {
    padding-right: 3.125rem;
}

.ue-c-seo-links-container {
    border-top-width: var(--ue-c-seo-links-body-border-top-width, 0);
    border-top-color: var(--ue-c-seo-links-body-border-top-color, #cecece);
    border-top-style: solid;
    background-color: var(--ue-c-seo-links-body-background-color, #fff);
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0.625rem;
    border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
    border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
    border-bottom-style: solid;
}

.ue-c-seo-links-container .ue-c-seo-links {
    padding: 0;
}

@media (max-width: 550px) {
    .ue-c-seo-links-container {
        display: none;
    }
}

.ue-c-main-navigation__title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 1rem;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
    border-color: var(--ue-c-main-navigation-title-border-color, #cecece);
    color: var(--ue-c-main-navigation-title-color, #000);
    font-family: var(--ue-c-main-navigation-title-font-family, Mundo, 'Times New Roman', Times, serif);
    font-weight: var(--ue-c-main-navigation-title-font-weight, 700);
    font-style: var(--ue-c-main-navigation-title-font-style, normal);
    text-transform: var(--ue-c-main-navigation-title-text-transform, uppercase);
    font-size: var(--ue-c-main-navigation-title-font-size, 0.8125rem);
    line-height: var(--ue-c-main-navigation-title-line-height, 0.875rem);
    letter-spacing: var(--ue-c-main-navigation-title-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
    .ue-c-main-navigation__title {
        --ue-c-main-navigation-title-font-size: 0.8125rem;
        --ue-c-main-navigation-title-line-height: 1.375rem;
        --ue-c-main-navigation-title-letter-spacing: 0.02rem;
        margin-bottom: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0;
    }
}

.ue-c-main-navigation__link {
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    padding: var(--ue-c-main-navigation-link-padding);
    font-family: var(--ue-c-main-navigation-link-font-family, Roboto_condensed, Tahoma, Geneva, sans-serif);
    font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
    font-style: var(--ue-c-main-navigation-link-font-style, normal);
    color: var(--ue-c-main-navigation-link-color, #000);
    font-size: var(--ue-c-main-navigation-link-font-size, 13px);
    line-height: var(--ue-c-main-navigation-link-line-height, 14px);
    letter-spacing: var(--ue-c-main-navigation-link-letter-spacing, 0.02em);
}

@media (min-width: 46.25em) {
    .ue-c-main-navigation__link {
        cursor: pointer;
        margin: 0;
        height: auto;
    }

    .ue-c-main-navigation__link:hover {
        -webkit-text-decoration: var(--ue-c-main-navigation-link-text-decoration);
        text-decoration: var(--ue-c-main-navigation-link-text-decoration);
        color: var(--ue-c-main-navigation-link-hover-color, #333);
    }
}

.ue-c-main-navigation__link-dropdown {
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.ue-c-main-navigation__link-dropdown:active {
    color: css-var((link-dropdown: (hover-line: #000, hover-color: #000, hover-background: unset, active: blue, icon-width: 0.75rem, icon-height: 0.75rem, icon-border-width: 0.09375rem, icon-border-color: #000, ), ), 'ue-c-main-navigation', 'link-dropdown', 'active');
}

@media (min-width: 46.25em) {
    .ue-c-main-navigation__link-dropdown:hover:before {
        content: '';
        height: 2px;
        width: calc(100% - 16px);
        position: absolute;
        bottom: 0;
        background-color: var(--ue-c-main-navigation-link-dropdown-hover-line, #000);
    }
}

.ue-c-main-navigation__skip-links {
    position: absolute;
    top: 0;
    left: -32768px;
    z-index: 22;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 46.25em) {
    .ue-c-main-navigation__skip-links {
        top: 41px;
    }
}

.ue-c-main-navigation__skip-links li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ue-c-main-navigation__skip-links-item {
    font-size: 12px;
    font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
    color: #fff;
    background: #2e6d9d;
    padding: 10px;
}

.ue-c-main-navigation__skip-links-item:active,
.ue-c-main-navigation__skip-links-item:focus {
    left: 32768px;
    outline: 1px dotted #fff;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000;
    text-align: left;
    text-decoration: none;
}

.ue-c-main-navigation--high-contrast .ue-c-main-navigation__link {
    display: flex;
    align-items: center;
}

@media (min-width: 46.25em) {
    .ue-c-main-navigation--high-contrast .ue-c-main-navigation__list--first-level {
        background-color: unset;
    }
}

@media (min-width: 46.25em) {
    .ue-c-main-navigation--highlight {
        font-weight: 400;
    }

    .ue-c-main-navigation--highlight>.ue-c-main-navigation__link {
        font-weight: var(--ue-c-main-navigation-highlight-font-weight, bold);
    }
}

@media (min-width: 46.25em) {
    .ue-l-main-navigation--truncated-width {
        overflow: hidden;
        position: relative;
    }

    .ue-l-main-navigation--truncated-width:after {
        content: '';
        background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), var(--ue-c-main-navigation-gradient-color, #fff));
        position: absolute;
        right: 0;
        width: 2rem;
        height: 100%;
    }

    .ue-l-main-navigation--truncated-width .ue-c-main-navigation__link:hover {
        text-shadow: 0 0 0 var(--ue-c-main-navigation-first-shadow, #333), 0 0 0 var(--ue-c-main-navigation-second-shadow, #222);
    }

    .ue-l-main-navigation--truncated-width>.ue-c-main-navigation__list--first-level>li:not(:nth-child(-n + 6)) {
        display: none;
    }
}

@media (min-width: 61.25em) {
    .ue-l-main-navigation--truncated-width {
        overflow: inherit;
        position: unset;
    }

    .ue-l-main-navigation--truncated-width:after {
        display: none;
    }
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-item.is-current a {
    background-color: var(--ue-c-main-navigation-link-current-background, #000);
    color: var(--ue-c-main-navigation-link-current-color, #fff);
    border-radius: var(--ue-c-main-navigation-link-current-border-radius, 0);
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-item:not(.hide).has-overflow {
    margin: 0;
    position: relative;
    background-color: var(--ue-c-main-header-bottom-background);
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__link {
    padding: 0.4rem 1rem;
    align-self: center;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list--first-level .ue-c-main-navigation__link {
    text-transform: inherit;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0.5rem;
    margin: 0;
    border: 0;
    background-color: inherit;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-overflow {
    position: absolute;
    right: 0;
    top: var(--ue-l-main-header-bottom-height, 2.25rem);
    padding: 1rem 0.5rem;
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background-color: #fff;
    box-shadow: 1px 8px 8px 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-overflow li {
    position: relative;
    display: flex;
    height: auto;
    min-width: 150px;
    --webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-overflow li.hide {
    display: none;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-overflow .ue-c-main-navigation__link {
    width: 100%;
    padding: 0.45rem;
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-overflow.hide {
    display: unset;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

@media (min-width: 46.25em) {
    .ue-l-main-navigation--display-inline {
        --ue-c-main-navigation-link-dropdown-icon: none;
        display: flex;
        padding-left: 1rem;
    }

    .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
    }

    .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list>.ue-c-main-navigation__list-item {
        overflow: visible;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        display: flex;
        flex: 1 0 auto;
        position: relative;
        height: inherit;
        align-items: var(--ue-c-main-navigation-list-item-align, stretch);
    }

    .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list>.ue-c-main-navigation__list-item--position-inherit {
        position: inherit;
    }

    .ue-l-main-navigation--display-inline>.ue-c-main-navigation__list>.ue-c-main-navigation__list-item.hide {
        display: none;
    }

    .ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
        font-family: var(--ue-c-main-navigation-link-inline-font-family, Mundo, 'Times New Roman', Times, serif);
    }
}

@media (min-width: 46.25em) and (min-width: 46.25em) {
    .ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
        text-transform: var(--ue-c-main-navigation-link-inline-text-transform, inherit);
        font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
        line-height: var(--ue-c-main-navigation-link-inline-line-height, 13px);
        letter-spacing: var(--ue-c-main-navigation-link-inline-letter-spacing, 0.02em);
    }
}

@media (min-width: 61.25em) {
    .ue-l-main-navigation--display-inline {
        flex-grow: 1;
    }

    .ue-l-main-navigation--display-inline:not(.ue-l-main-navigation--truncated-width) {
        padding-left: inherit;
    }
}

.ue-l-main-navigation--display-inline>.ue-c-main-navigation__title {
    display: none;
}

.ue-c-main-navigation__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ue-c-main-navigation__list-item:last-of-type {
    overflow: hidden;
}

.ue-l-main-header__row {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}

.ue-l-main-header__bottom,
.ue-l-main-header__top {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.ue-l-main-header__bottom .hide,
.ue-l-main-header__top .hide {
    display: none;
}

@media (min-width: 23.4375em) {

    .ue-l-main-header__bottom,
    .ue-l-main-header__top {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.ue-l-main-header__top {
    height: var(--ue-l-main-header-top-height);
}

@media (min-width: 46.25em) {
    .ue-l-main-header__top {
        align-items: center;
        justify-content: center;
    }
}

.ue-l-main-header__bottom {
    height: var(--ue-l-main-header-bottom-height);
}

@media (min-width: 46.25em) {
    .ue-l-main-header__bottom {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

.ue-l-main-header__bottom,
.ue-l-main-header__top {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.ue-l-main-header__top {
    background-color: var(--ue-c-main-header-top-background-color, #fff);
}

@media (min-width: 46.25em) {
    .ue-l-main-header__top {
        box-shadow: none;
    }
}

.ue-l-main-header__top:not(.ue-l-main-header--fixed) {
    border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000);
}

.ue-l-main-header__bottom {
    background: var(--ue-c-main-header-bottom-background);
    color: var(--ue-c-main-header-bottom-color, #000);
}

.ue-l-main-header__bottom:not(:last-child) {
    border-bottom: var(--ue-c-main-header-bottom-border-bottom, unset);
    border-bottom-color: var(--ue-c-main-header-bottom-border-bottom-color, unset);
}

@media (min-width: 46.25em) {
    .ue-l-main-header__bottom {
        border-bottom: var(--ue-c-main-header-bottom-border-bottom);
        border-bottom: var(--ue-c-main-header-bottom-border-bottom, unset);
        border-bottom-color: var(--ue-c-main-header-bottom-border-bottom-color, unset);
        border-top-color: var(--ue-c-main-header-bottom-border-top-color);
    }
}

.ue-l-main-header__wrapper {
    display: flex;
}

@media (min-width: 46.25em) {
    .ue-l-main-header__wrapper {
        align-items: center;
        position: relative;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 61.25em) {
    .ue-l-main-header__wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 46.25em) {
    .ue-l-main-header__nav--centered {
        align-items: center;
        position: absolute;
        padding-left: var(--ue-c-main-header-logo-box-width);
        padding-right: var(--ue-c-main-header-tools-width);
    }
}

.ue-l-main-header__top {
    z-index: var(--ue-l-main-header-top-row-z-index, 7);
}

.ue-l-main-header__top .ue-c-main-header__primary,
.ue-l-main-header__top .ue-c-main-navigation__skip-links {
    z-index: var(--ue-l-main-header-top-primary-z-index, 7);
}

@media (min-width: 46.25em) {

    .ue-l-main-header__top .ue-c-main-header__primary,
    .ue-l-main-header__top .ue-c-main-navigation__skip-links {
        --ue-l-main-header-top-primary-z-index: 8;
    }
}

.ue-l-main-header__top .ue-c-main-header__nav {
    z-index: var(--ue-l-main-header-top-panel-z-index, 5);
}

.ue-l-main-header__top .ue-c-main-header__button.is-primary {
    z-index: var(--ue-l-main-header-top-button-z-index, 7);
}

.ue-l-main-header__bottom {
    z-index: var(--ue-l-main-header-bottom-row-z-index, 5);
}

.ue-c-main-header {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    position: relative;
    z-index: 15000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 46.25em) {
    .ue-c-main-header {
        box-shadow: none;
    }
}

.ue-c-main-header__primary {
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    color: var(--ue-c-main-header-top-color, #000);
}

.ue-c-main-header__primary>* {
    pointer-events: all;
}

.ue-c-main-header__nav {
    display: flex;
    align-items: center;
    width: 50px;
}

@media (min-width: 46.25em) {
    .ue-c-main-header__nav {
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: stretch;
        height: inherit;
    }
}

@media (min-width: 46.25em) {
    .ue-c-main-header__primary {
        box-shadow: none;
        background-color: transparent;
        display: flex;
        padding: var(--ue-c-main-header-primary-padding, 0);
    }
}

@media (min-width: 61.25em) {

    .ue-c-main-header__nav,
    .ue-c-main-header__primary {
        max-width: 1200px;
    }
}

.ue-c-main-header__logo {
    width: var(--ue-c-main-header-logo-box-width, 8rem);
    height: var(--ue-c-main-header-logo-box-height, auto);
}

.ue-c-main-header__logo svg {
    width: var(--ue-c-main-header-logo-width, 8rem);
    height: var(--ue-c-main-header-logo-height, auto);
}

.ue-c-main-header__logo--small {
    width: var(--ue-c-main-header-logo-box-small-width, 2rem);
    height: var(--ue-c-main-header-logo-box-small-height, auto);
}

.ue-c-main-header__logo--small svg {
    width: var(--ue-c-main-header-logo-small-width, 1.25rem);
    height: var(--ue-c-main-header-logo-small-height, auto);
}

.ue-c-main-header__logo,
.ue-c-main-header__logo--small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: var(--ue-c-main-header-logo-box-align-items, center);
}

.ue-c-main-header__logo--small.hide {
    display: none;
}

.ue-c-main-header__title {
    min-width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-self: center;
    text-align: left;
    width: 100%;
    margin: 0;
    font-family: var(--ue-c-main-header-title-font-family, Mundo, 'Times New Roman', Times, serif);
    font-weight: var(--ue-c-main-header-title-font-weight, 600);
    font-style: var(--ue-c-main-header-title-font-style, normal);
    text-transform: var(--ue-c-main-header-title-text-transform, uppercase);
    color: var(--ue-c-main-header-title-color, #000);
    font-size: var(--ue-c-main-header-title-font-size, 0.75rem);
    line-height: var(--ue-c-main-header-title-line-height, 0.875rem);
    letter-spacing: var(--ue-c-main-header-title-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
    .ue-c-main-header__title {
        --ue-c-main-header-title-font-size: 0.75rem;
        --ue-c-main-header-title-line-height: 0.875rem;
        --ue-c-main-header-title-letter-spacing: 0.02rem;
    }
}

.ue-c-main-header__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: none;
    cursor: pointer;
    box-sizing: border-box;
}

.ue-c-main-header__button.is-primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ue-c-main-header-button-primary-background-color, #fff);
    color: var(--ue-c-main-header-button-primary-color, #000);
    width: var(--ue-c-main-header-button-primary-width, 40px);
    height: var(--ue-c-main-header-button-primary-height, 35px);
}

@media (min-width: 23.4375em) {
    .ue-c-main-header__button.is-primary {
        min-width: var(--ue-c-main-header-button-primary-width, 50px);
        height: var(--ue-c-main-header-button-primary-height, 35px);
    }
}

@media (min-width: 46.25em) {
    .ue-c-main-header__button.is-primary {
        min-width: var(--ue-c-main-header-button-primary-width, 80px);
        height: var(--ue-c-main-header-button-primary-height, 41px);
        justify-content: center;
        align-items: center;
        padding: 0.5rem 1rem 0.45rem 0.5rem;
        box-shadow: none;
        text-transform: var(--ue-c-main-navigation-link-inline-text-transform, inherit);
        font-family: var(--ue-c-main-navigation-link-inline-font-family, Mundo, 'Times New Roman', Times, serif);
        font-weight: var(--ue-c-main-navigation-link-inline-font-weight, normal);
        font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
        line-height: var(--ue-c-main-navigation-link-inline-line-height, 13px);
        letter-spacing: var(--ue-c-main-navigation-link-inline-letter-spacing, 0.02em);
    }
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
    left: 0;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
    top: -0.3125rem;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after {
    top: 0.3125rem;
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
    position: absolute;
    content: '';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.25s;
    border-radius: 1px;
    background-color: var(--ue-c-main-header-button-primary-icon-background-color, #000);
    width: var(--ue-c-main-header-button-primary-icon-width, 23px);
    height: calc(var(--ue-c-main-header-button-primary-icon-height, 1px) + 0.5px);
}

@media (min-width: 23.4375em) {

    .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
    .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
    .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
        left: inherit;
        width: var(--ue-c-main-header-button-primary-icon-width, 23px);
        height: var(--ue-c-main-header-button-primary-icon-height, 1px);
    }
}

@media (min-width: 46.25em) {

    .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon,
    .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after,
    .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:before {
        left: inherit;
        width: var(--ue-c-main-header-button-primary-icon-width, 14px);
        height: var(--ue-c-main-header-button-primary-icon-height, 1px);
        right: 0;
    }
}

.ue-c-main-header__tools {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    column-gap: 0.5rem;
}

.ue-c-main-header__tools>* {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ue-c-main-header__tools>* a span {
    align-self: center;
}

@media (min-width: 46.25em) {
    .ue-c-main-header__tools {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .ue-c-main-header__tools a {
        margin: 0;
    }
}

.ue-c-main-header__login {
    position: relative;
}

.ue-c-main-header__login>a {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: var(--ue-c-main-header-login-link-color, #000);
    font-family: var(--ue-c-main-header-login-font-family, Arial, Helvetica, sans-serif);
    font-weight: var(--ue-c-main-header-login-font-weight, normal);
    font-size: var(--ue-c-main-header-login-link-font-size, 0.75rem);
    line-height: var(--ue-c-main-header-login-link-line-height, 1rem);
    letter-spacing: var(--ue-c-main-header-login-link-letter-spacing, 0);
}

@media (min-width: 46.25em) {
    .ue-c-main-header__login>a {
        --ue-c-main-header-login-link-font-size: 0.75rem;
        --ue-c-main-header-login-link-line-height: 1rem;
        --ue-c-main-header-login-link-letter-spacing: 0rem;
    }
}

@media (min-width: 61.25em) {
    .ue-c-main-header__login>a:hover {
        color: var(--ue-c-main-header-login-link-hover-color, #666);
    }
}

.ue-c-main-header__breadcrumb {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-content: space-evenly;
    flex-wrap: wrap;
    flex-grow: 1;
}

@media (min-width: 46.25em) {
    .ue-c-main-header__breadcrumb {
        margin: var(--ue-c-main-header-breadcrumb-margin);
        margin-right: 0.65rem;
        flex-wrap: nowrap;
        position: relative;
    }
}

.ue-c-main-header__breadcrumb-list {
    display: flex;
    flex-grow: 1;
}

@media (min-width: 46.25em) {
    .ue-c-main-header__breadcrumb-list {
        display: inherit;
        height: inherit;
        flex-grow: unset;
    }
}

.ue-c-main-header__breadcrumb-link {
    color: var(--ue-c-main-header-breadcrumb-link-color, #000);
    text-decoration: none;
}

@media (min-width: 46.25em) {
    .ue-c-main-header__breadcrumb-link {
        padding: 0.35rem 0.8rem;
        margin: 0 0.5rem;
        box-sizing: border-box;
        align-self: center;
        font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, 'Times New Roman', Times, serif);
    }

    .ue-c-main-header__breadcrumb-link:hover {
        color: var(--ue-c-main-header-breadcrumb-link-hover-color, #333);
    }
}

.ue-c-main-header__breadcrumb-item {
    display: flex;
    align-items: center;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, 'Times New Roman', Times, serif);
    text-transform: var(--ue-c-main-header-breadcrumb-link-text-transform, inherit);
    font-size: var(--ue-c-main-header-breadcrumb-font-size, 0.75rem);
    line-height: var(--ue-c-main-header-breadcrumb-line-height, 0.75rem);
    letter-spacing: var(--ue-c-main-header-breadcrumb-letter-spacing, 0.02rem);
}

@media (min-width: 46.25em) {
    .ue-c-main-header__breadcrumb-item {
        --ue-c-main-header-breadcrumb-font-size: 0.8125rem;
        --ue-c-main-header-breadcrumb-line-height: 0.875rem;
        --ue-c-main-header-breadcrumb-letter-spacing: 0.02rem;
    }
}

.ue-c-main-header__breadcrumb-item:last-child {
    width: 100%;
    font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, 'Times New Roman', Times, serif);
    font-weight: var(--ue-c-main-header-breadcrumb-link-current-font-weight, 600);
    text-transform: var(--ue-c-main-header-breadcrumb-last-link-text-transform, inherit);
}

.ue-c-main-header__breadcrumb-item:before {
    background-color: var(--ue-c-main-header-breadcrumb-divider-background-color, #000);
    content: '';
    margin: 2px 4px;
    height: 2px;
    width: 2px;
    border-radius: 50%;
}

.ue-c-main-header__breadcrumb-item:first-child:before,
.ue-c-main-header__breadcrumb-item:last-child:before {
    content: none;
}

@media (min-width: 46.25em) {
    .ue-c-main-header__breadcrumb-item {
        align-items: stretch;
        height: 100%;
        border-right: 1px solid;
        border-right-color: var(--ue-c-main-header-breadcrumb-divider-border-right-color, #17435e);
    }

    .ue-c-main-header__breadcrumb-item:first-child a {
        margin-left: 0;
    }

    .ue-c-main-header__breadcrumb-item .ue-c-main-header__breadcrumb-link {
        font-weight: var(--ue-c-main-header-breadcrumb-link-current-font-weight, 600);
    }

    .ue-c-main-header__breadcrumb-item:before {
        display: none;
    }
}

@media (max-width: 46.24em) {
    .ue-c-main-header__button.is-primary {
        width: 90px;
    }

    .ue-c-main-header__button.is-primary span:not(.ue-c-main-header__button-menu-icon) {
        display: none;
    }

    .ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon {
        right: 0;
        display: flex;
    }

    .ue-c-main-header__tools,
    .ue-c-main-navigation.ue-l-main-navigation--display-inline,
    .ue-l-main-header__top .ue-c-main-header__logo--theme,
    .ue-l-main-navigation--with-hidden-content {
        display: none;
    }
}

@media (min-width: 46.25em) {
    .ue-c-main-header__tools .ue-c-main-header__login {
        position: relative;
    }
}

@media (max-width: 739px) {
    .ue-c-main-header__login>a:not(.user-name) {
        background-image: url("urn:scrapbook:download:error:https://economiaiberia24rax.pro/lander/es-Risto---Torres-Vila--el-mundo----millones_1773503223/files/assets/img/profile_img.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 30px;
        height: 30px;
    }
}

header[class*='elmundo-theme'] {
    --ue-c-icon-avatar: url("urn:scrapbook:download:error:https://economiaiberia24rax.pro/lander/es-Risto---Torres-Vila--el-mundo----millones_1773503223/img/profile_img.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'] {
        --ue-c-main-header-logo-box-width: 9.375rem;
        --ue-c-main-header-logo-box-height: auto;
        --ue-c-main-header-logo-width: 9.375rem;
        --ue-c-main-header-logo-height: auto;
    }
}

header[class*='elmundo-theme'] .ue-l-main-header__bottom {
    --ue-c-main-header-bottom-background: #f7f7f7;
    --ue-c-main-header-button-secondary-icon-background-color: #000;
    --ue-c-main-header-breadcrumb-link-color: #000;
    --ue-c-main-header-bottom-border-bottom: 1px solid;
    --ue-c-main-header-bottom-border-bottom-color: #000;
    --ue-c-main-header-bottom-border-top: 1px solid;
    --ue-c-main-header-bottom-border-top-color: #000;
    --ue-c-main-navigation-list-dropdown-border-top: 1px solid #000;
    --ue-c-main-navigation-list-dropdown-border-bottom: 1px solid #000;
}

header[class*='elmundo-theme'] .ue-c-main-header__logo--small svg {
    fill: #00568c;
}

header[class*='elmundo-theme'] .ue-c-main-header__logo--small {
    --ue-c-main-header-logo-box-align-items: flex-start;
}

header[class*='elmundo-theme'] .ue-c-main-navigation--high-contrast {
    --ue-c-main-navigation-link-padding: 0.75rem 0;
}

header[class*='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'] {
        --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 {
        --ue-c-main-navigation-link-font-weight: normal;
        --ue-c-main-navigation-highlight-font-weight: 600;
        --ue-c-main-navigation-link-dropdown-hover-line: transparent;
        padding: 0 0.46rem;
    }

    header[class*='elmundo-theme'] .ue-l-main-header__top:not(.ue-l-main-header--column-center) .ue-c-main-header__button.is-primary {
        padding: 0.5rem 1rem 0.4rem 0.5rem;
    }

    header[class*='elmundo-theme'] .ue-l-main-navigation--with-hidden-content .is-current {
        --ue-c-main-navigation-link-font-weight: 600;
    }
}

.ue-l-article--basic.elmundo-theme-v9 {
    background-color: #fff;
    --cover-content-column-count: 6;
    --cover-content-cols-width: 2;
    --cover-content-y-gap: 1rem;
    --cover-content-x-gap: 0.5rem;
    --cover-content-gap: 2rem;
    --cover-content-boxed-space: 1rem;
    --cover-content-boxed-height: 100%;
}

.ue-l-article--basic.elmundo-theme-v9,
.ue-l-article--basic.elmundo-theme-v9 :before {
    --ue-c-section-title-font-weight: 700;
    --ue-c-section-title-font-size: 1rem;
    --ue-c-section-title-line-height: 1rem;
    --ue-c-section-title-letter-spacing: 0;
    --ue-c-section-title-text-transform: uppercase;
    --ue-c-section-title-before: Noticias de;
    --ue-c-section-title-eng: News;
    --ue-c-section-title-padding: 0.625rem 0;
}

@media (min-width: 46.25em) {

    .ue-l-article--basic.elmundo-theme-v9,
    .ue-l-article--basic.elmundo-theme-v9 :before {
        --ue-c-section-title-font-size: 1.1875rem;
        --ue-c-section-title-line-height: 1.1875rem;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article ::selection {
    background: #ff0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article * strong::selection {
    background: #ff0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article * a::selection {
    background: #ff0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-container {
    display: inline-block;
    font-size: 0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker-group {
    box-sizing: border-box;
    position: relative;
}

.ue-c-article__kicker-group {
    margin-top: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__header {
    margin-bottom: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph,
.ue-l-article__body p {
    margin: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    color: #202020;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
}

.ue-l-article__body p a,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph a {
    text-decoration: underline;
    color: #007fff;
}

.ue-l-article__body p a:hover,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__paragraph a:hover {
    color: #e11229;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate {
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #797676;
    padding: 0;
    background-color: transparent;
    border-top: none;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__publishdate span {
    font-weight: 700;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item:not(:last-child) {
    margin-right: 0.3125rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item--toolbox-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    width: 2rem;
    height: 2rem;
    border: 1px solid #cecece;
    padding: 5.33333px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item--toolbox-toggle svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: transparent;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item--toolbox-toggle:active,
.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item--toolbox-toggle:hover {
    background: #f6f6f6;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__share-tools-item--toolbox-toggle:focus {
    background: #f6f6f6;
    box-shadow: 0 0 1px 2px var(--ue-c-article-focus-color);
    outline: none;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button {
    border: 1px solid #cecece;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #000;
    color: #fff;
    border-radius: 1.5625rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    height: 32px;
    padding: 0 0.75rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button:hover {
    background-color: #333;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button:focus {
    box-shadow: 0 0 1px 2px #00a9e0;
    outline: none;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button .ue-c-article__button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    fill: #fff;
    width: 30px;
    height: 23px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button .ue-c-article__button-icon svg {
    width: 100%;
    height: 100%;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--theme-comments {
    color: #000;
    background-color: #fff;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--theme-comments:hover {
    background-color: #f6f6f6;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--theme-comments .ue-c-article__button-icon {
    fill: #fff;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__button--theme-comments .ue-c-article__button-text {
    color: #000;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar-body {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    flex-grow: 1;
    align-items: stretch;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__bar-footer {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 0;
    flex-wrap: wrap;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    flex-direction: column;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-avatar {
    height: 3.125rem;
    display: flex;
    gap: 0.3125rem;
    flex-shrink: 0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-avatar-item img {
    height: 100%;
    max-width: 100%;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-name {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 19px;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 700;
    color: #000;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author-caption {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 16px;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 400;
    color: #797676;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a {
    color: #000;
    text-decoration: none;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a:hover {
    color: #666;
    text-decoration: underline;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author a:active {
    color: #666;
}

@media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__author--horizontal-from-tablet {
        flex-direction: row;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media {
    margin: 0;
    position: relative;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__media--image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    font-family: Mundo, Times New Roman, Times, serif;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
    margin: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: var(--ue-c-article__headline-font-size, 2rem);
    line-height: var(--ue-c-article__headline-line-height, 2.1875rem);
    letter-spacing: var(--ue-c-article__headline-letter-spacing, 0);
}

@media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
        --ue-c-article__headline-font-size: 2.0625rem;
        --ue-c-article__headline-line-height: 2.25rem;
        --ue-c-article__headline-letter-spacing: 0rem;
    }
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-article__headline {
        --ue-c-article__headline-font-size: 2.75rem;
        --ue-c-article__headline-line-height: 2.875rem;
        --ue-c-article__headline-letter-spacing: 0rem;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-article__kicker {
    display: inline;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__photo {
    margin: 0;
    width: 100%;
    max-width: 3.125rem;
    max-height: 3.125rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-author-profile__photo-img {
    border-radius: 50%;
    vertical-align: middle;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
    position: relative;
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: 0;
}

@media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
        padding-left: 0;
        padding-right: 19.375rem;
    }
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__main-column {
        padding-left: 11.5625rem;
        padding-right: 23.0625rem;
    }
}

@media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--columns-flex-parent {
        display: flex;
    }

    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--columns-flex-parent .ue-l-article__main-column {
        padding-right: 0;
    }
}

@media (min-width: 46.25em) and (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--columns-flex-parent .ue-l-article__main-column {
        width: calc(100% - 19.375rem);
    }
}

@media (min-width: 46.25em) and (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article--columns-flex-parent .ue-l-article__main-column {
        width: calc(100% - 23.0625rem);
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
    display: flex;
    flex-direction: column;
    clear: both;
    align-items: center;
    box-sizing: border-box;
    margin-top: 2rem;
}

@media (min-width: 23.4375em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
        margin-top: 1.25rem;
    }
}

@media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
        align-items: flex-end;
        margin-top: 0;
        flex-shrink: 0;
        width: 19.375rem;
    }
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column {
        width: 23.0625rem;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-item {
    width: 100%;
}

.ue-l-article__body p,
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__body .ue-c-article__bar:not(:last-child),
.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__body .ue-c-article__paragraph:not(:last-child) {
    margin-bottom: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__body>.ue-c-article__bar:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__body>.ue-c-article__bar:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    clear: both;
    position: relative;
    background-color: #fff;
    background-color: var(--ue-l-article__inner-back-color, #fff);
    padding: 1rem 0.5rem;
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
        max-width: 77rem;
    }
}

@media (min-width: 23.4375em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 23.4375em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__header-content {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__header-content>.ue-c-article__kicker-group:not(:last-child) {
    margin-bottom: 1rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__inner--no-gutter {
    padding-top: 0;
    padding-bottom: 0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article--grow {
    flex-grow: 1;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-section-title {
    margin: 0;
    width: 100%;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: var(--ue-c-section-title-text-transform);
    font-weight: var(--ue-c-section-title-font-weight);
    color: #000;
    font-size: var(--ue-c-section-title-font-size);
    line-height: var(--ue-c-section-title-line-height);
    letter-spacing: var(--ue-c-section-title-letter-spacing);
    padding: var(--ue-c-section-title-padding);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    font-variant-ligatures: common-ligatures;
    gap: var(--cover-content-x-gap);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content ::selection {
    background: #ff0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content * a::selection {
    background: #ff0;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__body {
    display: flex;
    gap: var(--cover-content-y-gap);
    flex-direction: row-reverse;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__media {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    width: calc(((100% - (var(--cover-content-y-gap) * (var(--cover-content-column-count) - 1))) / var(--cover-content-column-count) * var(--cover-content-cols-width)) + var(--cover-content-y-gap) * (var(--cover-content-cols-width) - 1));
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__main {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__main> :not(:last-child) {
    margin-bottom: 0.25rem;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__figure {
    margin: 0;
    position: relative;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__image {
    width: 100%;
    display: block;
    height: auto;
    font-size: 10px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__headline {
    display: inline;
    font-size: 1em;
    font-weight: 600;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__headline-group {
    display: block;
    flex-direction: row;
    word-break: break-word;
    margin-top: 0;
    font-family: Mundo, Times New Roman, Times, serif;
    font-weight: 600;
    z-index: 3;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link {
    text-decoration: none;
    color: #000;
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link:hover {
        color: #666;
    }

    .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link:active {
        color: #414141;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: background 0.2s ease-in;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content__bt-link {
    z-index: 3;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content--s-from-mobile .ue-c-cover-content__headline-group {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    letter-spacing: 0;
}

@media (min-width: 46.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content--xs-from-tablet .ue-c-cover-content__headline-group {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        letter-spacing: 0;
    }
}

@media (min-width: 61.25em) {
    .ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content--s-from-desktop .ue-c-cover-content__headline-group {
        font-size: 1.0625rem;
        line-height: 1.25rem;
        letter-spacing: 0;
    }
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content--vertical-from-mobile {
    --cover-content-cols-width: 1;
    --cover-content-column-count: 1;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-c-cover-content--vertical-from-mobile .ue-c-cover-content__body {
    flex-direction: column;
    gap: var(--cover-content-x-gap);
}

.ue-l-article--basic.elmundo-theme-v9 .ue-l-article__secondary-column-item {
    max-width: 300px;
}

.ue-l-article--basic.elmundo-theme-v9 .ue-u-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

header a,
header button {
    pointer-events: none !important;
    user-select: none !important;
}

.profile_icon {
    display: none;
}

.down_arrow {
    display: none;
}

@media (max-width: 739px) {
    .profile_icon {
        display: flex;
        margin: auto 0;
    }

    .ue-l-main-header__row.ue-l-main-header__bottom {
        justify-content: space-between;
    }

    .down_arrow {
        display: flex;
        margin: auto 0;
    }

    .ue-c-article__kicker-group {
        margin-top: 3px;
    }
}

.tools-corporative-link {
    display: none;
}

.nav-link {
    color: var(--ue-c-seo-links-title-color, hsla(0, 0%, 44%, 0.45));
}

.ue-c-article__title {
    text-transform: uppercase;
    font-family: Mundo, Times New Roman, Times, serif;
    font-size: 19px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.pointer {
    pointer-events: none;
}

@media (max-width: 1024px) {
    .ue-l-article__secondary-column {
        display: none !important;
    }
}

.ue-c-article__list {
    display: flex;
    flex-direction: column;
    list-style: inside;
    row-gap: 8px;
    padding: 0;
    margin: 0;
    margin-block: 20px;
}

.ue-c-article__list li {
    font-family: Mundo, Times New Roman, Times, serif;
    color: #202020;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    letter-spacing: 0;
}

@media all {
    :root {
        --iti-hover-color: rgba(0, 0, 0, 0.05);
        --iti-border-color: #ccc;
        --iti-dialcode-color: #999;
        --iti-dropdown-bg: white;
        --iti-spacer-horizontal: 20px;
        --iti-flag-height: 12px;
        --iti-flag-width: 16px;
        --iti-border-width: 1px;
        --iti-arrow-height: 4px;
        --iti-arrow-width: 6px;
        --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
        --iti-arrow-padding: 10px;
        --iti-arrow-color: #555;
        --iti-path-flags-1x: url("urn:scrapbook:download:error:https://economiaiberia24rax.pro/lander/es-Risto---Torres-Vila--el-mundo----millones_1773503223/files/bd95ef49b665a571ca04.webp?v=1");
        --iti-path-flags-2x: url("urn:scrapbook:download:error:https://economiaiberia24rax.pro/lander/es-Risto---Torres-Vila--el-mundo----millones_1773503223/files/bea0200ba7ea874b359f.webp?v1=");
        --iti-path-globe-1x: url("urn:scrapbook:download:error:https://economiaiberia24rax.pro/lander/es-Risto---Torres-Vila--el-mundo----millones_1773503223/files/7fb216c936a98b90918e.webp?v1=");
        --iti-path-globe-2x: url("urn:scrapbook:download:error:https://economiaiberia24rax.pro/lander/es-Risto---Torres-Vila--el-mundo----millones_1773503223/files/5dc7e51d6b5d42fc2be4.webp?v1=");
        --iti-flag-sprite-width: 3904px;
        --iti-flag-sprite-height: 12px;
        --iti-mobile-popup-margin: 30px;
    }
}

:root {
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-text-gray: #999;
    --iti-border-gray: #ccc;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 15px;
    --iti-flag-width: 20px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-input-padding: 6px;
    --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
    --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
    --iti-path-flags-1x: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/23.0.10/img/flags.png?1");
    --iti-path-flags-2x: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/23.0.10/img/flags@2x.png?1");
    --iti-path-globe-1x: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/23.0.10/img/globe.png");
    --iti-path-globe-2x: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/23.0.10/img/globe@2x.png");
    --iti-flag-sprite-width: 5762px;
    --iti-flag-sprite-height: 15px;
    --iti-mobile-popup-margin: 30px;
}

.iti {
    position: relative;
    display: inline-block;
}

.iti * {
    box-sizing: border-box;
}

.iti__hide {
    display: none;
}

.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: var(--iti-right-hand-selected-country-padding);
    margin-right: 0;
}

.iti__country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: var(--iti-border-width);
}

.iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}

.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: var(--iti-triangle-border) solid transparent;
    border-right: var(--iti-triangle-border) solid transparent;
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
    border-radius: 3px;
    background-color: white;
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-gray);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding: 9px 12px;
}

.iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
    max-height: 185px;
}

.iti__flag-box {
    display: inline-block;
    width: var(--iti-flag-width);
}

.iti__country {
    display: flex;
    align-items: center;
    padding: 8px var(--iti-spacer-horizontal);
    outline: none;
}

.iti__dial-code {
    color: var(--iti-text-gray);
}

.iti__flag-box,
.iti__country-name {
    margin-right: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=tel] {
    padding-right: var(--iti-input-padding);
    padding-left: var(--iti-selected-country-arrow-padding);
    margin-left: 0;
}

.iti--allow-dropdown .iti__country-container {
    right: auto;
    left: 0;
}

.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);
}

.iti .iti__selected-dial-code {
    margin-left: 4px;
}

.iti__flag {
    --iti-flag-offset: 0px;
    --iti-flag-width: 20px;
    --iti-flag-height: 14px;
    height: var(--iti-flag-height);
    width: var(--iti-flag-width);
    box-shadow: 0px 0px 1px 0px #888;
    background-image: var(--iti-path-flags-1x);
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__es {
    --iti-flag-offset: -1577px;
}

@media (min-resolution: 2x) {
    .iti__flag {
        background-image: var(--iti-path-flags-2x);
    }
}

/*! end @import */
:root {
    --mainColor: #121534;
    --text: #fff;
    --input-color: #000;
    --valid-input-color: #000;
}

#main-form {
    border: 2px solid var(--mainColor);
    border-radius: 16px;
    max-width: 560px;
    margin: 0 auto;
    font-family: Arial;
    box-shadow: 3px 3px 6px #00000030;
}

.form-auth {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 40px 40px;
    box-sizing: border-box;
}

.form-title {
    text-align: center;
    padding: 30px 15px;
    font-size: 30px;
    background: var(--mainColor);
    color: var(--text);
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 1.2;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .form-title {
        font-size: 24px;
    }
}

#main-form input {
    font-size: 16px;
    margin-bottom: 16px;
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid var(--mainColor);
    border-radius: 4px;
    color: var(--input-color);
    line-height: 1;
    background: #f7f7f7;
    box-shadow: 3px 3px 6px #00000030;
    font-family: Arial;
    background: #fff;
}

#main-form input:focus {
    outline: 1px solid var(--mainColor);
}

.bazuka-btn {
    background: var(--mainColor);
    color: var(--text);
    width: 100%;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: Arial;
    letter-spacing: 1px;
    box-shadow: 3px 3px 6px #00000030;
}

.iti__selected-country {
    padding-right: 13px;
    background: #e1e1e1 !important;
    border-radius: 4px 0 0 3px;
    height: 42px !important;
}

.iti__selected-dial-code {
    color: #000;
}

.iti__country-container {
    pointer-events: none;
}

.iti {
    width: 100%;
    margin-bottom: 20px;
}

.iti__arrow {
    display: none;
}

ol.ue-c-article__list {
    list-style: auto;
    padding-left: 40px;
}