*{box-sizing:border-box;margin:0;font-family:Poppins,sans-serif;color:#2d3748}.footer{background-color:#0f172a;color:#fff;padding:48px 0}.footer-container{max-width:1200px;margin:auto;padding:0 16px}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:32px}@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>:first-child{grid-column:1 / -1}}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-grid>:first-child{grid-column:auto}}.footer-logo{display:flex;align-items:center;gap:8px;margin-bottom:16px}.footer-logo-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(to bottom right,#eb1010,#f97316);display:flex;justify-content:center;align-items:center}.footer-logo-circle span{color:#fff;font-weight:700}.footer-logo-text{font-size:1.25rem;color:#fff}.footer-description{color:#94a3b8;font-size:.9rem;line-height:1.4}.footer-title{font-size:1rem;margin-bottom:16px;font-weight:400;color:#fff}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:8px;font-size:.9rem;color:#94a3b8}.footer-list a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-list a:hover{color:#fff}.footer-navigation .btn-navigation{border:0;color:#94a3b8;background:none;cursor:pointer;transition:color .3s ease}.footer-navigation .btn-navigation:hover{color:#fff}.footer-socials{display:flex;gap:16px;margin-top:16px}.footer-socials a{width:40px;height:40px;border-radius:50%;background-color:#fff;transition:.5s ease;display:flex;justify-content:center;align-items:center}.footer-socials a:hover{transform:scale(1.1)}.footer-bottom{border-top:1px solid #1e293b;padding-top:32px;text-align:center;font-size:.9rem}.footer-bottom p{color:#94a3b8}.whatsapp-fixed{position:fixed;bottom:20px;right:20px;width:65px;height:65px;border-radius:50%;background-color:#25d366;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px #00000040;z-index:9999;transition:transform .3s ease}.whatsapp-fixed img{width:40px;height:40px}.whatsapp-fixed:hover{transform:scale(1.1)}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#f8faffd9;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-bottom:1px solid rgba(122,167,255,.15)}.header-container{max-width:1200px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:10px;cursor:pointer}.logo-circle,.img-logo{width:60px;height:60px;border-radius:50%;background:linear-gradient(to bottom right,#5a8dee,#7aa7ff);display:flex;justify-content:center;align-items:center}.logo-text{color:#fff;font-weight:700}.logo-name{font-size:1.25rem;font-weight:500;color:#1d3557}.btn-nav{background:none;border:none;cursor:pointer;font-size:1rem;color:#1d3557;transition:.25s ease}.btn-nav:hover{color:#5a8dee}.btn-contact{padding:8px 24px;font-size:1rem;font-weight:500;background:linear-gradient(to right,#002e5d,#00a3e0);color:#fff;border:none;border-radius:24px;cursor:pointer;transition:.3s ease}.btn-contact:hover{transform:scale(1.06);box-shadow:0 4px 12px #5a8dee4d}.nav-desktop{display:none;gap:2rem}.menu-button{display:block;background:none;border:none;cursor:pointer}.nav-mobile{position:absolute;top:72px;left:0;width:100%;display:flex;flex-direction:column;background:#fff;gap:12px;padding:16px;box-shadow:0 4px 10px #00000014;z-index:5}@media(min-width:768px){.nav-desktop{display:flex;align-items:center}.menu-button,.nav-mobile{display:none}}.about-section{padding:6rem 1rem;background:linear-gradient(to bottom right,#f3e8ff,#fdf2f8,#fef9c346)}.about-container{max-width:1200px;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-bottom:6rem}@media(min-width:768px){.about-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.about-image-bg{position:absolute;inset:0;background:linear-gradient(to right,#002e5d,#00a3e0);border-radius:24px;filter:blur(40px);opacity:.2;max-width:100%;width:100%}.about-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #00000026}.about-image img{width:100%;display:block;object-fit:cover}.about-text h2{font-size:2.5rem;margin-bottom:1rem;line-height:1.2;color:#2d3748;font-weight:400}.about-text p{color:#64748b;line-height:1.6;margin-bottom:1rem;font-size:1rem}.about-text .highlight{color:#2d3748;font-weight:600}.about-values{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem}.value-item{display:flex;align-items:center;gap:.75rem;font-weight:500}.value-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.value-icon.red,.value-icon.yellow,.value-icon.purple{background-color:#0f172a}.about-values-section{text-align:center;max-width:1000px;margin:0 auto}.values-header h3{font-size:2rem;margin-bottom:.5rem;font-weight:400;color:#2d3748}.values-header p{color:#64748b;margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{text-align:center;padding:1rem}.value-circle{width:64px;height:64px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.pink-bg,.yellow-bg,.purple-bg{background:linear-gradient(to bottom right,#002e5d,#00a3e0)}.value-card h4{font-size:1.2rem;margin-bottom:.5rem;color:#2d3748;font-weight:400}.value-card p{font-size:.9rem;color:#64748b;line-height:1.5;font-weight:400}.contact-section{padding:2rem 0 5rem;background:linear-gradient(to bottom right,#e8f1ff,#f3edff)}.contact-container{max-width:900px;margin:0 auto;padding:0 1rem}.contact-card{background:#fffc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:3rem 2rem;border-radius:1.5rem;box-shadow:0 10px 30px #00000014;text-align:center;border:1px solid rgba(122,167,255,.2)}.contact-title{font-size:2rem;margin-bottom:1rem;color:#1d3557}.contact-text{font-size:1.15rem;color:#475569;margin-bottom:2rem;line-height:1.6}.contact-button{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(to right,#5a8dee,#7aa7ff);color:#fff;font-size:1.05rem;padding:.9rem 2rem;border-radius:9999px;text-decoration:none;transition:.3s ease}.contact-button:hover{transform:scale(1.05);box-shadow:0 6px 14px #5a8dee59}.hero-section{padding:8rem 0 4rem;background:linear-gradient(to bottom right,#e8f1ff,#f3edff)}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1rem;border-radius:9999px;font-size:.9rem}.hero-badge span{color:#1d3557}.hero-title{font-size:2.5rem;line-height:1.2;margin-top:1.5rem;font-weight:400;color:#1d3557}@media(min-width:768px){.hero-title{font-size:3rem}}@media(min-width:1024px){.hero-title{font-size:3.3rem}}.highlight-text{background:linear-gradient(to right,#5a8dee,#7aa7ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.1rem;color:#475569;margin-top:1rem;line-height:1.6}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media(min-width:640px){.hero-buttons{flex-direction:row}}.btn-primary{background:linear-gradient(to right,#002e5d,#00a3e0);color:#fff;border:none;padding:.9rem 2rem;border-radius:9999px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:.3s ease}.btn-primary:hover{box-shadow:0 4px 12px #7aa7ff4d;transform:scale(1.05)}.btn-outline{border:2px solid #002e5d;color:#002e5d;background:transparent;padding:.9rem 2rem;border-radius:9999px;cursor:pointer;font-size:1rem;transition:.3s ease}.btn-outline:hover{background:#5a8dee1a;transform:scale(1.05)}.hero-image-wrapper{position:relative}.hero-image-bg{position:absolute;inset:0;background:linear-gradient(to top left,#7aa7ff,#5a8dee);border-radius:1.5rem;filter:blur(60px);opacity:.25}.hero-image{position:relative;overflow:hidden;border-radius:1.5rem;box-shadow:0 10px 30px #0000001f}.hero-image img{display:block;width:100%;height:100%;object-fit:cover}.services-section{padding:6rem 1rem;background-color:#fff}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;max-width:700px;margin:0 auto 4rem}.services-header h2{font-size:2.5rem;margin-bottom:1rem;color:#2d3748;font-weight:400}.services-header p{font-size:1.1rem;color:#64748b}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.icon-0,.icon-1,.icon-2{background:linear-gradient(to bottom right,#002e5d,#00a3e0)}.service-card{padding:2rem;border:1px solid #ddd;border-radius:16px;background-color:#fff;transition:all .3s ease}.service-card-0:hover,.service-card-1:hover,.service-card-2:hover{border:1px solid #002e5d;box-shadow:0 6px 20px #00000014}.service-card-3:hover{border:1px solid #a855f7;box-shadow:0 6px 20px #00000014}.service-card-4:hover{border:1px solid #22d3ee;box-shadow:0 6px 20px #00000014}.service-card-5:hover{border:1px solid #e879f9;box-shadow:0 6px 20px #00000014}.service-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:.3s ease}.service-card:hover .service-icon{transform:scale(1.1)}.service-card h3{margin-bottom:.75rem;font-size:1.2rem;font-weight:400;color:#2d3748}.service-card p{color:#64748b;line-height:1.5;font-size:.9rem}
