:root{--emv-fondo: #FAF7F2;--emv-fondo-2: #F1E8DC;--emv-fondo-3: #EFE6DA;--emv-texto: #2B2521;--emv-texto-suave: #6E6459;--emv-acento: #BE7149;--emv-acento-oscuro: #9E5934;--emv-oscuro: #221E1A;--emv-linea: #E4D9C9;--emv-serif: "Fraunces", Georgia, "Times New Roman", serif;--emv-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--emv-radio: 18px;--emv-radio-s: 12px;--emv-margen: 24px;--emv-ancho: 1200px;--emv-ease: cubic-bezier(.22, 1, .36, 1);--emv-sombra: 0 18px 50px -20px rgba(60, 45, 30, .35);--emv-sombra-s: 0 10px 30px -14px rgba(60, 45, 30, .28)}html,body{overflow-x:hidden;max-width:100%}.emv-section{font-family:var(--emv-sans);color:var(--emv-texto);padding-top:0!important;padding-bottom:0!important;position:relative}.emv-section *{box-sizing:border-box}.emv-container{max-width:var(--emv-ancho);margin:0 auto;padding:0 var(--emv-margen)}.emv-container--narrow{max-width:860px}.emv-h1,.emv-h2,.emv-h3{font-family:var(--emv-serif);font-weight:500;line-height:1.08;letter-spacing:-.01em;margin:0}.emv-eyebrow{font-family:var(--emv-sans);font-weight:600;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--emv-acento);margin:0 0 16px;display:inline-block}.emv-body{line-height:1.65;color:var(--emv-texto-suave);margin:0}.emv-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--emv-sans);font-weight:600;font-size:16px;line-height:1;padding:18px 34px;border-radius:100px;border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform .4s var(--emv-ease),background .3s var(--emv-ease),box-shadow .4s var(--emv-ease),color .3s var(--emv-ease);will-change:transform}.emv-btn--primary{background:var(--emv-acento);color:#fff;box-shadow:0 12px 26px -12px #9e5934b3}.emv-btn--primary:hover{background:var(--emv-acento-oscuro);transform:translateY(-3px);box-shadow:0 20px 34px -12px #9e5934cc}.emv-btn--ghost{background:transparent;color:var(--emv-texto);border-color:var(--emv-texto)}.emv-btn--ghost:hover{background:var(--emv-texto);color:var(--emv-fondo);transform:translateY(-3px)}.emv-btn--light{background:var(--emv-fondo);color:var(--emv-texto)}.emv-btn--light:hover{transform:translateY(-3px);box-shadow:var(--emv-sombra-s)}.emv-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--emv-ease),transform .9s var(--emv-ease);will-change:transform,opacity}.emv-reveal.emv-visible{opacity:1;transform:none}.emv-reveal[data-delay="1"]{transition-delay:.08s}.emv-reveal[data-delay="2"]{transition-delay:.16s}.emv-reveal[data-delay="3"]{transition-delay:.24s}.emv-reveal[data-delay="4"]{transition-delay:.32s}.emv-reveal[data-delay="5"]{transition-delay:.4s}.emv-hero{overflow:hidden}.emv-hero-grid{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:56px;min-height:82vh}.emv-hero-text{max-width:560px;padding:60px 0}.emv-hero-text .emv-body{max-width:480px;margin-top:22px;font-size:19px}.emv-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px;align-items:center}.emv-hero-note{font-size:14px;color:var(--emv-texto-suave);display:flex;align-items:center;gap:8px}.emv-hero-media{position:relative}.emv-hero-media img{width:100%;height:100%;max-height:82vh;object-fit:cover;border-radius:var(--emv-radio);box-shadow:var(--emv-sombra)}.emv-stars{color:var(--emv-acento);letter-spacing:2px;font-size:15px}.emv-hero-rating{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-size:14px;color:var(--emv-texto-suave)}.emv-teaser{overflow:hidden}.emv-teaser-inner{position:relative;display:flex;align-items:flex-end;isolation:isolate}.emv-teaser-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.emv-teaser-bg picture{display:contents}.emv-teaser-bg img{width:100%;height:100%;object-fit:cover;display:block}.emv-teaser-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(0deg,#1e181299,#1e18121a 32%,#1e181200 50%)}.emv-teaser-content{padding:0 var(--emv-margen) clamp(48px,8vw,96px);max-width:720px}.emv-teaser-content .emv-eyebrow{text-shadow:0 2px 10px rgba(0,0,0,.55)}.emv-teaser-content .emv-h1{color:#fff;line-height:1.05;text-shadow:0 2px 16px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.6)}.emv-teaser-content .emv-body{color:#ffffffe0;font-size:19px;margin-top:18px;max-width:52ch;text-shadow:0 2px 10px rgba(0,0,0,.5)}.emv-teaser-actions{margin-top:32px}@media(max-width:640px){.emv-teaser-content{padding-bottom:56px}}.emv-historia{text-align:center}.emv-historia .emv-h2{font-size:clamp(30px,4.4vw,52px);max-width:16ch;margin:0 auto}.emv-historia .emv-body{font-size:20px;max-width:62ch;margin:26px auto 0}.emv-historia-highlight{color:var(--emv-texto);font-weight:500}.emv-features-head{max-width:640px;margin-bottom:54px}.emv-features-head .emv-h2{font-size:clamp(28px,3.6vw,44px)}.emv-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.emv-feature{background:#fff;border:1px solid var(--emv-linea);border-radius:var(--emv-radio);padding:34px 30px;transition:transform .5s var(--emv-ease),box-shadow .5s var(--emv-ease)}.emv-feature:hover{transform:translateY(-6px);box-shadow:var(--emv-sombra-s)}.emv-feature-ico{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:var(--emv-fondo-2);color:var(--emv-acento);margin-bottom:22px}.emv-feature-ico svg{width:26px;height:26px}.emv-feature h3{font-family:var(--emv-serif);font-size:22px;font-weight:500;margin:0 0 8px}.emv-feature p{margin:0;color:var(--emv-texto-suave);line-height:1.6;font-size:15.5px}.emv-pasos-head{text-align:center;max-width:640px;margin:0 auto 56px}.emv-pasos-head .emv-h2{font-size:clamp(28px,3.6vw,44px)}.emv-pasos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.emv-paso{text-align:center;position:relative}.emv-paso-num{font-family:var(--emv-serif);font-size:20px;font-weight:600;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;color:#fff;background:var(--emv-acento);box-shadow:0 12px 24px -12px #9e5934bf}.emv-paso h3{font-family:var(--emv-serif);font-size:24px;font-weight:500;margin:0 0 10px}.emv-paso p{color:var(--emv-texto-suave);line-height:1.6;margin:0;max-width:30ch;margin-inline:auto}.emv-banda+.emv-banda{margin-top:28px}.emv-banda-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.emv-banda-grid>*{min-width:0}.emv-banda-grid.is-reverse .emv-banda-media{order:2}.emv-banda-media img{width:100%;border-radius:var(--emv-radio);box-shadow:var(--emv-sombra-s);display:block}.emv-banda-text{max-width:500px}.emv-banda-text .emv-h2{font-size:clamp(28px,3.4vw,42px)}.emv-banda-text .emv-body{font-size:18px;margin-top:20px}.emv-banda-list{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:14px}.emv-banda-list li{display:flex;gap:12px;align-items:flex-start;color:var(--emv-texto);font-size:16px}.emv-banda-list svg{width:22px;height:22px;color:var(--emv-acento);flex-shrink:0;margin-top:1px}.emv-comp-head{text-align:center;margin-bottom:44px}.emv-comp-wrap{position:relative;aspect-ratio:4 / 3;max-width:720px;margin:0 auto;border-radius:var(--emv-radio);overflow:hidden;box-shadow:var(--emv-sombra-s);cursor:ew-resize;isolation:isolate;touch-action:none;-webkit-user-select:none;user-select:none}.emv-comp-after,.emv-comp-before{position:absolute;top:0;right:0;bottom:0;left:0}.emv-comp-before img{width:100%;height:100%;object-fit:cover;display:block}.emv-comp-after-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.1s ease}.emv-comp-after-img.is-active{opacity:1}.emv-comp-before{clip-path:inset(0 calc(100% - var(--emv-pos)) 0 0);z-index:2}.emv-comp-tag{position:absolute;bottom:16px;padding:7px 16px;border-radius:100px;font-size:13px;font-weight:600;letter-spacing:.02em}.emv-comp-tag--after{right:16px;background:#ffffffe6;color:var(--emv-texto)}.emv-comp-tag--before{left:16px;background:#221e1aad;color:#fff}.emv-comp-handle{position:absolute;top:0;bottom:0;left:var(--emv-pos);z-index:3;pointer-events:none}.emv-comp-handle:before{content:"";position:absolute;top:0;bottom:0;left:-1px;width:2px;background:#fff;box-shadow:0 0 0 1px #00000014}.emv-comp-handle-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--emv-texto);box-shadow:var(--emv-sombra-s)}.emv-comp-handle-btn svg{width:20px;height:20px}.emv-comp-range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;-webkit-appearance:none;appearance:none;background:transparent;cursor:ew-resize;z-index:4;opacity:0;pointer-events:none}.emv-comp-range::-webkit-slider-thumb{-webkit-appearance:none;width:100%;height:100%;background:transparent;cursor:ew-resize}.emv-comp-range::-moz-range-thumb{width:100%;height:100%;background:transparent;border:none;cursor:ew-resize}.emv-comp-range::-moz-range-track{background:transparent}.emv-resenas{overflow:hidden}.emv-resenas-head{text-align:center;max-width:640px;margin:0 auto 48px}.emv-resenas-head .emv-h2{font-size:clamp(28px,3.6vw,44px)}.emv-marquee{position:relative;overflow-x:clip;overflow-y:visible}.emv-marquee-track{display:flex;gap:22px;width:max-content;animation:emv-scroll linear infinite}.emv-marquee:hover .emv-marquee-track{animation-play-state:paused}@keyframes emv-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.emv-resena{width:360px;flex-shrink:0;background:#fff;border:1px solid var(--emv-linea);border-radius:var(--emv-radio);padding:30px 28px;box-shadow:var(--emv-sombra-s)}.emv-resena-stars{color:var(--emv-acento);letter-spacing:2px;margin-bottom:14px}.emv-resena-text{font-family:var(--emv-serif);font-size:18px;line-height:1.5;color:var(--emv-texto);margin:0 0 18px;font-weight:400}.emv-resena-autor{display:flex;align-items:center;gap:12px}.emv-resena-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--emv-fondo-2);color:var(--emv-acento);font-weight:700;font-size:16px}.emv-resena-nombre{font-weight:600;font-size:15px}.emv-resena-meta{font-size:13px;color:var(--emv-texto-suave)}.emv-faq-head{text-align:center;max-width:640px;margin:0 auto 48px}.emv-faq-head .emv-h2{font-size:clamp(28px,3.6vw,44px)}.emv-faq-list{max-width:800px;margin:0 auto}.emv-faq-item{border-bottom:1px solid var(--emv-linea)}.emv-faq-q{width:100%;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--emv-serif);font-size:21px;color:var(--emv-texto);padding:26px 44px 26px 0;position:relative;display:flex;justify-content:space-between;align-items:center;gap:20px}.emv-faq-q:after{content:"";width:14px;height:14px;flex-shrink:0;background:var(--emv-acento);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform .4s var(--emv-ease)}.emv-faq-item.emv-abierto .emv-faq-q:after{transform:rotate(135deg)}.emv-faq-a{max-height:0;overflow:hidden;transition:max-height .5s var(--emv-ease)}.emv-faq-a-inner{padding:0 0 26px;color:var(--emv-texto-suave);line-height:1.65;font-size:16.5px;max-width:68ch}.emv-cta{overflow:hidden}.emv-cta-inner{position:relative;border-radius:26px;overflow:hidden;padding:clamp(60px,9vw,120px) var(--emv-margen);text-align:center;isolation:isolate}.emv-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.emv-cta-bg img{width:100%;height:100%;object-fit:cover}.emv-cta-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#221e1a8c,#221e1ab8)}.emv-cta-inner .emv-h2{color:#fff;font-size:clamp(32px,5vw,60px);max-width:18ch;margin:0 auto}.emv-cta-inner .emv-body{color:#ffffffd9;font-size:19px;max-width:54ch;margin:22px auto 0}.emv-cta-actions{margin-top:38px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}@media(max-width:990px){.emv-hero-grid{grid-template-columns:1fr;gap:8px;min-height:auto}.emv-hero-media{order:-1}.emv-hero-media img{max-height:56vh}.emv-hero-text{padding:40px 0 10px}.emv-features-grid{grid-template-columns:1fr 1fr}.emv-pasos-grid{grid-template-columns:1fr;gap:46px;max-width:420px;margin:0 auto}.emv-banda-grid{grid-template-columns:1fr;gap:32px}.emv-banda-grid.is-reverse .emv-banda-media{order:-1}}@media(max-width:640px){:root{--emv-margen: 18px}.emv-features-grid{grid-template-columns:1fr}.emv-hero-actions{flex-direction:column;align-items:stretch}.emv-hero-actions .emv-btn{width:100%}.emv-resena{width:300px}}.emv-producto-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start}.emv-producto-galeria,.emv-producto-compra{min-width:0}.emv-producto-galeria{position:sticky;top:24px}.emv-producto-principal-wrap{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:var(--emv-radio);background:#fff;border:1px solid var(--emv-linea);-webkit-overflow-scrolling:touch;scrollbar-width:none}.emv-producto-principal-wrap::-webkit-scrollbar{display:none}.emv-producto-slide{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always;aspect-ratio:1/1}.emv-producto-slide img{width:100%;height:100%;display:block;object-fit:cover}.emv-producto-minis{display:flex;gap:12px;margin-top:14px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.emv-producto-minis::-webkit-scrollbar{display:none}.emv-producto-mini{flex:0 0 74px;width:74px;height:74px;border-radius:var(--emv-radio-s);overflow:hidden;border:2px solid transparent;background:#fff;cursor:pointer;padding:0;transition:border-color .3s var(--emv-ease)}.emv-producto-mini img{width:100%;height:100%;object-fit:cover;display:block}.emv-producto-mini.is-active{border-color:var(--emv-acento)}.emv-producto-compra{padding-top:6px}.emv-producto-titulo{font-family:var(--emv-serif);font-size:clamp(30px,4vw,44px);font-weight:500;line-height:1.1;margin:0 0 12px}.emv-producto-sub{font-size:18px;color:var(--emv-texto-suave);line-height:1.55;margin:0 0 22px}.emv-producto-precio{display:flex;align-items:baseline;gap:12px;margin-bottom:22px;flex-wrap:wrap}.emv-precio-actual{font-size:32px;font-weight:700;color:var(--emv-texto)}.emv-precio-antes{font-size:20px;color:var(--emv-texto-suave);text-decoration:line-through}.emv-precio-badge{background:var(--emv-acento);color:#fff;font-size:13px;font-weight:600;padding:5px 12px;border-radius:100px}.emv-producto-desc-corta{color:var(--emv-texto-suave);line-height:1.65;font-size:16px;margin-bottom:26px}.emv-producto-emoji-lista{display:flex;flex-direction:column;gap:9px;margin-bottom:26px}.emv-producto-emoji-item{margin:0;font-size:15px;color:var(--emv-texto-suave);display:flex;align-items:center;gap:9px}.emv-bundle{display:grid;gap:12px;margin-bottom:24px}.emv-bundle-op{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;padding:16px 18px;border-radius:var(--emv-radio-s);border:1.5px solid var(--emv-linea);background:#fff;cursor:pointer;font-family:var(--emv-sans);transition:border-color .25s var(--emv-ease),background .25s var(--emv-ease);min-width:0}.emv-bundle-op.is-active{border-color:var(--emv-acento);background:#fbf3ec}.emv-bundle-op-top{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.emv-bundle-op-precio{flex:0 0 auto}.emv-bundle-radio{width:20px;height:20px;border-radius:50%;flex-shrink:0;border:1.5px solid var(--emv-linea);position:relative}.emv-bundle-op.is-active .emv-bundle-radio{border-color:var(--emv-acento)}.emv-bundle-op.is-active .emv-bundle-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--emv-acento)}.emv-bundle-op-titulo{font-weight:600;font-size:15.5px;color:var(--emv-texto)}.emv-bundle-op-precio{font-weight:700;font-size:15.5px;color:var(--emv-texto);white-space:nowrap}.emv-bundle-badge{position:absolute;top:-11px;left:16px;background:var(--emv-acento);color:#fff;font-size:11.5px;font-weight:600;padding:3px 12px;border-radius:100px;letter-spacing:.02em}.emv-producto-opciones{display:grid;gap:16px;margin-bottom:22px}.emv-producto-opcion label{display:block;font-weight:600;font-size:14px;margin-bottom:8px}.emv-producto-opcion select{width:100%;padding:14px 16px;border-radius:var(--emv-radio-s);border:1.5px solid var(--emv-linea);background:#fff;font-size:16px;font-family:var(--emv-sans);color:var(--emv-texto)}.emv-producto-add{width:100%;font-size:17px;padding:20px}.emv-producto-add[disabled]{opacity:.5;cursor:not-allowed}.emv-producto-pago-nota{text-align:center;font-size:13.5px;color:var(--emv-texto-suave);margin:14px 0 0}.emv-producto-trust{list-style:none;padding:24px 0 0;margin:24px 0 0;border-top:1px solid var(--emv-linea);display:grid;gap:13px}.emv-producto-trust li{display:flex;gap:11px;align-items:center;font-size:15.5px;color:var(--emv-texto)}.emv-producto-trust svg{width:20px;height:20px;color:var(--emv-acento);flex-shrink:0}.emv-producto-detalle{margin-top:90px}.emv-producto-detalle-head{text-align:center;max-width:640px;margin:0 auto 50px}.emv-producto-detalle-head .emv-h2{font-size:clamp(28px,3.6vw,44px)}.emv-producto-detalle-head .emv-body{margin-top:16px;font-size:18px}.emv-producto-hitos{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.emv-producto-hito{background:#fff;border:1px solid var(--emv-linea);border-radius:var(--emv-radio);overflow:hidden}.emv-producto-hito img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.emv-producto-hito h3{font-family:var(--emv-serif);font-size:21px;font-weight:500;margin:22px 24px 8px}.emv-producto-hito p{margin:0 24px 26px;color:var(--emv-texto-suave);line-height:1.6;font-size:15.5px}.emv-producto-incluye{max-width:560px;margin:60px auto 0;text-align:center}.emv-producto-incluye h3{font-family:var(--emv-serif);font-size:26px;font-weight:500;margin:0 0 22px}.emv-producto-incluye ul{list-style:none;padding:0;margin:0;display:inline-grid;gap:12px;text-align:left}.emv-producto-incluye li{display:flex;gap:11px;align-items:center;font-size:16.5px}.emv-producto-incluye svg{width:21px;height:21px;color:var(--emv-acento);flex-shrink:0}@media(max-width:990px){.emv-producto-grid{grid-template-columns:1fr;gap:32px}.emv-producto-galeria{position:static}.emv-producto-hitos{grid-template-columns:1fr;max-width:460px;margin:0 auto}}@media(prefers-reduced-motion:reduce){.emv-reveal{opacity:1!important;transform:none!important}.emv-marquee-track{animation:none!important}*{scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/emv-styles.css.map */
