html body {
	overflow-x: hidden
}

* {
	box-sizing: border-box
}

body>.publicidad {
	margin: 0;
	height: 0
}

li,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

a,
a:hover {
	text-decoration: none
}

p {
	margin: 0
}

main[data-ue-navindex]:not([data-ue-navindex="0"]):before {
	position: relative;
	content: " ";
	display: block;
	width: 100%;
	height: 7px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background-color: #f3f3f3;
	margin: 4px 0;
	float: left
}

@media (min-width:46.25em) {
	main[data-ue-navindex]:not([data-ue-navindex="0"]):before {
		margin: 8px 0;
		display: inline-block
	}
}

.lightbox_shadow {
	background: #aaa
}

.lightbox {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999999999999;
	background: #fff
}

.lightbox .cerrar {
	width: 36px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M5 5l15 13.569M20 5L5 18.569' fill='none' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E") transparent no-repeat 50%;
	z-index: 51;
	display: block
}

.loading-next {
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	text-align: left;
	display: inline-block;
	padding: 30px 20px
}

.loading-next span {
	color: #797676;
	font-size: 16px;
	display: block
}

.loading-next span:last-child {
	color: #000;
	font-size: 20px;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif
}

@media (min-width:46.25em) {
	.loading-next span:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 300px
	}
}

.loading-icon {
	vertical-align: bottom
}

.loading-module {
	border-bottom: 1px solid #2e6d9d;
	border-top: 1px solid #2e6d9d;
	text-align: center
}

@media (min-width:46.25em) {
	.loading-module {
		max-width: 100%;
		background-color: #fff
	}
}

@media only screen and (max-width:498px) {
	.loading-icon {
		width: 55px
	}

	.loading-next {
		padding: 10px
	}

	.loading-next span {
		font-size: 14px
	}

	.loading-next span:last-child {
		font-size: 18px
	}
}

