/**
* RUTA: /assets/css/global-deferred.css
* VERSION: v=4.0.1
* DESC: Estilos no críticos. PROTOCOLO: 1 selector = 1 línea | Sin espacios verticales | UTF-8
*/
html { scroll-behavior: smooth; }
body { font-size: 16px; letter-spacing: 0.5px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; object-fit: cover; transition: opacity 0.3s ease; }
.ln-img-container, .ln-img-placeholder { background: #f0f0f0; border-radius: 4px; overflow: hidden; aspect-ratio: 16/9; }
.row-category { margin-bottom: 56px; contain: content; }
.row-heading { font-family: 'Bob Condensed', sans-serif; font-size: 1.85rem; margin-bottom: 24px; border-bottom: 2px solid #f1f1f1; padding-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.row-heading a { text-decoration: none; color: var(--blue-ln, #113FE2); transition: color 0.2s; }
.row-heading a:hover { color: #000; }
.ln-arrow { font-size: 1.2rem; margin-left: 8px; color: #ccc; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.ln-card-post { display: flex; flex-direction: column; }
.ln-card-post h3 { font-family: 'Bob Condensed', sans-serif; font-size: 1.2rem; line-height: 1.25; margin-top: 14px; font-weight: 700; }
.ln-card-post h3 a { color: #222; text-decoration: none; transition: color 0.2s ease; }
.ln-card-post h3 a:hover { color: var(--blue-ln, #113FE2); }
.ln-pagination { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 30px; margin-bottom: 40px; }
.ln-pagination__list { display: flex; list-style: none; padding: 0; margin: 0; gap: 8px; }
.ln-pagination__item { display: inline-block; }
.ln-pagination__link { display: inline-block; padding: 8px 16px; text-decoration: none; color: #333; font-weight: 600; font-size: 0.9rem; border: 1px solid #ddd; border-radius: 4px; transition: all 0.2s ease; background: #fff; }
.ln-pagination__link:hover { background: var(--blue-ln, #113FE2); color: #fff; border-color: var(--blue-ln, #113FE2); transform: translateY(-2px); }
.ln-pagination__link:active { transform: translateY(0); }
.l-main__side { position: sticky; top: 100px; height: fit-content; }
.c-footer { padding: 60px 0 40px; margin-top: 60px; border-top: 1px solid #eee; text-align: center; color: #888; font-family: 'Bob Condensed', sans-serif; font-size: 1rem; }
.ln-section-divider { border: none; border-top: 1px solid #555555; margin: 2rem 0; }
.ln-portal-section { margin-bottom: 40px; }
.ln-portal-grid--4col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.ln-portal-card { display: flex; flex-direction: column; }
.ln-card-img-link { display: block; width: 100%; aspect-ratio: 16/9; background-size: cover; background-position: center; border-radius: 4px; overflow: hidden; position: relative; text-decoration: none; }
.ln-card-img-link img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ln-card-title { font-family: 'Bob Condensed', sans-serif; font-size: 1.1rem; line-height: 1.3; margin-top: 12px; font-weight: 700; }
.ln-card-title a { color: #222; text-decoration: none; transition: color 0.2s ease; }
.ln-card-title a:hover { color: var(--blue-ln, #113FE2); }
.ln-section-wrapper { margin-bottom: 40px; }
.last-ln { margin: 0 0 2rem 0; border-radius: 8px; overflow: hidden; background: #ffffff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; flex-direction: row; }
.last-ln__media { flex: 0 0 40%; max-width: 40%; position: relative; overflow: hidden; background: #f0f0f0; }
.last-ln__media .ln-card-img-link { display: block; width: 100%; height: 100%; min-height: 280px; background-size: cover; background-position: center; text-decoration: none; }
.last-ln__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.last-ln__content { flex: 1; padding: 1.5rem; display: flex; flex-direction: column; justify-content: center; }
.last-ln__text-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 0.75rem; }
.last-ln__label { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #ffffff; background: #ff6b00; padding: 0.25rem 0.6rem; border-radius: 3px; align-self: flex-start; width: fit-content; }
.last-ln__title { font-size: 1.5rem; line-height: 1.25; font-weight: 700; color: #1a1a1a; margin: 0; }
.last-ln__excerpt { font-size: 1rem; line-height: 1.5; color: #555555; margin: 0; }
.last-ln__more { display: inline-block; font-size: 0.875rem; font-weight: 600; color: #ff6b00; margin-top: 0.5rem; }
.last-ln__text-link:hover .last-ln__more { text-decoration: underline; }
@media (max-width: 1024px) { .category-grid, .ln-portal-grid--4col { grid-template-columns: repeat(2, 1fr); gap: 24px; } .row-heading { font-size: 1.6rem; } .last-ln { flex-direction: column; } .last-ln__media { flex: none; max-width: 100%; } .last-ln__media .ln-card-img-link { min-height: 200px; } }
@media (max-width: 480px) { .category-grid, .ln-portal-grid--4col { grid-template-columns: 1fr; gap: 28px; } .l-main__side, .ln-mobile-hide { display: none !important; content-visibility: hidden; } body { font-size: 1.1rem; } .row-category { margin-bottom: 40px; } .ln-card-post h3 { font-size: 1.3rem; } .last-ln__title { font-size: 1.2rem; } }