.Button-module__xDwtkW__btn{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__xDwtkW__sm{padding:.25rem .75rem;font-size:.875rem}.Button-module__xDwtkW__md{padding:.5rem 1rem;font-size:1rem}.Button-module__xDwtkW__lg{min-width:250px;padding:.75rem 1.5rem;font-size:1.125rem}.Button-module__xDwtkW__primary{background-color:var(--primary);color:var(--primary-foreground)}.Button-module__xDwtkW__primary:hover{opacity:.9}.Button-module__xDwtkW__secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.Button-module__xDwtkW__secondary:hover{opacity:.8}.Button-module__xDwtkW__whatsapp{color:#fff;background-color:#25d366;border-color:#25d366}.Button-module__xDwtkW__whatsapp:hover{background-color:#128c7e;border-color:#128c7e}.Button-module__xDwtkW__instagram{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none}.Button-module__xDwtkW__instagram:hover{opacity:.9}.Button-module__xDwtkW__fullWidth{width:100%}
.Card-module__si82nG__card{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.Card-module__si82nG__card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.Card-module__si82nG__content{padding:var(--spacing-md);flex-direction:column;flex:1;display:flex}.Card-module__si82nG__title{margin-bottom:var(--spacing-xs);color:var(--foreground);font-size:1.125rem;font-weight:600}.Card-module__si82nG__description{color:var(--muted);margin-bottom:var(--spacing-md);flex:1;font-size:.875rem}
.ImageCarousel-module__COtR1a__carouselContainer{border-radius:var(--radius-lg,.5rem);flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ImageCarousel-module__COtR1a__imageWrapper{width:100%;height:100%;position:relative;overflow:hidden}.ImageCarousel-module__COtR1a__imageContainer{width:100%;height:100%;position:absolute;top:0;left:0}.ImageCarousel-module__COtR1a__image{object-fit:cover}.ImageCarousel-module__COtR1a__navButton{color:#fff;cursor:pointer;z-index:10;background-color:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageCarousel-module__COtR1a__navButton:hover{background-color:#000c}.ImageCarousel-module__COtR1a__prevButton{left:10px}.ImageCarousel-module__COtR1a__nextButton{right:10px}.ImageCarousel-module__COtR1a__dotsContainer{z-index:10;gap:8px;display:flex;position:absolute;bottom:16px}.ImageCarousel-module__COtR1a__dot{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;transition:all .2s}.ImageCarousel-module__COtR1a__dot.ImageCarousel-module__COtR1a__activeDot{background-color:#fff;transform:scale(1.2)}@media (max-width:768px){.ImageCarousel-module__COtR1a__navButton{display:none}}
.Navbar-module__ZERf_q__header{z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);background-color:#f0f4f8d9;width:100%;transition:background-color .3s,border-color .3s;position:sticky;top:0}[data-theme=dark] .Navbar-module__ZERf_q__header{border-bottom:1px solid var(--border);background-color:#020617d9}.Navbar-module__ZERf_q__container{height:4rem;padding:0 var(--spacing-md);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Navbar-module__ZERf_q__logo{color:var(--foreground);z-index:51;align-items:center;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__ZERf_q__logo span{color:var(--primary)}.Navbar-module__ZERf_q__actions{z-index:51;align-items:center;gap:1rem;display:flex}.Navbar-module__ZERf_q__hamburgerBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.Navbar-module__ZERf_q__hamburgerBtn:hover{color:var(--primary)}.Navbar-module__ZERf_q__fullScreenMenu{background-color:var(--background);z-index:100;flex-direction:column;width:100vw;height:100vh;padding:0;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Navbar-module__ZERf_q__menuHeader{padding:1rem var(--spacing-md);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:4rem;display:flex}.Navbar-module__ZERf_q__menuLogo{align-items:center;display:flex}.Navbar-module__ZERf_q__closeBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.Navbar-module__ZERf_q__closeBtn:hover{color:var(--destructive,#ef4444)}.Navbar-module__ZERf_q__menuBody{padding:2rem var(--spacing-md);flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:1.5rem;display:flex;overflow-y:auto}.Navbar-module__ZERf_q__menuItemWrapper{width:100%}.Navbar-module__ZERf_q__mobileNavLink{color:var(--foreground);align-items:center;gap:1rem;padding:.5rem 0;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .3s,transform .2s;display:flex}.Navbar-module__ZERf_q__mobileNavLink:hover{color:var(--primary);transform:translate(5px)}.Navbar-module__ZERf_q__centerNav{display:none}@media (min-width:768px){.Navbar-module__ZERf_q__container{grid-template-columns:1fr auto 1fr;justify-items:center;display:grid}.Navbar-module__ZERf_q__logo{justify-self:start}.Navbar-module__ZERf_q__actions{justify-self:end}.Navbar-module__ZERf_q__hamburgerBtn{display:none}.Navbar-module__ZERf_q__fullScreenMenu{display:none!important}.Navbar-module__ZERf_q__centerNav{align-items:center;gap:2.5rem;display:flex}}.Navbar-module__ZERf_q__navLink{color:var(--foreground);padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__ZERf_q__navLink:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__ZERf_q__navLink:hover:after{width:100%}.Navbar-module__ZERf_q__navLink:hover{color:var(--primary)}
.Footer-module__hP-FLq__footer{background-color:var(--surface);border-top:1px solid var(--border);text-align:center;margin-top:5rem;padding:3rem 0 0}.Footer-module__hP-FLq__container{max-width:1200px;padding:0 var(--spacing-md);grid-template-columns:1fr 1fr;gap:2rem;margin:0 auto;display:grid}.Footer-module__hP-FLq__brandColumn{flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;display:flex}.Footer-module__hP-FLq__productsColumn{grid-column:1/2}.Footer-module__hP-FLq__companyColumn{grid-column:2/3}.Footer-module__hP-FLq__contactColumn{grid-column:1/-1}.Footer-module__hP-FLq__logoLink{opacity:1;transition:opacity .2s;display:block}.Footer-module__hP-FLq__logoLink:hover{opacity:.8}.Footer-module__hP-FLq__logo{object-fit:contain;max-width:150px;height:auto}.Footer-module__hP-FLq__socialIcons{justify-content:center;align-items:center;gap:1rem;display:flex}.Footer-module__hP-FLq__iconLink{color:var(--muted);justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.Footer-module__hP-FLq__iconLink:hover{color:var(--primary);transform:translateY(-2px)}.Footer-module__hP-FLq__columnTitle{color:var(--foreground);margin-bottom:1rem;font-size:1rem;font-weight:700}.Footer-module__hP-FLq__linkList{flex-direction:column;align-items:center;gap:.5rem;display:flex}.Footer-module__hP-FLq__link{color:var(--foreground);opacity:.7;font-size:.9375rem;text-decoration:none;transition:opacity .2s,color .2s}.Footer-module__hP-FLq__link:hover{opacity:1;color:var(--primary)}.Footer-module__hP-FLq__contactInfo{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Footer-module__hP-FLq__contactItem{color:var(--foreground);opacity:.8;justify-content:center;align-items:center;gap:.5rem;font-size:.9375rem;text-decoration:none;transition:opacity .2s,color .2s;display:flex}.Footer-module__hP-FLq__contactItem:hover{opacity:1;color:var(--primary)}.Footer-module__hP-FLq__contactIcon{color:var(--primary);flex-shrink:0}.Footer-module__hP-FLq__bottomBar{background-color:var(--background);text-align:center;opacity:1;width:100%;margin-top:2.5rem;padding:1.5rem 0;font-size:.8125rem}@media (min-width:768px){.Footer-module__hP-FLq__footer{text-align:left}.Footer-module__hP-FLq__container{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:1.5rem}.Footer-module__hP-FLq__brandColumn{grid-column:auto;align-items:center;width:fit-content}.Footer-module__hP-FLq__productsColumn,.Footer-module__hP-FLq__companyColumn,.Footer-module__hP-FLq__contactColumn{grid-column:auto}.Footer-module__hP-FLq__linkList,.Footer-module__hP-FLq__contactInfo{align-items:flex-start}.Footer-module__hP-FLq__contactItem{justify-content:flex-start}}
.home-module__i0QXTG__main{flex-direction:column;width:100%;display:flex}.home-module__i0QXTG__hero{text-align:center;background-color:var(--bg-base);background-image:  radial-gradient(circle at 50% 0%,var(--glow-color)0%,transparent 60%),linear-gradient(to right,var(--grid-color)1px,transparent 1px),linear-gradient(to bottom,var(--grid-color)1px,transparent 1px);background-size:100% 100%,60px 60px,60px 60px;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.home-module__i0QXTG__heroContent{z-index:2;position:relative}.home-module__i0QXTG__heroTitle{letter-spacing:-.02em;color:var(--text-main);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.home-module__i0QXTG__heroTitle span{display:block}.home-module__i0QXTG__textGradient{background:linear-gradient(to right,var(--primary),#06b6d4);color:#0000;-webkit-background-clip:text;background-clip:text}.home-module__i0QXTG__heroSubtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.home-module__i0QXTG__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.home-module__i0QXTG__productsWrapper{background-color:var(--background);flex-direction:column;width:100%;padding:0;display:flex}.home-module__i0QXTG__sectionBlock{z-index:1;border-top:1px solid var(--border-separator);width:100%;padding:6rem 1.5rem;position:relative}.home-module__i0QXTG__sectionBlock:nth-child(odd){background-color:var(--bg-base)}.home-module__i0QXTG__sectionBlock:nth-child(2n){background-color:var(--bg-alt)}.home-module__i0QXTG__storyContainer{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.home-module__i0QXTG__sectionBlock:nth-child(2n) .home-module__i0QXTG__storyContainer{flex-direction:row-reverse}.home-module__i0QXTG__textCol{flex:1}.home-module__i0QXTG__textCol h2{color:var(--text-main);margin-bottom:1rem;font-size:2rem;font-weight:700}.home-module__i0QXTG__textCol p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.home-module__i0QXTG__linkLearnMore{color:var(--primary);align-items:center;gap:.25rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.home-module__i0QXTG__linkLearnMore:hover{text-decoration:underline}.home-module__i0QXTG__imgCol{flex:1;justify-content:center;align-items:center;display:flex}.home-module__i0QXTG__imgContainer{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border-separator);background-color:var(--bg-alt);width:100%;position:relative;overflow:hidden}:is([data-theme=light] .home-module__i0QXTG__imgContainer,:root:not([data-theme]) .home-module__i0QXTG__imgContainer){box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003}.home-module__i0QXTG__productImage{object-fit:cover;transition:transform .5s}.home-module__i0QXTG__imgContainer:hover .home-module__i0QXTG__productImage{transform:scale(1.05)}.home-module__i0QXTG__contactSection{text-align:center;background-color:var(--bg-base);border-top:1px solid var(--border-separator);padding:6rem 1.5rem}.home-module__i0QXTG__contactGrid{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}@media (max-width:768px){.home-module__i0QXTG__heroTitle{font-size:2.25rem}.home-module__i0QXTG__storyContainer{gap:2rem;flex-direction:column!important}.home-module__i0QXTG__sectionBlock:nth-child(2n) .home-module__i0QXTG__storyContainer{flex-direction:column!important}.home-module__i0QXTG__textCol{text-align:center;order:2}.home-module__i0QXTG__imgCol{order:1;width:100%}.home-module__i0QXTG__imgContainer{aspect-ratio:16/9;width:100%}}
.product-module__XzZD-G__container{max-width:900px;padding:3rem var(--spacing-md);margin:0 auto}.product-module__XzZD-G__header{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.product-module__XzZD-G__backLink{color:var(--primary);margin-bottom:1rem;font-size:.875rem;font-weight:500;display:inline-block}.product-module__XzZD-G__title{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.product-module__XzZD-G__description{color:var(--muted);font-size:1.25rem;line-height:1.6}.product-module__XzZD-G__content{margin-bottom:4rem;font-size:1.1rem;line-height:1.8}.product-module__XzZD-G__content h2{color:var(--foreground);margin-top:2.5rem;margin-bottom:1rem;font-size:1.75rem}.product-module__XzZD-G__content h3{color:var(--foreground);margin-top:2rem;margin-bottom:.75rem;font-size:1.4rem}.product-module__XzZD-G__content p{color:var(--muted);margin-bottom:1.5rem}.product-module__XzZD-G__content ul,.product-module__XzZD-G__content ol{color:var(--muted);margin-bottom:1.5rem;padding-left:1.5rem}.product-module__XzZD-G__content li{margin-bottom:.5rem}.product-module__XzZD-G__carouselWrapper{aspect-ratio:4/3;width:100%;max-width:800px;margin:0 auto 2rem}.product-module__XzZD-G__ctaSection{background-color:var(--surface);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--border-separator);padding:2.5rem}.product-module__XzZD-G__ctaTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.product-module__XzZD-G__ctaText{color:var(--text-muted);margin-bottom:1.5rem}
