@import "https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700;800;900&display=swap";.v2-root{--azul:#0171ff;--azul-oscuro:#0055c4;--tinta:#444;--tinta-suave:#444;--linea:#e8ebef;--fondo:#fff;--fondo-alt:#f7f9fc;--noche:#0c1b2e;background:var(--fondo);color:var(--tinta);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Plus Jakarta Sans,Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.v2-root *{box-sizing:border-box;margin:0;padding:0}.v2-root .contenedor{max-width:1200px;margin:0 auto;padding:0 32px}.v2-root .nav{border-bottom:1px solid var(--linea);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#ffffffe0;position:sticky;top:0}.v2-root .nav-inner{justify-content:space-between;align-items:center;gap:32px;height:82px;display:flex}.v2-root .marca{flex-shrink:0;line-height:0;display:block}.v2-root .logo{width:auto;height:31px;display:block}.v2-root .marca-simbolo{line-height:0;display:none}.v2-root .logo-simbolo{width:auto;height:34px;display:block}@media (width<=980px){.v2-root .marca-completa{display:none}.v2-root .marca-simbolo{display:block}}.v2-root .menu{align-items:center;gap:38px;margin-left:auto;display:flex}.v2-root .menu a{color:var(--tinta-suave);align-items:center;gap:6px;font-size:16.5px;font-weight:400;text-decoration:none;transition:color .18s;display:flex}.v2-root .menu a:hover{color:var(--azul)}.v2-root .menu svg{stroke-width:2.6px;width:13px;height:13px}.v2-root .menu-item{position:relative}.v2-root .menu-disparador{color:var(--tinta-suave);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:16.5px;font-weight:400;transition:color .18s;display:flex}.v2-root .menu-item:hover .menu-disparador,.v2-root .menu-item:focus-within .menu-disparador{color:var(--azul)}.v2-root .chevron{transition:transform .22s}.v2-root .menu-item:hover .chevron,.v2-root .menu-item:focus-within .chevron{transform:rotate(180deg)}.v2-root .panel{opacity:0;visibility:hidden;background:#fff;border-radius:18px;width:430px;margin-top:22px;padding:12px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;left:-26px;transform:translateY(-6px);box-shadow:0 2px 6px #141c280d,0 18px 46px #141c2824}.v2-root .panel:before{content:"";height:22px;position:absolute;top:-22px;left:0;right:0}.v2-root .menu-item:hover .panel,.v2-root .menu-item:focus-within .panel{opacity:1;visibility:visible;transform:none}.v2-root .panel .panel-fila{border-radius:13px;align-items:flex-start;gap:16px;padding:15px;text-decoration:none;transition:background .16s;display:flex}.v2-root .panel .panel-fila:hover{background:#f4f7fb}.v2-root .panel-icono{width:72px;height:72px;color:var(--tinta);background:0 0;flex-shrink:0;place-items:center;display:grid}.v2-root .panel-icono svg{stroke-width:1.7px;width:22px;height:22px}.v2-root .panel-icono img{object-fit:contain;width:72px;height:72px;transition:transform .2s;display:block}.v2-root .panel .panel-fila{align-items:center}.v2-root .panel .panel-fila:hover .panel-icono img{transform:scale(1.06)}.v2-root .panel-texto{color:var(--tinta-suave);font-size:15px;line-height:1.45;display:block}.v2-root .panel-texto strong{color:var(--tinta);margin-bottom:3px;font-size:17px;font-weight:700;display:block}.v2-root .acciones{flex-shrink:0;align-items:center;gap:12px;display:flex}.v2-root .idioma-item{margin-right:14px;position:relative}.v2-root .idioma{color:var(--tinta-suave);cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;padding:6px 4px;font-family:inherit;font-size:15.5px;font-weight:400;transition:color .18s;display:flex}.v2-root .idioma:hover,.v2-root .idioma[aria-expanded=true]{color:var(--azul)}.v2-root .idioma svg{width:17px;height:17px}.v2-root .chevron-idioma{transition:transform .22s;width:13px!important;height:13px!important}.v2-root .idioma[aria-expanded=true] .chevron-idioma{transform:rotate(180deg)}.v2-root .panel-idioma{opacity:0;visibility:hidden;z-index:60;background:#fff;border-radius:14px;width:238px;margin-top:14px;padding:8px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;right:-8px;transform:translateY(-6px);box-shadow:0 2px 6px #141c280d,0 16px 40px #141c2824}.v2-root .panel-idioma.abierto{opacity:1;visibility:visible;transform:none}.v2-root .panel-idioma .opcion{width:100%;color:var(--tinta);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:11px 12px;font-family:inherit;font-size:15.5px;font-weight:400;transition:background .14s;display:flex}.v2-root .panel-idioma .opcion:hover{background:#f4f7fb}.v2-root .panel-idioma .tilde{width:16px;height:16px;color:var(--azul);opacity:0;flex-shrink:0}.v2-root .panel-idioma .opcion[aria-current=true]{font-weight:700}.v2-root .panel-idioma .opcion[aria-current=true] .tilde{opacity:1}.v2-root .btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;height:45px;padding:0 21px;font-family:inherit;font-size:15.5px;font-weight:500;text-decoration:none;transition:transform .16s,background .16s;display:inline-flex}.v2-root .btn:active{transform:translateY(1px)}.v2-root .btn-oscuro{background:var(--tinta);color:#fff}.v2-root .btn-oscuro:hover{background:#2e2e2e}.v2-root .btn-azul{background:var(--azul);color:#fff}.v2-root .btn-azul:hover{background:var(--azul-oscuro)}.v2-root .hero{text-align:center;padding:96px 0 140px}.v2-root .hero h1{letter-spacing:-.01em;color:var(--tinta);margin:0 auto;font-size:clamp(29px,4.3vw,52px);font-weight:800;line-height:1.14}.v2-root .hero h1 .linea{white-space:nowrap;display:block}.v2-root .o{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#0171ff 0%,#0cf 100%);-webkit-background-clip:text;background-clip:text}.v2-root .trazo{white-space:nowrap;position:relative}.v2-root .trazo svg{pointer-events:none;width:105%;height:.3em;position:absolute;bottom:-.22em;left:-1.5%;overflow:visible}.v2-root .trazo svg path{transform-origin:0;transform-box:fill-box;animation:.62s cubic-bezier(.35,.75,.4,1) forwards v2traza;transform:scaleX(0)}.v2-root .trazo-principal{animation-delay:.6s}.v2-root .trazo-remate{animation-delay:.92s}@keyframes v2traza{to{transform:scaleX(1)}}.v2-root .revela{opacity:0;animation:.7s cubic-bezier(.2,.7,.3,1) forwards v2sube;transform:translateY(16px)}.v2-root .r1{animation-delay:50ms}@keyframes v2sube{to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.v2-root .revela{opacity:1;animation:none;transform:none}.v2-root .trazo svg path{animation:none;transform:none}}.v2-root .hero{padding:96px 0 0}.v2-root .tarjetas{grid-template-columns:repeat(2,1fr);gap:28px;max-width:940px;margin:0 auto;padding:70px 0 110px;display:grid}.v2-root .tarjeta{background:var(--noche);isolation:isolate;border-radius:20px;flex-direction:column;min-height:470px;text-decoration:none;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.v2-root .tarjeta:hover{box-shadow:0 6px 16px #141c2814,0 22px 44px #141c2829}.v2-root .tarjeta .foto{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .5s cubic-bezier(.2,.7,.3,1);position:absolute;inset:0}.v2-root .tarjeta:hover .foto{transform:scale(1.06)}.v2-root .tarjeta:after{content:"";z-index:1;background:linear-gradient(#120d0880 0%,#120d084a 32%,#120d080f 58%,#120d0859 100%);position:absolute;inset:0}.v2-root .tarjeta-texto{z-index:2;padding:36px 30px 0;position:relative}.v2-root .tarjeta h2{letter-spacing:0;color:#fff;white-space:nowrap;font-size:clamp(18px,2.3vw,26px);font-weight:700;line-height:1.2}.v2-root .tarjeta p{color:#ffffffe0;max-width:396px;margin-top:14px;font-size:15.5px;font-weight:400;line-height:1.5}.v2-root .tarjeta-pie{z-index:2;justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding:0 34px 32px;display:flex;position:relative}.v2-root .mas{color:#fff;border-bottom:1.5px solid #ffffff8c;padding-bottom:2px;font-size:16.5px;font-weight:700}.v2-root .flecha{border:1.5px solid #ffffff8c;border-radius:50%;flex-shrink:0;place-items:center;width:52px;height:52px;transition:background .2s,border-color .2s;display:grid}.v2-root .flecha svg{stroke:#fff;stroke-width:2px;width:21px;height:21px}.v2-root .tarjeta:hover .flecha{background:var(--azul);border-color:var(--azul)}.v2-root .tarjeta:hover .mas{border-bottom-color:#fff}.v2-root .tarjeta:focus-visible{outline:3px solid var(--azul);outline-offset:3px}.v2-root .r2{animation-delay:.16s}.v2-root .r3{animation-delay:.27s}.v2-root .r4{animation-delay:.38s}.v2-root .renov-giro{transform-box:view-box;transform-origin:50%;animation:1.4s linear infinite renov-giro}@keyframes renov-giro{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.v2-root .puntos{display:none}.v2-root .hamburguesa{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:none}.v2-root .hamburguesa span{background:var(--tinta);border-radius:2px;width:22px;height:2px;transition:transform .26s,opacity .18s;display:block}.v2-root .hamburguesa[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.v2-root .hamburguesa[aria-expanded=true] span:nth-child(2){opacity:0}.v2-root .hamburguesa[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.v2-root .cajon-cta,.v2-root .velo,.v2-root .movil{display:none}.v2-root .btn-linea-cajon{color:var(--tinta);border:1.5px solid var(--linea);background:#fff}@media (width<=980px){.v2-root .barra-cta{display:none}.v2-root .hamburguesa{display:flex}.v2-root .menu{display:none}.v2-root .nav{z-index:60}.v2-root .idioma-item{display:none}.v2-root .velo{opacity:0;visibility:hidden;z-index:54;background:#0c1b2e61;transition:opacity .26s,visibility .26s;display:block;position:fixed;inset:0}.v2-root .velo.abierto{opacity:1;visibility:visible}.v2-root .movil{z-index:56;width:min(400px,88vw);padding:calc(82px + env(safe-area-inset-top)) 0 0;box-shadow:none;visibility:hidden;overscroll-behavior:contain;background:#fff;flex-direction:column;transition:transform .3s cubic-bezier(.32,.72,.3,1),visibility .3s,box-shadow .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.v2-root .movil.abierto{visibility:visible;transform:none;box-shadow:-18px 0 44px #141c2829}.v2-root{scrollbar-width:none;-ms-overflow-style:none;overflow-x:hidden}.v2-root::-webkit-scrollbar{width:0;height:0;display:none}.v2-root ::-webkit-scrollbar{width:0;height:0;display:none}.v2-root *,html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}.v2-root .movil-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:14px 22px 10px;overflow-y:auto}.v2-root .movil-disparador,.v2-root .movil-enlace{width:100%;color:var(--tinta);text-align:left;border:none;border-bottom:1px solid var(--linea);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:17px 4px;font-family:inherit;font-size:18px;font-weight:600;text-decoration:none;display:flex}.v2-root .movil-disparador svg{width:18px;height:18px;color:var(--tinta-suave);flex-shrink:0;transition:transform .26s}.v2-root .movil-disparador.abierto{color:var(--azul)}.v2-root .movil-disparador.abierto svg{color:var(--azul);transform:rotate(180deg)}.v2-root .movil-acordeon{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.32,.72,.3,1);display:grid}.v2-root .movil-acordeon.abierto{grid-template-rows:1fr}.v2-root .movil-acordeon-inner{overflow:hidden}.v2-root .movil-fila{background:var(--fondo-alt);border-radius:14px;align-items:center;gap:14px;margin:10px 0 0;padding:13px 12px;text-decoration:none;transition:background .16s,transform .16s;display:flex}.v2-root .movil-fila:first-child{margin-top:14px}.v2-root .movil-fila:last-child{margin-bottom:14px}.v2-root .movil-fila:active{background:#edf2f9;transform:scale(.985)}.v2-root .movil-icono{flex-shrink:0;place-items:center;width:56px;height:56px;display:grid}.v2-root .movil-icono img{object-fit:contain;width:56px;height:56px;display:block}.v2-root .movil-fila-texto{color:var(--tinta-suave);font-size:14px;line-height:1.4;display:block}.v2-root .movil-fila-texto strong{color:var(--tinta);margin-bottom:2px;font-size:16.5px;font-weight:700;display:block}.v2-root .movil-idiomas{background:var(--fondo-alt);border-radius:12px;gap:4px;margin:18px 0 10px;padding:4px;display:flex}.v2-root .movil-idioma-opcion{color:var(--tinta-suave);cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;padding:10px 0;font-family:inherit;font-size:14px;font-weight:600;transition:background .18s,color .18s,box-shadow .18s}.v2-root .movil-idioma-opcion.activo{color:var(--azul);background:#fff;box-shadow:0 1px 3px #141c2814}.v2-root .movil-pie{padding:18px 22px calc(22px + env(safe-area-inset-bottom));border-top:1px solid var(--linea);background:#fff;flex-direction:column;gap:11px;display:flex}.v2-root .movil-pie .btn{border-radius:10px;width:100%;height:50px;font-size:16.5px}.v2-root .hero{padding:58px 0 0}.v2-root .tarjetas{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;max-width:none;margin:0 -32px;padding:44px 32px 0;display:flex;overflow-x:auto}.v2-root .tarjetas::-webkit-scrollbar{display:none}.v2-root .tarjeta{scroll-snap-align:center;flex:0 0 78%;min-height:430px}.v2-root .puntos{justify-content:center;align-items:center;gap:9px;padding:26px 0 72px;display:flex}.v2-root .punto{cursor:pointer;background:#cbd5e1;border:none;border-radius:999px;width:9px;height:9px;padding:0;transition:width .24s,background .24s}.v2-root .punto.activo{background:var(--azul);width:26px}}@media (width<=560px){.v2-root .contenedor{padding:0 20px}.v2-root .nav-inner{height:70px}.v2-root .movil{width:min(360px,92vw);padding-top:calc(70px + env(safe-area-inset-top))}.v2-root .hero h1{font-size:30px;line-height:1.32}.v2-root .hero h1 .linea{white-space:normal}.v2-root .tarjetas{margin:0 -20px;padding:36px 20px 0}.v2-root .tarjeta{flex:0 0 82%}.v2-root .tarjeta-texto{padding:30px 26px 0}.v2-root .tarjeta-pie{padding:0 26px 28px}.v2-root .tarjeta h2{font-size:clamp(15px,4.6vw,20px)}.v2-root.pagina-int .hero-int{padding-bottom:56px}}.v2-root .cargando-pagina{z-index:120;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:opacity .45s,visibility .45s;display:flex;position:fixed;inset:0}.v2-root .cargando-pagina.lista{opacity:0;visibility:hidden;pointer-events:none}.v2-root .cargando-simbolo{width:28px;height:28px;display:block}.v2-root .cargando-simbolo .simbolo-carga{filter:drop-shadow(0 1px 2px #0171ff0f);width:100%;height:100%;display:block}.v2-root .cargando-texto{color:var(--tinta-suave);letter-spacing:.01em;margin:0;font-size:14px;font-weight:500}.v2-root.pagina-int .hero-int{padding:78px 0 96px}.v2-root .hero-int{padding:78px 0 40px}.v2-root .hero-int-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.v2-root .icono-seg{object-fit:contain;width:118px;height:118px;margin:0 0 20px -10px;display:block}.v2-root .hero-int h1{letter-spacing:-.03em;text-align:left;max-width:13ch;margin:0;font-size:clamp(33px,3.9vw,52px);font-weight:800;line-height:1.1}.v2-root .hero-int p{color:var(--tinta-suave);max-width:46ch;margin-top:22px;font-size:18.5px;line-height:1.58}.v2-root .hero-int-acciones{flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px;display:flex}.v2-root .btn-int{border-radius:10px;height:52px;padding:0 30px;font-size:17px}.v2-root .enlace-int{color:var(--tinta);border-bottom:1.5px solid var(--linea);padding-bottom:2px;font-size:16.5px;font-weight:700;text-decoration:none;transition:border-color .18s,color .18s}.v2-root .enlace-int:hover{color:var(--azul);border-bottom-color:var(--azul)}.v2-root .hero-int-foto{aspect-ratio:4/5;object-fit:cover;border-radius:22px;width:100%;display:block}.v2-root .con-tooltip{display:inline-flex;position:relative}.v2-root .tooltip{background:var(--tinta);color:#fff;opacity:0;visibility:hidden;pointer-events:none;z-index:20;border-radius:9px;width:max-content;max-width:250px;padding:9px 13px;font-size:13.5px;font-weight:400;line-height:1.4;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(4px)}.v2-root .tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--tinta);margin-left:-5px;position:absolute;top:100%;left:50%}.v2-root .con-tooltip:hover .tooltip,.v2-root .con-tooltip:focus-within .tooltip{opacity:1;visibility:visible;transform:translate(-50%)}@media (width<=980px){.v2-root .hero-int{padding:50px 0 24px}.v2-root .hero-int-grid{grid-template-columns:1fr;gap:36px}.v2-root .hero-int h1{max-width:16ch}.v2-root .hero-int-foto{aspect-ratio:3/2}.v2-root .icono-seg{width:96px;height:96px}}@media (width<=560px){.v2-root .hero-int p{font-size:17px}}.v2-root.pagina-legal{flex-direction:column;min-height:100vh;display:flex}.v2-root .legal-main{flex:1;padding:64px 0 96px}.v2-root .legal-caja{max-width:820px}.v2-root .legal-titulo{letter-spacing:-.01em;color:var(--tinta);margin-bottom:10px;font-size:clamp(30px,4vw,44px);font-weight:800}.v2-root .legal-fecha{color:var(--tinta-suave);opacity:.75;margin-bottom:40px;font-size:15px}.v2-root .legal-cuerpo{color:var(--tinta-suave);flex-direction:column;gap:32px;font-size:16.5px;line-height:1.7;display:flex}.v2-root .legal-cuerpo h2{color:var(--tinta);margin-bottom:10px;font-size:21px;font-weight:700}.v2-root .legal-cuerpo p{margin-bottom:12px}.v2-root .legal-cuerpo ul,.v2-root .legal-cuerpo ol{margin:0 0 12px 20px;list-style:outside}.v2-root .legal-cuerpo ol{list-style:decimal}.v2-root .legal-cuerpo li{margin-bottom:6px}.v2-root .legal-cuerpo a{color:var(--azul);text-decoration:none}.v2-root .legal-cuerpo a:hover{text-decoration:underline}.v2-root .legal-cuerpo strong{color:var(--tinta)}.v2-root .legal-pie{border-top:1px solid #141c2814;padding:26px 0}.v2-root .legal-pie-inner{color:var(--tinta-suave);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:14.5px;display:flex}.v2-root .legal-pie nav{gap:20px;display:flex}.v2-root .legal-pie a{color:var(--tinta-suave);text-decoration:none}.v2-root .legal-pie a:hover{color:var(--azul)}@media (width<=560px){.v2-root .legal-main{padding:40px 0 64px}}.v2-root .precios-hero{text-align:center;padding:78px 0 46px}.v2-root .precios-hero h1{letter-spacing:-.02em;color:var(--tinta);margin:0;font-size:clamp(33px,4vw,52px);font-weight:800;line-height:1.12}.v2-root .precios-hero p{color:var(--tinta-suave);margin-top:16px;font-size:19px}.v2-root .precios-caja{max-width:640px;margin:0 auto}.v2-root .precios-controles{border:1px solid var(--linea);background:#fff;border-radius:18px;padding:26px 28px;box-shadow:0 2px 10px #141c280a}.v2-root .precios-controles>p{text-align:center;color:var(--tinta-suave);margin-bottom:20px;font-size:14.5px}.v2-root .precios-ciclo{background:var(--fondo-alt);border-radius:99px;justify-content:center;gap:4px;width:max-content;margin:0 auto 24px;padding:4px;display:flex}.v2-root .precios-ciclo button{font:inherit;color:var(--tinta-suave);cursor:pointer;background:0 0;border:0;border-radius:99px;align-items:center;gap:7px;padding:8px 20px;font-size:14.5px;font-weight:600;transition:all .18s;display:inline-flex}.v2-root .precios-ciclo button:hover{color:var(--tinta)}.v2-root .precios-ciclo button.activo{background:var(--azul);color:#fff;box-shadow:0 4px 12px #0171ff40}.v2-root .precios-ciclo .chip{background:#ffffff38;border-radius:99px;padding:2px 7px;font-size:10.5px;font-weight:700}.v2-root .precios-paso{justify-content:center;align-items:center;gap:18px;margin-bottom:20px;display:flex}.v2-root .precios-btn-paso{border:1px solid var(--linea);cursor:pointer;width:42px;height:42px;color:var(--tinta);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .18s;display:flex}.v2-root .precios-btn-paso:hover:not(:disabled){border-color:var(--azul);color:var(--azul)}.v2-root .precios-btn-paso:disabled{opacity:.35;cursor:not-allowed}.v2-root .precios-entrada{align-items:baseline;gap:8px;display:flex}.v2-root .precios-entrada input{text-align:center;width:76px;color:var(--tinta);border:0;border-bottom:2px solid var(--linea);background:0 0;outline:none;padding:0 0 2px;font-family:inherit;font-size:30px;font-weight:800}.v2-root .precios-entrada input:focus{border-bottom-color:var(--azul)}.v2-root .precios-entrada span{color:var(--tinta-suave);font-size:14px}.v2-root .precios-rango{appearance:none;cursor:pointer;background:linear-gradient(to right,var(--azul) 0%,var(--azul) var(--progreso,0%),var(--linea) var(--progreso,0%));border-radius:99px;outline:none;width:100%;height:6px}.v2-root .precios-rango::-webkit-slider-thumb{-webkit-appearance:none;border:2px solid var(--azul);cursor:pointer;background:#fff;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #0171ff47}.v2-root .precios-rango::-moz-range-thumb{border:2px solid var(--azul);cursor:pointer;background:#fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #0171ff47}.v2-root .precios-marcas{color:var(--tinta-suave);opacity:.7;justify-content:space-between;margin-top:9px;font-size:12px;display:flex}.v2-root .precios-resultado{border:1.5px solid var(--linea);text-align:center;background:#fff;border-radius:22px;margin-top:24px;padding:34px 34px 30px;box-shadow:0 6px 16px #141c280f,0 22px 44px #141c2814}.v2-root .precios-res-label{color:var(--tinta-suave);margin-bottom:8px;font-size:16px}.v2-root .precios-precio{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:8px;display:flex}.v2-root .precios-precio .tachado{color:var(--tinta-suave);opacity:.5;font-size:24px;text-decoration:line-through}.v2-root .precios-precio .monto{letter-spacing:-.02em;color:var(--tinta);font-size:clamp(44px,6vw,58px);font-weight:800;line-height:1}.v2-root .precios-precio .periodo{color:var(--tinta-suave);font-size:17px}.v2-root .precios-res-extra{color:var(--tinta-suave);margin-top:8px;font-size:14px}.v2-root .precios-res-extra.ahorro{color:var(--azul);font-weight:600}.v2-root .precios-divisor{background:var(--linea);height:1px;margin:26px 0}.v2-root .precios-beneficios{text-align:left;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.v2-root .precios-beneficios li{color:var(--tinta);align-items:flex-start;gap:10px;font-size:15.5px;display:flex}.v2-root .precios-tilde{width:20px;height:20px;color:var(--azul);background:#0171ff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.v2-root .precios-notas{text-align:left;color:var(--tinta-suave);flex-direction:column;gap:8px;margin:0;font-size:13.5px;display:flex}.v2-root .precios-notas p{margin:0}.v2-root .precios-notas strong{color:var(--tinta);font-weight:600}.v2-root .precios-cta{justify-content:center;margin-top:26px;display:flex}@media (width<=980px){.v2-root .precios-hero{padding:50px 0 36px}}@media (width<=560px){.v2-root .precios-hero p{font-size:17px}.v2-root .precios-controles{padding:22px 18px}.v2-root .precios-resultado{padding:26px 20px}}.v2-root .demos-hero{text-align:center;padding:78px 0 34px}.v2-root .demos-hero h1{letter-spacing:-.02em;color:var(--tinta);margin:0;font-size:clamp(31px,3.8vw,48px);font-weight:800;line-height:1.12}.v2-root .demos-hero p{color:var(--tinta-suave);max-width:56ch;margin-top:16px;margin-left:auto;margin-right:auto;font-size:18.5px}.v2-root .demos-tabs{flex-wrap:wrap;justify-content:center;gap:10px;width:max-content;max-width:100%;margin:32px auto 30px;display:flex}.v2-root .demos-tab{border:1px solid var(--linea);font:inherit;color:var(--tinta-suave);cursor:pointer;background:#fff;border-radius:99px;align-items:center;gap:10px;padding:9px 22px 9px 11px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.v2-root .demos-tab img{object-fit:contain;width:42px;height:42px}.v2-root .demos-tab:hover{color:var(--tinta);border-color:#0171ff66}.v2-root .demos-tab.activo{border-color:var(--azul);color:var(--azul);background:#0171ff0f;box-shadow:0 4px 14px #0171ff24}.v2-root .demos-panel{background:var(--fondo-alt);border:1.5px dashed var(--linea);text-align:center;border-radius:24px;max-width:860px;margin:0 auto;padding:64px 32px}.v2-root .demos-panel .demos-play{color:#111418;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex}.v2-root .demos-panel .demos-play svg{width:72px;height:72px}.v2-root .demos-panel h2{letter-spacing:-.01em;color:var(--tinta);margin:0 0 10px;font-size:clamp(20px,2.4vw,25px);font-weight:800}.v2-root .demos-panel p{color:var(--tinta-suave);max-width:46ch;margin:0 auto;font-size:16.5px;line-height:1.55}@media (width<=980px){.v2-root .demos-hero{padding:50px 0 24px}}@media (width<=560px){.v2-root .demos-hero p{font-size:16.5px}.v2-root .demos-tab{padding:7px 16px 7px 9px;font-size:13.5px}.v2-root .demos-tab img{width:34px;height:34px}.v2-root .demos-panel{border-radius:20px;padding:48px 22px}.v2-root .demos-panel .demos-play,.v2-root .demos-panel .demos-play svg{width:56px;height:56px}}.v2-root .porque{padding:18px 0 110px}.v2-root .porque-titulo{letter-spacing:-.03em;text-align:center;color:var(--tinta);margin:0 auto 62px;font-size:clamp(31px,4.2vw,55px);font-weight:800;line-height:1.12}.v2-root .porque-titulo .linea-p{display:block}.v2-root .porque-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.v2-root .pcard{background:#f5f7fa;border-radius:20px;flex-direction:column;padding:30px 28px 32px;display:flex}.v2-root .pcard h3{letter-spacing:-.02em;max-width:22ch;min-height:2.5em;margin-top:30px;font-size:21px;font-weight:800;line-height:1.25}.v2-root .pcard p{color:var(--tinta);font-size:16px;line-height:1.55}.v2-root .pcard-desc{-webkit-line-clamp:1;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.v2-root .pcard-desc:focus-visible{outline:2px solid var(--azul,#2f7df6);outline-offset:2px;border-radius:4px}.v2-root .pcard-desc.abierta{-webkit-line-clamp:unset}.v2-root .pcard-pie{flex-direction:column;flex:auto;margin-top:11px;display:flex;position:relative}.v2-root .pcard-pie p{flex:auto;min-width:0;margin-top:0}.v2-root .pcard-pie:not(.abierta):before{content:"";pointer-events:none;background:linear-gradient(90deg,#f5f7fa00,#f5f7fa 72%);width:60px;height:25px;position:absolute;top:1px;right:0}.v2-root .pcard-flecha{width:20px;height:20px;color:var(--tinta);cursor:pointer;z-index:1;background:0 0;border:0;border-radius:50%;flex-shrink:0;place-items:center;padding:0;transition:transform .22s,opacity .2s;display:grid;position:absolute;top:2px;right:0}.v2-root .pcard-flecha svg{width:11px;height:11px;display:block}.v2-root .pcard-flecha:hover{opacity:.6}.v2-root .pcard-flecha.abierta{align-self:flex-end;margin-top:auto;position:static;transform:rotate(180deg)}.v2-root .trazo-txt svg{height:.24em;bottom:-.16em}.v2-root .mock{background:#fff;border-radius:13px;flex-direction:column;flex:0 0 186px;height:186px;min-height:186px;padding:16px 17px;font-size:12.5px;display:flex;box-shadow:0 1px 2px #141c280f,0 10px 24px #141c2812}.v2-root .mock-cab{letter-spacing:.01em;border-bottom:1px solid #eef1f5;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;font-weight:700;display:flex}.v2-root .mock-chip{color:var(--azul);background:#e8f2ff;border-radius:999px;padding:4px 9px;font-size:11.5px;font-weight:700}.v2-root .mock-chip.gris{color:#7a828d;background:#f0f2f6}.v2-root .mock-barras{flex:1;align-items:flex-end;gap:22px;min-height:0;padding:0 4px;display:flex}.v2-root .mb{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:0;display:flex}.v2-root .mb-col{background:#d7dfe8;border-radius:7px 7px 3px 3px;width:100%;max-width:54px;display:block}.v2-root .mb-col.mb-corta{flex:0 0 58px;height:58px}.v2-root .mb-col.mb-azul{background:linear-gradient(180deg,#0cf 0%,var(--azul) 100%);flex:0 0 82px;height:82px}.v2-root .mb small{color:#7a828d;text-align:center;margin-top:9px;font-size:10.5px;line-height:1.3}.v2-root .mock-fila{justify-content:space-between;align-items:baseline;margin-top:16px;display:flex}.v2-root .mock-fila:first-of-type{margin-top:0}.v2-root .mock-etq{color:#5c6672}.v2-root .mock-val{font-weight:800}.v2-root .mock-barra{background:#f0f2f6;border-radius:999px;height:8px;margin-top:8px;overflow:hidden}.v2-root .mock-barra span{background:linear-gradient(90deg,var(--azul) 0%,#0cf 100%);border-radius:999px;height:100%;display:block}.v2-root .mock-barra span.gris{background:#d7dde5}.v2-root .mock-barra .barra-67{width:67%}.v2-root .mock-barra .barra-33{width:33%}.v2-root .mock-turno{border-bottom:1px dashed #eef1f5;flex:1;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;display:flex}.v2-root .mock-turno:last-child{border-bottom:none;padding-bottom:0}.v2-root .mock-hora{color:#5c6672;font-variant-numeric:tabular-nums}.v2-root .mock-gente{align-items:center;gap:5px;display:flex}.v2-root .mock-gente .persona{flex-shrink:0;width:20px;height:20px;display:block}.v2-root .persona-fondo{fill:var(--azul)}.v2-root .persona-cara,.v2-root .persona-cuerpo{fill:#fff}@media (width<=980px){.v2-root .porque{padding:6px 0 78px}.v2-root .porque-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;max-width:none;margin:0 -32px;padding:0 32px;scroll-padding-inline:32px;display:flex;overflow-x:auto}.v2-root .porque-grid::-webkit-scrollbar{display:none}.v2-root .porque-titulo{max-width:22ch;margin-bottom:38px}.v2-root .pcard{scroll-snap-align:center;flex:0 0 82%;width:82%;max-width:620px;margin:0}.v2-root .pcard h3,.v2-root .pcard p{max-width:none;min-height:0}.v2-root .porque-grid+.puntos{padding:26px 0 0;display:flex}}@media (width<=560px){.v2-root .porque{padding-top:0}.v2-root .porque-titulo{font-size:31px;line-height:1.18}.v2-root .porque-grid{margin:0 -20px;padding:0 20px;scroll-padding-inline:20px}.v2-root .porque-titulo .linea-p{display:inline}.v2-root .porque-titulo .linea-p+.linea-p{margin-top:2px;display:block}.v2-root .pcard{border-radius:16px;padding:22px 20px 26px}.v2-root .pcard h3{margin-top:24px;font-size:20px}.v2-root .pcard p{font-size:15.5px}}.v2-root .gana{padding:26px 0 90px}.v2-root .gana-titulo{letter-spacing:-.03em;text-align:center;color:var(--tinta);margin:0 auto;font-size:clamp(31px,4.2vw,55px);font-weight:800;line-height:1.12}.v2-root .gana-titulo .linea-p{display:block}@media (width<=560px){.v2-root .gana{padding:14px 0 56px}.v2-root .gana-titulo{font-size:31px;line-height:1.18}.v2-root .gana-titulo .linea-p{display:inline}.v2-root .gana-titulo .linea-p+.linea-p{margin-top:2px;display:block}}.v2-root .pasos{padding:10px 0 96px}.v2-root .pasos-cab{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;display:flex}.v2-root .pasos-titulo{letter-spacing:-.03em;color:var(--tinta);white-space:nowrap;margin:0;font-size:clamp(31px,4.2vw,55px);font-weight:800;line-height:1.12}.v2-root .pasos-flechas{flex-shrink:0;gap:12px;display:flex}.v2-root .pasos-flecha{width:48px;height:48px;color:var(--tinta);cursor:pointer;background:#fff;border:1px solid #e3e8ef;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s,background .2s,transform .2s;display:flex}.v2-root .pasos-flecha svg{width:18px;height:18px;display:block}.v2-root .pasos-flecha:hover:not(:disabled){background:#f5f7fa;transform:scale(1.05)}.v2-root .pasos-flecha:disabled{opacity:.28;cursor:default}.v2-root .pasos-pista{scroll-snap-type:x mandatory;scrollbar-width:none;gap:24px;padding-bottom:4px;display:flex;overflow-x:auto}.v2-root .pasos-pista::-webkit-scrollbar{display:none}.v2-root .ps-card{scroll-snap-align:start;flex-direction:column;flex:0 0 28%;min-width:250px;display:flex}.v2-root .pasos-pista .ps-card:last-child{scroll-snap-align:end}.v2-root .ps-num{color:var(--azul);letter-spacing:.08em;margin-top:26px;font-size:13px;font-weight:800}.v2-root .ps-card h3{letter-spacing:-.01em;color:var(--tinta);white-space:nowrap;text-overflow:ellipsis;margin-top:8px;font-size:18px;font-weight:800;line-height:1.3;overflow:hidden}.v2-root .ps-card p{color:var(--tinta);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:46.5px;margin-top:9px;font-size:15px;line-height:1.55;display:-webkit-box;overflow:hidden}.v2-root .ps-mock{padding:0;overflow:hidden}.v2-root .ps-mock img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.v2-root .ps-burbuja{max-width:88%;color:var(--tinta);background:#f0f2f6;border-radius:12px 12px 12px 4px;padding:8px 12px;font-size:12px;font-weight:600;line-height:1.4}.v2-root .ps-burbuja.azul{color:var(--azul);background:#e8f2ff;border-radius:12px 12px 4px;margin-left:auto}.v2-root .ps-burbuja+.ps-burbuja{margin-top:8px}.v2-root .ps-chat{flex-direction:column;flex:1;justify-content:center;display:flex}.v2-root .ps-canales{gap:6px;margin-top:14px;display:flex}.v2-root .ps-canales span{color:#5c6672;background:#f0f2f6;border-radius:999px;padding:3px 8px;font-size:10.5px;font-weight:700}.v2-root .ps-doc{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.v2-root .ps-doc-tarj{background:#fafbfd;border:1px solid #e3e8ef;border-radius:10px;flex-direction:column;gap:8px;width:128px;padding:14px;display:flex}.v2-root .ps-doc.oficial .ps-doc-tarj{border-color:#bfe3ff}.v2-root .ps-linea{background:#d7dfe8;border-radius:999px;height:6px}.v2-root .ps-linea.l1{width:72%}.v2-root .ps-linea.l2{width:48%}.v2-root .ps-linea.l3{width:60%}.v2-root .ps-doc.oficial .ps-linea.l3{background:#bfe3ff}.v2-root .ps-check{background:var(--azul);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;line-height:1;display:flex}.v2-root .ps-doc-facial{position:relative}.v2-root .ps-selfie{background:#fff;border:1px dashed #bfe3ff;border-radius:999px;align-items:center;gap:5px;padding:4px 8px 4px 4px;display:flex;position:absolute;bottom:8px;right:6px}.v2-root .ps-selfie svg{background:#f0f4f9;border-radius:50%;width:20px;height:20px}.v2-root .ps-selfie-txt{color:#5c6672;font-size:10px;font-weight:700}.v2-root .ps-firma{flex-direction:column;flex:1;justify-content:center;gap:12px;display:flex}.v2-root .ps-firma svg{width:112px;height:24px}.v2-root .ps-raya{background:#d7dfe8;border-radius:2px;width:128px;height:2px}.v2-root .ps-chip-estado{color:var(--azul);background:#e8f2ff;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:11px;font-weight:700}.v2-root .ps-tc-wrap{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.v2-root .ps-tc{background:linear-gradient(135deg,var(--azul) 0%,#0cf 100%);color:#fff;border-radius:12px;flex-direction:column;justify-content:space-between;width:150px;height:90px;padding:12px 14px;display:flex;box-shadow:0 8px 18px #0171ff38}.v2-root .ps-tc-chip{background:#fff6;border-radius:4px;width:26px;height:18px}.v2-root .ps-tc-num{letter-spacing:.14em;font-size:12.5px;font-weight:700}.v2-root .ps-oferta-wrap{flex-direction:column;flex:1;justify-content:center;gap:10px;display:flex}.v2-root .ps-oferta{background:#fafbfd;border:1.5px solid #e3e8ef;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.v2-root .ps-oferta strong{color:var(--tinta);font-size:12.5px;font-weight:800}.v2-root .ps-oferta span{color:var(--azul);white-space:nowrap;font-size:12px;font-weight:800}.v2-root .ps-clip{flex-direction:column;flex:1;justify-content:center;gap:8px;display:flex}.v2-root .ps-clip-fila{border:1px solid #eef1f5;border-radius:9px;justify-content:space-between;align-items:center;padding:7px 10px;display:flex}.v2-root .ps-clip-ico{background:#bfe3ff;border-radius:4px;width:14px;height:14px}.v2-root .ps-clip-fila .val{color:var(--tinta);font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:12px;font-weight:800}.v2-root .ps-cerr{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.v2-root .ps-cerr svg{width:46px;height:46px}.v2-root .ps-cerr-cuerpo{fill:#d7dfe8}.v2-root .ps-cerr-cuerpo.on{fill:var(--azul)}.v2-root .ps-cerr-arco{stroke:#d7dfe8}.v2-root .ps-cerr-arco.on{stroke:var(--azul)}.v2-root .ps-estado{border-radius:999px;padding:4px 10px;font-size:11.5px;font-weight:700}.v2-root .ps-estado.on{color:var(--azul);background:#e8f2ff}.v2-root .ps-estado.off{color:#7a828d;background:#f0f2f6}.v2-root .ps-noti{flex-direction:column;flex:1;justify-content:center;gap:12px;display:flex}.v2-root .ps-campana{background:#e8f2ff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.v2-root .ps-campana svg{width:19px;height:19px}.v2-root .ps-noti .ps-burbuja{max-width:100%}@media (width<=980px){.v2-root .pasos{padding:0 0 70px}.v2-root .pasos-cab{justify-content:center;margin-bottom:30px}.v2-root .pasos-titulo{white-space:normal;text-align:center;font-size:31px}.v2-root .pasos-flechas{display:none}.v2-root .pasos-pista{gap:16px;margin:0 -32px;padding:0 32px;scroll-padding-inline:32px}.v2-root .ps-card{flex:0 0 82%;width:82%;min-width:0;max-width:620px}.v2-root .pasos-pista+.puntos{padding:26px 0 0;display:flex}.v2-root .ps-card h3{white-space:normal;font-size:17px;overflow:visible}.v2-root .ps-card p{-webkit-line-clamp:unset;height:auto;font-size:15px;display:block;overflow:visible}}@media (width<=560px){.v2-root .pasos-pista{margin:0 -20px;padding:0 20px;scroll-padding-inline:20px}}.v2-root .footer-v2{padding:0 0 40px}.v2-root .footer-v2-alta{border-bottom:1px solid #0f172a0f;align-items:center;gap:24px;padding:28px 0;display:flex}.v2-root .footer-v2-baja{color:var(--tinta-suave);justify-content:space-between;align-items:center;gap:24px;padding-top:20px;font-size:14px;display:flex}.v2-root .footer-v2-legales{align-items:center;gap:24px;display:flex}.v2-root .footer-v2-legales a{color:var(--tinta-suave);text-decoration:none}.v2-root .footer-v2-legales a:hover{color:var(--azul)}.v2-root .footer-v2-logo{line-height:0;display:block}.v2-root .footer-v2-logo .logo-simbolo{width:30px;height:30px;display:block}.v2-root .footer-v2-sociales{align-items:center;gap:10px;display:flex}.v2-root .footer-v2-sociales a{width:38px;height:38px;color:var(--tinta-suave);background:#0f172a0d;border-radius:50%;justify-content:center;align-items:center;transition:background .18s,color .18s;display:flex}.v2-root .footer-v2-sociales a:hover{background:var(--azul);color:#fff}.v2-root .footer-v2-sociales svg{width:16px;height:16px}.v2-root .footer-v2-frase{color:var(--tinta);margin-right:auto;font-size:23px;font-weight:600;line-height:1.4}@media (width<=720px){.v2-root .footer-v2{margin-top:72px;padding:0 0 32px}.v2-root .footer-v2-alta{flex-wrap:wrap;align-items:flex-start;gap:20px;padding:24px 0}.v2-root .footer-v2-logo{display:none}.v2-root .footer-v2-frase{flex:100%;order:3;margin-right:0}.v2-root .footer-v2-baja{flex-direction:column;align-items:flex-start;gap:10px}.v2-root .footer-v2-frase{font-size:20px}}.v2-root .cta-final{background:#f4f6f9;border-bottom:0;margin-bottom:10px}.v2-root .cta-final-fila{justify-content:space-between;align-items:center;gap:32px;padding-top:64px;padding-bottom:64px;display:flex}.v2-root .cta-final-titulo{letter-spacing:-.01em;color:var(--tinta);margin:0 0 8px;font-size:34px;font-weight:700;line-height:1.15}.v2-root .cta-final-sub{color:var(--tinta-suave);margin:0;font-size:16.5px;line-height:1.5}.v2-root .btn-cta-final{border-radius:10px;height:52px;padding:0 28px;font-size:16.5px}@media (width<=720px){.v2-root .cta-final-fila{flex-direction:column;align-items:flex-start;gap:24px;padding-top:44px;padding-bottom:44px}.v2-root .cta-final-titulo{font-size:27px}.v2-root .cta-final-sub{font-size:15.5px}.v2-root .btn-cta-final{width:100%}}.v2-root .collage{padding:0 0 96px}.v2-root .collage-grid{grid-template-columns:1fr 1.12fr 1fr;align-items:stretch;gap:20px;display:grid}.v2-root .collage-col{flex-direction:column;gap:20px;height:100%;display:flex}.v2-root .collage-foto{background:#f4f6f9;border-radius:24px;margin:0;overflow:hidden}.v2-root .collage-foto img{object-fit:cover;width:100%;height:100%;display:block}.v2-root .collage-foto-alta,.v2-root .collage-foto-media{flex:auto;min-height:220px}.v2-root .collage-card{background:#f4f6f9;border-radius:24px;padding:22px}.v2-root .collage-chat-cab{align-items:center;gap:8px;margin-bottom:14px;display:flex}.v2-root .collage-chat-cuerpo{flex-direction:column;flex:auto;justify-content:center;display:flex}.v2-root .collage-chat-autor{display:none}.v2-root .collage-chat-avatar{background:#f4f6f9;border-radius:50%;flex-shrink:0;width:28px;height:28px;overflow:hidden}.v2-root .collage-chat-avatar img{object-fit:cover;width:100%;height:100%;display:block}.v2-root .collage-chat-nombre{color:var(--tinta);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14.5px;font-weight:600;overflow:hidden}.v2-root .collage-chat-hora{color:var(--tinta-suave);flex-shrink:0;margin-left:auto;font-size:13.5px}.v2-root .collage-burbuja{border-radius:18px;max-width:92%;margin:0 0 10px;padding:12px 15px;font-size:15.5px;line-height:1.45}.v2-root .collage-burbuja-in{color:var(--tinta);background:#fff}.v2-root .collage-burbuja-out{color:#fff;background:#444;margin-bottom:0;margin-left:auto}.v2-root .collage-frase{background:#e8f2ff;flex-direction:column;gap:22px;height:100%;padding:26px;display:flex}.v2-root .collage-frase-txt{letter-spacing:-.02em;color:#0b3d82;margin:0;font-size:clamp(24px,2.3vw,33px);font-weight:700;line-height:1.18}.v2-root .collage-frase-foto{border-radius:18px;flex:auto;min-height:320px;margin:0;position:relative;overflow:hidden}.v2-root .collage-frase-foto img{object-fit:cover;width:100%;height:100%;display:block}.v2-root .collage-ingresos{background:#fff;border-radius:16px;flex-direction:column;gap:2px;width:min(196px,62%);padding:12px 14px;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 12px 30px #0f172a2e}.v2-root .collage-ingresos-cab{color:var(--tinta-suave);font-size:12.5px}.v2-root .collage-ingresos-valor{letter-spacing:-.02em;color:var(--tinta);font-size:22px;font-weight:700;line-height:1.1}.v2-root .collage-ingresos-delta{color:#127a3e;align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.v2-root .collage-ingresos-flecha{flex-shrink:0;width:12px;height:12px}.v2-root .collage-ingresos-grafica{width:100%;height:30px;color:var(--azul);margin-top:6px;display:block}.v2-root .collage-estrellas{color:#f5a623;letter-spacing:2px;font-size:16px}.v2-root .collage-resena-txt{color:var(--tinta);margin:10px 0 8px;font-size:16px;line-height:1.45}.v2-root .collage-resena-autor{color:var(--tinta-suave);margin:0;font-size:14px}@media (width<=1024px){.v2-root .collage-grid{grid-template-columns:1fr 1fr}}@media (width<=720px){.v2-root .collage{padding:0 0 64px}.v2-root .collage-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:stretch;gap:16px;max-width:none;margin:0;padding:0 32px;scroll-padding-inline:32px;display:flex;overflow-x:auto}.v2-root .collage-grid::-webkit-scrollbar{display:none}.v2-root .collage-col{display:contents}.v2-root .collage-grid>*>*{scroll-snap-align:center;flex:0 0 82%;width:82%;max-width:520px;height:460px}.v2-root .collage-frase{order:1}.v2-root .collage-foto-alta{order:2}.v2-root .collage-chat{order:3}.v2-root .collage-foto-media{order:4}.v2-root .collage-resena{order:5}.v2-root .collage-foto-alta,.v2-root .collage-foto-media{min-height:0}.v2-root .collage-frase-foto{flex:auto;min-height:0}.v2-root .collage-chat,.v2-root .collage-resena{flex-direction:column;display:flex}.v2-root .collage-chat{justify-content:flex-start}.v2-root .collage-chat-autor{color:var(--tinta-suave);margin:0 4px 5px;font-size:12px;line-height:1.3;display:block}.v2-root .collage-chat-autor-ia{align-self:flex-end;margin:6px 4px 0}.v2-root .collage-resena{justify-content:center}.v2-root .collage-ingresos{width:min(176px,58%);padding:10px 12px;bottom:12px;right:12px}.v2-root .collage-ingresos-valor{font-size:19px}.v2-root .collage-puntos{padding:22px 0 0;display:flex}}@media (width<=560px){.v2-root .collage-grid{padding:0 20px;scroll-padding-inline:20px}}
