:root{--spirit-orange: #FD5000;--spirit-black: #000000;--spirit-white: #ffffff;--spirit-grey-light: #a0a0a0;--spirit-white-90: rgba(255, 255, 255, .9);--spirit-white-80: rgba(255, 255, 255, .8)}.spirit-hero,.spirit-hero *{box-sizing:border-box;margin:0;padding:0}.spirit-hero{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;background-color:var(--spirit-black);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--spirit-white)}.spirit-hero__background{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;display:flex;align-items:flex-end;justify-content:center}.spirit-hero__bg-image{width:100%;height:auto;object-fit:cover;object-position:bottom}.spirit-hero__content{position:relative;z-index:10;max-width:1472px;width:100%;margin:0 auto;padding:24px 16px 200px;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width: 768px){.spirit-hero__content{padding:48px 48px 320px}}.spirit-hero__slogan{text-transform:uppercase;letter-spacing:.4em;font-size:.75rem;font-weight:500;margin-bottom:12px;color:var(--spirit-white)}@media (min-width: 768px){.spirit-hero__slogan{letter-spacing:.7em;font-size:1rem;margin-bottom:16px}}.spirit-hero__highlight{color:var(--spirit-orange)}.spirit-hero__title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:16px;max-width:900px}@media (min-width: 768px){.spirit-hero__title{font-size:3rem;margin-bottom:24px}}@media (min-width: 1024px){.spirit-hero__title{font-size:3rem}}.spirit-hero__br-desktop{display:none}@media (min-width: 768px){.spirit-hero__br-desktop{display:block}}.spirit-hero__description{color:var(--spirit-grey-light);font-size:.875rem;font-weight:300;line-height:1.5;max-width:752px;margin-bottom:24px}@media (min-width: 768px){.spirit-hero__description{font-size:1.25rem;margin-bottom:32px}}.spirit-hero__description strong{color:var(--spirit-white);font-weight:600}.spirit-hero__benefits{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:16px;width:100%;max-width:1080px}@media (min-width: 768px){.spirit-hero__benefits{flex-direction:row;gap:24px}}.spirit-hero__benefit{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px}@media (min-width: 768px){.spirit-hero__benefit{gap:16px}}.spirit-hero__benefit-info{display:flex;flex-direction:column;align-items:center;gap:4px}@media (min-width: 768px){.spirit-hero__benefit-info{gap:8px}}.spirit-hero__icon{width:24px;height:24px}@media (min-width: 768px){.spirit-hero__icon{width:32px;height:32px}}.spirit-hero__benefit-text{font-size:.875rem;letter-spacing:.2em;color:var(--spirit-white)}@media (min-width: 768px){.spirit-hero__benefit-text{font-size:1rem;letter-spacing:.3em}}.spirit-hero__badge{display:flex;justify-content:center;align-items:center;width:100%;max-width:400px;border:1px solid var(--spirit-white);border-radius:9999px;padding:8px 16px;font-size:.875rem;text-transform:uppercase;font-weight:500;color:var(--spirit-white);text-align:center;transition:all .5s ease;cursor:default}@media (min-width: 768px){.spirit-hero__badge{width:auto;max-width:none;padding:12px 24px;font-size:1.125rem}}.spirit-hero__badge:hover{background-color:var(--spirit-white);color:var(--spirit-orange)}:root{--spirit-grey-lighter: #f5f5f5;--spirit-grey-dark: #333333;--spirit-check-blue: #4FC3F7}.spirit-movimento{background-color:var(--spirit-grey-lighter);color:var(--spirit-grey-dark);font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.spirit-movimento__slider{width:100%;display:flex;overflow:hidden;padding:40px 0;-webkit-mask-image:linear-gradient(to right,transparent 0,black 128px,black calc(100% - 128px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 128px,black calc(100% - 128px),transparent 100%)}.spirit-movimento__slider--bottom{padding-top:0;padding-bottom:40px}.spirit-movimento__slider-track{display:flex;align-items:center;animation:spirit-scroll 30s linear infinite;width:max-content}.spirit-movimento__slider-track:hover{animation-play-state:paused}@keyframes spirit-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.spirit-movimento__slider-item{margin:0 16px;flex-shrink:0}.spirit-movimento__slider-badge{display:flex;justify-content:center;align-items:center;border:1px solid var(--spirit-orange);color:var(--spirit-orange);border-radius:9999px;padding:12px 20px;font-size:1.125rem;text-transform:uppercase;font-weight:500;white-space:nowrap;transition:all .5s ease;cursor:pointer}.spirit-movimento__slider-badge:hover{background-color:var(--spirit-orange);color:var(--spirit-white)}.spirit-movimento__content{max-width:1472px;margin:0 auto;padding:40px 16px 64px}@media (min-width: 768px){.spirit-movimento__content{padding:64px 48px 128px}}.spirit-movimento__grid{display:flex;flex-direction:column;gap:48px;align-items:center;justify-content:space-between}@media (min-width: 768px){.spirit-movimento__grid{flex-direction:row;gap:48px}}.spirit-movimento__text{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}@media (min-width: 768px){.spirit-movimento__text{gap:56px;align-items:flex-start;text-align:left}}.spirit-movimento__title{font-size:1.875rem;font-weight:700;text-transform:uppercase;line-height:1.2;color:var(--spirit-grey-dark)}@media (min-width: 768px){.spirit-movimento__title{font-size:3rem}}.spirit-movimento__br-desktop{display:none}@media (min-width: 768px){.spirit-movimento__br-desktop{display:block}}.spirit-movimento__highlight{color:var(--spirit-orange)}.spirit-movimento__list{display:flex;flex-direction:column;gap:32px;max-width:520px}@media (min-width: 768px){.spirit-movimento__list{gap:24px}}.spirit-movimento__item{display:flex;flex-direction:column;align-items:center;gap:16px}@media (min-width: 768px){.spirit-movimento__item{flex-direction:row;align-items:flex-start}}.spirit-movimento__check{width:32px;height:32px;flex-shrink:0;margin-top:4px}.spirit-movimento__paragraph{font-size:1.25rem;line-height:1.5;color:var(--spirit-grey-dark)}.spirit-movimento__paragraph strong{font-weight:700}.spirit-movimento__video{width:100%;max-width:720px}@media (min-width: 768px){.spirit-movimento__video{max-width:720px}}.spirit-movimento__video-container{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;background-color:#000}.spirit-movimento__video-placeholder{width:100%;aspect-ratio:16 / 9;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;color:var(--spirit-white);font-size:1rem}
/*# sourceMappingURL=/cdn/shop/t/1/assets/lp_corpo.css.map */
