:root {
	--pa-color-primary: #0074aa;       
	--pa-color-orange: rgb(255, 64, 0);
	--pa-color-red: rgb(224, 0, 54);  
	--pa-color-dark:#444;
	--pa-color-green:rgb(124,198,34);

	--pa-bg-cookies:#e4e4e4;;
	--pa-bg-gray:#fafafa;

}

.article-category:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    vertical-align: middle;
}

.category-economía:before{
	background-color: var(--pa-color-primary) 
}

.category-sociedad:before{
	background-color: var(--pa-color-orange); 
}

.category-deportes:before{
	background-color: var(--pa-color-green); 
}

.category-variedades:before{
	background-color: var(--pa-color-red); 
}

.category-politica:before,.category-política:before{
	background-color: var(--pa-color-primary) 
}




.text-dark {
  color: #000 !important;
}
/*
h1,h2,h3,h4,h5,h6,p,a,span,body{
	font-family: "Source Serif 4", serif !important;
	font-family: "Literata", serif;
}
*/
.path-node.page-node-type-video {
	background-color: var(--pa-bg-gray);
}

a.hover, a:focus{
	text-decoration: none !important;
}

.login-desktop-section {
	margin: auto;
}

.login-desktop-section, .login-desktop-section a, .login-desktop-section span {
    color: #000;
}

.login-btn-portal {
    border: 2px solid #b1afaf;
    border-radius: 5px;
    margin-top: 5px;
}

.site-branding .logo-pa {
	width: 30%;
}

.Publicado {
	color: green;
}

.site-branding .logo-pa-100 {
	width: 12%;
}

.middle-header-date {
	margin-left: 5%;
}

.middle-column3 ul i {
	font-size: 20px;
	margin-right: 10px;
	color:var(--pa-color-primary);
}

.middle-column3 ul li.pa_search-end {
	margin-left: 10%;
}

/* Sidebar */
.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 250px;
	background-color: #343a40;
	color: white;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 1050;
}
.sidebar.show {
	transform: translateX(0);
}
.sidebar .close-btn {
	font-size: 1.5rem;
	color: white;
	border: none;
	background: none;
	position: absolute;
	top: 10px;
	right: 15px;
}
.hamburger {
	font-size: 1.5rem;
	border: none;
	background: none;
	color: var(--pa-color-primary);
}
.backdrop {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1040;
}
.backdrop.show {
	display: block;
}

#toggleSidebar .bars {
	background-color: var(--pa-color-primary);
	width: 35px;
	display: block;
	height: 3px;
	margin: 6px 0;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.middle-header-date{
	color: var(--pa-color-primary);
}

.navbar-nav.navbar-top-links li {
	padding: 0px 20px;
}

.navbar-top-end-links li {
	padding: 0px 8px;
}

.navbar-top-end-links li i {
	font-size: 14px;
}

.navbar-top-end-links span {
	font-size: 12px;
}

