@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--accent-color:#3b82f6;--text-color:#1f2937;--hover-color:#2563eb;--bg-color:#fff;--shadow-color:#0000001a}body{color:#1f2937;color:var(--text-color);font-family:Inter,sans-serif}.main-header,body{background-color:#fff;background-color:var(--bg-color)}.main-header{box-shadow:0 2px 6px #0000001a;box-shadow:0 2px 6px var(--shadow-color);padding:.1rem 1rem;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo-text{color:#3b82f6;color:var(--accent-color);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.5px}.logo-image{height:80px;width:150px}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;z-index:1100}.menu-toggle .hamburger{background-color:#1f2937;background-color:var(--text-color);border-radius:2px;height:2.5px;transition:all .3s ease;width:24px}.nav-links{display:flex;flex-grow:1;gap:1.25rem;justify-content:center}.nav-item{color:#1f2937;color:var(--text-color);font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-item:after{background:#3b82f6;background:var(--accent-color);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item:hover{color:#2563eb;color:var(--hover-color)}.nav-item:hover:after{width:100%}.contact-info{gap:1.5rem;margin-left:auto}.contact-info,.contact-item{align-items:center;display:flex}.contact-item{font-size:1rem;font-weight:600;transition:all .3s ease}.contact-item a{color:blue;text-decoration:none}.contact-item:hover{color:#2563eb;color:var(--hover-color)}.contact-item i{margin-right:.5rem}@media (max-width:768px){.contact-info,.nav-links{display:none}.menu-toggle{display:flex}.nav-links.active{align-items:center;background-color:#fff;background-color:var(--bg-color);border-top:1px solid #3b82f6;border-top:1px solid var(--accent-color);left:0;padding:1rem 0;position:absolute;right:0;top:60px;transition:all .3s ease-in-out}.contact-info.active,.nav-links.active{display:flex;flex-direction:column;gap:1rem}.nav-item{color:#1f2937;color:var(--text-color)}.nav-item:hover{color:#2563eb;color:var(--hover-color)}.menu-toggle .hamburger{background-color:#1f2937;background-color:var(--text-color)}}.hero-section{grid-gap:3rem;align-items:center;background:linear-gradient(135deg,#e0f2fe,#f0f9ff);display:grid;font-family:Inter,sans-serif;gap:3rem;grid-template-columns:1.4fr 1fr;padding:1rem}@media (max-width:960px){.hero-section{grid-template-columns:1fr;padding:3rem 1.5rem}.video-container{order:-1}}.form-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #0404eb;border-radius:1.5rem;box-shadow:0 30px 60px #0000001a;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.form-container:hover{box-shadow:0 40px 80px #00000026;transform:scale(1.01)}.title{color:#0f172a;font-size:2rem;font-weight:700;margin:1rem 0 1.4rem;text-align:center;text-shadow:0 2px 4px #0000000d}.form{gap:1.5rem}.form,.form-group{display:flex;flex-direction:column}.input-pair{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media (max-width:600px){.input-pair{grid-template-columns:1fr}}.label{color:#0f172a;font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.input,.textarea,select{background:#ffffffd9;border:1px solid #cbd5e1;border-radius:.75rem;box-sizing:border-box;color:#1e293b;font-size:1rem;padding:.85rem 1rem;transition:border-color .3s,box-shadow .3s;width:100%}.input:focus,.textarea:focus,select:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f633;outline:none}.textarea{resize:vertical}.submit-button{background:linear-gradient(90deg,#3b82f6,#6366f1);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease}.submit-button:hover{background:linear-gradient(90deg,#2563eb,#4f46e5);box-shadow:0 10px 20px #6366f14d;transform:translateY(-2px)}.marketing-container{align-items:center;background:linear-gradient(135deg,#6366f1,#3b82f6);border-radius:1rem;color:#fff;display:flex;justify-content:center;padding:2rem 1.5rem}.marketing-content{max-width:500px;text-align:center}.marketing-content h3{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.marketing-content p{font-size:1rem;margin-bottom:1rem}.offer-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0 0 1.5rem;padding:0}.offer-list li{align-items:center;display:flex;font-weight:500}.cta-button{background:#fff;border-radius:.75rem;color:#3b82f6;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s,transform .3s}.cta-button:hover{background:#f0f9ff;transform:translateY(-2px)}@media (max-width:600px){.marketing-content h3{font-size:1.5rem}.offer-list{gap:.3rem}.cta-button{text-align:center;width:100%}}.services-section{background:linear-gradient(135deg,#e0f7fa,#f3f4f6);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:1px 2px;text-align:center}.section-title{color:#0765e8;font-size:clamp(2rem,2.8vw,3rem);font-weight:800;letter-spacing:-.5px;margin-bottom:40px}.services-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));list-style:none;margin:0 auto;max-width:1200px;padding:0}.service-item{align-items:center;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:30px;box-shadow:0 1px 1px #01f3f3;display:flex;flex-direction:column;padding:32px 24px;text-align:center;transition:all .3s ease-in-out}.service-item:hover{border-color:#3b82f6;box-shadow:0 16px 40px #0000001a;transform:translateY(-10px) scale(1.02)}.service-logo{color:#10b981;font-size:42px;margin-bottom:20px;transition:color .3s ease}.service-item:hover .service-logo{color:#2563eb}.service-item span{color:#111827;font-size:1.125rem;font-weight:600;margin-top:10px}@media screen and (max-width:768px){.services-list{gap:24px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.service-item{padding:24px 16px}.service-logo{font-size:36px}.section-title{font-size:2.25rem}}@media screen and (max-width:480px){.section-title{font-size:1.75rem}.service-item{padding:20px 14px}.service-logo{font-size:30px}}.stats-section{background-color:#f1f5f9;flex-wrap:nowrap;justify-content:space-between;margin:0 auto;max-width:100%;padding:20px;text-align:center}.stat-item,.stats-section{align-items:center;display:flex}.stat-item{background-color:#fff;background:linear-gradient(145deg,#e1f5fe,#b3e5fc);border:2px solid #0000;border-radius:30px;box-shadow:0 2px 3px rgba(4,206,102,.927);flex:1 1 180px;flex-direction:column;justify-content:center;margin:10px;overflow:hidden;padding:20px 15px;position:relative;transition:all .3s ease;z-index:1}@keyframes pulse{0%{opacity:.6;transform:translate(-50%,-50%) scale(.8)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}to{opacity:.6;transform:translate(-50%,-50%) scale(.8)}}.stat-item:hover{border:2px solid #2196f3;box-shadow:0 8px 18px #0000001f;transform:translateY(-5px)}.stat-item h4{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:8px;transition:color .3s ease,transform .3s ease}.stat-item:hover h4{color:#2196f3;transform:scale(1.1)}.stat-item p{color:#000;font-size:1rem;font-weight:500;letter-spacing:1px;margin-top:5px;opacity:.8;text-transform:uppercase}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-item{animation:slide-up .7s ease-out forwards}@media screen and (max-width:768px){.stats-section{flex-wrap:wrap;justify-content:space-evenly}.stat-item h4{font-size:2rem}.stat-item p{font-size:.9rem}}@media screen and (max-width:480px){.stat-item h4{font-size:1.8rem}.stat-item p{font-size:.85rem}}.team-section{background:linear-gradient(135deg,#e0f7fa,#f3f4f6);color:#050505;font-family:Inter,sans-serif;padding:1rem 2rem;text-align:center}.team-section h2{font-size:2.4rem;font-weight:700;margin-bottom:.5rem}.team-section p{color:#000;font-size:1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.team-carousel{display:flex;gap:1rem;justify-content:flex-start;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.team-carousel::-webkit-scrollbar{display:none}.team-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0db1b90d;border:1px solid #ffffff1a;border-radius:2rem;box-shadow:0 8px 30px rgba(70,161,153,.548);display:flex;flex:0 0 auto;flex-direction:column;max-width:300px;min-width:300px;padding:1rem;scroll-snap-align:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 12px 40px #524cff4d;transform:translateY(-8px)}.image-container{border:3px solid #ff4c4c;border-radius:50%;height:100px;margin:0 auto 1rem;overflow:hidden;width:100px}.image-container img{height:100%;object-fit:cover;width:100%}.team-card h3{font-size:1.2rem;font-weight:600;margin:.5rem 0 .25rem}.team-card .role{color:#070707;font-size:.9rem;margin-bottom:1rem}.social-icons{gap:1rem;justify-content:center}.social-icons a{color:#ff4c4c;font-size:1.3rem;transition:color .3s ease,transform .3s ease}.social-icons a:hover{color:#fff;transform:scale(1.2)}.carousel-nav{align-items:center;display:flex;gap:2rem;justify-content:center;margin-top:1rem}.carousel-nav button{background-color:#ff4c4c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.2rem;transition:background .3s ease}.carousel-nav button:hover{background-color:#e53939}@media (max-width:768px){.team-section h2{font-size:2rem}.team-section p{font-size:1rem}.team-card{max-width:240px;min-width:240px}}.why-us-section{background:linear-gradient(135deg,#e0f7fa,#f3f4f6);border-radius:8px;box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:100%;padding:40px;text-align:center}.why-us-section h3{color:#333;font-size:2.5em;font-weight:700;letter-spacing:2px;margin-bottom:30px;text-transform:uppercase}.why-us-section ul{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:stretch;list-style-type:none;padding-left:0}.why-us-section ul li{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;color:#444;display:flex;font-size:1.1em;height:140px;justify-content:flex-start;padding:20px;text-align:left;transition:all .3s ease}.why-us-section ul li i{font-size:2em;margin-right:20px;transition:transform .3s ease}.why-us-section ul li:first-child i{color:tomato}.why-us-section ul li:nth-child(2) i{color:#f39c12}.why-us-section ul li:nth-child(3) i{color:#1abc9c}.why-us-section ul li:nth-child(4) i{color:#9b59b6}.why-us-section ul li:nth-child(5) i{color:#2980b9}.why-us-section ul li:nth-child(6) i{color:#2ecc71}.why-us-section ul li:nth-child(7) i{color:#e74c3c}.why-us-section ul li:nth-child(8) i{color:#f1c40f}.why-us-section ul li:nth-child(9) i{color:#8e44ad}.why-us-section ul li:nth-child(10) i{color:#3498db}.why-us-section ul li:nth-child(11) i{color:#e67e22}.why-us-section ul li:nth-child(12) i{color:#34495e}.why-us-section ul li:nth-child(13) i{color:#16a085}.why-us-section ul li:hover{box-shadow:0 6px 15px #0000001a;transform:translateY(-10px)}.why-us-section ul li:hover i{transform:scale(1.1)}@media (max-width:768px){.why-us-section h3{font-size:2em;margin-bottom:20px}.why-us-section ul li{font-size:1em;padding:15px}.why-us-section ul{grid-template-columns:1fr 1fr}}@media (max-width:480px){.why-us-section h3{font-size:1.8em;margin-bottom:15px}.why-us-section ul li{font-size:.95em;padding:10px}.why-us-section ul{grid-template-columns:1fr}}.testimonials-slider{background:linear-gradient(135deg,#e0f7fa,#f3f4f6);font-family:Inter,sans-serif;margin:1rem auto;max-width:1200px;padding:0 1rem}.slider-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.slider-header h2{color:#0f172a;flex:1 1;font-size:1.75rem;font-weight:700;text-align:center}.slider-btn{background:linear-gradient(90deg,#3b82f6,#6366f1);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.25rem;height:2.5rem;transition:transform .2s,box-shadow .2s;width:2.5rem}.slider-btn:hover{background:linear-gradient(90deg,#2563eb,#4f46e5);box-shadow:0 6px 12px #6366f14d;transform:translateY(-2px)}.slider-window{overflow:hidden;width:100%}.testimonials-list{display:flex;transition:transform .5s ease}.testimonial{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border-radius:.75rem;box-shadow:0 8px 24px #0000001a;display:flex;flex-basis:calc(25% - 1rem);flex-direction:column;flex-grow:0;flex-shrink:0;justify-content:space-between;margin:0 .5rem;padding:1.5rem}.testimonial p{color:#334155;font-size:1rem;line-height:1.5;margin-bottom:1rem}.testimonial strong{color:#0f172a;font-size:.95rem;text-align:right}@media (max-width:1024px){.testimonial{flex-basis:calc(50% - 1rem);flex-grow:0;flex-shrink:0}}@media (max-width:600px){.testimonial{flex:0 0 100%;margin:.5rem 0}.slider-header h2{font-size:1.5rem}.slider-btn{font-size:1.1rem;height:2.25rem;width:2.25rem}}.hero{background-image:url(/static/media/bg.c7f052d7f89b65312aed.jpg);background-position:50%;background-size:cover;color:#fff;overflow:hidden;padding:40px 20px 200px;position:relative;text-align:center}.overlay{background:rgba(7,7,7,.808);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-content{margin:auto;max-width:1000px;padding:0 10px;position:relative;z-index:1}.tagline{color:#fcf9f9;font-size:1.7rem;font-weight:600;letter-spacing:1px;margin-bottom:1.2rem}.hero h1{font-size:3.1rem;font-weight:700;line-height:1.3;margin-bottom:1.9rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff6a6a,#ff5cd9,#8f5cff);-webkit-background-clip:text}.description{color:#e0e0e0;font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s ease}.btn.primary{background-color:#ff5c5c;box-shadow:0 6px 18px #ff5c5c59;color:#fff}.btn.primary:hover{background-color:ff5c5c}.btn.secondary{background-color:#4cc34c;border:2px solid #fff;color:#fff}.btn.secondary:hover{background-color:#ffffff1a}.footer{background:linear-gradient(135deg,#0f0f0f,#121212);color:#e5e7eb;font-family:Poppins,sans-serif;overflow:hidden;padding:15px 4px 30px}.footer-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin:0 auto;max-width:1300px}.footer-section{flex:1 1;min-width:260px}.footer-section h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#00f2fe,#4facfe);-webkit-background-clip:text;font-size:1.5rem;margin-bottom:18px}.footer-section p{color:#d1d5db;font-size:1rem;line-height:1.6;margin-bottom:12px}.cta-title{font-size:1.25rem;font-weight:600}.cta-text{font-size:.95rem;margin-bottom:10px}.cta-whatsapp{background:linear-gradient(90deg,#25d366,#128c7e);border-radius:50px;color:#fff;display:inline-block;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .3s ease}.cta-whatsapp:hover{background:linear-gradient(90deg,#1ebc59,#0f7654);transform:scale(1.05)}.contact p{align-items:center;color:#cbd5e1;display:flex;font-size:.95rem;gap:10px;margin-bottom:10px}.social-icons{display:flex;gap:12px;justify-content:flex-start;margin-left:0;margin-top:20px;padding:0}.social-icons a{align-items:center;background:#1e1e2f;border-radius:50%;box-shadow:0 2px 6px #0ff3;color:#00f2fe;display:flex;font-size:20px;height:44px;justify-content:center;transition:all .4s ease;width:44px}.social-icons a:hover{background:#00f2fe;box-shadow:0 0 20px #00ffff80;color:#1e1e2f;transform:scale(1.15) rotate(4deg)}footer hr{border:none;border-top:1px solid #2c2c3d;margin:40px 0 20px}.footer-bottom{color:#aaa;font-size:14px;text-align:center}.footer-credit .heart{color:#ff3c6f}.footer-credit .highlight{color:#ffd166;font-weight:600}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:10px 0;position:relative}.footer-credit{color:#ccc;text-align:center;width:100%}.privacy-link{padding-right:10px;position:absolute;right:0}.privacy-link a{color:#aaa;font-size:.9rem;text-decoration:underline;transition:color .3s ease}.privacy-link a:hover{color:#ff6a6a}@media (max-width:1024px){.footer-container{flex-direction:column;gap:40px}.footer-section{width:100%}.footer-bottom{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.12f5d74f.css.map*/