@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{--primary: #0f172a;--primary-light: #1e293b;--secondary: #0ea5e9;--accent: #38bdf8;--accent-soft: #e0f2fe;--success: #10b981;--error: #ef4444;--bg-pure: #ffffff;--bg-soft: #f8fafc;--text-main: #0f172a;--text-muted: #64748b;--text-inverse: #ffffff;--glass: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5);--glass-dark: rgba(15, 23, 42, .8);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-premium: 0 20px 25px -5px rgb(0 0 0 / .05), 0 8px 10px -6px rgb(0 0 0 / .05);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--container-max: 1280px}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-main);background-color:var(--bg-pure);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700;color:var(--primary);line-height:1.2}p{color:var(--text-muted)}a{text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.section-padding{padding:8rem 0}.text-center{text-align:center}.gradient-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.2rem;border-radius:var(--radius-full);font-weight:600;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:none}.btn-primary{background:var(--primary);color:var(--text-inverse);box-shadow:0 10px 15px -3px #0f172a33}.btn-primary:hover{background:var(--primary-light);transform:translateY(-3px) scale(1.02);box-shadow:0 20px 25px -5px #0f172a4d}.btn-secondary{background:var(--bg-pure);color:var(--primary);border:1px solid var(--primary)}.btn-secondary:hover{background:var(--bg-soft);transform:translateY(-2px)}.card{background:var(--bg-pure);border-radius:var(--radius-md);padding:2.5rem;border:1px solid #f1f5f9;box-shadow:var(--shadow-premium);transition:all .5s cubic-bezier(.165,.84,.44,1)}.card:hover{transform:translateY(-10px);box-shadow:0 30px 60px -12px #0f172a1a;border-color:var(--accent-soft)}.glass-morphism{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.form-group{margin-bottom:1.5rem;position:relative}.form-label{display:block;font-weight:600;font-size:.875rem;margin-bottom:.5rem;color:var(--primary)}input,textarea{width:100%;padding:1rem 1.2rem;background:var(--bg-soft);border:2px solid transparent;border-radius:var(--radius-sm);font-size:1rem;color:var(--text-main);transition:all .3s ease}input:hover,textarea:hover{background:#f1f5f9}input:focus,textarea:focus{background:var(--bg-pure);border-color:var(--secondary);box-shadow:0 0 0 4px #0ea5e91a;outline:none}.bg-gradient{background:radial-gradient(circle at top right,var(--accent-soft),transparent 40%),radial-gradient(circle at bottom left,#f0f9ff,transparent 40%)}@media(max-width:1024px){.section-padding{padding:6rem 0}}@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;-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;-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}}html,body,#root{min-height:100vh;width:100vw;margin:0;padding:0;box-sizing:border-box;background:linear-gradient(120deg,#f6f8ff,#e9edfa)}.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)}