.site-footer {
	overflow: hidden;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	z-index: 1;
	background-color: var(--ue-c-footer-background-color, #fff)
}

.container-about-footer {
	max-width: 100%
}

.container-about-footer,
.container-list-footer {
	margin: 0 20px;
	border-bottom: 1px solid var(--ue-c-footer-border-color, #666)
}

.container-list-footer {
	text-align: center;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif
}

.container-list-footer:after,
.container-list-footer:before {
	content: " ";
	display: table
}

.container-list-footer:after {
	clear: both
}

.container-list-footer a {
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: var(--ue-c-footer-link-color, #2e6d9d)
}

.container-list-footer a:hover {
	color: var(--ue-c-footer-link-hover-color, #2a7aac)
}

.list-corporative {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0
}

.list-corporative li {
	margin-right: 0
}

.list-corporative li:last-child a:after {
	content: none
}

.list-corporative a {
	line-height: 20px;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	display: block
}

.list-corporative a:after {
	content: "|";
	margin: 13px;
	color: var(--ue-c-footer-divider-color, #a8a8a8)
}

.arrow-toggle {
	margin: 0 auto;
	border-top: 1px solid var(--ue-c-footer-border-color, #666);
	border-bottom: 1px solid var(--ue-c-footer-border-color, #666)
}

.arrow-toggle h3 {
	text-transform: uppercase;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	padding: 8px 0;
	display: block;
	position: relative;
	font-size: 14px
}

.container-toggle {
	width: 990px;
	margin: 10px auto 0
}

.container-toggle .list-footer {
	line-height: 160%;
	font-size: 15px;
	margin-bottom: 20px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
	.container-toggle .list-footer {
		width: 25%
	}
}

.container-toggle .list-footer li {
	line-height: 18px;
	text-align: left
}

.container-toggle .list-footer li a {
	padding: 0
}

.container-toggle .list-footer li:after {
	display: none
}

.container-toggle .list-footer li+li:after {
	content: "\2022";
	color: #fff;
	font-size: 14px
}

.container-toggle .list-footer li:last-child:after {
	display: none
}

.container-toggle .list-footer .highlight {
	display: block;
	font-size: 14px;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
	color: var(--ue-c-footer-highlight-color, #333)
}

.container-toggle .list-footer:last-child {
	margin-bottom: 0
}

.about-list {
	margin: 0 auto;
	justify-content: center;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	width: 50%;
	z-index: 0
}

.about-list,
.about-list p,
.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: 143px;
	height: 26px;
	display: block;
	margin: 5px auto
}

.about-list a {
	color: var(--ue-c-footer-about-list-link-color, #000);
	padding: 0 5px;
	font-size: 100%
}

.about-list a:hover {
	color: var(--ue-c-footer-link-hover-color, #2a7aac)
}

.footer-social-networks {
	width: 25%;
	z-index: 3
}

.footer-social-networks ul {
	display: flex;
	justify-content: flex-end;
	margin: 15px auto
}

.footer-social-networks ul li {
	width: 30px;
	height: 30px;
	display: flex;
	margin: 0 9px 0 0;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ue-c-footer-social-border-color, #216087);
	border-radius: 50%
}

.footer-social-networks ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.footer-social-networks ul li a svg {
	fill: var(--ue-c-footer-social-fill, #216087);
	opacity: var(--ue-c-footer-social-opacity, .8)
}

.footer-social-networks ul li a:hover {
	opacity: var(--ue-c-footer-social-hover-opacity, .5)
}

.footer-social-networks ul li:last-child {
	margin: 0
}

.partners {
	justify-content: flex-start;
	margin: 7px 0;
	width: 25%;
	z-index: 3
}

.partners li {
	float: left;
	margin-right: 14px
}

.partners i {
	display: inline-block
}

.partners .icon-partners-reverso {
	width: 34px;
	height: 33px;
	background-image: url(../assets/logoreverso.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}

.partners .icon-thetrustproject_b {
	height: 36px;
	width: 78px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg class='%7b%7bclasses-logo%7d%7d' width='60.127' height='25.936' aria-hidden='false' aria-label='The Trust Project' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23fff' d='M24.237 21.624a2.581 2.581 0 01-2.573 2.574H4.168a2.581 2.581 0 01-2.573-2.574V4.119a2.581 2.581 0 012.573-2.574h17.496a2.581 2.581 0 012.573 2.574z'/%3e%3cpath d='M24.237 21.675a2.581 2.581 0 01-2.573 2.575H4.168a2.581 2.581 0 01-2.573-2.575V4.17a2.581 2.581 0 012.573-2.574h17.496a2.581 2.581 0 012.573 2.574zM21.664.052H4.168A4.13 4.13 0 00.051 4.17v17.505a4.13 4.13 0 004.117 4.12h17.496a4.13 4.13 0 004.116-4.12V4.17A4.13 4.13 0 0021.664.052z'/%3e%3cpath d='M15.463 19.822h-5.069a.176.176 0 01-.18-.18v-8.65a.23.23 0 00-.231-.232H5.455a.176.176 0 01-.18-.18V6.127c0-.103.077-.18.18-.18h14.922c.103 0 .18.077.18.18v4.479c0 .103-.077.18-.18.18h-4.554a.176.176 0 00-.18.18v8.676c0 .103-.077.18-.18.18M35.183 8.83V10h-1.944v5.428h-1.367V9.999h-1.953V8.83zM37.996 10.433q.035 0 .057.004.027 0 .11.005v1.307q-.118-.014-.211-.018-.093-.005-.15-.005-.758 0-1.018.501-.146.282-.146.869v2.331h-1.265V10.55h1.199v.85q.29-.487.507-.666.353-.3.917-.3zM40.148 10.549v2.94q0 .416.097.627.172.371.675.371.643 0 .881-.528.124-.286.124-.756v-2.654h1.274v4.878h-1.221v-.69q-.018.023-.088.135-.071.112-.168.197-.295.268-.573.367-.274.098-.644.098-1.067 0-1.437-.778-.208-.43-.208-1.267v-2.94zM45.395 13.869q.04.34.172.483.234.255.864.255.37 0 .587-.112.22-.111.22-.335 0-.215-.176-.327-.177-.112-1.31-.385-.816-.206-1.15-.514-.336-.305-.336-.877 0-.676.52-1.16.525-.487 1.473-.487.9 0 1.464.367.569.362.652 1.257H47.12q-.027-.246-.137-.39-.207-.259-.705-.259-.41 0-.587.13-.172.13-.172.304 0 .22.186.318.185.103 1.309.354.75.179 1.124.541.37.367.37.918 0 .725-.533 1.185-.529.457-1.64.457-1.133 0-1.676-.483-.537-.488-.537-1.24zM48.948 11.502v-.908h.67v-1.36h1.244v1.36h.78v.908h-.78v2.578q0 .3.075.376.074.071.458.071h.12l.127-.009v.953l-.595.023q-.89.031-1.217-.314-.212-.219-.212-.675v-3.003zM35.445.237v1.16h-1.959v5.387H32.11V1.396h-1.968V.236zM38.817 1.818q.449 0 .813.156.369.155.604.475.2.27.244.56.045.284.045.932v2.843H39.23V3.84q0-.39-.133-.63-.173-.338-.658-.338-.501 0-.764.337-.257.334-.257.955v2.621h-1.262V.26h1.262v2.314q.275-.422.635-.586.364-.169.764-.169zM43.618 2.857q-.44 0-.684.276-.24.275-.302.746H44.6q-.031-.502-.307-.76-.27-.261-.675-.261zm0-1.043q.604 0 1.088.226.484.227.8.715.284.431.369 1 .048.333.04.96H42.6q.026.728.457 1.02.262.183.631.183.391 0 .635-.222.134-.12.236-.333h1.292q-.049.43-.448.875-.622.706-1.742.706-.923 0-1.63-.595t-.706-1.937q0-1.257.635-1.928.64-.67 1.657-.67zM34.121 19.521q0-.515-.269-.734-.264-.22-.745-.22h-1.265v1.943h1.265q.48 0 .745-.237.269-.237.269-.752zm1.345-.009q0 1.168-.582 1.651-.582.484-1.662.484h-1.38v2.371h-1.35v-6.596h2.831q.979 0 1.56.51.583.51.583 1.58zM39.001 19.025q.035 0 .057.004.027 0 .11.005v1.307q-.118-.014-.211-.018-.093-.005-.15-.005-.758 0-1.019.501-.145.282-.145.869v2.331h-1.265v-4.878h1.199v.85q.29-.487.507-.666.353-.3.917-.3zM42.057 23.119q.551 0 .847-.398.295-.399.295-1.132 0-.734-.295-1.128-.296-.398-.847-.398-.551 0-.851.398-.295.394-.295 1.128 0 .733.295 1.132.3.398.851.398zm2.46-1.53q0 1.074-.608 1.839-.609.76-1.848.76t-1.847-.76q-.608-.766-.608-1.84 0-1.056.608-1.83.609-.774 1.847-.774 1.24 0 1.848.774.608.774.608 1.83zM46.735 18.559h-1.257v-1.177h1.257zm-1.86 6.395q.105.009.15.009.043.004.079.004.185 0 .277-.094.097-.09.097-.353v-5.357h1.257v5.38q0 .737-.287 1.091-.286.354-1.124.354-.057 0-.172-.005l-.278-.009zM49.821 20.063q-.436 0-.679.277-.238.278-.3.752h1.953q-.03-.505-.304-.765-.269-.264-.67-.264zm0-1.052q.6 0 1.08.229t.794.72q.282.434.366 1.007.048.336.04.967h-3.29q.027.734.454 1.029.26.183.626.183.388 0 .631-.223.132-.121.234-.336h1.283q-.049.434-.446.882-.617.711-1.728.711-.917 0-1.618-.6-.701-.6-.701-1.95 0-1.267.63-1.943.635-.676 1.645-.676zM55.822 20.891q-.035-.273-.18-.492-.212-.296-.658-.296-.635 0-.868.64-.124.34-.124.904 0 .537.124.864.225.609.846.609.441 0 .626-.242t.225-.627h1.283q-.044.582-.414 1.101-.591.837-1.75.837-1.16 0-1.707-.698-.547-.698-.547-1.812 0-1.258.604-1.956t1.667-.698q.904 0 1.477.412.578.411.683 1.454zM57.484 20.094v-.908h.67v-1.36h1.244v1.36h.78v.908h-.78v2.578q0 .3.075.376.074.071.458.071h.12l.127-.009v.953l-.595.023q-.89.031-1.217-.314-.212-.219-.212-.675v-3.003z'/%3e%3c/svg%3e");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%
}

.container {
	width: 100%;
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.container-about-footer {
	margin: 0
}

.container-list-footer a {
	font-size: 15px
}

.list-corporative a {
	font-size: 13px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 16px
}

.list-corporative a:after {
	height: 10px;
	margin: 0 13px
}

.arrow-toggle h3 {
	font-weight: 700;
	font-size: 15px;
	margin: 0;
	line-height: 15px
}

.container-toggle .list-footer {
	margin: 0;
	list-style-type: none;
	padding: 0;
	margin-bottom: 16px
}

.container-toggle .list-footer li {
	margin: 0;
	list-style-type: none;
	padding: 0;
	line-height: normal
}

.container-toggle .list-footer .highlight {
	font-size: 13px;
	font-weight: 700
}

.about-list,
.container-toggle .list-footer .highlight {
	font-family: Roboto, Arial, Helvetica, sans-serif
}

.about-list p,
.about-list span {
	font-size: 12px
}

.about-list .copyright {
	margin: 0
}

.about-list .copyright .icon-elmundo-mobile {
	margin-top: 0;
	margin-bottom: 5px;
	width: 113px;
	height: 15px
}

.about-list .copyright .icon-elmundo-mobile svg {
	width: 100%;
	height: 100%
}

.container-list-footer {
	margin: 0
}

.container-toggle {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 990px
}

.container-toggle .list-footer {
	width: auto
}

.container-about-footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 0
}

.about-list {
	position: absolute;
	width: 100%
}

.partners {
	display: flex;
	width: 100%
}

.partners li {
	justify-content: space-between;
	max-height: 34px;
	margin: 5px 5px 0 0
}

.partners a {
	display: block
}

.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 article {
	margin-bottom: 1.25rem;
	position: relative;
	padding: 1.25rem 0 0
}

.comentarios article+article {
	border-top: 2px solid var(--ue-c-comments-separator-border-color, #e5e5e5)
}

.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 .comentario-cerrar {
	border-bottom: 1px solid var(--ue-c-comments-reference-border-color, #e5e5e5);
	margin-bottom: .5rem;
	padding: .3rem 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: var(--ue-c-comments-reference-link-color, #2e6d9d)
}

.comentarios .comentario-cerrar .comentario-cerrar-icon {
	margin-left: .3rem
}

.comentarios .comentario-cerrar .comentario-cerrar-icon,
.comentarios .comentario-cerrar .comentario-cerrar-icon:after,
.comentarios .comentario-cerrar .comentario-cerrar-icon:before {
	width: 16px;
	height: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: ""
}

.comentarios .comentario-cerrar .comentario-cerrar-icon:after,
.comentarios .comentario-cerrar .comentario-cerrar-icon:before {
	position: absolute;
	background-color: var(--ue-c-comments-reference-icon-background-color, #2e6d9d)
}

.comentarios .comentario-cerrar .comentario-cerrar-icon:before {
	transform: rotate(45deg)
}

.comentarios .comentario-cerrar .comentario-cerrar-icon:after {
	transform: rotate(-45deg)
}

.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 .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 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:last-child {
	width: 26%
}

.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 span {
	line-height: 40px
}

.news-item .aside-comments {
	margin: 0;
	padding-top: 24px
}

.news-item .aside-comments h2,
.news-item .aside-comments h3 {
	font-size: 17px;
	text-transform: capitalize;
	margin: 0 0 -1.5rem -10rem;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-weight: 700;
	color: var(--ue-c-article-comments-title-color, #6f86a3);
	border-bottom: transparent
}

.news-item .aside-comments h2 i.icon-comentarios_32_a,
.news-item .aside-comments h2 strong,
.news-item .aside-comments h3 i.icon-comentarios_32_a,
.news-item .aside-comments h3 strong {
	display: none
}

.news-item .aside-comments p {
	padding: 0 0 10px;
	margin: 0
}

.news-item .aside-comments article {
	margin: 0 0 30px;
	padding: 0
}

.news-item .aside-comments article header {
	margin-bottom: 24px
}

.news-item .aside-comments article header>span {
	margin-right: 0;
	font-size: 23px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: var(--ue-c-comments-number-color, #2e6d9d);
	font-weight: bolder
}

.news-item .aside-comments.comentarios .texto-comentario {
	height: 100%;
	max-height: 121px;
	overflow: hidden
}

.news-item .aside-comments.comentarios .texto-comentario p {
	line-height: 20px;
	font-size: 15px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: var(--ue-c-comments-text-color, #000);
	padding: 0
}

.news-item .aside-comments .no-comments {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	color: var(--ue-c-comments-text-color, #333);
	padding: 78px 0 0;
	margin-bottom: 24px;
	margin-top: -5px
}

.news-item .aside-comments .no-comments strong {
	display: block;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-weight: 700
}

.news-item .aside-comments .no-comments:before {
	content: "";
	position: absolute;
	right: calc(50% - 30px);
	top: 5px;
	height: 53px;
	width: 60px;
	display: block;
	background: transparent image-url("../assets/bubble_candado_60x53.svg") no-repeat 50% 0
}

.news-item .comments-tool {
	background-color: var(--ue-c-comments-button-background-color, #2e6d9d);
	border: transparent;
	width: 100%;
	position: relative;
	border-radius: 3px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3)
}

.news-item .comments-tool span {
	display: block;
	color: #fff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	height: 38px
}

.news-item .comments-tool span strong {
	font-weight: 400
}

.news-item .comments-tool span>* {
	display: inline-block
}

.news-item .comments-tool:hover {
	background-color: var(--ue-c-comments-button-hover-background-color, #069);
	cursor: pointer
}

.news-item .comments-tool:hover i.icon-adelante_32_d {
	display: none
}

.news-item .comments-tool:hover span {
	color: #fff
}

.news-item .comments-tool i {
	margin: 0;
	vertical-align: middle;
	height: 32px;
	width: 32px;
	position: relative
}

.news-item .comments-tool i.icon-adelante_32_d {
	background: 0 0;
	display: none
}

.news-item .comments-tool i.icon-cerrar_32_d {
	height: 16px;
	width: 16px;
	position: relative;
	float: right;
	margin: 11px 10px
}

.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 .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
}

.news-item .content.comments {
	border-top: 2px solid #2e6d9d;
	border-bottom: 2px solid #2e6d9d
}

.news-item .cols-30-70 .aside-comments,
.news-item .cols-70-30 .aside-comments {
	background-color: #fff;
	padding: 0
}

.news-item .cols-30-70 .comments-tool span,
.news-item .cols-70-30 .comments-tool span {
	text-align: center
}

.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: .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 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
}

.right-panel {
	width: 680px;
	position: static;
	z-index: 99999999999;
	opacity: 0
}

.right-panel.comments-panel {
	right: -680px
}

.right-panel.show {
	right: 0
}

.comments-panel {
	box-sizing: border-box
}

.comments-panel.show {
	position: fixed;
	top: 0
}

.comments-tool {
	z-index: 103;
	position: relative
}

.lightbox_shadow {
	background-color: var(--ue-c-comments-lightbox-background-color, #aaa);
	height: 100%;
	left: 0;
	opacity: .7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999
}

@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
	}
}

.trust--theme {
	--color-01: #000;
	--color-02: #f4f4f4;
	--color-03: #e8e8e8;
	--color-link: #2e6d9d;
	--color-main: #fff;
	--font-family-main: "Clear Sans", Arial, sans-serif, helvetica;
	--font-family-main-bold: "Clear Sans Bold", Arial, sans-serif, helvetica;
	--font-family-second: "PT Serif", Georgia, serif, times;
	--font-family-second-bold: "PT Serif Bold", Georgia, serif, times;
	--font-size-01: 18px;
	--font-size-02: 16px;
	--font-size-03: 14px;
	--font-size-xx: 28px;
	--padding-main: 1em;
	--transition: all 0.35s;
	--transition02: all 2s
}

.trust__logo {
	padding: 5px;
	text-align: center
}

.trust__logo-trust {
	align-items: center;
	background-color: #f4f4f4;
	display: flex;
	flex-direction: column;
	line-height: 14px;
	width: 70%
}

@media (min-width:450px) {
	.trust__logo-trust {
		flex-direction: row;
		width: 80%
	}
}

.trust__logo-trust p {
	color: #646363;
	font-family: var(--font-family-main);
	font-size: 13px;
	line-height: 0;
	margin: 0
}

.trust__logo-trust img {
	max-width: 100%;
	padding: 0 5px
}

.n-visible,
.no-visible {
	display: none !important
}

.ue-c-fixed {
	position: fixed !important;
	top: 0
}

.ue-c-main-logo,
.ue-c-main-logo-small {
	margin-right: 8px;
	display: flex;
	flex: 0 0 auto;
	align-items: center
}

.ue-c-main-logo svg,
.ue-c-main-logo-small svg {
	width: 100%
}

.ue-c-main-logo {
	width: 6.25rem
}

.ue-c-main-logo-small {
	width: 3.125rem
}

.hide {
	display: none
}

.hidden-content {
	position: absolute
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/Roboto-Regular.woff2) format("woff2"), url(fonts/Roboto-Regular.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/Roboto-Bold.woff2) format("woff2"), url(fonts/Roboto-Bold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Roboto_condensed;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/RobotoCondensed-Regular.woff2) format("woff2"), url(fonts/RobotoCondensed-Regular.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Roboto_condensed;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/RobotoCondensed-Bold.woff2) format("woff2"), url(fonts/RobotoCondensed-Bold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Valencia;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/valencia-regular-webfont.woff2) format("woff2"), url(fonts/valencia-regular-webfont.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Valencia;
	font-style: italic;
	font-weight: 400;
	src: url(fonts/valencia-italic-webfont.woff2) format("woff2"), url(fonts/valencia-italic-webfont.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Valencia;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/valencia-bold-webfont.woff2) format("woff2"), url(fonts/valencia-bold-webfont.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Valencia;
	font-style: italic;
	font-weight: 700;
	src: url(fonts/valencia-bolditalic-webfont.woff2) format("woff2"), url(fonts/valencia-bolditalic-webfont.woff) format("woff");
	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"), url(fonts/pt_serif-web-regular-webfont.woff) format("woff");
	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"), url(fonts/pt_serif-web-italic-webfont.woff) format("woff");
	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"), url(fonts/pt_serif-web-bold-webfont.woff) format("woff");
	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"), url(fonts/pt_serif-web-bolditalic-webfont.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: normal;
	font-weight: 300;
	src: url(fonts/Mundo-Light.woff2) format("woff2"), url(fonts/Mundo-Light.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: italic;
	font-weight: 300;
	src: url(fonts/Mundo-LightItalic.woff2) format("woff2"), url(fonts/Mundo-LightItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/Mundo-Regular.woff2) format("woff2"), url(fonts/Mundo-Regular.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: italic;
	font-weight: 400;
	src: url(fonts/Mundo-RegularItalic.woff2) format("woff2"), url(fonts/Mundo-RegularItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: normal;
	font-weight: 500;
	src: url(fonts/Mundo-Medium.woff2) format("woff2"), url(fonts/Mundo-Medium.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: italic;
	font-weight: 500;
	src: url(fonts/Mundo-MediumItalic.woff2) format("woff2"), url(fonts/Mundo-MediumItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: normal;
	font-weight: 600;
	src: url(fonts/Mundo-SemiBold.woff2) format("woff2"), url(fonts/Mundo-SemiBold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: italic;
	font-weight: 600;
	src: url(fonts/Mundo-SemiBoldItalic.woff2) format("woff2"), url(fonts/Mundo-SemiBoldItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/Mundo-Bold.woff2) format("woff2"), url(fonts/Mundo-Bold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: italic;
	font-weight: 700;
	src: url(fonts/Mundo-BoldItalic.woff2) format("woff2"), url(fonts/Mundo-BoldItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: normal;
	font-weight: 800;
	src: url(fonts/Mundo-ExtraBold.woff2) format("woff2"), url(fonts/Mundo-ExtraBold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundo;
	font-style: italic;
	font-weight: 800;
	src: url(fonts/Mundo-ExtraBoldItalic.woff2) format("woff2"), url(fonts/Mundo-ExtraBoldItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: normal;
	font-weight: 300;
	src: url(fonts/Texto/MundoTexto-Light.woff2) format("woff2"), url(fonts/Texto/MundoTexto-Light.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: italic;
	font-weight: 300;
	src: url(fonts/Texto/MundoTexto-LightItalic.woff2) format("woff2"), url(fonts/Texto/MundoTexto-LightItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/Texto/MundoTexto-Regular.woff2) format("woff2"), url(fonts/Texto/MundoTexto-Regular.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: italic;
	font-weight: 400;
	src: url(fonts/Texto/MundoTexto-RegularItalic.woff2) format("woff2"), url(fonts/Texto/MundoTexto-RegularItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: normal;
	font-weight: 500;
	src: url(fonts/Texto/MundoTexto-Medium.woff2) format("woff2"), url(fonts/Texto/MundoTexto-Medium.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: italic;
	font-weight: 500;
	src: url(fonts/Texto/MundoTexto-MediumItalic.woff2) format("woff2"), url(fonts/Texto/MundoTexto-MediumItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: normal;
	font-weight: 600;
	src: url(fonts/Texto/MundoTexto-SemiBold.woff2) format("woff2"), url(fonts/Texto/MundoTexto-SemiBold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: italic;
	font-weight: 600;
	src: url(fonts/Texto/MundoTexto-SemiBoldItalic.woff2) format("woff2"), url(fonts/Texto/MundoTexto-SemiBoldItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/Texto/MundoTexto-Bold.woff2) format("woff2"), url(fonts/Texto/MundoTexto-Bold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: italic;
	font-weight: 700;
	src: url(fonts/Texto/MundoTexto-BoldItalic.woff2) format("woff2"), url(fonts/Texto/MundoTexto-BoldItalic.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: normal;
	font-weight: 800;
	src: url(fonts/Texto/MundoTexto-ExtraBold.woff2) format("woff2"), url(fonts/Texto/MundoTexto-ExtraBold.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: Mundotxt;
	font-style: italic;
	font-weight: 800;
	src: url(fonts/Texto/MundoTexto-ExtraBoldItalic.woff2) format("woff2"), url(fonts/Texto/MundoTexto-ExtraBoldItalic.woff) format("woff");
	font-display: swap
}

.ue-u-sticky-top-10 {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 10px
}

html {
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

.publicidad {
	margin: 0 !important
}

.ue-c-main-header {
	margin-top: -1px
}

.news-item .ue-c-newsletter-widget__subline {
	font-size: .875rem;
	font-family: Mundo, Times New Roman, Times, serif;
	font-weight: 400;
	color: #000;
	margin-bottom: 1.0625rem;
	line-height: normal;
	padding: 0
}

.ue-c-article__media-img-container {
	overflow: hidden
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline .ue-c-article__byline-item .ue-c-article__byline-name a {
	color: #216087
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline .ue-c-article__byline-item .ue-c-article__byline-name a:hover {
	color: #3e98d0
}

@media (min-width:46.25em) {
	.ue-l-main-header--over-media.ue-l-main-header--fixed {
		position: fixed !important
	}
}

main[data-ue-navindex="0"] .ue-c-section-title {
	display: none
}

.ue-c-main-header__progress-bar.ue-c-fixed {
	top: var(--ue-l-main-header-top-height)
}

nav.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list>.ue-c-main-navigation__list-item:not(.has-overflow) {
	flex-grow: inherit
}

@media (min-width:46.25em) {
	header[data-theme=lalectura-theme] .ue-c-main-header__breadcrumb-item.has-logo a:after {
		top: 4px !important
	}
}

.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: 990px;
	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, #cecece)
}

.ue-c-seo-links__title:after {
	content: "";
	display: inline-block;
	margin: 0 0 0 .25rem;
	height: 10px;
	width: 1px;
	background-color: var(--ue-c-seo-links-title-divider-background-color, #cecece)
}

@media (min-width:46.25em) {
	.ue-c-seo-links__title:after {
		margin: 0 0 0 .5rem
	}
}

.ue-c-seo-links__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	align-items: center;
	font-family: Roboto, Arial, Helvetica, sans-serif
}

@media (max-width:61.24em) {
	.ue-c-seo-links__list {
		overflow-x: auto
	}
}

.ue-c-seo-links__list::-webkit-scrollbar {
	display: none
}

.ue-c-seo-links__item {
	flex: 0 0 auto;
	margin: 0;
	position: relative;
	padding: 0 .5rem
}

@media (min-width:46.25em) {
	.ue-c-seo-links__item {
		padding: 0 .5rem
	}
}

.ue-c-seo-links__item a {
	text-decoration: none;
	color: var(--ue-c-seo-links-item-color, #cecece)
}

@media (min-width:46.25em) {
	.ue-c-seo-links__item a {
		color: var(--ue-c-seo-links-item-shade-color, #cecece)
	}

	.ue-c-seo-links__item a:hover {
		color: var(--ue-c-seo-links-item-hover-color, #666)
	}
}

.ue-c-seo-links__item:not(:last-child):after {
	content: "";
	width: 1px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	background-color: var(--ue-c-seo-links-item-separator-background-color, #cecece)
}

.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 .625rem;
	border-bottom-width: var(--ue-c-seo-links-body-border-bottom-width, 0);
	border-bottom-color: var(--ue-c-seo-links-body-border-bottom-color, #cecece);
	border-bottom-style: solid
}

.ue-c-seo-links-container .ue-c-seo-links {
	padding: 0
}

.ue-c-seo-links-container.ue-c-seo-links--main {
	background-color: transparent;
	padding: 0;
	width: 100%
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links {
	background-color: transparent;
	height: 2.25rem;
	font-size: 15;
	padding: 0;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece
}

@media (min-width:61.25em) {
	.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links {
		font-size: 1rem
	}
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links:after {
	background-image: linear-gradient(90deg, transparent, transparent)
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__title {
	color: #000
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__title:after {
	background-color: #cecece
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__item a {
	color: #216087
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__item:not(:last-child):after {
	background-color: #cecece
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__list {
	scroll-behavior: smooth;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: #597897 #c3d5e5;
	-ms-scrollbar-track-color: #c3d5e5;
	-ms-scrollbar-arrow-color: #000;
	-ms-scrollbar-face-color: #597897;
	-ms-scrollbar-shadow-color: #597897;
	-ms-overflow-style: scrollbar
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__list::-webkit-scrollbar {
	display: block;
	height: 6px
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__list::-webkit-scrollbar-thumb {
	background: #597897;
	border-radius: .3125rem
}

.ue-c-seo-links-container.ue-c-seo-links--main .ue-c-seo-links__list::-webkit-scrollbar-track-piece {
	background: #c3d5e5
}

.ue-l-side-panel {
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
	overflow: auto;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	transition: transform .25s
}

.ue-l-side-panel__title {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	background-color: #666;
	color: #fff
}

.ue-l-side-panel__item {
	border-bottom: 1px solid #000;
	margin-bottom: 8px
}

.ue-l-side-panel__item:last-child {
	border-bottom: 0;
	margin-bottom: 0
}

.ue-l-side-panel--fixed {
	position: fixed;
	max-height: 100%
}

.ue-l-side-panel--fixed.is-active {
	max-height: 100%
}

.ue-l-side-panel--fixed.is-active+.ue-l-side-panel__mask {
	position: fixed;
	top: 0;
	max-height: 100%
}

.ue-l-side-panel--z10 {
	z-index: 10
}

.ue-l-side-panel--z30 {
	z-index: 15010
}

.ue-l-side-panel--no-gutter {
	margin: 0 -8px 8px
}

.ue-l-side-panel--no-space {
	margin-bottom: 0
}

.ue-l-side-panel--show+.ue-l-side-panel__mask {
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	max-height: 100%;
	position: fixed;
	z-index: 1
}

@media (min-width:46.25em) {
	.ue-l-side-panel--show+.ue-l-side-panel__mask--transparent {
		background: 0 0
	}
}

.ue-l-side-panel--background {
	background-color: #fff
}

.ue-l-side-panel--padding-top {
	padding-top: 2.5rem
}

.ue-l-side-panel--padding-bottom {
	padding-bottom: 2.5rem
}

.ue-l-side-panel--flex {
	display: flex;
	flex-direction: column
}

@media (min-width:20em) {
	.ue-l-side-panel--fixed-bottom-from-mobile {
		bottom: 0;
		right: 0;
		left: 0;
		top: auto
	}
}

.ue-l-side-panel--fixed-top-right-from-mobile {
	top: 0;
	right: 0;
	bottom: inherit;
	left: inherit
}

@media (min-width:46.25em) {
	.ue-l-side-panel--fixed-top-right-from-tablet {
		top: 0;
		right: 0;
		bottom: inherit;
		left: inherit
	}
}

@media (min-width:20em) {
	.ue-l-side-panel--right-to-left-from-mobile {
		transform: translateX(100vw) translateY(0);
		right: 0
	}

	.ue-l-side-panel--right-to-left-from-mobile.is-active {
		transform: translateX(calc(100vw - auto)) translateY(0)
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--right-to-left-from-tablet {
		transform: translateX(100vw) translateY(0);
		right: 0
	}

	.ue-l-side-panel--right-to-left-from-tablet.is-active {
		transform: translateX(calc(100vw - auto)) translateY(0)
	}
}

@media (min-width:46.25em) {

	.ue-l-side-panel--no-movement-from-tablet,
	.ue-l-side-panel--no-movement-from-tablet.is-active {
		transform: none
	}
}

@media (min-width:20em) {

	.ue-l-side-panel--full-width-from-mobile,
	.ue-l-side-panel--full-width-from-mobile.is-active {
		width: 100%
	}
}

@media (min-width:20em) {
	.ue-l-side-panel--full-height-from-mobile {
		height: 100vh
	}

	.ue-l-side-panel--full-height-from-mobile.is-active {
		height: 100%
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--full-height-from-tablet {
		height: 100vh
	}

	.ue-l-side-panel--full-height-from-tablet.is-active {
		height: 100%
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--height-517-from-tablet {
		height: 32.3125rem
	}
}

@media (min-width:20em) {
	.ue-l-side-panel--width-320-from-mobile {
		width: 20rem
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--width-240-from-tablet {
		width: 15rem
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--width-760-from-tablet {
		width: 47.5rem
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--width-990-from-tablet {
		width: 61.875rem
	}
}

@media (min-width:20em) {
	.ue-l-side-panel--shadow-left-from-mobile {
		box-shadow: -6px 10px 11px 0 rgba(0, 0, 0, .18)
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--shadow-left-from-tablet {
		box-shadow: -6px 10px 11px 0 rgba(0, 0, 0, .18)
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--shadow-right-from-tablet {
		box-shadow: 6px 0 11px 0 rgba(0, 0, 0, .18)
	}
}

@media (min-width:46.25em) {
	.ue-l-side-panel--shadow-left-n-right-from-tablet {
		box-shadow: 0 16px 18px 0 rgba(0, 0, 0, .18)
	}
}

.ue-l-side-panel--show {
	transform: none;
	visibility: visible
}

.ue-c-main-navigation__title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 1rem;
	padding-bottom: .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, .8125rem);
	line-height: var(--ue-c-main-navigation-title-line-height, .875rem);
	letter-spacing: var(--ue-c-main-navigation-title-letter-spacing, .02rem)
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__title {
		--ue-c-main-navigation-title-font-size: .8125rem;
		--ue-c-main-navigation-title-line-height: 1.375rem;
		--ue-c-main-navigation-title-letter-spacing: .02rem;
		margin-bottom: .5rem;
		padding-top: .5rem;
		padding-bottom: 0
	}
}

.ue-c-main-navigation__footer {
	background-color: var(--ue-c-main-navigation-footer-background-color, #fff)
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__footer {
		width: 100%;
		display: flex;
		justify-content: center
	}
}

.ue-c-main-navigation__footer-wrapper {
	padding: 1rem;
	border-top-style: solid;
	display: grid;
	gap: 8px;
	color: var(--ue-c-main-navigation-footer-color, #666);
	border-color: var(--ue-c-main-navigation-footer-border-color, #ccc);
	border-top-width: var(--ue-c-main-navigation-footer-border-top-width, 1px);
	font-family: var(--ue-c-main-navigation-footer-font-family, Mundo, "Times New Roman", Times, serif);
	font-weight: var(--ue-c-main-navigation-footer-font-weight, normal);
	font-size: var(--ue-c-main-navigation-footer-font-size, .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: .75rem;
		--ue-c-main-navigation-footer-line-height: .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)
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__date {
		float: left;
		padding-right: .5rem
	}
}

.ue-c-main-navigation__trust {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: var(--ue-c-main-navigation-footer-color, #666);
	font-family: var(--ue-c-main-navigation-footer-trust-font-family, Mundo, "Times New Roman", Times, serif);
	font-weight: var(--ue-c-main-navigation-footer-trust-font-weight, );
	font-style: var(--ue-c-main-navigation-footer-trust-font-style, )
}

.ue-c-main-navigation__trust svg {
	width: 135px;
	filter: var(--ue-c-main-navigation-footer-trust-filter, none)
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__trust {
		grid-column: 2;
		grid-row: 1/span 2;
		align-items: center;
		justify-content: end;
		flex-direction: row;
		line-height: 1rem;
		color: var(--ue-c-main-navigation-footer-color, #666)
	}

	.ue-c-main-navigation__trust svg {
		margin-left: .5rem
	}
}

.ue-c-main-navigation__list-corporative {
	display: inline-block;
	padding: 0;
	text-align: left
}

.ue-c-main-navigation__list-corporative-item {
	display: inline
}

.ue-c-main-navigation__list-corporative-item:after {
	content: " ";
	color: transparent;
	letter-spacing: 0;
	font-size: 8px;
	margin: 0 10px;
	position: relative;
	top: -2px;
	background-color: var(--ue-c-main-navigation-footer-divider-background-color, #ccc)
}

.ue-c-main-navigation__list-corporative-item a {
	text-decoration: none;
	white-space: nowrap;
	color: var(--ue-c-main-navigation-footer-color, #666)
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__list-corporative-item a:hover {
		color: var(--ue-c-main-navigation-footer-hover-color, #666)
	}
}

.ue-c-main-navigation--boxed {
	padding: 1rem;
	padding-top: 0;
	box-sizing: border-box
}

@media (min-width:46.25em) {
	.ue-c-main-navigation--boxed {
		padding: .5rem
	}
}

@media (min-width:61.25em) {
	.ue-c-main-navigation--boxed {
		padding: 0
	}
}

.ue-c-main-navigation__link {
	display: flex;
	box-sizing: border-box;
	text-decoration: none;
	padding: var(--ue-c-main-navigation-link-padding);
	font-family: var(--ue-c-main-navigation-link-font-family, Roboto_condensed, Tahoma, Geneva, sans-serif);
	font-weight: var(--ue-c-main-navigation-link-font-weight, 400);
	font-style: var(--ue-c-main-navigation-link-font-style, normal);
	color: var(--ue-c-main-navigation-link-color, #000);
	font-size: var(--ue-c-main-navigation-link-font-size, 13px);
	line-height: var(--ue-c-main-navigation-link-line-height, 14px);
	letter-spacing: var(--ue-c-main-navigation-link-letter-spacing, .02em)
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__link {
		cursor: pointer;
		margin: 0;
		height: auto
	}

	.ue-c-main-navigation__link:hover {
		-webkit-text-decoration: var(--ue-c-main-navigation-link-text-decoration, );
		text-decoration: var(--ue-c-main-navigation-link-text-decoration, );
		color: var(--ue-c-main-navigation-link-hover-color, #333)
	}
}

.ue-c-main-navigation__link.is-bold {
	font-weight: var(--ue-c-main-navigation-link-font-weight, 400)
}

.ue-c-main-navigation__link--is-active {
	position: relative;
	border-radius: 2px;
	margin: 0 .4rem;
	font-weight: var(--ue-c-main-navigation-link-active-font-weight, 600)
}

.ue-c-main-navigation__link--is-active,
.ue-c-main-navigation__link--is-active[aria-expanded=true] {
	background-color: var(--ue-c-main-navigation-link-active-background-color, #f3f3f3);
	color: var(--ue-c-main-navigation-link-active-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:.75rem, icon-height:.75rem, icon-border-width:.09375rem, icon-border-color:#000)), "ue-c-main-navigation", "link-dropdown", "active")
}

.ue-c-main-navigation__link-dropdown-icon {
	pointer-events: none;
	display: var(--ue-c-main-navigation-link-dropdown-icon, inherit);
	box-sizing: border-box;
	margin: .5rem .5rem 0 0;
	transform: translateY(-75%) rotate(45deg);
	transition: all .25s;
	width: var(--ue-c-main-navigation-link-dropdown-icon-width, .75rem);
	height: var(--ue-c-main-navigation-link-dropdown-icon-height, .75rem);
	border-style: solid;
	border-width: inherit;
	border-bottom-width: var(--ue-c-main-navigation-link-dropdown-icon-border-width, .09375rem);
	border-right-width: var(--ue-c-main-navigation-link-dropdown-icon-border-width, .09375rem);
	border-color: var(--ue-c-main-navigation-link-dropdown-icon-border-color, #000)
}

.ue-c-main-navigation__link-dropdown-icon--open {
	transform: translateY(-25%) rotate(-135deg);
	transition: all .25s
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__link-dropdown[aria-expanded=true] {
		background-color: var(--ue-c-main-navigation-link-dropdown-hover-background, unset);
		color: var(--ue-c-main-navigation-link-dropdown-hover-color, #000)
	}

	.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
}

.ue-c-main-navigation--high-contrast .ue-c-main-navigation__link--is-active {
	background-color: var(--ue-c-main-navigation-link-active-background-color, #f3f3f3);
	color: var(--ue-c-main-navigation-link-active-color, #333)
}

.ue-c-main-navigation--high-contrast>.ue-c-main-navigation__list {
	padding: 0 1rem .5rem
}

@media (min-width:46.25em) {
	.ue-c-main-navigation--high-contrast>.ue-c-main-navigation__list {
		padding: 0
	}
}

@media (min-width:46.25em) {
	.ue-c-main-navigation--high-contrast .ue-c-main-navigation__list--first-level {
		background-color: unset
	}

	.ue-c-main-navigation--high-contrast .ue-c-main-navigation__list--first-level~ul:not(.ue-c-main-navigation__list--second-level) .ue-c-main-navigation__link:hover,
	.ue-c-main-navigation--high-contrast .ue-c-main-navigation__list--first-level~ul:not(.ue-c-main-navigation__list--third-level) .ue-c-main-navigation__link:hover {
		background-color: var(--ue-c-main-navigation-first-hover-background-color, #00008b);
		color: var(--ue-c-main-navigation-first-hover-color, #fff)
	}
}

@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 {
	overflow: hidden
}

.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: absolute;
	right: 0;
	background-color: var(--ue-c-main-header-bottom-background)
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__link {
	padding: .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 .5rem;
	margin: 0;
	border: 0;
	background-color: inherit
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button-icon:after,
.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button-icon:before {
	content: "";
	transition: all .25s;
	width: 1px;
	height: 7px;
	background-color: var(--ue-c-main-header-more-icon, #fff);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	right: 12px;
	top: 42%
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=false] {
	margin-left: .5rem;
	width: var(--ue-c-main-header-button-primary-width, 80px)
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=false] .ue-c-main-navigation__list-button-icon:before {
	transform: rotate(90deg)
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=false] .ue-c-main-navigation__list-button-icon:after {
	transform: rotate(0)
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=true] {
	background-color: #fff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	color: #000;
	width: var(--ue-c-main-header-button-primary-width, 80px);
	height: calc(var(--ue-l-main-header-bottom-height, px-rem36px) + 6px)
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=true]:hover {
	color: #000
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=true] .ue-c-main-navigation__list-button-icon {
	margin-left: 1rem
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=true] .ue-c-main-navigation__list-button-icon:after,
.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=true] .ue-c-main-navigation__list-button-icon:before {
	background-color: #000
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=true] .ue-c-main-navigation__list-button-icon:before {
	transform: rotate(45deg)
}

.ue-l-main-navigation--with-hidden-content .ue-c-main-navigation__list-button[aria-expanded=true] .ue-c-main-navigation__list-button-icon:after {
	transform: rotate(-45deg)
}

@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: stretch
	}

	.ue-l-main-navigation--display-inline>.ue-c-main-navigation__list>.ue-c-main-navigation__list-item.hide {
		display: none
	}

	.ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
		font-family: var(--ue-c-main-navigation-link-inline-font-family, Mundo, "Times New Roman", Times, serif)
	}
}

@media (min-width:46.25em) and (min-width:46.25em) {
	.ue-l-main-navigation--display-inline .ue-c-main-navigation__link {
		text-transform: var(--ue-c-main-navigation-link-inline-text-transform, inherit);
		font-size: var(--ue-c-main-navigation-link-inline-font-size, 13px);
		line-height: var(--ue-c-main-navigation-link-inline-line-height, 13px);
		letter-spacing: var(--ue-c-main-navigation-link-inline-letter-spacing, .02em)
	}
}

@media (min-width:61.25em) {
	.ue-l-main-navigation--display-inline {
		flex-grow: 1
	}

	.ue-l-main-navigation--display-inline:not(.ue-l-main-navigation--truncated-width) {
		padding-left: inherit
	}
}

.ue-l-main-navigation--display-inline>.ue-c-main-navigation__title {
	display: none
}

.ue-c-main-navigation__list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.ue-c-main-navigation__list-item:last-of-type {
	overflow: hidden
}

.ue-c-main-navigation__list-item--channel a {
	-webkit-text-decoration: var(--ue-c-main-navigation-item-channel-text-decoration, none);
	text-decoration: var(--ue-c-main-navigation-item-channel-text-decoration, none)
}

.ue-c-main-navigation__list-item--channel a span {
	font-size: var(--ue-c-main-navigation-item-channel-small-font-size, 12px);
	line-height: var(--ue-c-main-navigation-item-channel-small-line-height, 14px);
	letter-spacing: var(--ue-c-main-navigation-item-channel-small-letter-spacing, 0)
}

.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link {
	display: grid;
	place-items: center;
	position: relative;
	margin: 0;
	text-align: center
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link:hover {
		opacity: .7
	}
}

.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link:before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	width: var(--ue-c-mn-item-channel-width, 5rem);
	height: var(--ue-c-mn-item-channel-height, 5rem);
	border-radius: 50%;
	background-color: var(--ue-c-main-navigation-item-channel-background-color, #f3f3f3)
}

.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link span {
	display: block;
	line-height: 1rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: .9375rem;
	color: var(--ue-c-main-navigation-item-channel-color, );
	font-family: var(--ue-c-main-navigation-item-channel-font-family, Mundo, "Times New Roman", Times, serif);
	font-weight: var(--ue-c-main-navigation-item-channel-font-weight, normal)
}

.ue-c-main-navigation__list-item--channel .ue-c-main-navigation__link svg {
	width: var(--ue-c-mn-item-channel-logo-width, 3.125rem);
	height: var(--ue-c-mn-item-channel-logo-height, 3.625rem);
	margin: 0;
	margin-top: .625rem;
	filter: var(--ue-c-main-navigation-item-channel-filter, none)
}

.ue-c-main-navigation__list-item--channel:last-of-type {
	overflow: inherit
}

.ue-l-main-navigation__list--2-cols {
	display: grid;
	gap: var(--ue-c-main-navigation-list-panel-cols-gap, 10px);
	grid-template-columns: repeat(2, 1fr)
}

.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-l-main-navigation__list--columns-4 {
	-webkit-columns: 4;
	-moz-columns: 4;
	columns: 4
}

.ue-l-main-navigation__list--columns-3 {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3
}

.ue-l-main-navigation__list--columns-2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2
}

.ue-c-main-navigation__list--second-level {
	display: block;
	padding: .25rem
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__list--second-level {
		position: absolute;
		left: 0;
		visibility: hidden;
		opacity: 0;
		border: 0;
		padding: 1rem
	}
}

.ue-c-main-navigation__list-dropdown {
	border-top: var(--ue-c-main-navigation-list-dropdown-border-top);
	border-bottom: var(--ue-c-main-navigation-list-dropdown-border-bottom)
}

.ue-c-main-navigation__list-dropdown .ue-c-main-navigation__link {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding: 0;
	text-transform: inherit;
	font-family: var(--ue-c-main-navigation-list-dropdown-font-family, Mundo, "Times New Roman", Times, serif);
	font-weight: var(--ue-c-main-navigation-list-dropdown-font-weight, normal);
	font-size: var(--ue-c-main-navigation-list-dropdown-font-size, .8125rem);
	line-height: var(--ue-c-main-navigation-list-dropdown-line-height, 2rem);
	letter-spacing: var(--ue-c-main-navigation-list-dropdown-letter-spacing, .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-title .ue-c-main-navigation__link {
		font-family: var(--ue-c-main-navigation-list-dropdown-title-font-family, Mundo, "Times New Roman", Times, serif);
		font-weight: var(--ue-c-main-navigation-list-dropdown-title-font-weight, 600);
		font-size: var(--ue-c-main-navigation-list-dropdown-title-font-size, .8125rem);
		line-height: var(--ue-c-main-navigation-list-dropdown-title-line-height, 2rem);
		letter-spacing: var(--ue-c-main-navigation-list-dropdown-title-letter-spacing, .02rem)
	}
}

@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, .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 .3s ease-in-out, visibility .3s ease-in-out
	}

	.ue-c-main-navigation__list-item:hover>.ue-c-main-navigation__list-dropdown {
		visibility: visible;
		opacity: 1;
		transition: opacity .3s ease-in-out, visibility .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: .5rem
	}
}

.ue-c-main-navigation__list-dropdown--6-columns {
	max-width: 990px;
	margin: 0 auto
}

.ue-c-main-navigation__list-dropdown--4-columns,
.ue-c-main-navigation__list-dropdown--5-columns {
	max-width: 700px;
	margin: 0 auto;
	column-count: 5
}

.ue-c-main-navigation__list-dropdown--3-columns {
	max-width: 990px;
	margin: 0 auto;
	column-count: 3
}

.ue-c-main-navigation__list-dropdown--2-columns {
	max-width: 990px;
	margin: 0 auto;
	column-count: 2
}

.ue-c-main-navigation__list-dropdown--aligned-left {
	left: 0;
	right: auto
}

.ue-c-main-navigation__list-dropdown--aligned-right {
	right: 0;
	left: auto
}

.ue-c-main-navigation__list-dropdown--full-width {
	box-sizing: border-box;
	width: 100%
}

@media (min-width:46.25em) {
	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b {
		--ue-c-main-navigation-list-panel-cols-gap: 5px;
		--ue-c-mn-item-channel-width: 3.75rem;
		--ue-c-mn-item-channel-height: 3.75rem;
		--ue-c-mn-item-channel-logo-width: 2.25rem;
		--ue-c-mn-item-channel-logo-height: 2.8125rem;
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, auto);
		padding: 1rem
	}

	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b .ue-c-main-navigation__list-item:not(.ue-c-main-navigation__list-item--channel) {
		padding: .5rem 0
	}

	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b .ue-c-main-navigation:nth-child(-n+2) {
		grid-row: span 2
	}

	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b .ue-c-main-navigation:nth-child(3) {
		grid-column: 3
	}

	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b .ue-c-main-navigation:last-of-type {
		grid-column: 4;
		grid-row: 1/span 2
	}

	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b .ue-l-main-navigation__list--4-cols {
		grid-template-columns: repeat(4, 80px)
	}

	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b .ue-c-main-navigation--boxed {
		padding: 0
	}
}

@media (min-width:61.25em) {
	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b {
		--ue-c-mn-item-channel-width: 5rem;
		--ue-c-mn-item-channel-height: 5rem;
		--ue-c-mn-item-channel-logo-width: 3.125rem;
		--ue-c-mn-item-channel-logo-height: 3.625rem;
		gap: 2rem;
		padding: 2rem
	}

	.ue-c-main-navigation__body.ue-l-main-navigation__panel--grid-b .ue-l-main-navigation__list--4-cols {
		grid-template-columns: repeat(4, 100px)
	}
}

.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: .5rem;
	padding-right: .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: 1rem;
		padding-right: 1rem
	}
}

.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-c-main-header__nav {
	order: 2
}

.ue-l-main-header__bottom,
.ue-l-main-header__top {
	box-shadow: 0 1px 3px 0 rgba(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: 990px
	}
}

.ue-l-main-header__top.ue-l-main-header--fixed .ue-l-side-panel--show {
	top: var(--ue-l-main-header-top-height, 2.25rem)
}

@media (min-width:46.25em) {
	.ue-l-main-header__top.ue-l-main-header--fixed .ue-l-side-panel--show {
		top: var(--ue-l-main-header-top-height, 2.25rem)
	}
}

.ue-l-main-header__top .ue-l-side-panel--show {
	padding-bottom: var(--ue-l-main-header-top-height, 2.25rem);
	padding-top: unset
}

.ue-l-main-header__top .ue-l-side-panel--show,
.ue-l-main-header__top .ue-l-side-panel--show+.ue-l-side-panel__mask {
	top: var(--ue-l-main-header-top-height, 2.25rem)
}

@media (min-width:46.25em) {
	.ue-l-main-header__top .ue-l-side-panel--show {
		max-width: 990px;
		width: inherit;
		padding-bottom: 0;
		flex-direction: column;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		visibility: visible;
		opacity: 1;
		transition: opacity .2s ease-out 0s, height .2s ease-out 0s
	}

	.ue-l-main-header__top .ue-l-side-panel--show+.ue-l-side-panel__mask {
		background-color: transparent;
		pointer-events: all
	}

	.ue-l-main-header__top .ue-l-side-panel[aria-hidden=true] {
		visibility: hidden;
		opacity: 0;
		height: 0;
		transition: opacity .3s ease-out 0s, height .2s ease-out 0s
	}
}

.ue-l-main-header__bottom .ue-l-side-panel--show[data-nav=secondaryNavigation] {
	height: 100%;
	padding-bottom: calc(var(--ue-l-main-header-bottom-height, px-rem36px) + var(--ue-l-main-header-top-height, px-rem36px))
}

.ue-l-main-header__bottom .ue-l-side-panel--show[data-nav=secondaryNavigation],
.ue-l-main-header__bottom .ue-l-side-panel--show[data-nav=secondaryNavigation]+.ue-l-side-panel__mask {
	top: calc(var(--ue-l-main-header-bottom-height, px-rem36px) + var(--ue-l-main-header-top-height, px-rem36px))
}

.ue-l-main-header__bottom .ue-l-side-panel--show {
	border-top: var(--ue-c-main-header-panel-border, unset);
	border-color: var(--ue-c-main-header-panel-border-color, unset)
}

@media (min-width:46.25em) {
	.ue-l-main-header__panel--full-width .ue-l-side-panel--show {
		max-width: none;
		border-top: var(--ue-c-main-header-panel-border, unset);
		border-color: var(--ue-c-main-header-panel-border-color, unset);
		align-items: center;
		left: 0;
		position: absolute
	}
}

@media (min-width:61.25em) {
	.ue-l-main-header__panel--full-width .ue-l-side-panel--show {
		--ue-l-main-header-max-width: 990px;
		--ue-l-main-header-half: calc((100vw - var(--ue-l-main-header-max-width)) / 2);
		margin-left: calc(var(--ue-l-main-header-half) * -1);
		margin-right: calc(var(--ue-l-main-header-half) * -1)
	}

	.ue-l-main-header__panel--full-width .ue-l-side-panel--show>:not(.ue-c-main-navigation__footer) {
		width: 990px
	}
}

@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--fixed {
	position: fixed;
	top: 0
}

@media (min-width:46.25em) {
	.ue-l-main-header--fixed {
		left: 0;
		max-width: 100%;
		width: 100%;
		justify-content: center
	}
}

.ue-l-main-header--fixed:not(.is-secondary) {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.ue-l-main-header--fixed.ue-l-main-header__top .ue-l-side-panel--show:before {
	content: "";
	width: 100%;
	height: 1px;
	position: fixed;
	top: calc(var(--ue-l-main-header-top-height) - 1px);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
	border-bottom: 1px solid #c2c2c2
}

@media (min-width:46.25em) {
	.ue-l-main-header--fixed.ue-l-main-header__top .ue-l-side-panel--show:before {
		display: none
	}
}

@media (min-width:46.25em) {
	.ue-l-main-header--fixed.ue-l-main-header__top .ue-c-main-header__nav {
		padding-left: var(--ue-c-main-header-logo-box-small-width);
		position: fixed;
		top: 0
	}
}

.ue-l-main-header__top {
	z-index: var(--ue-l-main-header-top-row-z-index, 7)
}

.ue-l-main-header__top .ue-c-main-header__primary,
.ue-l-main-header__top .ue-c-main-navigation__skip-links {
	z-index: var(--ue-l-main-header-top-primary-z-index, 7)
}

@media (min-width:46.25em) {

	.ue-l-main-header__top .ue-c-main-header__primary,
	.ue-l-main-header__top .ue-c-main-navigation__skip-links {
		--ue-l-main-header-top-primary-z-index: 8
	}
}

.ue-l-main-header__top .ue-c-main-header__nav,
.ue-l-main-header__top .ue-l-side-panel {
	z-index: var(--ue-l-main-header-top-panel-z-index, 5)
}

.ue-l-main-header__top .ue-l-side-panel--show:before {
	z-index: var(--ue-l-main-header-top-panel-shadow-z-index, 5)
}

.ue-l-main-header__top .ue-l-side-panel--show+.ue-l-side-panel__mask {
	z-index: var(--ue-l-main-header-top-panel-mask-z-index, 4)
}

.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-l-main-header__bottom .ue-c-main-header__primary {
	z-index: var(--ue-l-main-header-bottom-primary-z-index, 6)
}

.ue-l-main-header__bottom .ue-c-main-header__button.is-secondary {
	z-index: var(--ue-l-main-header-bottom-button-z-index, 6)
}

.ue-l-main-header__bottom .ue-l-side-panel {
	z-index: var(--ue-l-main-header-bottom-panel-z-index, 4)
}

.ue-l-main-header__bottom .ue-l-side-panel--show:before {
	z-index: var(--ue-l-main-header-bottom-panel-shadow-z-index, 4)
}

.ue-l-main-header__bottom .ue-l-side-panel--show+.ue-l-side-panel__mask {
	z-index: var(--ue-l-main-header-bottom-panel-mask-z-index, 3)
}

.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, .3)
}

@media (min-width:46.25em) {
	.ue-c-main-header {
		box-shadow: none
	}
}

.ue-c-main-header[data-layout=minified] {
	box-shadow: unset
}

.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__wrapper {
	box-sizing: border-box
}

.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__nav:not(.ue-l-main-header__nav--centered) {
		padding-right: 1rem
	}
}

@media (min-width:61.25em) {
	.ue-c-main-header__nav:not(.ue-l-main-header__nav--centered) {
		padding-right: 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: 990px
	}
}

.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,
.ue-c-main-header__logo.hide {
	display: none
}

div[aria-hidden=true] .ue-c-main-header__wrapper {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.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, .75rem);
	line-height: var(--ue-c-main-header-title-line-height, .875rem);
	letter-spacing: var(--ue-c-main-header-title-letter-spacing, .02rem)
}

@media (min-width:46.25em) {
	.ue-c-main-header__title {
		--ue-c-main-header-title-font-size: .75rem;
		--ue-c-main-header-title-line-height: .875rem;
		--ue-c-main-header-title-letter-spacing: .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, .75rem);
	line-height: var(--ue-c-main-header-title-article-line-height, .875rem);
	letter-spacing: var(--ue-c-main-header-title-article-letter-spacing, .02rem)
}

@media (min-width:46.25em) {
	.ue-c-main-header__title-article {
		--ue-c-main-header-title-article-font-size: .75rem;
		--ue-c-main-header-title-article-line-height: .875rem;
		--ue-c-main-header-title-article-letter-spacing: .02rem
	}
}

.ue-c-main-header__title>span {
	font-weight: 400;
	position: relative;
	padding-left: .5rem
}

.ue-c-main-header__title>span:before {
	content: "";
	position: absolute;
	margin: 0;
	width: .125rem;
	height: .125rem;
	background: var(--ue-c-main-header-title-color, #000);
	border-radius: 100%;
	top: 50%;
	left: 2px
}

.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: .5rem 1rem .45rem .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, .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: -.3125rem
}

.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon:after {
	top: .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 .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) + .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__button.is-primary.is-active {
	background-color: var(--ue-c-main-header-button-primary-active-background-color, #fff)
}

.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:before {
	left: 0
}

.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:before {
	top: -.3125rem
}

.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after {
	top: .3125rem
}

.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon,
.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:before {
	position: absolute;
	content: "";
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .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) + .5px)
}

@media (min-width:23.4375em) {

	.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon,
	.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after,
	.ue-c-main-header__button.is-primary.is-active .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.is-active .ue-c-main-header__button-menu-icon,
	.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after,
	.ue-c-main-header__button.is-primary.is-active .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__button.is-primary.is-active .ue-c-main-header__button-menu-icon {
	background: inherit
}

.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after,
.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:before {
	transition: all .1s;
	top: 0;
	width: calc(var(--ue-c-main-header-button-primary-icon-width, 23px) + 4px);
	height: var(--ue-c-main-header-button-primary-icon-height, 1px)
}

@media (min-width:23.4375em) {

	.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after,
	.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:before {
		width: var(--ue-c-main-header-button-primary-icon-width, 23px)
	}
}

@media (min-width:46.25em) {

	.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after,
	.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:before {
		width: var(--ue-c-main-header-button-primary-icon-width, 14px)
	}
}

.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:before {
	transform: rotate(45deg)
}

.ue-c-main-header__button.is-primary.is-active .ue-c-main-header__button-menu-icon:after {
	transform: rotate(-45deg)
}

@media (min-width:46.25em) {
	.ue-c-main-header__button.is-primary.is-active:before {
		content: "";
		height: 2px;
		width: calc(100% - 16px);
		background-color: var(--ue-c-main-header-button-primary-active-border-background-color, #000);
		position: absolute;
		bottom: 0;
		right: 0
	}
}

.ue-c-main-header__progress-bar {
	width: 100%;
	top: var(--ue-l-main-header-top-height);
	left: 0;
	height: var(--ue-c-main-header-progress-bar-height, 3px);
	z-index: 7;
	background-color: var(--ue-c-main-header-progress-bar-background-color)
}

.ue-c-main-header__progress-bar-fill {
	height: 100%;
	max-width: 100% !important;
	width: 0;
	background-color: var(--ue-c-main-header-progress-bar-color);
	display: block
}

.ue-c-main-header__tools {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	column-gap: .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
}

.ue-c-main-header__tools.ue-l-main-header--fixed {
	top: .5rem;
	right: .5rem
}

@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__subscription a,
.ue-c-main-header__subscription p {
	display: flex;
	align-items: center;
	color: var(--ue-c-main-header-subscription-color, #000);
	font-family: var(--ue-c-main-header-subscription-font-family, Mundo, "Times New Roman", Times, serif);
	font-weight: var(--ue-c-main-header-subscription-font-weight, 500);
	font-size: var(--ue-c-main-header-subscription-font-size, .6875rem);
	line-height: var(--ue-c-main-header-subscription-line-height, .875rem);
	letter-spacing: var(--ue-c-main-header-subscription-letter-spacing, 0)
}

@media (min-width:46.25em) {

	.ue-c-main-header__subscription a,
	.ue-c-main-header__subscription p {
		--ue-c-main-header-subscription-font-size: .6875rem;
		--ue-c-main-header-subscription-line-height: .875rem;
		--ue-c-main-header-subscription-letter-spacing: 0rem
	}
}

.ue-c-main-header__subscription a {
	text-decoration: none;
	padding: 3px 5px;
	border-radius: var(--ue-c-main-header-subscription-border-radius, 5px);
	text-transform: var(--ue-c-main-header-subscription-text-transform, uppercase);
	background-color: var(--ue-c-main-header-subscription-background-color, #f8f03e)
}

.ue-c-main-header__subscription a span {
	padding: 0 .2rem
}

@media (min-width:46.25em) {
	.ue-c-main-header__subscription a:hover {
		color: var(--ue-c-main-header-subscription-hover-color, grey)
	}

	.ue-c-main-header__subscription a span {
		position: relative
	}
}

.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, .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: .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__login svg {
	fill: var(--ue-c-main-header-login-icon-fill)
}

@media (min-width:61.25em) {
	.ue-c-main-header__login:not(:last-child) span {
		padding: 0 .5rem
	}

	.ue-c-main-header__login:not(:last-child):after {
		content: "";
		position: inherit;
		width: 1px;
		height: 35%;
		background-color: var(--ue-c-main-header-login-cover-background-color, #cecece);
		z-index: -1
	}
}

.ue-c-main-header__social-tools {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.ue-c-main-header__social-tools--show {
	display: flex;
	flex-shrink: 0
}

.ue-c-main-header__social-tools a {
	display: flex;
	min-width: 2.25rem;
	height: 100%
}

.ue-c-main-header__social-tools svg {
	fill: var(--ue-c-main-header-social-tools-fill, #000);
	width: 2rem;
	height: auto
}

.ue-c-main-header__breadcrumb {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-content: space-evenly;
	flex-wrap: wrap;
	flex-grow: 1
}

@media (min-width:46.25em) {
	.ue-c-main-header__breadcrumb {
		margin: var(--ue-c-main-header-breadcrumb-margin);
		margin-right: .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: .35rem .8rem;
		margin: 0 .5rem;
		box-sizing: border-box;
		align-self: center;
		font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, "Times New Roman", Times, serif)
	}

	.ue-c-main-header__breadcrumb-link:hover {
		color: var(--ue-c-main-header-breadcrumb-link-hover-color, #333)
	}
}

.ue-c-main-header__breadcrumb-link>span {
	position: relative;
	padding-left: .5rem
}

.ue-c-main-header__breadcrumb-link>span:before {
	content: "";
	position: absolute;
	margin: 0;
	width: .125rem;
	height: .125rem;
	background-color: var(--ue-c-main-header-breadcrumb-divider-background-color, #000);
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}

.ue-c-main-header__breadcrumb-item {
	display: flex;
	align-items: center;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, "Times New Roman", Times, serif);
	text-transform: var(--ue-c-main-header-breadcrumb-link-text-transform, inherit);
	font-size: var(--ue-c-main-header-breadcrumb-font-size, .75rem);
	line-height: var(--ue-c-main-header-breadcrumb-line-height, .75rem);
	letter-spacing: var(--ue-c-main-header-breadcrumb-letter-spacing, .02rem)
}

@media (min-width:46.25em) {
	.ue-c-main-header__breadcrumb-item {
		--ue-c-main-header-breadcrumb-font-size: .8125rem;
		--ue-c-main-header-breadcrumb-line-height: .875rem;
		--ue-c-main-header-breadcrumb-letter-spacing: .02rem
	}
}

.ue-c-main-header__breadcrumb-item.is-current .ue-c-main-header__breadcrumb-link {
	font-size: var(--ue-c-main-header-breadcrumb-current-font-size, .8125rem);
	line-height: var(--ue-c-main-header-breadcrumb-current-line-height, .875rem);
	letter-spacing: var(--ue-c-main-header-breadcrumb-current-letter-spacing, .02rem)
}

@media (min-width:46.25em) {
	.ue-c-main-header__breadcrumb-item.is-current .ue-c-main-header__breadcrumb-link {
		--ue-c-main-header-breadcrumb-current-font-size: .8125rem;
		--ue-c-main-header-breadcrumb-current-line-height: .875rem;
		--ue-c-main-header-breadcrumb-current-letter-spacing: .02rem;
		background-color: var(--ue-c-main-header-breadcrumb-link-current-background-color, unset);
		color: var(--ue-c-main-header-breadcrumb-link-current-color, #000);
		border-radius: var(--ue-c-main-header-breadcrumb-link-current-border-radius, )
	}
}

.ue-c-main-header__breadcrumb-item:last-child {
	width: 100%;
	font-family: var(--ue-c-main-header-breadcrumb-link-font-family, Mundo, "Times New Roman", Times, serif);
	font-weight: var(--ue-c-main-header-breadcrumb-link-current-font-weight, 600);
	text-transform: var(--ue-c-main-header-breadcrumb-last-link-text-transform, inherit)
}

.ue-c-main-header__breadcrumb-item:before {
	background-color: var(--ue-c-main-header-breadcrumb-divider-background-color, #000);
	content: "";
	margin: 2px 4px;
	height: 2px;
	width: 2px;
	border-radius: 50%
}

.ue-c-main-header__breadcrumb-item:first-child:before,
.ue-c-main-header__breadcrumb-item:last-child:before {
	content: none
}

@media (min-width:46.25em) {
	.ue-c-main-header__breadcrumb-item {
		align-items: stretch;
		height: 100%;
		border-right: 1px solid;
		border-right-color: var(--ue-c-main-header-breadcrumb-divider-border-right-color, #17435e)
	}

	.ue-c-main-header__breadcrumb-item:first-child a {
		margin-left: 0
	}

	.ue-c-main-header__breadcrumb-item .ue-c-main-header__breadcrumb-link {
		font-weight: var(--ue-c-main-header-breadcrumb-link-current-font-weight, 600)
	}

	.ue-c-main-header__breadcrumb-item:before {
		display: none
	}
}

@media (max-width:46.24em) {
	.ue-c-main-header__button.is-primary {
		width: 90px
	}

	.ue-c-main-header__button.is-primary span:not(.ue-c-main-header__button-menu-icon) {
		display: none
	}

	.ue-c-main-header__button.is-primary .ue-c-main-header__button-menu-icon {
		right: 0;
		display: flex
	}

	.ue-c-main-header__social-tools,
	.ue-c-main-header__tools,
	.ue-c-main-navigation.ue-l-main-navigation--display-inline,
	.ue-l-main-header__top .ue-c-main-header__logo--theme,
	.ue-l-main-navigation--with-hidden-content {
		display: none
	}

	.ue-l-side-panel {
		flex-direction: column
	}

	.ue-l-side-panel--show {
		width: 80%
	}

	.ue-l-side-panel .ue-c-main-navigation__list-item {
		padding: .5rem 0
	}

	.ue-c-main-navigation__list[aria-label="Más webs de MARCA"] {
		display: flex;
		flex-wrap: wrap
	}

	.ue-c-main-navigation__body[class^=ue-l-main-navigation__panel--grid-] {
		display: initial
	}

	.ue-l-main-header__top .ue-l-side-panel--show+.ue-l-side-panel__mask {
		top: 56px
	}
}

@media (min-width:46.25em) {
	.ue-c-main-header__tools .ue-c-main-header__login {
		position: relative
	}

	.ue-c-main-header__tools .user-name:not(.active):after {
		content: "";
		border-width: 0 1px 1px 0;
		border-style: solid;
		display: inline-block;
		width: 5px;
		height: 5px
	}

	.ue-c-main-header__tools .user-name {
		display: flex;
		align-self: stretch;
		align-items: center
	}

	.ue-c-main-header__tools .user-name img {
		display: none
	}

	.ue-c-main-header__tools .user-name:not(.active):before {
		content: "Mi cuenta";
		padding-left: .5rem
	}

	.ue-c-main-header__tools .user-name:not(.active):after {
		border-color: #000;
		transform: rotate(45deg);
		margin: 0 8px 0 5px
	}
}

header[class*=elmundo-theme],
header[data-theme=elmundo-theme] {
	--ue-c-icon-avatar: url(../assets/login-0f5f359120a28a8ba48ff06d50a2fbcc.svg);
	--ue-c-icon-login-elmundo-stroke: #000;
	--ue-l-main-header-top-height: 36px;
	--ue-l-main-header-bottom-height: 36px;
	--ue-c-main-header-border: 1px solid #000;
	--ue-c-main-header-more-icon: #000;
	--ue-c-main-header-logo-box-width: 8.125rem;
	--ue-c-main-header-logo-box-height: auto;
	--ue-c-main-header-logo-width: 8.125rem;
	--ue-c-main-header-logo-height: auto;
	--ue-c-main-header-logo-box-align-items: center;
	--ue-c-main-header-logo-box-small-width: 1.875rem;
	--ue-c-main-header-logo-box-small-height: auto;
	--ue-c-main-header-logo-box-small-background-color: none;
	--ue-c-main-header-logo-small-width: 1.25rem;
	--ue-c-main-header-logo-small-height: auto;
	--ue-c-main-header-progress-bar-color: #000;
	--ue-c-main-header-panel-border: 1px solid;
	--ue-c-main-header-panel-border-color: #000;
	--ue-c-main-navigation-link-font-family: Mundo, Times New Roman, Times, serif
}

@media (min-width:23.4375em) {

	header[class*=elmundo-theme],
	header[data-theme=elmundo-theme] {
		--ue-c-main-header-logo-box-width: 9.375rem;
		--ue-c-main-header-logo-box-height: auto;
		--ue-c-main-header-logo-width: 9.375rem;
		--ue-c-main-header-logo-height: auto
	}
}

header[class*=elmundo-theme] .ue-l-main-header__bottom,
header[data-theme=elmundo-theme] .ue-l-main-header__bottom {
	--ue-c-main-header-bottom-background: #f7f7f7;
	--ue-c-main-header-button-secondary-icon-background-color: #000;
	--ue-c-main-header-breadcrumb-link-color: #000;
	--ue-c-main-header-bottom-border-bottom: 1px solid;
	--ue-c-main-header-bottom-border-bottom-color: #000;
	--ue-c-main-header-bottom-border-top: 1px solid;
	--ue-c-main-header-bottom-border-top-color: #000;
	--ue-c-main-navigation-list-dropdown-border-top: 1px solid #000;
	--ue-c-main-navigation-list-dropdown-border-bottom: 1px solid #000
}

header[class*=elmundo-theme] .ue-l-main-header--fixed,
header[data-theme=elmundo-theme] .ue-l-main-header--fixed {
	--ue-c-main-header-bottom-border-top: unset;
	--ue-c-main-header-bottom-border-bottom: unset
}

header[class*=elmundo-theme] .ue-c-main-header__logo--small svg,
header[class*=elmundo-theme] .ue-c-main-logo-ball,
header[data-theme=elmundo-theme] .ue-c-main-header__logo--small svg,
header[data-theme=elmundo-theme] .ue-c-main-logo-ball {
	fill: #00568c
}

header[class*=elmundo-theme] .ue-c-main-header__logo--small,
header[data-theme=elmundo-theme] .ue-c-main-header__logo--small {
	--ue-c-main-header-logo-box-align-items: flex-start
}

header[class*=elmundo-theme] .ue-c-main-navigation--high-contrast,
header[data-theme=elmundo-theme] .ue-c-main-navigation--high-contrast {
	--ue-c-main-navigation-link-padding: .75rem 0
}

header[class*=elmundo-theme] .ue-c-main-navigation__link-dropdown,
header[data-theme=elmundo-theme] .ue-c-main-navigation__link-dropdown {
	--ue-c-main-navigation-link-color: #000;
	--ue-c-main-navigation-link-dropdown-active: #000;
	--ue-c-main-navigation-link-font-weight: 600
}

header[class*=elmundo-theme] .ue-c-main-navigation__list:not(.ue-c-main-navigation__list--second-level).ue-c-main-navigation--indented-list li:first-child,
header[data-theme=elmundo-theme] .ue-c-main-navigation__list:not(.ue-c-main-navigation__list--second-level).ue-c-main-navigation--indented-list li:first-child {
	--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: .4rem 0;
		--ue-c-main-header-more-icon: #000;
		--ue-c-main-navigation-link-current-background: #fff;
		--ue-c-main-navigation-link-current-color: #000;
		--ue-c-main-navigation-link-current-border-radius: 3px;
		--ue-c-main-header-tools-width: 15.625rem
	}

	header[class*=elmundo-theme] .ue-c-main-navigation__link-dropdown,
	header[data-theme=elmundo-theme] .ue-c-main-navigation__link-dropdown {
		--ue-c-main-navigation-link-font-weight: normal;
		--ue-c-main-navigation-highlight-font-weight: 600;
		--ue-c-main-navigation-link-dropdown-hover-line: transparent;
		padding: 0 .5rem
	}

	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: .5rem 1rem .4rem .5rem
	}

	header[class*=elmundo-theme] .ue-l-main-navigation--with-hidden-content .is-current,
	header[data-theme=elmundo-theme] .ue-l-main-navigation--with-hidden-content .is-current {
		--ue-c-main-navigation-link-font-weight: 600
	}

	header[class*=elmundo-theme] .ue-l-main-header--fixed,
	header[data-theme=elmundo-theme] .ue-l-main-header--fixed {
		--ue-l-main-header-top-height: 42px
	}
}

.ue-l-article--basic.elmundo-theme-v8,
.ue-l-article--basic.elmundo-theme-v8 :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-v8,
	.ue-l-article--basic.elmundo-theme-v8 :before {
		--ue-c-section-title-font-size: 1.1875rem;
		--ue-c-section-title-line-height: 1.1875rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs {
	width: 100%;
	background-color: var(--ue-c-main-header-tabs-background-color, #fff);
	position: relative;
	padding: 0;
	border-bottom: var(--ue-c-main-header-tabs-border-bottom, 1px solid #000)
}

@media (min-width:41.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs {
		height: var(--ue-c-main-header-tabs-height, 2.5625rem);
		position: relative;
		margin-bottom: 1.5rem
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs {
		padding: var(--ue-c-main-header-tabs-padding, 0)
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tab-list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tab-list-item:not(:last-child) {
	margin-right: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tab-list-item a {
	height: 2.625rem;
	width: auto;
	box-sizing: border-box;
	padding: .5rem 1rem;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: var(--ue-c-main-header-tabs-font-family, Roboto, Arial, Helvetica, sans-serif);
	font-weight: var(--ue-c-main-header-tabs-font-weight, normal);
	color: var(--ue-c-main-header-tab-link-color, #000);
	font-size: var(--ue-c-main-header-tabs-font-size, .6875rem);
	line-height: var(--ue-c-main-header-tabs-line-height, 1.625rem);
	letter-spacing: var(--ue-c-main-header-tabs-letter-spacing, .02rem)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tab-list-item a:hover {
	color: var(--ue-c-main-header-tab-hover-color, #333);
	text-decoration: none
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tab-list-item a {
		--ue-c-main-header-tabs-font-size: .6875rem;
		--ue-c-main-header-tabs-line-height: 1.25rem;
		--ue-c-main-header-tabs-letter-spacing: .02rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tab-list-item.is-active a {
	font-family: var(--ue-c-main-header-tabs-active-font-family, Roboto, Arial, Helvetica, sans-serif);
	color: var(--ue-c-main-header-tab-link-color, #000);
	border-bottom-width: var(--ue-c-main-header-tabs-active-border-bottom-width, 2px);
	border-bottom-style: solid;
	border-bottom-color: var(--ue-c-main-header-tab-active-border-bottom-color, #000);
	font-weight: var(--ue-c-main-header-tabs-active-font-weight, )
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--light-theme {
	border-top: 0;
	border-bottom-style: solid;
	border-bottom-width: var(--ue-c-main-header-tabs-border-bottom-width, 1px);
	border-bottom-color: var(--ue-c-main-header-tabs-border-bottom-color, #000);
	background-color: var(--ue-c-main-header-tabs-background-color, transparent)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--light-theme .ue-c-main-header__tab-list-item a {
	color: var(--ue-c-main-header-tab-link-color, #000);
	font-family: var(--ue-c-main-header-tabs-font-family, Roboto, Arial, Helvetica, sans-serif);
	font-weight: var(--ue-c-main-header-tabs-font-weight, normal)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--light-theme .ue-c-main-header__tab-list-item a:hover {
	color: var(--ue-c-main-header-tab-hover-color, #333)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--light-theme .ue-c-main-header__tab-list-item.is-active a {
	border-bottom-style: solid;
	border-bottom-color: var(--ue-c-main-header-tab-active-border-bottom-color, #000);
	font-family: var(--ue-c-main-header-tabs-active-font-family, Roboto, Arial, Helvetica, sans-serif);
	border-bottom-width: var(--ue-c-main-header-tabs-active-border-bottom-width, 2px);
	font-weight: var(--ue-c-main-header-tabs-font-weight, bold)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive {
	position: relative
}

@media (max-width:41.24em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive {
		margin-bottom: 1rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive .ue-c-main-header__tab-list {
	overflow: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive .ue-c-main-header__tab-list::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: 0 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive .ue-c-main-header__tab-list:after {
	content: "";
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
	position: absolute;
	right: -1px;
	width: 2.5rem;
	height: 100%
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive .ue-c-main-header__tab-list {
		overflow-x: hidden
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive .ue-c-main-header__tab-list:after {
		display: none
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--responsive .ue-c-main-header__tab-list-item a {
	height: 40px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

@supports ((-webkit-scroll-snap-type:x mandatory) or (scroll-snap-type:x mandatory)) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--scrollable .ue-c-main-header__tab-list {
		-webkit-scroll-snap-type: x mandatory;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory
	}
}

@supports (scroll-snap-align:end) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--scrollable .ue-c-main-header__tab-list-item {
		scroll-snap-align: end
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--fixed .ue-c-main-header__tab-list {
	flex-wrap: wrap;
	align-content: stretch
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tabs--fixed .ue-c-main-header__tab-list-item a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article ::-moz-selection {
	background: #ff0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article ::selection {
	background: #ff0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article * strong::-moz-selection {
	background: #ff0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article * strong::selection {
	background: #ff0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article * a::-moz-selection {
	background: #ff0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article * a::selection {
	background: #ff0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__headline {
	font-family: Mundo, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: 700;
	color: #000;
	font-size: 2rem;
	line-height: 2.1875rem;
	letter-spacing: 0;
	margin: 0 0 1rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__headline {
		font-size: 2.0625rem;
		line-height: 2.375rem;
		letter-spacing: 0
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__headline {
		font-size: 2.4375rem;
		line-height: 2.6875rem;
		letter-spacing: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__headline--opinion {
	font-style: italic
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__headline {
		margin: 0 0 2rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker {
	display: inline;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #2e6d9d;
	text-transform: uppercase;
	font-size: .9375rem;
	line-height: .9375rem;
	letter-spacing: 0
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker {
		font-size: 1.1875rem;
		line-height: 1.1875rem;
		letter-spacing: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker a {
	text-decoration: none;
	color: #2e6d9d
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker a:hover {
	color: #25577e
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker a:active {
	color: #1d4664
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker-container {
	display: inline-block;
	font-size: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker-seo {
	display: inline;
	color: inherit;
	font-size: inherit
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker-group {
	box-sizing: border-box;
	position: relative;
	margin-bottom: .5rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker-group>:not(:last-child) {
	padding-right: .3125rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__kicker-group>:not(:last-child):after {
	content: "";
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -.125rem;
	width: .25rem;
	height: .25rem;
	background-color: #cecece;
	margin-left: .3125rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__header .ue-c-article__media {
	margin-bottom: .625rem
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__header .ue-c-article__media {
		margin-bottom: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body a {
	color: #2e6d9d
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body a:hover {
	color: #25577e
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body a:active {
	color: #1d4664
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p {
	margin: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst) {
	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--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst) a:link {
	color: #2e6d9d
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst) a:hover {
	color: #25577e
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst) a:active {
	color: #1d4664
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst) {
		font-size: 1.125rem;
		line-height: 1.6875rem;
		letter-spacing: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst):not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst):not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body>p:not(.ue-c-article__standfirst):not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__list:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__list:not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__list:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__media:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__media:not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__media:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__subheadline:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__subheadline:not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__subheadline:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__premium:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__premium:not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__premium:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__subtitles:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__subtitles:not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__subtitles:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__tags:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__tags:not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__tags:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-ad:not(:last-child) {
	margin-bottom: 1.25rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-ad:not(:last-child) {
		margin-bottom: 1.625rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-ad:not(:last-child) {
		margin-bottom: 1.875rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__bar:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__bar:not(:last-child) {
		margin-bottom: .8125rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__body .ue-c-article__bar:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__icon-premium {
	fill: #a88938;
	display: inline-block;
	width: .875rem;
	height: .875rem;
	position: relative;
	top: 0;
	margin: 0 3px 0 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__standfirst {
	margin: 0;
	font-family: Mundo, Times New Roman, Times, serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
	font-size: 1.375rem;
	line-height: 1.5rem;
	letter-spacing: 0;
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__standfirst {
		margin-bottom: 1rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__standfirst a {
	color: #2a7aac;
	text-decoration: none
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__standfirst a:hover {
	color: #22628a
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-item {
	display: flex;
	flex-wrap: wrap;
	font-size: .75rem;
	line-height: .75rem;
	letter-spacing: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-item>:not(:last-child) {
	margin: 0 .625rem 0 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-item:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-item {
		flex-direction: column
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-item>:not(:last-child) {
		margin-bottom: .3125rem;
		margin-right: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-name {
	color: #000;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-name a {
	text-decoration: none;
	color: #000
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-role {
	color: #000;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-social {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #202020
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-social a {
	text-decoration: none;
	color: #216087
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-social a:hover {
	color: #3e98d0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline-location {
	color: #000;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__byline--boxed {
	background-color: #f5f5f5;
	padding: .625rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__publishdate {
	font-size: .75rem;
	line-height: .875rem;
	letter-spacing: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	padding: .625rem;
	background-color: #f5f5f5;
	border-top: 1px solid #fff
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__publishdate span {
	font-weight: 700
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__share-tools {
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__share-tools-item {
	display: flex;
	align-items: center;
	justify-content: center
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__share-tools-item:not(:last-child) {
	margin-right: .3125rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__share-tools-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #00568c;
	width: 2.1875rem;
	height: 2.1875rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__share-tools-item a svg {
	width: 1.75rem;
	height: 1.75rem;
	fill: #fff
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__share-tools-item a:hover {
	background: #004570
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__share-tools-item a:active {
	background: #00375a
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles {
	padding: 0;
	margin: 0;
	list-style-type: none;
	box-sizing: border-box
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item {
	font-family: Mundo, Times New Roman, Times, serif;
	font-weight: 300;
	font-style: normal;
	font-size: .875rem;
	line-height: 1.125rem;
	letter-spacing: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item:not(:last-child) {
	margin-bottom: .3125rem
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item:not(:last-child) {
		margin-bottom: .3125rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item a {
	text-decoration: none;
	color: #000
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item a:active,
.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item a:hover {
	text-decoration: underline
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item a:active,
.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item a:hover,
.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-item a:hover .ue-c-article__subtitles-kicker {
	color: #000
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles-kicker {
	font-weight: 700;
	font-style: normal;
	color: #000
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles .ue-c-article__icon-premium {
	width: 1rem;
	top: 1px;
	margin-right: 1px
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles--boxed {
	padding: .625rem;
	background: #f5f5f5
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles--boxed {
		padding: 1.25rem;
		background: #f5f5f5
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subtitles--boxed {
		padding: 0;
		background: 0 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #f3f3f3;
	font-size: .9375rem;
	letter-spacing: 0;
	line-height: 1rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust-description {
	font-weight: 400;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-style: normal;
	color: #333;
	padding: .625rem .3125rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust-container {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust-text {
	margin-right: .625rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust a {
	display: flex;
	align-items: center;
	align-self: stretch;
	flex-shrink: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 400;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-style: normal;
	color: #216087;
	background-color: #ededed;
	padding: .625rem 1.25rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust a:hover {
	text-decoration: underline;
	color: #1a4d6c;
	background-color: #bebebe
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust a:active {
	color: #153d56;
	background-color: #989898
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__button {
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	background-color: #00568c;
	color: #fff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	border-radius: .1875rem;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
	font-size: .8125rem;
	line-height: 1.125rem;
	letter-spacing: 0;
	padding: 8px
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__button:hover {
	background-color: #004570
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__button:focus {
	box-shadow: 0 0 1px 2px #00a9e0;
	outline: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subheadline {
	margin: 0;
	font-family: Mundo, Times New Roman, Times, serif;
	font-weight: 800;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
	font-size: 1.1875rem;
	line-height: 1.375rem;
	letter-spacing: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subheadline a {
	color: #216087
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subheadline:not(:first-child) {
	padding-top: .3125rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__subheadline:not(:first-child) {
		padding-top: .625rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__divider {
	border: none;
	padding: 20px 0;
	margin: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__bar {
	display: flex;
	flex-direction: column;
	box-sizing: border-box
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__bar-footer {
	display: flex;
	justify-content: space-between;
	margin-top: .625rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__bar-footer>:not(:last-child) {
	margin-right: .625rem
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__bar-footer {
		flex-direction: column;
		margin-top: 0
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__bar-footer>:not(:last-child) {
		margin-right: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__list {
	padding: 0;
	margin: 0;
	font-family: Mundo, Times New Roman, Times, serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 1.125rem;
	line-height: 1.6875rem;
	letter-spacing: 0
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__list {
		font-size: 1.1875rem;
		line-height: 1.6875rem;
		letter-spacing: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__list li {
	list-style-type: none;
	position: relative
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__list li:before {
	position: absolute;
	left: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__list li:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__list li:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium {
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-bottom: 2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium:before {
	content: "";
	position: absolute;
	top: -6.25rem;
	height: 6.25rem;
	width: 100%;
	display: block;
	z-index: 1;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .49) 13%, #fff 82%, #fff 99%)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-header>* {
	margin: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-header>:not(:last-child) {
	margin: 0 0 .75rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-title {
	font-family: Mundo, Times New Roman, Times, serif;
	font-weight: 600;
	font-style: normal;
	color: #000;
	font-size: 1.25rem;
	line-height: 1.375rem;
	letter-spacing: 0
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-title {
		font-size: 1.375rem;
		line-height: 1.5rem;
		letter-spacing: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-caption {
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 1rem;
	line-height: 1.125rem;
	letter-spacing: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-caption--second {
	font-size: 18;
	font-weight: 400;
	color: #000
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-body {
	display: flex;
	justify-content: center;
	padding: 1rem 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-footer>:not(:last-child) {
	padding-bottom: .75rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-footer-item {
	margin: 0;
	text-align: center;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.25rem;
	letter-spacing: 0
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium-footer-item {
		font-size: 1rem;
		line-height: 1.25rem;
		letter-spacing: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium a {
	text-decoration: none;
	display: inline-block;
	color: #216087
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium a:active,
.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium a:hover {
	text-decoration: underline
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium a:active,
.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__premium a:hover {
	color: #1e4d68
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	min-width: 100px;
	width: 100%;
	margin-left: -.125rem;
	margin-right: -.125rem
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags {
		flex-direction: column
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item {
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: .9375rem;
	line-height: 1.125rem;
	letter-spacing: 0;
	margin: .125rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item a {
	display: block;
	text-decoration: none;
	border-radius: .625rem;
	transition: background-color .1s ease-in-out;
	background-color: #f5f5f5;
	color: #000;
	padding: .25rem .5rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item a:hover {
	background-color: #c4c4c4
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item a:active {
	background-color: #9d9d9d
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item {
		margin: 0
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item:not(:last-child) {
		border-bottom: 1px solid #fff
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item a {
		border-radius: 0;
		text-align: right;
		background-color: #f5f5f5;
		color: #000
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item a:hover {
		background-color: #c4c4c4
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags-item a:active {
		background-color: #9d9d9d
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media {
	margin: 0;
	position: relative
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media--image img {
	width: 100%;
	display: block;
	height: auto
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-img-container {
	position: relative
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 2.5rem;
	height: 2.5rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-icon svg {
	width: 100%
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-caption {
	box-sizing: border-box;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: .75rem;
	line-height: .875rem;
	letter-spacing: .03125rem;
	margin-top: .3125rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-description:not(:last-child) {
	padding-right: .15625rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-agency {
	color: #666;
	font-weight: 400;
	font-style: normal
}

@media (max-width:46.24em) {

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media--caption-inverted-color-until-tablet,
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media--caption-inverted-color-until-tablet .ue-c-article__media-agency {
		color: #fff
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	clear: both;
	position: relative;
	background: #fff;
	max-width: 63.875rem;
	padding: .5rem
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner {
		padding-left: .5rem;
		padding-right: .5rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner--top-divider {
	padding-top: 1rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner--top-divider:before {
	content: "";
	position: relative;
	display: inline-block;
	border-top: 1px solid #cecece;
	width: 100%;
	top: -.66667rem
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner--top-divider {
		padding-top: 1.25rem
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner--top-divider:before {
		top: -.9375rem
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner--top-divider-aligned:before {
		width: calc(100% - 19.375rem)
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner--top-divider-aligned:before {
		width: calc(100% - 21.875rem)
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__main-column {
	position: relative;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__main-column {
		padding-left: 0;
		padding-right: 19.375rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__main-column {
		padding-left: 10.4375rem;
		padding-right: 21.875rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--no-grow {
	flex-grow: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--grow {
	flex-grow: 1
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--order-1-from-mobile {
	order: 1
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--stretch {
	align-self: stretch
}

.ue-l-article--basic.elmundo-theme-v8 .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-v8 .ue-l-article__secondary-column {
		margin-top: 1.25rem
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		align-items: flex-end;
		margin-top: 0;
		width: 19.375rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		width: 21.875rem
	}
}

@media (min-width:20em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		top: .5rem;
		bottom: .5rem
	}
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		top: .625rem;
		bottom: .625rem
	}
}

@media (min-width:20em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		right: .5rem
	}
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		right: 1rem
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		right: .5rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column {
		right: 1rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-item {
	width: 100%
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-item:not(:last-child) {
	margin-bottom: .625rem
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-item:not(:last-child) {
		margin-bottom: .9375rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__header {
	position: relative;
	margin-bottom: .625rem
}

@media (max-width:61.24em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__header {
		display: flex;
		flex-direction: column
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__header {
		margin-bottom: 1.875rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__header-content {
	position: relative
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__row {
		display: flex
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__main-column-extra {
	position: relative;
	box-sizing: border-box;
	width: 100%
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__main-column-extra--stretch {
	display: flex
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__main-column-extra {
		padding-left: 10.4375rem;
		width: calc(100% - 21.875rem)
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-extra {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	margin-top: 1rem
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-extra {
		margin-top: 1.25rem
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-extra {
		align-items: flex-end;
		margin-top: 0;
		width: 19.375rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-extra {
		width: 21.875rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__body {
	position: relative
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__inner--no-gutter {
	padding-top: 0;
	padding-bottom: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__sky {
	position: absolute;
	top: .5rem
}

@media (min-width:23.4375em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__sky {
		top: .625rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__sky--right {
	right: 0;
	transform: translateX(100%)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__sky--left {
	left: 0;
	transform: translateX(-100%)
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__sky {
		top: 1.45rem
	}
}

@media (min-width:20em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--width-1of2-from-mobile {
		width: 50%
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--width-2of3-from-tablet {
		width: 68%
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--width-170-from-tablet {
		width: 10.625rem
	}
}

@media (min-width:20em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--float-right-from-mobile {
		float: right
	}
}

@media (min-width:20em) and (min-width:20em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--float-right-from-mobile {
		margin-left: .625rem
	}
}

@media (min-width:20em) and (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--float-right-from-mobile {
		margin-left: 1.25rem
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--float-right-from-tablet {
		float: right
	}
}

@media (min-width:46.25em) and (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--float-right-from-tablet {
		margin-left: 1.25rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--float-left-from-desktop {
		float: left;
		clear: left;
		margin-right: 1.25rem
	}
}

@media (max-width:23.4275em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--expand-edge-left-until-tablet {
		margin-left: -.5rem
	}
}

@media (min-width:23.4375em) and (max-width:46.24em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--expand-edge-left-until-tablet {
		margin-left: -1rem
	}
}

@media (max-width:23.4275em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--expand-edge-right-until-tablet {
		margin-right: -.5rem
	}
}

@media (min-width:23.4375em) and (max-width:46.24em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--expand-edge-right-until-tablet {
		margin-right: -1rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--move-right-from-desktop {
		margin-right: -1rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--move-to-leftcol-from-desktop {
		clear: left;
		margin-left: -10.4375rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--leftcol-width-from-desktop {
		width: 9.1875rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--bottom-absolute-from-desktop {
		position: absolute;
		bottom: 0;
		margin-bottom: 0 !important
	}
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--minimum-content-from-tablet {
		min-height: 1145px
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--top-separator:before {
	width: 35px;
	border-top: 1px solid #cecece;
	display: block;
	position: absolute;
	left: 0;
	top: -8px;
	outline: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--top-separator-from-mobile {
	margin: 16px 0 0;
	position: relative
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--top-separator-from-mobile:before {
	content: ""
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--top-separator-from-desktop {
		margin: 16px 0 0;
		position: relative
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article--top-separator-from-desktop:before {
		content: ""
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-section-title {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Roboto_condensed, Tahoma, Geneva, 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-v8 .ue-c-section-title a {
	color: inherit;
	text-decoration: none
}

.ue-l-article--basic.elmundo-theme-v8 button>* {
	pointer-events: none
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links {
	display: inline-block;
	width: 100%
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__title {
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	box-sizing: border-box
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__button {
	display: flex;
	align-items: center;
	border: 0;
	background: 0 0;
	padding: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__arrow {
	width: 15px;
	height: 15px;
	margin-left: 5px;
	transform: rotate(180deg)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__arrow path {
	stroke: #000
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background-color: grey;
	margin: 0 .5rem;
	position: relative
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list-item {
	display: inline-flex;
	align-items: center
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list-item:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background-color: grey;
	margin: 0 .5rem;
	position: relative
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list-item a {
	text-decoration: none;
	font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list-item a:link,
.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list-item a:visited {
	color: #2e6d9d
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list-item a:hover {
	color: #25577e
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links__list-item a:active {
	color: #1d4664
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links--closed .ue-c-popular-links__list {
	display: none
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links--closed .ue-c-popular-links__arrow {
	transform: rotate(0)
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-widget {
	background: #fff;
	border: 1px solid #000;
	padding: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-widget__icon {
	display: inherit;
	margin-right: .5rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-widget__icon path {
	fill: #fff
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-widget__subline {
	font-size: .875rem;
	font-family: Mundo, Times New Roman, Times, serif;
	font-weight: 400;
	color: #000;
	margin-top: 0;
	margin-bottom: 1.0625rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-widget__button {
	align-items: center;
	text-decoration: none;
	background: #ca4521;
	border-radius: 5px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	padding: .5rem 1rem;
	position: relative;
	box-shadow: none
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-widget__button:hover {
	background: gray
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-section__bar {
	display: flex;
	align-items: center;
	width: 100%;
	color: #000;
	justify-content: space-between;
	max-height: 44px;
	height: 44px;
	background: linear-gradient(90deg, #26000d 0, #860037 52%, #860037);
	border: 0;
	border-radius: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-section__bar-title {
	font-family: Arial;
	text-transform: uppercase;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 400;
	color: #000;
	margin: 0;
	display: flex;
	align-items: center
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-section__bar-title a,
.ue-l-article--basic.elmundo-theme-v8 .ue-c-section__bar-title span {
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-section__bar-title {
		font-size: .875rem;
		line-height: 1.125rem;
		margin: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-section__bar-title a {
	color: #000;
	text-decoration: none
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-section__bar-title:before {
	content: "";
	margin: 0 5px 0 0;
	position: relative;
	top: 0;
	width: 159px;
	height: 44px;
	background: unset;
	background-size: 100%
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-ad {
	display: flex;
	width: 100%;
	position: relative;
	justify-content: center
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-ad__inner {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-ad--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	align-self: flex-start
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-ad--sponsor {
		float: right;
		margin-bottom: 0;
		width: auto
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article__secondary-column-item {
	max-width: 300px
}

.ue-l-article--basic.elmundo-theme-v8 .aside-comments {
	padding-top: 0;
	display: flex;
	flex-direction: column;
	width: 100%
}

.ue-l-article--basic.elmundo-theme-v8 .aside-comments article {
	flex-grow: 1;
	margin-bottom: 1rem
}

.ue-l-article--basic.elmundo-theme-v8 .aside-comments h2 {
	margin: 0 0 .8rem
}

.ue-l-article--basic.elmundo-theme-v8 .aside-comments article header {
	margin-bottom: 1rem
}

@media (min-width:980px) {
	.ue-l-article--basic.elmundo-theme-v8 .aside-comments h2 {
		margin: 0 0 -1.5rem -10rem
	}
}

@media (min-width:61.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags {
		max-height: 160px;
		overflow-x: auto;
		flex-wrap: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__tags::-webkit-scrollbar {
		display: none
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article .ue-l-article__body>p:not(.ue-c-article__standfirst):last-of-type {
	margin-bottom: .3rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-l-article .ue-l-article__inner--no-top-space {
	padding-top: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust-description {
	padding: .25rem .57rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust a {
	padding: .25rem 1.875rem
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-popular-links {
	margin: 0 0 1rem
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__trust a {
		padding: .25rem 1rem
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article .ue-c-popular-links {
		margin: 0
	}
}

@media (max-width:61.188rem) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article .ue-c-article__tags {
		position: unset;
		flex-wrap: nowrap;
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article .ue-c-article__tags::-webkit-scrollbar {
		display: none
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article .ue-c-article__tags:after {
		content: "";
		width: 80px;
		height: 100%;
		background: linear-gradient(90deg, rgba(2, 0, 36, 0), #fff);
		position: absolute;
		right: 0;
		top: 0
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article .ue-c-article__tags-container {
		position: relative
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-l-article .ue-c-article__tags-item {
		flex: none
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-elmundo {
	--ue-c-form-widget-padding: 1rem 0;
	--ue-c-form-widget-primary-color: #216087;
	--ue-c-form-widget-icon-fill: #1374aa;
	--ue-c-form-widget-success-color: #0b7542;
	--ue-c-form-widget-success-fill: #0b7542;
	--ue-c-form-widget-status-forwarding-color: #666;
	--ue-icon-premium-fill: #a88938;
	--ue-icon-info-fill: #1374aa;
	--ue-icon-info: #fff;
	--ue-c-form-widget-background-color: #fff;
	--ue-c-form-widget-border-color: #cecece;
	--ue-c-form-widget-title-color: #202020;
	--ue-c-form-widget-title-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-widget-title-font-weight: bold;
	--ue-c-form-widget-title-font-style: normal;
	--ue-c-form-widget-description-color: #202020;
	--ue-c-form-widget-description-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-widget-description-font-weight: normal;
	--ue-c-form-widget-description-font-style: normal;
	--ue-c-form-widget-description-font-size: .9375rem;
	--ue-c-form-widget-description-line-height: 1.25rem;
	--ue-c-form-widget-footer-background-color: #cecece;
	--ue-c-form-widget-footer-link-color: #216087;
	--ue-c-form-widget-footer-hover-color: #1e4d68;
	--ue-c-form-widget-footer-text-color: #202020;
	--ue-c-form-widget-footer-text-background-color: #202020;
	--ue-c-form-widget-footer-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-widget-footer-font-style: normal;
	--ue-c-form-widget-footer-font-weight: normal;
	--ue-c-form-widget-footer-font-size: .875rem;
	--ue-c-form-widget-footer-line-height: 1.25rem;
	--ue-c-form-button-width: 100%;
	--ue-c-form-button-height: 40px;
	--ue-c-form-button-color: #fff;
	--ue-c-form-button-background-color: #216087;
	--ue-c-form-button-font-size: .9375rem;
	--ue-c-form-button-line-height: 1.125rem;
	--ue-c-form-button-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-button-font-style: normal;
	--ue-c-form-button-font-weight: bold;
	--ue-c-form-button-text-transform: normal;
	--ue-c-form-button-margin-top: 0rem;
	--ue-c-form-button-outlined-color: #216087;
	--ue-c-form-button-outlined-border-color: #216087;
	--ue-icon-next-stroke: #000;
	--ue-c-form-button-text-color: #216087;
	--ue-c-form-button-text-font-family: Roboto_condensed, Tahoma, Geneva, sans-serif;
	--ue-c-form-button-text-font-weight: normal;
	--ue-c-form-button-text-font-style: normal;
	--ue-c-form-input-background-color: transparent;
	--ue-c-form-input-width: 100%;
	--ue-c-form-input-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-input-font-style: normal;
	--ue-c-form-input-font-weight: normal;
	--ue-c-form-input-onsurface-rgb: hsla(0, 0%, 71%, .6);
	--ue-c-form-input-onsurface-text-rgb: rgba(0, 0, 0, .623);
	--ue-c-form-input-error-color: #c62514;
	--ue-c-form-input-error-border-color: #c62514;
	--ue-c-form-input-primary-border-color: #cecece;
	--ue-c-form-input-primary-border-top-color: #cecece;
	--ue-c-form-input-onfocus-border-color: #216087;
	--ue-c-form-input-onfocus-color: #216087;
	--ue-c-form-input-show-background-color: #ededed;
	--ue-c-form-input-show-color: #666;
	--ue-c-form-checkbox-input-color: #202020;
	--ue-c-form-checkbox-input-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-checkbox-input-font-style: normal;
	--ue-c-form-checkbox-input-background-color: #202020;
	--ue-c-form-checkbox-input-border-color: #202020;
	--ue-c-form-checkbox-input-mark-border-color: #fff;
	--ue-c-form-checkbox-label-error-color: #c62514;
	--ue-c-icon-spinner-gradient-primary: #216087;
	--ue-c-icon-spinner-gradient-secondary: #fff;
	--ue-c-icon-loader-width: 100px;
	--ue-c-icon-loader-height: 100px;
	--ue-c-form-dialog-title-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-dialog-title-line-height: 1.25rem;
	--ue-c-form-dialog-text-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-dialog-text-font-size: .875rem;
	--ue-c-form-dialog-text-line-height: 1.1875rem;
	--ue-c-form-dialog-text-color: #333;
	--ue-c-form-policy-terms-background-color: #f3f3f3;
	--ue-c-form-policy-terms-color: #333;
	--ue-c-form-policy-terms-font-family: Roboto, Arial, Helvetica, sans-serif;
	--ue-c-form-policy-terms-font-style: normal;
	--ue-c-form-policy-terms-font-weight: normal;
	--ue-c-form-policy-terms-font-size: .75rem;
	--ue-c-form-policy-terms-line-height: .875rem;
	--ue-c-form-view-mail-icon-user-background-fill: #c3d5e5;
	--ue-c-form-view-mail-icon-user-circle-stroke: transparent;
	--ue-c-form-view-mail-icon-user-stroke: #000;
	--ue-c-form-view-mail-button-border-color: #f3f3f3;
	--ue-c-form-view-mail-button-background-color: transparent;
	--ue-c-form-view-mail-button-border-radius: 20px;
	--ue-c-form-view-mail-account-font-size: 0.9375rem;
	--ue-c-form-view-mail-account-line-height: 1rem;
	--ue-c-form-view-mail-account-letter-spacing: 0;
	--ue-c-form-view-mail-account-color: #000;
	--ue-c-form-view-mail-change-color: #216087;
	--ue-c-form-view-mail-change-font-size: 0.8125rem;
	--ue-c-form-view-mail-change-line-height: 1rem;
	--ue-c-form-view-mail-change-letter-spacing: 0;
	--ue-c-form-widget-form-space: 0.5rem 0 0 0;
	--ue-c-form-widget-header-link-padding: 0;
	--ue-c-form-widget-padding: 0.4rem 0;
	--ue-c-form-widget-title-margin: 0;
	--ue-c-form-widget-form-header-space-top: 0.438rem;
	--ue-c-form-widget-margin-top: 0;
	--ue-c-form-widget-margin-bottom: 0;
	--ue-c-form-input-height: 2.25rem;
	--ue-c-form-view-mail-button-height: 2.25rem;
	--ue-c-form-button-height: 2.25rem;
	--ue-c-form-input-padding-top: 0;
	--ue-c-form-input-margin-top: 0
}

@media (min-width:46.25em) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-newsletter-elmundo {
		--ue-c-form-widget-header-link-padding: 0 0.875rem
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-article .ue-c-article__newsletter-widget {
	margin: 0
}

.ue-l-article--basic.elmundo-theme-v8 .ue-u-sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 50px
}

@supports (--custom:property) {
	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-infograph-responsive {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: calc(100% / (var(--aspect-ratio)))
	}

	.ue-l-article--basic.elmundo-theme-v8 .ue-c-article__media-infograph-responsive iframe {
		position: absolute;
		width: 100% !important;
		height: 100% !important;
		top: 0;
		left: 0
	}
}

.ue-l-article--basic.elmundo-theme-v8 .ue-c-main-header__tab-list-item.is-active a {
	font-family: var(--ue-c-main-header-tabs-active-font-family, Roboto, Arial, Helvetica, );
	color: var(--ue-c-main-header-tab-link-color, #000);
	border-bottom-width: var(--ue-c-main-header-tabs-active-border-bottom-width, 2px);
	border-bottom-style: solid;
	border-bottom-color: var(--ue-c-main-header-tab-active-border-bottom-color, #000);
	font-weight: var(--ue-c-main-header-tabs-active-font-weight, )
}

@media (max-width:768px) {
	.container-about-footer .container {
		display: block
	}

	.about-list {
		position: inherit
	}

	.footer-social-networks {
		width: 100%
	}

	.partners li {
		margin: 5px 5px 5px 0;
		width: 100%
	}

	#webs_ue {
		padding: 10px
	}

	.ue-l-article__sky--left,
	.ue-l-article__sky--right {
		display: none
	}
}