.navbar{
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar.navbar-expand-lg {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.navbar-middle {
	border-bottom: 1px solid #ddd;
}

.navbar-nav.navbar-top-links a {
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.pa_footer .footer-logo img {
	width: 50%;
}

.footer-fisrt-column ul li span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.footer-fisrt-column ul li i {
	color: #163759;
	font-size: 18px;
}

.footer-four-column .logo-epasa img {
	width: 45%;
}
footer.pa_footer .container {
    max-width: 1300px !important;
}

.footer-fisrt-column .follow-links ul li:nth-child(n+2) .wrapp-links {
	/*border: 1px solid #163759;
	border-radius: 50%;*/
	width: 25px;
	height: 25px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

.footer-top-line {
	border-top: 2px solid var(--pa-color-orange);
	padding-bottom: 37px;
}

.pa_footer .follow-links ul li:nth-child(n+1) {
	margin-right: 5px;
}

.pa_footer .footer-fisrt-column .icons li i {
	font-size: 20px;
}

.pa_footer .footer-fisrt-column .icons li {
	margin: auto;
	vertical-align: middle;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.text-small.small-text {
	font-size: 12px;
	color: #444;
	text-transform: capitalize;
}

.separator {
	border-top: 2px solid var(--pa-color-orange);
	padding: 10px;
}

.footer-third-column .footer-text-links ul,
.footer-second-column .footer-text-links ul {
	list-style: none;
	text-transform: uppercase;
	text-decoration: navajowhite;
}

nav.navbar.navbar-expand-lg{
	padding: 0;
}

nav.navbar.navbar-expand-lg .container {
    padding: 4px 0px;
}

.footer-third-column .footer-text-links ul li a,
.footer-second-column .footer-text-links ul li a{
	color: var(--pa-color-dark);
}

.nav-icons-text,a{
	text-decoration: none;
}

.footer-end-divider {
	border-top: 2px solid var(--pa-color-primary);
}

.pa_footer .copy p {
	line-height: 2px;
	font-size: 0.7rem;
}

.text-center.cookies p {
	font-size: 13px;
	font-weight: 500;
}

.bg-cookies{
	background-color: var(--pa-bg-cookies);
}

.article-img-wrapper img {
	width: 100%;
}

.content-wrap, .title-wrap { 
	max-width: 1140px; 
}

img, .card, .btn, .ad-slot, .hero-media, .most-thumb { 
	border-radius: 0 !important; 
}

.ad-slot {
	display:block; width:100%;
	border:1px dashed #ced4da; /* único borde permitido */
	background:repeating-linear-gradient(45deg,#f8f9fa,#f8f9fa 10px,#fff 10px,#fff 20px);
	color:#6c757d; font-size:.875rem; text-align:center; align-content:center; overflow:hidden;
}
.ad-after-header { min-height:100px; max-height:100px; } /* Top ≤100px */
.ad-box { min-height: 280px; }                           /* 300x250/336x280 */
.ad-before-footer{ min-height: 300px; }

/* ===== Módulos sin borde, con sombra para delimitarlos ===== */
.card, .card-plain { border: none !important; }
.mod-elevated      { box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.section-gap{ margin:1rem 0; }


/* Byline (autor con avatar redondo + enlace) */
.byline { display:flex; align-items:center; gap:.75rem; flex-wrap:wrap; color:#6c757d; }
.author-avatar {
	width:48px; height:48px; border-radius:50% !important; object-fit:cover; flex:0 0 48px;
}
.author-name a { text-decoration:none; font-weight:600; }
.author-name a:hover { text-decoration:underline; }

/* ===== HERO: min-height dinámico + aspect-ratio (CLS-safe) ===== */
.hero { margin-bottom: .75rem; }
.hero-media {
	position: relative; width: 100%;
	aspect-ratio: 16 / 9;      /* reserva proporción */
	min-height: 220px;         /* móvil */
	overflow: hidden;
}

.hero-media img{
	width: 100%; height: 100%;
	object-fit: cover; object-position: center; display: block;
}
.hero figcaption{ color:#6c757d; font-size:.875rem; margin-top:.25rem; }

/* ===== Títulos de módulos más grandes con acento (no borde) ===== */
.mod-title {
	font-size: clamp(1.125rem, 1.05rem + 0.5vw, 1.35rem);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: .75rem;
	position: relative;
	letter-spacing: .2px;
}
.mod-title::after{
	content:"";
	display:block;
	margin-top:.35rem;
	width:56px; height:4px;
	background: linear-gradient(90deg, #0d6efd, #66b3ff);
}

/* ===== Listado “Más leídas” con thumbnail a la izquierda ===== */
.most-list { list-style: none; padding: 0; margin: 0; }
.most-item {
	display: flex; gap: .75rem; align-items: center;
	padding: .6rem 0; border-bottom: 1px solid #f1f3f5;
}
.most-item:last-child { border-bottom: 0; }
.most-thumb { flex: 0 0 96px; height: 64px; background: #e9ecef; display: grid; place-items: center; }
.most-thumb img{ width:96px; height:64px; object-fit:cover; display:block; }
.most-title { flex: 1 1 auto; line-height: 1.3; }
.most-title a { text-decoration: none; color: inherit; }

/* ===== Rieles 160x600 fijos fuera del contenedor ===== */
.rail-ad {
	position: fixed; top: 100px; width:160px; height: 600px; z-index: 1030; display: none;
	border:1px dashed #ced4da; background:repeating-linear-gradient(45deg,#f8f9fa,#f8f9fa 10px,#fff 10px,#fff 20px);
	color:#6c757d; font-size:.825rem; text-align:center; align-content:center; overflow:hidden;
}

.offcanvas { z-index: 1050; }

.mod-comments     { min-height: 500px; }
.mod-most-read    { min-height: 500px; }
.mod-most-viewed  { min-height: 500px; }
.mod-selfpromo1   { min-height: 300px; }
.mod-selfpromo2   { min-height: 300px; }
.mod-related      { min-height: 350px; }

.td-sharing-btn {
    color: #444;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    margin: 0 3px 7px;
    height: 40px;
    min-width: 40px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.td-sharing-btn-icon {
    padding-left: 13px;
    padding-right: 13px;
    line-height: 40px;
    z-index: 1;
}

.td-sharing-btn-text {
    padding-right: 17px;
    line-height: 40px;
    font-size: 0.9rem;
}


.td-sharing-btn-text:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #fff;
    opacity: .2;
    z-index: 1;
    background-color: #000;
    opacity: .08;
}

.td-sharing-btn-text {
    position: relative;
    margin-left: -6px;
    padding-left: 12px;
    padding-right: 17px;
    line-height: 40px;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-weight: bold;
}
.td-sharing-btn-icon img {
    width: 14px;
    height: auto;
}

.td-sharing-btn.no-link:before,
.td-sharing-btn.no-link:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 11px;
    border-color: transparent transparent transparent #e9e9e9;
}

.td-sharing-btn.td-facebook .td-sharing-btn-text {
    color: #1877F2;
}

.td-sharing-btn.d-flex.td-whatsapp .td-sharing-btn-text {
    color: #25D366;
}

.td-sharing-btn.d-flex.td-facebook img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(98%) saturate(1376%) hue-rotate(202deg) brightness(97%);
}

.td-sharing-btn.d-flex.td-whatsapp img {
    filter: invert(67%) sepia(67%) saturate(429%) hue-rotate(85deg) brightness(95%) contrast(92%);
}

.td-sharing-btn.d-flex.td-twitter img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(96%) saturate(2042%) hue-rotate(178deg) brightness(102%) contrast(96%);
}


.td-sharing-btn.d-flex.td-twitter .td-sharing-btn-text {
    color: #1DA1F2;
}

.post-sharing a {
    text-decoration: none;
}

.td-sharing-btn.no-link {
    margin-right: 18px;
}

.node--type-video .video_embed iframe {
	width: 100%;
	height: 450px;
}

.col-12.node-tags .badge {
	border-bottom: 1px solid var(--pa-color-primary);
	border-radius: unset;
	margin: 0px 10px;
}

.node--type-video .node-title {
	padding: 25px 0px;
	line-height: normal;
}

.node.node--type-video {
	background-color: #fff;
	padding: 10px;
}

.widget-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 1rem;
    padding-bottom: 0.10rem;
    border-bottom: 3px solid var(--pa-color-primary);
    display: flex;
    align-items: center;
    position: relative;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--pa-color-orange);
}

.widget-sidebar.contenido-patrocinado-sidebar .card{
    background-color: transparent;
}

.widget-sidebar.contenido-patrocinado-sidebar {
    background-color: #ef6e1236;
}

.blogpa-share-container {
  position: relative;
  display: inline-block;
}

.blogpa-share-toggle {
  transition: 0.3s;
}

.blogpa-share-toggle img {
    cursor: pointer;
}

.blogpa-share-menu {
    position: absolute;
    bottom: 0px;
    right: 25px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 25px 10px 5px;
    display: none;
    gap: 8px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

span.blog-author {
    color: var(--pa-color-primary);
    line-height: 0;
    font-size: 1rem;
}

.blogpa-share-menu[style*="block"] {
  display: flex !important;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.blogpa-share-close {
    position: absolute;
    top: -5px;
    right: 7px;
    font-size: 25px;
    cursor: pointer;
    color: #000;
}

.blogpa-share-close:hover {
  color: #000;
}

.blogpa-share-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.blogpa-share-facebook { background: #1877f2; }
.blogpa-share-x { background: #000; }
.blogpa-share-whatsapp { background: #25d366; }
.blogpa-share-linkedin { background: #e1306c; }

.blogpa-share-item:hover {
  transform: scale(1.1);
}

.home-widget-video iframe ,.home-widget-video .video-player iframe,.video-player iframe {
    width: 100% !important;
    height: 350px !important;
}


@media (min-width:1366px){ .rail-right{ display:block; right: calc((100vw - 1140px)/2 - 170px); } }
@media (min-width:1536px){ .rail-left{  display:block; left:  calc((100vw - 1140px)/2 - 170px); } } 
@media (min-width:992px){ .sidebar-sticky{ position:sticky; top:1rem; } }
@media (min-width:768px){ .section-gap{ margin:1.5rem 0; } }
@media (min-width:576px){ .hero-media{ min-height: 300px; } }
@media (min-width:992px){ .hero-media{ min-height: 380px; } }
@media (min-width:1200px){ 
	.container {
		max-width: 1200px !important;
	}
	.hero-media { 
		min-height: 420px; 
	} 
}

@media screen and (max-width: 800px){
	.img-fluid.logo-mobile {
		width: 75%;
	}
	.container {
    	padding: 0 !important;
	}
}

/*opinion columnistas*/
.opinion-article{max-width:820px;margin:0 auto;padding:24px 16px}

.opinion-title-row{
  display:flex;
  gap:16px;
  align-items:flex-start;
  justify-content:space-between;
}

.opinion-title-left{flex:1;min-width:0}

.opinion-cintillo-inline{max-width:180px;margin:0 0 10px}
.opinion-cintillo-inline img{display:block;width:100%;height:auto}

.opinion-title{font-size:2.1rem;line-height:1.15;margin:0 0 10px}

.opinion-meta{display:flex;flex-wrap:wrap;gap:10px;color:#555;font-size:.95rem}
.opinion-date{font-weight:600}
.opinion-section{padding:2px 10px;border:1px solid #ddd;border-radius:999px;background:#fafafa}
.opinion-author-meta{font-weight:600;color:#333}

.opinion-authorphoto-right{
  width:86px;height:86px;flex:0 0 86px;
  border-radius:999px;overflow:hidden;background:#f0f0f0;
  border:1px solid #eee;
}
.opinion-authorphoto-right img{width:100%;height:100%;object-fit:cover;display:block}

.opinion-divider{border:0;border-top:1px solid #eee;margin:18px 0 0}

.opinion-body{font-size:1.08rem;line-height:1.75;color:#1a1a1a}
.opinion-body p{margin:0 0 1em}

.opinion-footer{margin-top:18px;padding-top:14px;border-top:1px solid #eee}
.opinion-tagslabel{font-size:.85rem;color:#666;margin-bottom:6px}
.opinion-tagslist a{display:inline-block;margin:0 6px 6px 0;padding:4px 10px;border:1px solid #e5e5e5;border-radius:999px;background:#fafafa;text-decoration:none}
.opinion-tagslist a:hover{background:#f3f3f3}

/* ROMPEMAQUETA MODULO HOME */

.modulo-home {
  margin-bottom: 30px;
  margin-top: 20px !important;
}

.modulo-home__header {
  margin-bottom: 12px;
}

.modulo-home__title {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 700;
}

.modulo-home__cintillo {
  margin-bottom: 18px;
}

.modulo-home__cintillo {
  width: 100%;
  max-height: 110px;
  overflow: hidden;
  line-height: 0;
}

.modulo-home__cintillo img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.modulo-home__items {
  display: grid;
  gap: initial;
}

.modulo-home--hero_1 .modulo-home__items {
  grid-template-columns: 1fr;
}

.modulo-home--grid_2 .modulo-home__items {
  grid-template-columns: repeat(2, 1fr);
}

.modulo-home--grid_3 .modulo-home__items {
  grid-template-columns: repeat(3, 1fr);
}

.modulo-home--grid_4 .modulo-home__items {
  grid-template-columns: repeat(4, 1fr);
}

.modulo-home__item {
  display: block;
}

.modulo-home__link {
  display: block;
  text-decoration: none;
}

.modulo-home__thumb {
  margin-bottom: 10px;
}

.modulo-home__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.modulo-home__category {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.modulo-home__item-title {
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.modulo-home__summary {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.modulo-home__meta {
  font-size: 13px;
  margin-bottom: 8px;
}

.modulo-home__author {
  font-weight: 600;
  margin-right: 12px;
}

.modulo-home__date {
  opacity: .8;
}

.modulo-home__tags {
  font-size: 13px;
  line-height: 1.4;
}


//* LATERALES  *//
.modulo-home__item--lateral {
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}

.modulo-home__link--lateral {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.modulo-home__text--lateral,
.modulo-home__thumb--lateral {
  min-width: 0;
}

.modulo-home__thumb--lateral {
  width: 100%;
}

.modulo-home__thumb--lateral img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.modulo-home__item--lateral .modulo-home__item-title {
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  line-height: 1;
}

.modulo-home__item--lateral .modulo-home__category {
  margin: 0;
  font-size: .9rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .modulo-home__link--lateral {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.modulo-home__thumb--lateral img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.modulo-home__thumb {
  position: relative;
  overflow: hidden;
}

.modulo-home__play {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  z-index: 2;
}

.modulo-home__thumb {
  position: relative;
  overflow: hidden;
}

.modulo-home__play--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  z-index: 3;
  pointer-events: none;
}

.modulo-home__lateral-takeover,
.modulo-home__lateral-takeover .modulo-home__item,
.modulo-home__lateral-takeover .modulo-home__link,
.modulo-home__lateral-takeover .modulo-home__thumb--lateral {
  height: 100%;
}

.modulo-home__lateral-takeover .modulo-home__thumb--lateral img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   LAYOUT:  1 destacada titulo categoria y resumen
   1_nota_destacada_categoria_titulo_resumen,
========================================================= */
/*fondo full width*/
.modulo-home-bg--_-nota-destacada-categoria-titulo-resumen{
  background: #000;
  margin-top: 1rem !important;
}

/*fondo solo contenedor*/
.modulo-home--1-nota-destacada-categoria-titulo-resumen {
  /*background: #c3c3c3;*/
  padding: initial;
   background: inherit;
}

.modulo-home-bg--_-nota-destacada-categoria-titulo-resumen .modulo-home__title{
	color: #fff;
}

.modulo-home__featured-note {
  width: 100%;
}

.modulo-home__featured-link {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
}

.modulo-home__featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  min-height: 100%;
}

.modulo-home__featured-category {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: .45rem .75rem;
  background: #e61e43;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.modulo-home__featured-title {
  margin: 0 0 1rem 0;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 4rem);
  line-height: 1.02;
  font-weight: 800;
}

.modulo-home__featured-summary {
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.55rem);
  line-height: 1.28;
  max-width: 95%;
}

.modulo-home__featured-media {
  display: flex;
  align-items: stretch;
}

.modulo-home__featured-media img,
.modulo-home__featured-media .modulo-home__thumb,
.modulo-home__featured-media .modulo-home__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home__featured-media .modulo-home__thumb {
  position: relative;
}

@media (max-width: 991.98px) {
  .modulo-home__featured-link {
    grid-template-columns: 1fr;
  }

  .modulo-home__featured-title {
    font-size: clamp(1.7rem, 7vw, 2.7rem);
  }

  .modulo-home__featured-summary {
    max-width: 100%;
  }
}
/* =========================================================
   LAYOUT: 2 notas 1 destacada titulo categoria y resumen
   2_notas_1_destacada_categoria_titulo_resumen,
========================================================= */
/*fondo full with*/
.modulo-home-bg--_-notas-1destacada-categoria-titulo-resumen{
  background: rgba(187, 204, 255, 0.45);
  margin-top: 1rem !important;
}
/*fondo solo container*/
.modulo-home--2-notas-1destacada-categoria-titulo-resumen {
  /*background: rgba(255, 150, 116, 0.45);*/
  background-color: inherit;
  padding: initial;
}

.modulo-home__two-notes-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 0.75fr);
  gap: 1.75rem;
  align-items: start;
}

.modulo-home__featured-split-link {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  text-decoration: none;
  color: inherit;
}

.modulo-home__featured-split-content,
.modulo-home__side-note-content {
  color: inherit;
}

.modulo-home__featured-split-category,
.modulo-home__side-note-category {
  margin-bottom: .75rem;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #6b7280;
}

.modulo-home__featured-split-title {
  margin: 0 0 1rem 0;
  font-size: clamp(2.5rem, 2.5vw, 3.6rem);
  line-height: 1.1;
  font-weight: 650;
}

.modulo-home__featured-split-summary {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  line-height: 1.25;
}

.modulo-home__featured-split-media img,
.modulo-home__featured-split-media .modulo-home__thumb,
.modulo-home__featured-split-media .modulo-home__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home__featured-split-media .modulo-home__thumb {
  position: relative;
}

.modulo-home__side-note-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.modulo-home__side-note-media {
  margin-bottom: .85rem;
}

.modulo-home__side-note-media img,
.modulo-home__side-note-media .modulo-home__thumb,
.modulo-home__side-note-media .modulo-home__thumb img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home__side-note-media .modulo-home__thumb {
  position: relative;
}

.modulo-home__side-note-title {
  margin: 0 0 .75rem 0;
  font-size: clamp(1.35rem, 1.5vw, 2.15rem);
  line-height: 1.02;
  font-weight: 600;
}

.modulo-home__side-note-summary {
  font-size: 1rem;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .modulo-home__two-notes-grid {
    grid-template-columns: 1fr;
  }

  .modulo-home__featured-split-link {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   LAYOUT: 1notas destacada
   Estilo visual base:
   - categoría arriba
   - título con peso fuerte
   - resumen visible
   - imagen con separación inferior
   Cambios futuros SOLO afectan grid_2_2_notas
========================================================= */

/*fondo full width*/
.modulo-home-bg--hero-1-1-nota-destacada{
  background: #c3c3c3;
  margin-top: 1rem !important;
}

/*fondo solo contenedor*/
.modulo-home--hero-1-1-nota-destacada {
  /*background: #c3c3c3;*/
  padding: initial;
   background: inherit;
}

.modulo-home--hero-1-1-nota-destacada .modulo-home__link,
.modulo-home--hero-1-1-nota-destacada .modulo-home__link:visited,
.modulo-home--hero-1-1-nota-destacada .modulo-home__link:hover,
.modulo-home--hero-1-1-nota-destacada .modulo-home__link:focus {
  color: #000;
  text-decoration: none;
}

.modulo-home--hero-1-1-nota-destacada .modulo-home__thumb {
  margin-bottom: .85rem;
}

.modulo-home--hero-1-1-nota-destacada .modulo-home__thumb img,
.modulo-home--hero-1-1-nota-destacada .modulo-home__thumb .img-fluid {
  width: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home--hero-1-1-nota-destacada .modulo-home__category {
  margin-bottom: .55rem;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #6b7280;
}

.modulo-home--hero-1-1-nota-destacada .modulo-home__item-title {
  margin: 0 0 .7rem 0;
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
  line-height: 1.02;
  font-weight: 800;
}

.modulo-home--hero-1-1-nota-destacada .modulo-home__summary {
  font-size: 1rem;
  line-height: 1.3;
  color: #111;
}


/* =========================================================
   LAYOUT: grid_2_2_notas
   Estilo visual base:
   - categoría arriba
   - título con peso fuerte
   - resumen visible
   - imagen con separación inferior
   Cambios futuros SOLO afectan grid_2_2_notas
========================================================= */




.modulo-home--grid-2-2-notas .modulo-home__link,
.modulo-home--grid-2-2-notas .modulo-home__link:visited,
.modulo-home--grid-2-2-notas .modulo-home__link:hover,
.modulo-home--grid-2-2-notas .modulo-home__link:focus {
  color: #000;
  text-decoration: none;
}

.modulo-home--grid-2-2-notas .modulo-home__thumb {
  margin-bottom: .85rem;
}

.modulo-home--grid-2-2-notas .modulo-home__thumb img,
.modulo-home--grid-2-2-notas .modulo-home__thumb .img-fluid {
  width: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home--grid-2-2-notas .modulo-home__category {
  margin-bottom: .55rem;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #6b7280;
}

.modulo-home--grid-2-2-notas .modulo-home__item-title {
  margin: 0 0 .7rem 0;
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
  line-height: 1.02;
  font-weight: 800;
}

.modulo-home--grid-2-2-notas .modulo-home__summary {
  font-size: 1rem;
  line-height: 1.3;
  color: #111;
}


/* =========================================================
   LAYOUT: grid_3
   Mismo estilo inicial que grid_2_2_notas,
   pero aislado para cambios futuros exclusivos de grid_3
========================================================= */

.modulo-home--grid-3 .modulo-home__link,
.modulo-home--grid-3 .modulo-home__link:visited,
.modulo-home--grid-3 .modulo-home__link:hover,
.modulo-home--grid-3 .modulo-home__link:focus {
  color: #000;
  text-decoration: none;
}

.modulo-home--grid-3 .modulo-home__thumb {
  margin-bottom: .85rem;
}

.modulo-home--grid-3 .modulo-home__thumb img,
.modulo-home--grid-3 .modulo-home__thumb .img-fluid {
  width: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home--grid-3 .modulo-home__category {
  margin-bottom: .55rem;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #6b7280;
}

.modulo-home--grid-3 .modulo-home__item-title {
  margin: 0 0 .7rem 0;
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
  line-height: 1.02;
  font-weight: 800;
}

.modulo-home--grid-3 .modulo-home__summary {
  font-size: 1rem;
  line-height: 1.3;
  color: #111;
}


/* =========================================================
   LAYOUT: 1_grande_2_3_pequenas_lateral
   Estilo inicial igual a otros layouts,
   pero independiente para personalización posterior
========================================================= */

.modulo-home--1-grande-2a3-pequenas .modulo-home__item-title,
.modulo-home--1-grande-2a3-pequenas .modulo-home__item-title:visited,
.modulo-home--1-grande-2a3-pequenas .modulo-home__item-title:hover,
.modulo-home--1-grande-2a3-pequenas .modulo-home__item-title:focus,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link:visited,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link:hover,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link:focus,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link--lateral,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link--lateral:visited,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link--lateral:hover,
.modulo-home--1-grande-2a3-pequenas .modulo-home__link--lateral:focus {
  color: #000;
  text-decoration: none;
}

.modulo-home--1-grande-2-3-pequenas-lateral .modulo-home__thumb {
  margin-bottom: .85rem;
}

.modulo-home--1-grande-2-3-pequenas-lateral .modulo-home__thumb img,
.modulo-home--1-grande-2-3-pequenas-lateral .modulo-home__thumb .img-fluid {
  width: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home--1-grande-2-3-pequenas-lateral .modulo-home__category {
  margin-bottom: .55rem;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.modulo-home--1-grande-2-3-pequenas-lateral .modulo-home__item-title {
  margin: 0 0 .7rem 0;
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
  line-height: 1.02;
  font-weight: 800;
  color: #000;
}

.modulo-home--1-grande-2-3-pequenas-lateral .modulo-home__summary {
  font-size: 1rem;
  line-height: 1.3;
  color: #111;
  color: #000;
}


/* =========================================================
   LAYOUT: 1_grande_3_6_pequenas_inferior
   Estilo inicial igual a otros layouts,
   pero aislado por si luego piden ajustes exclusivos
========================================================= */

.modulo-home--1-grande-3-a-6-pequenas-inferior .modulo-home__link,
.modulo-home--1-grande-3-a-6-pequenas-inferior .modulo-home__link:visited,
.modulo-home--1-grande-3-a-6-pequenas-inferior .modulo-home__link:hover,
.modulo-home--1-grande-3-a-6-pequenas-inferior .modulo-home__link:focus {
  color: #000;
  text-decoration: none;
}

.modulo-home--1-grande-3-6-pequenas-inferior .modulo-home__thumb {
  margin-bottom: .85rem;
}

.modulo-home--1-grande-3-6-pequenas-inferior .modulo-home__thumb img,
.modulo-home--1-grande-3-6-pequenas-inferior .modulo-home__thumb .img-fluid {
  width: 100%;
  display: block;
  object-fit: cover;
}

.modulo-home--1-grande-3-6-pequenas-inferior .modulo-home__category {
  margin-bottom: .55rem;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #6b7280;
}

.modulo-home--1-grande-3-6-pequenas-inferior .modulo-home__item-title {
  margin: 0 0 .7rem 0;
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
  line-height: 1.02;
  font-weight: 800;
}

.modulo-home--1-grande-3-6-pequenas-inferior .modulo-home__summary {
  font-size: 1rem;
  line-height: 1.3;
  color: #111;
}


/*           */
.modulo-home--grid-2-2-notas .modulo-home__item-title,
.modulo-home--grid-2-2-notas .modulo-home__summary,
.modulo-home--grid-2-2-notas .modulo-home__category,
.modulo-home--grid-3 .modulo-home__item-title,
.modulo-home--grid-3 .modulo-home__summary,
.modulo-home--grid-3 .modulo-home__category,
.modulo-home--1-grande-2a3-pequenas .modulo-home__item-title,
.modulo-home--1-grande-2a3-pequenas .modulo-home__summary,
.modulo-home--1-grande-2a3-pequenas .modulo-home__category,
.modulo-home--1-grande-3-a-6-pequenas-inferior .modulo-home__item-title,
.modulo-home--1-grande-3-a-6-pequenas-inferior .modulo-home__summary,
.modulo-home--1-grande-3-a-6-pequenas-inferior .modulo-home__category {
  color: #000;
}


/* 4 notas  */


.modulo-home--grid-4 .modulo-home__link,
.modulo-home--grid-4 .modulo-home__link:visited,
.modulo-home--grid-4 .modulo-home__link:hover,
.modulo-home--grid-4 .modulo-home__link:focus {
  color: #000;
  text-decoration: none;
}

.modulo-home--grid-4 .modulo-home__item-title,
.modulo-home--grid-4 .modulo-home__category,
.modulo-home--grid-4 .modulo-home__summary {
  color: #000;
}

.modulo-home--grid-4 a *,
.modulo-home--grid-4 .modulo-home__link * {
  color: inherit;
}

.modulo-home-bg {
  padding: 1rem 0;
}

.modulo-home-bg--grid-4 {
  background: #f5f5f5;
}

.modulo-home-bg--grid-3 {
  background: #f5f5f5;
}

.modulo-home-bg--1-nota-destacada-categoria-titulo-resumen {
  background: #f5f5f5;
}

.modulo-home-bg--2-notas-1destacada-categoria-titulo-resumen {
  background: #fff;
}


.modulo-home-bg {
  padding: 1px 0;
}

.modulo-home__header {
  padding: initial;
}

.modulo-home__title {
  margin: 0;
}

.modulo-home-bg--grid-4 {
  background: #f5f5f5;
}

.modulo-home-bg--grid-3 {
  background: #f5f5f5;
}

.modulo-home-bg--1-grande-3-a-6-pequenas-inferior {
  background: #f5f5f5;
}

.modulo-home-bg--1-nota-destacada-categoria-titulo-resumen {
  background: #000;
}


/* ROMPEMAQUETA MODULO HOME */

/* 
COLUMNAS DE OPINION
themes/custom/b5subtheme/templates/views/views-view-fields--modulos--block-12.html.twig
themes/custom/b5subtheme/templates/views/views-view-unformatted--modulos--block-12.html.twig
 */
.columnistas-opinion {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: #fff;
  /*border-top: 1px solid #d9d9d9;*/
  border-bottom: 1px solid #d9d9d9;
}

.columnistas-opinion__item {
  padding: 14px 12px;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  min-width: 0;
}

.columnistas-opinion__item:last-child {
  border-right: 0;
}

.columnista-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.columnista-card__avatar {
  width: 96px;
  height: 96px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  /*background: #dbe6ef;*/
  background: #fff;  
  display: flex;
  align-items: center;
  justify-content: center;
}

.columnista-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  filter: grayscale(100%);
}

.columnista-card__author {
  width: 100%;
  margin-bottom: 8px;
  color: #1b1b1b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.15;
  font-style: italic;
  overflow-wrap: break-word;
  hyphens: auto;
}

.columnista-card__title {
  width: 100%;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.08;
  font-weight: 700;
  overflow-wrap: break-word;
  hyphens: auto;
}

.columnista-card__title a,
.columnista-card__author a,
.columnista-card__avatar a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .columnistas-opinion {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .columnistas-opinion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .columnistas-opinion {
    grid-template-columns: 1fr;
  }

  .columnistas-opinion__item {
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .columnistas-opinion__item:last-child {
    border-bottom: 0;
  }
}
/* COLUMNAS DE OPINION */

/* Columnistas
views-view-unformatted--columnistas--page-1.html.twig */
.author-photo-link img,
.author-img img {
  width: 120px;
  height: 120px;
  object-fit: cover !important;
  border-radius: 50% !important;
  filter: grayscale(100%) !important;
  display: block !important;
}
.author-photo-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-photo-link img,
.author-img img {
  /*width: 80px;*/
  /*height: 80px;*/
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
  display: block;
  border: 2px solid #ddd;
}
/* Columnistas */