:root{--primary:#023048;--accent:#00b4d8;--light:#fff;--text-dark:#2c3e50;--text-light:#7f8c8d}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{text-align:center;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;background:url(/fondo-animado.png) 50%/cover no-repeat fixed;justify-content:center;align-items:center;height:70vh;display:flex;position:relative}.hero-title{color:#00b4d8;text-transform:lowercase;text-shadow:0 0 8px #00b4d8e6;margin-bottom:1rem;font-size:4rem;font-weight:800}.hero-subtitle{max-width:800px;margin:0 auto;font-size:1.3rem;line-height:1.6}.section{padding:4rem 0}.grid-2cols{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.content-card{background:var(--light);border:1px solid #eee;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #00000014}.content-title{color:var(--primary);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.content-text{color:var(--text-light);font-size:1rem;line-height:1.8}.values-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.value-card{background:var(--light);text-align:center;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 20px #00000014}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001f}.value-icon{color:var(--accent);margin-bottom:1rem;font-size:2.5rem}.value-title{color:var(--primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.value-description{color:var(--text-light)}.team-grid{flex-direction:column;gap:2rem;display:flex}.team-card{background:var(--light);border:1px solid #eee;border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;display:flex;box-shadow:0 5px 20px #00000014}.team-content{text-align:left;color:var(--text-dark);flex:1}.team-name{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.team-role{color:var(--accent);margin-bottom:.5rem;font-weight:500}.team-description{color:var(--text-light);line-height:1.6}.team-link{color:var(--accent);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;display:inline-flex}.team-link:hover{text-decoration:underline}.team-img{-o-object-fit:cover;object-fit:cover;background-color:#f5f5f5;border:3px solid #fff;border-radius:50%;width:120px;height:120px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 10px #00000040}.team-img:hover{transform:scale(1.1);box-shadow:0 6px 14px #00000059}@media (max-width:768px){.grid-2cols{grid-template-columns:1fr}.team-card{text-align:center;flex-direction:column}.team-img{margin-bottom:1rem}.team-content{text-align:center}}
