@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:playfair display,serif;font-weight:600;line-height:1.3}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;color:#036;margin-bottom:1rem}.divider{width:80px;height:3px;background:linear-gradient(90deg,#003366,#C5A059);margin:1.5rem auto}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.btn{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;border:none;font-family:inter,sans-serif}.btn-primary{background:linear-gradient(135deg,#003366,#001a33);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,51,102,.3)}.btn-outline{background:0 0;color:#fff;border:2px solid #fff}.btn-outline:hover{background:#fff;color:#036}.btn-full{width:100%}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.1);padding:1rem 0;transition:all .3s ease}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#036;text-decoration:none;font-family:playfair display,serif}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#c5a059;transition:width .3s ease}.nav-link:hover{color:#036}.nav-link:hover::after{width:100%}.nav-toggle{display:none;flex-direction:column;background:0 0;border:none;cursor:pointer;gap:5px;padding:5px}.nav-toggle span{width:25px;height:3px;background:#036;transition:all .3s ease;border-radius:2px}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,rgba(0,51,102,.9),rgba(0,51,102,.7)),url(https://images.unsplash.com/photo-1562774053-701939374585?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:50%;background-attachment:fixed;color:#fff;position:relative;padding-top:80px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,51,102,.9),rgba(0,51,102,.7));pointer-events:none}.hero-content{position:relative;z-index:1;max-width:800px}.hero-subtitle{font-size:1.1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;color:#c5a059}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-description{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.section-sobre{background:#f8f9fa}.sobre-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.sobre-image{position:relative}.image-placeholder{aspect-ratio:3/4;background:linear-gradient(135deg,#003366,#001a33);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:1rem}.placeholder-icon{font-size:6rem;margin-bottom:1rem}.sobre-content h3{font-size:2.5rem;color:#036;margin-bottom:.5rem}.sobre-subtitle{font-size:1.1rem;color:#c5a059;font-weight:600;margin-bottom:1.5rem}.sobre-text p{margin-bottom:1rem;color:#666;line-height:1.8}.sobre-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.highlight-item{text-align:center}.highlight-number{display:block;font-size:2rem;font-weight:700;color:#c5a059;font-family:playfair display,serif}.highlight-label{font-size:.85rem;color:#666}.section-gestion{background:#fff}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline::before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:2px;height:100%;background:linear-gradient(180deg,#003366,#C5A059)}.timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative}.timeline-item:nth-child(even){flex-direction:row-reverse}.timeline-marker{width:60px;height:60px;background:linear-gradient(135deg,#003366,#001a33);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;position:absolute;left:50%;transform:translateX(-50%);z-index:2;box-shadow:0 4px 15px rgba(0,51,102,.3)}.timeline-content{width:45%;padding:1.5rem;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease}.timeline-content:hover{transform:translateY(-5px)}.timeline-content h3{color:#036;margin-bottom:.5rem;font-size:1.2rem}.timeline-content p{color:#666;font-size:.95rem}.section-propuestas{background:#f8f9fa}.propuestas-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.propuesta-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,8%);transition:all .3s ease;border-top:4px solid #c5a059}.propuesta-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,51,102,.15)}.propuesta-icon{font-size:3rem;margin-bottom:1rem}.propuesta-card h3{font-size:1.5rem;color:#036;margin-bottom:1rem}.propuesta-card>p{color:#666;margin-bottom:1rem;line-height:1.7}.propuesta-list{list-style:none;padding:0}.propuesta-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#666;font-size:.95rem}.propuesta-list li::before{content:'✓';position:absolute;left:0;color:#c5a059;font-weight:700}.section-comunidad{background:#fff}.testimonios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonio-card{background:#f8f9fa;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease}.testimonio-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,51,102,.1)}.testimonio-quote{font-size:4rem;color:#c5a059;font-family:playfair display,serif;line-height:1;opacity:.3}.testimonio-text{color:#666;line-height:1.7;margin-bottom:1.5rem;position:relative;top:-20px}.testimonio-author{display:flex;align-items:center;gap:1rem}.author-icon{font-size:2.5rem}.author-name{font-weight:600;color:#036;margin-bottom:.2rem}.author-role{font-size:.9rem;color:#666;margin:0}.section-contacto{background:linear-gradient(135deg,#003366,#001a33);color:#fff}.section-contacto .section-title{color:#fff}.section-contacto .section-subtitle{color:rgba(255,255,255,.8)}.contacto-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contacto-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font-size:1rem;font-family:inter,sans-serif;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.6)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c5a059;background:rgba(255,255,255,.15)}.form-group option{background:#036;color:#fff}.contacto-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:center;gap:1rem}.info-icon{font-size:2rem;opacity:.8}.info-item h3{font-size:1.1rem;margin-bottom:.2rem}.info-item p{color:rgba(255,255,255,.8)}.contacto-social{margin-top:1rem}.contacto-social h3{margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(255,255,255,.1);border-radius:50%;color:#fff;transition:all .3s ease}.social-links a:hover{background:#c5a059;transform:translateY(-3px)}.footer{background:#1a1a2e;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-tagline{color:#c5a059;font-weight:600;margin-bottom:.5rem}.footer-text{color:rgba(255,255,255,.7);line-height:1.7}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#c5a059}.footer-contact{list-style:none}.footer-contact li{margin-bottom:.5rem;color:rgba(255,255,255,.7)}.footer-social{display:flex;flex-wrap:wrap;gap:.5rem}.footer-social a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease}.footer-social a:hover{color:#c5a059}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:rgba(255,255,255,.5);font-size:.9rem}@media(max-width:1024px){.sobre-grid,.propuestas-grid{grid-template-columns:1fr}.testimonios-grid{grid-template-columns:repeat(2,1fr)}.contacto-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-toggle{display:flex}.nav-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1);transform:translateY(-150%);transition:transform .3s ease}.nav-menu.active{transform:translateY(0)}.hero-title{font-size:2.5rem}.hero-description{font-size:1.2rem}.section-title{font-size:2rem}.timeline::before{left:20px}.timeline-item,.timeline-item:nth-child(even){flex-direction:column;align-items:flex-start}.timeline-marker{left:20px;transform:translateX(-50%)}.timeline-content{width:100%;margin-left:50px}.sobre-highlights{grid-template-columns:1fr}.testimonios-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-cta{flex-direction:column}.btn{width:100%;text-align:center}.section{padding:4rem 0}}