.header{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#fff;display:flex;flex-direction:column;gap:.25rem}.logo h1{font-size:1.75rem;font-weight:700;margin:0}.logo .subtitle{font-size:.9rem;opacity:.9;font-weight:400}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s;padding:.5rem 1rem;border-radius:4px}.nav-link:hover{opacity:.8;background-color:#ffffff1a}@media (max-width: 768px){.header-container{padding:1rem;flex-direction:column;gap:1rem}.nav{gap:1rem}.logo h1{font-size:1.5rem}}.footer{background-color:#2c3e50;color:#fff;margin-top:auto;padding:2rem 1rem}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-container p{margin:.5rem 0;opacity:.9}.footer-tagline{font-size:.9rem;opacity:.7}.home{width:100%}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;margin-bottom:3rem;box-shadow:0 4px 6px #0000001a}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.8}.cursos-section{margin-bottom:4rem}.section-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#2c3e50;text-align:center}.cursos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.curso-card{background:#fff;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;border:1px solid #e0e0e0}.curso-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.curso-icon{font-size:3rem;margin-bottom:1rem}.curso-titulo{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.curso-descripcion{color:#666;line-height:1.6;margin-bottom:1.5rem;flex:1}.curso-link{color:#2a5298;font-weight:500;margin-top:auto}.about-section{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000001a}.about-content{max-width:800px;margin:0 auto}.about-content p{margin-bottom:1.5rem;line-height:1.8;color:#555;font-size:1.05rem}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.cursos-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:1.75rem}}.curso-page{width:100%;max-width:900px;margin:0 auto}.curso-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e0e0e0}.back-link{display:inline-block;color:#2a5298;text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:color .2s}.back-link:hover{color:#1e3c72}.curso-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem;font-weight:700}.curso-subtitle{font-size:1.2rem;color:#666;font-weight:400}.curso-content{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000001a}.curso-section{margin-bottom:3rem}.curso-section:last-child{margin-bottom:0}.curso-section h2{font-size:1.75rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #667eea}.curso-section p{line-height:1.8;color:#555;margin-bottom:1rem;font-size:1.05rem}.objetivos-list{list-style:none;padding:0}.objetivos-list li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#555;line-height:1.6}.objetivos-list li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.temas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.tema-card{background:#f8f9fa;border-radius:8px;padding:1.5rem;border-left:4px solid #667eea;transition:transform .2s,box-shadow .2s}.tema-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.tema-card h3{font-size:1.2rem;color:#2c3e50;margin-bottom:.75rem;font-weight:600}.tema-card p{color:#666;font-size:.95rem;margin:0;line-height:1.6}@media (max-width: 768px){.curso-header h1{font-size:2rem}.curso-subtitle{font-size:1rem}.curso-content{padding:1.5rem}.curso-section h2{font-size:1.5rem}.temas-grid{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}@media (max-width: 768px){.main-content{padding:1rem .5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f5f7fa}#root{min-height:100vh;display:flex;flex-direction:column}
