@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-pure: rgba(255, 255, 255, .7);--bg-soft: rgba(244, 251, 249, .6);--bg-card: rgba(255, 255, 255, .75);--text-main: #2c3e50;--text-muted: #5d6d7e;--text-light: #95a5a6;--primary: #2fa197;--primary-dark: #248078;--secondary: #65dcd2;--accent: #b2f2eb;--accent-soft: #e0f9f6;--glass-border: rgba(255, 255, 255, .6);--glass-bg: rgba(255, 255, 255, .75);--success: #27ae60;--error: #e74c3c;--warning: #f39c12;--sidebar-width: 280px;--header-height: 70px;--radius-sm: 12px;--radius-md: 24px;--radius-lg: 32px;--shadow-sm: 0 2px 4px rgba(47, 161, 151, .05);--shadow-md: 0 8px 16px rgba(47, 161, 151, .08);--shadow-lg: 0 16px 32px rgba(47, 161, 151, .1);--shadow-premium: 0 20px 60px rgba(47, 161, 151, .15)}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}a{text-decoration:none;color:inherit}html{scroll-behavior:smooth;font-size:16px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}body{font-family:Outfit,system-ui,-apple-system,sans-serif;background-color:var(--bg-pure);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}@keyframes float{0%{transform:translate(0)}50%{transform:translate(-10px,15px)}to{transform:translate(0)}}@keyframes breathe{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bg-gradient{background:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;font-weight:600;font-size:1.1rem;border-radius:var(--radius-md);cursor:pointer;transition:all .3s ease;text-decoration:none;line-height:1.4}.global-background-layer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background-color:#fcfefe;background-image:radial-gradient(circle at 15% 50%,rgba(47,161,151,.03),transparent 50%),radial-gradient(circle at 85% 30%,rgba(101,220,210,.03),transparent 50%)}.gradient-mesh,.orb{display:none}@media(max-width:1024px){.section-padding{padding:4rem 0}}.section-padding{padding:6rem 0;width:100%}@media(max-width:768px){html{font-size:15px}.container{padding:0 1.5rem}.section-padding{padding:4rem 0}.btn{width:100%}}.noticias-list{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%}@media(min-width:640px){.noticias-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.noticias-list{grid-template-columns:repeat(3,1fr)}}.noticia-card{padding:0;overflow:hidden;display:flex;flex-direction:column;height:100%;background:var(--bg-pure);border-radius:var(--radius-md);border:1px solid rgba(148,163,184,.1);box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1)}.noticia-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--secondary)}.noticia-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.noticia-card-image-container{width:100%;aspect-ratio:16 / 9;overflow:hidden;position:relative;background:var(--bg-soft)}.noticia-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.noticia-card:hover .noticia-card-image{transform:scale(1.05)}.noticia-card-content{padding:1.1rem;display:flex;flex-direction:column;flex-grow:1;gap:.6rem}.noticia-meta-compact{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem}.noticia-tema-badge{background:var(--accent-soft);color:var(--primary);padding:3px 10px;border-radius:var(--radius-sm);font-weight:700;text-transform:uppercase;font-size:.65rem;letter-spacing:.05em}.noticia-fecha-compact{color:var(--text-muted);font-weight:500;font-size:.75rem}.noticia-title-compact{font-size:1.05rem;line-height:1.4;color:var(--primary);font-weight:700;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.noticia-excerpt-compact{font-size:.9rem;line-height:1.5;color:var(--text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.noticia-detalle-image{width:100%;max-height:450px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:2rem;box-shadow:var(--shadow-lg)}@media(min-width:1024px){.noticias-list{grid-template-columns:repeat(2,1fr)!important}}.noticia-card.styled-card{padding:0!important;height:160px;min-height:unset!important;border-radius:12px;display:flex!important;flex-direction:row!important}.noticia-card-link{display:flex!important;flex-direction:row!important;width:100%;height:100%;align-items:stretch}.noticia-card-image-container{width:180px!important;height:100%!important;aspect-ratio:unset!important;flex-shrink:0;margin:0!important;background:#f1f5f9;border-radius:0!important}.noticia-card-image{width:100%;height:100%;object-fit:cover;border-radius:0!important;transition:transform .5s ease}.noticia-card-content{flex-grow:1;padding:1rem!important;display:flex;flex-direction:column;justify-content:center;min-width:0;overflow:hidden}.noticia-title-compact{font-size:1.05rem!important;line-height:1.3!important;margin-bottom:.25rem!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6rem}.noticia-excerpt-compact{font-size:.85rem!important;line-height:1.35!important;color:#64748b;margin-top:.2rem!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.noticia-meta-compact{margin-bottom:.35rem!important;display:flex;justify-content:space-between;align-items:center}.noticia-tema-badge{font-size:.6rem!important;padding:2px 6px!important}.noticia-fecha-compact{font-size:.7rem!important}@media(max-width:640px){.noticia-card.styled-card{height:130px}.noticia-card-image-container{width:130px!important}}.noticia-detalle{max-width:800px;margin:4rem auto;padding:0 1.5rem}.hover-bg-soft:hover{background-color:var(--bg-soft)!important;color:var(--text-main)!important}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff!important;border:none;box-shadow:0 4px 15px #14b8a666;position:relative;overflow:hidden;z-index:1;animation:pulse-soft 3s infinite}@keyframes pulse-soft{0%{box-shadow:0 4px 15px #14b8a666}50%{box-shadow:0 4px 25px #14b8a699}to{box-shadow:0 4px 15px #14b8a666}}.btn-primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);transition:opacity .3s ease;z-index:-1;opacity:0}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #14b8a680}.btn-primary:hover:before{opacity:1}.btn-secondary{background:#ffffffe6;color:var(--primary-dark)!important;border:1px solid var(--primary);box-shadow:0 2px 10px #0000000d}.btn-secondary:hover{background:#fff;border-color:var(--primary-dark);color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.noticia-volver{background:none;border:none;color:var(--primary);font-weight:600;cursor:pointer;margin-bottom:2rem;display:inline-flex;align-items:center;gap:.5rem;padding:0;font-size:1rem}.noticia-volver:hover{text-decoration:underline}.noticia-detalle-image{width:100%;height:auto;border-radius:var(--radius-lg);margin-bottom:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--glass-border)}.noticia-detalle h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;line-height:1.2;color:var(--text-main)}.noticia-meta{display:flex;gap:1rem;color:var(--text-muted);font-size:.9rem;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid var(--glass-border)}.noticia-contenido{font-size:1.1rem;line-height:1.8;color:var(--text-muted)}.noticia-contenido h2,.noticia-contenido h3{color:var(--text-main);margin-top:2.5rem;margin-bottom:1rem}.noticia-contenido p{margin-bottom:1.5rem}.noticia-contenido ul,.noticia-contenido ol{margin-bottom:1.5rem;padding-left:1.5rem}.noticia-contenido li{margin-bottom:.5rem}.noticia-contenido img{max-width:100%;border-radius:var(--radius-md);margin:2rem 0}html,body,#root{min-height:100vh;width:100vw;margin:0;padding:0;box-sizing:border-box;background:transparent}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.noticia-card.styled-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #2a2a7a1a,0 1.5px 6px #0000000a;margin-bottom:2.5rem;padding:1.2rem 1.5rem;transition:box-shadow .2s,transform .2s;border:1.5px solid #f0f1fa;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:220px}.noticia-card-image,.noticia-card-image-placeholder{width:100%;max-width:320px;aspect-ratio:16/9;object-fit:cover;border-radius:12px;background:#f0f1fa;display:block;margin:0 auto 1.2rem;box-shadow:0 1px 4px #2a2a7a12}.noticia-card-image-placeholder{display:flex;align-items:center;justify-content:center;color:#b0b3c6;font-size:2.2rem;font-weight:700;min-height:110px;background:linear-gradient(135deg,#f0f1fa 60%,#e9edfa)}.noticia-card-header{margin-bottom:.5rem}.noticia-title{font-size:1.15rem;font-weight:800;color:#2a2a7a;margin-bottom:.3rem;line-height:1.2}.noticia-title a{color:inherit;text-decoration:none;transition:color .2s}.noticia-title a:hover{color:#1a1a5a;text-decoration:underline}.noticia-meta{font-size:.93rem;color:#888;margin-bottom:.5rem;display:flex;gap:.7rem;align-items:center}.noticia-tema{color:#2a2a7a;font-weight:600;background:#f0f1fa;border-radius:6px;padding:.12em .6em;font-size:.91em}.noticia-fecha{color:#666}.noticia-extracto{font-size:1.01rem;color:#444;margin-top:.3rem;margin-bottom:.1rem}.noticia-card.styled-card:hover{box-shadow:0 8px 32px #2a2a7a29,0 2px 8px #0000000f;transform:translateY(-2px) scale(1.012);border-color:#e0e7ff}@media(max-width:700px){.noticia-card.styled-card{padding:.7rem .3rem}.noticia-title{font-size:1rem}.noticia-card-image,.noticia-card-image-placeholder{max-width:100%;min-height:80px}}.noticias-list.styled-list{display:flex;flex-direction:column;gap:1.5rem}.noticias-list-loading,.noticias-list-empty{text-align:center;color:#888;margin:2rem 0}.styled-button{background:#2a2a7a;color:#fff;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;cursor:pointer;margin-top:1rem;transition:background .2s}.styled-button:hover{background:#1a1a5a}.noticias-title,.noticias-preview-title{font-size:2rem;font-weight:800;color:#2a2a7a;margin-bottom:2rem}.noticias-section,.noticias-preview-section{max-width:800px;margin:0 auto;padding:2rem 0}.noticias-section{max-width:900px;margin:0 auto;padding:2rem 0}.noticias-title{font-size:2.5rem;font-weight:800;color:#2a2a7a;margin-bottom:1rem}.noticias-page{padding-top:90px}@media(max-width:991px){.noticias-section{padding:1rem 0;max-width:100%}.noticias-title{font-size:1.5rem}.noticias-page{padding-top:70px}}.noticia-detalle{max-width:900px;margin:0 auto;padding:2rem 0}.noticia-meta{display:flex;gap:1rem;font-size:1rem;color:#888;margin-bottom:1.5rem}.noticia-contenido{font-size:1.08rem;color:#333;line-height:1.7;margin-top:1.5rem;background:#fff;border-radius:18px;box-shadow:0 4px 24px #2a2a7a1a,0 1.5px 6px #0000000a;padding:2.2rem 2.2rem 2rem;margin-bottom:2.5rem}.noticia-contenido h1,.noticia-contenido h2{font-family:inherit;font-weight:800;color:#2a2a7a}.noticia-contenido h1{font-size:2rem;margin-bottom:1.2rem;margin-top:0}.noticia-contenido h2{font-size:1.35rem;margin-top:2rem;margin-bottom:.8rem}.noticia-contenido p{margin-bottom:1.2rem;color:#444}.noticia-contenido ul{margin:1rem 0 1.5rem 2rem;padding-left:1.2rem}.noticia-contenido li{margin-bottom:.7rem;color:#333;font-size:1.05rem}.noticia-contenido strong{color:#2a2a7a}.noticia-contenido img{display:block;max-width:100%;height:auto;margin:1.5rem auto;border-radius:12px;box-shadow:0 2px 8px #00000012}.noticia-volver{display:inline-block;margin-bottom:1.5rem;background:var(--primary);color:#fff;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s;text-decoration:none}.noticia-volver:hover{background:var(--secondary)}
