:root{--rs-color-fondo: #ffffff;--rs-color-fondo-alt: #f6efe3;--rs-color-texto: #241209;--rs-color-texto-suave: #6b5a4e;--rs-color-acento: #c9a227;--rs-color-acento-oscuro: #8c6a16;--rs-color-oscuro: #3b1f17;--rs-fuente: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--rs-radio: 20px;--rs-radio-chico: 12px;--rs-margen: 24px;--rs-ease: cubic-bezier(.22, 1, .36, 1)}.mt-section,.rs-section{padding-top:0!important;padding-bottom:0!important;font-family:var(--rs-fuente);color:var(--rs-color-texto)}.rs-container{max-width:1200px;margin:0 auto;padding:0 var(--rs-margen)}.rs-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rs-color-acento-oscuro);margin:0 0 14px}.rs-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--rs-color-acento);flex:none}.rs-h1,.rs-h2{font-weight:700;letter-spacing:-.01em;line-height:1.05;margin:0}.rs-h1{font-size:clamp(34px,6vw,64px);text-transform:uppercase}.rs-h2{font-size:clamp(26px,4vw,42px)}.rs-body{font-size:17px;line-height:1.6;color:var(--rs-color-texto-suave);margin:0}.rs-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:999px;font-size:15px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:transform .3s var(--rs-ease),box-shadow .3s var(--rs-ease),background-color .3s var(--rs-ease);white-space:nowrap}.rs-btn--primary{background:var(--rs-color-oscuro);color:#fff}.rs-btn--primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px #15170f38}.rs-btn--acento{background:var(--rs-color-acento);color:var(--rs-color-oscuro)}.rs-btn--acento:hover{transform:translateY(-2px);box-shadow:0 14px 28px #cfe23a73}.rs-btn--oscuro{background:var(--rs-color-oscuro);color:var(--rs-color-acento)}.rs-btn--oscuro:hover{transform:translateY(-2px);box-shadow:0 14px 28px #15170f59}.rs-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.rs-reveal{opacity:0;transform:translateY(28px) scale(.98);transition:opacity .7s var(--rs-ease),transform .7s var(--rs-ease);transition-delay:var(--rs-delay, 0s)}.rs-reveal.rs-visible{opacity:1;transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.rs-reveal{opacity:1;transform:none;transition:none}}.rs-hero{position:relative;overflow-x:clip;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;background:var(--rs-color-fondo-alt)}.rs-hero__texto{padding:0 var(--rs-margen);max-width:560px;margin-left:auto}.rs-hero__claim{margin:18px 0 22px}.rs-hero__nota{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px 22px;font-size:13px;font-weight:600;color:var(--rs-color-texto-suave)}.rs-hero__nota span{display:inline-flex;align-items:center;gap:6px}.rs-hero__nota span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rs-color-acento-oscuro)}.rs-hero__visual{position:relative;padding:60px var(--rs-margen);display:flex;align-items:center;justify-content:center}.rs-hero__marco{width:100%;max-width:460px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.rs-hero__img{width:100%;height:100%;object-fit:contain;-webkit-mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 55%,transparent 100%);mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 55%,transparent 100%)}@media screen and (max-width:989px){.rs-hero{grid-template-columns:1fr}.rs-hero__texto{margin:0 auto;text-align:center;padding-top:48px}.rs-hero__nota{justify-content:center}.rs-hero__visual{padding-bottom:40px}}.rs-activos{background:var(--rs-color-acento);color:var(--rs-color-oscuro)}.rs-activos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#15170f26;border-radius:var(--rs-radio);overflow:hidden}.rs-activos__item{background:var(--rs-color-acento);padding:36px 28px;text-align:center}.rs-activos__valor{font-family:var(--rs-fuente);font-weight:700;font-size:clamp(28px,4vw,40px);color:var(--rs-color-oscuro);margin-bottom:6px}.rs-activos__nombre{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;color:var(--rs-color-oscuro)}.rs-activos__texto{font-size:14px;line-height:1.5;color:#15170fad}@media screen and (max-width:749px){.rs-activos__grid{grid-template-columns:1fr}}.rs-beneficios__layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}.rs-beneficios__foto{border-radius:var(--rs-radio);overflow:hidden}.rs-beneficios__foto img{width:100%;height:100%;object-fit:cover;display:block}.rs-beneficios__layout .rs-beneficios__cabecera{text-align:left;margin:0 0 32px;max-width:none}.rs-beneficios__cabecera{max-width:620px;margin:0 auto 48px;text-align:center}.rs-beneficios__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rs-beneficio{background:var(--rs-color-fondo-alt);border-radius:var(--rs-radio);padding:32px 24px;transition:transform .35s var(--rs-ease),box-shadow .35s var(--rs-ease)}.rs-beneficio:hover{transform:translateY(-6px);box-shadow:0 20px 40px #15170f1a}.rs-beneficio__icono{width:44px;height:44px;border-radius:12px;background:var(--rs-color-acento);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.rs-beneficio__icono svg{width:22px;height:22px}.rs-beneficio__titulo{font-weight:700;font-size:17px;margin:0 0 8px}.rs-beneficio__texto{font-size:14px;line-height:1.55;color:var(--rs-color-texto-suave);margin:0}@media screen and (max-width:989px){.rs-beneficios__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:540px){.rs-beneficios__grid{grid-template-columns:1fr}}.rs-beneficios__layout .rs-beneficios__grid{grid-template-columns:repeat(2,1fr)}@media screen and (max-width:989px){.rs-beneficios__layout{grid-template-columns:1fr}.rs-beneficios__foto{aspect-ratio:4 / 3}.rs-beneficios__layout .rs-beneficios__cabecera{text-align:center}}.rs-modo-uso{background:var(--rs-color-fondo)}.rs-modo-uso__cabecera{max-width:560px;margin:0 auto 44px;text-align:center}.rs-modo-uso__pasos{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:rs-paso}.rs-paso{position:relative;padding-top:8px}.rs-paso__numero{width:40px;height:40px;border-radius:50%;background:var(--rs-color-oscuro);color:var(--rs-color-acento);font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.rs-paso__titulo{font-weight:700;font-size:16px;margin:0 0 6px}.rs-paso__texto{font-size:14px;color:var(--rs-color-texto-suave);margin:0}.rs-paso:not(:last-child):after{content:"";position:absolute;top:28px;left:calc(100% - 6px);width:36px;border-top:2px dashed rgba(21,23,15,.18);display:none}@media screen and (min-width:990px){.rs-paso:not(:last-child):after{display:block}}@media screen and (max-width:989px){.rs-modo-uso__pasos{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:540px){.rs-modo-uso__pasos{grid-template-columns:1fr}}.rs-ritual{background:var(--rs-color-fondo-alt);overflow-x:clip}.rs-ritual__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.rs-ritual__foto{position:relative;border-radius:var(--rs-radio);overflow:hidden;aspect-ratio:4 / 5}.rs-ritual__foto img{width:100%;height:100%;object-fit:cover;display:block}.rs-ritual__nota{margin-top:24px;padding:18px 20px;background:#ffffffb3;border-left:3px solid var(--rs-color-acento-oscuro);border-radius:0 12px 12px 0;font-size:13px;line-height:1.6;color:var(--rs-color-texto-suave)}@media screen and (max-width:989px){.rs-ritual__grid{grid-template-columns:1fr}}.rs-faq__cabecera{max-width:560px;margin:0 auto 36px;text-align:center}.rs-faq__lista{max-width:760px;margin:0 auto}.rs-faq-item{border-bottom:1px solid rgba(21,23,15,.12)}.rs-faq-item__pregunta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;text-align:left;padding:22px 4px;font-family:var(--rs-fuente);font-weight:700;font-size:16px;color:var(--rs-color-texto);cursor:pointer}.rs-faq-item__icono{flex:none;width:24px;height:24px;position:relative}.rs-faq-item__icono:before,.rs-faq-item__icono:after{content:"";position:absolute;top:50%;left:50%;background:var(--rs-color-texto);transform:translate(-50%,-50%);transition:transform .3s var(--rs-ease),opacity .3s var(--rs-ease)}.rs-faq-item__icono:before{width:14px;height:2px}.rs-faq-item__icono:after{width:2px;height:14px}.rs-faq-item[open] .rs-faq-item__icono:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.rs-faq-item__respuesta{padding:0 4px 22px;font-size:15px;line-height:1.6;color:var(--rs-color-texto-suave)}.rs-cta-final{background:var(--rs-color-acento);color:var(--rs-color-oscuro);text-align:center;overflow-x:clip}.rs-cta-final__contenido{max-width:620px;margin:0 auto}.rs-cta-final .rs-h2{color:var(--rs-color-oscuro)}.rs-cta-final .rs-body{color:#15170fb8}.rs-cta-final__acciones{margin-top:30px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.rs-boton-flotante-instagram{position:fixed;right:20px;bottom:20px;z-index:40;width:54px;height:54px;border-radius:50%;background:var(--rs-color-oscuro);color:var(--rs-color-acento);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #15170f52;transition:transform .3s var(--rs-ease),box-shadow .3s var(--rs-ease);text-decoration:none}.rs-boton-flotante-instagram:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 14px 30px #15170f66}.rs-boton-flotante-instagram svg{width:26px;height:26px}@media screen and (max-width:749px){.rs-boton-flotante-instagram{right:14px;bottom:14px;width:48px;height:48px}.rs-boton-flotante-instagram svg{width:22px;height:22px}}.rs-instagram-cta{display:flex;align-items:center;gap:10px;margin-top:16px;padding:14px 16px;background:var(--rs-color-fondo-alt);border-radius:12px;font-size:13px;line-height:1.4;color:var(--rs-color-texto)}.rs-instagram-cta__icono{flex:none;width:22px;height:22px;color:var(--rs-color-acento-oscuro)}.rs-instagram-cta p{margin:0}.rs-instagram-cta a{color:var(--rs-color-texto);font-weight:700;text-decoration:underline}.rs-producto{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:flex-start}.rs-producto__galeria{position:sticky;top:24px}.rs-producto__flecha{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:#ffffffe6;color:var(--rs-color-texto);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #2412092e;transition:transform .25s var(--rs-ease),background-color .25s var(--rs-ease)}.rs-producto__flecha:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.rs-producto__flecha svg{width:20px;height:20px}.rs-producto__flecha--prev{left:12px}.rs-producto__flecha--siguiente{right:12px}.rs-producto__flecha:disabled{opacity:.35;cursor:default;pointer-events:none}@media screen and (max-width:749px){.rs-producto__flecha{width:34px;height:34px}.rs-producto__flecha svg{width:17px;height:17px}}.rs-producto__pista{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:var(--rs-radio);scrollbar-width:none;-webkit-overflow-scrolling:touch}.rs-producto__pista::-webkit-scrollbar{display:none}.rs-producto__slide{flex:0 0 100%;scroll-snap-align:center;background:var(--rs-color-fondo-alt);aspect-ratio:1 / 1;display:flex}.rs-producto__slide img{width:100%;height:100%;object-fit:contain;display:block}.rs-producto__puntos{display:flex;justify-content:center;gap:8px;margin-top:14px}.rs-producto__punto{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:#24120933;cursor:pointer;transition:background-color .3s var(--rs-ease),transform .3s var(--rs-ease)}.rs-producto__punto.is-active{background:var(--rs-color-acento-oscuro);transform:scale(1.2)}.rs-producto__vendor{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--rs-color-acento-oscuro);margin-bottom:10px}.rs-producto__titulo{font-size:clamp(26px,3.4vw,36px);margin-bottom:14px}.rs-producto__precio{display:flex;align-items:baseline;gap:12px;font-size:24px;font-weight:700;margin-bottom:22px}.rs-producto__precio-comparado{font-size:16px;font-weight:500;color:var(--rs-color-texto-suave);text-decoration:line-through}.rs-producto__opciones{margin-bottom:22px;display:flex;flex-direction:column;gap:14px}.rs-producto__ahorro{margin:-4px 0 0;font-size:13px;font-weight:700;color:var(--rs-color-acento-oscuro)}.rs-producto__opcion-nombre{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;display:block}.rs-producto__valores{display:flex;flex-wrap:wrap;gap:8px}.rs-producto__valor{padding:10px 18px;border-radius:999px;border:1.5px solid rgba(21,23,15,.2);background:#fff;font-size:14px;font-weight:600;cursor:pointer}.rs-producto__valor.is-selected{border-color:var(--rs-color-oscuro);background:var(--rs-color-oscuro);color:#fff}.rs-producto__form{display:flex;gap:12px;margin-bottom:28px}.rs-producto__form .rs-btn{flex:1}.rs-producto__confianza{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:20px 0;border-top:1px solid rgba(21,23,15,.12);margin-bottom:28px}.rs-producto__confianza-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:12px;font-weight:600;color:var(--rs-color-texto-suave);line-height:1.4}.rs-producto__confianza-item svg{width:22px;height:22px;color:var(--rs-color-acento-oscuro)}.rs-producto__bloque{margin-bottom:26px}.rs-producto__bloque-titulo{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--rs-color-acento-oscuro);margin-bottom:10px}.rs-producto__caracteristicas{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rs-producto__caracteristica{background:var(--rs-color-fondo-alt);border-radius:14px;padding:16px}.rs-producto__caracteristica strong{display:block;font-size:14px;margin-bottom:4px}.rs-producto__caracteristica span{font-size:13px;color:var(--rs-color-texto-suave)}.rs-producto__incluye{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:14px}.rs-producto__incluye li{display:flex;align-items:center;gap:10px}.rs-producto__incluye li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rs-color-acento-oscuro);flex:none}@media screen and (max-width:989px){.rs-producto{grid-template-columns:1fr}.rs-producto__galeria{position:static}.rs-producto__caracteristicas,.rs-producto__confianza{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/rs-styles.css.map */
