.fogo-hero{--fogo-ease-out: cubic-bezier(.23, 1, .32, 1);position:relative;height:100svh;background-color:#08080a}.fogo-hero__stage{position:relative;height:100svh;overflow:clip;isolation:isolate;background-color:#06060a}.fogo-hero__layer{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.fogo-hero__layer img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.fogo-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(0deg,#000000d1,#0000008c 22%,#0000001f 52%,#0000 74%)}.fogo-hero__content{position:absolute;inset:auto 0 0 0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:18px;padding:0 7vw 12vh;max-width:46rem;color:#fff}.fogo-hero__eyebrow{margin:0;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#ffffffb8}.fogo-hero__title{margin:0;font-size:clamp(2.4rem,5.4vw,4.6rem);line-height:1.04;text-wrap:balance;color:#fff}.fogo-hero__sub{margin:0;max-width:34rem;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.55;color:#ffffffe0}.fogo-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.fogo-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border-radius:2px;font-size:15px;letter-spacing:.04em;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.fogo-hero__btn--solid{background-color:#f4f4f5;color:#0b0b0d;border:1px solid #f4f4f5}.fogo-hero__btn--ghost{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}@media(hover:hover)and (pointer:fine){.fogo-hero__btn--solid:hover{background-color:#fff;border-color:#fff}.fogo-hero__btn--ghost:hover{background-color:#ffffff1f;border-color:#fff}}.fogo-hero__btn:focus-visible{outline:2px solid #ffc773;outline-offset:3px}.fogo-hero__hint{position:absolute;left:50%;bottom:26px;z-index:2;width:22px;height:34px;border:1px solid rgba(255,255,255,.5);border-radius:12px;transform:translate(-50%);pointer-events:none}.fogo-hero__hint:after{content:"";position:absolute;left:50%;top:7px;width:3px;height:7px;border-radius:2px;background:#ffffffd9;transform:translate(-50%);animation:fogo-hint 1.8s var(--fogo-ease-out) infinite}@keyframes fogo-hint{0%,to{transform:translate(-50%);opacity:1}50%{transform:translate(-50%,9px);opacity:.35}}@keyframes fogo-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fogo-hero__content>*{animation:fogo-rise .52s var(--fogo-ease-out) both}.fogo-hero__content>:nth-child(1){animation-delay:80ms}.fogo-hero__content>:nth-child(2){animation-delay:.15s}.fogo-hero__content>:nth-child(3){animation-delay:.22s}.fogo-hero__content>:nth-child(4){animation-delay:.29s}.fogo-hero--secuencia{height:var(--fogo-scroll-length, 170svh);view-timeline-name:--fogo-hero;view-timeline-axis:block}.fogo-hero--secuencia .fogo-hero__stage{position:sticky;top:0}.fogo-hero--secuencia .fogo-hero__layer--t1,.fogo-hero--secuencia .fogo-hero__layer--t2,.fogo-hero--secuencia .fogo-hero__layer--t3,.fogo-hero--secuencia .fogo-hero__layer--night{opacity:0}@keyframes fogo-t1{0%{opacity:0}18%{opacity:0}26%{opacity:1}to{opacity:1}}@keyframes fogo-t2{0%{opacity:0}40%{opacity:0}47%{opacity:1}to{opacity:1}}@keyframes fogo-t3{0%{opacity:0}60%{opacity:0}67%{opacity:1}to{opacity:1}}@keyframes fogo-noche{0%{opacity:0}78%{opacity:0}94%{opacity:1}to{opacity:1}}@keyframes fogo-scrim{0%{opacity:1}46%{opacity:.7}to{opacity:.5}}@keyframes fogo-hint-out{0%{opacity:1}14%{opacity:0}to{opacity:0}}@supports (animation-timeline: view()){.fogo-hero--secuencia .fogo-hero__layer--t1,.fogo-hero--secuencia .fogo-hero__layer--t2,.fogo-hero--secuencia .fogo-hero__layer--t3,.fogo-hero--secuencia .fogo-hero__layer--night,.fogo-hero--secuencia .fogo-hero__scrim,.fogo-hero--secuencia .fogo-hero__hint{animation-timeline:--fogo-hero;animation-range:contain 0% contain 100%;animation-timing-function:linear;animation-fill-mode:both}.fogo-hero--secuencia .fogo-hero__layer--t1{animation-name:fogo-t1}.fogo-hero--secuencia .fogo-hero__layer--t2{animation-name:fogo-t2}.fogo-hero--secuencia .fogo-hero__layer--t3{animation-name:fogo-t3}.fogo-hero--secuencia .fogo-hero__layer--night{animation-name:fogo-noche}.fogo-hero--secuencia .fogo-hero__scrim{animation-name:fogo-scrim}.fogo-hero--secuencia .fogo-hero__hint{animation-name:fogo-hint-out}}@supports not (animation-timeline: view()){.fogo-hero--secuencia{height:100svh}.fogo-hero--secuencia .fogo-hero__layer--night{opacity:1}.fogo-hero--secuencia .fogo-hero__scrim{opacity:.5}.fogo-hero--secuencia .fogo-hero__hint{display:none}}@media(prefers-reduced-motion:reduce){.fogo-hero--secuencia{height:100svh}.fogo-hero--secuencia .fogo-hero__layer--t1,.fogo-hero--secuencia .fogo-hero__layer--t2,.fogo-hero--secuencia .fogo-hero__layer--t3{opacity:0;animation:none}.fogo-hero--secuencia .fogo-hero__layer--night{opacity:1;animation:none}.fogo-hero--secuencia .fogo-hero__scrim{opacity:.5;animation:none}.fogo-hero__hint{display:none}.fogo-hero__content>*{animation:none;opacity:1;transform:none}}@media screen and (max-width:767px){.fogo-hero__layer img{object-position:var(--fogo-foco-x-movil, 41%) center}.fogo-hero__scrim{background:linear-gradient(0deg,#000c,#000000ad 14%,#0009,#00000054 38%,#00000014,#0000 54%)}.fogo-hero__content{align-items:center;text-align:center;padding:0 24px 14vh;text-shadow:0 1px 3px rgba(0,0,0,.55),0 2px 16px rgba(0,0,0,.5)}.fogo-hero__eyebrow{color:#fff}.fogo-hero__sub{max-width:28rem;color:#fffffff0}.fogo-hero__actions{justify-content:center;width:100%}.fogo-hero__btn{flex:1 1 auto;min-width:140px;text-shadow:none}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/fogo-hero.css.map */
