:root{--color-primary:#14287b;--color-accent:#f5c542;--color-accent-light:#ffda6a;--color-dark-trans-high:rgba(20, 41, 123, 0.55);--color-dark-trans-med:rgba(20, 41, 123, 0.15);--color-dark-trans-low:rgba(20, 41, 123, 0.05);--color-white-trans-high:rgba(255, 255, 255, 0.3);--color-white-trans-med:rgba(255, 255, 255, 0.2);--color-white-trans-low:rgba(255, 255, 255, 0.05);--color-shadow-dark:rgba(0, 0, 0, 0.15);--color-text-light:#555;--color-bg-light:#f0f2f5;--color-bg-section:#f8f9fc;--transition-smooth:0.3s ease;--transition-cubic:0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);--transition-easing:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);--backdrop-blur:blur(16px) saturate(140%);--backdrop-blur-heavy:blur(20px);--backdrop-blur-light:blur(10px);--backdrop-blur-extra:blur(24px);--border-radius-sm:0.8rem;--border-radius-md:1.5rem;--border-radius-lg:2rem;--border-radius-xl:3rem}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--color-bg-light);font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}header{position:relative;z-index:100;margin:10px auto;border-radius:var(--border-radius-xl);transition:all 0.4s cubic-bezier(.175,.885,.32,2.2);box-shadow:0 8px 20px rgb(0 0 0 / .15),0 0 0 1px rgb(255 255 255 / .2) inset;width:calc(100% - 60px);max-width:1400px}header::before{content:'';position:absolute;z-index:1;inset:0;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border-radius:3rem;pointer-events:none}header::after{content:'';position:absolute;z-index:1;inset:0;background:rgb(20 41 123 / .451);border-radius:3rem;pointer-events:none}header .brillo{position:absolute;inset:0;z-index:2;border-radius:3rem;box-shadow:inset 2px 2px 3px 0 rgb(255 255 255 / .3),inset -1px -1px 2px 1px rgb(0 0 0 / .1);pointer-events:none}.navContenedor{position:relative;z-index:4;display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;gap:2rem}.logoHeader img{width:220px;height:80px}.navLinks{display:flex;list-style:none;gap:1rem}.navLinks li a{text-decoration:none;color:rgb(255 255 255 / .9);font-weight:600;font-size:1rem;padding:1rem 1rem;transition:all 0.3s cubic-bezier(.2,.9,.4,1.1);position:relative;display:inline-block}.navLinks li{background:linear-gradient(rgb(0 0 0 / .563),rgb(0 0 0 / .563)) left center / 1px 30% no-repeat,linear-gradient(rgb(0 0 0 / .563),rgb(0 0 0 / .563)) right center / 1px 30% no-repeat}.navLinks li a::before{content:'';position:absolute;bottom:5px;left:0;width:0%;height:2px;background:linear-gradient(90deg,#f5c542,#ffda6a);transition:width 0.3s ease;border-radius:2px}.navLinks li a:hover::before{width:100%}.navLinks li a:hover{transform:translateY(-2px);color:#fff;text-shadow:0 0 8px rgb(245 197 66 / .6)}.botonHeader{display:flex;align-items:center}.botonAmarillo{background:linear-gradient(135deg,#f5c542 0%,#f7d44a 100%);border:none;border-radius:2rem;padding:1.3rem 1.7rem;cursor:pointer;transition:all 0.3s cubic-bezier(.175,.885,.32,2.2);box-shadow:0 4px 10px rgb(0 0 0 / .1),0 1px 2px rgb(0 0 0 / .15)}.botonAmarillo p{font-weight:700;color:var(--color-primary);font-size:.9rem;letter-spacing:.3px}.botonAmarillo:hover{transform:scale(.96);background:linear-gradient(135deg,#f7d44a 0%,#f9de6e 100%);box-shadow:0 6px 14px rgb(0 0 0 / .15)}header:hover{box-shadow:0 12px 28px rgb(0 0 0 / .2),0 0 0 1px rgb(255 255 255 / .3) inset}header:hover .navContenedor{transform:scale(1.01)}.fondoInicio>img{position:absolute;top:0;left:0;width:100%;height:60vh;object-fit:cover;z-index:-1;clip-path:polygon(0% 0%,100% 0%,100% 60%,75% 70%,60% 95%,40% 95%,25% 70%,0% 60%)}.fondoInicio::before{content:'';top:0;left:0;width:100%;height:60vh;position:absolute;inset:0;background:rgb(0 0 0 / .35);z-index:0;clip-path:polygon(0% 0%,100% 0%,100% 60%,75% 70%,60% 95%,40% 95%,25% 70%,0% 60%)}.header-placeholder{display:none}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:22px;cursor:pointer;background:none;border:none;position:relative;z-index:10001;padding:0;margin-left:auto}.hamburger-menu span{display:block;width:100%;height:3px;background:#fff;border-radius:3px;transition:all 0.3s cubic-bezier(.175,.885,.32,1.275)}.hamburger-menu:hover span{background:var(--color-accent)}.hamburger-menu.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);z-index:99;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.menu-overlay.active{opacity:1;visibility:visible}.contenedorTarjeta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:33rem;padding:2rem;border-radius:var(--border-radius-md);background:var(--color-dark-trans-high);backdrop-filter:var(--backdrop-blur-heavy);border:1px solid var(--color-white-trans-med);box-shadow:0 10px 30px rgb(0 0 0 / .3),inset 0 0 20px var(--color-white-trans-low);color:#fff;text-align:center;transition:all 0.4s ease}.contenedorTarjeta::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgb(255 255 255 / .25),rgb(255 255 255 / .05),transparent);opacity:.6;pointer-events:none}.contenedorTarjeta:hover{transform:translate(-50%,-55%) scale(1.03);box-shadow:0 20px 50px rgb(0 0 0 / .5),0 0 25px rgb(255 255 255 / .15),inset 0 0 30px rgb(255 255 255 / .08)}.tarjetaInicio h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:0 0 10px rgb(245 197 66 / .8),0 0 20px rgb(245 197 66 / .4);position:relative}.tarjetaInicio h1::after{content:"";position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);width:70%;height:2px;background:linear-gradient(to right,transparent,rgb(255 255 255 / .8),transparent);border-radius:100px}.tarjetaInicio p{margin-bottom:15px}.tarjetaInicio .botonAmarillo p{margin:4px}@keyframes glassMove{0%{transform:translateX(0%)}100%{transform:translateX(100%)}}.tarjetaInicio::after{content:"";position:absolute;top:0;left:0%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgb(255 255 255 / .119),transparent);border-radius:20px;animation:glassMove 4s infinite alternate;z-index:-1}.contenedorDosColumnas{display:flex;gap:2rem;max-width:1600px;margin:5rem auto 5rem auto;padding:0 2rem;position:relative;align-items:flex-start;z-index:10}.columnaIzquierdaAncha{flex:3;min-width:0;background-color:#fff;border-radius:var(--border-radius-md);padding:2rem;box-shadow:0 10px 30px rgb(20 40 120 / .2)}.columnaDerechaFija{flex:1;position:sticky;top:20px;align-self:flex-start}.bloqueUno{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.bloqueUno .textoDestacado{font-size:1.5rem;font-weight:600;color:var(--color-primary);text-shadow:0 0 8px rgb(20 40 120 / .3);border-left:#14287b 3px solid;padding-left:10px;background:rgb(20 41 123 / .27);width:50%;border-top-right-radius:30px;border-bottom-right-radius:30px}.imagenBloqueUno{width:95%;margin:0 auto;height:32rem;border-radius:1rem;overflow:hidden}.imagenBloqueUno img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.bloqueDos{display:flex;flex-direction:row;gap:1.5rem;margin-bottom:2rem}.bloqueDos .columnaUno,.bloqueDos .columnaDos{flex:1;background:var(--color-dark-trans-low);border-radius:var(--border-radius-sm);padding:1.5rem;box-shadow:inset 0 0 10px rgb(20 40 120 / .1);border-left:var(--color-primary) 3px solid}.bloqueDos .columnaUno h3,.bloqueDos .columnaDos h3{margin-bottom:10px}.bloqueTres{background:var(--color-dark-trans-low);border-radius:var(--border-radius-sm);padding:1.5rem 1.5rem .1rem 1.5rem;box-shadow:inset 0 0 10px rgb(20 40 120 / .1);margin-bottom:2rem}.bloqueTres h1{color:var(--color-primary);font-size:1.5rem;margin-bottom:1.5rem;border-bottom:2px solid #f5c542;padding-bottom:.75rem;text-align:center}.servicioItem{background:rgb(20 41 123 / .601);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:transform 0.3s ease,box-shadow 0.3s ease;clip-path:polygon(0% 0%,100% 0%,100% calc(100% - 20px),95% calc(100% - 12px),90% calc(100% - 18px),85% calc(100% - 10px),80% calc(100% - 16px),75% calc(100% - 8px),70% calc(100% - 14px),65% calc(100% - 6px),60% calc(100% - 12px),55% calc(100% - 4px),50% calc(100% - 10px),45% calc(100% - 4px),40% calc(100% - 12px),35% calc(100% - 6px),30% calc(100% - 14px),25% calc(100% - 8px),20% calc(100% - 16px),15% calc(100% - 10px),10% calc(100% - 18px),5% calc(100% - 12px),0% calc(100% - 20px))}.servicioItem:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .15)}.servicioItem h3{color:var(--color-accent)}.servicioItem p{color:#fff;margin-bottom:5px}.bloqueInfo{background:var(--color-dark-trans-high);backdrop-filter:var(--backdrop-blur-heavy);border-radius:var(--border-radius-md);padding:1.5rem;color:#fff;box-shadow:0 10px 30px rgb(0 0 0 / .2)}.bloqueInfo h1{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;border-bottom:2px solid var(--color-accent);padding-bottom:.75rem}.infoContacto{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.infoItem{display:flex;align-items:flex-start;gap:1rem}.infoIcono{font-size:1.8rem;min-width:45px}.infoItem h3{color:var(--color-accent);font-size:1rem;margin-bottom:.25rem}.infoItem p{color:rgb(255 255 255 / .9);font-size:.9rem;margin:0;line-height:1.4}.botonInfo{width:100%;margin-top:1rem}.botonInfo p{color:#14287b;font-weight:700}.bloqueCuatro{margin-bottom:2rem}.faq-container{background:linear-gradient(135deg,#ffffff 0%,#f8f9fc 100%);border-radius:2rem;padding:3rem 2rem;box-shadow:0 20px 40px rgb(20 41 123 / .15);border:1px solid rgb(20 41 123 / .1)}.faq-titulo{text-align:center;color:var(--color-primary);font-size:2rem;margin-bottom:.5rem;position:relative;display:inline-block;width:100%}.faq-titulo::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-light));border-radius:3px}.faq-subtitulo{text-align:center;color:#666;margin-bottom:2.5rem;font-size:1rem}.faq-grid{display:flex;flex-direction:column;gap:1rem;margin:0 auto}.faq-item{background:#fff;border-radius:1rem;border:1px solid rgb(20 41 123 / .15);transition:all 0.3s ease;overflow:hidden}.faq-item:hover{border-color:rgb(245 197 66 / .5);box-shadow:0 4px 12px rgb(20 41 123 / .1)}.faq-pregunta{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;transition:background 0.2s ease}.faq-pregunta span{font-weight:600;color:var(--color-primary);font-size:1rem;flex:1;padding-right:1rem}.faq-toggle{background:rgb(20 41 123 / .1);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-easing);flex-shrink:0}.faq-toggle:hover{background:var(--color-accent);transform:rotate(90deg);will-change:background,transform}.faq-icon{width:20px;height:20px;color:#14287b;transition:transform 0.3s ease}.faq-item.active .faq-toggle{background:var(--color-accent);transform:rotate(45deg)}.faq-item.active .faq-toggle:hover{transform:rotate(45deg) scale(1.1)}.faq-respuesta{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1);background:rgb(20 41 123 / .02);border-top:1px solid #fff0}.faq-item.active .faq-respuesta{max-height:300px;border-top-color:rgb(20 41 123 / .1)}.faq-respuesta p{padding:1.25rem 1.5rem;color:#444;line-height:1.6;font-size:.95rem;margin:0}.footerPrincipal{position:relative;overflow:hidden}.footerFondo{position:absolute;inset:0;z-index:0}.footerImgFondo{width:100%;height:100%;object-fit:cover;filter:brightness(.35) saturate(1.2)}.footerFondo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgb(20 41 123 / .55) 0%,rgb(77 93 160 / .399) 100%)}.footerCTA{position:relative;z-index:2;border-bottom:1px solid rgb(255 255 255 / .15);padding:3rem 2rem}.footerCTAContenido{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;background:rgb(255 255 255 / .08);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgb(255 255 255 / .18);border-radius:2rem;padding:2rem 2.5rem;box-shadow:0 8px 32px rgb(0 0 0 / .25),inset 0 1px 0 rgb(255 255 255 / .2)}.footerCTAContenido h2{color:#fff;font-size:1.6rem;text-shadow:0 2px 8px rgb(0 0 0 / .3)}.footerCTAContenido>p{color:rgb(255 255 255 / .75);font-size:.95rem;margin-top:.3rem}.footerCTABotones{display:flex;gap:1rem;align-items:center;flex-shrink:0}.botonWhatsApp{display:flex;align-items:center;gap:.4rem;background:rgb(37 211 102 / .85);will-change:background,transform;color:#fff;font-weight:700;text-decoration:none;border-radius:2rem;padding:.75rem 1.6rem;font-size:.9rem;transition:all 0.3s ease;box-shadow:0 4px 12px rgb(37 211 102 / .3)}.botonWhatsApp:hover{background:rgb(37 211 102);transform:scale(.96)}.footerCuerpo{position:relative;z-index:2;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1.2fr 1.5fr 1fr;gap:3rem;padding:4rem 2rem 3rem}.footerColumna{display:flex;flex-direction:column;gap:1rem}.footerLogo img{width:180px;opacity:.9}.footerDesc{color:rgb(255 255 255 / .7);font-size:.9rem;line-height:1.6}.footerRRSS{display:flex;gap:.75rem;margin-top:.5rem}.rrssIcono{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .2);color:#fff;text-decoration:none;transition:all 0.3s cubic-bezier(.175,.885,.32,2.2);box-shadow:inset 0 1px 0 rgb(255 255 255 / .15)}.rrssIcono svg{width:18px;height:18px}.rrssIcono:hover{background:#f5c542;color:#14287b;transform:translateY(-3px) scale(1.1);box-shadow:0 6px 16px rgb(245 197 66 / .4);border-color:#f5c542}.rrssIcono:hover svg{stroke:#14287b}.footerTituloCol{color:var(--color-accent);font-size:1rem;font-weight:700;letter-spacing:.5px;padding-bottom:.75rem;border-bottom:1px solid rgb(245 197 66 / .3);margin-bottom:.25rem}.footerNav{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footerNav li a{color:rgb(255 255 255 / .75);text-decoration:none;font-size:.9rem;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:.4rem}.footerNav li a::before{content:'›';color:#f5c542;font-size:1.1rem;line-height:1;transition:transform 0.2s ease}.footerNav li a:hover{color:#fff;transform:translateX(4px)}.footerContactoList{list-style:none;display:flex;flex-direction:column;gap:.9rem;margin:0 auto}.footerContactoList li{display:flex;align-items:flex-start;gap:.75rem;color:rgb(255 255 255 / .75);font-size:.9rem;line-height:1.5}.footerContactoList li span:first-child{font-size:1.1rem;flex-shrink:0;margin-top:1px}.footerContactoList li a{color:rgb(255 255 255 / .75);text-decoration:none;transition:color 0.2s ease}.footerContactoList li a:hover{color:#f5c542}.footerBarraInferior{position:relative;z-index:2;border-top:1px solid rgb(255 255 255 / .12);padding:1.25rem 2rem;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footerBarraInferior p{color:rgb(255 255 255 / .5);font-size:.82rem;margin:0 auto}.footerBarraInferior a{color:#f5c542;text-decoration:none;font-weight:600}.footerBarraInferior a:hover{text-decoration:underline}.contenedorTarjetaLimpieza{position:relative;padding-top:10vh;padding-bottom:1rem;display:flex;justify-content:center;align-items:center;z-index:10}.tarjetaLimpieza{position:relative;background:rgb(20 41 123 / .65);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:2rem;padding:1rem 1.5rem;max-width:550px;color:#fff;text-align:center;border:1px solid rgb(255 255 255 / .25);box-shadow:0 20px 50px rgb(0 0 0 / .3),inset 0 0 30px rgb(255 255 255 / .08),inset -1px -1px 2px rgb(0 0 0 / .2);transition:all 0.5s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.tarjetaLimpieza::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgb(255 255 255 / .3),rgb(255 255 255 / .08),transparent);opacity:.5;pointer-events:none;border-radius:2rem}.tarjetaLimpieza:hover{transform:translateY(-10px);background:rgb(20 41 123 / .75);box-shadow:0 30px 70px rgb(0 0 0 / .4),0 0 40px rgb(245 197 66 / .2),inset 0 0 40px rgb(255 255 255 / .12)}.badgeServicio{display:inline-block;background:rgb(245 197 66 / .25);border:1px solid rgb(245 197 66 / .5);color:#f5c542;padding:.4rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;position:relative;z-index:2;backdrop-filter:blur(10px)}.tarjetaLimpieza h1{font-size:2.8rem;margin-bottom:1rem;position:relative;z-index:2;text-shadow:0 0 10px rgb(245 197 66 / .6),0 2px 10px rgb(0 0 0 / .3)}.tarjetaLimpieza>p{font-size:1.05rem;color:rgb(255 255 255 / .95);margin-bottom:1rem;position:relative;z-index:2;line-height:1.6}.tarjetaLimpieza .botonAmarillo{position:relative;z-index:2}.seccionHeroLimpieza{background:linear-gradient(135deg,#f8f9fc 0%,#ffffff 100%);padding:5rem 2rem;margin:1rem auto;border-radius:2rem;max-width:1400px;box-shadow:0 15px 40px rgb(20 41 123 / .12)}.contenidoHero{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.heroTexto h2{font-size:2.2rem;color:#14287b;margin-bottom:1.5rem;position:relative;display:inline-block}.heroTexto h2::after{content:'';position:absolute;bottom:-10px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#f5c542,#ffda6a);border-radius:3px}.heroTexto p{color:#555;font-size:1rem;line-height:1.8;margin-bottom:2rem;margin-top:1.5rem}.beneficiosHero{display:flex;flex-direction:column;gap:1rem}.beneficio{display:flex;align-items:center;gap:1rem;padding:.8rem;background:rgb(245 197 66 / .08);border-radius:.8rem;border-left:3px solid #f5c542}.iconoBeneficio{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#f5c542,#ffda6a);color:#14287b;border-radius:50%;font-weight:700;flex-shrink:0}.beneficio p{margin:0;color:#14287b;font-weight:500}.heroImagen{display:flex;justify-content:center;align-items:center}.imagenContainer{position:relative;width:100%;height:350px;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 50px rgb(20 41 123 / .2),inset 0 1px 0 rgb(255 255 255 / .3)}.imagenContainer img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.imagenContainer:hover img{transform:scale(1.05)}.seccionServicios{padding:3rem 2rem;max-width:1400px;margin:1rem auto}.headerServicios{text-align:center;margin-bottom:3.5rem}.headerServicios h2{font-size:2.2rem;color:#14287b;margin-bottom:.5rem;position:relative;display:inline-block}.headerServicios h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100px;height:3px;background:linear-gradient(90deg,#f5c542,#ffda6a);border-radius:3px}.headerServicios p{color:#999;font-size:1.05rem;margin-top:1.5rem}.gridServicios{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.servicioGlass{background:rgb(20 41 123 / .08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1.5rem;padding:2.2rem;border:1px solid rgb(20 41 123 / .15);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 24px rgb(20 41 123 / .08)}.servicioGlass::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .1),transparent);opacity:0;pointer-events:none;transition:opacity 0.4s ease}.servicioGlass:hover{transform:translateY(-10px);background:rgb(20 41 123 / .15);border-color:rgb(245 197 66 / .4);box-shadow:0 15px 40px rgb(20 41 123 / .15),0 0 0 1px rgb(245 197 66 / .3)}.servicioGlass:hover::before{opacity:1}.servicioIcono{font-size:2.5rem;margin-bottom:1rem;display:inline-block}.servicioGlass h3{color:#14287b;font-size:1.4rem;margin-bottom:.8rem;font-weight:700}.servicioGlass p{color:#555;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.servicioDetalles{list-style:none;display:flex;flex-direction:column;gap:.7rem}.servicioDetalles li{color:#14287b;font-size:.9rem;font-weight:500;padding-left:1.5rem;position:relative}.servicioDetalles li::before{content:'▸';position:absolute;left:0;color:#f5c542;font-weight:700}.seccionProceso{padding:5rem 2rem;max-width:1400px;margin:3rem auto;background:linear-gradient(135deg,rgb(20 41 123 / .03),rgb(245 197 66 / .05));border-radius:2rem}.headerProceso{text-align:center;margin-bottom:3.5rem}.headerProceso h2{font-size:2.2rem;color:#14287b;margin-bottom:.5rem}.headerProceso h2::after{content:'';display:block;width:80px;height:3px;background:linear-gradient(90deg,#f5c542,#ffda6a);margin:1rem auto 0;border-radius:3px}.headerProceso p{color:#999;font-size:1.05rem;margin-top:1rem}.pasosProceso{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;align-items:center}.pasosProceso>.conector{position:absolute;height:2px;background:linear-gradient(90deg,transparent,#f5c542,transparent);top:40px}.pasosProceso>.conector:nth-of-type(2){left:12.5%;right:62.5%;width:25%}.pasosProceso>.conector:nth-of-type(4){left:37.5%;right:37.5%;width:25%}.pasosProceso>.conector:nth-of-type(6){left:62.5%;right:12.5%;width:25%}.paso{background:#fff;border-radius:1.5rem;padding:2rem 1.5rem;text-align:center;box-shadow:0 8px 24px rgb(20 41 123 / .1);transition:all 0.4s ease;position:relative;border:1px solid rgb(20 41 123 / .1)}.paso:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgb(20 41 123 / .15);border-color:rgb(245 197 66 / .3)}.numeroPaso{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#f5c542,#ffda6a);color:#14287b;border-radius:50%;font-size:1.6rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 6px 20px rgb(245 197 66 / .3)}.paso h3{color:#14287b;font-size:1.2rem;margin-bottom:.8rem}.paso p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.seccionConfianza{padding:3rem 2rem;max-width:1400px;margin:1rem auto}.contenidoConfianza{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.confianzaBloque{background:rgb(20 41 123 / .65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1.5rem;padding:2.5rem 2rem;color:#fff;border:1px solid rgb(255 255 255 / .2);transition:all 0.4s ease;box-shadow:0 12px 32px rgb(20 41 123 / .2);position:relative;overflow:hidden}.confianzaBloque::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .05),transparent);opacity:0;transition:opacity 0.4s ease;pointer-events:none}.confianzaBloque:hover{transform:translateY(-8px);background:rgb(20 41 123 / .75);border-color:rgb(245 197 66 / .3);box-shadow:0 18px 48px rgb(20 41 123 / .3),0 0 0 1px rgb(245 197 66 / .2)}.confianzaBloque:hover::before{opacity:1}.confianzaBloque h3{font-size:1.3rem;margin-bottom:1rem;color:#f5c542;text-shadow:0 0 10px rgb(245 197 66 / .3)}.confianzaBloque p{color:rgb(255 255 255 / .9);line-height:1.7;font-size:.95rem;margin:0}.seccionComparativa{padding:5rem 2rem;max-width:1400px;margin:3rem auto;background:linear-gradient(135deg,#ffffff 0%,#f8f9fc 100%);border-radius:2rem}.headerComparativa{text-align:center;margin-bottom:3rem}.headerComparativa h2{font-size:2.2rem;color:#14287b}.headerComparativa h2::after{content:'';display:block;width:80px;height:3px;background:linear-gradient(90deg,#f5c542,#ffda6a);margin:1rem auto 0;border-radius:3px}.tablaDiferencias{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.columnaComparativa{background:#fff;border-radius:1.5rem;padding:2.5rem 2rem;border:1px solid rgb(20 41 123 / .1);transition:all 0.4s ease}.columnaComparativa.destacada{background:rgb(20 41 123 / .08);border:1px solid rgb(245 197 66 / .3);box-shadow:0 12px 40px rgb(20 41 123 / .15);transform:scale(1.02)}.columnaComparativa h3{color:#14287b;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.columnaComparativa.destacada h3{color:#f5c542;text-shadow:0 0 10px rgb(245 197 66 / .3)}.itemComparativa{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid rgb(20 41 123 / .05)}.itemComparativa:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.iconoX,.iconoCheck{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-weight:700;flex-shrink:0;font-size:1.2rem}.iconoX{background:rgb(220 53 69 / .15);color:#dc3545}.iconoCheck{background:linear-gradient(135deg,#f5c542,#ffda6a);color:#14287b}.itemComparativa p{margin:0;color:#555;font-size:.95rem;line-height:1.5}.columnaComparativa.destacada .itemComparativa p{color:#14287b;font-weight:500}.seccionFAQLimpieza{padding:2rem 2rem;max-width:1400px;margin:1rem auto}.headerFAQLimpieza{text-align:center;margin-bottom:3rem}.headerFAQLimpieza h2{font-size:2.2rem;color:#14287b;margin-bottom:.5rem;position:relative;display:inline-block}.headerFAQLimpieza h2::after{content:'';display:block;width:80px;height:3px;background:linear-gradient(90deg,#f5c542,#ffda6a);margin:1rem auto 0;border-radius:3px}.headerFAQLimpieza p{color:#999;font-size:1.05rem;margin-top:1rem}.faqLimpiezaGrid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.faqLimpiezaItem{background:#fff;border-radius:1rem;border:1px solid rgb(20 41 123 / .15);overflow:hidden;transition:all 0.3s ease}.faqLimpiezaItem:hover{border-color:rgb(245 197 66 / .3);box-shadow:0 8px 24px rgb(20 41 123 / .12)}.faqLimpiezaPregunta{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:none;border:none;cursor:pointer;transition:all 0.3s ease;text-align:left}.faqLimpiezaPregunta span{font-weight:600;color:#14287b;font-size:1rem;flex:1;padding-right:1rem}.faqLimpiezaIcon{width:20px;height:20px;color:#f5c542;flex-shrink:0;transition:transform 0.4s cubic-bezier(.175,.885,.32,1.275)}.faqLimpiezaItem.active .faqLimpiezaIcon{transform:rotate(45deg)}.faqLimpiezaRespuesta{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1);background:rgb(20 41 123 / .03);border-top:1px solid #fff0}.faqLimpiezaItem.active .faqLimpiezaRespuesta{max-height:400px;border-top-color:rgb(20 41 123 / .1)}.faqLimpiezaRespuesta p{padding:1.5rem;color:#555;line-height:1.7;font-size:.95rem;margin:0}.seccionCTALimpieza{padding:4rem 2rem;max-width:1400px;margin:3rem auto;background:rgb(20 41 123 / .65);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:2rem;border:1px solid rgb(255 255 255 / .2);box-shadow:0 20px 50px rgb(20 41 123 / .2);position:relative;overflow:hidden}.seccionCTALimpieza::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .08),transparent);pointer-events:none}.contenidoCTA{position:relative;z-index:2;text-align:center;color:#fff}.contenidoCTA h2{font-size:2.2rem;margin-bottom:1rem;text-shadow:0 0 10px rgb(245 197 66 / .5)}.contenidoCTA p{font-size:1.1rem;color:rgb(255 255 255 / .9);margin-bottom:2.5rem;line-height:1.6}.botonCTAGrande{padding:1rem 2.5rem!important;font-size:1.05rem}.botonCTAGrande p{margin:8px!important;color:#14287b!important}.tarjetaReparaciones{background:rgb(20 41 123 / .7);backdrop-filter:blur(20px);padding:2.5rem;border-radius:2rem;text-align:center;color:#fff;max-width:700px;border:1px solid rgb(255 255 255 / .2);box-shadow:0 20px 40px rgb(0 0 0 / .3)}.badgeReparacion{background:#f5c542;color:#14287b;padding:.3rem 1rem;border-radius:1rem;font-weight:700;font-size:.8rem;text-transform:uppercase}.serviciosDetallados{max-width:1200px;margin:4rem auto;padding:0 2rem}.filaServicio{display:flex;align-items:center;gap:4rem;margin-bottom:6rem}.filaServicio.inversa{flex-direction:row-reverse}.textoServicio{flex:1;position:relative}.numeroServicio{font-size:5rem;font-weight:900;color:rgb(20 41 123 / .05);position:absolute;top:-40px;left:-20px;z-index:-1}.textoServicio h2{color:#14287b;font-size:2.2rem;margin-bottom:1rem}.listaCheck{list-style:none;margin-top:1.5rem}.listaCheck li::before{content:'🔧';margin-right:10px}.imagenServicio{flex:1;height:350px;border-radius:2rem;overflow:hidden;box-shadow:0 15px 35px rgb(0 0 0 / .1)}.imagenServicio img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.seccionFAQReparaciones{background:#fff;padding:4rem 2rem;text-align:center}.faqReparacionesContainer{max-width:800px;margin:2rem auto;text-align:left}.faqItemReparacion{border-bottom:1px solid #eee;padding:1.5rem 0;cursor:pointer}.faqHeader{display:flex;justify-content:space-between;align-items:center}.faqBody{max-height:0;overflow:hidden;transition:max-height 0.3s ease;color:#666}.faqItemReparacion.active .faqBody{max-height:100px;margin-top:1rem}.fondoMant{position:relative;margin-bottom:2rem}.imgMantHeader{position:absolute;top:0;left:0;width:100%;height:55vh;object-fit:cover;z-index:-1;clip-path:polygon(0% 0%,100% 0%,100% 75%,0% 85%);filter:brightness(.7)}.heroMant{max-width:1300px;margin:8rem auto 5rem auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.heroMantBox{flex:1.2}.heroMantBadge{display:inline-block;background:rgb(245 197 66 / .2);color:#f5c542;padding:.3rem 1rem;border-radius:2rem;font-size:.8rem;font-weight:600;margin-bottom:1rem;letter-spacing:.5px}.heroMantTitle{font-size:2.8rem;color:#14287b;line-height:1.2;margin-bottom:1rem}.heroMantDesc{font-size:1rem;color:#444;line-height:1.6;margin-bottom:2rem;max-width:550px}.heroMantBtns{display:flex;gap:1rem;flex-wrap:wrap}.heroMantBtnSec{background:#fff0;border:2px solid #14287b;border-radius:2rem;padding:.8rem 1.8rem;font-weight:600;color:#14287b;cursor:pointer;transition:all 0.3s ease}.heroMantBtnSec:hover{background:#14287b;color:#fff;transform:scale(.96)}.heroMantImg{flex:.8;height:300px;position:relative}.heroMantCirculo{width:280px;height:280px;background:radial-gradient(circle at 30% 30%,rgb(245 197 66 / .3),rgb(20 41 123 / .1));border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulsoMant 3s infinite alternate}@keyframes pulsoMant{0%{opacity:.4;transform:translate(-50%,-50%) scale(.95)}100%{opacity:.9;transform:translate(-50%,-50%) scale(1.05)}}.garantiasMant{max-width:1300px;margin:2rem auto;padding:0 2rem}.garantiasGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 10px 30px rgb(0 0 0 / .05);border:1px solid rgb(20 41 123 / .1)}.garantiaItem{text-align:center;padding:1rem}.garantiaIcon{font-size:2.8rem;margin-bottom:.8rem}.garantiaTitle{color:#14287b;font-size:1.2rem;margin-bottom:.5rem}.garantiaText{color:#666;font-size:.9rem;line-height:1.4}.listaMant{max-width:1200px;margin:4rem auto;padding:0 2rem;background:#f8f9fc;border-radius:2rem;padding:3rem 2rem}.listaMantHeader{text-align:center;margin-bottom:2.5rem}.listaMantHeader h2{color:#14287b;font-size:2rem;margin-bottom:.5rem}.listaMantHeader p{color:#777}.listaMantGrid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.listaMantUl{list-style:none;padding:0}.listaMantUl li{padding:.8rem 0;border-bottom:1px dashed rgb(20 41 123 / .1);display:flex;align-items:center;gap:1rem;color:#333}.listaMantMark{font-size:1.3rem;min-width:35px}.listaMantNota{background:rgb(245 197 66 / .15);border-left:4px solid #f5c542;padding:1rem;border-radius:1rem;text-align:center;font-weight:500;color:#14287b}.procesoMant{background:linear-gradient(115deg,#fff 0%,#f0f2f5 100%);padding:4rem 2rem}.procesoMantBox{max-width:1200px;margin:0 auto}.procesoMantBadge{display:inline-block;background:#14287b;color:#f5c542;padding:.2rem 1rem;border-radius:2rem;font-size:.8rem;margin-bottom:1rem}.procesoMantTitle{font-size:2rem;color:#14287b;margin-bottom:2rem}.procesoMantPasos{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.pasoMant{background:#fff;border-radius:1.5rem;padding:1.5rem;text-align:center;box-shadow:0 5px 15px rgb(0 0 0 / .05);transition:0.2s}.pasoMantNum{width:45px;height:45px;background:#f5c542;color:#14287b;font-weight:700;font-size:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1rem auto}.confianzaMant{max-width:1200px;margin:5rem auto;padding:0 2rem}.confianzaMantWrap{background:#14287b;border-radius:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding:3rem;color:#fff;background-image:radial-gradient(circle at 10% 30%,rgb(255 215 0 / .1) 2%,transparent 2.5%);background-size:24px 24px}.confianzaMantText{flex:2}.confianzaMantText h2{font-size:1.9rem;margin-bottom:1rem}.confianzaMantList{list-style:none;margin-top:1.5rem}.confianzaMantList li{margin-bottom:.7rem;font-size:.95rem}.confianzaMantIcons{flex:1;display:flex;justify-content:center;gap:1rem}.confianzaMantIcon{background:rgb(255 255 255 / .2);width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:2rem;backdrop-filter:blur(4px)}.comparaMant{padding:4rem 2rem;background:#fff;max-width:1200px;margin:0 auto}.comparaMantHeader{text-align:center;margin-bottom:2.5rem}.comparaMantHeader h2{color:#14287b;font-size:2rem}.comparaMantGrid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.comparaMantCol{background:#f8f9fc;border-radius:1.5rem;padding:2rem}.destacaMant{background:#fff;border:2px solid #f5c542;box-shadow:0 15px 30px rgb(0 0 0 / .05)}.comparaMantItem{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid #e2e4e8}.comparaMantCheck,.comparaMantX{font-weight:700;font-size:1.2rem;width:26px}.comparaMantCheck{color:#2b7f2b}.comparaMantX{color:#b33}.ctaMant{background:#14287b;margin:3rem auto 0 auto;padding:4rem 2rem;border-radius:3rem 3rem 0 0}.ctaMantBox{max-width:900px;margin:0 auto;text-align:center;color:#fff}.ctaMantTag{background:#f5c542;color:#14287b;padding:.3rem 1rem;border-radius:2rem;display:inline-block;margin-bottom:1rem;font-weight:700}.ctaMantBox h2{font-size:2rem;margin-bottom:1rem}.ctaMantBtns{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.ctaMantBtnSec{background:#fff0;border:2px solid #fff;border-radius:2rem;padding:.8rem 1.8rem;font-weight:600;color:#fff;cursor:pointer;transition:0.2s}.ctaMantBtnSec:hover{background:#fff;color:#14287b}.contactoContainer{display:flex;gap:2rem;max-width:1600px;margin:5rem auto 5rem auto;padding:0 2rem;position:relative;align-items:flex-start;z-index:10}.contactoFormulario{flex:2;min-width:0;background-color:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 30px rgb(20 40 120 / .2)}.contactoInfoFija{flex:1;position:sticky;top:20px;align-self:flex-start}.contactoHeader{margin-bottom:2rem}.contactoTitulo{color:#14287b;font-size:2rem;margin-bottom:.5rem;position:relative;display:inline-block}.contactoTitulo::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#f5c542,#ffda6a);border-radius:3px}.contactoSubtitulo{color:#666;font-size:.95rem;line-height:1.6;margin-top:1.5rem}.formulario{display:flex;flex-direction:column;gap:1.5rem}.campoGrupo{display:flex;flex-direction:column;gap:.5rem}.campoLabel{color:#14287b;font-weight:600;font-size:.9rem}.campoInput,.campoTextarea{padding:.8rem 1rem;border:1px solid rgb(20 41 123 / .15);border-radius:.8rem;font-family:inherit;font-size:.9rem;transition:all 0.3s ease;background:#fff}.campoInput:focus,.campoTextarea:focus{outline:none;border-color:#f5c542;box-shadow:0 0 0 3px rgb(245 197 66 / .2)}.campoTextarea{resize:vertical}.botonEnviar{width:100%;margin-top:.5rem;padding:1rem 1.7rem}.botonEnviar p{margin:0}.bloqueInfo{background:rgb(20 41 123 / .55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:1.5rem;padding:1.5rem;color:#fff;box-shadow:0 10px 30px rgb(0 0 0 / .2)}.infoTitulo{font-size:1.5rem;margin-bottom:1.5rem;text-align:center;border-bottom:2px solid #f5c542;padding-bottom:.75rem}.infoContacto{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.infoItem{display:flex;align-items:flex-start;gap:1rem}.infoIcono{font-size:1.8rem;min-width:45px}.infoItem h3{color:#f5c542;font-size:1rem;margin-bottom:.25rem}.infoItem p{color:rgb(255 255 255 / .9);font-size:.9rem;margin:0;line-height:1.4}.contactoRedes{margin:1.5rem 0;padding-top:1rem;border-top:1px solid rgb(255 255 255 / .15)}.redesTitulo{color:#f5c542;font-size:.9rem;margin-bottom:1rem;text-align:center}.redesIconos{display:flex;justify-content:center;gap:1rem}.redIcono{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .2);color:#fff;text-decoration:none;transition:all 0.3s cubic-bezier(.175,.885,.32,2.2)}.redIcono svg{width:18px;height:18px}.redIcono:hover{background:#f5c542;color:#14287b;transform:translateY(-3px) scale(1.1);box-shadow:0 6px 16px rgb(245 197 66 / .4);border-color:#f5c542}.botonInfo{width:100%;margin-top:1rem}.botonInfo p{color:#14287b;font-weight:700;margin:0}.contenedorPacksServicios{max-width:1400px;margin:2rem auto;padding:2rem;position:relative;z-index:10}.encabezadoPacks{text-align:center;margin-bottom:4rem}.etiquetaDestacada{display:inline-block;background:rgb(245 197 66 / .15);backdrop-filter:blur(8px);padding:.4rem 1.2rem;border-radius:2rem;font-size:.8rem;font-weight:600;letter-spacing:1px;color:#f5c542;border:1px solid rgb(245 197 66 / .3);margin-bottom:1rem}.tituloPrincipalPacks{font-size:2.5rem;color:#14287b;margin-bottom:1rem}.textoResaltado{background:linear-gradient(120deg,#f5c542,#ffda6a);background-clip:text;-webkit-background-clip:text;color:#fff0;position:relative}.textoResaltado::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#f5c542,transparent);border-radius:3px}.subtituloPacks{color:#666;font-size:1rem;line-height:1.6;max-width:700px;margin:0 auto}.gridPacksPremium{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:stretch}.packTarjeta{flex:1;min-width:280px;background:rgb(20 41 123 / .04);backdrop-filter:blur(12px);border-radius:2rem;border:1px solid rgb(20 41 123 / .1);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;position:relative;overflow:hidden}.packTarjeta:hover{transform:translateY(-8px);border-color:rgb(245 197 66 / .4);box-shadow:0 20px 40px rgb(20 41 123 / .15)}.packDestacado{background:linear-gradient(145deg,rgb(20 41 123 / .85),rgb(20 41 123 / .95));border:1px solid rgb(245 197 66 / .6);box-shadow:0 15px 35px rgb(20 41 123 / .3);position:relative}.packDestacado::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f5c542,#ffda6a,#f5c542);z-index:1}.packDestacado .nombrePack,.packDestacado .descripcionPack{color:#fff}.packDestacado .itemBeneficio{color:rgb(255 255 255 / .9);border-bottom-color:rgb(255 255 255 / .15)}.packDestacado .subListaBeneficios li{color:rgb(255 255 255 / .7)}.packDestacado .notaPack{color:#f5c542;background:rgb(0 0 0 / .2)}.packDestacado .packBoton{background:linear-gradient(135deg,#f5c542,#ffda6a);transform:scale(1.02);box-shadow:0 6px 14px rgb(0 0 0 / .2)}.badgePack{position:absolute;top:20px;right:-30px;background:#f5c542;color:#14287b;font-weight:800;font-size:.7rem;padding:.4rem 2rem;transform:rotate(45deg);box-shadow:0 2px 10px rgb(0 0 0 / .2);z-index:3;letter-spacing:1px}.cabeceraPack{padding:2rem 1.8rem 1rem;border-bottom:1px solid rgb(20 41 123 / .1)}.nombrePack{font-size:1.8rem;font-weight:800;color:#14287b;margin-bottom:.5rem;letter-spacing:-.5px}.descripcionPack{font-size:.85rem;color:#666;line-height:1.4}.cuerpoPack{padding:1.5rem 1.8rem;flex-grow:1}.listaBeneficiosPack{list-style:none;margin:0;padding:0}.itemBeneficio{padding:.5rem 0;font-size:.9rem;font-weight:500;color:#333;border-bottom:1px dashed rgb(20 41 123 / .08);display:flex;flex-wrap:wrap;align-items:baseline}.itemBeneficio:last-child{border-bottom:none}.subListaBeneficios{list-style:none;margin-left:1.8rem;margin-top:.3rem;margin-bottom:.2rem;padding:0;width:100%}.subListaBeneficios li{font-size:.8rem;color:#777;padding:.2rem 0;position:relative;padding-left:1rem}.subListaBeneficios li::before{content:'•';position:absolute;left:0;color:#f5c542;font-weight:700}.notaPack{margin-top:1.2rem;font-size:.7rem;font-style:italic;color:#8a8a8a;background:rgb(245 197 66 / .1);padding:.5rem;border-radius:.8rem;text-align:center}.piePack{padding:1.5rem 1.8rem 2rem;text-align:center}.packBoton{width:100%;padding:0.9rem!important}.packBoton p{margin:0;font-weight:700}img,video,iframe,embed,object{max-width:100%;height:auto;display:block}.faq-item,.faqLimpiezaItem,.faqItemReparacion,.servicioGlass,.paso,.confianzaBloque{contain:layout style paint}.navLinks li a:hover,.botonAmarillo:hover,.servicioGlass:hover,.confianzaBloque:hover{will-change:transform,box-shadow}.faq-item.active .faq-respuesta,.faqLimpiezaItem.active .faqLimpiezaRespuesta{will-change:max-height}@media (max-width:1024px){header{width:calc(100% - 30px);margin:8px auto}.navContenedor{padding:.5rem 1.5rem;gap:1rem}.logoHeader img{width:180px;height:auto}.navLinks li a{padding:.8rem .8rem;font-size:.9rem}.contenedorDosColumnas{padding:0 1.5rem;margin:5rem auto 4rem auto}.fondoInicio>img{clip-path:none;border-radius:0 0 3rem 3rem}.fondoInicio::before{clip-path:none;border-radius:0 0 3rem 3rem}.contenedorTarjetaLimpieza{padding-top:10vh}.tarjetaLimpieza{box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:none}.tarjetaLimpieza::before{display:none}.tarjetaLimpieza:hover{transform:none!important;background:rgb(20 41 123 / .65);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.heroMantTitle{font-size:2.2rem}}@media (max-width:1023px){.hamburger-menu{display:flex}.botonHeader{display:none}.navLinks{position:fixed;top:0;right:-100%;width:75%;max-width:320px;height:100vh;background:rgb(20 41 123 / .95);flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;transition:right 0.3s cubic-bezier(.175,.885,.32,1.275);z-index:10000;box-shadow:-5px 0 20px rgb(0 0 0 / .2);margin:0;padding:5rem 1.5rem 2rem 1.5rem;border-radius:0;overflow-y:auto}.navLinks.active{right:0}.navLinks li{background:none;width:100%;text-align:center}.navLinks li a{font-size:1.2rem;padding:.8rem 1rem;display:block;width:100%}.navLinks li a::before{bottom:0}.contenedorDosColumnas{flex-direction:column;gap:1.5rem;padding:3rem 2rem;margin:0rem auto}.columnaIzquierdaAncha{flex:auto;width:100%;padding:1.2rem}.columnaDerechaFija{position:static;width:100%;top:auto}.bloqueUno{gap:1rem;margin-bottom:1.5rem}.bloqueUno .textoDestacado{width:80%;font-size:1.2rem;margin-bottom:.5rem}.imagenBloqueUno{height:18rem;width:100%}.bloqueDos{flex-direction:column;gap:1rem;margin-bottom:1.5rem}.bloqueDos .columnaUno,.bloqueDos .columnaDos{padding:1.2rem}.contenedorTarjeta{position:absolute;top:auto;left:50%;transform:translateX(-50%);width:90%;max-width:33rem;padding:1.2rem;margin-top:4rem;border-radius:1.2rem}.tarjetaInicio h1{font-size:1.8rem;margin-bottom:.8rem}.tarjetaInicio p{font-size:.9rem;margin-bottom:1rem}.footerCuerpo{grid-template-columns:1fr 1fr;gap:1.5rem;padding:2.5rem 1.2rem 2rem}.footerCTAContenido{flex-direction:column;text-align:center;padding:1.2rem;gap:1rem}.footerCTAContenido h2{font-size:1.2rem;margin:0}.footerCTAContenido>p{margin:.3rem auto 0 auto}.footerCTABotones{gap:.8rem}.botonWhatsApp{font-size:.85rem;padding:.7rem 1.4rem}.footerBarraInferior{flex-direction:column;text-align:center;gap:.8rem;padding:1rem 1.2rem}.contenedorTarjetaLimpieza{padding-top:8vh;padding-bottom:.8rem}.tarjetaLimpieza{box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:none}.tarjetaLimpieza::before{display:none}.tarjetaLimpieza:hover{transform:none!important;background:rgb(20 41 123 / .65);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.contenidoHero{grid-template-columns:1fr;gap:1.5rem}.heroTexto h2{font-size:1.6rem;margin-bottom:.8rem}.heroTexto h2::after{width:50%}.heroTexto p{font-size:.95rem;margin-top:1rem}.beneficiosHero{gap:.8rem}.beneficio{padding:.7rem;gap:.8rem}.iconoBeneficio{width:26px;height:26px;font-size:.8rem}.imagenContainer{height:250px}.gridServicios{grid-template-columns:1fr;gap:1.2rem}.servicioGlass{padding:1.5rem}.servicioIcono{font-size:2rem}.servicioGlass h3{font-size:1.2rem}.pasosProceso{grid-template-columns:repeat(2,1fr);gap:1.2rem;align-items:flex-start}.pasosProceso>.conector{display:none}.paso{padding:1.2rem}.numeroPaso{width:44px;height:44px;font-size:1.4rem}.paso h3{font-size:1.1rem}.confianzaBloque{padding:1.5rem}.confianzaBloque:hover{transform:translateY(-4px)}.tablaDiferencias{grid-template-columns:1fr;gap:1.2rem}.columnaComparativa{padding:1.5rem}.columnaComparativa.destacada{transform:scale(1)}.faqLimpiezaGrid{grid-template-columns:1fr;gap:1rem}.faqLimpiezaItem{border-radius:.8rem}.faqLimpiezaPregunta{padding:1rem}.faqLimpiezaPregunta span{font-size:.9rem}.serviciosDetallados{padding:0 1.2rem}.filaServicio,.filaServicio.inversa{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.textoServicio{position:relative}.textoServicio h2{font-size:1.6rem;margin-bottom:1rem}.numeroServicio{font-size:3rem;top:-20px;left:-10px;opacity:.05}.listaCheck{margin-top:1rem}.listaCheck li{font-size:.9rem;margin-bottom:.5rem}.imagenServicio{width:100%;height:250px;border-radius:1rem}.imagenServicio img{border-radius:1rem}.imgMantHeader{clip-path:none;border-radius:0 0 2rem 2rem;height:50vh}.heroMant{flex-direction:column;text-align:center;margin:5rem auto 2.5rem auto;gap:2rem;padding:0 1.2rem}.heroMantBox{flex:auto}.heroMantTitle{font-size:1.8rem;line-height:1.2;margin-bottom:.8rem}.heroMantDesc{font-size:.95rem;margin:0 auto 1.5rem auto}.heroMantBtns{justify-content:center;gap:.8rem}.heroMantBtnSec{font-size:.9rem;padding:.7rem 1.5rem}.heroMantImg{flex:auto;height:auto}.heroMantCirculo{width:200px;height:200px}.garantiasGrid{gap:1.2rem;padding:1.5rem;grid-template-columns:1fr 1fr}.garantiaItem{padding:.8rem}.garantiaIcon{font-size:2.2rem;margin-bottom:.5rem}.listaMant{padding:2rem 1.2rem}.listaMantHeader h2{font-size:1.6rem;margin-bottom:.5rem}.listaMantGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.listaMantUl li{padding:.6rem 0;font-size:.9rem}.procesoMant{padding:3rem 1.2rem}.procesoMantTitle{font-size:1.6rem;margin-bottom:1.5rem}.procesoMantPasos{grid-template-columns:repeat(2,1fr);gap:1.2rem}.pasoMant{padding:1.2rem}.confianzaMant{padding:0 1.2rem;margin:3rem auto}.confianzaMantWrap{flex-direction:column;text-align:center;padding:2rem;gap:1.5rem}.confianzaMantText h2{font-size:1.6rem;margin-bottom:.8rem}.confianzaMantText{flex:auto}.confianzaMantIcons{flex:auto;flex-direction:row;gap:.8rem}.confianzaMantIcon{width:60px;height:60px;font-size:1.8rem}.comparaMant{padding:3rem 1.2rem}.comparaMantHeader h2{font-size:1.6rem;margin-bottom:1.5rem}.comparaMantGrid{grid-template-columns:1fr;gap:1.2rem}.comparaMantCol{padding:1.5rem}.ctaMant{padding:3rem 1.2rem;border-radius:2rem 2rem 0 0;margin:2rem auto 0 auto}.ctaMantBox h2{font-size:1.6rem;margin-bottom:.8rem}.ctaMantBtns{gap:.8rem}.ctaMantBtnSec{font-size:.9rem;padding:.7rem 1.5rem}.contactoContainer{flex-direction:column;margin:2.5rem auto 2.5rem auto;padding:0 1.2rem;gap:1.5rem}.contactoFormulario{padding:1.5rem;border-radius:1.2rem}.contactoInfoFija{position:static;width:100%}.contactoTitulo{font-size:1.6rem;margin-bottom:.8rem}.contactoTitulo::after{width:50px}.contactoSubtitulo{font-size:.9rem;margin-top:1rem}.campoGrupo{gap:.4rem;margin-bottom:.8rem}.campoLabel{font-size:.85rem}.campoInput,.campoTextarea{padding:.7rem .8rem;font-size:.9rem;border-radius:.6rem}.bloqueInfo{padding:1.2rem;border-radius:1.2rem}.infoTitulo{font-size:1.3rem;margin-bottom:1rem}.infoContacto{gap:1rem}.infoItem{gap:.8rem}.contenedorPacksServicios{padding:1.5rem;margin:1.5rem auto}.encabezadoPacks{margin-bottom:2.5rem}.tituloPrincipalPacks{font-size:1.8rem;margin-bottom:.8rem}.subtituloPacks{font-size:.95rem}.gridPacksPremium{flex-direction:column;align-items:stretch;gap:1.2rem}.packTarjeta{max-width:100%;border-radius:1.2rem}.packDestacado{transform:none}.cabeceraPack{padding:1.5rem}.nombrePack{font-size:1.6rem}.cuerpoPack{padding:1rem}.piePack{padding:1rem 1.5rem 1.5rem}}@media (max-width:767px){.fondoInicio>img{clip-path:none;border-radius:0 0 2rem 2rem;height:50vh}.fondoInicio::before{clip-path:none;border-radius:0 0 2rem 2rem;height:50vh}.hamburger-menu{display:flex}header{margin:6px auto}.navContenedor{padding:.4rem 1rem;gap:1rem}.logoHeader img{width:160px}.tarjetaInicio h1{font-size:1.5rem}.contenedorTarjeta{position:absolute;top:auto;left:50%;transform:translateX(-50%);width:92%;padding:1rem;margin-top:3rem;border-radius:1rem}.contenedorDosColumnas{margin:1rem auto 2rem auto;padding:0 1rem;gap:1.2rem}.columnaIzquierdaAncha{padding:1rem}.bloqueUno{gap:.8rem;margin-bottom:1.2rem}.bloqueUno .textoDestacado{width:95%;font-size:1.05rem;margin-bottom:.4rem}.imagenBloqueUno{height:14rem;width:100%}.bloqueDos{gap:.8rem;margin-bottom:1.2rem}.bloqueDos .columnaUno,.bloqueDos .columnaDos{padding:1rem}.bloqueTres{padding:1rem 1rem .5rem 1rem;margin-bottom:1.2rem}.bloqueTres h1{font-size:1.3rem;margin-bottom:1rem}.servicioItem{padding:.9rem;margin-bottom:.9rem;clip-path:none;border-radius:.8rem}.servicioItem h3{font-size:1rem;margin-bottom:.5rem}.servicioItem p{font-size:.85rem}.servicioItem:hover{transform:translateY(-2px)}.bloqueInfo{padding:1rem;border-radius:1rem}.bloqueInfo h1{font-size:1.3rem;margin-bottom:1rem}.infoContacto{gap:1rem}.infoItem{gap:.8rem}.infoIcono{font-size:1.4rem;min-width:32px}.infoItem h3{font-size:.9rem}.infoItem p{font-size:.8rem}.botonInfo{margin-top:.8rem}.faq-container{padding:1.5rem;margin:1rem auto;border-radius:1.5rem}.faq-titulo{font-size:1.4rem;margin-bottom:.4rem}.faq-titulo::after{width:60px}.faq-subtitulo{font-size:.85rem;margin-bottom:1.5rem}.faq-item{border-radius:.8rem;margin-bottom:.8rem}.faq-pregunta{padding:.9rem;gap:.8rem}.faq-pregunta span{font-size:.9rem}.faq-toggle{width:30px;height:30px}.faq-toggle:hover{will-change:auto}.faq-respuesta{max-height:200px}.faq-respuesta p{padding:.9rem;font-size:.85rem}.footerCTA{padding:2rem 1rem;border-bottom-width:1px}.footerCTAContenido{padding:1rem;gap:1rem;flex-direction:column}.footerCTAContenido h2{font-size:1.2rem;margin:0}.footerCTAContenido>p{font-size:.85rem;margin:.2rem 0 0 0}.footerCTABotones{width:100%;gap:.7rem}.botonWhatsApp{font-size:.85rem;padding:.7rem 1.2rem;width:100%}.footerCuerpo{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1rem 1.5rem}.footerColumna{text-align:center}.footerLogo img{width:140px;margin:0 auto}.footerDesc{font-size:.85rem;line-height:1.5}.footerRRSS{justify-content:center}.rrssIcono{width:36px;height:36px}.footerTituloCol{font-size:.95rem;margin-bottom:.5rem}.footerNav{gap:.5rem}.footerNav li a{font-size:.85rem}.footerContactoList li{font-size:.85rem}.footerBarraInferior{padding:1rem;gap:.6rem}.footerBarraInferior p{font-size:.75rem}.contenedorTarjetaLimpieza{padding-top:8vh;padding-bottom:.8rem}.tarjetaLimpieza{max-width:95%;padding:1rem 1.2rem;margin:0 auto;border-radius:1rem;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:none}.tarjetaLimpieza::before{display:none}.tarjetaLimpieza:hover{transform:none!important;background:rgb(20 41 123 / .65);box-shadow:0 2px 8px rgb(0 0 0 / .1)}.badgeServicio{font-size:.75rem;padding:.3rem .8rem;margin-bottom:1rem}.tarjetaLimpieza h1{font-size:1.6rem;margin-bottom:.7rem}.tarjetaLimpieza>p{font-size:.9rem;margin-bottom:1rem}.seccionHeroLimpieza{padding:3rem 1rem;margin:.8rem auto;border-radius:1.5rem}.heroTexto h2{font-size:1.4rem;margin-bottom:.8rem}.heroTexto h2::after{width:45%}.heroTexto p{font-size:.9rem;line-height:1.6;margin-top:.8rem}.beneficiosHero{gap:.7rem;margin-top:1.2rem}.beneficio{padding:.6rem;gap:.7rem;border-radius:.6rem}.iconoBeneficio{width:24px;height:24px;font-size:.75rem}.beneficio p{font-size:.85rem}.imagenContainer{height:220px;border-radius:1rem}.seccionServicios{padding:2rem 1rem}.headerServicios{margin-bottom:2.5rem}.headerServicios h2{font-size:1.4rem;margin-bottom:.4rem}.headerServicios h2::after{width:80px}.headerServicios p{font-size:.9rem;margin-top:1rem}.gridServicios{gap:1rem}.servicioGlass{padding:1.2rem;border-radius:1rem}.servicioGlass::before{display:none}.servicioIcono{font-size:1.8rem;margin-bottom:.8rem}.servicioGlass h3{font-size:1.1rem;margin-bottom:.6rem}.servicioGlass p{font-size:.85rem;margin-bottom:1rem}.servicioDetalles li{font-size:.8rem;padding-left:1.2rem}.servicioGlass:hover{transform:translateY(-2px)}.seccionProceso{padding:3rem 1rem;margin:2rem auto;border-radius:1.5rem}.headerProceso{margin-bottom:2.5rem}.headerProceso h2{font-size:1.4rem;margin-bottom:.4rem}.headerProceso h2::after{width:70px;margin:.8rem auto 0}.headerProceso p{font-size:.9rem;margin-top:.8rem}.pasosProceso{grid-template-columns:1fr;gap:1rem}.paso{padding:1.2rem;border-radius:1rem}.paso:hover{transform:translateY(-2px)}.numeroPaso{width:40px;height:40px;font-size:1.2rem;margin:0 auto 1rem}.paso h3{font-size:1rem;margin-bottom:.6rem}.paso p{font-size:.85rem}.seccionConfianza{padding:2rem 1rem}.confianzaBloque{padding:1.2rem;border-radius:1rem}.confianzaBloque::before{display:none}.confianzaBloque:hover{transform:translateY(-2px)}.confianzaBloque h3{font-size:1rem}.confianzaBloque p{font-size:.85rem}.seccionComparativa{padding:3rem 1rem;border-radius:1.5rem}.headerComparativa h2{font-size:1.4rem;margin-bottom:.8rem}.headerComparativa h2::after{width:70px}.columnaComparativa{padding:1.2rem;border-radius:1rem}.columnaComparativa h3{font-size:1.1rem;margin-bottom:1rem}.itemComparativa{gap:.8rem;margin-bottom:1rem;padding-bottom:1rem}.itemComparativa p{font-size:.85rem}.seccionFAQLimpieza{padding:1.5rem 1rem}.headerFAQLimpieza h2{font-size:1.4rem;margin-bottom:.4rem}.headerFAQLimpieza h2::after{width:70px}.headerFAQLimpieza p{font-size:.9rem;margin-top:1rem}.faqLimpiezaItem{border-radius:.8rem}.faqLimpiezaPregunta{padding:.9rem}.faqLimpiezaPregunta span{font-size:.9rem}.faqLimpiezaRespuesta p{padding:.9rem;font-size:.85rem}.seccionCTALimpieza{margin:1.5rem auto 0 auto;padding:2rem 1rem;border-radius:1.5rem 1.5rem 0 0}.seccionCTALimpieza::before{display:none}.contenidoCTA h2{font-size:1.4rem;margin-bottom:.8rem;text-shadow:none}.contenidoCTA p{font-size:.9rem;margin-bottom:1.5rem}.botonCTAGrande{padding:.8rem 1.5rem!important;font-size:.95rem}.botonCTAGrande p{margin:6px!important;font-size:.85rem}.tarjetaReparaciones{padding:2rem 1.5rem;margin:0 1rem;border-radius:1.5rem}.badgeReparacion{font-size:.75rem}.serviciosDetallados{margin:3rem auto;padding:0 1rem}.textoServicio h2{font-size:1.4rem;margin-bottom:.8rem}.numeroServicio{font-size:2.5rem}.listaCheck{margin-top:1rem}.listaCheck li{font-size:.9rem;margin-bottom:.4rem}.imagenServicio{height:220px;border-radius:1rem}.seccionFAQReparaciones{padding:3rem 1rem}.faqReparacionesContainer{max-width:100%}.faqItemReparacion{padding:1rem 0}.faqHeader span{font-size:.9rem}.fondoMant{margin-bottom:1.5rem}.imgMantHeader{clip-path:none;border-radius:0 0 2rem 2rem;height:45vh}.heroMantTitle{font-size:1.5rem;margin-bottom:.7rem}.heroMantDesc{font-size:.9rem;margin-bottom:1.2rem}.heroMantBadge{margin-bottom:.8rem}.garantiasGrid{gap:1rem;padding:1.2rem;grid-template-columns:1fr 1fr}.garantiaIcon{font-size:2.2rem}.garantiaTitle{font-size:.95rem}.garantiaText{font-size:.8rem}.listaMant{padding:2rem 1rem}.listaMantHeader h2{font-size:1.4rem;margin-bottom:.5rem}.listaMantUl li{font-size:.85rem;padding:.5rem 0}.procesoMant{padding:2.5rem 1rem}.procesoMantTitle{font-size:1.4rem;margin-bottom:1.2rem}.procesoMantPasos{grid-template-columns:1fr;gap:1rem}.pasoMant{padding:1rem;border-radius:1rem}.confianzaMant{padding:0 1rem;margin:2.5rem auto}.confianzaMantText h2{font-size:1.3rem;margin-bottom:.6rem}.comparaMant{padding:2.5rem 1rem}.comparaMantHeader h2{font-size:1.4rem;margin-bottom:1.2rem}.comparaMantCol{padding:1.2rem}.ctaMant{padding:2.5rem 1rem;margin:1.5rem auto 0 auto}.ctaMantBox h2{font-size:1.4rem;margin-bottom:.7rem}.ctaMantBtns{gap:.7rem}.contactoTitulo{font-size:1.4rem;margin-bottom:.6rem}.contactoSubtitulo{font-size:.9rem}.formulario{gap:1rem}.campoGrupo{gap:.3rem;margin-bottom:.7rem}.campoLabel{font-size:.85rem}.campoInput,.campoTextarea{font-size:.9rem;padding:.7rem .8rem;border-radius:.6rem}.botonEnviar{margin-top:.4rem;padding:.9rem 1.5rem}.botonAmarillo,.botonWhatsApp,.botonInfo,.faq-toggle,.rrssIcono,.redIcono,.packBoton,.heroMantBtnSec,.ctaMantBtnSec,.botonEnviar,.faqLimpiezaIcon{min-height:44px;min-width:44px}.botonAmarillo{padding:.8rem 1.2rem;border-radius:1.5rem;box-shadow:0 2px 6px rgb(0 0 0 / .1)}.botonAmarillo:hover{transform:scale(1.1);box-shadow:0 2px 6px rgb(0 0 0 / .1)}.botonAmarillo p{font-size:.85rem}.packDestacado::before{display:none}.packTarjeta:hover{transform:translateY(-3px)}}@media (max-width:480px){.fondoInicio>img{clip-path:none;border-radius:0 0 1.5rem 1.5rem;height:45vh}.fondoInicio::before{clip-path:none;border-radius:0 0 1.5rem 1.5rem;height:45vh}.hamburger-menu{display:flex;width:28px;height:20px}header{width:calc(100% - 12px);margin:4px auto;border-radius:1.5rem}header::before{border-radius:1.5rem}header::after{border-radius:1.5rem}header .brillo{border-radius:1.5rem}.navContenedor{padding:.3rem .8rem;gap:.8rem}.logoHeader img{width:130px;height:auto}.botonAmarillo{padding:.6rem 1rem;border-radius:1.5rem;min-height:44px;min-width:44px}.botonAmarillo p{font-size:.75rem}.botonAmarillo:hover{transform:scale(1)}.contenedorDosColumnas{margin:1rem auto 1.5rem auto;padding:0 .8rem;gap:1rem}.columnaIzquierdaAncha{padding:.9rem}.contenedorTarjeta{position:absolute;top:auto;left:50%;transform:translateX(-50%);width:95%;padding:.9rem;margin-top:2.5rem;border-radius:.9rem}.tarjetaInicio h1{font-size:1.2rem;margin-bottom:.6rem}.tarjetaInicio p{font-size:.8rem;margin-bottom:.8rem}.bloqueUno{gap:.6rem;margin-bottom:1rem}.bloqueUno .textoDestacado{font-size:.95rem;width:100%;margin-bottom:.3rem;padding-left:.8rem}.imagenBloqueUno{height:11rem;width:100%}.bloqueDos{flex-direction:column;gap:.8rem;margin-bottom:1rem}.bloqueDos .columnaUno,.bloqueDos .columnaDos{padding:.9rem}.bloqueDos .columnaUno h3,.bloqueDos .columnaDos h3{font-size:.95rem}.bloqueTres{padding:.9rem .9rem .3rem .9rem;margin-bottom:1rem}.bloqueTres h1{font-size:1.1rem;margin-bottom:.8rem}.servicioItem{padding:.8rem;margin-bottom:.8rem;clip-path:none;border-radius:.7rem}.servicioItem h3{font-size:.95rem;margin-bottom:.4rem}.servicioItem p{font-size:.8rem}.servicioItem:hover{transform:translateY(-1px)}.bloqueInfo{padding:.9rem;border-radius:.9rem}.bloqueInfo h1{font-size:1.1rem;margin-bottom:.8rem}.infoContacto{gap:.8rem}.infoItem{gap:.6rem}.infoIcono{font-size:1.3rem;min-width:30px}.infoItem h3{font-size:.8rem}.infoItem p{font-size:.75rem}.botonInfo{margin-top:.6rem;padding:.8rem 1.2rem}.faq-container{padding:1.2rem;margin:.8rem auto;border-radius:1.2rem}.faq-titulo{font-size:1.2rem;margin-bottom:.3rem}.faq-titulo::after{width:50px}.faq-subtitulo{font-size:.8rem;margin-bottom:1rem}.faq-item{border-radius:.7rem;margin-bottom:.6rem}.faq-pregunta{padding:.8rem;gap:.6rem}.faq-pregunta span{font-size:.8rem}.faq-toggle{width:28px;height:28px}.faq-toggle:hover{will-change:auto}.faq-respuesta{max-height:150px}.faq-respuesta p{padding:.8rem;font-size:.8rem}.footerFondo{opacity:.5}.footerCTA{padding:1.5rem .8rem}.footerCTAContenido{padding:.8rem;gap:.8rem;flex-direction:column;border-radius:1rem;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.footerCTAContenido h2{font-size:1rem;margin:0}.footerCTAContenido>p{font-size:.75rem;margin:.2rem 0 0 0}.footerCTABotones{flex-direction:column;width:100%;gap:.6rem}.botonWhatsApp{font-size:.8rem;padding:.6rem 1rem;width:100%;gap:.3rem}.footerCuerpo{grid-template-columns:1fr;gap:1.2rem;padding:1.5rem .8rem 1rem}.footerColumna{text-align:center}.footerLogo img{width:120px;margin:0 auto}.footerDesc{font-size:.8rem;line-height:1.4}.footerRRSS{justify-content:center}.rrssIcono{width:34px;height:34px;font-size:.9rem}.rrssIcono svg{width:16px;height:16px}.footerTituloCol{font-size:.9rem;margin-bottom:.4rem}.footerNav{gap:.4rem}.footerNav li a{font-size:.8rem}.footerNav li a::before{font-size:1rem}.footerContactoList li{font-size:.8rem;text-align:center}.footerContactoList li span:first-child{font-size:1rem}.footerBarraInferior{padding:.8rem;gap:.4rem;flex-direction:column}.footerBarraInferior p{font-size:.7rem}.contenedorTarjetaLimpieza{padding-top:6vh;padding-bottom:.6rem}.tarjetaLimpieza{max-width:95%;padding:.9rem 1rem;margin:0 auto;border-radius:.9rem}.tarjetaLimpieza::before{display:none}.badgeServicio{font-size:.65rem;padding:.25rem .7rem;margin-bottom:.8rem}.tarjetaLimpieza h1{font-size:1.3rem;margin-bottom:.6rem}.tarjetaLimpieza>p{font-size:.8rem;margin-bottom:.8rem}.seccionHeroLimpieza{padding:2.5rem .8rem;margin:.6rem auto;border-radius:1.2rem}.heroTexto h2{font-size:1.2rem;margin-bottom:.6rem}.heroTexto h2::after{width:40%}.heroTexto p{font-size:.85rem;line-height:1.5;margin-top:.6rem}.beneficiosHero{gap:.6rem;margin-top:1rem}.beneficio{padding:.5rem;gap:.6rem;border-radius:.5rem}.iconoBeneficio{width:22px;height:22px;font-size:.7rem}.beneficio p{font-size:.8rem}.imagenContainer{height:200px;border-radius:.9rem}.seccionServicios{padding:1.5rem .8rem}.headerServicios{margin-bottom:1.8rem}.headerServicios h2{font-size:1.2rem;margin-bottom:.3rem}.headerServicios h2::after{width:60px}.headerServicios p{font-size:.8rem;margin-top:.8rem}.gridServicios{gap:.8rem}.servicioGlass{padding:1rem;border-radius:.9rem}.servicioGlass::before{display:none}.servicioIcono{font-size:1.6rem;margin-bottom:.6rem}.servicioGlass h3{font-size:1rem;margin-bottom:.5rem}.servicioGlass p{font-size:.8rem;margin-bottom:.8rem}.servicioDetalles li{font-size:.75rem;padding-left:1rem}.servicioGlass:hover{transform:translateY(-1px)}.seccionProceso{padding:2.5rem .8rem;margin:1.5rem auto;border-radius:1.2rem}.headerProceso{margin-bottom:1.8rem}.headerProceso h2{font-size:1.2rem;margin-bottom:.3rem}.headerProceso h2::after{width:60px;margin:.6rem auto 0}.headerProceso p{font-size:.8rem;margin-top:.6rem}.pasosProceso{grid-template-columns:1fr;gap:.8rem}.paso{padding:1rem;border-radius:.9rem}.paso:hover{transform:translateY(-1px)}.numeroPaso{width:36px;height:36px;font-size:1rem;margin:0 auto .8rem}.paso h3{font-size:.95rem;margin-bottom:.5rem}.paso p{font-size:.8rem}.seccionConfianza{padding:1.5rem .8rem}.confianzaBloque{padding:1rem;border-radius:.9rem}.confianzaBloque::before{display:none}.confianzaBloque:hover{transform:translateY(-1px)}.confianzaBloque h3{font-size:.95rem}.confianzaBloque p{font-size:.8rem}.seccionComparativa{padding:2.5rem .8rem;border-radius:1.2rem}.headerComparativa h2{font-size:1.2rem;margin-bottom:.6rem}.headerComparativa h2::after{width:60px}.columnaComparativa{padding:1rem;border-radius:.9rem}.columnaComparativa h3{font-size:1rem;margin-bottom:.8rem}.itemComparativa{gap:.6rem;margin-bottom:.8rem;padding-bottom:.8rem}.itemComparativa p{font-size:.8rem}.seccionFAQLimpieza{padding:1.2rem .8rem}.headerFAQLimpieza h2{font-size:1.2rem;margin-bottom:.3rem}.headerFAQLimpieza h2::after{width:60px}.headerFAQLimpieza p{font-size:.8rem;margin-top:.8rem}.faqLimpiezaItem{border-radius:.7rem}.faqLimpiezaPregunta{padding:.8rem}.faqLimpiezaPregunta span{font-size:.85rem}.faqLimpiezaRespuesta p{padding:.8rem;font-size:.8rem}.seccionCTALimpieza{margin:1.2rem auto 0 auto;padding:1.8rem .8rem;border-radius:1.2rem 1.2rem 0 0}.seccionCTALimpieza::before{display:none}.contenidoCTA h2{font-size:1.2rem;margin-bottom:.6rem;text-shadow:none}.contenidoCTA p{font-size:.8rem;margin-bottom:1rem}.botonCTAGrande{padding:.7rem 1.2rem!important;font-size:.9rem}.botonCTAGrande p{margin:4px!important;font-size:.8rem}.tarjetaReparaciones{padding:1.5rem 1.2rem;margin:0 .8rem;border-radius:1.2rem}.badgeReparacion{font-size:.7rem;padding:.25rem .8rem}.serviciosDetallados{margin:2.5rem auto;padding:0 .8rem}.filaServicio,.filaServicio.inversa{gap:1.2rem;margin-bottom:2.5rem}.textoServicio h2{font-size:1.2rem;margin-bottom:.7rem}.numeroServicio{font-size:2rem}.listaCheck{margin-top:.8rem}.listaCheck li{font-size:.85rem;margin-bottom:.3rem}.imagenServicio{height:200px;border-radius:.9rem}.seccionFAQReparaciones{padding:2.5rem .8rem}.faqReparacionesContainer{max-width:100%}.faqItemReparacion{padding:.8rem 0}.faqHeader span{font-size:.85rem}.fondoMant{margin-bottom:1.2rem}.imgMantHeader{clip-path:none;border-radius:0 0 1.5rem 1.5rem;height:40vh}.heroMant{margin:4rem auto 2rem auto;padding:0 .8rem;gap:1.5rem}.heroMantTitle{font-size:1.3rem;margin-bottom:.6rem}.heroMantDesc{font-size:.85rem;margin-bottom:1rem}.heroMantBadge{margin-bottom:.6rem;font-size:.7rem}.heroMantBtns{gap:.6rem}.heroMantBtnSec{font-size:.8rem;padding:.6rem 1.2rem}.heroMantImg{height:auto}.heroMantCirculo{width:160px;height:160px}.garantiasGrid{gap:.8rem;padding:1rem;grid-template-columns:1fr 1fr}.garantiaItem{padding:.6rem}.garantiaIcon{font-size:2rem;margin-bottom:.4rem}.garantiaTitle{font-size:.9rem}.garantiaText{font-size:.75rem}.listaMant{padding:1.5rem .8rem}.listaMantHeader h2{font-size:1.2rem;margin-bottom:.4rem}.listaMantUl li{font-size:.8rem;padding:.4rem 0}.listaMantMark{font-size:1.2rem}.procesoMant{padding:2rem .8rem}.procesoMantTitle{font-size:1.2rem;margin-bottom:1rem}.procesoMantPasos{grid-template-columns:1fr;gap:.8rem}.pasoMant{padding:.9rem;border-radius:.9rem}.pasoMantNum{width:40px;height:40px;font-size:1.1rem}.confianzaMant{padding:0 .8rem;margin:2rem auto}.confianzaMantWrap{padding:1.5rem;gap:1.2rem}.confianzaMantText h2{font-size:1.2rem;margin-bottom:.5rem}.confianzaMantList li{font-size:.8rem;margin-bottom:.5rem}.confianzaMantIcon{width:55px;height:55px;font-size:1.6rem}.comparaMant{padding:2rem .8rem}.comparaMantHeader h2{font-size:1.2rem;margin-bottom:1rem}.comparaMantCol{padding:1rem;border-radius:.9rem}.comparaMantItem{gap:.6rem;margin-bottom:.8rem;padding-bottom:.6rem}.ctaMant{padding:2rem .8rem;margin:1.2rem auto 0 auto;border-radius:1.5rem 1.5rem 0 0}.ctaMantBox h2{font-size:1.2rem;margin-bottom:.6rem}.ctaMantBtns{gap:.6rem}.ctaMantBtnSec{font-size:.8rem;padding:.6rem 1.2rem}.contactoContainer{margin:2rem auto 2rem auto;padding:0 .8rem;gap:1.2rem}.contactoFormulario{padding:1rem;border-radius:1rem}.contactoTitulo{font-size:1.2rem;margin-bottom:.5rem}.contactoTitulo::after{width:45px}.contactoSubtitulo{font-size:.85rem;margin-top:.8rem}.formulario{gap:.8rem}.campoGrupo{gap:.25rem;margin-bottom:.6rem}.campoLabel{font-size:.8rem}.campoInput,.campoTextarea{font-size:.85rem;padding:.6rem .7rem;border-radius:.5rem}.botonEnviar{margin-top:.3rem;padding:.8rem 1.2rem}.bloqueInfo{padding:1rem;border-radius:1rem}.infoTitulo{font-size:1.1rem;margin-bottom:.8rem}.infoContacto{gap:.8rem}.infoItem{gap:.6rem}.infoIcono{font-size:1.3rem;min-width:28px}.redesIconos{gap:.8rem}.redIcono{width:38px;height:38px}.contenedorPacksServicios{padding:1.2rem;margin:1.2rem auto}.encabezadoPacks{margin-bottom:2rem}.tituloPrincipalPacks{font-size:1.4rem;margin-bottom:.6rem}.subtituloPacks{font-size:.85rem}.gridPacksPremium{gap:1rem}.packTarjeta{border-radius:1rem}.packDestacado::before{display:none}.packDestacado:hover{transform:none}.cabeceraPack{padding:1rem}.nombrePack{font-size:1.2rem;margin-bottom:.4rem}.descripcionPack{font-size:.8rem}.cuerpoPack{padding:.8rem}.itemBeneficio{font-size:.75rem;padding:.4rem 0}.subListaBeneficios li{font-size:.7rem;padding:.15rem 0}.notaPack{font-size:.65rem;padding:.4rem}.piePack{padding:1rem 1rem 1.2rem}.packBoton{padding:0.8rem!important}.packBoton p{font-size:.8rem}}@media (max-width:280px){.hamburger-menu{width:25px;height:18px}.hamburger-menu span{height:2px}.navLinks{padding:1rem;gap:1rem}.navLinks li a{font-size:1rem;padding:.5rem}.logoHeader img{width:110px}.botonAmarillo p{font-size:.65rem}.contenedorTarjeta{width:98%;padding:.8rem}.tarjetaInicio h1{font-size:1.1rem}.faq-pregunta{flex-wrap:wrap;gap:.5rem}.faq-toggle{width:28px;height:28px}}@media (max-width:896px) and (orientation:landscape){.fondoInicio>img,.fondoInicio::before{clip-path:none;border-radius:0 0 2rem 2rem;height:65vh}.navLinks{width:70%;max-width:300px;padding:4rem 1.2rem 1.5rem;gap:.8rem}.navLinks li a{font-size:.95rem;padding:.6rem .8rem}.contenedorTarjeta{position:absolute;top:auto;left:50%;transform:translateX(-50%);width:85%;padding:1rem;margin-top:3rem}.contenedorDosColumnas{margin:1rem auto 2rem auto;padding:0 1rem}.heroMant{margin:8rem auto 2rem auto;gap:1.5rem}.imgMantHeader{clip-path:none;border-radius:0 0 1.5rem 1.5rem;height:60vh}.header{margin:5px auto}}