@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap";:root{--primary-color: #3b82f6;--text-dark: #111827;--text-light: #6b7280;--bg-white: #ffffff;--bg-gray: #f8fafc;--border-color: #e5e7eb;--border-light: #f1f5f9;--shadow-sm: 0 2px 4px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--shadow-hover: 0 12px 32px rgba(0,0,0,.15)}.main-content[data-astro-cid-2hpes37b]{max-width:90rem;margin:0 auto;padding:1rem}.hero[data-astro-cid-2hpes37b]{background:var(--bg-white);border-radius:.75rem;box-shadow:var(--shadow-sm);padding:3rem 2rem;margin-bottom:3rem;text-align:center}.hero[data-astro-cid-2hpes37b] h1[data-astro-cid-2hpes37b]{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero[data-astro-cid-2hpes37b] p[data-astro-cid-2hpes37b]{font-size:1.25rem;color:var(--text-light);max-width:48rem;margin:0 auto;line-height:1.6}.categories-section[data-astro-cid-2hpes37b]{margin-bottom:3rem;text-align:center}.categories-section[data-astro-cid-2hpes37b] h2[data-astro-cid-2hpes37b]{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem;padding-bottom:.75rem;display:inline-block}.grid[data-astro-cid-2hpes37b]{display:grid;gap:2rem;margin-bottom:3rem}.grid-3[data-astro-cid-2hpes37b]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card[data-astro-cid-2hpes37b]{background:var(--bg-white);border-radius:.75rem;box-shadow:var(--shadow-sm);padding:2rem;text-align:center;transition:all .3s ease;border:1px solid var(--border-color);display:flex;flex-direction:column}.card[data-astro-cid-2hpes37b]:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card-icon[data-astro-cid-2hpes37b]{font-size:3rem;color:var(--primary-color);margin-bottom:1rem}.card[data-astro-cid-2hpes37b] h3[data-astro-cid-2hpes37b]{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.card[data-astro-cid-2hpes37b] p[data-astro-cid-2hpes37b]{color:var(--text-light);line-height:1.6;flex-grow:1}.category-card[data-astro-cid-2hpes37b]{position:relative;width:100%;height:250px;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;border:3px solid transparent}.category-card[data-astro-cid-2hpes37b]:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.category-image[data-astro-cid-2hpes37b]{width:100%;height:100%;position:relative}.category-image[data-astro-cid-2hpes37b] img[data-astro-cid-2hpes37b]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card[data-astro-cid-2hpes37b]:hover .category-image[data-astro-cid-2hpes37b] img[data-astro-cid-2hpes37b]{transform:scale(1.05)}.category-content[data-astro-cid-2hpes37b]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:2rem 1.5rem 1.5rem;color:#fff;text-align:center}.category-content[data-astro-cid-2hpes37b] h3[data-astro-cid-2hpes37b]{font-size:1.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.category-link[data-astro-cid-2hpes37b]{position:absolute;inset:0;text-decoration:none;z-index:2}.category-card[data-astro-cid-2hpes37b].deportes:hover{box-shadow:0 12px 24px #2563eb4d;border-color:#2563eb}.category-card[data-astro-cid-2hpes37b].deportes:hover .category-content[data-astro-cid-2hpes37b]{background:linear-gradient(transparent,#2563ebe6)}.category-card[data-astro-cid-2hpes37b].videojuegos:hover{box-shadow:0 12px 24px #ef44444d;border-color:#ef4444}.category-card[data-astro-cid-2hpes37b].videojuegos:hover .category-content[data-astro-cid-2hpes37b]{background:linear-gradient(transparent,#ef4444e6)}.category-card[data-astro-cid-2hpes37b].tecnologia:hover{box-shadow:0 12px 24px #22c55e4d;border-color:#22c55e}.category-card[data-astro-cid-2hpes37b].tecnologia:hover .category-content[data-astro-cid-2hpes37b]{background:linear-gradient(transparent,#22c55ee6)}.news-section[data-astro-cid-2hpes37b]{margin-bottom:4rem}.news-section[data-astro-cid-2hpes37b] h2[data-astro-cid-2hpes37b]{font-size:2rem;font-weight:700;margin-bottom:2rem;padding-bottom:.75rem;display:inline-block}.noticias-grid[data-astro-cid-2hpes37b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;align-items:stretch;padding:0;margin:0}.loading-state[data-astro-cid-2hpes37b],.empty-state[data-astro-cid-2hpes37b]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:var(--text-light);grid-column:1 / -1}.spinner[data-astro-cid-2hpes37b]{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state[data-astro-cid-2hpes37b] .icon[data-astro-cid-2hpes37b]{font-size:4rem;color:#d1d5db;margin-bottom:1rem;display:block}.hidden[data-astro-cid-2hpes37b]{display:none!important}@media (max-width: 768px){.main-content[data-astro-cid-2hpes37b]{padding:1rem}.hero[data-astro-cid-2hpes37b]{padding:2rem 1rem}.hero[data-astro-cid-2hpes37b] h1[data-astro-cid-2hpes37b]{font-size:2rem}.hero[data-astro-cid-2hpes37b] p[data-astro-cid-2hpes37b]{font-size:1.125rem}.card[data-astro-cid-2hpes37b]{padding:1.5rem}.category-card[data-astro-cid-2hpes37b]{height:200px}.category-content[data-astro-cid-2hpes37b] h3[data-astro-cid-2hpes37b]{font-size:1.25rem}.noticias-grid[data-astro-cid-2hpes37b]{grid-template-columns:1fr;gap:1.5rem}.noticia-content[data-astro-cid-2hpes37b]{padding:1.25rem;min-height:100px}.noticia-titulo[data-astro-cid-2hpes37b]{font-size:1.1rem;min-height:3rem}.noticia-fecha[data-astro-cid-2hpes37b]{font-size:.85rem;padding-top:.5rem}}.hero-noticia[data-astro-cid-2hpes37b]{margin-bottom:3rem}.noticia-principal[data-astro-cid-2hpes37b]{background:var(--bg-white);border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-lg);transition:all .3s ease}.noticia-principal[data-astro-cid-2hpes37b]:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.noticia-principal-link[data-astro-cid-2hpes37b]{display:block;text-decoration:none;color:inherit}.noticia-principal-imagen[data-astro-cid-2hpes37b]{width:100%;height:400px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.noticia-principal-imagen[data-astro-cid-2hpes37b] img[data-astro-cid-2hpes37b]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.noticia-principal[data-astro-cid-2hpes37b]:hover .noticia-principal-imagen[data-astro-cid-2hpes37b] img[data-astro-cid-2hpes37b]{transform:scale(1.05)}.imagen-placeholder-principal[data-astro-cid-2hpes37b]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8}.imagen-placeholder-principal[data-astro-cid-2hpes37b] .material-icons-outlined[data-astro-cid-2hpes37b]{font-size:4rem}.noticia-principal-content[data-astro-cid-2hpes37b]{padding:2rem}.noticia-categoria[data-astro-cid-2hpes37b]{display:inline-block;background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.noticia-principal-titulo[data-astro-cid-2hpes37b]{font-size:2.5rem;font-weight:700;color:var(--text-dark);line-height:1.2;margin-bottom:1.5rem}.noticia-principal-meta[data-astro-cid-2hpes37b]{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.noticia-autor[data-astro-cid-2hpes37b]{font-weight:600;color:var(--text-dark)}.noticia-fecha-principal[data-astro-cid-2hpes37b]{color:var(--text-light);font-size:.875rem}.noticias-secundarias[data-astro-cid-2hpes37b]{margin-bottom:3rem}.noticias-secundarias-grid[data-astro-cid-2hpes37b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.noticia-secundaria[data-astro-cid-2hpes37b]{background:var(--bg-white);border-radius:.5rem;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--border-light)}.noticia-secundaria[data-astro-cid-2hpes37b]:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.noticia-secundaria-link[data-astro-cid-2hpes37b]{display:flex;text-decoration:none;color:inherit;height:100%}.noticia-secundaria-imagen[data-astro-cid-2hpes37b]{width:120px;height:120px;flex-shrink:0;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.noticia-secundaria-imagen[data-astro-cid-2hpes37b] img[data-astro-cid-2hpes37b]{width:100%;height:100%;object-fit:cover}.imagen-placeholder-secundaria[data-astro-cid-2hpes37b]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8}.imagen-placeholder-secundaria[data-astro-cid-2hpes37b] .material-icons-outlined[data-astro-cid-2hpes37b]{font-size:2rem}.noticia-secundaria-content[data-astro-cid-2hpes37b]{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.noticia-categoria-small[data-astro-cid-2hpes37b]{font-size:.75rem;color:var(--primary-color);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.noticia-secundaria-titulo[data-astro-cid-2hpes37b]{font-size:1rem;font-weight:600;color:var(--text-dark);line-height:1.4;margin-bottom:.5rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.noticia-fecha-secundaria[data-astro-cid-2hpes37b]{font-size:.75rem;color:var(--text-light);margin-top:auto}@media (max-width: 768px){.noticia-principal-titulo[data-astro-cid-2hpes37b]{font-size:1.875rem}.noticia-principal-content[data-astro-cid-2hpes37b]{padding:1.5rem}.noticia-principal-imagen[data-astro-cid-2hpes37b]{height:250px}.noticias-secundarias-grid[data-astro-cid-2hpes37b]{grid-template-columns:1fr}.noticia-secundaria-link[data-astro-cid-2hpes37b]{flex-direction:column}.noticia-secundaria-imagen[data-astro-cid-2hpes37b]{width:100%;height:200px}}.hero[data-astro-cid-2hpes37b]{position:relative;color:#fff;padding:8.3rem 2rem;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero-img[data-astro-cid-2hpes37b]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 34%;z-index:0}.hero-content[data-astro-cid-2hpes37b]{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;height:100%}.hero[data-astro-cid-2hpes37b]:before{content:"";position:absolute;inset:0;background:#0009;z-index:1}.hero-top[data-astro-cid-2hpes37b]{display:flex;justify-content:flex-start;align-items:flex-start;margin-top:2rem}.hero-bottom[data-astro-cid-2hpes37b]{display:flex;justify-content:flex-start;align-items:flex-end;margin-bottom:2rem}.mas-noticias-btn[data-astro-cid-2hpes37b]{position:relative;display:inline-block;background:linear-gradient(135deg,#059669,#047857);color:#fff;text-decoration:none;padding:1.25rem 2.5rem;border-radius:12px;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0596694d,0 2px 8px #05966933;border:2px solid transparent;cursor:pointer;overflow:hidden;z-index:1}.mas-noticias-btn[data-astro-cid-2hpes37b]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease;z-index:-1}.mas-noticias-btn[data-astro-cid-2hpes37b]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#047857,#065f46);opacity:0;transition:opacity .4s ease;z-index:-2}.mas-noticias-btn[data-astro-cid-2hpes37b]:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #05966966,0 4px 15px #0596694d,inset 0 1px #fff3;border-color:#ffffff4d;letter-spacing:.15em}.mas-noticias-btn[data-astro-cid-2hpes37b]:hover:before{left:100%}.mas-noticias-btn[data-astro-cid-2hpes37b]:hover:after{opacity:1}.mas-noticias-btn[data-astro-cid-2hpes37b]:active{transform:translateY(-1px) scale(1.02);box-shadow:0 4px 15px #05966966,0 2px 8px #0596694d}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]{font-family:sans-serif;font-size:2.8rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.7);margin:0;max-width:100%;text-align:left;word-break:break-word;white-space:normal;overflow:hidden;position:relative;line-height:1.2;display:inline-block;width:auto}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]:after{content:"";position:absolute;right:-.2em;width:.15em;height:1.2em;background-color:#059669;animation:blink-caret .75s step-end infinite}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]{animation:typewriter 4s steps(44,end) forwards;white-space:nowrap;overflow:hidden;width:0;max-width:100%}@media (max-width: 992px){.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]{font-size:2.2rem;animation:typewriter 4s steps(44,end) forwards}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]:after{width:.12em}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{background-color:transparent}50%{background-color:#059669}}.page-container[data-astro-cid-2hpes37b]{max-width:1200px;margin:1rem auto;padding:0 2rem}.tema-section[data-astro-cid-2hpes37b]{margin-bottom:1rem}.tema-header[data-astro-cid-2hpes37b]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tema-title[data-astro-cid-2hpes37b]{font-family:Oswald,sans-serif;font-size:2.8rem;color:#fff!important;background-color:#059669;padding:.5rem 1.5rem;display:inline-block;font-weight:400;border-radius:8px;border:none;box-shadow:none}.noticias-grid[data-astro-cid-2hpes37b]{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}@media (max-width: 1200px){.noticias-grid[data-astro-cid-2hpes37b]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]{font-size:2.2rem;animation:typewriter 4s steps(44,end) forwards}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]:after{width:.12em;right:-.15em}}@media (max-width: 768px){.noticias-grid[data-astro-cid-2hpes37b]{grid-template-columns:repeat(2,1fr)}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]{font-size:2.2rem;text-align:center;animation:typewriter 4s steps(44,end) forwards}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]:after{width:.12em;height:1.3em;right:-.15em}.mas-noticias-btn[data-astro-cid-2hpes37b]{font-size:1rem;padding:.8rem 1.5rem}.hero[data-astro-cid-2hpes37b]{padding:6rem 1rem;text-align:center}.hero-top[data-astro-cid-2hpes37b]{justify-content:center;text-align:center;margin-bottom:3rem}.hero-bottom[data-astro-cid-2hpes37b]{justify-content:flex-start;margin-bottom:1rem;padding-left:2rem}.page-container[data-astro-cid-2hpes37b]{padding:0 1rem}.tema-title[data-astro-cid-2hpes37b]{font-size:2.3rem;padding:.4rem 1rem}.tema-header[data-astro-cid-2hpes37b]{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem}.ver-mas-btn[data-astro-cid-2hpes37b]{font-size:.75rem;padding:.4rem .8rem;flex-shrink:0}.ver-mas-btn[data-astro-cid-2hpes37b] .material-icons-outlined[data-astro-cid-2hpes37b]{font-size:.9rem}}@media (max-width: 480px){.noticias-grid[data-astro-cid-2hpes37b]{grid-template-columns:1fr}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]{font-size:1.7rem;text-align:center;animation:typewriter 4s steps(44,end) forwards}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]:after{width:.1em;height:1.4em;right:-.12em}.hero[data-astro-cid-2hpes37b]{padding:5rem .5rem}.mas-noticias-btn[data-astro-cid-2hpes37b]{font-size:.9rem;padding:.7rem 1.2rem}.hero-top[data-astro-cid-2hpes37b]{margin-bottom:4rem}.hero-bottom[data-astro-cid-2hpes37b]{justify-content:flex-start;margin-bottom:.5rem;padding-left:1.5rem}.page-container[data-astro-cid-2hpes37b]{padding:0 .5rem}.tema-title[data-astro-cid-2hpes37b]{font-size:1.8rem;padding:.3rem .8rem}.tema-header[data-astro-cid-2hpes37b]{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem}.ver-mas-btn[data-astro-cid-2hpes37b]{font-size:.7rem;padding:.35rem .7rem;gap:.3rem;flex-shrink:0}.ver-mas-btn[data-astro-cid-2hpes37b] .material-icons-outlined[data-astro-cid-2hpes37b]{font-size:.8rem}}@media (max-width: 320px){.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]{font-size:1.3rem;text-align:center;animation:typewriter 4s steps(44,end) forwards}.hero[data-astro-cid-2hpes37b] .typewriter[data-astro-cid-2hpes37b]:after{width:.08em;height:1.5em;right:-.1em}.hero-bottom[data-astro-cid-2hpes37b]{padding-left:1rem}.tema-title[data-astro-cid-2hpes37b]{font-size:1.6rem;padding:.25rem .6rem}.tema-header[data-astro-cid-2hpes37b]{gap:.25rem}.ver-mas-btn[data-astro-cid-2hpes37b]{font-size:.65rem;padding:.3rem .6rem;gap:.25rem;flex-shrink:0}.ver-mas-btn[data-astro-cid-2hpes37b] .material-icons-outlined[data-astro-cid-2hpes37b]{font-size:.75rem}.page-container[data-astro-cid-2hpes37b]{padding:0 .25rem}}.noticia-card[data-astro-cid-2hpes37b]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014,0 4px 16px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;height:100%;display:flex;flex-direction:column}.noticia-card[data-astro-cid-2hpes37b]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#059669,#047857,#065f46);opacity:0;transition:opacity .3s ease}.noticia-card[data-astro-cid-2hpes37b]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f,0 4px 8px #00000014;border-color:#d1d5db}.noticia-card[data-astro-cid-2hpes37b]:hover:before{opacity:1}.noticia-card[data-astro-cid-2hpes37b]:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;pointer-events:none}.noticia-card[data-astro-cid-2hpes37b]:hover:after{left:100%}.card-link[data-astro-cid-2hpes37b]{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%;position:relative;overflow:hidden}.noticia-imagen[data-astro-cid-2hpes37b]{width:100%;height:200px;position:relative;overflow:hidden;background:#f3f4f6}.noticia-imagen[data-astro-cid-2hpes37b] img[data-astro-cid-2hpes37b]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.noticia-card[data-astro-cid-2hpes37b]:hover .noticia-imagen[data-astro-cid-2hpes37b] img[data-astro-cid-2hpes37b]{transform:scale(1.05)}.imagen-placeholder[data-astro-cid-2hpes37b]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;background:#f9fafb;position:relative}.imagen-placeholder[data-astro-cid-2hpes37b] .material-icons-outlined[data-astro-cid-2hpes37b]{font-size:2.5rem;opacity:.5}.noticia-content[data-astro-cid-2hpes37b]{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1;position:relative}.noticia-categoria[data-astro-cid-2hpes37b]{display:inline-block;font-size:.75rem;font-weight:600;color:#fff;padding:.25rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.75rem;width:fit-content;position:relative;background:#059669}.noticia-titulo[data-astro-cid-2hpes37b]{font-size:1.125rem;font-weight:600;color:#111827;line-height:1.4;margin:0 0 .75rem;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.noticia-card[data-astro-cid-2hpes37b]:hover .noticia-titulo[data-astro-cid-2hpes37b]{color:#059669}.noticia-fecha[data-astro-cid-2hpes37b]{font-size:.875rem;color:#6b7280;font-weight:500;margin-top:auto;padding-top:.75rem;border-top:1px solid #f3f4f6;display:flex;align-items:center;gap:.5rem}.noticia-fecha[data-astro-cid-2hpes37b]:before{content:"📅";font-size:.75rem}.ver-mas-btn[data-astro-cid-2hpes37b]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.8rem;transition:all .3s ease;border:none;cursor:pointer;height:fit-content}.ver-mas-btn[data-astro-cid-2hpes37b]:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 3px 8px #0596694d}.ver-mas-btn[data-astro-cid-2hpes37b] .material-icons-outlined[data-astro-cid-2hpes37b]{font-size:1rem}.text-center[data-astro-cid-2hpes37b]{text-align:center}.news-placeholder[data-astro-cid-2hpes37b] .icon[data-astro-cid-2hpes37b]{font-size:5rem;color:#d1d5db;margin-bottom:1rem}.destacados-section[data-astro-cid-2hpes37b]{margin-bottom:1rem}.destacados-header[data-astro-cid-2hpes37b]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.destacados-title[data-astro-cid-2hpes37b]{font-size:1.8rem;font-weight:600;color:#059669;margin-bottom:0;padding-bottom:.5rem;border-bottom:3px solid #059669;display:inline-block}.categoria-destacado[data-astro-cid-2hpes37b]{background:#059669}.destacado-categoria[data-astro-cid-2hpes37b]{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;font-size:.75rem;font-weight:700;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.destacado-titulo[data-astro-cid-2hpes37b]{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.destacado-fecha[data-astro-cid-2hpes37b]{font-size:.875rem;color:#6b7280;font-weight:500}
