/* /pex-assets/css/pex-l1.css | v=fix3.0.0.11 | ASPECT-RATIO 16:9 EN MAIN-POST | PROTOCOLO: UNA LINEA POR SELECTOR -- INICIO */
@charset "UTF-8";
.pex-cat-header { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 10px; border-bottom: 2px solid #0056b3; padding-bottom: 5px; }
.pex-cat-header__link { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #131313; }
.pex-cat-header__link:hover { color: #0056b3; }
.pex-cat-header__text { font-family: 'Arial Narrow', sans-serif; font-weight: 700; font-size: .9em; color: #131313; text-transform: uppercase; letter-spacing: .6px;}
.pex-cat-header__link:hover .pex-cat-header__text { color: #0056b3; }
.pex-cat-header__icon { width: 14px; height: 14px; transition: transform 0.2s ease; }
.pex-cat-header__link:hover .pex-cat-header__icon { transform: scale(1.2); }

.main-post { margin-bottom: 20px; width: 100%; display: block !important; }
.main-post-content { display: flex !important; flex-direction: column !important; width: 100% !important; }
.main-post-img-wrap { width: 100% !important; min-height: 200px !important; aspect-ratio: 16/9; border: 1px solid #333; overflow: hidden !important; display: block !important; position: relative; margin-top: 4px; }
.main-post-img-wrap img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; position: absolute; top: 0; left: 0; }
.main-post-date { display: flex; align-items: flex-start; gap: 8px; font-family: Arial, sans-serif; font-size: 14px; color: #131313; align-items: center; margin-bottom: 10px; justify-content: flex-end; }

.date-dot-pulse { width: 12px; height: 12px; background: #C31417; border-radius: 50%; display: inline-block; animation: beat 1.2s infinite ease-in-out; box-shadow: 0 0 5px rgba(195,20,23,0.4); transform: translateY(5px); }
.date-string { font-weight: 700; letter-spacing: 0.7px; color: #131313; margin-top: 4px; }
@keyframes beat { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.25); opacity: 0.8; } 100% { transform: scale(1); opacity: 1; } }
.main-title { display: block; font-family: 'Arial Narrow', sans-serif; font-weight: 700; font-size: 1.3em; color: #131313; margin: 6px 0 7px 0; }
a:hover .main-title { color: #0056b3; }
.last-excerpt { font-family: Georgia, serif; font-size: .94em; line-height: 1.3em; color: #131313; margin-bottom: 15px; hyphens: auto; border-bottom: .8px solid #555; padding-bottom: 10px;}
.last-hr { border: 0; border-top: 3px solid #555; margin: 0; width: 100%; }
.list-item { padding-bottom: 5px; border-bottom: 1px solid #B2B2B2; overflow: hidden; width: 100%; color: #131313; margin-bottom: 20px; }
.list-title-plain { font-family: 'Arial Narrow', sans-serif; font-weight: 700; font-size: 1.05em; line-height: 1.1; color: #131313; margin-bottom: 8px; display: block; }
a:hover .list-title-plain { color: #0056b3; }
.list-wrap-content.list-text-side { width: 100%; overflow: hidden; margin-bottom: 0; font-family: Georgia, serif; font-size: 0.88em; line-height: 1.31em; color: #131313; hyphens: auto;}
.list-thumb-wrap { float: right; margin-left: 3px; width: 135px; height: 86px; border: 1px solid #ccc; overflow: hidden; background: #f0f0f0; }
.list-thumb-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-zoom-wrap { overflow: hidden; position: relative; }
.img-zoom-wrap img { transition: transform 0.3s ease; }
a:hover .img-zoom-wrap img { transform: scale(1.08); }
.list-excerpt-plain { color: #131313; }
.leer-mas { font-family: "Arial Narrow", sans-serif; font-size: 16px; letter-spacing: .7px; color: #0926D8; }
.site-level { width: 100%; margin-bottom: 40px; clear: both; }
.site-level__box { width: 100%; }
.list-container { display: flex; flex-direction: column; }
#id-level-2, #id-level-3, #id-level-4, #id-level-5, #id-level-6 { min-height: 150px; opacity: 0; transition: opacity 0.6s ease-in-out; margin-bottom: 5px; }
#id-level-2.loaded, #id-level-3.loaded, #id-level-4.loaded, #id-level-5.loaded, #id-level-6.loaded { opacity: 1; }
@media (max-width: 767px) {
	.main-post-img-wrap { min-height: 180px !important; margin-bottom: 15px; }
	.main-title { font-size: 1.3em; color: #131313; }
	.last-excerpt { font-size: 1em; color: #131313; }
	.list-thumb-wrap { display: none !important; visibility: hidden !important; }
	.list-wrap-content.list-text-side { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; color: #131313; }
	.list-item { border-bottom: 1px solid #B3B3B3; padding: 15px 0; color: #131313; }
	.list-title-plain { font-size: 1.1em; margin-bottom: 8px; color: #131313; }
	.list-excerpt-plain { hyphens: auto; color: #131313; font-size: 1.1em; }
 .title-grid {font-size: 1em; margin: 7px 0 10px 0; color: #131313; }
 h3 {display: block; margin-block-start: 7px; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; unicode-bidi: isolate;}
}

/* === CONTENEDORES COMO ENLACE (Global) === */
a.main-post,
a.list-item,
a.pex-grid__item {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

a.main-post:hover,
a.list-item:hover,
a.pex-grid__item:hover {
    opacity: 0.92;
}

/* Elimina subrayado y color azul de los textos internos */
a.main-post .main-title,
a.main-post .last-excerpt,
a.main-post .date-string,
a.list-item .list-title-plain,
a.list-item .list-excerpt-plain,
a.pex-grid__item .title-grid {
    color: #131313 !important;
    text-decoration: none !important;
}

/* Hover sutil en títulos */
a.main-post:hover .main-title,
a.list-item:hover .list-title-plain,
a.pex-grid__item:hover .title-grid {
    color: #0056b3 !important;
}
/* /pex-assets/css/pex-l1.css | v=fix3.0.0.11 | ASPECT-RATIO 16:9 EN MAIN-POST - FIN */