.hero-page{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);justify-content:center;align-items:center;min-height:60vh;padding:4rem 0 3rem;display:flex;position:relative;overflow:hidden}.hero-page:before{content:"";background:radial-gradient(circle,#0074ff0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-15%}.hero-page-container{z-index:1;text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.page-badge{color:var(--azul-electrico);font-family:var(--font-primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;font-weight:700;animation:.6s fadeInDown;display:inline-block}.hero-page h1{font-family:var(--font-primary);color:var(--negro-carbon);letter-spacing:-1px;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.2;animation:.6s .1s both fadeInUp}.hero-page h1 .highlight{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-page-subtitle{font-family:var(--font-secondary);color:var(--gris-medio);max-width:800px;margin:0 auto 2rem;font-size:1.3rem;line-height:1.7;animation:.6s .2s both fadeInUp}.content-section{padding:5rem 2rem;position:relative}.content-section:nth-child(2n){background:#f8f9fa}.content-container{max-width:1400px;margin:0 auto}.content-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.content-grid.reverse{grid-template-columns:.8fr 1.2fr}.content-grid.reverse .content-text{order:2}.content-grid.reverse .content-image{order:1}.content-text{opacity:0;transition:all .8s;transform:translateY(30px)}.content-text.visible{opacity:1;transform:translateY(0)}.content-label{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));color:var(--blanco-puro);font-family:var(--font-primary);letter-spacing:.5px;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.content-title{font-family:var(--font-primary);color:var(--negro-carbon);letter-spacing:-.5px;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.content-description{font-family:var(--font-secondary);color:var(--gris-medio);margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.content-features{flex-direction:column;gap:1rem;list-style:none;display:flex}.content-features li{font-family:var(--font-secondary);color:var(--negro-carbon);align-items:flex-start;gap:1rem;font-size:1.05rem;line-height:1.6;display:flex}.content-features li:before{content:"✓";background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));width:28px;height:28px;color:var(--blanco-puro);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:1.1rem;font-weight:700;display:inline-flex}.content-image{opacity:0;justify-content:center;align-items:center;transition:all .8s;display:flex;position:relative;transform:translate(50px)}.content-grid.reverse .content-image{transform:translate(-50px)}.content-image.visible{opacity:1;transform:translate(0)}.content-image img{width:100%;max-width:400px;height:auto;transition:var(--transition-smooth)}.content-image:hover img{transform:scale(1.05)}.timeline-section{background:var(--blanco-puro);padding:6rem 2rem}.timeline-container{max-width:1200px;margin:0 auto}.timeline-header{text-align:center;margin-bottom:5rem}.timeline-header h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:3rem;font-weight:800}.timeline-header p{font-family:var(--font-secondary);color:var(--gris-medio);max-width:700px;margin:0 auto;font-size:1.2rem}.timeline{padding:2rem 0;position:relative}.timeline:before{content:"";background:linear-gradient(180deg,var(--azul-electrico),var(--azul-claro));width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{opacity:0;margin-bottom:4rem;transition:all .6s;position:relative;transform:translateY(30px)}.timeline-item.visible{opacity:1;transform:translateY(0)}.timeline-item:nth-child(odd) .timeline-content{text-align:left;margin-left:auto}.timeline-item:nth-child(2n) .timeline-content{text-align:right;margin-right:auto}.timeline-content{background:var(--blanco-puro);border:2px solid var(--gris-humo);width:45%;transition:var(--transition-smooth);border-radius:15px;padding:2rem;position:relative;box-shadow:0 10px 40px #00000014}.timeline-content:hover{border-color:var(--azul-electrico);transform:scale(1.02);box-shadow:0 15px 50px #0074ff26}.timeline-number{background:var(--azul-electrico);border:4px solid var(--blanco-puro);width:60px;height:60px;font-family:var(--font-primary);color:var(--blanco-puro);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px #0074ff4d}.timeline-step{font-family:var(--font-primary);color:var(--azul-electrico);letter-spacing:1px;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.timeline-title{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.6rem;font-weight:700}.timeline-description{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1rem;line-height:1.7}.stats-bar{background:linear-gradient(135deg,var(--negro-profundo),var(--negro-carbon));color:var(--blanco-puro);padding:4rem 2rem}.stats-bar-container{text-align:center;grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.stats-bar-item{opacity:0;transition:all .5s;transform:scale(.9)}.stats-bar-item.visible{opacity:1;transform:scale(1)}.stats-bar-number{font-family:var(--font-primary);color:var(--azul-claro);margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.stats-bar-label{font-family:var(--font-secondary);color:#fffc;font-size:1rem;font-weight:400}.cta-final{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:6rem 2rem}.cta-final-container{text-align:center;background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:30px;max-width:900px;margin:0 auto;padding:4rem 3rem;box-shadow:0 20px 60px #0074ff4d}.cta-final h2{font-family:var(--font-primary);color:var(--blanco-puro);margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.cta-final p{font-family:var(--font-secondary);color:#fffffff2;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.btn-cta-white{background:var(--blanco-puro);color:var(--azul-electrico);font-family:var(--font-primary);transition:var(--transition-smooth);border-radius:50px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 8px 30px #00000026}.btn-cta-white:hover{background:var(--gris-humo);transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.coming-soon{background:var(--blanco-puro);padding:6rem 2rem}.coming-soon-container{text-align:center;max-width:1000px;margin:0 auto}.coming-soon-icon{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 2rem;animation:2s ease-in-out infinite pulse;display:flex}.coming-soon-icon svg{width:60px;height:60px;fill:var(--blanco-puro)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.coming-soon h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.coming-soon p{font-family:var(--font-secondary);color:var(--gris-medio);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.8}.coming-soon-highlight{border:2px solid var(--gris-humo);background:#f8f9fa;border-radius:20px;margin:3rem 0;padding:2.5rem}.coming-soon-highlight h3{font-family:var(--font-primary);color:var(--azul-electrico);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.coming-soon-highlight p{color:var(--negro-carbon);margin-bottom:0;font-size:1.1rem}.benefits{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:6rem 2rem}.benefits-container{max-width:1200px;margin:0 auto}.benefits-header{text-align:center;margin-bottom:4rem}.benefits-header h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:2.8rem;font-weight:800}.benefits-header p{font-family:var(--font-secondary);color:var(--gris-medio);max-width:700px;margin:0 auto;font-size:1.2rem}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.benefit-card{background:var(--blanco-puro);border:2px solid var(--gris-humo);transition:var(--transition-smooth);opacity:0;border-radius:20px;padding:2.5rem;transform:translateY(30px)}.benefit-card.visible{opacity:1;transform:translateY(0)}.benefit-card:hover{border-color:var(--azul-electrico);transform:translateY(-8px);box-shadow:0 15px 40px #00000014}.benefit-icon{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:15px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;display:flex}.benefit-icon svg{width:35px;height:35px;fill:var(--blanco-puro)}.benefit-card h3{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.benefit-card p{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1rem;line-height:1.7}.timeline-stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.timeline-stat{border:2px solid var(--gris-humo);opacity:0;background:#f8f9fa;border-radius:15px;padding:2rem;transition:all .5s;transform:scale(.9)}.timeline-stat.visible{opacity:1;transform:scale(1)}.timeline-stat-number{font-family:var(--font-primary);color:var(--azul-electrico);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.timeline-stat-label{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1rem}.summary-section{background:var(--blanco-puro);padding:6rem 2rem}.summary-container{max-width:1000px;margin:0 auto}.summary-intro{text-align:center;margin-bottom:4rem}.summary-intro h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:2.8rem;font-weight:800}.summary-intro p{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1.2rem;line-height:1.7}.philosophy-box{background:linear-gradient(135deg,var(--negro-profundo),var(--negro-carbon));text-align:center;border-radius:20px;margin:3rem 0;padding:3rem;box-shadow:0 15px 50px #00000026}.philosophy-box p{font-family:var(--font-secondary);color:var(--blanco-puro);margin:0;font-size:1.8rem;font-style:italic;font-weight:400;line-height:1.6}.philosophy-box span{color:var(--azul-claro);font-weight:600}.key-points{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:6rem 2rem}.key-points-container{max-width:1200px;margin:0 auto}.key-points-header{text-align:center;margin-bottom:4rem}.key-points-header h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:2.8rem;font-weight:800}.key-points-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.key-point-card{background:var(--blanco-puro);border:2px solid var(--gris-humo);transition:var(--transition-smooth);opacity:0;border-radius:20px;padding:2.5rem;transform:translateY(30px)}.key-point-card.visible{opacity:1;transform:translateY(0)}.key-point-card:hover{border-color:var(--azul-electrico);transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.key-point-number{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));width:50px;height:50px;font-family:var(--font-primary);color:var(--blanco-puro);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:800;display:flex}.key-point-card h3{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.6rem;font-weight:700}.key-point-card p{font-family:var(--font-secondary);color:var(--gris-medio);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.key-point-card ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.key-point-card ul li{font-family:var(--font-secondary);color:var(--negro-carbon);align-items:flex-start;gap:.8rem;font-size:.95rem;line-height:1.6;display:flex}.key-point-card ul li:before{content:"•";color:var(--azul-electrico);margin-top:-2px;font-size:1.5rem;font-weight:700;line-height:1}.important-notice{background:var(--blanco-puro);padding:6rem 2rem}.notice-container{max-width:900px;margin:0 auto}.notice-box{background:#fff9e6;border:2px solid gold;border-radius:20px;align-items:flex-start;gap:2rem;padding:3rem;display:flex}.notice-icon{background:gold;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.notice-icon svg{width:30px;height:30px;fill:var(--negro-carbon)}.notice-content h3{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.6rem;font-weight:700}.notice-content p{font-family:var(--font-secondary);color:var(--negro-carbon);font-size:1.05rem;line-height:1.7}.hero-download{animation:.6s .3s both fadeInUp}.btn-download{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));color:var(--blanco-puro);font-family:var(--font-primary);transition:var(--transition-smooth);border-radius:50px;align-items:center;gap:.8rem;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 8px 30px #0074ff4d}.btn-download svg{width:22px;height:22px;fill:var(--blanco-puro)}.btn-download:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0074ff66}.cta-download{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:6rem 2rem}.cta-download-container{text-align:center;background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:30px;max-width:900px;margin:0 auto;padding:4rem 3rem;box-shadow:0 20px 60px #0074ff4d}.cta-download h2{font-family:var(--font-primary);color:var(--blanco-puro);margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.cta-download p{font-family:var(--font-secondary);color:#fffffff2;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.btn-download-white{background:var(--blanco-puro);color:var(--azul-electrico);font-family:var(--font-primary);transition:var(--transition-smooth);border-radius:50px;align-items:center;gap:.8rem;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 8px 30px #00000026}.btn-download-white svg{width:22px;height:22px;fill:var(--azul-electrico)}.btn-download-white:hover{background:var(--gris-humo);transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.pdf-info{font-family:var(--font-secondary);color:#fffc;margin-top:2rem;font-size:.95rem}.hero-about{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);justify-content:center;align-items:center;min-height:80vh;padding:4rem 0;display:flex;position:relative;overflow:hidden}.hero-about:before{content:"";background:radial-gradient(circle,#0074ff0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-15%}.hero-about-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.hero-about-image{justify-content:center;align-items:center;animation:.8s fadeInLeft;display:flex}.profile-image-container{position:relative}.profile-image{object-fit:cover;border:6px solid var(--blanco-puro);width:320px;height:320px;transition:var(--transition-smooth);border-radius:50%;box-shadow:0 20px 60px #00000026}.profile-image:hover{transform:scale(1.05);box-shadow:0 25px 70px #0003}.profile-badge{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));color:var(--blanco-puro);font-family:var(--font-primary);border-radius:50px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;animation:2s ease-in-out infinite pulse;position:absolute;bottom:20px;right:20px;box-shadow:0 8px 25px #0074ff66}.hero-about-content{animation:.8s fadeInRight}.hero-about-content h1{font-family:var(--font-primary);color:var(--negro-carbon);letter-spacing:-1px;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-about-content h1 .highlight{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-about-subtitle{font-family:var(--font-primary);color:var(--azul-electrico);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.hero-about-description{font-family:var(--font-secondary);color:var(--gris-medio);margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.social-links{gap:1rem;margin-top:2rem;display:flex}.social-link{background:var(--blanco-puro);border:2px solid var(--gris-humo);width:50px;height:50px;transition:var(--transition-smooth);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-link svg{width:22px;height:22px;fill:var(--negro-carbon);transition:var(--transition-fast)}.social-link:hover{background:var(--azul-electrico);border-color:var(--azul-electrico);transform:translateY(-3px);box-shadow:0 6px 20px #0074ff4d}.social-link:hover svg{fill:var(--blanco-puro)}.story-section{background:var(--blanco-puro);padding:6rem 2rem}.story-container{max-width:900px;margin:0 auto}.story-header{text-align:center;margin-bottom:4rem}.story-header h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:3rem;font-weight:800}.story-content{font-family:var(--font-secondary);color:var(--negro-carbon);opacity:0;font-size:1.15rem;line-height:1.9;transition:all .8s;transform:translateY(30px)}.story-content.visible{opacity:1;transform:translateY(0)}.story-content p{margin-bottom:1.5rem}.story-highlight{background:linear-gradient(135deg,#f8f9fa 0%,var(--gris-humo)100%);border-left:4px solid var(--azul-electrico);border-radius:20px;margin:2.5rem 0;padding:2.5rem}.story-highlight p{color:var(--negro-carbon);margin:0;font-size:1.25rem;font-style:italic;font-weight:500}.values-section{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:6rem 2rem}.values-container{max-width:1200px;margin:0 auto}.values-header{text-align:center;margin-bottom:4rem}.values-header h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:3rem;font-weight:800}.values-header p{font-family:var(--font-secondary);color:var(--gris-medio);max-width:700px;margin:0 auto;font-size:1.2rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.value-card{background:var(--blanco-puro);border:2px solid var(--gris-humo);text-align:center;transition:var(--transition-smooth);opacity:0;border-radius:20px;padding:2.5rem;transform:translateY(30px)}.value-card.visible{opacity:1;transform:translateY(0)}.value-card:hover{border-color:var(--azul-electrico);transform:translateY(-8px);box-shadow:0 15px 40px #00000014}.value-icon{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.value-icon svg{width:40px;height:40px;fill:var(--blanco-puro)}.value-card h3{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.value-card p{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1rem;line-height:1.7}.mission-section{background:linear-gradient(135deg,var(--negro-profundo),var(--negro-carbon));color:var(--blanco-puro);padding:6rem 2rem}.mission-container{text-align:center;max-width:1000px;margin:0 auto}.mission-container h2{font-family:var(--font-primary);color:var(--blanco-puro);margin-bottom:2rem;font-size:3rem;font-weight:800}.mission-container p{font-family:var(--font-secondary);color:#ffffffe6;margin-bottom:1.5rem;font-size:1.3rem;line-height:1.8}.mission-highlight{color:var(--azul-claro);margin-top:2rem;font-size:1.5rem;font-weight:600}.contact-cta{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:6rem 2rem}.contact-cta-container{text-align:center;background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:30px;max-width:900px;margin:0 auto;padding:4rem 3rem;box-shadow:0 20px 60px #0074ff4d}.contact-cta h2{font-family:var(--font-primary);color:var(--blanco-puro);margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.2}.contact-cta p{font-family:var(--font-secondary);color:#fffffff2;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.contact-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn-cta-outline{color:var(--blanco-puro);border:2px solid var(--blanco-puro);font-family:var(--font-primary);transition:var(--transition-smooth);background:0 0;border-radius:50px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block}.btn-cta-outline:hover{background:var(--blanco-puro);color:var(--azul-electrico);transform:translateY(-3px)}.form-section{background:var(--blanco-puro);padding:4rem 2rem 6rem}.form-container{max-width:900px;margin:0 auto}.form-intro{text-align:center;margin-bottom:3rem}.form-intro h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:2.2rem;font-weight:700}.form-intro p{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1.1rem;line-height:1.7}.application-form{background:var(--blanco-puro);border:2px solid var(--gris-humo);border-radius:25px;padding:3rem;box-shadow:0 10px 40px #0000000d}.form-section-title{font-family:var(--font-primary);color:var(--negro-carbon);border-bottom:2px solid var(--gris-humo);align-items:center;gap:.8rem;margin:2.5rem 0 1.5rem;padding-bottom:.8rem;font-size:1.5rem;font-weight:700;display:flex}.form-section-title:first-child{margin-top:0}.form-section-number{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));width:35px;height:35px;color:var(--blanco-puro);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group.full-width{grid-column:1/-1}.form-label{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-label .required{color:var(--azul-electrico);margin-left:.2rem}.form-input,.form-select,.form-textarea{width:100%;font-family:var(--font-secondary);color:var(--negro-carbon);background:var(--blanco-puro);border:2px solid var(--gris-humo);transition:var(--transition-fast);border-radius:12px;outline:none;padding:.9rem 1.2rem;font-size:1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--azul-electrico);box-shadow:0 0 0 3px #0074ff1a}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.form-helper{font-family:var(--font-secondary);color:var(--gris-medio);margin-top:.4rem;font-size:.85rem;line-height:1.4}.form-checkbox-group{margin-top:1rem}.form-checkbox{align-items:flex-start;gap:.8rem;margin-bottom:1rem;display:flex}.form-checkbox input[type=checkbox]{cursor:pointer;width:20px;height:20px;accent-color:var(--azul-electrico);margin-top:2px}.form-checkbox label{font-family:var(--font-secondary);color:var(--negro-carbon);cursor:pointer;font-size:.95rem;line-height:1.5}.form-checkbox label a{color:var(--azul-electrico);font-weight:500;text-decoration:none}.form-checkbox label a:hover{text-decoration:underline}.form-submit{text-align:center;margin-top:2.5rem}.btn-submit{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));color:var(--blanco-puro);font-family:var(--font-primary);cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:50px;padding:1.2rem 4rem;font-size:1.1rem;font-weight:600;display:inline-block;box-shadow:0 8px 30px #0074ff4d}.btn-submit:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0074ff66}.btn-submit:active{transform:translateY(-1px)}.info-box{border:2px solid var(--azul-electrico);background:#e8f4ff;border-radius:15px;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.info-box-icon{flex-shrink:0;width:24px;height:24px}.info-box-icon svg{width:100%;height:100%;fill:var(--azul-electrico)}.info-box-content{font-family:var(--font-secondary);color:var(--negro-carbon);font-size:.95rem;line-height:1.6}.info-box-content strong{color:var(--azul-electrico);font-weight:600}.benefits-reminder{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:5rem 2rem}.benefits-reminder .benefits-container{text-align:center;max-width:1000px;margin:0 auto}.benefits-reminder h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.benefits-reminder .benefits-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.benefit-item{padding:1.5rem}.benefit-item .benefit-icon{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.benefit-item .benefit-icon svg{width:30px;height:30px;fill:var(--blanco-puro)}.benefit-item h3{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.benefit-item p{font-family:var(--font-secondary);color:var(--gris-medio);font-size:.95rem;line-height:1.6}.hero-thanks{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);justify-content:center;align-items:center;min-height:90vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero-thanks:before{content:"";background:radial-gradient(circle,#0074ff14 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:15s ease-in-out infinite float;position:absolute;top:-20%;right:-10%}.hero-thanks:after{content:"";background:radial-gradient(circle,#4fa8ff0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:20s ease-in-out infinite reverse float;position:absolute;bottom:-20%;left:-10%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.thanks-container{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.success-icon{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 2rem;animation:.5s scaleIn;display:flex;box-shadow:0 15px 50px #0074ff4d}.success-icon svg{width:60px;height:60px;fill:var(--blanco-puro)}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.thanks-badge{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));color:var(--blanco-puro);font-family:var(--font-primary);letter-spacing:.5px;border-radius:50px;margin-bottom:2rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;animation:.6s fadeInDown;display:inline-block}.thanks-container h1{font-family:var(--font-primary);color:var(--negro-carbon);letter-spacing:-1px;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.2;animation:.6s .1s both fadeInUp}.thanks-container h1 .highlight{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.thanks-subtitle{font-family:var(--font-secondary);color:var(--gris-medio);margin-bottom:3rem;font-size:1.3rem;line-height:1.8;animation:.6s .2s both fadeInUp}.next-steps{background:var(--blanco-puro);padding:4rem 2rem}.next-steps-container{max-width:1000px;margin:0 auto}.next-steps-header{text-align:center;margin-bottom:3rem}.next-steps-header h2{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.next-steps-header p{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1.1rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.step-card{border:2px solid var(--gris-humo);text-align:center;transition:var(--transition-smooth);opacity:0;background:#f8f9fa;border-radius:20px;padding:2.5rem 2rem;animation:.6s forwards fadeInUp;transform:translateY(30px)}.step-card:first-child{animation-delay:.1s}.step-card:nth-child(2){animation-delay:.2s}.step-card:nth-child(3){animation-delay:.3s}.step-card:hover{border-color:var(--azul-electrico);transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.step-number{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));width:60px;height:60px;font-family:var(--font-primary);color:var(--blanco-puro);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.8rem;font-weight:800;display:flex}.step-card h3{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.step-card p{font-family:var(--font-secondary);color:var(--gris-medio);font-size:1rem;line-height:1.7}.info-section{background:linear-gradient(135deg,#f8f9fa 0%,var(--blanco-puro)100%);padding:4rem 2rem}.info-container{max-width:800px;margin:0 auto}.info-section .info-box{background:var(--blanco-puro);border:2px solid var(--azul-electrico);border-radius:20px;align-items:flex-start;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 10px 40px #0074ff1a}.info-icon{background:linear-gradient(135deg,var(--azul-electrico),var(--azul-claro));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.info-icon svg{width:25px;height:25px;fill:var(--blanco-puro)}.info-content h3{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:.8rem;font-size:1.4rem;font-weight:700}.info-content p{font-family:var(--font-secondary);color:var(--gris-medio);margin-bottom:.5rem;font-size:1.05rem;line-height:1.7}.info-content a{color:var(--azul-electrico);font-weight:500;text-decoration:none}.info-content a:hover{text-decoration:underline}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:3rem;animation:.6s .3s both fadeInUp;display:flex}.hero-legal{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);justify-content:center;align-items:center;min-height:40vh;padding:3rem 0 2rem;display:flex;position:relative;overflow:hidden}.hero-legal-container{text-align:center;max-width:900px;margin:0 auto;padding:0 2rem}.hero-legal h1{font-family:var(--font-primary);color:var(--negro-carbon);margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-legal-meta{font-family:var(--font-secondary);color:var(--gris-medio);margin-top:1rem;font-size:.95rem}.legal-content{background:var(--blanco-puro);padding:4rem 2rem 6rem}.legal-container{max-width:900px;margin:0 auto}.legal-intro{border-left:4px solid var(--azul-electrico);background:#e8f4ff;border-radius:10px;margin-bottom:3rem;padding:2rem}.legal-intro p{font-family:var(--font-secondary);color:var(--negro-carbon);margin:0;font-size:1.05rem;line-height:1.7}.legal-section{margin-bottom:3rem}.legal-section h2{font-family:var(--font-primary);color:var(--negro-carbon);border-bottom:2px solid var(--gris-humo);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:700}.legal-section h3{font-family:var(--font-primary);color:var(--negro-carbon);margin:1.5rem 0 .8rem;font-size:1.3rem;font-weight:600}.legal-section p{font-family:var(--font-secondary);color:var(--negro-carbon);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.legal-section ul,.legal-section ol{font-family:var(--font-secondary);color:var(--negro-carbon);margin:1rem 0 1.5rem 1.5rem;font-size:1.05rem;line-height:1.8}.legal-section li{margin-bottom:.5rem}.legal-section strong{color:var(--azul-electrico);font-weight:600}.contact-box{background:linear-gradient(135deg,var(--negro-profundo),var(--negro-carbon));color:var(--blanco-puro);border-radius:20px;margin-top:3rem;padding:2.5rem}.contact-box h3{font-family:var(--font-primary);color:var(--blanco-puro);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.contact-box p{font-family:var(--font-secondary);color:#ffffffe6;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.contact-box a{color:var(--azul-claro);font-weight:500;text-decoration:none}.contact-box a:hover{text-decoration:underline}.last-update{text-align:center;font-family:var(--font-secondary);color:var(--gris-medio);border-top:1px solid var(--gris-humo);margin-top:3rem;padding-top:2rem;font-size:.9rem}@media (max-width:1024px){.hero-page h1{font-size:3.2rem}.content-grid,.content-grid.reverse{grid-template-columns:1fr;gap:3rem}.content-grid.reverse .content-text{order:1}.content-grid.reverse .content-image{order:2}.content-image,.content-grid.reverse .content-image{transform:translate(0)}.content-image img{max-width:350px}.timeline:before{left:30px}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(2n) .timeline-content{text-align:left;width:calc(100% - 80px);margin-left:80px}.timeline-number{left:30px;transform:translateY(-50%)}.stats-bar-container{grid-template-columns:repeat(2,1fr);gap:2.5rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}.timeline-stats{grid-template-columns:1fr;gap:1.5rem}.key-points-grid{grid-template-columns:1fr}.hero-about-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-about-image{order:-1}.hero-about-content{flex-direction:column;align-items:center;display:flex}.social-links{justify-content:center}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-page{min-height:50vh;padding:3rem 0 2rem}.hero-page h1{font-size:2.5rem}.hero-page-subtitle{font-size:1.1rem}.content-section{padding:3.5rem 1.5rem}.content-title{font-size:2.2rem}.content-description{font-size:1.05rem}.content-image img{max-width:280px}.timeline-section{padding:4rem 1.5rem}.timeline-header h2{font-size:2.2rem}.timeline:before{left:20px}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(2n) .timeline-content{width:calc(100% - 60px);margin-left:60px}.timeline-number{width:50px;height:50px;font-size:1.2rem;left:20px}.stats-bar-container{grid-template-columns:1fr;gap:2rem}.cta-final h2{font-size:2.2rem}.cta-final-container{padding:3rem 2rem}.coming-soon{padding:4rem 1.5rem}.coming-soon h2{font-size:2.2rem}.benefits{padding:4rem 1.5rem}.benefits-header h2{font-size:2.2rem}.benefits-grid{grid-template-columns:1fr;gap:2rem}.hero-about{min-height:auto;padding:3rem 0}.profile-image{width:250px;height:250px}.hero-about-content h1{font-size:2.5rem}.story-section,.values-section,.mission-section,.contact-cta{padding:4rem 1.5rem}.values-grid{grid-template-columns:1fr;gap:2rem}.contact-cta h2{font-size:2.2rem}.contact-cta-container{padding:3rem 2rem}.contact-buttons{flex-direction:column}.btn-cta-white,.btn-cta-outline{text-align:center;width:100%;max-width:300px}.form-section{padding:3rem 1.5rem 4rem}.application-form{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.benefits-reminder{padding:4rem 1.5rem}.benefits-reminder h2{font-size:2rem}.benefits-reminder .benefits-grid{grid-template-columns:1fr;gap:2rem}.hero-thanks{min-height:80vh;padding:3rem 1.5rem}.thanks-container h1{font-size:2.5rem}.next-steps,.info-section{padding:3rem 1.5rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.info-section .info-box{flex-direction:column;padding:2rem}.cta-buttons{flex-direction:column}.cta-buttons a{text-align:center;width:100%;max-width:350px}.hero-legal{min-height:30vh;padding:2rem 0 1.5rem}.hero-legal h1{font-size:2.5rem}.legal-content{padding:3rem 1.5rem 4rem}.notice-box{flex-direction:column;padding:2.5rem 2rem}}@media (max-width:480px){.hero-page h1{font-size:2rem}.content-title{font-size:1.8rem}.content-image img{max-width:240px}.cta-final h2{font-size:1.8rem}.cta-final-container{padding:2.5rem 1.5rem}.btn-cta-white,.btn-download,.btn-download-white{padding:1rem 2rem;font-size:1rem}.coming-soon-icon{width:100px;height:100px}.coming-soon h2{font-size:1.8rem}.profile-image{width:200px;height:200px}.hero-about-content h1{font-size:2rem}.contact-cta h2{font-size:1.8rem}.contact-cta-container{padding:2.5rem 1.5rem}.application-form{padding:1.5rem 1.2rem}.form-section-title{font-size:1.2rem}.btn-submit{width:100%;padding:1.1rem 2rem}.thanks-container h1,.hero-legal h1{font-size:2rem}}
