*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#334155;overflow-x:hidden;background-color:#fff;max-width:100vw}header{position:fixed;width:100%;top:0;z-index:1000;background:#0f2b46;box-shadow:0 2px 10px rgb(0 0 0 / .2);border-bottom:4px solid #e67e22;transition:all 0.3s ease}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;max-width:1400px;margin:0 auto;position:relative}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.logo:visited{text-decoration:none;color:inherit}.logo img{height:55px;width:51px;aspect-ratio:51 / 55;flex-shrink:0}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-text .line1{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:.5px;text-shadow:1px 1px 0 rgb(0 0 0 / .3),2px 2px 4px rgb(0 0 0 / .2)}.logo-text .line2{font-size:1.4rem;font-weight:800;color:#e67e22}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#ecf0f1;text-decoration:none;font-weight:500;transition:all 0.3s ease;font-size:.95rem}.nav-links a:hover{color:#e67e22}.menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:5px;padding:8px;z-index:1001;position:relative}.menu-toggle span{width:25px;height:3px;background:#fff;transition:all 0.3s ease;border-radius:3px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{margin-top:80px;background:linear-gradient(135deg,#0f2b46 0%,#243b55 100%);color:#fff;padding:120px 5% 80px;position:relative;overflow:hidden}.hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:3rem;margin-bottom:1.5rem;font-weight:800;line-height:1.2}.hero h1 span{color:#f39c12}.hero p{font-size:1.2rem;margin-bottom:2.5rem;color:#e2e8f0;max-width:600px}.hero-flex{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.hero-text{flex:1;min-width:min(300px, 100%)}.hero-image-container{flex:1;min-width:min(300px, 100%);display:flex;justify-content:center}.hero-image-wrapper{display:inline-block;background:rgb(255 255 255 / .05);border-radius:8px;border:2px dashed rgb(255 255 255 / .2);padding:0}.hero-image{max-width:100%;height:auto;aspect-ratio:1 / 1;border-radius:6px;box-shadow:0 10px 30px rgb(0 0 0 / .3);display:block}.cta-button{display:inline-block;padding:16px 45px;background:#e67e22;color:#fff;text-decoration:none;border-radius:6px;font-weight:700;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 4px 6px rgb(0 0 0 / .2);border:1px solid #d35400}.cta-button:hover{transform:translateY(-2px);background:#d35400;box-shadow:0 8px 15px rgb(0 0 0 / .3)}section{padding:80px 5%}.container{max-width:1200px;margin:0 auto}h2{font-size:2.4rem;margin-bottom:1rem;color:#0f2b46;font-weight:800;position:relative;display:inline-block}h2::after{content:'';display:block;width:80px;height:5px;background:#e67e22;margin-top:8px}.section-subtitle{font-size:1.15rem;color:#64748b;margin-bottom:3.5rem;max-width:950px}#propuesta{background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.value-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .05);border:1px solid #e2e8f0;transition:all 0.3s ease;position:relative;border-top:5px solid #0f2b46}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgb(0 0 0 / .1);border-top-color:#e67e22}.value-icon{width:60px;height:60px;border-radius:8px;background:#0f2b46;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;margin-bottom:1.5rem;color:#fff}.value-card:hover .value-icon{background:#e67e22;transition:0.3s}.value-card h3{color:#0f2b46;margin-bottom:1rem;font-size:1.3rem;font-weight:700}#servicios{background-color:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-item{background:#fff;padding:2rem;border-radius:8px;border:2px solid #cbd5e1;transition:all 0.3s ease;position:relative}.service-item:hover{border-color:#0f2b46;box-shadow:0 10px 20px rgb(0 0 0 / .1)}.service-item h4{font-size:1.25rem;margin-bottom:1rem;color:#0f2b46;font-weight:800;padding-bottom:10px;border-bottom:1px solid #e2e8f0;min-height:3.5rem;display:flex;align-items:center}.service-item p{color:#475569;font-size:.95rem}#proceso{background-color:#e2e8f0;border-top:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem}.step{text-align:center;position:relative;background:#fff;padding:2rem 1rem;border-radius:8px;box-shadow:0 4px 6px rgb(0 0 0 / .05)}.step-number{width:50px;height:50px;background:#0f2b46;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;margin:0 auto 1.5rem;border:3px solid #e67e22}.step h4{color:#0f2b46;font-weight:700;margin-bottom:.8rem;min-height:3.5rem;display:flex;align-items:center;justify-content:center;line-height:1.2}#quienes-somos{background-color:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{background:#f8fafc;padding:2.5rem;border-radius:12px;border-left:5px solid #e67e22}.about-text p{font-size:1.05rem;color:#334155;margin-bottom:1rem}.stat-box{background:#fff;padding:2rem;border-radius:8px;text-align:center;border:2px solid #e2e8f0;box-shadow:0 4px 10px rgb(0 0 0 / .05)}.stat-number{font-size:3rem;color:#0f2b46;font-weight:900}.stat-label{font-weight:600;color:#64748b}#contacto{background-color:#cbd5e1}#contacto h2{color:#0f2b46}#contacto .section-subtitle{color:#334155}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 20px 40px rgb(0 0 0 / .15)}.form-group{margin-bottom:1.5rem}.form-group label{font-weight:700;color:#0f2b46;display:block;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #cbd5e1;background:#f8fafc;border-radius:6px;padding:12px;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#e67e22;background:#fff;outline:none}.submit-btn{background:#0f2b46;color:#fff;padding:16px;width:100%;border-radius:6px;font-weight:700;border:none;cursor:pointer;transition:0.3s;margin-top:1rem}.submit-btn:hover{background:#e67e22}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.captcha-error{color:#dc3545;font-size:.875rem;margin-top:.5rem;display:none}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.info-icon{width:50px;height:50px;border-radius:50%;background:#0f2b46;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.g-recaptcha{min-height:78px;display:flex;align-items:center}footer{background:#0f2b46;color:#cbd5e1;text-align:center;padding:4rem 5%}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:55px;height:55px;background:#0f2b46;color:#fff;border:3px solid #e67e22;border-radius:50%;font-size:1.5rem;font-weight:800;cursor:pointer;box-shadow:0 4px 15px rgb(15 43 70 / .3);opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:999;display:flex;align-items:center;justify-content:center}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{background:#e67e22;border-color:#0f2b46;transform:translateY(-5px);box-shadow:0 8px 20px rgb(230 126 34 / .4)}@media (max-width:768px){nav{flex-wrap:nowrap;padding:.5rem 3%}.logo{gap:.5rem;flex:1;min-width:0}.logo img{height:40px;width:37px}.logo-text .line1,.logo-text .line2{font-size:clamp(1rem, 3vw, 1.1rem);white-space:nowrap}.menu-toggle{display:flex;margin-left:.5rem;transition:transform 0.3s ease}.menu-toggle.active{transform:translateY(3rem)}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;width:100%;flex-direction:column;gap:0;margin-top:0;background:#0a1f35;border-radius:0 0 8px 8px;padding:.5rem 0;box-shadow:0 4px 12px rgb(0 0 0 / .3);animation:slideDown 0.3s ease;z-index:1000}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-links.active{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.8rem 1.5rem;border-bottom:1px solid rgb(255 255 255 / .1)}.nav-links li:last-child a{border-bottom:none}.hero{margin-top:70px;padding:6rem 5% 4rem}.hero h1{font-size:2.2rem}.hero-flex{gap:2rem}.hero-text,.hero-image-container{min-width:100%}.about-content,.contact-container{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.value-grid{grid-template-columns:1fr}.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:1.3rem}}@media (max-width:480px){nav{padding:.5rem 3%}.logo img{height:2.5rem;width:2.3rem}.hero{margin-top:60px;padding:4rem 4% 3rem}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.hero-flex{gap:1.5rem}.cta-button{padding:14px 35px;font-size:1rem}section{padding:60px 4%}h2{font-size:2rem}.section-subtitle{font-size:1rem}.contact-form{padding:2rem 1.5rem}.value-card{padding:2rem}.value-icon{width:50px;height:50px;font-size:1rem}}@media (max-width:360px){.logo img{height:2.25rem;width:2.1rem}.logo-text .line1,.logo-text .line2{font-size:.9rem}.hero{margin-top:55px;padding:3.5rem 3% 2.5rem}.hero h1{font-size:1.6rem}.cta-button{padding:12px 30px;font-size:.95rem}section{padding:50px 3%}.contact-form{padding:1.5rem 1rem}}