:root{--vt-bg: #ffffff;--vt-bg-alt: #f5f5f7;--vt-bg-dark: #111113;--vt-bg-card: #ffffff;--vt-text: #111113;--vt-text-muted: #6e7079;--vt-text-on-dark: #f5f5f7;--vt-accent: #111113;--vt-accent-2: #45454b;--vt-accent-ink: #ffffff;--vt-gradient: linear-gradient(135deg, #1c1c1f 0%, #45454b 100%);--vt-line: rgba(17, 17, 19, .1);--vt-shadow: 0 20px 45px -20px rgba(17, 17, 19, .35);--vt-fuente: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--vt-radio: 24px;--vt-radio-sm: 14px;--vt-margen: 24px;--vt-ease: cubic-bezier(.22, 1, .36, 1)}.vt-section{font-family:var(--vt-fuente);color:var(--vt-text);position:relative}.vt-section{padding-top:0!important;padding-bottom:0!important}.vt-section *{box-sizing:border-box}.vt-container{max-width:1200px;margin:0 auto;padding:0 var(--vt-margen)}.vt-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--vt-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:16px}.vt-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--vt-gradient);box-shadow:0 0 0 4px #11111326}.vt-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:999px;font-weight:700;font-size:16px;text-decoration:none;cursor:pointer;border:none;transition:transform .25s var(--vt-ease),box-shadow .25s var(--vt-ease),background .25s var(--vt-ease);will-change:transform}.vt-btn-primary{background:var(--vt-gradient);color:var(--vt-accent-ink);box-shadow:var(--vt-shadow)}.vt-btn-primary:hover{transform:translateY(-3px);box-shadow:0 22px 45px -14px #11111373}.vt-btn-ghost{background:var(--vt-bg-alt);color:var(--vt-text);border:1px solid var(--vt-line)}.vt-btn-ghost:hover{border-color:var(--vt-accent);color:var(--vt-accent);transform:translateY(-3px)}.vt-card{background:var(--vt-bg-card);border:1px solid var(--vt-line);border-radius:var(--vt-radio);box-shadow:0 12px 32px -18px #0b0e171f;transition:transform .35s var(--vt-ease),box-shadow .35s var(--vt-ease),border-color .35s var(--vt-ease)}.vt-reveal{opacity:0;transform:translateY(28px) scale(.98);transition:opacity .8s var(--vt-ease),transform .8s var(--vt-ease)}.vt-reveal.vt-visible{opacity:1;transform:translateY(0) scale(1)}.vt-reveal-1{transition-delay:.05s}.vt-reveal-2{transition-delay:.15s}.vt-reveal-3{transition-delay:.25s}.vt-reveal-4{transition-delay:.35s}@media(prefers-reduced-motion:reduce){.vt-reveal{opacity:1!important;transform:none!important;transition:none!important}.vt-btn,.vt-card{transition:none!important}}.section-header{margin-bottom:0!important}@media screen and (max-width:990px){.vt-container{padding:0 20px}}@media screen and (max-width:540px){.vt-container{padding:0 16px}}.vt-hero-wrap{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;overflow:visible}.vt-hero-text{display:flex;flex-direction:column;gap:20px}.vt-hero-headline{font-weight:700;line-height:1.05;margin:0;letter-spacing:-.01em}.vt-hero-headline .vt-highlight{background:var(--vt-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.vt-hero-sub{color:var(--vt-text-muted);margin:0;max-width:46ch}.vt-hero-ctas{display:flex;gap:16px;flex-wrap:wrap;margin-top:8px}.vt-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px}.vt-hero-glow{position:absolute;width:80%;height:80%;background:radial-gradient(circle,rgba(17,17,19,.22),rgba(69,69,75,.12) 55%,transparent 75%);filter:blur(10px);z-index:0;border-radius:50%}.vt-hero-img,.vt-hero-illustration{position:relative;z-index:1;width:100%;max-width:400px;border-radius:var(--vt-radio)}.vt-hero-illustration{animation:vt-float 5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.vt-hero-illustration,.vt-hero-img{animation:none}}@keyframes vt-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.vt-hero-img{animation:vt-float 6s ease-in-out infinite;filter:drop-shadow(0 30px 40px rgba(17,17,19,.25))}@media screen and (max-width:990px){.vt-hero-wrap{grid-template-columns:1fr;text-align:center}.vt-hero-text{align-items:center}.vt-hero-ctas{justify-content:center}}.vt-h2{font-weight:700;margin:0 0 40px;letter-spacing:-.01em}.vt-beneficios-grid{display:grid;gap:20px}.vt-beneficio-card{padding:32px 24px}.vt-beneficio-icono{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#1111131f,#45454b1f);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.vt-beneficio-titulo{font-size:18px;font-weight:700;margin:0 0 8px}.vt-beneficio-texto{font-size:15px;color:var(--vt-text-muted);margin:0;line-height:1.5}.vt-beneficio-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px -18px #11111340;border-color:#1111134d}@media screen and (max-width:990px){.vt-beneficios-grid{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width:540px){.vt-beneficios-grid{grid-template-columns:1fr!important}}.vt-usos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.vt-uso-card{border-radius:var(--vt-radio);overflow:hidden;position:relative;aspect-ratio:4/3;background:var(--vt-bg-card);border:1px solid var(--vt-line)}.vt-uso-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--vt-ease)}.vt-uso-card:hover img{transform:scale(1.05)}.vt-uso-etiqueta{position:absolute;left:16px;bottom:16px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--vt-radio-sm);padding:10px 16px;font-weight:700;font-size:15px;color:var(--vt-text)}@media screen and (max-width:990px){.vt-usos-grid{grid-template-columns:1fr}}.vt-resenas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.vt-resena-card{padding:28px 24px}.vt-resena-estrellas{display:flex;gap:3px;margin-bottom:16px}.vt-resena-texto{font-size:15px;line-height:1.6;margin:0 0 16px;color:var(--vt-text)}.vt-resena-nombre{font-size:13px;font-weight:700;color:var(--vt-text-muted);margin:0}@media screen and (max-width:990px){.vt-resenas-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:540px){.vt-resenas-grid{grid-template-columns:1fr}}.vt-como-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}.vt-como-item{position:relative;text-align:center;padding:0 16px}.vt-como-numero{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--vt-gradient);color:var(--vt-accent-ink);font-weight:700;font-size:18px;margin-bottom:20px;box-shadow:var(--vt-shadow)}.vt-como-titulo{font-size:19px;font-weight:700;margin:0 0 8px}.vt-como-texto{font-size:15px;color:var(--vt-text-muted);margin:0;line-height:1.5}.vt-como-linea{position:absolute;top:24px;left:calc(50% + 48px);width:calc(100% - 48px);height:1px;background:var(--vt-line)}@media screen and (max-width:990px){.vt-como-grid{grid-template-columns:1fr;gap:40px}.vt-como-linea{display:none}}.vt-cifras-seccion{background:var(--vt-bg-dark)!important}.vt-cifras-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;text-align:center}.vt-cifra-numero{font-size:44px;font-weight:700;margin:0 0 8px;letter-spacing:-.02em;background:var(--vt-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.vt-cifra-texto{font-size:14px;color:#f4f7fda6;margin:0}@media screen and (max-width:990px){.vt-cifras-grid{grid-template-columns:repeat(2,1fr);gap:32px}}.vt-faq-wrap{max-width:860px}.vt-faq-lista{margin-top:32px;display:flex;flex-direction:column;gap:12px}.vt-faq-item{border:1px solid var(--vt-line);border-radius:var(--vt-radio-sm);background:var(--vt-bg-card);overflow:hidden;box-shadow:0 8px 24px -18px #0b0e171a}.vt-faq-pregunta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:none;border:none;color:var(--vt-text);font-family:var(--vt-fuente);font-size:16px;font-weight:600;text-align:left;cursor:pointer}.vt-faq-icono{font-size:22px;color:var(--vt-accent);transition:transform .3s var(--vt-ease);flex-shrink:0}.vt-faq-item.vt-faq-open .vt-faq-icono{transform:rotate(45deg)}.vt-faq-respuesta{max-height:0;overflow:hidden;transition:max-height .35s var(--vt-ease)}.vt-faq-item.vt-faq-open .vt-faq-respuesta{max-height:240px}.vt-faq-respuesta p{margin:0;padding:0 24px 20px;color:var(--vt-text-muted);font-size:15px;line-height:1.6}.vt-cierre-cabecera{text-align:center;max-width:640px;margin:0 auto 48px}.vt-cierre-garantia{color:var(--vt-text-muted);font-size:15px;margin-top:8px}.vt-cierre-planes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:900px;margin:0 auto}.vt-plan{padding:32px 24px;text-align:center;position:relative}.vt-plan-destacado{border-color:var(--vt-accent);box-shadow:0 20px 45px -16px #11111359;transform:scale(1.03)}.vt-plan-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--vt-gradient);color:var(--vt-accent-ink);font-size:12px;font-weight:700;padding:4px 14px;border-radius:999px;letter-spacing:.02em}.vt-plan-titulo{font-size:15px;color:var(--vt-text-muted);margin:8px 0 12px}.vt-plan-precio{font-size:32px;font-weight:700;margin:0}.vt-plan-antes{font-size:15px;color:var(--vt-text-muted);text-decoration:line-through;margin:4px 0 0}.vt-plan-btn{width:100%;margin-top:20px}.vt-plan form{margin:0}.vt-producto-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:start}.vt-galeria-principal{aspect-ratio:1/1;border-radius:var(--vt-radio);overflow:hidden;background:#fff;border:1px solid var(--vt-line);box-shadow:0 20px 45px -25px #0b0e172e}.vt-galeria-principal img{width:100%;height:100%;object-fit:cover}.vt-galeria-vacia{background:linear-gradient(135deg,#11111314,#45454b14);display:flex;align-items:center;justify-content:center}.vt-galeria-miniaturas{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.vt-galeria-mini{width:72px;height:72px;border-radius:var(--vt-radio-sm);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:#fff;opacity:.7;transition:opacity .25s var(--vt-ease),border-color .25s var(--vt-ease)}.vt-galeria-mini img{width:100%;height:100%;object-fit:cover;display:block}.vt-galeria-mini:hover{opacity:1}.vt-galeria-mini-activa{border-color:var(--vt-accent);opacity:1}.vt-producto-titulo{font-size:34px;font-weight:700;margin:4px 0 16px;letter-spacing:-.01em;line-height:1.15}.vt-producto-precio{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.vt-producto-precio #vt-precio-actual{font-size:30px;font-weight:700}.vt-producto-precio-antes{font-size:18px;color:var(--vt-text-muted);text-decoration:line-through}.vt-producto-opciones{margin-bottom:20px}.vt-opcion{margin-bottom:14px}.vt-opcion-nombre{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--vt-text-muted);margin-bottom:8px}.vt-opcion-valores{display:flex;gap:8px;flex-wrap:wrap}.vt-opcion-valor{padding:10px 18px;border-radius:999px;border:1px solid var(--vt-line);background:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s var(--vt-ease)}.vt-opcion-valor:hover{border-color:var(--vt-accent)}.vt-opcion-valor-activa{background:var(--vt-gradient);color:#fff;border-color:transparent}.vt-producto-btn{width:100%;margin-bottom:28px}.vt-producto-btn[disabled]{opacity:.5;cursor:not-allowed;box-shadow:none}.vt-producto-btn[disabled]:hover{transform:none}.vt-producto-confianza{display:flex;flex-direction:column;gap:12px;padding:20px;background:var(--vt-bg-card);border:1px solid var(--vt-line);border-radius:var(--vt-radio-sm);margin-bottom:24px}.vt-confianza-item{display:flex;align-items:center;gap:10px;font-size:14px}.vt-producto-incluye-titulo{font-weight:700;margin-bottom:8px}.vt-producto-incluye ul{margin:0;padding-left:20px;color:var(--vt-text-muted);font-size:15px;line-height:1.7}.vt-producto-descripcion{max-width:760px;margin:64px auto 0;color:var(--vt-text-muted);font-size:16px;line-height:1.7}.vt-producto-descripcion-texto h2,.vt-producto-descripcion-texto h3{color:var(--vt-text);margin:32px 0 12px}.vt-producto-descripcion-texto ul,.vt-producto-descripcion-texto ol{padding-left:20px}.vt-producto-descripcion-texto li{margin-bottom:6px}@media screen and (max-width:990px){.vt-producto-grid{grid-template-columns:1fr;gap:32px}}.vt-header-brand{font-family:var(--vt-fuente);font-weight:700;background:var(--vt-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.vt-footer{font-family:var(--vt-fuente);color:var(--vt-text-on-dark);padding:64px 0 32px}.vt-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(244,247,253,.1)}.vt-footer-logo-img{max-width:140px;height:auto;margin-bottom:12px}.vt-footer-logo-texto{font-size:22px;font-weight:700;margin:0 0 12px}.vt-footer-tagline{color:#f4f7fda6;font-size:14px;line-height:1.6;max-width:32ch;margin:0}.vt-footer-social{display:flex;gap:12px;margin-top:20px}.vt-footer-social a{width:36px;height:36px;border-radius:50%;background:#f4f7fd14;display:flex;align-items:center;justify-content:center;transition:background .2s var(--vt-ease)}.vt-footer-social a:hover{background:var(--vt-gradient)}.vt-footer-social svg{width:16px;height:16px;fill:currentColor}.vt-footer-titulo{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#f4f7fd80;margin:0 0 16px}.vt-footer-lista{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.vt-footer-lista a{color:#f4f7fdd9;text-decoration:none;font-size:15px}.vt-footer-lista a:hover{color:var(--vt-accent-2)}.vt-footer-texto{font-size:14px;color:#f4f7fda6;line-height:1.6;margin:0}.vt-footer-email{display:inline-block;margin-top:12px;font-size:14px;font-weight:600;color:var(--vt-text-on-dark);text-decoration:none;border-bottom:1px solid rgba(244,247,253,.3)}.vt-footer-email:hover{border-color:var(--vt-text-on-dark)}.vt-footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:24px}.vt-footer-copyright{font-size:13px;color:#f4f7fd80;margin:0}.vt-footer-pagos{display:flex;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap}@media screen and (max-width:990px){.vt-footer-grid{grid-template-columns:1fr 1fr}}@media screen and (max-width:540px){.vt-footer-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/vt-styles.css.map */
