.Header-module__hBw1pG__header{background-color:var(--bg-white);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.Header-module__hBw1pG__logo{color:var(--primary-color);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Header-module__hBw1pG__logo:hover{text-decoration:none}.Header-module__hBw1pG__nav{align-items:center;gap:1.75rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-dark);transition:color var(--transition-speed) ease;font-size:.95rem;font-weight:500;text-decoration:none}.Header-module__hBw1pG__navLink:hover{color:var(--primary-color);text-decoration:none}.Header-module__hBw1pG__cta{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Header-module__hBw1pG__header{flex-direction:column;gap:1rem;padding:1rem}.Header-module__hBw1pG__nav{flex-wrap:wrap;justify-content:center;gap:1rem}.Header-module__hBw1pG__cta{justify-content:center;width:100%}}
.Footer-module__S6Hkya__footer{background-color:var(--bg-white);border-top:1px solid var(--border-color);margin-top:auto;padding:3rem 2rem 1.5rem}.Footer-module__S6Hkya__container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2.5rem;display:grid}.Footer-module__S6Hkya__brandColumn{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logo{color:var(--primary-color);font-size:1.5rem;font-weight:800;text-decoration:none}.Footer-module__S6Hkya__logo:hover{text-decoration:none}.Footer-module__S6Hkya__tagline{color:var(--text-muted);font-size:.9rem;line-height:1.5}.Footer-module__S6Hkya__title{margin-bottom:1rem;font-size:1.05rem;font-weight:600}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.65rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--text-muted);transition:color var(--transition-speed) ease;font-size:.9rem;text-decoration:none}.Footer-module__S6Hkya__link:hover{color:var(--primary-color);text-decoration:none}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding-top:1.5rem;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.85rem}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--text-muted);transition:color var(--transition-speed) ease;font-size:1.1rem}.Footer-module__S6Hkya__socialLink:hover{color:var(--primary-color)}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:2rem 1rem 1rem}.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column}}
.SearchAutocomplete-module__Ezcayq__searchWrapper{z-index:10;width:100%;max-width:650px;position:relative}.SearchAutocomplete-module__Ezcayq__searchBox{background-color:var(--bg-white);border:1px solid var(--border-color);width:100%;transition:border-color var(--transition-speed) ease, box-shadow var(--transition-speed) ease;border-radius:50px;gap:.5rem;padding:.65rem;display:flex;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}.SearchAutocomplete-module__Ezcayq__searchBox:focus-within{border-color:var(--primary-color);box-shadow:0 10px 25px -5px #0d6efd26,0 8px 10px -6px #0d6efd1a}.SearchAutocomplete-module__Ezcayq__searchInput{color:#212529;background-color:#0000;border:none;border-radius:50px;outline:none;flex:1;padding:.75rem 1.5rem;font-size:1rem}.SearchAutocomplete-module__Ezcayq__searchBtn{color:#fff;cursor:pointer;transition:background-color var(--transition-speed) ease;background-color:#0d6efd;border:none;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:600}.SearchAutocomplete-module__Ezcayq__searchBtn:hover{background-color:#0b5ed7}.SearchAutocomplete-module__Ezcayq__dropdown{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;max-height:400px;animation:.2s ease-out SearchAutocomplete-module__Ezcayq__slideDown;display:flex;position:absolute;top:105%;left:0;right:0;overflow:hidden auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes SearchAutocomplete-module__Ezcayq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.SearchAutocomplete-module__Ezcayq__group{border-bottom:1px solid var(--border-color);padding:.75rem 0}.SearchAutocomplete-module__Ezcayq__group:last-child{border-bottom:none}.SearchAutocomplete-module__Ezcayq__groupTitle{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:.25rem;padding:.25rem 1.25rem;font-size:.75rem;font-weight:700}.SearchAutocomplete-module__Ezcayq__item{color:var(--text-dark);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.65rem 1.25rem;font-size:.95rem;text-decoration:none;transition:background-color .15s;display:flex}.SearchAutocomplete-module__Ezcayq__item:hover{color:var(--primary-color);background-color:#0d6efd0a;text-decoration:none}.SearchAutocomplete-module__Ezcayq__itemIcon{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.SearchAutocomplete-module__Ezcayq__item:hover .SearchAutocomplete-module__Ezcayq__itemIcon{color:var(--primary-color)}.SearchAutocomplete-module__Ezcayq__itemText{white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:500;overflow:hidden}.SearchAutocomplete-module__Ezcayq__itemSubtext{color:var(--text-muted);font-size:.8rem}.SearchAutocomplete-module__Ezcayq__noResults{text-align:center;color:var(--text-muted);padding:1.5rem;font-size:.95rem}@media (max-width:768px){.SearchAutocomplete-module__Ezcayq__searchBox{border-radius:var(--border-radius);flex-direction:column;padding:.75rem}.SearchAutocomplete-module__Ezcayq__searchInput{padding:.5rem}.SearchAutocomplete-module__Ezcayq__searchBtn{border-radius:var(--border-radius);width:100%}.SearchAutocomplete-module__Ezcayq__dropdown{border-radius:12px;max-height:300px}}
.institucional-module__fNgp0q__container{width:100%;max-width:900px;margin:0 auto;padding:4rem 2rem}.institucional-module__fNgp0q__header{text-align:center;margin-bottom:3.5rem}.institucional-module__fNgp0q__title{color:var(--text-dark);margin-bottom:1rem;font-size:2.75rem;font-weight:800}.institucional-module__fNgp0q__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.15rem;line-height:1.6}.institucional-module__fNgp0q__content{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:3rem;line-height:1.7}.institucional-module__fNgp0q__content h2{color:var(--text-dark);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.institucional-module__fNgp0q__content h2:first-of-type{margin-top:0}.institucional-module__fNgp0q__content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem}.institucional-module__fNgp0q__plansGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}.institucional-module__fNgp0q__planCard{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;display:flex;position:relative}.institucional-module__fNgp0q__planCardPopular{border-color:var(--primary-color);box-shadow:var(--shadow);transform:scale(1.03)}.institucional-module__fNgp0q__planBadge{background-color:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:50px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.institucional-module__fNgp0q__planHeader{text-align:center;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.institucional-module__fNgp0q__planName{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.institucional-module__fNgp0q__planPrice{color:var(--text-dark);font-size:2.5rem;font-weight:800}.institucional-module__fNgp0q__planPeriod{color:var(--text-muted);font-size:.9rem;font-weight:400}.institucional-module__fNgp0q__featuresList{flex-direction:column;flex:1;gap:.75rem;list-style:none;display:flex}.institucional-module__fNgp0q__featureItem{color:var(--text-muted);gap:.5rem;font-size:.95rem;display:flex}.institucional-module__fNgp0q__featureCheck{color:var(--success-color);font-weight:700}.institucional-module__fNgp0q__faqList{flex-direction:column;gap:1.5rem;display:flex}.institucional-module__fNgp0q__faqItem{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem}.institucional-module__fNgp0q__faqQuestion{color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.institucional-module__fNgp0q__faqAnswer{color:var(--text-muted);font-size:.95rem;line-height:1.6}.institucional-module__fNgp0q__form{flex-direction:column;gap:1.25rem;display:flex}.institucional-module__fNgp0q__formGroup{flex-direction:column;gap:.35rem;display:flex}.institucional-module__fNgp0q__formLabel{font-size:.9rem;font-weight:600}.institucional-module__fNgp0q__formInput,.institucional-module__fNgp0q__formTextarea{border:1px solid var(--border-color);background-color:var(--bg-light);color:var(--text-dark);transition:border-color var(--transition-speed) ease;border-radius:4px;outline:none;padding:.75rem;font-family:inherit;font-size:.95rem}.institucional-module__fNgp0q__formInput:focus,.institucional-module__fNgp0q__formTextarea:focus{border-color:var(--primary-color)}.institucional-module__fNgp0q__formTextarea{resize:vertical;min-height:120px}@media (max-width:768px){.institucional-module__fNgp0q__container{padding:2rem 1rem}.institucional-module__fNgp0q__content{padding:1.5rem}.institucional-module__fNgp0q__title{font-size:2rem}.institucional-module__fNgp0q__planCardPopular{transform:none}}
.store-module__yiWA4G__container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem}.store-module__yiWA4G__breadcrumb{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.store-module__yiWA4G__breadcrumb a{color:var(--text-muted)}.store-module__yiWA4G__breadcrumb a:hover{color:var(--primary-color);text-decoration:none}.store-module__yiWA4G__layout{grid-template-columns:2fr 1fr;align-items:start;gap:2.5rem;display:grid}.store-module__yiWA4G__showcase{flex-direction:column;gap:2.5rem;display:flex}.store-module__yiWA4G__mainCard{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.store-module__yiWA4G__badge{color:var(--primary-color);text-transform:uppercase;background-color:#0d6efd1a;border-radius:50px;align-self:flex-start;padding:.35rem .85rem;font-size:.8rem;font-weight:700}.store-module__yiWA4G__name{color:var(--text-dark);font-size:2.5rem;font-weight:800;line-height:1.2}.store-module__yiWA4G__loc{color:var(--text-muted);align-items:center;gap:.5rem;font-size:1.1rem;display:flex}.store-module__yiWA4G__descTitle{margin-top:1rem;font-size:1.35rem;font-weight:700}.store-module__yiWA4G__descText{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.store-module__yiWA4G__gallery{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:2.5rem}.store-module__yiWA4G__galleryTitle{margin-bottom:1.5rem;font-size:1.35rem;font-weight:700}.store-module__yiWA4G__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.store-module__yiWA4G__galleryItem{aspect-ratio:4/3;border:1px solid var(--border-color);cursor:pointer;transition:transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;background-color:#f1f3f5;border-radius:8px;position:relative;overflow:hidden}.store-module__yiWA4G__galleryItem:hover{box-shadow:var(--shadow);transform:scale(1.03)}.store-module__yiWA4G__galleryItem img{object-fit:cover;width:100%;height:100%}.store-module__yiWA4G__sidebar{flex-direction:column;gap:2rem;display:flex}.store-module__yiWA4G__card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);padding:2rem}.store-module__yiWA4G__cardTitle{border-bottom:1px solid var(--border-color);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.store-module__yiWA4G__wppBtn{color:#fff;border-radius:var(--border-radius);cursor:pointer;width:100%;transition:all var(--transition-speed) ease;text-align:center;background-color:#25d366;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 4px 6px -1px #25d36640}.store-module__yiWA4G__wppBtn:hover{color:#fff;background-color:#1ebd57;text-decoration:none;transform:translateY(-2px);box-shadow:0 10px 15px -3px #25d36659}.store-module__yiWA4G__contactList{flex-direction:column;gap:1rem;margin-top:1.5rem;list-style:none;display:flex}.store-module__yiWA4G__contactItem{color:var(--text-dark);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.store-module__yiWA4G__contactIcon{color:var(--primary-color);background-color:#0d6efd0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.store-module__yiWA4G__contactText{color:var(--text-muted)}.store-module__yiWA4G__hoursTable{border-collapse:collapse;width:100%;font-size:.95rem}.store-module__yiWA4G__hoursRow{border-bottom:1px solid var(--border-color)}.store-module__yiWA4G__hoursRow:last-child{border-bottom:none}.store-module__yiWA4G__hoursDay{text-transform:capitalize;padding:.75rem 0;font-weight:500}.store-module__yiWA4G__hoursTime{text-align:right;color:var(--text-muted);padding:.75rem 0}.store-module__yiWA4G__hoursTimeClosed{color:var(--danger-color);font-weight:600}.store-module__yiWA4G__storeHero{border-radius:var(--border-radius);color:#fff;box-shadow:var(--shadow-sm);background-color:#1e3a8a;margin-bottom:2.5rem;padding:5rem 3rem;position:relative;overflow:hidden}.store-module__yiWA4G__storeHeroBg{filter:brightness(.35)blur(4px);z-index:1;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.05)}.store-module__yiWA4G__storeHeroContent{z-index:2;flex-direction:column;gap:.75rem;max-width:800px;display:flex;position:relative}.store-module__yiWA4G__storeCategoryBadge{background-color:var(--primary-color);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;align-self:flex-start;padding:.35rem 1rem;font-size:.8rem;font-weight:700}.store-module__yiWA4G__storeHeroName{letter-spacing:-.02em;font-size:3rem;font-weight:850;line-height:1.15}.store-module__yiWA4G__storeHeroLoc{opacity:.95;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1rem;display:flex}.store-module__yiWA4G__mapContainer{border-radius:var(--border-radius);border:1px solid var(--border-color);width:100%;height:280px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.store-module__yiWA4G__contactDivider{text-align:center;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;margin:1.5rem 0;font-size:.8rem;display:flex}.store-module__yiWA4G__contactDivider:before,.store-module__yiWA4G__contactDivider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.store-module__yiWA4G__contactDivider:not(:empty):before{margin-right:.5em}.store-module__yiWA4G__contactDivider:not(:empty):after{margin-left:.5em}@media (max-width:992px){.store-module__yiWA4G__layout{grid-template-columns:1fr}.store-module__yiWA4G__storeHero{padding:3.5rem 1.5rem}.store-module__yiWA4G__storeHeroName{font-size:2.25rem}}.store-module__yiWA4G__tabsContainer{border-bottom:2px solid var(--border-color);gap:1rem;padding-bottom:.5rem;display:flex}.store-module__yiWA4G__tabButton{color:var(--text-muted);cursor:pointer;border-radius:var(--border-radius);transition:all var(--transition-speed) ease;background:0 0;border:none;padding:.75rem 1.25rem;font-size:1rem;font-weight:600}.store-module__yiWA4G__tabButton:hover{color:var(--primary-color);background-color:#0d6efd0d}.store-module__yiWA4G__tabButtonActive{color:var(--primary-color);box-shadow:inset 0 -2px 0 var(--primary-color);background-color:#0d6efd1a}.store-module__yiWA4G__productsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.store-module__yiWA4G__productCard{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;flex-direction:column;display:flex;overflow:hidden}.store-module__yiWA4G__productCard:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.store-module__yiWA4G__productImageWrapper{aspect-ratio:4/3;border-bottom:1px solid var(--border-color);background-color:#f8f9fa;width:100%;overflow:hidden}.store-module__yiWA4G__productImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-speed) ease}.store-module__yiWA4G__productCard:hover .store-module__yiWA4G__productImage{transform:scale(1.05)}.store-module__yiWA4G__productInfo{flex-direction:column;flex-grow:1;gap:.5rem;padding:1.25rem;display:flex}.store-module__yiWA4G__productName{color:var(--text-dark);margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.store-module__yiWA4G__productDesc{color:var(--text-muted);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;margin:0;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.store-module__yiWA4G__productPrice{color:var(--primary-color);margin-top:.5rem;font-size:1.2rem;font-weight:800}
.lojas-module__KXaZSa__container{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem}.lojas-module__KXaZSa__header{text-align:center;margin-bottom:3rem}.lojas-module__KXaZSa__title{margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.lojas-module__KXaZSa__subtitle{color:var(--text-muted);font-size:1.1rem}.lojas-module__KXaZSa__layout{gap:2.5rem;display:flex}.lojas-module__KXaZSa__sidebar{flex-direction:column;flex-shrink:0;gap:2rem;width:280px;display:flex}.lojas-module__KXaZSa__filterGroup{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:1.5rem}.lojas-module__KXaZSa__filterTitle{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.lojas-module__KXaZSa__categoryList{flex-direction:column;gap:.5rem;list-style:none;display:flex}.lojas-module__KXaZSa__categoryItem{color:var(--text-dark);transition:background-color var(--transition-speed) ease, color var(--transition-speed) ease;border-radius:4px;padding:.5rem .75rem;font-size:.95rem;display:block}.lojas-module__KXaZSa__categoryItem:hover{color:var(--primary-color);background-color:#0d6efd14;text-decoration:none}.lojas-module__KXaZSa__categoryItemActive{background-color:var(--primary-color);font-weight:600;color:#fff!important}.lojas-module__KXaZSa__categoryItemActive:hover{background-color:var(--primary-hover);color:#fff!important}.lojas-module__KXaZSa__resultsArea{flex-direction:column;flex:1;gap:2rem;display:flex}.lojas-module__KXaZSa__searchBar{background-color:var(--bg-white);border-radius:var(--border-radius);border:1px solid var(--border-color);gap:.5rem;padding:.5rem;display:flex}.lojas-module__KXaZSa__searchInput{color:var(--text-dark);background-color:#0000;border:none;outline:none;flex:1;padding:.5rem 1rem;font-size:1rem}.lojas-module__KXaZSa__searchBtn{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:4px;outline:none;padding:.5rem 1.5rem;font-weight:600}.lojas-module__KXaZSa__searchBtn:hover{background-color:var(--primary-hover)}.lojas-module__KXaZSa__storesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.lojas-module__KXaZSa__noResults{text-align:center;background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:4rem 2rem}.lojas-module__KXaZSa__noResultsIcon{margin-bottom:1rem;font-size:3rem}.lojas-module__KXaZSa__noResultsTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.lojas-module__KXaZSa__noResultsText{color:var(--text-muted)}@media (max-width:992px){.lojas-module__KXaZSa__layout{flex-direction:column}.lojas-module__KXaZSa__sidebar{width:100%}}.lojas-module__KXaZSa__checkboxLabel{color:var(--text-dark);cursor:pointer;transition:background-color var(--transition-speed) ease;border-radius:6px;align-items:center;gap:.65rem;padding:.4rem .75rem;font-size:.95rem;font-weight:500;display:flex}.lojas-module__KXaZSa__checkboxLabel:hover{background-color:#00000008}.lojas-module__KXaZSa__checkboxInput{border:1px solid var(--border-color);cursor:pointer;border-radius:4px;width:1.1rem;height:1.1rem}.lojas-module__KXaZSa__clearFilters{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;transition:all var(--transition-speed) ease;text-align:center;background-color:#f3f4f6;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-flex}.lojas-module__KXaZSa__clearFilters:hover{color:var(--text-dark);background-color:#e5e7eb;border-color:#d1d5db}.lojas-module__KXaZSa__badgeOpen{color:#198754;background-color:#1987541a;border-radius:50px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.lojas-module__KXaZSa__badgeClosed{color:#dc3545;background-color:#dc35451a;border-radius:50px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__hero{background:radial-gradient(circle at top right, #0d6efd0d, transparent 45%), radial-gradient(circle at bottom left, #6366f10d, transparent 45%), var(--bg-white);color:var(--text-dark);text-align:center;border-bottom:1px solid var(--border-color);padding:6.5rem 2rem;position:relative;overflow:hidden}.page-module___8aEwW__hero:before{content:"";background-image:linear-gradient(var(--border-color) 1px, transparent 1px), linear-gradient(90deg, var(--border-color) 1px, transparent 1px);opacity:.12;pointer-events:none;background-position:50%;background-size:40px 40px;position:absolute;inset:0}.page-module___8aEwW__heroContent{z-index:2;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;display:flex;position:relative}.page-module___8aEwW__title{letter-spacing:-.02em;background:linear-gradient(135deg,#1e3a8a 0%,#0d6efd 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.15}.page-module___8aEwW__subtitle{color:var(--text-muted);max-width:650px;font-size:1.25rem;line-height:1.6}.page-module___8aEwW__searchBox{background-color:var(--bg-white);border:1px solid var(--border-color);width:100%;max-width:650px;transition:border-color var(--transition-speed) ease, box-shadow var(--transition-speed) ease;border-radius:50px;gap:.5rem;margin-top:1.5rem;padding:.65rem;display:flex;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}.page-module___8aEwW__searchInput{color:#212529;background-color:#0000;border:none;border-radius:50px;outline:none;flex:1;padding:.75rem 1.5rem;font-size:1rem}.page-module___8aEwW__searchBtn{color:#fff;cursor:pointer;transition:background-color var(--transition-speed) ease;background-color:#0d6efd;border:none;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:600}.page-module___8aEwW__searchBtn:hover{background-color:#0b5ed7}.page-module___8aEwW__section{width:100%;max-width:1200px;margin:0 auto;padding:5rem 2rem}.page-module___8aEwW__sectionTitle{text-align:center;margin-bottom:3rem;font-size:2.25rem;font-weight:700;position:relative}.page-module___8aEwW__sectionTitle:after{content:"";background-color:var(--primary-color);border-radius:2px;width:50px;height:4px;margin:.75rem auto 0;display:block}.page-module___8aEwW__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.page-module___8aEwW__categoryCard{background-color:var(--bg-white);border:1px solid var(--border-color);text-align:center;transition:all var(--transition-speed) ease;box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:2.25rem 1.5rem;display:flex}.page-module___8aEwW__categoryCard:hover{border-color:var(--primary-color);text-decoration:none;transform:translateY(-4px);box-shadow:0 12px 20px -3px #0000000d,0 4px 6px -2px #0000000d}.page-module___8aEwW__categoryIcon{color:var(--primary-color);transition:all var(--transition-speed) ease;background-color:#0d6efd0f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;padding:1.15rem;display:flex}.page-module___8aEwW__categoryCard:hover .page-module___8aEwW__categoryIcon{color:#fff;background-color:var(--primary-color);transform:scale(1.05)}.page-module___8aEwW__categoryName{color:var(--text-dark);font-weight:600}.page-module___8aEwW__storesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.page-module___8aEwW__storeCard{background-color:var(--bg-white);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:all var(--transition-speed) ease;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.page-module___8aEwW__storeCard:hover{transform:translateY(-4px);box-shadow:0 12px 20px -3px #00000014,0 4px 6px -2px #00000014}.page-module___8aEwW__storeImgWrapper{height:200px;color:var(--text-muted);background-color:#e9ecef;justify-content:center;align-items:center;font-size:3rem;display:flex;position:relative}.page-module___8aEwW__storeContent{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex}.page-module___8aEwW__storeBadge{color:var(--primary-color);background-color:#0d6efd1a;border-radius:50px;align-self:flex-start;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.page-module___8aEwW__storeName{color:var(--text-dark);font-size:1.25rem;font-weight:700}.page-module___8aEwW__storeDesc{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.page-module___8aEwW__storeFooter{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.9rem;display:flex}.page-module___8aEwW__storeLoc{color:var(--text-muted);align-items:center;gap:.25rem;display:flex}.page-module___8aEwW__storeLink{color:var(--primary-color);font-weight:600}.page-module___8aEwW__howItWorks{background-color:var(--bg-white);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.page-module___8aEwW__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.page-module___8aEwW__stepCard{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.page-module___8aEwW__stepNumber{width:54px;height:54px;color:var(--primary-color);background-color:#0d6efd14;border:2px solid #0d6efd1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.35rem;font-weight:700;display:flex}.page-module___8aEwW__stepTitle{font-size:1.2rem;font-weight:600}.page-module___8aEwW__stepText{color:var(--text-muted);font-size:.95rem;line-height:1.6}.page-module___8aEwW__cta{color:var(--text-dark);text-align:center;border-top:1px solid var(--border-color);background:linear-gradient(135deg,#f8f9fa 0%,#eef2ff 100%);padding:6rem 2rem}.page-module___8aEwW__ctaContent{flex-direction:column;align-items:center;gap:1.5rem;max-width:650px;margin:0 auto;display:flex}.page-module___8aEwW__ctaTitle{letter-spacing:-.02em;color:#1e3a8a;font-size:2.5rem;font-weight:850}.page-module___8aEwW__ctaText{color:var(--text-muted);margin-bottom:1rem;font-size:1.15rem;line-height:1.65}.page-module___8aEwW__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.page-module___8aEwW__ctaBtnPrimary{background-color:var(--primary-color);color:#fff;border-radius:var(--border-radius);transition:all var(--transition-speed) ease;padding:.85rem 2.25rem;font-weight:600;box-shadow:0 4px 6px -1px #0d6efd26}.page-module___8aEwW__ctaBtnPrimary:hover{background-color:var(--primary-hover);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0d6efd40}.page-module___8aEwW__ctaBtnSecondary{color:var(--text-dark);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all var(--transition-speed) ease;background-color:#0000;padding:.85rem 2.25rem;font-weight:600}.page-module___8aEwW__ctaBtnSecondary:hover{color:var(--text-dark);border-color:var(--text-dark);background-color:#0000000d;text-decoration:none;transform:translateY(-2px)}@media (max-width:768px){.page-module___8aEwW__hero{padding:3rem 1rem}.page-module___8aEwW__title{font-size:2.25rem}.page-module___8aEwW__subtitle{font-size:1.1rem}.page-module___8aEwW__searchBox{border-radius:var(--border-radius);flex-direction:column;padding:.75rem}.page-module___8aEwW__searchInput{padding:.5rem}.page-module___8aEwW__searchBtn{border-radius:var(--border-radius);width:100%}.page-module___8aEwW__section{padding:3rem 1rem}.page-module___8aEwW__sectionTitle{font-size:1.75rem}}.page-module___8aEwW__valueSection{background:linear-gradient(180deg, var(--bg-light) 0%, var(--bg-white) 100%);border-top:1px solid var(--border-color);width:100%;padding:5.5rem 2rem}.page-module___8aEwW__valueContainer{width:100%;max-width:1200px;margin:0 auto}.page-module___8aEwW__sectionSubtitle{text-align:center;color:var(--text-muted);max-width:700px;margin:-1.5rem auto 3.5rem;font-size:1.1rem;line-height:1.6}.page-module___8aEwW__valueGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.75rem;margin-bottom:2rem;display:grid}.page-module___8aEwW__valueCard{background-color:var(--bg-white);border:1px solid var(--border-color);transition:all var(--transition-speed) ease;box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:1.15rem;padding:2.25rem 1.75rem;display:flex;position:relative}.page-module___8aEwW__valueCard:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 20px -3px #0000000d,0 4px 6px -2px #0000000d}.page-module___8aEwW__valueIcon{width:48px;height:48px;transition:all var(--transition-speed) ease;background-color:#0d6efd0f;border-radius:8px;justify-content:center;align-items:center;font-size:1.75rem;display:flex}.page-module___8aEwW__valueCard:hover .page-module___8aEwW__valueIcon{background-color:var(--primary-color);color:#fff}.page-module___8aEwW__valueCardTitle{color:var(--text-dark);margin:0;font-size:1.25rem;font-weight:700}.page-module___8aEwW__valueCardText{color:var(--text-muted);margin:0;font-size:.925rem;line-height:1.6}
