:root{--tofe-green: #16a34a;--tofe-green-dark: #15803d;--tofe-green-deep: #0f3d24;--tofe-green-neon: #4ade80;--tofe-orange: #f97316;--tofe-bg: #ffffff;--tofe-bg-secondary: #f8fafc;--tofe-border: #e5e7eb;--tofe-text: #0f1117;--tofe-text-secondary: #6b7280;--tofe-text-muted: #9ca3af;--tofe-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--tofe-shadow-lg: 0 20px 48px rgba(0,0,0,.14);--tofe-radius-sm: 10px;--tofe-radius-lg: 24px;--tofe-transition: .2s ease;--tofe-font: "Inter", -apple-system, "Segoe UI", sans-serif;--tofe-max-w: 1500px}.tofe *{box-sizing:border-box}.tofe{font-family:var(--tofe-font);color:var(--tofe-text);max-width:var(--tofe-max-w);margin:0 auto;padding:32px 24px 72px}.tofe h1,.tofe h2,.tofe h3,.tofe p{margin:0}.tofe-hero{position:relative;border-radius:var(--tofe-radius-lg);overflow:hidden;isolation:isolate}.tofe-hero--dh-compact{--tofe-hero-h-d: 320px}.tofe-hero--dh-normal{--tofe-hero-h-d: 420px}.tofe-hero--dh-large{--tofe-hero-h-d: 520px}.tofe-hero--dh-custom{--tofe-hero-h-d: var(--tofe-hero-h-d-custom, 420px)}.tofe-hero__visual{position:relative;isolation:isolate;height:var(--tofe-hero-h-d, 420px);background:linear-gradient(135deg,var(--tofe-green-deep) 0%,#14532d 100%)}.tofe-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--tofe-hero-bg-d, none);background-size:var(--tofe-hero-fit, cover);background-position:var(--tofe-hero-pos-d, 50% 50%);background-repeat:no-repeat;transform:scale(var(--tofe-hero-zoom-d, 1));transform-origin:center}.tofe-hero__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tofe-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background-image:var(--tofe-hero-bg-d, none);background-size:var(--tofe-hero-fit, cover);background-position:var(--tofe-hero-pos-d, 50% 50%);background-repeat:no-repeat;transform:scale(var(--tofe-hero-zoom-d, 1));transform-origin:center;transition:opacity .8s ease}.tofe-hero__slide.is-active{opacity:1;z-index:1}.tofe-hero__dots{position:absolute;z-index:3;left:0;right:0;bottom:14px;display:flex;align-items:center;justify-content:center;gap:6px}.tofe-hero__dot{width:6px;height:6px;border-radius:50%;border:none;padding:0;background:#fff6;cursor:pointer;transition:background .2s,transform .2s}.tofe-hero__dot.is-active{background:#fff;transform:scale(1.3)}.tofe-hero__dot:hover{background:#ffffffb3}.tofe-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000}.tofe-hero__glow{position:absolute;z-index:2;border-radius:50%;filter:blur(10px);pointer-events:none}.tofe-hero__glow--1{top:-120px;right:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(74,222,128,.18) 0%,transparent 70%)}.tofe-hero__content{position:relative;width:100%;text-align:center;padding:28px 32px 32px;background:linear-gradient(135deg,var(--tofe-green-deep) 0%,#14532d 100%)}.tofe-hero__content .tofe-hero__text{max-width:620px;margin:0 auto}.tofe-hero__content .tofe-hero__desc-sub{margin-left:auto;margin-right:auto}@media(min-width:769px){.tofe-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:auto;display:flex;align-items:center;text-align:left;padding:0 48px;background:none}.tofe-hero__content .tofe-hero__text{margin:0}.tofe-hero__content .tofe-hero__desc-sub{margin-left:0;margin-right:0}}.tofe-hero__solid{position:relative;isolation:isolate;height:var(--tofe-hero-h-d, 420px);display:flex;align-items:center;background:linear-gradient(135deg,var(--tofe-green-deep) 0%,#14532d 100%)}.tofe-hero__inner{position:relative;z-index:2;padding:0 48px;width:100%}.tofe-hero__text{max-width:620px}.tofe-hero__title{font-size:38px;font-weight:800;line-height:1.18;letter-spacing:-.01em}.tofe-hero__title span{display:block}.tofe-hero__desc{margin-top:16px;font-size:17px;font-weight:600}.tofe-hero__desc-sub{margin-top:8px;font-size:14px;color:#ffffffb8;max-width:420px;line-height:1.55}.tofe-hero__btn{display:inline-flex;align-items:center;gap:9px;margin-top:26px;font-weight:800;font-size:15px;padding:14px 26px;border-radius:999px;text-decoration:none;transition:filter var(--tofe-transition),transform var(--tofe-transition)}.tofe-hero__btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.tofe-hero__badge{position:absolute;z-index:3;top:20px;right:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:92px;height:92px;border-radius:50%;background:linear-gradient(135deg,var(--tofe-orange),#ea580c);box-shadow:0 10px 28px #f9731673;transform:rotate(8deg)}.tofe-hero__badge-pct{font-size:22px;font-weight:900;color:#fff;line-height:1}.tofe-hero__badge-text{font-size:9.5px;font-weight:800;color:#fff;text-align:center;line-height:1.2;letter-spacing:.02em;margin-top:2px}@media(max-width:768px){.tofe-hero--mh-compact{--tofe-hero-h-m: 220px}.tofe-hero--mh-normal{--tofe-hero-h-m: 300px}.tofe-hero--mh-large{--tofe-hero-h-m: 380px}.tofe-hero--mh-custom{--tofe-hero-h-m: var(--tofe-hero-h-m-custom, 320px)}.tofe-hero__visual,.tofe-hero__solid{height:var(--tofe-hero-h-m, 320px)}.tofe-hero__media,.tofe-hero__slide{background-image:var(--tofe-hero-bg-m, var(--tofe-hero-bg-d, none));background-position:var(--tofe-hero-pos-m, 50% 50%);transform:scale(var(--tofe-hero-zoom-m, 1))}.tofe-hero__dots{bottom:10px}.tofe-hero__content{padding:22px 20px 26px}}.tofe-stats{margin-top:24px;background:var(--tofe-bg);border:1px solid var(--tofe-border);border-radius:var(--tofe-radius-lg);box-shadow:var(--tofe-shadow);display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:26px 12px}.tofe-stat{display:flex;align-items:flex-start;gap:14px;padding:10px 20px}.tofe-stat+.tofe-stat{border-left:1px solid var(--tofe-border)}.tofe-stat__icon{flex-shrink:0;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.tofe-stat__label{font-size:12.5px;color:var(--tofe-text-secondary);font-weight:600}.tofe-stat__val{font-size:19px;font-weight:800;color:var(--tofe-text);margin-top:2px}.tofe-stat__desc{font-size:11.5px;color:var(--tofe-text-muted);margin-top:3px;line-height:1.4}.tofe-benefits{margin-top:24px;background:var(--tofe-bg);border:1px solid var(--tofe-border);border-radius:var(--tofe-radius-lg);box-shadow:var(--tofe-shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:24px 28px;gap:16px}.tofe-benefit{display:flex;align-items:center;gap:12px}.tofe-benefit__icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--tofe-bg-secondary);color:var(--tofe-green);display:flex;align-items:center;justify-content:center}.tofe-benefit__title{font-size:14px;font-weight:700;color:var(--tofe-text)}.tofe-benefit__desc{font-size:12.5px;color:var(--tofe-text-secondary);margin-top:2px}.tofe-cta{position:relative;margin-top:24px;border-radius:var(--tofe-radius-lg);overflow:hidden;isolation:isolate;box-shadow:var(--tofe-shadow-lg)}.tofe-cta--dh-compact{--tofe-cta-h-d: 160px}.tofe-cta--dh-normal{--tofe-cta-h-d: 220px}.tofe-cta--dh-large{--tofe-cta-h-d: 300px}.tofe-cta--dh-custom{--tofe-cta-h-d: var(--tofe-cta-h-d-custom, 160px)}.tofe-cta__visual{position:relative;isolation:isolate;height:var(--tofe-cta-h-d, 160px);background:linear-gradient(120deg,var(--tofe-green-deep) 0%,#052e16 100%)}.tofe-cta__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--tofe-cta-bg-d, none);background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.tofe-cta__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tofe-cta__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background-image:var(--tofe-cta-bg-d, none);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;transition:opacity .8s ease}.tofe-cta__slide.is-active{opacity:1;z-index:1}.tofe-cta__dots{position:absolute;z-index:3;left:0;right:0;bottom:10px;display:flex;align-items:center;justify-content:center;gap:6px}.tofe-cta__dot{width:6px;height:6px;border-radius:50%;border:none;padding:0;background:#fff6;cursor:pointer;transition:background .2s,transform .2s}.tofe-cta__dot.is-active{background:#fff;transform:scale(1.3)}.tofe-cta__dot:hover{background:#ffffffb3}.tofe-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000}.tofe-cta__content{position:relative;width:100%;display:flex;align-items:center;gap:22px;padding:22px 40px;background:linear-gradient(120deg,var(--tofe-green-deep) 0%,#052e16 100%)}.tofe-cta__solid{position:relative;width:100%;height:var(--tofe-cta-h-d, 160px);display:flex;align-items:center;gap:22px;padding:28px 40px;background:linear-gradient(120deg,var(--tofe-green-deep) 0%,#052e16 100%)}.tofe-cta__icon{font-size:38px;flex-shrink:0}.tofe-cta__text{flex:1;min-width:0}.tofe-cta__title{font-size:19px;font-weight:800}.tofe-cta__sub{font-size:13.5px;margin-top:4px;opacity:.82}.tofe-cta__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:14.5px;padding:14px 24px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:filter var(--tofe-transition)}.tofe-cta__btn:hover{filter:brightness(1.08)}@media(max-width:768px){.tofe-cta--mh-compact{--tofe-cta-h-m: 220px}.tofe-cta--mh-normal{--tofe-cta-h-m: 280px}.tofe-cta--mh-large{--tofe-cta-h-m: 360px}.tofe-cta--mh-custom{--tofe-cta-h-m: var(--tofe-cta-h-m-custom, 220px)}.tofe-cta__visual,.tofe-cta__solid{height:var(--tofe-cta-h-m, 220px)}.tofe-cta__media,.tofe-cta__slide{background-image:var(--tofe-cta-bg-m, var(--tofe-cta-bg-d, none))}.tofe-cta__dots{bottom:6px}.tofe-cta__content{flex-wrap:wrap;text-align:center;justify-content:center;padding:20px}.tofe-cta__solid{flex-wrap:wrap;text-align:center;justify-content:center;padding:24px}.tofe-cta__text{flex:1 1 100%}}.tofe-trust{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tofe-trust__item{display:flex;align-items:center;gap:12px;font-size:22px}.tofe-trust__title{font-size:14px;font-weight:700;color:var(--tofe-text)}.tofe-trust__desc{font-size:12px;color:var(--tofe-text-secondary);margin-top:2px}@media(max-width:1024px){.tofe-hero__title{font-size:32px}.tofe-stats{grid-template-columns:repeat(2,1fr)}.tofe-stat+.tofe-stat{border-left:none}.tofe-benefits{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.tofe{padding:20px 16px 56px}.tofe-hero{border-radius:var(--tofe-radius-sm)}.tofe-hero__inner{padding:0 24px;text-align:center}.tofe-hero__text{max-width:none}.tofe-hero__title{font-size:26px}.tofe-hero__btn{margin-left:auto;margin-right:auto}.tofe-hero__badge{width:72px;height:72px;top:14px;right:14px}.tofe-hero__badge-pct{font-size:17px}.tofe-hero__badge-text{font-size:8px}.tofe-stats{grid-template-columns:repeat(2,1fr);padding:18px 10px;gap:18px 0}.tofe-stat{padding:0 10px}.tofe-benefits{grid-template-columns:1fr;padding:20px}.tofe-trust{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.tofe-hero__btn,.tofe-cta__btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/tasaver-ofertas-exclusivas.css.map */
