.page-module___8aEwW__bannerHome{background-color:var(--primary-color-dark);justify-content:center;align-items:center;width:100%;height:65vh;transition:filter .3s;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__bannerHome:before{content:"";filter:brightness(.8);background-image:url(/banners/banner-375.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;animation:20s ease-in-out infinite alternate page-module___8aEwW__zoomBanner;position:absolute;top:0;left:0}@keyframes page-module___8aEwW__zoomBanner{0%{transform:scale(1)}to{transform:scale(1.02)}}.page-module___8aEwW__bannerHome:hover{filter:brightness(.8);cursor:grab}.page-module___8aEwW__container{flex-direction:column;width:100%;min-height:100vh;display:flex;overflow:hidden}.page-module___8aEwW__main{text-align:center;background-color:var(--black-color);flex-direction:column;justify-content:center;height:auto;display:flex}@media (min-width:768px){.page-module___8aEwW__main{height:auto}.page-module___8aEwW__bannerHome:before{background-image:url(/banners/banne-768.png)}}@media (min-width:1024px){.page-module___8aEwW__main{height:auto}.page-module___8aEwW__bannerHome{height:50vh}.page-module___8aEwW__bannerHome:before{background-image:url(/banners/banner-1440.png)}}@media (min-width:1440px){.page-module___8aEwW__main{height:auto}.page-module___8aEwW__bannerHome{height:60vh}.page-module___8aEwW__bannerHome:before{background-image:url(/banners/banner-1440.png)}}
.styles-module__rJL9Na__menuNav{background-color:var(--primary-color-dark);justify-content:center;align-items:flex-end;width:100vw;height:110px;display:flex;box-shadow:0 4px 4px #00000005}.styles-module__rJL9Na__menuContent{justify-content:space-between;align-items:flex-end;width:100vw;max-width:1440px;margin:0 1rem;display:flex}.styles-module__rJL9Na__logo{cursor:pointer;justify-content:center;align-items:center;margin-top:-6.5rem;display:flex;position:absolute}.styles-module__rJL9Na__logo:hover{transition:transform .7s;transform:scale(1.02)}.styles-module__rJL9Na__navList{justify-content:flex-end;align-items:center;gap:1.6rem;margin-bottom:1rem;display:flex}.styles-module__rJL9Na__navItem a{color:var(--white-color);letter-spacing:.05em;font-size:1.15rem;font-weight:500;text-decoration:none}.styles-module__rJL9Na__navItem a:hover{color:var(--secondary-color);transition:color .6s}.styles-module__rJL9Na__navItemFranqueado{color:var(--white-color);letter-spacing:.05em;background:linear-gradient(90deg,#eeb257,#ff9b28,#fcb954,#ff9b28) 0 0/400% 400%;border-radius:30px;padding:.75rem 1.25rem;font-weight:500;transition:filter .6s,saturate .3s;animation:5s infinite alternate styles-module__rJL9Na__glassEffect}.styles-module__rJL9Na__navItemFranqueado:hover{filter:saturate(2)}@keyframes styles-module__rJL9Na__glassEffect{0%{background-position:0 70%}50%{background-position:100%}to{background-position:0%}}@media (min-width:1440px){.styles-module__rJL9Na__menuNav{height:150px;padding:0 2rem}.styles-module__rJL9Na__navList{gap:2rem;margin-bottom:1.5rem}.styles-module__rJL9Na__navItem a{font-size:1.25rem}}@media (min-width:1920px){.styles-module__rJL9Na__menuNav{height:110px;padding:0 2rem}}
.styles-module__TGJ3da__menuNav{background-color:var(--primary-color-dark);border-radius:2rem;justify-content:space-between;align-items:center;gap:5rem;width:85%;height:72px;margin-top:1rem;padding:0 1.5rem;display:flex;overflow:hidden;box-shadow:0 0 5px #00000040}.styles-module__TGJ3da__hamburger{cursor:pointer;z-index:var(--z-dropdown);background:0 0;border:none;align-items:center;padding:.5rem;display:flex}.styles-module__TGJ3da__hamburgerBox{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.styles-module__TGJ3da__hamburgerBox:focus,.styles-module__TGJ3da__hamburgerBox:active{animation:.5s styles-module__TGJ3da__closeOut}@keyframes styles-module__TGJ3da__closeOut{0%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}.styles-module__TGJ3da__hamburgerInner{background:var(--white-color);border-radius:2px;width:28px;height:3px;transition:background .5s;display:block;position:relative}.styles-module__TGJ3da__hamburgerInner:before,.styles-module__TGJ3da__hamburgerInner:after{content:"";background:var(--white-color);border-radius:2px;width:28px;height:3px;transition:transform .5s,top .5s,bottom .5s;position:absolute;left:0}.styles-module__TGJ3da__hamburgerInner:before{top:-9px}.styles-module__TGJ3da__hamburgerInner:after{bottom:-9px}.styles-module__TGJ3da__closeButton{color:var(--white-color);cursor:pointer;z-index:calc(var(--z-dropdown) + 1);background:0 0;border:none;margin-right:.7rem;font-family:Gill Sans,Gill Sans MT,Calibri;font-size:3rem;font-weight:700;line-height:1;transition:all .3s;animation:.3s styles-module__TGJ3da__girarIn;position:absolute;top:10px;right:28px}.styles-module__TGJ3da__closeButton:active,.styles-module__TGJ3da__closeButton:focus{color:#c2c2c2;opacity:0;animation:.3s styles-module__TGJ3da__girarOut}@keyframes styles-module__TGJ3da__girarOut{0%{transform:rotate(0)}to{transform:rotate(60deg)}}@keyframes styles-module__TGJ3da__girarIn{0%{transform:rotate(60deg)}to{transform:rotate(0)}}.styles-module__TGJ3da__closeButton:focus{outline:none}.styles-module__TGJ3da__navHamburguerClose{opacity:0;pointer-events:none;background:var(--primary-color-dark);border-radius:40px;width:92vw;height:345px;transition:all .3s ease-in-out;position:absolute;top:.8rem;right:18px;transform:scale(.95)}.styles-module__TGJ3da__navHamburguerOpen{background:var(--primary-color-dark);width:92vw;height:345px;z-index:var(--z-dropdown);border-radius:40px;justify-content:flex-start;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:.8rem;right:18px;transform:scale(1)}.styles-module__TGJ3da__navList{opacity:1;border-radius:40px;flex-direction:column;align-items:flex-start;gap:1.4rem;width:100%;height:345px;list-style:none;transition:opacity .2s .1s;display:flex;overflow:hidden;box-shadow:0 0 5px #00000040}.styles-module__TGJ3da__navItem{color:var(--white-color);font-size:1rem;font-weight:600;text-decoration:none}.styles-module__TGJ3da__navItem a{color:var(--white-color);letter-spacing:.05em;margin-left:2.6rem;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .2s}.styles-module__TGJ3da__logoMenuOpen{width:67px;height:42px;margin:16px 0 0 30px}.styles-module__TGJ3da__navItemFranqueado{background-color:var(--secondary-color);color:var(--white-color);border-radius:0 0 30px 30px;justify-content:flex-start;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:inset 1px 1px 10px #00000018}.styles-module__TGJ3da__navItemFranqueado:focus,.styles-module__TGJ3da__navItemFranqueado:active{filter:brightness(.8)}.styles-module__TGJ3da__navItemFranqueado a{color:var(--white-color);letter-spacing:.06em;width:100%;margin-left:2.6rem;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .2s}.styles-module__TGJ3da__navItemFranqueado a:active,.styles-module__TGJ3da__navItemFranqueado a:focus{filter:brightness(.8)}@media (min-width:1025px){.styles-module__TGJ3da__menuNav{display:none}}
.styles-module__3MDQ_q__header{width:100%;z-index:var(--z-header);background-color:#0000;justify-content:center;align-items:center;display:flex;position:fixed}@media (min-width:1024px){.styles-module__3MDQ_q__header{box-shadow:0 4px 6px #00000021}}
.styles-module__oqgH9a__containerLoja{flex-direction:column;gap:1.5rem;width:100%;display:flex}.styles-module__oqgH9a__searchContainer{width:100%;padding:1rem .75rem 0;position:relative}.styles-module__oqgH9a__searchInput{background-color:var(--white-color);border:1px solid #0000001a;border-radius:12px;width:100%;padding:.8rem 2.5rem .8rem 1rem;font-size:1rem;transition:all .2s;box-shadow:0 2px 8px #0000000d}.styles-module__oqgH9a__searchInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 4px 12px #0000001a}.styles-module__oqgH9a__clearSearch{color:var(--primary-color-dark);cursor:pointer;opacity:.5;background:0 0;border:none;font-size:1.5rem;transition:opacity .2s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.styles-module__oqgH9a__clearSearch:hover{opacity:1}.styles-module__oqgH9a__contentLojaLista{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.styles-module__oqgH9a__lojaItem{background-color:var(--white-color);width:95%;color:var(--primary-color-dark);border:1px solid var(--grey-color);-webkit-tap-highlight-color:transparent;border-left:4px solid #0000;border-radius:12px;flex-direction:column;align-items:flex-start;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000d}.styles-module__oqgH9a__lojaItem:active{background-color:var(--grey-color,#0000000d);transform:scale(.98)}.styles-module__oqgH9a__lojaSelectAction{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;width:100%;padding:1.2rem;display:flex}.styles-module__oqgH9a__selected{background-color:var(--primary-color-dark);color:var(--white-color);border-left-color:var(--secondary-color);transform:translate(4px)}.styles-module__oqgH9a__selected .styles-module__oqgH9a__lojaNome{color:var(--white-color)}.styles-module__oqgH9a__selected .styles-module__oqgH9a__lojaEndereco,.styles-module__oqgH9a__selected .styles-module__oqgH9a__lojaCidade{color:#fffc}.styles-module__oqgH9a__lojaItem:hover:not(.styles-module__oqgH9a__selected){border-left-color:var(--primary-color);transform:translate(4px)}.styles-module__oqgH9a__lojaNome{color:var(--primary-color-dark);margin-bottom:.3rem;font-size:1.1rem;font-weight:700;transition:color .3s}.styles-module__oqgH9a__lojaEndereco,.styles-module__oqgH9a__lojaCidade{color:var(--g4-color);font-size:.9rem;font-weight:400;line-height:1.4;transition:color .3s}.styles-module__oqgH9a__lojaComoChegar{background-color:var(--secondary-color);color:var(--white-color);text-transform:uppercase;letter-spacing:.05em;border-radius:8px;margin:0 1.2rem 1.2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.styles-module__oqgH9a__lojaComoChegar:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.styles-module__oqgH9a__emptyState{text-align:center;color:var(--primary-color-dark);opacity:.6;padding:3rem 1rem}@media (min-width:768px){.styles-module__oqgH9a__contentLojaLista{scrollbar-width:none;-ms-overflow-style:none;background-color:#ececec7a;border-radius:12px;grid-template-columns:repeat(2,1fr);max-height:100vh;padding:.5rem;display:grid;overflow:auto}.styles-module__oqgH9a__lojaItem{border-top:4px solid #0000;border-left:none;border-radius:12px;width:100%;height:100%}.styles-module__oqgH9a__lojaItem:hover:not(.styles-module__oqgH9a__selected){border-top-color:var(--primary-color);transform:translateY(-4px)}.styles-module__oqgH9a__selected{border-top-color:var(--secondary-color);transform:translateY(-4px)}}@media (min-width:1280px){.styles-module__oqgH9a__containerLoja{gap:1rem}.styles-module__oqgH9a__contentLojaLista{grid-template-columns:repeat(3,1fr)}.styles-module__oqgH9a__searchContainer{padding:1rem 0}}@media (min-width:1440px){.styles-module__oqgH9a__searchContainer{width:60%;margin:0 auto}.styles-module__oqgH9a__contentLojaLista{max-height:80vh}}
.styles-module__2AjFMG__containerLojaMaps{width:100%;height:100%;min-height:420px;z-index:var(--z-base);position:relative}.styles-module__2AjFMG__containerLojaMaps .styles-module__2AjFMG__leaflet-container{filter:saturate(1.8)brightness(1.05)contrast(1.05);width:100%;height:100%;min-height:420px;transition:filter .5s}@media (min-width:768px){.styles-module__2AjFMG__containerLojaMaps{border:5px solid var(--primary-color-dark);border-radius:18px;margin-top:2rem;overflow:hidden}}@media (min-width:1440px){.styles-module__2AjFMG__containerLojaMaps{border:5px solid var(--primary-color);border-radius:20px;width:90%;height:100%;overflow:hidden}}@media (min-width:1920px){.styles-module__2AjFMG__containerLojaMaps{border:5px solid var(--primary-color);border-radius:20px;width:100%;height:600px;overflow:hidden}}.styles-module__2AjFMG__locateButton{z-index:1000;cursor:pointer;width:32px;height:32px;color:var(--primary-color-dark);background:#fff;border:2px solid #0003;border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:80px;left:10px}.styles-module__2AjFMG__locateButton:hover{color:var(--primary-color);background:#f4f4f4;transform:scale(1.05)}.styles-module__2AjFMG__userPin{background:#3b82f6;border-radius:50%;box-shadow:0 0 10px #3b82f680;border:2px solid #fff!important}.styles-module__2AjFMG__pulse{background:#3b82f666;border-radius:50%;width:100%;height:100%;animation:2s infinite styles-module__2AjFMG__pulse-animation;position:absolute}@keyframes styles-module__2AjFMG__pulse-animation{0%{opacity:1;transform:scale(1)}}.styles-module__2AjFMG__customPopup .leaflet-popup-content-wrapper{border:1px solid #0000000d;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 10px 40px -5px #00000026}.styles-module__2AjFMG__customPopup .leaflet-popup-content{width:280px!important;margin:0!important}.styles-module__2AjFMG__customPopup .leaflet-popup-close-button{background:var(--grey-color);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin:10px 10px 0 0;font-size:14px;transition:all .2s;display:flex;color:var(--g4-color)!important}.styles-module__2AjFMG__customPopup .leaflet-popup-close-button:hover{background:var(--g1-color);color:var(--black-color)!important}.styles-module__2AjFMG__popupContent{flex-direction:column;display:flex}.styles-module__2AjFMG__popupHeader{padding:35px 20px 12px}.styles-module__2AjFMG__popupTitle{font-family:var(--font-family-body);color:var(--primary-color);margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.styles-module__2AjFMG__popupBody{flex-direction:column;gap:12px;padding:0 20px 16px;display:flex}.styles-module__2AjFMG__infoRow{align-items:flex-start;gap:12px;display:flex}.styles-module__2AjFMG__popupIcon{color:var(--secondary-color);flex-shrink:0;margin-top:3px}.styles-module__2AjFMG__addressList{flex-direction:column;gap:1px;display:flex}.styles-module__2AjFMG__street{font-family:var(--font-family-body);color:var(--black-color);font-size:.95rem;font-weight:500;line-height:1.4}.styles-module__2AjFMG__neighborhood,.styles-module__2AjFMG__city{font-family:var(--font-family-body);color:var(--g4-color);font-size:.875rem;font-weight:400;line-height:1.4}.styles-module__2AjFMG__popupFooter{padding:0 20px 20px}.styles-module__2AjFMG__poupButton{background:var(--primary-color-dark);text-transform:uppercase;letter-spacing:.5px;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;color:#fff!important}.styles-module__2AjFMG__poupButton:hover{background:var(--primary-color-dark);transform:translateY(-3px);box-shadow:0 8px 20px #203ea759}.styles-module__2AjFMG__poupButton span{font-family:var(--font-family-body)}@media (max-width:480px){.styles-module__2AjFMG__customPopup .leaflet-popup-content{width:250px!important}}
.styles-module__ZYTWdW__container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;display:flex}@media (min-width:768px){.styles-module__ZYTWdW__container{max-width:100%;overflow-x:auto}}@media (min-width:1440px){.styles-module__ZYTWdW__container{max-width:100%}}
.styles-module__b08dza__containerMaps{background-color:#0000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;display:flex}@media (min-width:768px){.styles-module__b08dza__containerMaps{gap:1rem;width:85%}}@media (min-width:1024px){.styles-module__b08dza__containerMaps{flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:80%;height:auto;display:flex;overflow:hidden}}@media (min-width:1440px){.styles-module__b08dza__containerMaps{flex-direction:column;justify-content:center;align-items:center;gap:4rem;width:90%;height:auto;display:flex;overflow:hidden}}@media (min-width:1920px){.styles-module__b08dza__containerMaps{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:70%;height:auto;display:flex}}
.styles-module__RHgCkG__containerContato{background-color:var(--white-color);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:auto;padding:2rem 0;display:flex;overflow:hidden}.styles-module__RHgCkG__textContato{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:90%;height:auto;line-height:1.2;display:flex}.styles-module__RHgCkG__textContato h2{color:var(--primary-color-dark);font-size:3rem;font-family:var(--font-family-title-2);letter-spacing:.1rem}.styles-module__RHgCkG__textContato p{color:var(--secondary-color);font-size:1.4rem;font-family:var(--font-family-title-1)}.styles-module__RHgCkG__buttonContato{justify-content:center;align-items:center;gap:.4rem;width:80%;display:flex}@media (min-width:768px){.styles-module__RHgCkG__textContato{gap:1rem;width:70%}.styles-module__RHgCkG__textContato h2{font-size:4rem}.styles-module__RHgCkG__textContato p{font-size:1.6rem}.styles-module__RHgCkG__buttonContato{width:60%}}@media (min-width:1024px){.styles-module__RHgCkG__textContato{gap:1rem;width:50%}.styles-module__RHgCkG__textContato h2{font-size:5rem}.styles-module__RHgCkG__textContato p{font-size:1.8rem}.styles-module__RHgCkG__buttonContato{width:40%}}@media (min-width:1440px){.styles-module__RHgCkG__containerContato{display:none}}
.styles-module__x_ujYa__footerContainerWave{width:100%;height:auto;z-index:var(--z-dropdown);background:url(/wave-footer.svg) top/cover no-repeat;border:none;margin-bottom:-1px;padding-top:40px}.styles-module__x_ujYa__footer{background-color:var(--primary-color-dark);border:none;flex-direction:column;align-items:center;width:100%;height:auto;margin-top:auto;padding-top:3rem;display:flex;overflow:hidden}.styles-module__x_ujYa__logo{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.styles-module__x_ujYa__contentLinks{flex-direction:column;align-items:center;gap:1.2rem;display:flex}.styles-module__x_ujYa__links{flex-direction:column;align-items:center;padding:.5rem 0;display:flex}.styles-module__x_ujYa__linkList{flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.styles-module__x_ujYa__linkItem{align-items:center;gap:.5rem;display:flex}.styles-module__x_ujYa__linkText{font-family:var(--font-family-body);color:var(--white-color);text-align:center;cursor:pointer;font-size:1rem;font-weight:500;line-height:30px;text-decoration:none}.styles-module__x_ujYa__links{flex-direction:column;align-items:center;gap:1rem;display:flex}.styles-module__x_ujYa__socialMedia{justify-content:center;gap:2rem;padding:.5rem;display:flex}.styles-module__x_ujYa__instagram{background-image:var(--instagram-icon);background-size:cover;width:18px;height:18px;display:inline-block}.styles-module__x_ujYa__tiktok{background-image:var(--tiktok-icon);background-size:cover;width:18px;height:21px;display:inline-block}.styles-module__x_ujYa__facebook{background-image:var(--facebook-icon);background-size:cover;width:18px;height:18px;display:inline-block}.styles-module__x_ujYa__linkedin{background-image:var(--linkedin-icon);background-size:cover;width:18px;height:18px;display:inline-block}.styles-module__x_ujYa__socialIcons{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.styles-module__x_ujYa__socialMedia h2{display:none}.styles-module__x_ujYa__copyright{font-family:var(--font-family-body);color:var(--grey-color);text-align:center;font-size:11px;line-height:50px}.styles-module__x_ujYa__copyright:before{content:"";filter:opacity(.5);background-color:var(--white-color);border-radius:10px;width:80vw;height:.1rem;display:block}.styles-module__x_ujYa__textCopyright{align-items:center;gap:.4rem;display:flex}.styles-module__x_ujYa__copyrightIcon{width:12px;height:12px}@media (min-width: 400pxpx){.styles-module__x_ujYa__logo{width:120px}}@media (min-width:767px){.styles-module__x_ujYa__footerContainerWave{height:60px}.styles-module__x_ujYa__logo{width:150px}.styles-module__x_ujYa__textCopyright{justify-content:center}}@media (min-width:971px){.styles-module__x_ujYa__footerContainerWave{height:80px}.styles-module__x_ujYa__topFooter{grid-template-columns:repeat(2,1fr);align-items:center;width:80vw;max-width:1300px;margin-bottom:1rem;display:grid}.styles-module__x_ujYa__logo{justify-content:flex-start;width:250px}.styles-module__x_ujYa__logo img{width:230px;height:auto}.styles-module__x_ujYa__linkList{grid-template-columns:repeat(2,1fr);justify-content:center;align-items:flex-start;gap:1.2rem 3rem;margin-left:1rem;display:grid}.styles-module__x_ujYa__linkText{text-align:left;width:200px}.styles-module__x_ujYa__contentLinks{flex-direction:row;align-items:flex-start;gap:4rem}.styles-module__x_ujYa__contentLinks:after{display:none}.styles-module__x_ujYa__socialMedia{flex-direction:column;align-items:flex-end;gap:1rem;width:auto;min-width:200px;padding:0;display:flex}.styles-module__x_ujYa__socialMedia h2{min-width:180px;font-family:var(--font-family-body);color:var(--white-color);font-size:1rem;font-weight:500;display:block}.styles-module__x_ujYa__socialIcons{margin-right:3rem}.styles-module__x_ujYa__copyright{font-size:.8rem}.styles-module__x_ujYa__copyright:before{content:"";filter:opacity(.2);background-color:var(--white-color);border-radius:10px;width:80vw;max-width:1500px;height:.1rem;margin:1rem 0;display:block}}@media (max-width:1200px){.styles-module__x_ujYa__footerContainerWave{height:60px}.styles-module__x_ujYa__linkList{gap:1.2rem .2rem}.styles-module__x_ujYa__linkText{width:120px}}@media (min-width:1440px){.styles-module__x_ujYa__footerContainerWave{background-color:#0000}.styles-module__x_ujYa__logo{width:180px}.styles-module__x_ujYa__logo img{width:280px;height:auto}.styles-module__x_ujYa__linkText{font-size:1.1rem;font-weight:300}.styles-module__x_ujYa__copyright{font-size:.9rem}}
.styles-module__mcUF8W__sorvetesH1Container{justify-content:center;align-items:center;width:100%;margin:2rem 0;display:flex}.styles-module__mcUF8W__sorvetesH1Content{width:90%;color:var(--primary-color-dark);letter-spacing:.1rem;text-align:center;flex-direction:column;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;line-height:.9;text-decoration:none;display:flex}.styles-module__mcUF8W__sorvetesH1{font-size:8.2rem;font-family:var(--font-family-title-2);color:var(--primary-color-dark)}.styles-module__mcUF8W__sorvetesH1Span{color:var(--secondary-color);font-size:3.6rem;font-family:var(--font-family-title-1)}@media (min-width:768px){.styles-module__mcUF8W__sorvetesH1Container{margin:1rem 0}.styles-module__mcUF8W__sorvetesH1Content{width:70%;font-size:5.5rem}.styles-module__mcUF8W__sorvetesH1{font-size:10.2rem}.styles-module__mcUF8W__sorvetesH1Span{font-size:4.6rem}}@media (min-width:1600px){.styles-module__mcUF8W__sorvetesH1Container{display:none}}
.styles-module__t28mJW__container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;display:flex}@media (min-width:768px){.styles-module__t28mJW__container{grid-template-rows:auto;grid-template-columns:repeat(3,1fr);place-items:flex-start center;gap:1rem;width:90%;margin:2rem auto;display:grid}}@media (min-width:1024px){.styles-module__t28mJW__container{grid-template-columns:repeat(4,1fr);gap:1.5rem;width:80%}}@media (min-width:1280px){.styles-module__t28mJW__container{grid-template-columns:repeat(4,1fr);gap:2rem;width:70%}}@media (min-width:1600px){.styles-module__t28mJW__container{grid-template-columns:repeat(3,1fr);gap:2.5rem;width:60%}}
.styles-module__LBtLjG__sectionLojas{background-color:var(--white-color);justify-content:center;align-items:center;width:100%;height:auto;padding-bottom:2rem;display:flex}.styles-module__LBtLjG__containerLojas{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1920px;height:auto;display:flex}.styles-module__LBtLjG__titulo{text-align:center;background-color:var(--secondary-color);width:100%;height:auto;padding-top:4rem;padding-bottom:2rem;line-height:.9;box-shadow:0 5px 2px #0000001a}.styles-module__LBtLjG__titulo h1{font-size:5rem;font-family:var(--font-family-title-2);color:var(--primary-color-dark)}.styles-module__LBtLjG__titulo span{font-family:var(--font-family-title-1);color:var(--white-color);font-size:4rem}@media (min-width:768px){.styles-module__LBtLjG__titulo{padding:2rem 0}.styles-module__LBtLjG__titulo h1{font-size:4rem}.styles-module__LBtLjG__titulo span{font-size:3.4rem}}@media (min-width:1440px){.styles-module__LBtLjG__sectionLojas{background-color:var(--secondary-color);flex-direction:column;justify-content:center;align-items:center;padding:1rem 0;display:flex}.styles-module__LBtLjG__containerLojas{width:100%;max-width:1440px}.styles-module__LBtLjG__titulo{width:80%;height:auto;box-shadow:none;text-align:left;margin-bottom:2rem;padding:2rem 0}.styles-module__LBtLjG__titulo h1{font-size:6rem}.styles-module__LBtLjG__titulo span{font-size:5.4rem}.styles-module__LBtLjG__explore{width:80%;height:auto}.styles-module__LBtLjG__br2{display:none}.styles-module__LBtLjG__subtitulo2{font-family:var(--font-family-title-2);text-transform:uppercase;color:var(--primary-color-dark);letter-spacing:.2rem;font-size:6rem}}@media (min-width:1920px){.styles-module__LBtLjG__containerLojas{width:100%;max-width:1920px}.styles-module__LBtLjG__titulo{width:70%}}
.styles-module__QgElza__bannerHome{background-image:url(/banners/banner-1440.png);background-position:50%;background-repeat:repeat;background-size:cover;background-color:var(--black-color);justify-content:center;align-items:center;width:100%;height:65vh;display:flex}.styles-module__QgElza__content{text-align:center;-webkit-backdrop-filter:blur(.8px);backdrop-filter:blur(.8px);background-color:#0000003d;justify-content:center;align-items:center;width:100%;height:100%;padding:0 1rem;display:flex}.styles-module__QgElza__title{font-family:var(--font-family-title-1);color:var(--white-color);text-shadow:-4px 4px 1px #001a49de;text-align:center;margin-top:3rem;font-size:2rem;line-height:1.4}.styles-module__QgElza__titleText{font-family:var(--font-family-title-1);color:var(--white-color);text-shadow:-4px 4px 1px #001a49de;text-align:center;margin-top:3rem;font-size:3rem;line-height:1.4}.styles-module__QgElza__buttonSmooth{position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (min-width:400px){.styles-module__QgElza__title{font-size:2.4rem;line-height:1.4}}@media (min-width:768px){.styles-module__QgElza__bannerHome{background-position:50%;background-repeat:no-repeat;background-size:cover;height:52vh}.styles-module__QgElza__title{width:80%;font-size:3rem;line-height:1.4}}@media (min-width:1024px){.styles-module__QgElza__bannerHome{height:55vh}.styles-module__QgElza__title,.styles-module__QgElza__titleText{font-size:4.2rem;line-height:1.2}}@media (min-width:1440px){.styles-module__QgElza__bannerHome{height:70vh}.styles-module__QgElza__title{max-width:1000px;margin-top:6rem;font-size:5.4rem;line-height:1.2}.styles-module__QgElza__titleText{margin-top:6rem;font-size:5.4rem;line-height:1.2}}
.styles-module__baEB7a__sectionSejaUmFranqueado{text-align:center;background-color:var(--white-color);background-image:url(/elementos-3.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;width:100%;max-width:100%;padding:4rem 2rem;display:flex;overflow:hidden}.styles-module__baEB7a__tittleContainer{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4.25rem;width:100%;height:auto;margin-bottom:2rem;display:flex}.styles-module__baEB7a__tittleSection{font-family:var(--font-family-title-2);color:var(--primary-color-dark);letter-spacing:.2rem;font-size:4.4rem;line-height:0}.styles-module__baEB7a__spanSection{font-family:var(--font-family-title-1);color:var(--secondary-color);font-size:2.8rem;line-height:0}.styles-module__baEB7a__textContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;width:100%;margin-top:2rem;display:flex}.styles-module__baEB7a__paragrafo{text-align:justify;width:100%;color:var(--primary-color-dark)}.styles-module__baEB7a__imageFranqueado{width:60%;height:auto}.styles-module__baEB7a__containerImageButton{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:5rem;margin-right:1rem;display:flex}.styles-module__baEB7a__lineBackground{display:none}@media (min-width:768px){.styles-module__baEB7a__sectionSejaUmFranqueado{align-items:flex-start;padding:4rem 7rem}.styles-module__baEB7a__tittleContainer{width:100%;height:auto;margin-top:1rem}.styles-module__baEB7a__textContainer{width:100%}.styles-module__baEB7a__spanSection{font-size:3.6rem}.styles-module__baEB7a__containerImageButton{margin-top:3rem}.styles-module__baEB7a__imageFranqueado{width:50%;height:auto}.styles-module__baEB7a__buttonFranqueado{background-color:var(--secondary-color);width:50%;color:var(--white-color);text-align:center;letter-spacing:.05em;cursor:pointer;border-radius:30px;margin-top:2rem;padding:1rem 1.6rem;font-size:1.15rem;font-weight:500;text-decoration:none;transition:background-color .6s ease-in-out}.styles-module__baEB7a__buttonFranqueado:hover{background-color:var(--secondary-color-dark)}}@media (min-width:1440px){.styles-module__baEB7a__sectionSejaUmFranqueado{justify-content:center;align-items:center;width:100%;padding:0;display:flex}.styles-module__baEB7a__contentFranqueado{grid-template-columns:repeat(2,1fr);gap:2rem;width:80%;height:100%;display:grid}.styles-module__baEB7a__textTittleBtn{flex-direction:column;justify-content:center;padding:4rem 2rem;display:flex}.styles-module__baEB7a__spanSection{margin-bottom:2rem;font-size:4rem}.styles-module__baEB7a__tittleContainer{text-align:left;align-items:flex-start;gap:2rem;width:100%;height:auto;margin-top:0}.styles-module__baEB7a__tittleSection{font-size:6.5rem;line-height:1.2}.styles-module__baEB7a__containerImage{justify-content:center;align-items:flex-end;width:100%;height:100%;margin-top:0;display:flex}.styles-module__baEB7a__containerImage img{width:80%;height:auto}.styles-module__baEB7a__paragrafo{width:100%;height:auto;font-size:1.2rem}}
.styles-module__tgUq2W__sectionSorvetes{background-color:var(--primary-color-dark);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;display:flex;overflow:hidden}.styles-module__tgUq2W__sectionSpace{width:100%;height:60rem}.styles-module__tgUq2W__sectionContent{flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;display:flex}.styles-module__tgUq2W__sectionTitle{flex-direction:column;align-items:center;gap:0;width:100%;height:auto;display:flex}.styles-module__tgUq2W__title{font-family:var(--font-family-title-2);color:var(--white-color);text-align:center;letter-spacing:.2rem;margin:3rem 0;font-size:6rem;line-height:.8}.styles-module__tgUq2W__highlight{font-family:var(--font-family-title-1);color:var(--secondary-color);letter-spacing:0;font-size:5.4rem}.styles-module__tgUq2W__sectionContentSorvetes{flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;height:auto;display:flex;overflow:hidden}.styles-module__tgUq2W__sorvetesList{flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%;margin:0;padding:0;list-style:none;display:flex}.styles-module__tgUq2W__sorveteItem{width:100%;overflow:hidden}.styles-module__tgUq2W__sorveteCard{border:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;transition:transform .4s ease-in-out;display:flex;position:relative;overflow:hidden}.styles-module__tgUq2W__sorveteCard:focus,.styles-module__tgUq2W__sorveteCard:hover{transform:scale(1.1)}.styles-module__tgUq2W__sorveteImage{object-fit:contain;z-index:0;width:100%;height:100%}.styles-module__tgUq2W__sorveteTitle{font-family:var(--font-family-title-1);color:var(--white-color);text-align:center;text-shadow:0 4px 2px #000000b9;-webkit-backdrop-filter:blur(1.1px);backdrop-filter:blur(1.1px);z-index:calc(var(--z-base) + 1);padding:.5rem 1rem;font-size:4rem;transition:opacity .7s ease-in-out,font-size .6s ease-in-out,top .4s ease-in-out,padding .4s ease-in-out,transform .4s ease-in-out,-webkit-backdrop-filter .4s ease-in-out,backdrop-filter .4s ease-in-out;position:absolute;top:40%;left:0;right:0}@media (max-width:375px){.styles-module__tgUq2W__sectionSpace{height:55rem}.styles-module__tgUq2W__title{font-size:5rem}.styles-module__tgUq2W__highlight{font-size:4.6rem}.styles-module__tgUq2W__sorveteTitle{font-size:3.8rem}}@media (max-width:350px){.styles-module__tgUq2W__sectionSpace{height:50rem}.styles-module__tgUq2W__title{font-size:4.8rem}.styles-module__tgUq2W__highlight{font-size:4.4rem}.styles-module__tgUq2W__sorveteTitle{font-size:3.6rem}}@media (max-width:320px){.styles-module__tgUq2W__sectionSpace{height:45rem}.styles-module__tgUq2W__title{font-size:4rem}.styles-module__tgUq2W__highlight{font-size:3.6rem}.styles-module__tgUq2W__sorveteTitle{font-size:2.8rem}}@media (max-width:280px){.styles-module__tgUq2W__sectionSpace{height:40rem}}@media (min-width:768px){.styles-module__tgUq2W__sectionSpace{height:18rem}.styles-module__tgUq2W__title{font-size:3.8rem;line-height:.8}.styles-module__tgUq2W__highlight{font-size:3.8rem}.styles-module__tgUq2W__sectionContentSorvetes{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;align-items:center;gap:0;display:grid;overflow-x:hidden}.styles-module__tgUq2W__sorveteCard{border:1px solid var(--primary-color);flex-direction:row;justify-content:center;align-items:center;gap:2rem;display:flex}.styles-module__tgUq2W__sectionContentSorvetes{flex-flow:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}.styles-module__tgUq2W__sorvetesList{grid-template-columns:repeat(2,1fr);width:100%;display:grid}.styles-module__tgUq2W__sorveteItem{width:100%}.styles-module__tgUq2W__sorveteTitle{font-size:4rem}}@media (min-width:1024px){.styles-module__tgUq2W__sectionSpace{height:15rem}.styles-module__tgUq2W__title{font-size:4.5rem;line-height:.8}.styles-module__tgUq2W__highlight{font-size:4.5rem}.styles-module__tgUq2W__sorveteTitle{font-size:5.5rem}}@media (min-width:1440px){.styles-module__tgUq2W__sectionSpace{height:20rem}.styles-module__tgUq2W__title{font-size:9rem;line-height:.8}.styles-module__tgUq2W__highlight{font-size:8.4rem}.styles-module__tgUq2W__sectionContentSorvetes{gap:3rem}.styles-module__tgUq2W__sorvetesList{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.styles-module__tgUq2W__sorveteCard{border:none;width:100%}.styles-module__tgUq2W__sorveteTitle{opacity:0;padding:0;font-size:0;display:block}.styles-module__tgUq2W__sorveteCard:hover .styles-module__tgUq2W__sorveteTitle,.styles-module__tgUq2W__sorveteCard:focus .styles-module__tgUq2W__sorveteTitle{opacity:1;padding:.5rem 1rem;font-size:4rem;top:35%;transform:translateY(0)}.styles-module__tgUq2W__sorveteCard:focus,.styles-module__tgUq2W__sorveteCard:hover{-webkit-backdrop-filter:blur(1.4px);backdrop-filter:blur(1.4px);transition:transform .8s ease-in-out;transform:scale(1.18)}}
.styles-module__7WhYoG__sorvetesH1Container{justify-content:center;align-items:center;width:100%;padding:1rem 0;display:flex}.styles-module__7WhYoG__sorvetesH1Content{background-color:var(--primary-color-dark);border-radius:8px;width:auto;padding:.4rem 2rem;box-shadow:0 3px #0000001a}.styles-module__7WhYoG__sorvetesH1{letter-spacing:.1rem;color:var(--white-color);text-align:center;font-size:2rem;font-weight:700;font-family:var(--font-family-title-1)}
.styles-module__frRjqa__buttonSection{cursor:pointer;width:auto;height:auto;z-index:var(--z-dropdown);border:none;border-radius:50%;justify-content:center;align-self:center;align-items:center;animation:1.5s infinite styles-module__frRjqa__bounce;display:flex}.styles-module__frRjqa__buttonSection:hover .styles-module__frRjqa__chevronIcon{background-color:#0000}.styles-module__frRjqa__chevronIcon{color:var(--secondary-color);width:38px;height:38px}@keyframes styles-module__frRjqa__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}
.page-module__VMvN-G__container{padding:0}.page-module__VMvN-G__bannerFranqueado{background-image:url(/banners/banner-375-home.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;height:60vh;display:flex;box-shadow:inset 0 0 10px #00000060}@media (min-width:768px){.page-module__VMvN-G__bannerFranqueado{background-image:url(/banners/banner-768-home.png);height:70vh}}@media (min-width:940px){.page-module__VMvN-G__bannerFranqueado{background-image:url(/banners/banner-1920-home.jpg);height:60vh}}@media (min-width:1024px){.page-module__VMvN-G__bannerFranqueado{height:740px}}@media (min-width:1280px){.page-module__VMvN-G__bannerFranqueado{height:850px}}@media (min-width:1920px){.page-module__VMvN-G__bannerFranqueado{background-position:50% 30%;height:90vh}}@media (min-width:2560px){.page-module__VMvN-G__bannerFranqueado{height:85vh}}
.styles-module__LB595W__wrapper{width:100%;min-height:200px;position:relative}.styles-module__LB595W__loaderOverlay{background-color:var(--white-color);width:100%;height:100%;z-index:var(--z-low);justify-content:center;align-items:flex-start;padding-top:100px;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;display:flex;position:absolute;top:0;left:0}.styles-module__LB595W__hidden{opacity:0;visibility:hidden;pointer-events:none}
.styles-module__i-Fc0a__bannerHome{background-color:var(--black-color);width:100%;height:90vh;color:var(--white-color);justify-content:center;align-items:center;display:flex}.styles-module__i-Fc0a__buttonSmooth{position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (min-width:768px){.styles-module__i-Fc0a__bannerHome{height:65vh}}@media (min-width:1024px){.styles-module__i-Fc0a__bannerHome{height:60vh}}
.styles-module__t_zEKa__button{background-color:var(--secondary-color);width:auto;height:auto;color:var(--white-color);border-radius:2rem;padding:1rem 2rem;font-size:1.25rem;font-weight:500;box-shadow:10px 10px 30px #0000001a}.styles-module__t_zEKa__button:hover{background-color:var(--secondary-color-dark);cursor:pointer;transition:all .5s}.styles-module__t_zEKa__button:focus{box-shadow:0 0 0 3px var(--secondary-color-dark);outline:none}.styles-module__t_zEKa__button:active{background-color:var(--secondary-color-dark)}
.styles-module__tZpC4G__modalOverlay{width:100vw;height:100vh;z-index:var(--z-modal);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.styles-module__tZpC4G__modalContent{background:linear-gradient(135deg, var(--white-color) 80%, #f0f4ff 100%);text-align:center;min-width:340px;max-width:92vw;color:var(--primary-color);border-radius:18px;padding:2.5rem 2.2rem 2rem;font-size:1.4rem;font-weight:700;animation:.4s cubic-bezier(.4,0,.2,1) styles-module__tZpC4G__modalFadeIn;position:relative;box-shadow:0 8px 40px #0000002e}.styles-module__tZpC4G__modalContent p{color:var(--secondary-color-dark);margin-top:1rem;font-size:1.1rem;font-weight:500}@keyframes styles-module__tZpC4G__modalFadeIn{0%{opacity:0;transform:translateY(40px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.styles-module__tZpC4G__timerText{color:var(--secondary-color-dark);letter-spacing:.5px;background:#ffebcd4d;border-radius:6px;margin-top:1.2rem;padding:.2rem .7rem;font-size:1.08rem;font-weight:600;display:inline-block}@media (max-width:768px){.styles-module__tZpC4G__modalContent{min-width:90vw;padding:1.2rem .7rem;font-size:1.05rem}.styles-module__tZpC4G__closeButton{width:30px;height:30px;font-size:1.5rem;top:6px;right:8px}}@media (max-width:400px){.styles-module__tZpC4G__modalContent{min-width:98vw;padding:.7rem .2rem;font-size:.98rem}}
.page-module__2Z56EG__contato{background-color:var(--white-color);background-image:url(/elementos-4.svg);background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:auto;display:flex;overflow:hidden}.page-module__2Z56EG__containerContato{justify-content:center;align-items:center;width:100%;height:auto;display:flex;overflow:hidden}.page-module__2Z56EG__vazio{display:none}@media (min-width:1440px){.page-module__2Z56EG__contato{height:100%}.page-module__2Z56EG__containerContato{background-image:url(/desktop/bg-contato.png);background-position:0 0;background-repeat:no-repeat;background-size:contain;grid-template-columns:1fr 1fr;gap:15rem;max-width:1440px;height:auto;padding:12rem 3rem;display:grid;overflow:hidden}.page-module__2Z56EG__vazio{display:block}}@media (min-width:1920px){.page-module__2Z56EG__contato{height:auto}.page-module__2Z56EG__containerContato{background-size:calc(100% - 40rem);max-width:1440px;padding:10rem 3rem}}
.styles-module__XOJEcG__wrapper{background-color:var(--primary-color-dark);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.styles-module__XOJEcG__containerTitle{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;padding:1rem 2rem;display:flex}.styles-module__XOJEcG__title{font-family:var(--font-family-title-2);color:var(--white-color);letter-spacing:.04em;margin:1.25rem 0;line-height:.9;font-size:5rem!important}.styles-module__XOJEcG__title span{color:var(--secondary-color)}.styles-module__XOJEcG__descricao{font-family:var(--font-family-body);color:var(--white-color);opacity:.8;font-size:1rem}.styles-module__XOJEcG__form{flex-direction:column;gap:1.25rem;width:100%;max-width:1100px;padding:0 2rem 2rem;display:flex}.styles-module__XOJEcG__formGrid{flex-direction:column;gap:1rem;display:flex}.styles-module__XOJEcG__formGroup{flex-direction:column;flex:1;gap:.25rem;display:flex}.styles-module__XOJEcG__formGroup label{color:var(--white-color);letter-spacing:1px;margin-left:2px;font-size:1rem;font-weight:500}.styles-module__XOJEcG__formGroup input,.styles-module__XOJEcG__formGroup textarea{width:100%;color:var(--white-color);font-family:var(--font-family-body);background-color:#ffffff3d;border:2px solid #ffffff1a;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;transition:all .3s}.styles-module__XOJEcG__formGroup input::placeholder,.styles-module__XOJEcG__formGroup textarea::placeholder{color:#ffffff8a}.styles-module__XOJEcG__formGroup input:focus,.styles-module__XOJEcG__formGroup textarea:focus{border-color:var(--secondary-color);background-color:#ffffff1a;outline:none;box-shadow:0 0 0 4px #ffdd6c1a}.styles-module__XOJEcG__hiddenCheckbox{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.styles-module__XOJEcG__formGroup textarea{resize:vertical;min-height:120px}.styles-module__XOJEcG__charCount{color:#ffffff80;text-align:right;margin-top:-.15rem;font-size:.7rem}.styles-module__XOJEcG__formGroupFile{flex-direction:column;gap:.25rem;display:flex}.styles-module__XOJEcG__fileInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.styles-module__XOJEcG__fileLabel{cursor:pointer;background-color:#ffffff08;border:2px dashed #fff3;border-radius:12px;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.25rem;padding:1rem 1.5rem;transition:all .3s;display:flex}.styles-module__XOJEcG__fileLabelText{color:var(--white-color);flex-direction:column;align-items:flex-start;gap:0;display:flex}.styles-module__XOJEcG__fileLabel span{opacity:.9;font-size:.85rem}.styles-module__XOJEcG__fileHint{display:none}.styles-module__XOJEcG__fileSelected{background-color:#4ade800d;border-style:solid;border-color:#4ade80}.styles-module__XOJEcG__containerCheckbox{margin-top:.25rem}.styles-module__XOJEcG__checkboxLabel{cursor:pointer;align-items:center;gap:10px;display:flex}.styles-module__XOJEcG__checkboxText{color:#ffffffb3;font-size:.8rem;line-height:1.3}.styles-module__XOJEcG__checkmark{background-color:#ffffff1a;border:2px solid #fff3;border-radius:4px;width:18px;min-width:18px;height:18px;position:relative}.styles-module__XOJEcG__checkboxLabel input:checked~.styles-module__XOJEcG__checkmark{background-color:var(--secondary-color);border-color:var(--secondary-color)}.styles-module__XOJEcG__checkmark:after{content:"";border:solid var(--primary-color-dark);border-width:0 2px 2px 0;width:4px;height:8px;display:none;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.styles-module__XOJEcG__checkboxLabel input:checked~.styles-module__XOJEcG__checkmark:after{display:block}.styles-module__XOJEcG__containerButton{margin-top:.5rem}.styles-module__XOJEcG__button{max-width:300px;padding:1.1rem;font-size:.95rem;border-radius:12px!important;width:100%!important}
.styles-module__lBfIKW__containerPrivacidade{background:var(--white-color,#fff);border-radius:1.2rem;max-width:900px;margin:3rem auto 4rem;padding:2.5rem 1.5rem;box-shadow:0 4px 32px #00000014}.styles-module__lBfIKW__tituloPrivacidade{color:var(--primary-color-dark,#1a1a1a);text-align:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.styles-module__lBfIKW__subtituloPrivacidade{color:var(--primary-color-dark,#3a3a3a);margin-top:2.2rem;margin-bottom:.7rem;font-size:1.3rem;font-weight:600}.styles-module__lBfIKW__textoPrivacidade{color:#444;font-size:1.08rem;line-height:1.7;font-family:var(--font-family-body,"Inter", Arial, sans-serif);margin-bottom:1.2rem}.styles-module__lBfIKW__listaPrivacidade{color:#444;margin:1.2rem 0 1.2rem 1.5rem;padding-left:1.2rem;font-size:1.05rem;line-height:1.6}.styles-module__lBfIKW__destaquePrivacidade{color:var(--primary-color-dark,#1a1a1a);font-weight:600}@media (max-width:600px){.styles-module__lBfIKW__containerPrivacidade{margin:1.2rem 0 2rem;padding:1.2rem .5rem}.styles-module__lBfIKW__tituloPrivacidade{font-size:1.4rem}.styles-module__lBfIKW__subtituloPrivacidade{font-size:1.08rem}.styles-module__lBfIKW__textoPrivacidade,.styles-module__lBfIKW__listaPrivacidade{font-size:.98rem}}
.page-module__ohMxyG__containerTrabalheConosco{background-color:var(--grey-color);flex-direction:column;align-items:center;width:100%;display:flex}.page-module__ohMxyG__containerMainJobs{justify-content:center;align-items:center;width:100%;padding:7rem 0 4rem;display:flex}.page-module__ohMxyG__containerForms{background-color:var(--secondary-color);border-radius:30px;flex-direction:column;align-items:center;width:90%;display:flex;overflow:hidden}@media (min-width:768px){.page-module__ohMxyG__containerMainJobs{padding:8rem 0 5rem}.page-module__ohMxyG__containerForms{border-radius:30px;width:85%;max-width:680px;box-shadow:0 8px 30px #00000026}}@media (min-width:1024px){.page-module__ohMxyG__containerForms{background-color:var(--primary-color-dark);width:90%;max-width:980px;box-shadow:none;border-radius:20px;flex-direction:row;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 5px #00000026}}@media (min-width:1440px){.page-module__ohMxyG__containerForms{width:90%;max-width:1200px;margin-top:5rem}}
