*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 auto}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:linear-gradient(135deg,beige,#e8e8e4);border-bottom:1px solid #aa3bff33;padding:-2rem;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;position:relative}@media (width<=768px){.nav-container{padding:.5rem 1.5rem}.nav-logo{width:160px;height:28px}}.nav-logo{object-fit:contain;filter:drop-shadow(0 4px 8px #00000026);width:180px;height:30px;margin-left:0;margin-right:0}.nav-menu{align-items:center;gap:2.5rem;margin-left:auto;margin-right:1rem;list-style:none;display:flex}.mobile-menu-toggle{cursor:pointer;color:#444;padding:.25rem;font-size:1.5rem;display:none}@media (width<=768px){.mobile-menu-toggle{padding:.25rem;display:block}.nav-menu{opacity:0;visibility:hidden;background:linear-gradient(135deg,beige,#e8e8e4);flex-direction:column;gap:0;margin:0;padding:1rem 0;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%);box-shadow:0 8px 25px #0000001a}.nav-menu.mobile-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-link{text-align:center;width:100%;padding:1rem;display:block}}.nav-link{color:#444;border-radius:25px;padding:.5rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#fff;background:linear-gradient(135deg,#aa3bff,#667eea);transform:translateY(-2px)}.services-trigger{position:relative}.services-dropdown{z-index:1001;background:#fff;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;min-width:250px;margin:0;padding:1rem 0;list-style:none;display:grid;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0003}.dropdown-item{cursor:pointer;border-left:4px solid #0000;padding:.8rem 2.5rem .8rem 2rem;font-size:.95rem;list-style:none;transition:all .3s;position:relative}.dropdown-item:before{content:"▸";color:#aa3bff;font-weight:700;position:absolute;left:1rem}.dropdown-item:hover{color:#fff;background:linear-gradient(135deg,#aa3bff,#667eea);border-left-color:#fff;border-radius:18px}@media (width<=768px){.nav-menu{gap:1.5rem}.nav-link{font-size:.9rem}}.hero-section{align-items:center;width:100vw;height:100vh;margin-left:calc(50% - 50vw);padding-top:0;display:flex;position:relative;overflow:hidden}.hero-slide{background-color:#789;grid-template-columns:2px;align-items:center;gap:4rem;width:100vw;height:100vh;padding:0 5vw;display:grid;position:relative}.hero-bg{background:linear-gradient(135deg,#0006 0%,#0009 100%);position:absolute;inset:0}.hero-main{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.hero-title{flex-direction:column;gap:.5rem;display:flex}.hero-content{z-index:2;color:#fff;text-align:left;flex:1;padding-right:2rem;animation:1s ease-out fadeInUp;position:relative}.hero-content h1{margin-bottom:.8rem;font-size:clamp(3rem,5vw,2rem);font-weight:800;line-height:1.1}.hero-content h2{opacity:.95;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.hero-content p{opacity:.9;margin-bottom:2.5rem;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:300;line-height:1.7}.hero-cta{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}@media (width<=480px){.hero-cta{flex-flow:row;justify-content:center;gap:.5rem}.hero-btn{padding:.75rem 1.5rem;font-size:.95rem}}.hero-btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 30px #0003}.hero-btn.primary{color:#667eea;background:#fff;box-shadow:0 10px 30px #ffffff4d}.hero-btn.primary:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 20px 40px #fff6}.hero-btn.secondary{color:#fff;background:0 0;border:2px solid #ffffff80}.hero-btn.secondary:hover{background:#ffffff1a;border-color:#fff}.about-section{background:#eef5fb;padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:#333;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem)}.section-header p{color:#666;font-size:1.3rem}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:4rem;display:grid}.about-image img{object-fit:cover;border-radius:20px;width:100%;height:400px;transition:transform .3s;box-shadow:0 20px 40px #0000001a}.about-image:hover img{transform:scale(1.05)}.about-text{color:#555;font-size:1.1rem;line-height:1.8}.about-btn{margin-top:2rem;margin-left:12rem}@media (width<=768px){.about-btn{justify-content:center;margin-left:0;display:flex}}.about-btn button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:18px;justify-content:center;padding:1rem 2.5rem;font-size:1.5rem;font-weight:600;transition:all .3s;box-shadow:0 10px 30px #0707074d}.about-btn button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #aa3bff66}.about-text p{margin-bottom:1.5rem}.about-text strong{color:#aa3bff}@media (width<=768px){.about-content{text-align:center;grid-template-columns:1fr;gap:2rem}.about-image img{height:300px}}.hero-images{flex-direction:column;flex:1;justify-content:center;align-items:flex-end;height:100%;display:flex;position:relative}.images-container{border-radius:25px;width:570px;height:420px;position:relative;overflow:hidden;box-shadow:0 25px 70px #aba5a5f8}.hero-img{opacity:0;width:100%;height:100%;transition:opacity .6s ease-in-out;position:absolute;top:0;left:0}.hero-img.active{opacity:1}.hero-img img{object-fit:cover;border-radius:20px;width:100%;height:100%}.carousel-nav{color:#fff;cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff4d;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;transition:all .3s;position:absolute}.carousel-nav:hover{background:#ffffff80;transform:scale(1.1)}.carousel-nav.prev{top:50%;left:5%;transform:translateY(-50%)}.carousel-nav.next{top:50%;right:5%;transform:translateY(-50%)}.carousel-dots{gap:.5rem;display:flex;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:12px;height:12px;transition:all .3s}.carousel-dot.active{background:#fff;transform:scale(1.2)}.scroll-whatsapp-btn{color:#000;z-index:1000;cursor:pointer;opacity:1;visibility:visible;background:#fff;border:none;border-radius:25px;justify-content:left;align-items:center;gap:8px;min-width:200px;height:45px;padding-left:1rem;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;bottom:20px;right:20px;transform:translateY(0)scale(1);box-shadow:0 12px 30px #02030299,0 2px 4px #0000001a}@media (width<=480px){.scroll-whatsapp-btn{min-width:160px;font-size:.85rem;bottom:15px;right:15px}}.scroll-whatsapp-btn span{font-family:Arial,sans-serif!important}.scroll-whatsapp-btn i{font-size:1.3rem}.scroll-whatsapp-btn:hover{background:#fff;transform:translateY(-8px)scale(1.1);box-shadow:0 15px 35px #020202b3,0 2px 4px #0003}.scroll-whatsapp-btn:active{transform:translateY(-4px)scale(1.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px) and (width>=769px){.hero-main{gap:3rem}.images-container{width:380px;height:350px}}@media (width<=768px){.hero-main{text-align:center;flex-direction:column;gap:1.5rem;padding:0 1rem}.hero-content{order:2;margin-left:0;padding:0}.hero-cta{flex-flow:row;justify-content:center;gap:.75rem}.hero-images{order:1;align-items:center}.images-container{width:280px;height:280px;margin-top:2rem}.carousel-nav{width:35px;height:35px;font-size:1.2rem}}@media (width<=480px){.images-container{width:260px;height:260px;margin-top:1.5rem}.hero-btn{font-size:.9rem;padding:.7rem 1.2rem!important}}.certification-section{background:#fff;padding:120px 0}.certifications-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}@media (width<=1024px){.certifications-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.certifications-grid{grid-template-columns:1fr}}.cert-item{text-align:center;padding:1rem;transition:transform .3s}.cert-item:hover{transform:translateY(-5px)}.cert-image{object-fit:cover;border:5px solid #f8f9fa;border-radius:20px;width:240px;height:240px;margin-bottom:1.5rem;box-shadow:0 15px 40px #0003}.cert-item h3{color:#333;margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.cert-process{margin:.5rem 0 1rem;padding:0;list-style:none}.cert-process li{color:#666;margin-bottom:.3rem;padding-left:1.5rem;font-size:.85rem;line-height:1.6;position:relative}.cert-process li:before{content:"✓";color:#4caf50;font-size:1rem;font-weight:700;position:absolute;left:0}.cert-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#aa3bff,#667eea);border:none;border-radius:25px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #aa3bff4d}.cert-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #aa3bff66}.services-section{background:#f8f9fa;padding:80px 0}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem;display:grid}.service-card{text-align:center;background:#fff;border-top:4px solid #aa3bff;border-radius:20px;flex-direction:column;justify-content:space-between;height:100%;padding:2.5rem 2rem;transition:all .3s;display:flex;box-shadow:0 15px 35px #00000014}.service-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000026}.service-logo{object-fit:contain;border-radius:12px;width:80px;height:80px;margin:0 auto 1rem;box-shadow:0 5px 15px #0000001a}.service-icon{margin-bottom:1.5rem;font-size:4rem;display:block}.service-card h3{color:#333;margin-bottom:1rem;font-size:1.6rem}.service-card p{color:#666;flex-grow:1;line-height:1.6}.service-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#aa3bff,#667eea);border:none;border-radius:30px;margin-top:auto;padding:.8rem 2rem;font-weight:600;transition:all .3s}.service-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #aa3bff66}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.footer-section{color:#fff;background:linear-gradient(135deg,#070000,#1f1f1f);padding:4rem 0 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:2rem;display:grid}.footer-col h3{color:#fff;margin-bottom:1.5rem;font-size:1.3rem}.footer-col p{color:#ccc;margin-bottom:1.5rem;line-height:1.7}.footer-logo{object-fit:contain;border:none;width:200px;height:60px;margin-bottom:1rem}.social-links{gap:.3rem;display:flex}.social-link{color:#fff;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:1.5rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{color:#fff;transform:translateY(-3px)}.footer-col ul{padding:0;list-style:none}.footer-col li{margin-bottom:.8rem}.footer-col a{color:#ccc;text-decoration:none;transition:color .3s}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;color:#aaa;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (width<=768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}}.cert-image{object-fit:cover;border-radius:12px;width:80px;height:80px;margin-bottom:1rem;box-shadow:0 5px 15px #0000001a}.cert-card h3{color:#333;margin-bottom:1rem;font-size:1.6rem}
