@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.navbar.transparent{background:transparent}.navbar.scrolled{background:#fff;box-shadow:0 4px 6px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none}.logo-gradient{background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar.transparent .logo-text{color:#fff}.navbar.scrolled .logo-text{color:#1e293b}.nav-links{display:flex;gap:2rem;align-items:center;list-style:none}.nav-link{text-decoration:none;font-weight:500;transition:color .3s ease}.navbar.transparent .nav-link{color:#fff}.navbar.scrolled .nav-link{color:#475569}.nav-link:hover{color:#2563eb}.btn-call{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:600;box-shadow:0 10px 15px -3px #2563eb4d;transition:all .3s ease}.btn-call:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb66}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1e3a8a,#1e40af,#1e3a8a)}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#1e3a8ae6,#1e40afcc,#1e3a8ae6)}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;animation:float 6s ease-in-out infinite}.hero-orb-1{top:5rem;left:2.5rem;width:18rem;height:18rem;background:#06b6d4}.hero-orb-2{bottom:5rem;right:2.5rem;width:24rem;height:24rem;background:#3b82f6;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{position:relative;z-index:10;max-width:1200px;margin:0 auto;padding:8rem 1.5rem 4rem;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;padding:.5rem 1.5rem;margin-bottom:2rem}.status-dot{width:.5rem;height:.5rem;background:#4ade80;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-badge-text{color:#ffffffe6;font-size:.875rem;font-weight:500}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1.5rem}.hero-title-gradient{background:linear-gradient(135deg,#22d3ee,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#bfdbfe;max-width:48rem;margin:0 auto 2.5rem;font-weight:300;line-height:1.6}.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.btn-whatsapp{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:1rem 2rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:1.125rem;box-shadow:0 20px 25px -5px #22c55e4d;transition:all .3s ease}.btn-whatsapp:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #22c55e80}.btn-phone{display:inline-flex;align-items:center;gap:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgba(255,255,255,.3);color:#fff;padding:1rem 2rem;border-radius:9999px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease}.btn-phone:hover{background:#fff;color:#1e3a8a;transform:translateY(-4px)}.hero-features{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;color:#bfdbfe;font-size:.875rem}.feature-item{display:flex;align-items:center;gap:.5rem}.feature-dot{width:.5rem;height:.5rem;border-radius:50%}.feature-dot-cyan{background:#22d3ee}.feature-dot-blue{background:#3b82f6}.feature-dot-green{background:#4ade80}.wave-divider{position:absolute;bottom:0;left:0;right:0;line-height:0}.wave-divider svg{display:block;width:100%;height:5rem;transform:rotateX(180deg)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.navbar.transparent .mobile-menu-btn{color:#fff}.navbar.scrolled .mobile-menu-btn{color:#1e293b}@media(max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-ctas{flex-direction:column;align-items:stretch}.wave-divider svg{height:3rem}}@media(min-width:769px)and (max-width:1024px){.hero-title{font-size:3rem}}.services{padding:5rem 1.5rem;background:linear-gradient(to bottom,#f9fafb,#fff)}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#1e40af,#1e3a8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.contact .section-title{background:none;-webkit-text-fill-color:white;color:#fff}.contact .section-subtitle{color:#bfdbfe}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:42rem;margin:0 auto}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.service-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#06b6d4);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:after{transform:scaleX(1)}.service-icon{width:4rem;height:4rem;border-radius:1rem;background:linear-gradient(135deg,#2563eb,#06b6d4);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px #2563eb4d}.service-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.service-description{color:#64748b;line-height:1.6}.why-choose-us{padding:5rem 1.5rem;background:#fff}.why-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-text h2{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1.5rem}.why-text p{font-size:1.125rem;color:#64748b;line-height:1.8;margin-bottom:2rem}.benefits-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;align-items:center;gap:1rem}.benefit-icon{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 10px 15px -3px #22c55e4d}.benefit-text{color:#475569;font-weight:500}.why-image{position:relative;border-radius:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.why-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.why-image:hover img{transform:scale(1.1)}.why-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,58,138,.8),transparent)}.stats-card{position:absolute;bottom:2rem;left:2rem;right:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;padding:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.stat-number{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.gallery{padding:5rem 1.5rem;background:linear-gradient(to bottom,#f9fafb,#fff)}.gallery-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.gallery-item{position:relative;height:20rem;border-radius:1rem;overflow:hidden;cursor:pointer;box-shadow:0 4px 6px #0000001a}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .7s ease}.gallery-item:hover img{transform:scale(1.15)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,58,138,.9),transparent);opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.gallery-category{color:#bfdbfe;font-size:.875rem}.contact{padding:5rem 1.5rem;background:linear-gradient(135deg,#1e3a8a,#1e40af,#1e3a8a);position:relative;overflow:hidden}.contact-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.1}.contact-orb-1{top:0;left:25%;width:24rem;height:24rem;background:#22d3ee}.contact-orb-2{bottom:0;right:25%;width:24rem;height:24rem;background:#3b82f6}.contact-content{max-width:1200px;margin:0 auto;position:relative;z-index:10}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1.5rem;display:flex;gap:1rem;transition:all .3s ease}.contact-card:hover{background:#ffffff26;transform:translate(8px)}.contact-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 10px 15px -3px #22c55e4d}.contact-details h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.contact-details p{color:#bfdbfe}.contact-details a{color:#bfdbfe;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#fff}.contact-form{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 25px 50px -12px #00000040}.contact-form h3{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#1e3a8a,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:100px}.form-submit{width:100%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1rem;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 15px -3px #2563eb4d}.form-submit:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb66}.footer{background:linear-gradient(135deg,#1e3a8a,#1e40af,#1e3a8a);color:#fff;padding:4rem 1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.footer-section p{color:#bfdbfe;line-height:1.8;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#bfdbfe;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.footer-link:hover{color:#fff}.footer-link:before{content:"";width:6px;height:6px;background:#22d3ee;border-radius:50%}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#fff3;transform:translateY(-4px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#bfdbfe;font-size:.875rem}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;z-index:999}.whatsapp-btn{position:relative;width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 10px 25px #22c55e66;transition:all .3s ease}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 15px 35px #22c55e80}.whatsapp-pulse{position:absolute;inset:0;border-radius:50%;background:#22c55e;animation:pulse-ring 2s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.8}to{transform:scale(1.5);opacity:0}}@media(max-width:768px){.section-title{font-size:2rem}.why-content,.contact-grid,.stats-card,.gallery-grid,.footer-content{grid-template-columns:1fr}}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate.visible{opacity:1;transform:translateY(0)}.scroll-animate-left{opacity:0;transform:translate(-50px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate-left.visible{opacity:1;transform:translate(0)}.scroll-animate-right{opacity:0;transform:translate(50px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate-right.visible{opacity:1;transform:translate(0)}.scroll-animate-scale{opacity:0;transform:scale(.9);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate-scale.visible{opacity:1;transform:scale(1)}
