@charset "UTF-8";

.article-wrapper .block .content article {
	overflow-wrap: break-word;
}


.banner.t300 {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 300px !important;
}


.wrapper.opinion .module-category .list-columnistas .blocks .author .image img {
	border-radius: 10px !important;
}

.article-wrapper.author .block .author-articles .item p a,
.article-wrapper.author .block .author-box .author-info p {
	font-size: 16px !important;
}

.columnista .extract {
	display: none;
}

.columnista .extract,
.papel-literario .extract,
.editorial .extract {
	display: none;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright,
.alignleft,
.aligncenter {
	padding: 10px;
}

.wp-caption.alignright {
	float: right;
}

.wp-caption.alignleft {
	float: left;
}

.article-wrapper .block .content article .wp-caption {
	height: auto;
	margin: 0 auto;
	width: 100% !important;
}

/*h3 img {
	width: 100% !important;
}*/

@media screen and (min-width: 0px) and (max-width: 992px) {
	header {
		height: 28px;
		overflow: hidden;
	}
}

@media screen and (min-width: 0px) and (max-width: 992px) {
	.featured {
		margin: 1em 0 0 0 !important;
	}

	.gpt-ad-leaderboard {
		margin: 4em 0 1em 0 !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 1440px) {
	.cnx-content-wrapper.cnx-float .cnx-video-container {
		display: none;
		!important
	}
}

.articulos-relacionados {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.articulos-relacionados .article img {
	width: 100% !important;
	;
	height: 180px !important;
	;
	object-fit: cover !important;
	;
}

.articulos-relacionados .title {
	padding: 0 !important;
}

.articulos-relacionados .article .title a {
	text-decoration: none;
	padding: 0;
}

.articulos-relacionados .article .title a h3 {
	color: #121212;
	font-family: var(--font-scotch);
	font-size: 18px !important;
	font-weight: 600;
	margin: 0;
	padding: 0 !important;

}

#box1_p.banner.t300,
#box4_n.banner.t300 {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 600px !important;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
	.articulos-relacionados {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 0px) and (max-width: 576px) {
	.articulos-relacionados {
		grid-template-columns: 1fr;
	}

	#box1_p.banner.t300,
	#box4_n.banner.t300 {
		display: block;
		width: 100%;
		max-width: 300px;
		height: auto !important;
	}

}

@media screen and (min-width: 0px) and (max-width: 992px) {
	.wrapper .quinary .mod-3x1 {
		padding: 0 20px;
		grid-template-columns: 1fr !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 992px) {
	.wrapper .secundary .mod-3x1 {
		padding: 0 20px;
		grid-template-columns: 1fr !important;
	}
}

dl dt img {
	width: 100%;
	height: auto;
}

/**
 *
 * ADDED BY RUBEN
**/

.gpt-ad-leaderboard,
.gpt-ad-vertical,
.gpt-ad-box,
.gpt-ad-sticky {
	display: flex;
	justify-content: center;
	margin-block: 2em;
}

.gpt-ad-leaderboard {
	min-width: 320px;
	/*min-height: 50px;*/
}

.gpt-ad-vertical {
	min-width: 120px;
	/*min-height: 600px;*/
}

.gpt-ad-box {
	min-width: 300px;
	/*min-height: 50px;*/
}

.gpt-ad-sticky {
	min-width: 120px;
	/*min-height: 50px;*/
}

.article-wrapper.author .gpt-ad-box {
	grid-column: span 2;
}

body.home a.featured .category,
.module-category .category {
	text-transform: uppercase;
}

body.single #breadcrumbs .breadcrumb_last {
	display: none;
}

.error404 {
	text-align: initial;

	a {
		display: inline;
		color: #052263;
		width: inherit;
		padding: inherit;
		background-color: inherit;
		font-family: inherit;
		text-decoration: underline;
	}
}

.wrapper.margin-block {
	margin-block: 2em;
}

aside {
	position: relative;
}

.sticky-wrapper {
	position: relative;
	margin-block: 1em 0;
}

@media screen and (min-width: 993px) {
	.sticky-wrapper {
		min-height: 1800px;
	}

	.gpt-ad-sticky {
		position: sticky;
		top: 20px;
	}
}

figure.wp-block-embed {
	margin-bottom: 1.667em
}

figcaption.wp-element-caption {
	font-family: var(--font-relay);
	font-size: 15px;
	margin: 1em 0 4em 0;
}

#top .social-network {
	display: flex;
	justify-content: space-between;
}
#top .last-update {
	font-family: var(--font-relay);
	text-transform: uppercase;
	color: var(--color-blanco);
	font-size: 13px;
	font-weight: 500;
	padding: 12px;
}

h1, h2, h3, h4, h5, h6, p,
.title, .extract {
	text-wrap: pretty;
}

.sidebar .avisos-legales,
.sidebar .newsletter-signup {
	margin-block: 2em;
}

.sidebar .avisos-legales img {
	width: 100%;
	height: auto;
}