@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);@charset "UTF-8";:root{--sm1:.25rem;--sm2:.375rem;--sm3:.5rem;--sm4:.75rem;--sm5:.875rem;--md1:1rem;--md2:1.115rem;--md3:1.25rem;--md4:1.5rem;--md5:1.75rem;--md6:1.875rem;--lg1:2rem;--lg2:2.5rem;--lg3:3rem;--lg4:3.5rem;--lg5:4rem;--lg6:4.5rem}html{font-size:15px;overflow-x:hidden}body{margin:0;font-family:"Lato",sans-serif}.row{display:flex;flex-wrap:wrap}.img-fluid{max-width:100%;height:auto}*{scroll-behavior:smooth}a,a:active,a:focus,a:hover{text-decoration:none}ul{list-style:none;padding:0}img{max-width:100%;height:auto}.link-absolute{position:absolute;left:0;top:0;width:100%;height:100%;z-index:10}.center-absolute{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}html:not(.loja) .btn{transition:ease-in-out 0.2s;padding:1rem 1.5rem;font-size:var(--sm5)}html:not(.loja) .btn-small{padding:0.75rem 1rem}html:not(.loja) .btn-textup{text-transform:uppercase}html:not(.loja) .btn-round{border-radius:50px}html:not(.loja) .btn-orange{border:1px solid #E04403;color:#E04403}html:not(.loja) .btn-orange:hover{color:#FFF;background:#E04403}html:not(.loja) .btn-orange-full{background:#E04403;color:#FFF}html:not(.loja) .btn-orange-full:not(.btn-orange-full-border){border:0}html:not(.loja) .btn-orange-full:hover{background:#FFF;color:#E04403}html:not(.loja) .btn-white{border:1px solid #FFF;color:#FFF}html:not(.loja) .btn-white:hover{color:#E04403;background:#FFF}html:not(.loja) .btn-green{border:1px solid #5cb85c;color:#5cb85c}html:not(.loja) .btn-green:hover{color:#FFF;background:#5cb85c}html:not(.loja) .btn-green-full{background:#5cb85c;color:#FFF}html:not(.loja) .btn-green-full:not(.btn-green-full-border){border:0}html:not(.loja) .btn-green-full:hover{background:#FFF!important;color:#5cb85c}html:not(.loja) .btn-red{border:1px solid #d9534f;color:#d9534f}html:not(.loja) .btn-red:hover{color:#FFF;background:#d9534f}html:not(.loja) .btn-red-full{background:#d9534f;color:#FFF}html:not(.loja) .btn-red-full:not(.btn-red-full-border){border:0}html:not(.loja) .btn-red-full:hover{background:#FFF!important;color:#d9534f}html:not(.loja) form .form-group.search{position:relative}html:not(.loja) form .form-group.search button{position:absolute;right:0;top:0;bottom:0;border-radius:50px;text-transform:uppercase;color:#FFF;font-weight:500;display:flex;justify-content:center;align-items:center;background:#E04403;padding-left:10px;padding-right:10px;font-size:var(--sm5);outline:0;border:0;transition:ease-in-out 0.2s}html:not(.loja) form .form-group.search button:hover{transform:scale(1.05)}html:not(.loja) form .form-group .form-control{border-radius:50px;font-size:var(--sm5)}html:not(.loja) form .form-group .form-control-big{height:50px;padding-left:1.5rem;padding-right:1.5rem}html:not(.loja) form .form-group .form-control::-moz-placeholder{font-size:var(--sm5);color:#495057}html:not(.loja) form .form-group .form-control::placeholder{font-size:var(--sm5);color:#495057}html:not(.loja) section.banner{height:calc(100vh - 78px);max-height:550px;display:flex;align-items:center;color:#FFF;background-size:cover;padding:4rem 1rem;background-position:center}html:not(.loja) section.banner h3{text-transform:uppercase;color:#E04403;font-size:var(--md3);letter-spacing:0.5px}html:not(.loja) section.banner h1{font-size:var(--lg5);line-height:var(--lg5);text-transform:uppercase;margin-bottom:2rem}html:not(.loja) section.banner p{max-width:250px}html:not(.loja) section.banner ul li{text-transform:uppercase;color:#E04403}@media (max-width:767.99px){html:not(.loja) section.banner{padding-top:8rem;padding-bottom:2rem;min-height:auto}html:not(.loja) section.banner h3{margin-bottom:0;font-size:var(--sm5)}html:not(.loja) section.banner h1{font-size:var(--lg2);line-height:var(--lg3)}html:not(.loja) section.banner a{margin-top:2rem;display:table}html:not(.loja) section.banner p{max-width:100%}}html:not(.loja) .type-selector{display:flex;gap:1rem}html:not(.loja) .type-selector button{background:transparent;border:1px solid #e4e4e4;padding:0;margin:0;outline:0;width:30px;height:30px;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:4px}html:not(.loja) .type-selector button:first-child{margin-left:auto}html:not(.loja) #page-progress{position:fixed;top:0;left:0;width:0;height:3px;background:#E04403;z-index:99999;opacity:0;pointer-events:none;box-shadow:0 0 8px rgba(224,68,3,0.6);transition:width 0.3s ease,opacity 0.2s ease}html:not(.loja) #page-progress.active{opacity:1;width:90%;animation:page-progress-grow 8s ease-out forwards}@keyframes page-progress-grow{0%{width:0}25%{width:45%}60%{width:75%}100%{width:90%}}html:not(.loja) body.is-navigating{cursor:progress}html:not(.loja) body.is-navigating .main-wrapper{opacity:0.6;pointer-events:none;transition:ease-in-out 0.2s}html:not(.loja) .btn-spinner{display:inline-block;width:1em;height:1em;vertical-align:-0.125em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-spin 0.6s linear infinite}html:not(.loja) .is-loading{cursor:progress;pointer-events:none;opacity:0.85}@keyframes spinner-spin{to{transform:rotate(360deg)}}html:not(.loja) .btn-fav.loading{opacity:0.5;pointer-events:none;animation:fav-pulse 0.8s ease-in-out infinite}@keyframes fav-pulse{50%{opacity:0.85}}html:not(.loja) .cart-saving{display:none;align-items:center;gap:6px;margin:8px 0;font-size:13px;color:#E04403}html:not(.loja) .cart-saving.show{display:flex}html:not(.loja) header{background:rgba(0,0,0,0.9);position:fixed;width:100%;top:0;z-index:999999}html:not(.loja) header > .navbar{padding:0.75rem 1rem}html:not(.loja) header > .navbar > .container{display:flex;align-items:center;justify-content:space-between}@media (min-width:768px){html:not(.loja) header > .navbar > .container{max-width:1280px}}html:not(.loja) header > .navbar > .container > .nav-brand{display:flex;align-items:center;justify-content:center}html:not(.loja) header > .navbar > .container > .nav-brand svg{max-height:55px;width:auto}html:not(.loja) header > .navbar > .container > .nav-toggler{display:none}html:not(.loja) header > .navbar > .container > .nav-toggler svg{width:35px;height:25px}html:not(.loja) header > .navbar > .container > .nav-toggler svg path{fill:#FFF}@media (max-width:1285.99px){html:not(.loja) header > .navbar > .container > .nav-toggler{display:block}}html:not(.loja) header > .navbar > .container > .nav-list{display:flex;align-items:center;justify-content:space-between;position:relative}@media (min-width:1285.99px){html:not(.loja) header > .navbar > .container > .nav-list{opacity:1!important;display:flex!important}}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item{padding:1rem 0.35rem;text-align:center}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item > .nav-link{position:relative;font-size:var(--md1);font-weight:400;color:#FFF;transition:ease-in-out 0.2s}@media (max-width:1285.99px){html:not(.loja) header > .navbar > .container > .nav-list > .nav-item > .nav-link{color:#000}}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item > .nav-link:hover{color:#E04403}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown{position:relative}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown:hover .dropdown-menu,html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown:hover .dropdown-menu:hover,html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown:focus-within .dropdown-menu,html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown:focus-within .dropdown-menu:hover{visibility:visible;opacity:1;display:block}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown > .dropdown-menu{flex-direction:column;align-items:flex-start;position:absolute;left:0;margin-top:1em;visibility:hidden;display:none;opacity:0;background:rgba(0,0,0,0.9);box-shadow:1px 1px 8px -5px rgba(0,0,0,0.7);border-radius:8px;z-index:9;padding-top:0.5rem;padding-bottom:0.5rem}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown > .dropdown-menu > .dropdown-item{padding:0.5rem}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown > .dropdown-menu > .dropdown-item > .dropdown-link{color:#FFF;transition:ease-in-out 0.2s;white-space:nowrap;padding:0.75rem 2rem;border-radius:8px}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.dropdown > .dropdown-menu > .dropdown-item > .dropdown-link:hover{color:#E04403;background-color:transparent}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.last-btn > .nav-link{text-transform:uppercase;border:1px solid #E04403;border-radius:50px;padding:0.65rem 1rem;color:#E04403;transition:ease-in-out 0.2s}html:not(.loja) header > .navbar > .container > .nav-list > .nav-item.last-btn > .nav-link:hover{color:#FFF;background-color:#E04403}html:not(.loja) header > .navbar > .container > .nav-list .options{display:flex;align-items:flex-end;gap:1rem;margin:0 2rem}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item{padding-top:0.5rem;padding-bottom:0.5rem}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item:first-child{border-right:1px solid #FFF;padding-right:1rem}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item:last-child .nav-link svg{transform:translateX(-2px)}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link{display:flex;flex-direction:column;justify-content:center;transition:ease-in-out 0.2s;font-size:0.9rem}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link svg{max-height:20px;width:auto;margin-bottom:5px;transition:ease-in-out 0.2s}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link svg path{transition:ease-in-out 0.2s}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link span{color:#FFF}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link:hover svg path{fill:#E04403}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown{position:relative}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown:hover .dropdown-menu,html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown:hover .dropdown-menu:hover,html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown:focus-within .dropdown-menu,html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown:focus-within .dropdown-menu:hover{visibility:visible;opacity:1;display:block}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown > .dropdown-menu{flex-direction:column;align-items:flex-start;position:absolute;left:0;margin-top:0.5rem;visibility:hidden;display:none;opacity:0;background:rgba(0,0,0,0.9);box-shadow:1px 1px 8px -5px rgba(0,0,0,0.7);border-radius:8px;z-index:9;padding-top:0.5rem;padding-bottom:0.5rem}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown > .dropdown-menu > .dropdown-item{padding:0.5rem}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown > .dropdown-menu > .dropdown-item > .dropdown-link{color:#FFF;transition:ease-in-out 0.2s;white-space:nowrap;padding:0.75rem 2rem;border-radius:8px}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item.dropdown > .dropdown-menu > .dropdown-item > .dropdown-link:hover{color:#E04403;background-color:transparent}@media (max-width:1285.99px){html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link{justify-content:center}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link span{color:#000}html:not(.loja) header > .navbar > .container > .nav-list .options .nav-item .nav-link svg path{fill:#000}}@media (max-width:1285.99px){html:not(.loja) header > .navbar > .container > .nav-brand{flex:0 0 200px;max-width:200px;justify-content:flex-start;height:55px}html:not(.loja) header > .navbar > .container > .nav-list{position:absolute;top:80px;flex-direction:column;width:100%;flex:0 0 100%;left:0;background:#FFF;padding:0;display:none;opacity:0;transition:ease-in-out 0.2s;box-shadow:0 30px 30px rgba(174,171,171,0.12);z-index:99;padding-bottom:2rem;padding-top:1rem}html:not(.loja) header > .navbar > .container > .nav-list .nav-item > .nav-link:after{bottom:-5px}html:not(.loja) header > .navbar > .container > .nav-list .nav-item.dropdown{display:flex}html:not(.loja) header > .navbar > .container > .nav-list .nav-item.dropdown{text-align:left;flex-direction:column;align-items:center}html:not(.loja) header > .navbar > .container > .nav-list .nav-item.dropdown .dropdown-menu{position:static;transform:none}html:not(.loja) header > .navbar > .container > .nav-list .nav-item.last-btn{display:flex;justify-content:center;align-items:center;width:80%;margin:1.5rem auto 0;background:#E04403}html:not(.loja) header > .navbar > .container > .nav-list .nav-item.last-btn .nav-link{color:#FFF}html:not(.loja) header > .navbar > .container > .nav-list .options{justify-content:center;border-top:1px solid rgba(224,68,3,0.15);margin-top:1rem;padding-top:2rem}}html:not(.loja) footer{background:#202020;color:#FFF;padding:3rem 0rem 0}html:not(.loja) footer .col:nth-child(1) p{max-width:270px;margin-top:2rem}html:not(.loja) footer .col:nth-child(2){display:flex;justify-content:center}html:not(.loja) footer .col:nth-child(2) .wrapper{min-width:270px}html:not(.loja) footer .col:nth-child(2) .wrapper .list li{padding:0.75rem 0;border-bottom:1px solid rgba(112,112,112,0.2)}html:not(.loja) footer .col:nth-child(2) .wrapper .list li a{color:#FFF;transition:ease-in-out 0.2s;font-size:var(--md1)}html:not(.loja) footer .col:nth-child(2) .wrapper .list li a:hover{color:#E04403}html:not(.loja) footer .col:nth-child(3){display:flex;justify-content:flex-end}html:not(.loja) footer .col:nth-child(3) .wrapper .item{display:flex;align-items:flex-start}html:not(.loja) footer .col:nth-child(3) .wrapper .item:not(:last-child){margin-bottom:1rem}html:not(.loja) footer .col:nth-child(3) .wrapper .item svg{margin-right:1rem;margin-top:5px}html:not(.loja) footer .col:nth-child(3) .wrapper .item a{color:#FFF;transition:ease-in-out 0.2s}html:not(.loja) footer .col:nth-child(3) .wrapper .item a + a{margin-top:1rem;display:block}html:not(.loja) footer .col:nth-child(3) .wrapper .item a:hover{color:#E04403}html:not(.loja) footer .col .title-section{text-transform:uppercase;font-size:var(--md3);border-bottom:2px solid #E04403;display:table}html:not(.loja) footer .row-btns{margin-top:3rem}html:not(.loja) footer .row-btns a{background:#FFF;border-radius:50px;padding:0.75rem 1rem;font-weight:600;font-size:var(--md1);color:#000;display:flex;align-items:center;justify-content:center;border:1px solid #FFF;transition:ease-in-out 0.2s;max-width:250px}html:not(.loja) footer .row-btns a:hover{color:#FFF;background:transparent}html:not(.loja) footer .row-btns a:hover svg path{fill:#FFF}html:not(.loja) footer .row-btns a svg{margin-right:10px;max-width:24px;height:auto}html:not(.loja) footer .row-btns a svg path{transition:ease-in-out 0.2s}html:not(.loja) footer .bottom-bar{background:#000;color:#FFF;text-align:center;padding:1.5rem;margin-top:3rem;font-size:var(--sm4)}@media (max-width:767.99px){html:not(.loja) footer{padding:3rem 1rem 0}html:not(.loja) footer .col:nth-child(2){margin-top:1.5rem;margin-bottom:1.5rem}html:not(.loja) footer .col:nth-child(2) .wrapper{width:100%}html:not(.loja) footer .col:nth-child(3) .wrapper{width:100%}html:not(.loja) footer .row-btns{gap:1rem}html:not(.loja) footer .row-btns a{margin-left:auto;margin-right:auto}}html:not(.loja) section.cta-parceiro-revendedor{background:linear-gradient(180deg,#FFF 0,#FFF 147px,#202020 147px,#202020 calc(100% - 130px),#FFF calc(100% - 130px),#FFF 100%);position:relative;overflow-x:hidden}html:not(.loja) section.cta-parceiro-revendedor > img{max-height:650px;margin-left:8%}html:not(.loja) section.cta-parceiro-revendedor .container{position:absolute;top:50%;z-index:2;color:white;left:50%;transform:translate(-50%,-50%)}html:not(.loja) section.cta-parceiro-revendedor .container h2{text-transform:uppercase;font-size:var(--lg1);line-height:125%}html:not(.loja) section.cta-parceiro-revendedor .container p{margin:0;font-size:var(--md1);line-height:var(--md5)}html:not(.loja) section.cta-parceiro-revendedor .container p:last-of-type{margin-bottom:3rem}html:not(.loja) section.cta-parceiro-revendedor .container p:first-of-type{margin-top:2rem}html:not(.loja) section.cta-parceiro-revendedor .container p strong{font-size:var(--md3);color:#E04403}html:not(.loja) section.cta-parceiro-revendedor .container a{border-radius:50px;border:1px solid #E04403;transition:ease-in-out 0.2s;color:#E04403;padding:1rem 1.5rem;text-transform:uppercase;margin-top:3rem}html:not(.loja) section.cta-parceiro-revendedor .container a:hover{color:#FFF;background:#E04403}@media (max-width:767.99px){html:not(.loja) section.cta-parceiro-revendedor{background:linear-gradient(180deg,#FFF 0,#FFF 94px,#202020 94px,#202020 100%);display:flex;flex-direction:column;padding-bottom:4rem}html:not(.loja) section.cta-parceiro-revendedor > img{max-width:100%;height:auto;margin:0 3rem}html:not(.loja) section.cta-parceiro-revendedor .container{position:initial;transform:none;margin-top:2rem;padding-left:2rem;padding-right:2rem}html:not(.loja) section.cta-parceiro-revendedor .container br{display:none}html:not(.loja) section.cta-parceiro-revendedor .container p{text-align:justify}html:not(.loja) section.cta-parceiro-revendedor .container a{display:table;margin:3rem auto 0}}html:not(.loja) section.instagram{padding-top:4rem}html:not(.loja) section.instagram .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:4rem;display:table;margin-left:auto;margin-right:auto}html:not(.loja) section.instagram .text h2{font-size:var(--md5);font-weight:600;margin-bottom:0}html:not(.loja) section.instagram .text h2 span{color:#E04403}@media (min-width:768px){html:not(.loja) section.instagram .sliderInstagram .slick-list{margin:0 3rem;overflow:visible}}html:not(.loja) section.instagram .sliderInstagram .slider{padding:0.5rem;position:relative}@media (max-width:767.99px){html:not(.loja) section.instagram{padding-top:3rem}}html:not(.loja) section.search-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.95);z-index:9999999;display:none}html:not(.loja) section.search-overlay .container{padding-top:10%}html:not(.loja) section.search-overlay .container form{position:relative}html:not(.loja) section.search-overlay .container form input{border:0;border-bottom:2px solid #FFF;color:#FFF;width:100%;background:transparent;padding-bottom:10px;padding-top:10px}html:not(.loja) section.search-overlay .container form input::-webkit-search-cancel-button{display:none}html:not(.loja) section.search-overlay .container form input:focus{outline:0}html:not(.loja) section.search-overlay .container form input::-moz-placeholder{color:#FFF}html:not(.loja) section.search-overlay .container form input::placeholder{color:#FFF}html:not(.loja) section.search-overlay .container form svg{position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}html:not(.loja) .pagination{padding:3rem 1rem;display:table;margin-left:auto;margin-right:auto}html:not(.loja) .pagination .container{display:flex;justify-content:flex-end;gap:1rem}@media (max-width:767.99px){html:not(.loja) .pagination .container{flex-wrap:wrap;justify-content:center}}html:not(.loja) .pagination .pages{display:flex;gap:1rem}@media (max-width:767.99px){html:not(.loja) .pagination .pages{order:3}}html:not(.loja) .pagination .pages .page{width:40px;display:flex;align-items:center;justify-content:center;font-size:var(--md3);line-height:var(--md3);vertical-align:middle}html:not(.loja) .pagination a{border:1px solid #D3D9DE;border-radius:4px;display:flex;align-items:center;transition:ease-in-out 0.2s;height:40px;padding-left:1rem;padding-right:1rem;color:#000}html:not(.loja) .pagination a:hover,html:not(.loja) .pagination a.active{color:#E04403;font-weight:600;border-color:#E04403}@media (max-width:767.99px){html:not(.loja) .pagination a.prev{order:1}}html:not(.loja) .pagination a.prev svg{margin-right:10px}@media (max-width:767.99px){html:not(.loja) .pagination a.next{order:2}}html:not(.loja) .pagination a.next svg{margin-left:10px}html:not(.loja) #cookieConsent{position:fixed;background:#FFF;bottom:0;z-index:999999;width:100%;text-align:center;padding:1.5rem 0;box-shadow:0 -25px 40px -27px rgba(201,226,238,0.4);display:flex;align-items:center;justify-content:center}@media (max-width:767.99px){html:not(.loja) #cookieConsent{flex-direction:column;height:156px}}@media (min-width:768px){html:not(.loja) #cookieConsent{height:90px}}html:not(.loja) #cookieConsent > p{margin-bottom:0}html:not(.loja) #cookieConsent button{border:0;margin-left:1rem;border-radius:0;text-transform:uppercase;font-size:0.9rem;font-weight:600;justify-content:center;align-items:center;padding:0.75rem 1.5rem;background:#E04403;color:#FFF;transition:0.2s ease-in-out}html:not(.loja) #cookieConsent button:hover{background:rgb(123.3480176211,37.4449339207,1.6519823789)}@media (max-width:767px){html:not(.loja) #cookieConsent{font-size:0.9rem;padding:1.5rem 10px}html:not(.loja) #cookieConsent button{margin-left:0;margin-top:1rem;font-size:0.8rem;display:table;margin:1rem auto}}html:not(.loja) .homePage section.about{padding:5rem 0}html:not(.loja) .homePage section.about h2{text-transform:uppercase;font-weight:400;font-size:var(--md5);line-height:var(--md6)}html:not(.loja) .homePage section.about h2 strong{display:block;color:#E04403;font-weight:600}@media (max-width:767.99px){html:not(.loja) .homePage section.about .item:nth-child(1){padding-left:7%;padding-right:7%;margin-bottom:1rem}}@media (min-width:767.99px){html:not(.loja) .homePage section.about .item:nth-child(1){flex:0 0 30%;max-width:0 0 30%}}html:not(.loja) .homePage section.about .item:nth-child(2){padding:0 7%;border-left:1px solid #C9C9C9;border-right:1px solid #C9C9C9;font-size:0.97rem}@media (min-width:767.99px){html:not(.loja) .homePage section.about .item:nth-child(2){flex:0 0 36.6666%;max-width:36.666%}}html:not(.loja) .homePage section.about .item:nth-child(3){padding-left:7%;display:flex;flex-direction:column}@media (max-width:767.99px){html:not(.loja) .homePage section.about .item:nth-child(3) p{margin-bottom:1.5rem}html:not(.loja) .homePage section.about .item:nth-child(3) a{text-align:center}}html:not(.loja) .homePage section.about .item:nth-child(3) a{font-weight:600;font-size:var(--md3);color:#000;transition:ease-in-out 0.2s}html:not(.loja) .homePage section.about .item:nth-child(3) a:not(:last-child){margin-bottom:0.5rem}html:not(.loja) .homePage section.about .item:nth-child(3) a svg{margin-right:10px;max-width:25px}html:not(.loja) .homePage section.about .item:nth-child(3) a:hover{color:#E04403}html:not(.loja) .homePage section.brands .box-img{padding:0.5rem;position:relative}@media (max-width:767.99px){html:not(.loja) .homePage section.brands .box-img{padding:0.25rem}}html:not(.loja) .homePage section.brands .box-img:hover img{transform:scale(1.03)}html:not(.loja) .homePage section.brands .box-img img{max-width:100%;height:auto;transition:ease-in-out 0.2s}html:not(.loja) .homePage section.brands .slick-dots li{border-radius:100%;border:1px solid #E04403;width:12px;height:12px}html:not(.loja) .homePage section.brands .slick-dots li button{border-radius:100%;width:12px;height:12px;background-color:transparent;transition:ease-in-out 0.2s}html:not(.loja) .homePage section.brands .slick-dots li button:before{display:none}html:not(.loja) .homePage section.brands .slick-dots li.slick-active button{background:#E04403}html:not(.loja) .homePage section.hero{overflow:hidden;background:#f1f1f1}@media (min-width:768px){html:not(.loja) .homePage section.hero{height:650px}}@media (min-width:1439px){html:not(.loja) .homePage section.hero{height:700px}}@media (max-width:767.99px){html:not(.loja) .homePage section.hero{padding-bottom:2rem;padding-top:9rem}}html:not(.loja) .homePage section.hero > .row{align-items:center}@media (min-width:768px){html:not(.loja) .homePage section.hero > .row{height:650px}}@media (min-width:1439px){html:not(.loja) .homePage section.hero > .row{height:700px}}html:not(.loja) .homePage section.hero .left{padding-left:8%;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:3rem;z-index:2}@media (min-width:768px){html:not(.loja) .homePage section.hero .left{position:relative;height:100%;padding-bottom:6rem}html:not(.loja) .homePage section.hero .left:before{content:"";background-color:#f1f1f1;width:90%;height:372px;position:absolute;left:0;top:-50px}html:not(.loja) .homePage section.hero .left + div{padding-top:2%;margin-left:4%!important;flex:0 0 61%;max-width:61%}}html:not(.loja) .homePage section.hero .left .text{padding-bottom:2rem}@media (min-width:768px){html:not(.loja) .homePage section.hero .left .text{margin-bottom:4rem}}@media (max-width:767.99px){html:not(.loja) .homePage section.hero .left .text{padding-right:1rem}}html:not(.loja) .homePage section.hero .left .text .border{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:4rem}html:not(.loja) .homePage section.hero .left .text .border h2{text-transform:uppercase;font-size:var(--lg1)}@media (max-width:767.99px){html:not(.loja) .homePage section.hero .sliderHeroNav{margin-top:1rem;height:90px}}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide{position:relative}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide img{cursor:pointer;transition:ease-in-out 0.2s;max-width:55px}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide img:nth-child(1){opacity:1}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide img:nth-child(2){opacity:0;position:absolute;left:0;top:0}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide img:hover:nth-child(1){opacity:0}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide img:hover:nth-child(2){opacity:1}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide.slick-current.slick-active img:nth-child(1){opacity:0}html:not(.loja) .homePage section.hero .sliderHeroNav .slick-slide.slick-current.slick-active img:nth-child(2){opacity:1}@media (max-width:767.99px){html:not(.loja) .homePage section.hero .sliderHero{height:427px}}@media (min-width:768px){html:not(.loja) .homePage section.hero .sliderHero{zoom:1.5}@-moz-document url-prefix(){html:not(.loja) .homePage section.hero .sliderHero{transform:scale(1.2);transform-origin:0 center}}}html:not(.loja) .homePage section.hero .sliderHero .slick-slide{margin:0 -8.5rem;position:relative;transition:ease-in-out 0.2s}@-moz-document url-prefix(){html:not(.loja) .homePage section.hero .sliderHero .slick-slide{margin:0 -10.5rem}}html:not(.loja) .homePage section.hero .sliderHero .slick-slide[aria-hidden=false]{opacity:1}html:not(.loja) .homePage section.hero .sliderHero .slick-slide[aria-hidden=true]{opacity:0}html:not(.loja) .homePage section.hero .sliderHero .slick-slide.slick-current.slick-active{z-index:21}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(1){z-index:20}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(2){z-index:19}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(3){z-index:18}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(4){z-index:17}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(5){z-index:16}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(6){z-index:15}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(7){z-index:14}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(8){z-index:13}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(9){z-index:12}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(10){z-index:11}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(11){z-index:10}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(12){z-index:9}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(13){z-index:8}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(14){z-index:7}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(15){z-index:6}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(16){z-index:5}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(17){z-index:4}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(18){z-index:3}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(19){z-index:2}html:not(.loja) .homePage section.hero .sliderHero .slick-slide:nth-child(20){z-index:1}html:not(.loja) .homePage section.hero .sliderHero .slick-list{margin:0 4rem;overflow:visible}html:not(.loja) .homePage section.numbers{background:#202020;position:relative;padding:4rem 0}html:not(.loja) .homePage section.numbers .triangle{position:absolute;background-color:#FFF;text-align:left;transform:rotate(-60deg) skewX(-30deg) scale(1,0.866)}html:not(.loja) .homePage section.numbers .triangle:nth-child(1){right:60px;top:-40px;transform:rotate(0deg) skewX(-30deg) scale(1,0.866)}html:not(.loja) .homePage section.numbers .triangle:nth-child(2){left:60px;bottom:-40px}html:not(.loja) .homePage section.numbers .triangle::before,html:not(.loja) .homePage section.numbers .triangle:after{content:"";position:absolute;background-color:inherit}html:not(.loja) .homePage section.numbers .triangle::before{transform:rotate(-135deg) skewX(-45deg) scale(1.414,0.707) translate(0,-50%)}html:not(.loja) .homePage section.numbers .triangle:after{transform:rotate(135deg) skewY(-45deg) scale(0.707,1.414) translate(50%)}html:not(.loja) .homePage section.numbers .triangle,html:not(.loja) .homePage section.numbers .triangle:before,html:not(.loja) .homePage section.numbers .triangle:after{width:7rem;height:7rem;border-top-right-radius:30%}html:not(.loja) .homePage section.numbers .item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem}html:not(.loja) .homePage section.numbers h3,html:not(.loja) .homePage section.numbers h4{color:#E04403;text-transform:uppercase}html:not(.loja) .homePage section.numbers h3{font-size:var(--lg2)}html:not(.loja) .homePage section.numbers h4{font-size:var(--md4)}html:not(.loja) .homePage section.numbers p{color:#FFF;text-align:center}@media (max-width:767.99px){html:not(.loja) .homePage section.numbers{padding:2rem 1rem;overflow:hidden}html:not(.loja) .homePage section.numbers .triangle:nth-child(1){transform:rotate(0deg) skewX(-30deg) scale(0.6,0.566);right:0}html:not(.loja) .homePage section.numbers .triangle:nth-child(2){transform:rotate(-60deg) skewX(-30deg) scale(0.5,0.466);left:0}}html:not(.loja) .homePage section.process{padding:4rem 0}html:not(.loja) .homePage section.process .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:4rem;display:table;margin-left:auto;margin-right:auto}html:not(.loja) .homePage section.process .text h2{font-weight:400;max-width:650px;font-size:var(--md5)}html:not(.loja) .homePage section.process .text strong{color:#E04403}html:not(.loja) .homePage section.process .item{text-align:center;padding:1rem}html:not(.loja) .homePage section.process .item:hover img{transform:scale(1.03)}html:not(.loja) .homePage section.process .item img{width:180px;height:auto;margin-bottom:1.5rem;transition:ease-in-out 0.2s;max-width:100%}html:not(.loja) .homePage section.process .item h3{color:#707070}html:not(.loja) .homePage section.video{padding-bottom:4rem;margin-top:-4rem;position:relative}html:not(.loja) .homePage section.video .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:4rem;display:table;margin-left:auto;margin-right:auto}html:not(.loja) .homePage section.video .text h2{font-weight:600;max-width:430px;font-size:var(--md5)}html:not(.loja) .homePage section.video .text h2 p{margin-bottom:0}html:not(.loja) .homePage section.video .text strong{color:#E04403}html:not(.loja) .homePage section.video .wrapper{display:flex;justify-content:center;align-items:center}html:not(.loja) .homePage section.video .wrapper > iframe,html:not(.loja) .homePage section.video .wrapper .youtube-video{width:70%;height:460px;position:relative}html:not(.loja) .homePage section.video .wrapper > iframe > iframe,html:not(.loja) .homePage section.video .wrapper .youtube-video > iframe{width:100%;height:100%}html:not(.loja) .homePage section.video .wrapper > iframe > img,html:not(.loja) .homePage section.video .wrapper .youtube-video > img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}html:not(.loja) .homePage section.video .wrapper > iframe > span,html:not(.loja) .homePage section.video .wrapper .youtube-video > span{position:absolute;left:0;top:0;width:100%;height:100%;bottom:0;right:0;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,0.4);cursor:pointer;transition:0.2s ease-in-out}html:not(.loja) .homePage section.video .wrapper > iframe > span:hover,html:not(.loja) .homePage section.video .wrapper .youtube-video > span:hover{background:rgba(0,0,0,0.2)}html:not(.loja) .homePage section.video .wrapper > iframe > span svg,html:not(.loja) .homePage section.video .wrapper .youtube-video > span svg{max-width:100px;height:auto}@media (max-width:767.99px){html:not(.loja) .homePage section.video{margin-top:2rem}html:not(.loja) .homePage section.video .text{margin-bottom:2rem}html:not(.loja) .homePage section.video .wrapper iframe{height:200px;width:100%}}html:not(.loja) .brandPage img{max-width:100%;height:auto}html:not(.loja) .brandPage section.banner{min-height:450px;height:calc(100vh - 78px);display:flex;align-items:center;color:#FFF}html:not(.loja) .brandPage section.banner h1{font-size:var(--lg4);text-transform:uppercase}html:not(.loja) .brandPage section.banner p{max-width:50%}@media (max-width:767.99px){html:not(.loja) .brandPage section.banner{padding-top:7rem}html:not(.loja) .brandPage section.banner p{max-width:100%}}html:not(.loja) .brandPage section.about{padding:3rem 0}html:not(.loja) .brandPage section.about .left{padding:0rem 2rem}html:not(.loja) .brandPage section.about .left .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);border-radius:1rem;overflow:hidden}html:not(.loja) .brandPage section.about .left .wrapper .box-img{height:250px;display:flex;align-items:center;justify-content:center;padding:2rem;border-radius:1rem}html:not(.loja) .brandPage section.about .left .wrapper .text{padding:2rem;text-align:center}html:not(.loja) .brandPage section.about .left .wrapper .text p{margin:0}html:not(.loja) .brandPage section.about .right{display:flex;align-items:center;justify-content:center}html:not(.loja) .brandPage section.about .right img{max-width:500px;max-height:500px}@media (max-width:767.99px){html:not(.loja) .brandPage section.about .left{margin-bottom:2rem}html:not(.loja) .brandPage section.about .right img{max-width:100%}}html:not(.loja) .brandPage section.imgs{padding:2rem 0rem 4rem}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slick-arrow{z-index:9999}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slick-arrow:before{content:"";background-image:url(/svg/utils/arrow-left-slider.svg);width:18px;height:18px;display:block;transition:ease-in-out 0.2s;background-size:cover;background-position:center}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slick-arrow.slick-prev{left:25px}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slick-arrow.slick-next{right:25px}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slick-arrow.slick-next:before{background-image:url(/svg/utils/arrow-right-slider.svg)}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slider{padding:1rem;position:relative;border-radius:100%;overflow:hidden}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slider .box-img{border-radius:100%;box-shadow:0 0 25px 0 rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;padding:3rem;height:230px;width:230px;margin-left:auto;margin-right:auto;position:relative}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slider .box-img > .overlay{width:100%;height:100%;color:#FFF;font-size:1.1rem;display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;text-transform:uppercase;font-weight:600;border-radius:100%;opacity:0;transition:ease-in-out 0.2s}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slider .box-img img{max-height:100%}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slider .box-img .link-absolute{border-radius:100%;overflow:hidden}html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slider .box-img .link-absolute:hover + .overlay{opacity:1}@media (max-width:767.99px){html:not(.loja) .brandPage section.imgs .sliderBrandsInterna .slider .box-img{width:180px;height:180px;padding:1.5rem}}html:not(.loja) .brandPage section.instagram{padding-top:0}html:not(.loja) .revendedorPage section.banner{background:url(/images/revendedor/banner.webp)}html:not(.loja) .revendedorPage section.vantagens{padding:3rem 1rem}html:not(.loja) .revendedorPage section.vantagens .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:2rem}html:not(.loja) .revendedorPage section.vantagens .text h2 span{color:#E04403}html:not(.loja) .revendedorPage section.vantagens .row .item{padding:3rem}html:not(.loja) .revendedorPage section.vantagens .row .item:hover .wrapper{transform:scale(1.04)}html:not(.loja) .revendedorPage section.vantagens .row .item .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);height:100%;padding:2rem 1.5rem;border-radius:1rem;text-align:center;transition:ease-in-out 0.2s}html:not(.loja) .revendedorPage section.vantagens .row .item .wrapper svg{margin-bottom:1.5rem;max-width:80px}html:not(.loja) .revendedorPage section.vantagens .row .item .wrapper p{margin-bottom:0}html:not(.loja) .revendedorPage section.rows{padding:3rem 0}html:not(.loja) .revendedorPage section.rows .row .wrapper-img{position:relative;display:flex;justify-content:center;align-items:center}html:not(.loja) .revendedorPage section.rows .row .wrapper-img .asset{border:1px solid #E04403;border-top-left-radius:30%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:30%;overflow:hidden;height:400px;width:420px;position:absolute;transform:translate(-50%,-50%) rotate(9deg) skew(-12deg,0deg);left:50%;top:50%}html:not(.loja) .revendedorPage section.rows .row .wrapper-img .asset-1{left:45%;top:45%}html:not(.loja) .revendedorPage section.rows .row .wrapper-img .asset-2{left:55%;top:55%}html:not(.loja) .revendedorPage section.rows .row .wrapper-img .box-img{border-top-left-radius:30%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:30%;overflow:hidden;height:400px;width:420px;position:relative;transform:rotate(9deg) skew(-12deg,0deg)}html:not(.loja) .revendedorPage section.rows .row .wrapper-img .box-img img{width:120%;max-width:initial;height:107%;-o-object-fit:cover;object-fit:cover;transform:rotate(-9deg) scale(1.05) translateX(-7%) translateY(-4%) skew(10deg,0deg)}html:not(.loja) .revendedorPage section.rows .row .wrapper-text h3{font-weight:400;font-size:var(--md6);line-height:125%;margin-bottom:1rem}html:not(.loja) .revendedorPage section.rows .row .wrapper-text h3 strong{font-weight:600;color:#E04403;display:block}html:not(.loja) .revendedorPage section.rows .row .wrapper-text p strong{display:block;margin-bottom:1rem}html:not(.loja) .revendedorPage section.rows .row-1{align-items:center}html:not(.loja) .revendedorPage section.rows .row-1 .wrapper-img{margin-right:4%;margin-left:-4%}html:not(.loja) .revendedorPage section.rows .row-2{align-items:center;margin-top:5rem;text-align:right}html:not(.loja) .revendedorPage section.rows .row-2 .wrapper-img{margin-left:4%;margin-right:-4%}@media (max-width:767.99px){html:not(.loja) .revendedorPage section.rows{padding-top:1rem}html:not(.loja) .revendedorPage section.rows .row .wrapper-img{transform:scale(0.75)}html:not(.loja) .revendedorPage section.rows .row-2{flex-direction:column-reverse;margin-top:0rem;text-align:left}}html:not(.loja) .revendedorPage section.register .cnpj,html:not(.loja) .revendedorPage section.register .non-cnpj{height:400px;display:flex;flex-direction:column}html:not(.loja) .revendedorPage section.register .cnpj h4,html:not(.loja) .revendedorPage section.register .non-cnpj h4{color:#FFF;font-size:var(--md6);margin-bottom:2rem}html:not(.loja) .revendedorPage section.register .cnpj h4 + a,html:not(.loja) .revendedorPage section.register .non-cnpj h4 + a{cursor:pointer}html:not(.loja) .revendedorPage section.register .cnpj{background:#E04613;justify-content:center;align-items:flex-end}@media (min-width:768px){html:not(.loja) .revendedorPage section.register .cnpj{padding-right:3rem}}html:not(.loja) .revendedorPage section.register .non-cnpj{background:#E5653A;justify-content:center;align-items:flex-start}@media (min-width:768px){html:not(.loja) .revendedorPage section.register .non-cnpj{padding-left:3rem}}html:not(.loja) .revendedorPage section.register .form{background:#131313;color:#FFF;padding:3rem 0;display:none}html:not(.loja) .revendedorPage section.register .form .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:3rem}html:not(.loja) .revendedorPage section.register .form .text h2{font-size:var(--md5);line-height:var(--md6);font-weight:400;display:flex;flex-direction:column;justify-content:center}html:not(.loja) .revendedorPage section.register .form .text h2 span{color:#E04403;font-size:var(--md1)}html:not(.loja) .revendedorPage section.register .form .section-title{border-left:2px solid #E04403;color:#E04403;padding-left:1.5rem;text-transform:uppercase;margin-top:1.5rem}html:not(.loja) .revendedorPage section.register .form .btn{margin-top:2rem}html:not(.loja) .revendedorPage section.register .row-items{align-items:center;margin-top:3rem}html:not(.loja) .revendedorPage section.register .row-items .item a{display:flex;align-items:center;justify-content:center;color:#FFF;transition:ease-in-out 0.2s}html:not(.loja) .revendedorPage section.register .row-items .item a svg{margin-right:1rem}html:not(.loja) .revendedorPage section.register .row-items .item a:hover{color:#E04403}@media (max-width:767.99px){html:not(.loja) .revendedorPage section.register .cnpj,html:not(.loja) .revendedorPage section.register .non-cnpj{height:250px;align-items:center}}html:not(.loja) .productsListPage.todos > section.banner{background-image:url(/images/products/banner-todos.webp)}html:not(.loja) .productsListPage.todos > section.banner p{max-width:initial}@media (max-width:767.99px){html:not(.loja) .productsListPage.todos > section.banner p br{display:none}}html:not(.loja) .productsListPage.moto > section.banner{background-image:url(/images/products/banner-motos.webp)}html:not(.loja) .productsListPage.bike > section.banner{background-image:url(/images/products/banner-bike.webp)}html:not(.loja) .productsListPage.borracharia > section.banner{background-image:url(/images/products/banner-borracharia.webp)}html:not(.loja) .productsListPage.oficina > section.banner{background-image:url(/images/products/banner-oficina.webp)}html:not(.loja) .productsListPage section.searchbox{padding:3rem 1rem}html:not(.loja) .productsListPage section.searchbox .form-row{gap:1rem;align-items:center}html:not(.loja) .productsListPage section.searchbox .form-row > div{width:100%}@media (min-width:768px){html:not(.loja) .productsListPage section.searchbox .form-row > div{flex:1 1 16rem;min-width:0}}@media (min-width:768px){html:not(.loja) .productsListPage section.searchbox .form-row > div:first-child{flex:1 1 18rem}}html:not(.loja) .productsListPage section.searchbox .form-row > div:last-child{flex:0 0 auto}@media (max-width:767.99px){html:not(.loja) .productsListPage section.searchbox .form-row > div:last-child{display:table;margin-left:auto}}html:not(.loja) .productsListPage section.searchbox .form-group{margin-bottom:0}html:not(.loja) .productsListPage section.searchbox .select2-container{display:block;width:100%!important}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single{height:calc(2.25rem + 2px);border:1px solid #ced4da;border-radius:50rem}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single .select2-selection__rendered{line-height:calc(2.25rem + 2px);padding-left:1.25rem;padding-right:2.5rem;color:#495057}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single .select2-selection__arrow{height:calc(2.25rem + 2px);right:0.5rem}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single .select2-selection__clear{margin-right:1.25rem;color:#E04403;font-weight:700}html:not(.loja) .productsListPage section.searchbox .select2-container.select2-container--focus .select2-selection--single,html:not(.loja) .productsListPage section.searchbox .select2-container.select2-container--open .select2-selection--single{border-color:#E04403}html:not(.loja) .productsListPage section.searchbox a.clear-filters{display:flex;justify-content:center;font-size:0.8rem;width:100%;padding:0.6rem;border:0;border-radius:8px;background:#f1f1f1;transition:ease-in-out 0.2s;color:#000;text-transform:uppercase;font-weight:500}html:not(.loja) .productsListPage section.searchbox a.clear-filters:hover{background:#ddd8d8}html:not(.loja) .productsListPage section.searchbox a.clear-filters span{margin-right:8px;opacity:0.5;font-weight:800;font-size:1rem;line-height:16px}@media (max-width:767.99px){html:not(.loja) .productsListPage section.searchbox .form-row{gap:1rem}}html:not(.loja) .productsListPage section.produtos .produto{padding:1rem}@media (min-width:1430px){html:not(.loja) .productsListPage section.produtos .produto{flex:0 0 25%;max-width:25%}}html:not(.loja) .productsListPage section.produtos .produto .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);border-radius:1rem;padding:2rem 1rem;position:relative;height:100%;display:flex;flex-direction:column}html:not(.loja) .productsListPage section.produtos .produto .wrapper .box-img{width:100%;height:100%;max-height:225px;max-width:335px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;flex:0 0 225px}html:not(.loja) .productsListPage section.produtos .produto .wrapper .box-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text{flex:0 0 calc(100% - 225px);margin-top:auto;display:flex;flex-direction:column}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text h2{text-align:center;margin-bottom:1.5rem;font-size:var(--md3)}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text .row > div{text-align:center;font-weight:300;padding-left:5px;padding-right:5px}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text .row > div strong{display:block;font-size:var(--md1);font-weight:600}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text a{display:table;margin:auto;text-align:center;margin-top:2rem;font-size:var(--sm5);padding-top:0.75rem;padding-bottom:0.75rem;margin-top:auto;margin-bottom:1rem;z-index:11}@media (min-width:768px){html:not(.loja) .productsListPage section.produtos.lista .produto{flex:0 0 100%;max-width:100%}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper{flex-direction:row}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper .text{align-items:flex-start;margin-left:1rem}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper .text .row{margin-left:0}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper .text a{margin-left:auto;margin-right:1rem}}html:not(.loja) .productsListPage.todos > section.banner{background-image:url(/images/products/banner-todos.webp)}html:not(.loja) .productsListPage.todos > section.banner p{max-width:initial}@media (max-width:767.99px){html:not(.loja) .productsListPage.todos > section.banner p br{display:none}}html:not(.loja) .productsListPage.moto > section.banner{background-image:url(/images/products/banner-motos.webp)}html:not(.loja) .productsListPage.bike > section.banner{background-image:url(/images/products/banner-bike.webp)}html:not(.loja) .productsListPage.borracharia > section.banner{background-image:url(/images/products/banner-borracharia.webp)}html:not(.loja) .productsListPage.oficina > section.banner{background-image:url(/images/products/banner-oficina.webp)}html:not(.loja) .productsListPage section.searchbox{padding:3rem 1rem}html:not(.loja) .productsListPage section.searchbox .form-row{gap:1rem;align-items:center}html:not(.loja) .productsListPage section.searchbox .form-row > div{width:100%}@media (min-width:768px){html:not(.loja) .productsListPage section.searchbox .form-row > div{flex:1 1 16rem;min-width:0}}@media (min-width:768px){html:not(.loja) .productsListPage section.searchbox .form-row > div:first-child{flex:1 1 18rem}}html:not(.loja) .productsListPage section.searchbox .form-row > div:last-child{flex:0 0 auto}@media (max-width:767.99px){html:not(.loja) .productsListPage section.searchbox .form-row > div:last-child{display:table;margin-left:auto}}html:not(.loja) .productsListPage section.searchbox .form-group{margin-bottom:0}html:not(.loja) .productsListPage section.searchbox .select2-container{display:block;width:100%!important}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single{height:calc(2.25rem + 2px);border:1px solid #ced4da;border-radius:50rem}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single .select2-selection__rendered{line-height:calc(2.25rem + 2px);padding-left:1.25rem;padding-right:2.5rem;color:#495057}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single .select2-selection__arrow{height:calc(2.25rem + 2px);right:0.5rem}html:not(.loja) .productsListPage section.searchbox .select2-container .select2-selection--single .select2-selection__clear{margin-right:1.25rem;color:#E04403;font-weight:700}html:not(.loja) .productsListPage section.searchbox .select2-container.select2-container--focus .select2-selection--single,html:not(.loja) .productsListPage section.searchbox .select2-container.select2-container--open .select2-selection--single{border-color:#E04403}html:not(.loja) .productsListPage section.searchbox a.clear-filters{display:flex;justify-content:center;font-size:0.8rem;width:100%;padding:0.6rem;border:0;border-radius:8px;background:#f1f1f1;transition:ease-in-out 0.2s;color:#000;text-transform:uppercase;font-weight:500}html:not(.loja) .productsListPage section.searchbox a.clear-filters:hover{background:#ddd8d8}html:not(.loja) .productsListPage section.searchbox a.clear-filters span{margin-right:8px;opacity:0.5;font-weight:800;font-size:1rem;line-height:16px}@media (max-width:767.99px){html:not(.loja) .productsListPage section.searchbox .form-row{gap:1rem}}html:not(.loja) .productsListPage section.produtos .produto{padding:1rem}@media (min-width:1430px){html:not(.loja) .productsListPage section.produtos .produto{flex:0 0 25%;max-width:25%}}html:not(.loja) .productsListPage section.produtos .produto .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);border-radius:1rem;padding:2rem 1rem;position:relative;height:100%;display:flex;flex-direction:column}html:not(.loja) .productsListPage section.produtos .produto .wrapper .box-img{width:100%;height:100%;max-height:225px;max-width:335px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;flex:0 0 225px}html:not(.loja) .productsListPage section.produtos .produto .wrapper .box-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text{flex:0 0 calc(100% - 225px);margin-top:auto;display:flex;flex-direction:column}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text h2{text-align:center;margin-bottom:1.5rem;font-size:var(--md3)}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text .row > div{text-align:center;font-weight:300;padding-left:5px;padding-right:5px}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text .row > div strong{display:block;font-size:var(--md1);font-weight:600}html:not(.loja) .productsListPage section.produtos .produto .wrapper .text a{display:table;margin:auto;text-align:center;margin-top:2rem;font-size:var(--sm5);padding-top:0.75rem;padding-bottom:0.75rem;margin-top:auto;margin-bottom:1rem;z-index:11}@media (min-width:768px){html:not(.loja) .productsListPage section.produtos.lista .produto{flex:0 0 100%;max-width:100%}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper{flex-direction:row}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper .text{align-items:flex-start;margin-left:1rem}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper .text .row{margin-left:0}html:not(.loja) .productsListPage section.produtos.lista .produto .wrapper .text a{margin-left:auto;margin-right:1rem}}html:not(.loja) .productsShowPage{padding:4rem 1rem}html:not(.loja) .productsShowPage .left .sliderProductShow .slider img{max-width:100%;height:auto;margin:auto}html:not(.loja) .productsShowPage .left .sliderProductShowNav{margin-top:2rem}html:not(.loja) .productsShowPage .left .sliderProductShowNav .slick-prev:before,html:not(.loja) .productsShowPage .left .sliderProductShowNav .slick-next:before{position:relative;content:"";display:inline-block;width:0.6rem;height:0.6rem;border-right:0.1em solid black;border-top:0.1em solid black;transform:rotate(45deg);transition:ease-in-out 0.2s}html:not(.loja) .productsShowPage .left .sliderProductShowNav .slick-prev:hover:before,html:not(.loja) .productsShowPage .left .sliderProductShowNav .slick-next:hover:before{border-color:#E04403}html:not(.loja) .productsShowPage .left .sliderProductShowNav .slick-prev{transform:rotate(180deg)}html:not(.loja) .productsShowPage .left .sliderProductShowNav .slick-slide{margin:0 1rem}html:not(.loja) .productsShowPage .left .sliderProductShowNav .slick-list{margin:0 -1rem}html:not(.loja) .productsShowPage .left .sliderProductShowNav .slider{border:1px solid #AFAFAF}html:not(.loja) .productsShowPage .left .sliderProductShowNav .slider img{max-width:100%;height:auto;margin:auto}html:not(.loja) .productsShowPage .right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}html:not(.loja) .productsShowPage .right .row{width:100%;gap:1rem;justify-content:flex-start;margin-bottom:1rem;flex-direction:column;align-items:flex-start;row-gap:2rem;margin-bottom:2rem}html:not(.loja) .productsShowPage .right .row > div{text-align:left;font-weight:300;padding-left:15px;padding-right:15px}html:not(.loja) .productsShowPage .right .row > div strong{display:block;font-size:var(--md1);font-weight:600}html:not(.loja) .productsShowPage .right p{margin-bottom:-1rem}html:not(.loja) .productsShowPage .right p strong{display:block;font-size:1.15rem}html:not(.loja) .productsShowPage .right a.ficha{color:#E04403;text-decoration:underline;transition:ease-in-out 0.2s}html:not(.loja) .productsShowPage .right a.ficha:hover{color:#555}html:not(.loja) .productsShowPage .right a.back{color:#555;display:inline-flex;align-items:center;transition:ease-in-out 0.2s;margin-top:1rem}html:not(.loja) .productsShowPage .right a.back svg{margin-right:10px}html:not(.loja) .productsShowPage .right a.back:hover{color:#E04403}@media (max-width:767.99px){html:not(.loja) .productsShowPage{padding-top:8rem}html:not(.loja) .productsShowPage .left{margin-bottom:2rem}html:not(.loja) .productsShowPage .right{gap:1rem}html:not(.loja) .productsShowPage .right p{margin-bottom:0}}html:not(.loja) .productsShowPage .hr-shadow{width:512px;border:0;height:1px;margin:1.5rem 0;background:linear-gradient(90deg,rgba(0,0,0,0.18),rgba(0,0,0,0.12));box-shadow:0 3px 6px rgba(0,0,0,0.12);border-radius:2px}html:not(.loja) .productsShowPage .tag-box{border:1px solid #AFAFAF;border-radius:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html:not(.loja) .productsShowPage .border-bottom-custom::after{content:"";display:block;width:100%;border-bottom:1px solid #aaa;margin:0 auto}html:not(.loja) .productsShowPage .custom-gap{gap:8px}html:not(.loja) .productsShowPage .bg-custom-blue{background-color:#006ab5}html:not(.loja) .productsShowPage .rounded-custom-header{border:1px solid #dee2e6!important;border-top-left-radius:1rem;border-top-right-radius:1rem}html:not(.loja) .productsShowPage .rounded-custom-body{border:1px solid #dee2e6!important;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}html:not(.loja) .productsShowPage .card-header.bg-custom-blue{padding:1.2rem;font-weight:700;font-size:18px}html:not(.loja) .productsShowPage .card-produto{border:none!important;height:100%}html:not(.loja) .productsShowPage .card-produto summary{cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;position:relative;padding-right:1rem}html:not(.loja) .productsShowPage .card-produto summary::-webkit-details-marker{display:none}html:not(.loja) .productsShowPage .card-produto .arrow{display:inline-block;transition:transform 0.3s ease}html:not(.loja) .productsShowPage .card-produto .arrow svg{width:16px;height:16px}html:not(.loja) .productsShowPage .card-produto[open] .arrow{transform:rotate(180deg)}html:not(.loja) .productsShowPage .detalhes-produtos-card{margin-top:8px;margin-bottom:8px}html:not(.loja) .productsShowPage .bg-custom-grey{background-color:#eee;color:black;font-weight:400;font-size:18px}html:not(.loja) .productsShowPage .zoomable{transition:transform 0.2s ease,transform-origin 0.2s ease;cursor:zoom-in;display:block;max-width:100%}html:not(.loja) .productsShowPage .zoomed{transform:scale(1.75);cursor:zoom-out}html:not(.loja) .productsShowPage a.back-produtos{text-decoration:none!important;color:black!important}html:not(.loja) .productsShowPage a.topo-produtos{text-decoration:none!important;color:black!important;position:relative;left:50vh}html:not(.loja) .productsShowPage a.back-produtos svg{width:20px;height:20px}html:not(.loja) .productsShowPage a.topo-produtos svg{width:20px;height:20px;transform:rotate(90deg)}html:not(.loja) .findPage{margin-bottom:-4rem;padding-top:4rem;background-color:#f1f1f1;padding-bottom:4rem}html:not(.loja) .findPage + .cta-parceiro-revendedor{background:linear-gradient(180deg,#f1f1f1 0,#f1f1f1 147px,#202020 147px,#202020 calc(100% - 130px),#f1f1f1 calc(100% - 130px),#f1f1f1 100%)}@media (max-width:767.99px){html:not(.loja) .findPage + .cta-parceiro-revendedor{background:linear-gradient(180deg,#f1f1f1 0,#f1f1f1 94px,#202020 94px,#202020 100%)}}html:not(.loja) .findPage svg{max-width:100%;height:auto;position:relative;max-height:470px}html:not(.loja) .findPage svg a path,html:not(.loja) .findPage svg a text{transition:ease-in-out 0.2s}html:not(.loja) .findPage svg a:hover path,html:not(.loja) .findPage svg a.active path{fill:#E04403}html:not(.loja) .findPage .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:4rem;margin-top:3rem}html:not(.loja) .findPage .text h2 span{color:#E04403}html:not(.loja) .findPage .wrapper-contact{margin-bottom:2rem}@media (max-width:767.99px){html:not(.loja) .findPage .wrapper-contact{margin-bottom:3rem}}html:not(.loja) .findPage .wrapper-contact .box-contact{padding:2.5rem 3rem;border-radius:1rem;background-color:#FFF;display:none}html:not(.loja) .findPage .wrapper-contact .box-contact + .box-contact[style]{margin-top:1.5rem}html:not(.loja) .findPage .wrapper-contact .box-contact > .row{align-items:center}html:not(.loja) .findPage .wrapper-contact .box-contact .name{text-transform:uppercase;color:#E04403;margin-bottom:0;font-size:1.15rem;font-weight:600}html:not(.loja) .findPage .wrapper-contact .box-contact .info{font-size:1.1rem;text-transform:uppercase;font-weight:500}html:not(.loja) .findPage .wrapper-contact .box-contact .desc{font-size:1rem;margin-bottom:0}html:not(.loja) .findPage .wrapper-contact .box-contact .desc a{display:block;font-weight:600;color:#000;transition:ease-in-out 0.2s}html:not(.loja) .findPage .wrapper-contact .box-contact .desc a:hover{color:#E04403}html:not(.loja) .findPage .wrapper-contact .box-contact .qrcode-box{display:table;margin-left:auto}@media (max-width:767.99px){html:not(.loja) .findPage .wrapper-contact .box-contact .qrcode-box{margin-right:auto;margin-top:1rem}}html:not(.loja) .findPage .wrapper-contact .box-contact .qrcode-box img{max-width:130px;height:auto}@media (max-width:767.99px){html:not(.loja) .findPage{padding-top:1rem;margin-bottom:0rem}}html:not(.loja) .contactPage section.banner{background-image:url(/images/contact/banner.webp)}html:not(.loja) .contactPage section.content{padding:3rem 1rem}html:not(.loja) .contactPage section.content .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:3rem}html:not(.loja) .contactPage section.content .text h2 span{color:#E04403}html:not(.loja) .contactPage section.content .phones{display:flex;flex-direction:column;align-items:flex-start}html:not(.loja) .contactPage section.content .phones a{font-weight:600;font-size:var(--md6);color:#000;transition:ease-in-out 0.2s}@media (max-width:1439.99px){html:not(.loja) .contactPage section.content .phones a{font-size:var(--md5)}}html:not(.loja) .contactPage section.content .phones a:not(:last-child){margin-bottom:1rem}html:not(.loja) .contactPage section.content .phones a svg{margin-right:10px}html:not(.loja) .contactPage section.content .phones a:hover{color:#E04403}html:not(.loja) .contactPage section.content .cards{margin-top:2rem}html:not(.loja) .contactPage section.content .cards .card{padding:1rem}html:not(.loja) .contactPage section.content .cards .card .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);border-radius:1rem;text-align:center;padding-bottom:2rem;position:relative;transition:ease-in-out 0.2s}html:not(.loja) .contactPage section.content .cards .card .wrapper:hover{background:#E04403}html:not(.loja) .contactPage section.content .cards .card .wrapper:hover .box{border-color:#FFF}html:not(.loja) .contactPage section.content .cards .card .wrapper:hover .box svg path{stroke:#FFF}html:not(.loja) .contactPage section.content .cards .card .wrapper:hover h3{color:#FFF}html:not(.loja) .contactPage section.content .cards .card .wrapper .box{border-radius:1rem;border:1px solid #E04403;display:flex;justify-content:center;align-items:center;height:250px;transition:ease-in-out 0.2s}@media (max-width:1439.99px){html:not(.loja) .contactPage section.content .cards .card .wrapper .box{height:230px}html:not(.loja) .contactPage section.content .cards .card .wrapper .box svg{height:auto}}html:not(.loja) .contactPage section.content .cards .card .wrapper h3{margin-top:2rem;margin-bottom:0;transition:ease-in-out 0.2s}html:not(.loja) .policyPage section.banner p{max-width:initial}@media (max-width:767.99px){html:not(.loja) .policyPage section.banner p br{display:none}}html:not(.loja) .policyPage section.content{padding:3rem 1rem}html:not(.loja) .policyPage section.content h2{margin-bottom:1.5rem}html:not(.loja) .policyPage section.content h2:nth-of-type(2){margin-top:3rem}html:not(.loja) .sacPage section.banner{background-image:url(/images/sac/banner.webp)}html:not(.loja) .sacPage section.banner a{display:flex;align-items:center;gap:1.5rem;color:#FFF;transition:ease-in-out 0.2s;font-size:1.15rem;font-weight:500;margin-top:1.5rem}html:not(.loja) .sacPage section.banner a:hover{color:#E04403}html:not(.loja) .sacPage section.content{padding:3rem 1rem}@media (max-width:1439.99px){html:not(.loja) .sacPage section.content .container{max-width:1180px}}html:not(.loja) .sacPage section.content h2{color:#E04403}html:not(.loja) .sacPage section.content .accordion{margin-top:2rem}html:not(.loja) .sacPage section.content .accordion .item{margin-bottom:0.5rem}html:not(.loja) .sacPage section.content .accordion .item .question{width:100%;background:#E04403;color:#FFF;text-transform:uppercase;padding:1rem 2rem;text-align:left;font-weight:600;border:0;display:flex;justify-content:space-between;align-items:center;transition:ease-in-out 0.2s;border:2px solid #E04403}@media (max-width:767.99px){html:not(.loja) .sacPage section.content .accordion .item .question{padding-right:1rem;font-size:var(--sm5)}}html:not(.loja) .sacPage section.content .accordion .item .question svg{flex:0 0 33px;margin-left:2rem}@media (max-width:767.99px){html:not(.loja) .sacPage section.content .accordion .item .question svg{flex:0 0 25px}}html:not(.loja) .sacPage section.content .accordion .item .question:hover{color:#E04403;background:#FFF}html:not(.loja) .sacPage section.content .accordion .item .question:hover svg path{fill:#E04403}html:not(.loja) .sacPage section.content .accordion .item .answer{padding:1rem 2rem}html:not(.loja) .workPage section.banner{background-image:url(/images/sac/banner.webp)}html:not(.loja) .workPage section.content{padding:3rem 1rem}html:not(.loja) .workPage section.content h2{color:#E04403}html:not(.loja) .workPage section.content form{max-width:600px;margin-left:auto;margin-right:auto}html:not(.loja) .workPage section.content form .group:not(:nth-child(2)){padding-top:2rem;margin-top:2rem;border-top:2px solid rgba(0,0,0,0.1)}html:not(.loja) .workPage section.content form .group .group-title{margin-bottom:1.5rem}html:not(.loja) .workPage section.content form .group .add{cursor:pointer;display:flex;align-items:center;gap:0.5rem;transition:ease-in-out 0.2s;margin-bottom:1.5rem}html:not(.loja) .workPage section.content form .group .add svg{width:12px;height:auto;transform:rotate(45deg)}html:not(.loja) .workPage section.content form .group .add svg path{fill:#E04403}html:not(.loja) .workPage section.content form .group .add:hover{color:#E04403}@media (min-width:768px){html:not(.loja) .workPage section.content form .group .group-formacao,html:not(.loja) .workPage section.content form .group .group-experiencia{margin-top:-1.5rem}html:not(.loja) .workPage section.content form .group .group-formacao > div:first-child,html:not(.loja) .workPage section.content form .group .group-experiencia > div:first-child{margin-top:1.5rem}html:not(.loja) .workPage section.content form .group .group-formacao > div:not(:last-child),html:not(.loja) .workPage section.content form .group .group-experiencia > div:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom:1.5rem;padding-bottom:1.5rem}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:0;margin-left:0;margin-right:0}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div .form-row,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div .form-row{margin-left:0;margin-right:0;flex-direction:column}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div .form-row label,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div .form-row label{font-size:0.9rem;margin-bottom:0}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div .form-row h4,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div .form-row h4{margin-left:0!important}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div:first-child,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div:first-child{grid-area:1/1/2/4}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div:nth-child(2),html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div:nth-child(2){grid-area:2/1/3/4}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div:last-child,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div:last-child{grid-area:1/4/3/5}}@media (max-width:767.99px){html:not(.loja) .workPage section.content form .group .group-formacao > div:not(:last-child),html:not(.loja) .workPage section.content form .group .group-experiencia > div:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom:1.5rem;padding-bottom:1.5rem}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div:first-child,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div:first-child{margin-bottom:0.75rem}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div > .form-row,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div > .form-row{flex-wrap:nowrap;gap:1rem}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div > .form-row label,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div > .form-row label{flex:0 0 75px}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div > .form-row h4,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div > .form-row h4{flex:0 0 calc(100% - 75px)}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div label,html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div h4,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div label,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div h4{margin-bottom:0;margin-left:0!important}html:not(.loja) .workPage section.content form .group .group-formacao > div > .form-row > div.actions,html:not(.loja) .workPage section.content form .group .group-experiencia > div > .form-row > div.actions{justify-content:center;margin-top:1rem;width:100%}}html:not(.loja) .workPage section.content form input[type=file]{padding-top:11px;position:relative}html:not(.loja) .workPage section.content form input[type=file]:before{content:"Escolher arquivo";background:#E04403;color:#FFF;position:absolute;left:1rem;padding:0.5rem 0.8rem;top:50%;transform:translateY(-50%);border-radius:4px}html:not(.loja) .workPage section.content form textarea{height:70px;padding-top:1rem}html:not(.loja) .workPage section.content form .actions{display:flex;gap:1rem;justify-content:flex-end}html:not(.loja) .workPage section.content form .actions button{background-color:transparent;border:0;padding:0;margin:0;width:auto}html:not(.loja) .workPage section.content form .actions button svg{width:1rem;height:auto}html:not(.loja) .workPage section.content form .actions button svg *{fill:#000;transition:ease-in-out 0.2s}html:not(.loja) .workPage section.content form .actions button:hover svg *{fill:#E04403}html:not(.loja) .workPage section.content form button{width:100%;max-width:200px;margin-top:1rem;margin-top:3rem}@media (max-width:767.99px){html:not(.loja) .workPage section.content form button{max-width:100%}}html:not(.loja) .title-popup-nova-formacao,html:not(.loja) .title-popup-nova-experiencia{font-size:1.5rem;text-align:left;border-bottom:2px solid rgba(0,0,0,0.1);padding-bottom:1rem;margin-bottom:1rem}html:not(.loja) .nova-formacao h4,html:not(.loja) .nova-experiencia h4{text-align:left;font-size:15px}html:not(.loja) .loginPage section.content .row{align-items:center}html:not(.loja) .loginPage section.content .right{padding-top:3rem;padding-bottom:3rem}html:not(.loja) .loginPage section.content .right .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:3rem}html:not(.loja) .loginPage section.content .right .text h2 span{color:#E04403}html:not(.loja) .loginPage section.content .right form .form-group .form-control::-moz-placeholder{color:#C4C4C4}html:not(.loja) .loginPage section.content .right form .form-group .form-control::placeholder{color:#C4C4C4}html:not(.loja) .loginPage section.content .right form button{width:100%}html:not(.loja) .loginPage section.content .right .forgot{color:#C4C4C4;transition:ease-in-out 0.2s;margin-top:1rem;display:block}html:not(.loja) .loginPage section.content .right .forgot:hover{color:#E04403}html:not(.loja) .loginPage section.content .right .register{margin-top:3rem}html:not(.loja) .loginPage section.content .right .register a{color:#E04403;transition:ease-in-out 0.2s}html:not(.loja) .loginPage section.content .right .register a:hover{color:#C4C4C4}@media (max-width:767.99px){html:not(.loja) .loginPage section.content .right{padding-left:2rem;padding-right:2rem;display:flex;flex-wrap:wrap}html:not(.loja) .loginPage section.content .right form{flex:100%}html:not(.loja) .loginPage section.content .right .forgot{flex:0 0 40%}html:not(.loja) .loginPage section.content .right > .register{flex:0 0 60%;margin-top:1rem}}@media (max-width:767.99px){html:not(.loja) .registerPage section.content .row{align-items:center}}@media (min-width:768px){html:not(.loja) .registerPage section.content .left .box-img{height:100%}html:not(.loja) .registerPage section.content .left .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}html:not(.loja) .registerPage section.content .right{padding-top:3rem;padding-bottom:3rem}html:not(.loja) .registerPage section.content .right .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:3rem}html:not(.loja) .registerPage section.content .right .text h2 span{color:#E04403}html:not(.loja) .registerPage section.content .right form .form-group .form-control::-moz-placeholder{color:#C4C4C4}html:not(.loja) .registerPage section.content .right form .form-group .form-control::placeholder{color:#C4C4C4}html:not(.loja) .registerPage section.content .right form .form-group .form-control:is(select){color:#FFF;background:#AFAFAF}html:not(.loja) .registerPage section.content .right form button{width:100%}html:not(.loja) .registerPage section.content .right .forgot{color:#C4C4C4;transition:ease-in-out 0.2s;margin-top:1rem;display:block}html:not(.loja) .registerPage section.content .right .forgot:hover{color:#E04403}html:not(.loja) .registerPage section.content .right .register{margin-top:3rem}html:not(.loja) .registerPage section.content .right .register a{color:#E04403;transition:ease-in-out 0.2s}html:not(.loja) .registerPage section.content .right .register a:hover{color:#C4C4C4}html:not(.loja) .registerPage section.content .right .custom-checkbox{display:inline-flex;align-items:center}html:not(.loja) .registerPage section.content .right .custom-checkbox p{margin-bottom:0;margin-right:4px}html:not(.loja) .registerPage section.content .right .custom-checkbox .switch{position:relative;display:inline-block;width:50px;height:24px;margin-left:auto;margin-bottom:0}html:not(.loja) .registerPage section.content .right .custom-checkbox .switch input{opacity:0;width:0;height:0}html:not(.loja) .registerPage section.content .right .custom-checkbox .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#FFF;transition:0.4s;border-radius:25px;border:1px solid;border-color:rgb(206,212,218)}html:not(.loja) .registerPage section.content .right .custom-checkbox .switch .slider:before{position:absolute;content:"";height:17px;width:17px;left:4px;bottom:3px;background-color:#F39400;transition:0.4s;border-radius:50%}html:not(.loja) .registerPage section.content .right .custom-checkbox .switch input:checked + .slider{background-color:#F39400}html:not(.loja) .registerPage section.content .right .custom-checkbox .switch input:focus + .slider{box-shadow:0 0 1px #F39400}html:not(.loja) .registerPage section.content .right .custom-checkbox .switch input:checked + .slider:before{transform:translateX(26px);background-color:#FFF}@media (max-width:767.99px){html:not(.loja) .registerPage section.content .right{padding-left:2rem;padding-right:2rem}html:not(.loja) .registerPage section.content .right .register{text-align:center;margin-top:1.5rem}}html:not(.loja) .adPage section.banner{background-image:url(/images/logged/banner-ad.webp)}html:not(.loja) .adPage section.searchbox{padding:3rem 1rem}html:not(.loja) .adPage section.searchbox .form-group{margin-bottom:0}@media (max-width:767.99px){html:not(.loja) .adPage section.searchbox{padding:2rem 1rem}html:not(.loja) .adPage section.searchbox .form-row{gap:1rem}}html:not(.loja) .adPage section.produtos .produto{padding:1rem}html:not(.loja) .adPage section.produtos .produto .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);border-radius:1rem}html:not(.loja) .adPage section.produtos .produto .wrapper .box-img{width:100%;height:100%;max-height:225px;max-width:335px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}html:not(.loja) .adPage section.produtos .produto .wrapper .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html:not(.loja) .adPage section.produtos .produto .wrapper .text{padding:0rem 1rem 2rem}html:not(.loja) .adPage section.produtos .produto .wrapper .text h2{text-align:center;margin-bottom:1.5rem;font-size:var(--md3);text-transform:uppercase}html:not(.loja) .adPage section.produtos .produto .wrapper .text .row{margin-left:0;margin-right:0}html:not(.loja) .adPage section.produtos .produto .wrapper .text .row > div{text-align:left;font-weight:300;padding-left:5px;padding-right:5px}html:not(.loja) .adPage section.produtos .produto .wrapper .text .row > div strong{display:block;font-size:var(--md1);font-weight:600}html:not(.loja) .adPage section.produtos .produto .wrapper .text a{display:table;margin:auto;text-align:center;margin-top:2rem;font-size:var(--sm5);padding-top:0.75rem;padding-bottom:0.75rem;display:flex;align-items:center;justify-content:center;gap:0.5rem}html:not(.loja) .adPage section.produtos .produto .wrapper .text a svg path{transition:ease-in-out 0.2s}html:not(.loja) .adPage section.produtos .produto .wrapper .text a:hover svg path{fill:#FFF}@media (max-width:767.99px){html:not(.loja) .adPage section.produtos .produto .wrapper .box-img{height:200px;border-radius:1rem;overflow:hidden;max-width:100%}}html:not(.loja) .optionsPage{padding:3rem 1rem}html:not(.loja) .optionsPage section.content .cards .card{padding:1rem}html:not(.loja) .optionsPage section.content .cards .card .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);border-radius:1rem;text-align:center;padding-bottom:2rem;position:relative;transition:ease-in-out 0.2s}html:not(.loja) .optionsPage section.content .cards .card .wrapper:hover{background:#E04403}html:not(.loja) .optionsPage section.content .cards .card .wrapper:hover .box{border-color:#FFF}html:not(.loja) .optionsPage section.content .cards .card .wrapper:hover .box svg path{stroke:#FFF}html:not(.loja) .optionsPage section.content .cards .card .wrapper:hover h3{color:#FFF}html:not(.loja) .optionsPage section.content .cards .card .wrapper .box{border-radius:1rem;border:1px solid #E04403;display:flex;justify-content:center;align-items:center;height:190px;transition:ease-in-out 0.2s}@media (max-width:1439.99px){html:not(.loja) .optionsPage section.content .cards .card .wrapper .box{height:160px}html:not(.loja) .optionsPage section.content .cards .card .wrapper .box svg{max-width:70px;height:auto}}html:not(.loja) .optionsPage section.content .cards .card .wrapper h3{margin-top:2rem;margin-bottom:0;transition:ease-in-out 0.2s}@media (max-width:767.99px){html:not(.loja) .optionsPage{padding-top:8rem}}html:not(.loja) .orderPage section.banner{background-image:url(/images/logged/banner-order.webp)}html:not(.loja) .orderPage section.content{padding:3rem 1rem}html:not(.loja) .orderPage section.content a{text-transform:uppercase;transition:ease-in-out 0.2s;display:block;color:#000}html:not(.loja) .orderPage section.content a:first-child{margin-bottom:1.5rem}html:not(.loja) .orderPage section.content a:hover{color:#E04403}html:not(.loja) .warrantyPage section.banner{background-image:url(/images/logged/banner-warranty.webp)}html:not(.loja) .warrantyPage section.content{padding:3rem 1rem}html:not(.loja) .warrantyPage section.content a{text-transform:uppercase;transition:ease-in-out 0.2s;display:block;color:#000}html:not(.loja) .warrantyPage section.content a:first-child{margin-bottom:1.5rem}html:not(.loja) .warrantyPage section.content a:hover{color:#E04403}html:not(.loja) .blogListPage section.banner{background-image:url(/images/blog/banner.webp)}html:not(.loja) .blogListPage section.banner p{margin-bottom:3rem}html:not(.loja) .blogListPage section.searchbox{padding:3rem 1rem}html:not(.loja) .blogListPage section.searchbox .form-group{margin-bottom:0}@media (max-width:767.99px){html:not(.loja) .blogListPage section.searchbox .form-row{gap:1rem}}html:not(.loja) .blogListPage section.content .item{border-bottom:1px solid #E2DFDF;padding-bottom:3rem;margin-bottom:3rem;position:relative}html:not(.loja) .blogListPage section.content .item:hover h2{color:#E04403}html:not(.loja) .blogListPage section.content .item:hover .box-img img{transform:scale(1.04)}html:not(.loja) .blogListPage section.content .item small{letter-spacing:4px;font-size:var(--sm5)}html:not(.loja) .blogListPage section.content .item h2{margin-top:1.5rem;margin-bottom:1.5rem;font-size:var(--lg2);transition:ease-in-out 0.2s}html:not(.loja) .blogListPage section.content .item p a{color:#E04403;font-weight:600;margin-left:5px;position:relative;z-index:11;transition:ease-in-out 0.2s}html:not(.loja) .blogListPage section.content .item p a:hover{color:#000}html:not(.loja) .blogListPage section.content .box-img{height:300px;border-radius:1rem;overflow:hidden}html:not(.loja) .blogListPage section.content .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:ease-in-out 0.2s}html:not(.loja) .blogListPage section.newsletter{background:#E04403;padding:3rem 1rem;margin-bottom:2rem}html:not(.loja) .blogListPage section.newsletter .row{align-items:center;color:#FFF}html:not(.loja) .blogListPage section.newsletter .row h4{font-size:var(--md5)}html:not(.loja) .blogListPage section.newsletter .row .form-group{margin-bottom:0}html:not(.loja) .blogListPage section.newsletter .row .form-group button{background:#202020}html:not(.loja) .blogShowPage section.banner-integra{min-height:250px;background-size:cover;background-position:center}html:not(.loja) .blogShowPage section.content{margin-bottom:3rem}html:not(.loja) .blogShowPage section.content .title{font-size:var(--lg2)}html:not(.loja) .blogShowPage section.content p.excerpt{font-size:var(--md2)}html:not(.loja) .blogShowPage section.content h1,html:not(.loja) .blogShowPage section.content h2,html:not(.loja) .blogShowPage section.content h3,html:not(.loja) .blogShowPage section.content h4,html:not(.loja) .blogShowPage section.content h5,html:not(.loja) .blogShowPage section.content h6{margin-top:2rem;margin-bottom:1.5rem}html:not(.loja) .blogShowPage section.content img.aligncenter{display:block;margin-left:auto;margin-right:auto}html:not(.loja) section.last-posts{padding-bottom:3rem}html:not(.loja) section.last-posts h2.title{font-size:var(--lg1);margin-bottom:2rem}html:not(.loja) section.last-posts .row{row-gap:1.5rem}html:not(.loja) section.last-posts .item-other{position:relative}html:not(.loja) section.last-posts .item-other .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);border-radius:1rem;position:relative;height:100%}html:not(.loja) section.last-posts .item-other .wrapper:hover .box-img img{transform:scale(1.04)}html:not(.loja) section.last-posts .item-other .wrapper:hover .box-text h2{color:#E04403}html:not(.loja) section.last-posts .item-other .wrapper .box-img{height:200px;border-radius:1rem;overflow:hidden}html:not(.loja) section.last-posts .item-other .wrapper .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:ease-in-out 0.2s}html:not(.loja) section.last-posts .item-other .wrapper .box-text{padding:2rem;height:calc(100% - 200px);display:flex;flex-direction:column}html:not(.loja) section.last-posts .item-other .wrapper .box-text .row-top{display:flex;align-items:center;justify-content:space-between}html:not(.loja) section.last-posts .item-other .wrapper .box-text .row-top p{display:flex;align-items:center;margin-bottom:0;font-size:var(--sm5)}html:not(.loja) section.last-posts .item-other .wrapper .box-text .row-top p.date{text-transform:uppercase;font-weight:600}html:not(.loja) section.last-posts .item-other .wrapper .box-text .row-top p.author{text-transform:capitalize}html:not(.loja) section.last-posts .item-other .wrapper .box-text .row-top p svg{margin-right:5px}html:not(.loja) section.last-posts .item-other .wrapper .box-text h2{margin:1.5rem 0 1rem;transition:ease-in-out 0.2s}html:not(.loja) section.last-posts .item-other .wrapper .box-text a{color:#E04403;font-weight:600;transition:ease-in-out 0.2s;z-index:11;position:relative;margin-top:auto}html:not(.loja) section.last-posts .item-other .wrapper .box-text a:hover{color:#000}@media (max-width:767.99px){html:not(.loja) section.last-posts .row{gap:1rem}}html:not(.loja) .aboutPage section.content{padding:3rem 1rem}html:not(.loja) .aboutPage section.content .row-1 .wrapper-img{position:relative;display:flex;justify-content:center;align-items:center}html:not(.loja) .aboutPage section.content .row-1 .wrapper-img .asset{border:1px solid #E04403;border-top-left-radius:40%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:40%;overflow:hidden;height:370px;width:390px;position:absolute;transform:translate(-50%,-50%) rotate(9deg) skew(-12deg,0deg);left:50%;top:50%}html:not(.loja) .aboutPage section.content .row-1 .wrapper-img .asset-1{left:45%;top:45%}html:not(.loja) .aboutPage section.content .row-1 .wrapper-img .asset-2{left:55%;top:55%}html:not(.loja) .aboutPage section.content .row-1 .wrapper-img .box-img{border-top-left-radius:40%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:40%;overflow:hidden;height:370px;width:390px;position:relative;transform:rotate(9deg) skew(-12deg,0deg)}html:not(.loja) .aboutPage section.content .row-1 .wrapper-img .box-img img{width:120%;max-width:initial;height:107%;-o-object-fit:cover;object-fit:cover;transform:rotate(-9deg) scale(1.05) translateX(-7%) translateY(-4%) skew(10deg,0deg)}html:not(.loja) .aboutPage section.content .row-1 .wrapper-text h3{font-weight:400;font-size:var(--md6);line-height:125%;margin-bottom:1rem}html:not(.loja) .aboutPage section.content .row-1 .wrapper-text h3 strong{font-weight:600;color:#E04403;display:block}html:not(.loja) .aboutPage section.content .timeline{padding-top:4rem}html:not(.loja) .aboutPage section.content .timeline > .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:4rem;display:table;margin-left:auto;margin-right:auto}html:not(.loja) .aboutPage section.content .timeline > .text h2{text-transform:uppercase;font-weight:400;font-size:var(--md6);line-height:125%}html:not(.loja) .aboutPage section.content .timeline > .text h2 strong{color:#E04403;display:block}html:not(.loja) .aboutPage section.content .timeline .items{position:relative}html:not(.loja) .aboutPage section.content .timeline .items:after{content:"";position:absolute;height:100%;width:8px;background:#E04403;left:50%;top:0;transform:translateX(-50%)}html:not(.loja) .aboutPage section.content .timeline .items .item{display:flex;align-items:center;width:100%;flex:0 0 100%;position:relative}html:not(.loja) .aboutPage section.content .timeline .items .item .asset{position:absolute;left:50%;transform:translateX(-50%)}html:not(.loja) .aboutPage section.content .timeline .items .item .asset svg{width:100%;height:auto;max-width:65px}html:not(.loja) .aboutPage section.content .timeline .items .item:not(:last-child){margin-bottom:2rem}html:not(.loja) .aboutPage section.content .timeline .items .item p{margin-bottom:0}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(1){flex:0 0 45%;text-align:right}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(1) .year{margin-left:2rem}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(1) .wrapper{margin-left:auto}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(2){flex:0 0 45%;text-align:left;margin-left:10%}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(2) .year{margin-right:2rem}html:not(.loja) .aboutPage section.content .timeline .items .item .text{display:flex;align-items:center;justify-content:flex-end}html:not(.loja) .aboutPage section.content .timeline .items .item .text h3{text-transform:uppercase}html:not(.loja) .aboutPage section.content .timeline .items .item .text .year{color:#E04403;font-size:var(--lg2);font-weight:600}html:not(.loja) .aboutPage section.content .timeline .items .item .box-img .wrapper{width:200px;height:200px}html:not(.loja) .aboutPage section.content .timeline .items .item .box-img .wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:100%;border:1px solid #E04403}@media (max-width:767.99px){html:not(.loja) .aboutPage section.content .row-1 .wrapper-img{transform:scale(0.75);margin-bottom:1rem}html:not(.loja) .aboutPage section.content .timeline .items:after{left:0;top:10px}html:not(.loja) .aboutPage section.content .timeline .items .item{flex-direction:column}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(1){text-align:left;flex:0 0 100%;padding-left:3rem;flex-direction:column;align-items:flex-start}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(1) .year{margin-left:0}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(2){text-align:left;flex:0 0 100%;margin-left:0;padding-left:3rem;flex-direction:column;align-items:flex-start}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(2) .text{margin-left:0}html:not(.loja) .aboutPage section.content .timeline .items .item > div:nth-child(2) .text .year{margin-left:0}html:not(.loja) .aboutPage section.content .timeline .items .item .asset{left:0;top:0;transform:scale(0.8) translateX(-63%)}html:not(.loja) .aboutPage section.content .timeline .items .item .text,html:not(.loja) .aboutPage section.content .timeline .items .item .box-img{flex:0 0 100%}html:not(.loja) .aboutPage section.content .timeline .items .item .text{order:1;margin-bottom:1rem}html:not(.loja) .aboutPage section.content .timeline .items .item .text .year{order:1;margin-right:2rem}html:not(.loja) .aboutPage section.content .timeline .items .item .text .desc{order:2}html:not(.loja) .aboutPage section.content .timeline .items .item .box-img{order:2}html:not(.loja) .aboutPage section.content .timeline .items .item .box-img .wrapper{width:160px;height:160px}}html:not(.loja) .catalogoPage section.content{padding:4rem 1rem}html:not(.loja) .catalogoPage section.content .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:4rem}html:not(.loja) .catalogoPage section.content .text h2 strong{color:#E04403}html:not(.loja) .catalogoPage section.content .col-md-6{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:767.99px){html:not(.loja) .catalogoPage section.content .col-md-6:first-child{margin-bottom:2rem}}html:not(.loja) .catalogoPage section.content .col-md-6 img{height:auto;max-width:300px;transition:ease-in-out 0.2s}html:not(.loja) .catalogoPage section.content .col-md-6 a:hover img{transform:scale(1.04)}@media (max-width:767.99px){html:not(.loja) .catalogoPage section.content .row{gap:1rem}}html:not(.loja) .groupPage section.banner{background-image:url(/images/institucional/banner-group.webp)}html:not(.loja) .groupPage section.banner p{max-width:initial}@media (max-width:767.99px){html:not(.loja) .groupPage section.banner p br{display:none}}html:not(.loja) .groupPage section.content{padding:3rem 1rem}html:not(.loja) .groupPage section.content .item .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);padding:2rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;margin-left:2rem;margin-right:2rem;position:relative}html:not(.loja) .groupPage section.content .item .wrapper .box-img{height:100px}html:not(.loja) .groupPage section.content .item .wrapper .box-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}html:not(.loja) .groupPage section.content .item .wrapper p{margin-top:1rem;margin-bottom:0}@media (max-width:767.99px){html:not(.loja) .groupPage section.content .row{gap:1rem}}html:not(.loja) .mvvPage section.content{padding:3rem 1rem}html:not(.loja) .mvvPage section.content .item .wrapper{box-shadow:0 0 25px 0 rgba(0,0,0,0.1);padding:2rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;margin-left:2rem;margin-right:2rem}html:not(.loja) .mvvPage section.content .item .wrapper h3{text-transform:uppercase;font-size:var(--md5);margin-top:1rem;margin-bottom:1rem}@media (max-width:767.99px){html:not(.loja) .mvvPage section.content .row{gap:1rem}}html:not(.loja) .qualityPage section.banner{background-image:url(/images/institucional/banner-quality.webp)}html:not(.loja) .qualityPage section.banner p{max-width:initial}@media (max-width:767.99px){html:not(.loja) .qualityPage section.banner p br{display:none}}html:not(.loja) .qualityPage section.content{padding:3rem 1rem}html:not(.loja) .qualityPage section.content .row-1 .wrapper-img{position:relative;display:flex;justify-content:center;align-items:center}html:not(.loja) .qualityPage section.content .row-1 .wrapper-img .asset{border:1px solid #E04403;border-top-left-radius:40%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:40%;overflow:hidden;height:320px;width:400px;position:absolute;transform:translate(-50%,-50%) rotate(5deg);left:50%;top:50%}html:not(.loja) .qualityPage section.content .row-1 .wrapper-img .asset-1{left:45%;top:45%}html:not(.loja) .qualityPage section.content .row-1 .wrapper-img .asset-2{left:55%;top:55%}html:not(.loja) .qualityPage section.content .row-1 .wrapper-img .box-img{border-top-left-radius:40%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:40%;overflow:hidden;height:320px;width:400px;position:relative;transform:rotate(5deg)}html:not(.loja) .qualityPage section.content .row-1 .wrapper-img .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:rotate(-5deg) scale(1.05)}html:not(.loja) .qualityPage section.content .row-1 .wrapper-text h3{font-weight:400;font-size:var(--md4);line-height:var(--md6);margin-bottom:1rem}html:not(.loja) .qualityPage section.content .row-1 .wrapper-text h3 strong{font-weight:600;color:#E04403;display:block}html:not(.loja) .qualityPage section.content .row-1 .wrapper-text > svg{margin-top:1rem;margin-right:1.5rem}html:not(.loja) .qualityPage section.content .line{margin-top:6rem;margin-bottom:8rem}html:not(.loja) .qualityPage section.content .line > div{display:flex;align-items:center;gap:1.5rem;flex:auto}html:not(.loja) .qualityPage section.content .line > div svg{flex:0 0 60px;max-width:60px;height:auto}html:not(.loja) .qualityPage section.content .line > div p{margin-bottom:0}html:not(.loja) .qualityPage section.content .testimonials{padding:4rem 1rem}html:not(.loja) .qualityPage section.content .testimonials .text{border-left:2px solid #E04403;padding-left:2rem;margin-bottom:0rem;display:table;margin-left:auto;margin-right:auto;text-transform:uppercase}html:not(.loja) .qualityPage section.content .testimonials .text h2 span{color:#E04403;display:block}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slick-dots li{width:15px;height:15px;background-color:white;border:1px solid #E04403;border-radius:100%;transition:ease-in-out 0.2s}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slick-dots li.slick-active{background-color:#E04403}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slick-dots li button{display:none}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slick-prev{width:20px;height:30px;background-image:url(/svg/utils/arrow-left-slider.svg);background-size:cover}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slick-prev:before{display:none}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slick-next{width:20px;height:30px;background-image:url(/svg/utils/arrow-right-slider.svg);background-size:cover}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slick-next:before{display:none}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slider{position:relative;background-image:url(/images/institucional/bg-slider.webp);background-position:50% 45%;background-size:115%;background-repeat:no-repeat;padding:7rem 0 9rem}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slider .wrapper-text{width:250px;margin:auto;position:relative;z-index:2;min-height:285px;display:flex;flex-direction:column;justify-content:center}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slider .wrapper-text h4{text-transform:uppercase;font-weight:600;color:#E04403;margin-bottom:0}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slider .wrapper-text small{color:#646464;font-weight:600;font-size:var(--md1)}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slider .wrapper-text p{margin-top:1rem}@media (max-width:767.99px){html:not(.loja) .qualityPage section.content{padding-bottom:0}html:not(.loja) .qualityPage section.content .row-1 .wrapper-img{transform:scale(0.75);margin-bottom:1rem}html:not(.loja) .qualityPage section.content .line{margin:3rem 0rem 3rem;gap:2rem}html:not(.loja) .qualityPage section.content .testimonials .sliderTestimonials .slider{background-size:200%}}html:not(.loja) .socioambientalPage section.banner{background-image:url(/images/institucional/banner-socioambiental.webp)}html:not(.loja) .socioambientalPage section.banner p{max-width:initial}@media (max-width:767.99px){html:not(.loja) .socioambientalPage section.banner p br{display:none}}html:not(.loja) .socioambientalPage section.content{padding:5rem 1rem}html:not(.loja) .socioambientalPage section.content .row-2{text-align:right;margin:8rem 0}html:not(.loja) .socioambientalPage section.content .row .wrapper-img{position:relative;display:flex;justify-content:center;align-items:center}html:not(.loja) .socioambientalPage section.content .row .wrapper-img .asset{border:1px solid #E04403;border-top-left-radius:30%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:30%;overflow:hidden;height:320px;width:350px;position:absolute;transform:translate(-50%,-50%) skewY(7deg) skewX(-20deg) rotate(-3deg);left:50%;top:50%}html:not(.loja) .socioambientalPage section.content .row .wrapper-img .asset-1{left:45%;top:45%}html:not(.loja) .socioambientalPage section.content .row .wrapper-img .asset-2{left:55%;top:55%}html:not(.loja) .socioambientalPage section.content .row .wrapper-img .box-img{border-top-left-radius:30%;border-bottom-left-radius:5%;border-top-right-radius:5%;border-bottom-right-radius:30%;overflow:hidden;height:320px;width:350px;position:relative;transform:skewY(7deg) skewX(-20deg) rotate(-3deg)}html:not(.loja) .socioambientalPage section.content .row .wrapper-img .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:skewY(-7deg) skewX(20deg) rotate(5deg) scale(1.16)}html:not(.loja) .socioambientalPage section.content .row .wrapper-text{display:flex;flex-direction:column;justify-content:center}html:not(.loja) .socioambientalPage section.content .row .wrapper-text h3{font-weight:400;font-size:var(--md4);line-height:var(--md6);margin-bottom:1rem;text-transform:uppercase}html:not(.loja) .socioambientalPage section.content .row .wrapper-text h3 strong{font-weight:600;color:#E04403;display:block}html:not(.loja) .socioambientalPage section.content .row .wrapper-text > svg{margin-top:1rem;margin-right:1.5rem}@media (max-width:767.99px){html:not(.loja) .socioambientalPage section.content{padding-top:3rem}html:not(.loja) .socioambientalPage section.content .row .wrapper-img{transform:scale(0.75);margin-bottom:1rem}html:not(.loja) .socioambientalPage section.content .row-2{flex-direction:column-reverse;margin:2rem 0}}html.inside header{position:static}html.loja body{font-family:"Raleway",sans-serif;color:#1F2020}html.loja .btn{padding:1rem 0.5rem;border:2px solid;border-radius:50px;text-transform:uppercase;transition:ease-in-out 0.2s;letter-spacing:2px;text-align:center;font-size:var(--sm5);font-weight:600}html.loja .btn-yellow{background-color:#F39400;color:#FFF;border-color:#F39400}html.loja .btn-yellow:hover{color:#F39400;background-color:transparent}html.loja .btn-yellow-border{background-color:transparent;color:#F39400;border-color:#F39400}html.loja .btn-yellow-border:hover{color:#FFF;background-color:#F39400}html.loja .product-component{border-radius:8px;border:1px solid #e4e4e4;display:flex;flex-direction:column;padding:1rem;transition:ease-in-out 0.2s;position:relative;background-color:#FFF;min-height:480px;justify-content:space-between}html.loja .product-component:hover{border-color:#F39400;box-shadow:0 4px 45px rgba(166,166,166,0.25)}html.loja .product-component:hover .btn-fav svg path{stroke:#F39400}html.loja .product-component:hover .btn-comprar{opacity:1}html.loja .product-component .box-img{height:220px;width:100%;transition:ease-in-out 0.2s}html.loja .product-component .box-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}html.loja .product-component .btn-fav{position:absolute;z-index:2;right:0.75rem;top:0.75rem;transition:ease-in-out 0.2s;cursor:pointer}html.loja .product-component .btn-fav.active svg path{fill:#F39400}html.loja .product-component .btn-fav svg{transition:ease-in-out 0.2s}html.loja .product-component .btn-fav svg path{transform:scale(0.95) translate(1px,1px);fill:transparent;stroke:#e4e4e4;stroke-width:1px;transition:ease-in-out 0.2s}html.loja .product-component .btn-fav:hover svg path{stroke-width:0;fill:#F39400}html.loja .product-component h2.title{font-weight:500;font-size:var(--md1);text-align:center;transition:ease-in-out 0.2s;word-break:break-word}html.loja .product-component h3.price{font-weight:800;text-align:center;font-size:var(--md6);line-height:var(--md6);margin-bottom:0;transition:ease-in-out 0.2s}html.loja .product-component p.parcelado{text-align:center;font-size:var(--sm5);transition:ease-in-out 0.2s}html.loja .product-component .btn-comprar{background-color:#F39400;border-radius:50px;color:#FFF;text-transform:uppercase;font-weight:600;border:2px solid #F39400;transition:ease-in-out 0.2s;display:block;padding:0.5rem;min-width:60%;max-width:100%;text-align:center;position:relative;z-index:2;font-size:var(--sm5);letter-spacing:2px;margin-bottom:1rem}html.loja .product-component .btn-comprar:hover{background-color:#FFF;color:#F39400}html.loja .product-component .link-absolute{z-index:1}html.loja .product-component.lista{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:0;min-height:unset}html.loja .product-component.lista .box-img{grid-area:1/1/3/2;height:125px}html.loja .product-component.lista h2.title{grid-area:1/2/2/4;text-align:left}html.loja .product-component.lista h3.price{grid-area:2/2/3/4;text-align:left;display:flex;align-items:center}html.loja .product-component.lista p.parcelado{grid-area:3/2/4/5}html.loja .product-component.lista .btn-comprar{grid-area:2/4/3/5;display:flex;justify-content:center;align-items:center;height:50px;bottom:0;position:absolute;right:0}html.loja .product-cart-component{border-radius:8px;background:#FFF;padding:1rem 2rem;transition:ease-in-out 0.2s}html.loja .product-cart-component:hover{box-shadow:0 4px 45px rgba(166,166,166,0.25)}html.loja .product-cart-component + .product-cart-component{margin-top:1rem}html.loja .product-cart-component p{margin-bottom:0}html.loja .product-cart-component .top{margin-left:0;margin-right:0;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #D3D9DE}html.loja .product-cart-component .top .box-img{width:100px;height:100px}@media (max-width:767.99px){html.loja .product-cart-component .top .box-img{display:table;margin-left:auto;margin-right:auto;margin-bottom:1rem}}html.loja .product-cart-component .top .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.loja .product-cart-component .top .box-infos{display:flex;flex-direction:column;padding-left:1rem;padding-right:1rem}@media (max-width:767.99px){html.loja .product-cart-component .top .box-infos{text-align:center;padding-left:0;padding-right:0}}html.loja .product-cart-component .top .box-infos .title{margin-bottom:0.5rem}html.loja .product-cart-component .top .box-infos .row-value{display:flex;align-items:center}@media (max-width:767.99px){html.loja .product-cart-component .top .box-infos .row-value{justify-content:center}}html.loja .product-cart-component .top .box-infos .row-value .old-price{text-decoration:line-through;font-size:var(--sm5);font-family:"Montserrat",sans-serif}html.loja .product-cart-component .top .box-infos .row-value .desconto{background-color:#E04403;color:#FFF;padding:4px;margin-left:1rem;font-size:var(--sm5)}html.loja .product-cart-component .top .box-infos .price{font-size:var(--md4);font-weight:700;font-family:"Montserrat",sans-serif;margin-top:0.25rem}html.loja .product-cart-component .top .box-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;margin-left:auto}@media (max-width:767.99px){html.loja .product-cart-component .top .box-actions{flex-direction:revert;align-items:center;gap:1rem;margin:1.5rem auto 0.5rem}}html.loja .product-cart-component .top .box-actions .trash{cursor:pointer}html.loja .product-cart-component .top .box-actions .trash:hover svg path{fill:#E04403}html.loja .product-cart-component .top .box-actions .quantity{display:flex}html.loja .product-cart-component .top .box-actions .quantity .input-text.qty{width:100px;height:30px;padding:0 5px;text-align:center;background-color:transparent;border:1px solid #D3D9DE}html.loja .product-cart-component .top .box-actions .quantity.buttons_added{text-align:left;position:relative;white-space:nowrap;vertical-align:top;margin-top:0.5rem;margin-bottom:0.5rem}html.loja .product-cart-component .top .box-actions .quantity.buttons_added input{display:inline-block;margin:0;vertical-align:top;box-shadow:none}html.loja .product-cart-component .top .box-actions .quantity.buttons_added .minus,html.loja .product-cart-component .top .box-actions .quantity.buttons_added .plus{padding:7px 10px 8px;line-height:30px;height:30px;width:30px;background-color:#fff;border:1px solid #D3D9DE;cursor:pointer;transition:ease-in-out 0.2s;font-size:1.5rem;display:flex;align-items:center;justify-content:center;position:relative;padding:0}html.loja .product-cart-component .top .box-actions .quantity.buttons_added .minus{border-right:0;border-top-left-radius:4px;border-bottom-left-radius:4px}html.loja .product-cart-component .top .box-actions .quantity.buttons_added .plus{border-left:0;border-top-right-radius:4px;border-bottom-right-radius:4px}html.loja .product-cart-component .top .box-actions .quantity.buttons_added .minus:hover,html.loja .product-cart-component .top .box-actions .quantity.buttons_added .plus:hover{background:#D3D9DE}html.loja .product-cart-component .top .box-actions .quantity input::-webkit-outer-spin-button,html.loja .product-cart-component .top .box-actions .quantity input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;margin:0}html.loja .product-cart-component .top .box-actions .quantity.buttons_added .minus:focus,html.loja .product-cart-component .top .box-actions .quantity.buttons_added .plus:focus{outline:none}html.loja .product-cart-component .bot{margin-left:0;margin-right:0;align-items:center;justify-content:space-between}html.loja .product-cart-component .bot .assinatura{font-weight:500;cursor:pointer}html.loja .product-cart-component .bot .assinatura.active svg path{fill:#F39400}html.loja .product-cart-component .bot .assinatura svg{margin-right:12px}html.loja .product-cart-component .bot .assinatura svg path{transform:scale(0.95) translate(1px,1px);fill:#FFF;stroke-width:2px;stroke:#F39400}html.loja .product-cart-component .bot .edit{cursor:pointer}html.loja .product-cart-component .bot .edit:hover svg path{fill:#E04403}html.loja .type-selector{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}html.loja .type-selector button{background:transparent;border:1px solid #E4E4E4;padding:0;margin:0;outline:0;width:30px;height:30px;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:4px}html.loja #page-progress{position:fixed;top:0;left:0;width:0;height:3px;background:#E04403;z-index:99999;opacity:0;pointer-events:none;box-shadow:0 0 8px rgba(224,68,3,0.6);transition:width 0.3s ease,opacity 0.2s ease}html.loja #page-progress.active{opacity:1;width:90%;animation:page-progress-grow 8s ease-out forwards}@keyframes page-progress-grow{0%{width:0}25%{width:45%}60%{width:75%}100%{width:90%}}html.loja body.is-navigating{cursor:progress}html.loja body.is-navigating .main-wrapper{opacity:0.6;pointer-events:none;transition:ease-in-out 0.2s}html.loja .btn-spinner{display:inline-block;width:1em;height:1em;vertical-align:-0.125em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-spin 0.6s linear infinite}html.loja .is-loading{cursor:progress;pointer-events:none;opacity:0.85}@keyframes spinner-spin{to{transform:rotate(360deg)}}html.loja .btn-fav.loading{opacity:0.5;pointer-events:none;animation:fav-pulse 0.8s ease-in-out infinite}@keyframes fav-pulse{50%{opacity:0.85}}html.loja .cart-saving{display:none;align-items:center;gap:6px;margin:8px 0;font-size:13px;color:#E04403}html.loja .cart-saving.show{display:flex}html.loja header{background:rgba(0,0,0,0.9);width:100%;top:0;z-index:999999}html.loja header > nav.navbar{padding:1rem 1rem 0}html.loja header > nav.navbar > .container > .top{align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}html.loja header > nav.navbar > .container > .top > form{display:flex;align-items:center;justify-content:center;padding-left:1.5rem;padding-right:1.5rem;height:100%;flex:0 1 320px}@media (max-width:767.99px){html.loja header > nav.navbar > .container > .top > form{margin-top:1rem;flex-basis:100%}}html.loja header > nav.navbar > .container > .top > form .form-group{position:relative;margin-bottom:0;width:100%}html.loja header > nav.navbar > .container > .top > form .form-group .form-control{height:50px;min-width:180px;max-width:320px;width:100%}html.loja header > nav.navbar > .container > .top > form .form-group button{position:absolute;background-color:transparent;transition:ease-in-out 0.2s;border:0;top:50%;transform:translateY(-50%);right:1rem}html.loja header > nav.navbar > .container > .top > form .form-group button:hover{transform:translateY(-50%) scale(1.04)}html.loja header > nav.navbar > .container > .top .items{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}@media (max-width:767.99px){html.loja header > nav.navbar > .container > .top .items{padding:1.5rem 1rem}}html.loja header > nav.navbar > .container > .top .items .item{display:flex;align-items:center;color:#FFF}html.loja header > nav.navbar > .container > .top .items .item p{margin-bottom:0}@media (max-width:767.99px){html.loja header > nav.navbar > .container > .top .items .item p.mobile-hide{display:none}}html.loja header > nav.navbar > .container > .top .items .item svg:first-child{margin-right:1rem}html.loja header > nav.navbar > .container > .top .items .item svg:last-of-type:not(:first-child){margin-left:0.7rem}html.loja header > nav.navbar > .container > .top .items .item:last-child{background-color:#000;padding:0.75rem 1.5rem;border-radius:8px}html.loja header > nav.navbar > .container > .top .items .item:last-child p{line-height:var(--md2)}html.loja header > nav.navbar > .container > .top .items .item:last-child p strong{font-size:var(--md3);font-weight:600}html.loja header > nav.navbar > .container > .bot{border-top:1px solid rgba(255,255,255,0.1)}@media (min-width:768px){html.loja header > nav.navbar > .container > .bot{margin-top:1rem}}html.loja header > nav.navbar > .container > .bot .items,html.loja header > nav.navbar > .container > .bot .mobile{display:flex;align-items:center;justify-content:space-between;width:100%}html.loja header > nav.navbar > .container > .bot .items .item,html.loja header > nav.navbar > .container > .bot .mobile .item{display:flex;align-items:center;color:#FFF;transition:ease-in-out 0.2s;text-transform:uppercase;font-weight:500;padding-top:0.5rem;padding-bottom:0.5rem;flex:1;justify-content:center;text-align:center}html.loja header > nav.navbar > .container > .bot .items .item.cat-hidden,html.loja header > nav.navbar > .container > .bot .mobile .item.cat-hidden{display:none}@media (max-width:767.99px){html.loja header > nav.navbar > .container > .bot .items .item.cat-hidden.cat-hidden,html.loja header > nav.navbar > .container > .bot .mobile .item.cat-hidden.cat-hidden{display:flex}}html.loja header > nav.navbar > .container > .bot .items .item.dropdown,html.loja header > nav.navbar > .container > .bot .mobile .item.dropdown{text-transform:initial;font-weight:400;padding-right:2rem;white-space:nowrap}html.loja header > nav.navbar > .container > .bot .items .item svg,html.loja header > nav.navbar > .container > .bot .mobile .item svg{margin-right:1rem}html.loja header > nav.navbar > .container > .bot .items .item:hover,html.loja header > nav.navbar > .container > .bot .mobile .item:hover{color:#E04403}@media (max-width:767.99px){html.loja header > nav.navbar > .container > .bot .items:is(.mobile),html.loja header > nav.navbar > .container > .bot .mobile:is(.mobile){display:none}html.loja header > nav.navbar > .container > .bot .items:is(.mobile) .item,html.loja header > nav.navbar > .container > .bot .mobile:is(.mobile) .item{display:table;margin:1rem auto}html.loja header > nav.navbar > .container > .bot .items:is(.items),html.loja header > nav.navbar > .container > .bot .mobile:is(.items){flex-direction:column}html.loja header > nav.navbar > .container > .bot .items:is(.items) > .dropdown,html.loja header > nav.navbar > .container > .bot .mobile:is(.items) > .dropdown{padding-right:0}}@media (max-width:767.99px){html.loja header > nav.navbar > .container > .bot > .items > .dropdown > .dropdown-menu{display:none}}html.loja header > nav.navbar > .container > .bot > .items > .dropdown .dropdown-menu{left:0}html.loja header > nav.navbar > .container > .bot > .items > .dropdown .dropdown-menu .dropdown-item{text-align:left;font-weight:500;text-transform:initial;padding-top:0.5rem;padding-bottom:0.5rem;font-size:13px}@media (min-width:768px){html.loja header > nav.navbar > .container > .bot > .items .mobile > .item:nth-child(n+6){display:none}}html.loja header > nav.navbar > .container .item.dropdown{position:relative;padding:1rem 0;cursor:pointer}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu{display:flex;flex-direction:column;position:absolute;pointer-events:none;opacity:0;transition:ease-in-out 0.2s;background-color:#FFF;padding:0.5rem 1rem;border-radius:8px;top:100%;min-width:100%;border:1px solid #e4e4e4;z-index:999999;white-space:nowrap}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu .dropdown-item{color:#000;padding-top:0.25rem;padding-bottom:0.25rem;font-size:14px;font-weight:500;transition:ease-in-out 0.2s}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu .dropdown-item:hover{color:#E04403}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu--perfil{min-width:240px;max-width:300px;padding:0.35rem 0.5rem}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu .perfil-form{margin:0;width:100%}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu .perfil-item{display:block;width:100%;text-align:left;background:transparent;border:0;border-radius:0;text-transform:none;letter-spacing:normal;line-height:1.3;white-space:normal;cursor:pointer;padding:0.4rem 0.5rem}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu .perfil-item.is-active{color:#E04403;font-weight:700}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu .perfil-item__check{margin-right:0.25rem}html.loja header > nav.navbar > .container .item.dropdown .dropdown-menu .perfil-add{margin-top:0.35rem;padding:0.5rem 0.5rem 0.15rem;border-top:1px solid #e4e4e4;font-weight:600}html.loja header > nav.navbar > .container .item.dropdown:hover .dropdown-menu{pointer-events:initial;opacity:1}html.loja header > nav.navbar > .container .nav-brand{display:flex;align-items:center;justify-content:center}@media (max-width:767.99px){html.loja header > nav.navbar > .container .nav-brand{display:table;margin:auto}}html.loja header > nav.navbar > .container .nav-brand svg{max-height:60px;width:auto}html.loja header > nav.navbar > .container .nav-toggler{display:none}html.loja header > nav.navbar > .container .nav-toggler svg{width:35px;height:25px}html.loja header > nav.navbar > .container .nav-toggler svg path{fill:#FFF}@media (max-width:767px){html.loja header > nav.navbar > .container .nav-toggler{display:block}}html.loja footer{background:#202020;color:#FFF;padding:3rem 0rem 0}html.loja footer .col:nth-child(1) p{max-width:270px;margin-top:2rem}html.loja footer .col:nth-child(2){display:flex;justify-content:center}html.loja footer .col:nth-child(2) .wrapper{min-width:270px}html.loja footer .col:nth-child(2) .wrapper .list li{padding:0.75rem 0;border-bottom:1px solid rgba(112,112,112,0.2)}html.loja footer .col:nth-child(2) .wrapper .list li a{color:#FFF;transition:ease-in-out 0.2s;font-size:var(--md1)}html.loja footer .col:nth-child(2) .wrapper .list li a:hover{color:#E04403}html.loja footer .col:nth-child(3){display:flex;justify-content:flex-end}html.loja footer .col:nth-child(3) .wrapper .item{display:flex;align-items:flex-start}html.loja footer .col:nth-child(3) .wrapper .item:not(:last-child){margin-bottom:1rem}html.loja footer .col:nth-child(3) .wrapper .item svg{margin-right:1rem;margin-top:5px}html.loja footer .col:nth-child(3) .wrapper .item a{color:#FFF;transition:ease-in-out 0.2s}html.loja footer .col:nth-child(3) .wrapper .item a + a{margin-top:1rem;display:block}html.loja footer .col:nth-child(3) .wrapper .item a:hover{color:#E04403}html.loja footer .col .title-section{text-transform:uppercase;font-size:var(--md3);border-bottom:2px solid #E04403;display:table}html.loja footer .row-btns{margin-top:3rem}html.loja footer .row-btns a{background:#FFF;border-radius:50px;padding:0.75rem 1rem;font-weight:600;font-size:var(--md1);color:#000;display:flex;align-items:center;justify-content:center;border:1px solid #FFF;transition:ease-in-out 0.2s;max-width:250px}html.loja footer .row-btns a:hover{color:#FFF;background:transparent}html.loja footer .row-btns a:hover svg path{fill:#FFF}html.loja footer .row-btns a svg{margin-right:10px;max-width:24px;height:auto}html.loja footer .row-btns a svg path{transition:ease-in-out 0.2s}html.loja footer .bottom-bar{background:#000;color:#FFF;text-align:center;padding:1.5rem;margin-top:3rem;font-size:var(--sm4)}@media (max-width:767.99px){html.loja footer{padding:3rem 1rem 0}html.loja footer .col:nth-child(2){margin-top:1.5rem;margin-bottom:1.5rem}html.loja footer .col:nth-child(2) .wrapper{width:100%}html.loja footer .col:nth-child(3) .wrapper{width:100%}html.loja footer .row-btns{gap:1rem}html.loja footer .row-btns a{margin-left:auto;margin-right:auto}}html.loja .pagination{padding:3rem 1rem}html.loja .pagination .container{display:flex;justify-content:flex-end;gap:1rem}@media (max-width:767.99px){html.loja .pagination .container{flex-wrap:wrap;justify-content:center}}html.loja .pagination .pages{display:flex;gap:1rem}@media (max-width:767.99px){html.loja .pagination .pages{order:3}}html.loja .pagination .pages .page{width:40px;display:flex;align-items:center;justify-content:center;font-size:var(--md3);line-height:var(--md3);vertical-align:middle}html.loja .pagination a{border:1px solid #D3D9DE;border-radius:4px;display:flex;align-items:center;transition:ease-in-out 0.2s;height:40px;padding-left:1rem;padding-right:1rem;color:#000}html.loja .pagination a:hover,html.loja .pagination a.active{color:#E04403;font-weight:600;border-color:#E04403}@media (max-width:767.99px){html.loja .pagination a.prev{order:1}}html.loja .pagination a.prev svg{margin-right:10px}@media (max-width:767.99px){html.loja .pagination a.next{order:2}}html.loja .pagination a.next svg{margin-left:10px}html.loja section.breadcrumb{padding:1.5rem 1rem}html.loja section.breadcrumb .container{position:relative;display:flex;align-items:center}@media (max-width:767.99px){html.loja section.breadcrumb .container{justify-content:center;gap:1rem}}html.loja section.breadcrumb a{display:flex;align-items:center;color:#1F2020;font-size:var(--md2)}html.loja section.breadcrumb a svg{margin-right:1rem}html.loja section.breadcrumb a svg path{fill:#F39400}html.loja section.breadcrumb a:not(:first-child){margin-left:2rem}html.loja section.breadcrumb a:not(:first-child):before{content:"";width:3px;height:3px;background-color:#1F2020;left:-1rem;position:relative}html.loja section.breadcrumb a:last-child{color:#F39400}html.loja section.breadcrumb a:last-child:before{background-color:#F39400}@media (max-width:767.99px){html.loja section.content.aside{padding:1rem}}html.loja section.content.aside > .container > .row > .left{flex:0 0 260px;transition:ease-in-out 0.2s}html.loja section.content.aside > .container > .row > .left.small{flex:0 0 130px}html.loja section.content.aside > .container > .row > .left.small aside .name{display:none}html.loja section.content.aside > .container > .row > .left.small aside nav ul li a{display:flex;flex-direction:column;align-items:center}html.loja section.content.aside > .container > .row > .left.small aside nav ul li a p{font-size:0.7rem;text-align:center}html.loja section.content.aside > .container > .row > .left.small .expand-btn svg path{transform:rotate(60deg) translate(-4px,-24px)}html.loja section.content.aside > .container > .row > .left.small + .right{flex:0 0 calc(100% - 130px)}@media (max-width:767.99px){html.loja section.content.aside > .container > .row > .left{flex:0 0 100%}}html.loja section.content.aside > .container > .row > .right{flex:0 0 calc(100% - 260px);padding-left:1.5rem;transition:ease-in-out 0.2s}@media (max-width:767.99px){html.loja section.content.aside > .container > .row > .right{flex:0 0 100%;max-width:100%;padding-left:0}}html.loja aside{background:#FFF;border-radius:8px;padding:2rem;width:100%;height:100%}html.loja aside .expand-btn{background:transparent;border:0;outline:0;display:table;margin:1.5rem auto 0;padding-top:1rem;border-top:1px solid #e6e6e6;width:100%}@media (max-width:768.99px){html.loja aside .expand-btn{display:none}}html.loja aside h2.name{font-weight:400;font-size:var(--md4);line-height:var(--md5);margin-bottom:2.5rem;position:relative}html.loja aside h2.name strong{display:block;font-weight:700}html.loja aside h2.name svg{display:none}@media (max-width:767.99px){html.loja aside h2.name svg{display:block;position:absolute;right:0;top:10%;transform:rotate(270deg) scale(0.8)}html.loja aside h2.name svg path{stroke:#F39400}}@media (max-width:767.99px){html.loja aside nav{display:none}}html.loja aside nav ul li + li{margin-top:2rem}html.loja aside nav ul li a{display:flex;align-items:center;gap:0.75rem;color:#1f2020;transition:ease-in-out 0.2s;font-weight:500}html.loja aside nav ul li a:hover{color:#F39400}html.loja aside nav ul li a:hover svg path{fill:#F39400}html.loja aside nav ul li a svg{flex:0 0 15px}html.loja aside nav ul li a svg path{transition:ease-in-out 0.2s}html.loja aside nav ul li a p{margin-bottom:0}html.loja .no-orders{display:flex;justify-content:center;align-items:center}html.loja .no-orders p{font-size:1.5rem;margin-top:3rem}html.loja .no-orders.--favorites{width:100%}html.loja .homePage section.customer{padding:3rem 1rem}html.loja .homePage section.customer .card{display:flex;flex-wrap:wrap;border:1px solid #E04403;padding:2rem;border-radius:10px;justify-content:center;gap:1rem}html.loja .homePage section.customer .card p{flex:0 0 100%}@media (min-width:768px){html.loja .homePage section.customer .card p{flex:0 0 30%;max-width:30%;margin-bottom:0}}html.loja .homePage section.customer .card p span{display:flex;flex-direction:column}html.loja .homePage section.customer .card p span:first-child{font-weight:bold;margin-right:5px}@media (max-width:767.99px){html.loja .homePage section.customer{padding:1rem}}html.loja .homePage section.hero{padding:1rem}html.loja .homePage section.hero .sliderHeroLoja{margin-bottom:0}html.loja .homePage section.hero .sliderHeroLoja .slick-arrow{width:36px;height:37px;z-index:9;transition:ease-in-out 0.2s}html.loja .homePage section.hero .sliderHeroLoja .slick-arrow:before{content:"";background-image:url(/svg/loja/button-hero.svg);width:36px;height:37px;display:block;transition:ease-in-out 0.2s}html.loja .homePage section.hero .sliderHeroLoja .slick-arrow.slick-next{right:2rem}html.loja .homePage section.hero .sliderHeroLoja .slick-arrow.slick-next::before{transform:rotate(180deg)}html.loja .homePage section.hero .sliderHeroLoja .slick-arrow.slick-prev{left:2rem}html.loja .homePage section.hero .sliderHeroLoja .slick-dots{bottom:1.5rem}html.loja .homePage section.hero .sliderHeroLoja .slick-dots li{width:8px;height:8px}html.loja .homePage section.hero .sliderHeroLoja .slick-dots li button{border-radius:100%;background-color:transparent;border:1px solid #FFF;padding:0;margin:0;width:8px;height:8px}html.loja .homePage section.hero .sliderHeroLoja .slick-dots li button:before{display:none}html.loja .homePage section.hero .sliderHeroLoja .slick-dots li.slick-active button,html.loja .homePage section.hero .sliderHeroLoja .slick-dots li:hover button{background-color:#FFF}html.loja .homePage section.hero .sliderHeroLoja .slick-slide{margin:0 1rem}html.loja .homePage section.hero .sliderHeroLoja .slick-list{margin:0 -1rem}html.loja .homePage section.hero .sliderHeroLoja .slider{border-radius:4px;overflow:hidden;width:100%}html.loja .homePage section.hero .sliderHeroLoja .slider img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.loja .homePage section.mais-vendidos{padding:3rem 1rem}html.loja .homePage section.mais-vendidos .title-section{text-align:center;font-weight:800;font-size:var(--md6);margin-bottom:2rem}html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-arrow{width:22px;height:40px;z-index:9;transition:ease-in-out 0.2s;opacity:0.3}html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-arrow:before{content:"";background-image:url(/svg/loja/chevron-produtos.svg);width:22px;height:40px;display:block;transition:ease-in-out 0.2s}html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-arrow.slick-next{right:-3rem}@media (min-width:1440px){html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-arrow.slick-next{right:-4rem}}html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-arrow.slick-next::before{transform:rotate(180deg)}html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-arrow.slick-prev{left:-3rem}@media (min-width:1440px){html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-arrow.slick-prev{left:-4rem}}html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-slide{margin:0 1rem}html.loja .homePage section.mais-vendidos .sliderMaisVendidos .slick-list{margin:0 -1rem}@media (max-width:767.99px){html.loja .homePage section.mais-vendidos{padding:1rem 3rem}}html.loja .homePage section.banners{padding:3rem 1rem}html.loja .homePage section.banners .box-img{border-radius:8px;overflow:hidden;transition:ease-in-out 0.2s;cursor:pointer}html.loja .homePage section.banners .box-img:hover{transform:scale(1.025)}html.loja .homePage section.banners .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:ease-in-out 0.2s}@media (max-width:767.99px){html.loja .homePage section.banners{padding:1rem}html.loja .homePage section.banners .row{gap:1rem}}html.loja .homePage section.ofertas-semana{padding:3rem 1rem}html.loja .homePage section.ofertas-semana .title-section{text-align:center;font-weight:800;font-size:var(--md6);margin-bottom:2rem}html.loja .homePage section.ofertas-semana .sliderOfertasSemana{z-index:1}html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-arrow{width:22px;height:40px;z-index:9;transition:ease-in-out 0.2s;opacity:0.3}html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-arrow:before{content:"";background-image:url(/svg/loja/chevron-produtos.svg);width:22px;height:40px;display:block;transition:ease-in-out 0.2s}html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-arrow.slick-next{right:-3rem}@media (min-width:1440px){html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-arrow.slick-next{right:-4rem}}html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-arrow.slick-next::before{transform:rotate(180deg)}html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-arrow.slick-prev{left:-3rem}@media (min-width:1440px){html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-arrow.slick-prev{left:-4rem}}html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-slide{margin:0 1rem}html.loja .homePage section.ofertas-semana .sliderOfertasSemana .slick-list{margin:0 -1rem}html.loja .homePage section.ofertas-semana .brands{padding-top:10rem;padding-bottom:10rem;margin-top:-7rem;margin-bottom:-7rem;position:relative;z-index:0}html.loja .homePage section.ofertas-semana .brands:before{content:"";background-color:#F3F3F3;width:99.115vw;height:100%;position:absolute;top:0;left:-26.1%;z-index:-1}@media (min-width:768px) and (max-width:1439.99px){html.loja .homePage section.ofertas-semana .brands:before{left:-4%}}html.loja .homePage section.ofertas-semana .brands .sliderBrandsLoja{}html.loja .homePage section.ofertas-semana .brands .sliderBrandsLoja .slick-slide{margin:0 0.5rem}html.loja .homePage section.ofertas-semana .brands .sliderBrandsLoja .slick-list{margin:0 -0.5rem}html.loja .homePage section.ofertas-semana .brands .sliderBrandsLoja .wrapper{background-color:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0.75rem;transition:ease-in-out 0.2s}html.loja .homePage section.ofertas-semana .brands .sliderBrandsLoja .wrapper:hover{background-color:#FFF}html.loja .homePage section.ofertas-semana .brands .sliderBrandsLoja .wrapper:hover img{filter:grayscale(0);opacity:1}html.loja .homePage section.ofertas-semana .brands .sliderBrandsLoja .wrapper img{filter:grayscale(1);transition:ease-in-out 0.2s;opacity:0.7;margin-left:auto;margin-right:auto}@media (max-width:767.99px){html.loja .homePage section.ofertas-semana{padding:1rem 3rem}html.loja .homePage section.ofertas-semana .brands{width:calc(100% + 6rem);left:-3rem}}html.loja .productListPage section.breadcrumb.list{background:linear-gradient(90deg,#F39400 0%,#E63B11 100%);color:#FFF;padding:3rem 1rem}@media (max-width:767.99px){html.loja .productListPage section.breadcrumb.list{padding:2rem 1rem}}html.loja .productListPage section.breadcrumb.list .container{position:relative;display:flex;align-items:center}@media (max-width:767.99px){html.loja .productListPage section.breadcrumb.list .container{flex-wrap:wrap}html.loja .productListPage section.breadcrumb.list .container h2{flex:0 0 100%;text-align:center}}html.loja .productListPage section.breadcrumb.list a{color:#FFF;display:flex;align-items:center}html.loja .productListPage section.breadcrumb.list a svg{margin-right:1rem}html.loja .productListPage section.breadcrumb.list a:not(:first-child){margin-left:2rem}html.loja .productListPage section.breadcrumb.list a:not(:first-child):before{content:"";width:3px;height:3px;background-color:#FFF;left:-1rem;position:relative}@media (min-width:768px){html.loja .productListPage section.breadcrumb.list h2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}}html.loja .productListPage section.content{padding-top:2rem;padding-bottom:2rem}html.loja .productListPage section.content > .usuario_cliente_title{text-align:center;max-width:1200px;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;margin-left:auto;margin-right:auto}html.loja .productListPage section.content .container{display:flex}@media (max-width:767.99px){html.loja .productListPage section.content .container{flex-direction:column}}html.loja .productListPage section.content .container aside{flex:0 0 190px;padding-left:0;padding-right:1rem}html.loja .productListPage section.content .container aside .btn-mobile{display:none}@media (max-width:767.99px){html.loja .productListPage section.content .container aside{flex:1;padding:0 2rem}html.loja .productListPage section.content .container aside .btn-mobile{display:table;margin:auto;font-size:var(--md1);font-weight:600;margin-bottom:2rem}html.loja .productListPage section.content .container aside .filtros{display:none;margin-top:-2rem;margin-bottom:2rem}}html.loja .productListPage section.content .container aside .filtros a.clear-filters{display:flex;justify-content:center;font-size:0.8rem;width:100%;padding:0.6rem;border:0;border-radius:8px;background:#f1f1f1;transition:ease-in-out 0.2s;color:#000}html.loja .productListPage section.content .container aside .filtros a.clear-filters:hover{background:#ddd8d8}html.loja .productListPage section.content .container aside .filtros a.clear-filters span{margin-right:8px;opacity:0.5;font-weight:800;font-size:1rem;line-height:16px}html.loja .productListPage section.content .container aside .select-box{position:relative}html.loja .productListPage section.content .container aside .select-box:not(:first-child){margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e4e4e4}html.loja .productListPage section.content .container aside .select-box .wrapper{max-height:195px;overflow-y:auto}html.loja .productListPage section.content .container aside .select-box .wrapper a.clear-filter{display:flex;justify-content:center;width:100%;padding:0.6rem;border:0;border-radius:4px;background:#f1f1f1;transition:ease-in-out 0.2s;position:absolute;top:0;width:auto;right:0;font-size:0.75rem;padding:0.4rem 0.8rem;color:#000}html.loja .productListPage section.content .container aside .select-box .wrapper a.clear-filter:hover{background:#ddd8d8}html.loja .productListPage section.content .container aside .select-box .wrapper a.clear-filter span{margin-right:8px;opacity:0.5;font-weight:800;font-size:0.7rem;line-height:16px}html.loja .productListPage section.content .container aside .select-box:not(:first-child) .wrapper a.clear-filter{top:1.5rem}html.loja .productListPage section.content .container aside .select-box .box-title{font-size:var(--md3);font-weight:500}html.loja .productListPage section.content .container aside .select-box .filter-search{width:100%;margin:0.5rem 0;padding:0.35rem 0.6rem;font-size:var(--sm5);border:1px solid #e4e4e4;border-radius:4px;outline:none}html.loja .productListPage section.content .container aside .select-box .filter-search:focus{border-color:#E04403}html.loja .productListPage section.content .container aside .select-box .filter-empty{font-size:var(--sm5);color:#999;margin:0.25rem 0}html.loja .productListPage section.content .container aside .select-box .custom-control.filter-hidden{display:none}html.loja .productListPage section.content .container aside .select-box .custom-control{padding-left:1.75rem}html.loja .productListPage section.content .container aside .select-box .custom-control-label{font-size:var(--sm5);margin-bottom:0.25rem}html.loja .productListPage section.content .container aside .select-box .custom-control-label::before,html.loja .productListPage section.content .container aside .select-box .custom-control-label::after{left:-1.75rem}html.loja .productListPage section.content .container aside .select-box .custom-control-input:checked ~ .custom-control-label::before{border-color:#E04403;background-color:#E04403}html.loja .productListPage section.content .container aside .select-box .custom-control-input:focus ~ .custom-control-label::before{box-shadow:none}html.loja .productListPage section.content .container .list{flex:1}html.loja .productListPage section.content .container .list .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}@media (max-width:767.99px){html.loja .productListPage section.content .container .list .top{justify-content:center;row-gap:1rem;flex-direction:column}}html.loja .productListPage section.content .container .list .top .right{display:flex;align-items:center;gap:1rem}@media (max-width:767.99px){html.loja .productListPage section.content .container .list .top .right{justify-content:center;row-gap:1rem;flex-direction:column}}html.loja .productListPage section.content .container .list .top .right form .form-group{margin-bottom:0}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon{position:relative}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:100px;border:2px solid #e4e4e4;height:50px;width:250px;max-width:100%}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon .form-control + span{pointer-events:none}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon .form-control:hover{border-color:#E04403}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon .form-control:hover + span svg path{fill:#E04403}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon span{position:absolute;right:10px;top:50%;transform:translateY(-50%)}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon span button{border:0;outline:0;background-color:transparent}html.loja .productListPage section.content .container .list .top .right form .form-group.custom-icon span:hover svg path{fill:#E04403}html.loja .productListPage section.content .container .list .row{row-gap:2rem}@media (min-width:768px){html.loja .productListPage section.content .container .list{padding-left:2rem}}html.loja .productListPage section.content .container .list.lista > .row > .col-md-3{flex:0 0 100%;max-width:100%}html.loja .productShowPage section.content .top .left .wrapper{border:1px solid #ccc;border-radius:4px;padding:1.5rem}html.loja .productShowPage section.content .top .left .wrapper .sliderProduct .slider{height:380px;display:flex!important;align-items:center;justify-content:center}@media (max-width:767.99px){html.loja .productShowPage section.content .top .left .wrapper .sliderProduct .slider{height:250px}}html.loja .productShowPage section.content .top .left .wrapper .sliderProduct .slider img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}html.loja .productShowPage section.content .top .left .wrapper .sliderProductNavWrapper{box-shadow:0 4px 50px rgba(0,0,0,0.12);background-color:#FFF;padding-top:1rem;padding-bottom:1rem;margin-top:2rem}html.loja .productShowPage section.content .top .left .wrapper .sliderProductNavWrapper .sliderProductNav{max-width:500px;margin-left:auto;margin-right:auto}html.loja .productShowPage section.content .top .left .wrapper .sliderProductNavWrapper .sliderProductNav .slick-slide > div{display:flex;align-items:center;justify-content:center}html.loja .productShowPage section.content .top .left .wrapper .sliderProductNavWrapper .sliderProductNav .slider{max-width:80px;margin-left:auto;margin-right:auto}html.loja .productShowPage section.content .top .right p{margin-bottom:0}html.loja .productShowPage section.content .top .right .title{font-size:var(--lg1)}@media (max-width:767.99px){html.loja .productShowPage section.content .top .right .title{margin-top:1.5rem;margin-bottom:1.5rem;font-size:var(--md6);line-height:var(--md6)}}html.loja .productShowPage section.content .top .right .infos{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;margin-top:1rem;margin-bottom:1rem;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);flex-wrap:wrap;row-gap:1rem}html.loja .productShowPage section.content .top .right .infos p{font-size:var(--sm5);font-family:"Montserrat",sans-serif;font-weight:600;text-transform:uppercase;vertical-align:middle;flex:0 0 50%}html.loja .productShowPage section.content .top .right .row-valor{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;margin-bottom:2rem}@media (max-width:767.99px){html.loja .productShowPage section.content .top .right .row-valor{flex-direction:column;gap:2rem}}@media (max-width:767.99px){html.loja .productShowPage section.content .top .right .row-valor .valor{text-align:center}}html.loja .productShowPage section.content .top .right .row-valor .valor .row{margin-left:0;margin-right:0;align-items:center}@media (max-width:767.99px){html.loja .productShowPage section.content .top .right .row-valor .valor .row{justify-content:center}}html.loja .productShowPage section.content .top .right .row-valor .valor .row .old-price{text-decoration:line-through;font-size:Sm5;font-family:"Montserrat",sans-serif}html.loja .productShowPage section.content .top .right .row-valor .valor .row .desconto{background-color:#282829;color:#FFF;padding:4px;margin-left:1rem}html.loja .productShowPage section.content .top .right .row-valor .valor .price{font-size:var(--md6);font-weight:600;font-family:"Montserrat",sans-serif}html.loja .productShowPage section.content .top .right .row-valor .valor .parcela{font-family:"Montserrat",sans-serif}html.loja .productShowPage section.content .top .right .row-valor .quantity{display:flex;align-items:center}@media (min-width:768px){html.loja .productShowPage section.content .top .right .row-valor .quantity{margin-left:2rem}}html.loja .productShowPage section.content .top .right .row-valor .quantity .text{font-weight:600;font-size:var(--md2);margin-left:1rem;margin-bottom:0}html.loja .productShowPage section.content .top .right .row-valor .quantity .input-text.qty{width:100px;height:70px;padding:0 5px;font-size:var(--md3);font-weight:600;text-align:center;background-color:transparent;border:1px solid #d6d6d6;border-bottom-left-radius:4px;border-top-left-radius:4px}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added{text-align:left;position:relative;white-space:nowrap;vertical-align:top}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added input{display:inline-block;margin:0;vertical-align:top;box-shadow:none}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .buttons{display:flex;flex-direction:column}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .minus,html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .plus{padding:0;display:flex;align-items:center;justify-content:center;height:35px;width:35px;background-color:#fff;border:1px solid #d6d6d6;transition:ease-in-out 0.2s;cursor:pointer;border-left:0}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .minus{border-top-right-radius:4px}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .plus{border-bottom-right-radius:4px}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .minus:hover,html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .plus:hover{background:#F39400}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .minus:hover svg path,html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .plus:hover svg path{fill:#FFF}html.loja .productShowPage section.content .top .right .row-valor .quantity input::-webkit-outer-spin-button,html.loja .productShowPage section.content .top .right .row-valor .quantity input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;margin:0}html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .minus:focus,html.loja .productShowPage section.content .top .right .row-valor .quantity.buttons_added .plus:focus{outline:none}html.loja .productShowPage section.content .top .right .btn{width:100%;display:block}html.loja .productShowPage section.content .top .right .btn-yellow{margin-bottom:0.5rem}html.loja .productShowPage section.content .top .right .frete{background-color:#f8f8f8;padding:1rem;margin-top:1.5rem;border-radius:6px;display:flex;align-items:center}html.loja .productShowPage section.content .top .right .frete > svg{margin-right:1rem}html.loja .productShowPage section.content .top .right .frete form{flex:1}html.loja .productShowPage section.content .top .right .frete form label{font-weight:600;text-transform:uppercase;font-size:var(--sm5)}html.loja .productShowPage section.content .top .right .frete form .form-group{position:relative}html.loja .productShowPage section.content .top .right .frete form .form-group .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;border:0 solid #e4e4e4;height:50px;max-width:100%;background-color:#FFF}html.loja .productShowPage section.content .top .right .frete form .form-group .form-control:hover{border-color:#F39400}html.loja .productShowPage section.content .top .right .frete form .form-group button{position:absolute;right:10px;bottom:12px;border:0;outline:0;background-color:#F39400;font-weight:600;color:#FFF;border-radius:100%;display:flex;align-items:center;justify-content:center}html.loja .productShowPage section.content .description{padding-top:3rem}html.loja .productShowPage section.content .description h3,html.loja .productShowPage section.content .description .ficha{text-transform:uppercase;color:#1F2020;font-weight:700;font-size:var(--md1)}html.loja .productShowPage section.content .description h3:is(.ficha),html.loja .productShowPage section.content .description .ficha:is(.ficha){display:flex;align-items:center;gap:12px;margin-top:2rem}html.loja .productShowPage section.content .description h3:is(h3),html.loja .productShowPage section.content .description .ficha:is(h3){margin-bottom:1.5rem}html.loja .productShowPage section.content .description h3:is(h3):after,html.loja .productShowPage section.content .description .ficha:is(h3):after{content:"";background:linear-gradient(to right,#E04403 0%,#E04403 20%,#f1f1f1 20%,#f1f1f1 100%);max-width:500px;width:100%;height:2px;margin-top:0.5rem;display:block}html.loja section.relatedShowPage{padding:3rem 1rem}html.loja section.relatedShowPage .title-section{text-align:center;font-weight:800;font-size:var(--md6);margin-bottom:2rem}html.loja section.relatedShowPage .sliderRelated .slick-arrow{width:22px;height:40px;z-index:9;transition:ease-in-out 0.2s;opacity:0.3}html.loja section.relatedShowPage .sliderRelated .slick-arrow:before{content:"";background-image:url(/svg/loja/chevron-produtos.svg);width:22px;height:40px;display:block;transition:ease-in-out 0.2s}html.loja section.relatedShowPage .sliderRelated .slick-arrow.slick-next{right:-3rem}@media (min-width:1440px){html.loja section.relatedShowPage .sliderRelated .slick-arrow.slick-next{right:-4rem}}html.loja section.relatedShowPage .sliderRelated .slick-arrow.slick-next::before{transform:rotate(180deg)}html.loja section.relatedShowPage .sliderRelated .slick-arrow.slick-prev{left:-3rem}@media (min-width:1440px){html.loja section.relatedShowPage .sliderRelated .slick-arrow.slick-prev{left:-4rem}}html.loja section.relatedShowPage .sliderRelated .slick-slide{margin:0 1rem}html.loja section.relatedShowPage .sliderRelated .slick-list{margin:0 -1rem}@media (max-width:767.99px){html.loja section.relatedShowPage{padding:3rem}}html.loja .cartPage{background-color:#F8F8F8}html.loja .cartPage section.content.empty .wrapper{padding-top:4rem;padding-bottom:4rem;background-color:#FFF;border-radius:6px;display:flex;flex-direction:column;justify-content:center;align-items:center}html.loja .cartPage section.content.empty .wrapper svg{margin-bottom:1.5rem}html.loja .cartPage section.content.empty .wrapper h3{font-size:var(--md4)}html.loja .cartPage section.content.empty .wrapper p{font-size:var(--md3)}html.loja .cartPage section.content.empty .wrapper .btn{padding-left:5rem;padding-right:5rem}html.loja .cartPage section.content.not-empty .title-section{margin-bottom:1.5rem;margin-top:1rem}html.loja .cartPage section.content.not-empty .title-section svg{margin-right:0.75rem}html.loja .cartPage section.content.not-empty .title-section.usuario_cliente{display:flex;gap:1rem}@media (max-width:767.99px){html.loja .cartPage section.content.not-empty .title-section.usuario_cliente{flex-direction:column;align-items:center}}html.loja .cartPage section.content.not-empty .title-section + .row{align-items:stretch}html.loja .cartPage section.content.not-empty .title-section + .row .left{flex:0 0 65%;display:flex;flex-direction:column}html.loja .cartPage section.content.not-empty .title-section + .row .left > .form-group{display:flex;-moz-column-gap:0.5rem;column-gap:0.5rem}html.loja .cartPage section.content.not-empty .title-section + .row .left > .form-group button{border:0;background:0;outline:0;height:100%;display:flex;align-items:center;justify-content:center}html.loja .cartPage section.content.not-empty .title-section + .row .left .alert{display:flex;align-items:center;padding:1rem 2rem;border-radius:1rem;border:2px solid #F39400;background:#fff1ec;margin-top:auto}html.loja .cartPage section.content.not-empty .title-section + .row .left .alert p{margin-bottom:0;margin-left:1rem;font-weight:500}@media (max-width:767.99px){html.loja .cartPage section.content.not-empty .title-section + .row .left .alert{margin-top:1.5rem;flex-direction:column;gap:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .left .alert p{text-align:center;margin-left:0}}html.loja .cartPage section.content.not-empty .title-section + .row .right{flex:0 0 35%;padding-left:1.5rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar > form > div + div{margin-top:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura{border-radius:5px;overflow:hidden}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top{background:#F39400;display:flex;align-items:center;padding:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top p{color:#FFF;font-weight:700;margin-bottom:0;margin-left:1rem;font-size:var(--md3);line-height:var(--md3)}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top p small{display:block;font-weight:400;font-size:var(--md1)}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top .switch{position:relative;display:inline-block;width:50px;height:24px;margin-left:auto;margin-bottom:0}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top .switch input{opacity:0;width:0;height:0}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#FFF;transition:0.4s;border-radius:25px}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top .switch .slider:before{position:absolute;content:"";height:17px;width:17px;left:4px;bottom:4px;background-color:#F39400;transition:0.4s;border-radius:50%}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top .switch input:checked + .slider{background-color:#2196f3}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top .switch input:focus + .slider{box-shadow:0 0 1px #2196f3}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .top .switch input:checked + .slider:before{transform:translateX(26px)}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .bot{padding:1rem;background-color:#FFF}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .assinatura .bot .form-group{margin-bottom:0}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega{padding:1rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .top p{margin-bottom:0;font-weight:700}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .top span{color:#F39400;text-decoration:underline;cursor:pointer;transition:ease-in-out 0.2s}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .top span:hover{color:#E04403}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option{border-radius:5px;border:1px solid #D3D9DE;display:flex;align-items:center;justify-content:space-between;padding:1rem;position:relative}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option > label{position:absolute;left:0;right:0;top:0;bottom:0}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option + .option{margin-top:0.5rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option .left{margin-bottom:0}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option .left span{display:block;font-weight:600;color:#F39400}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option .right{display:flex;align-items:center;gap:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option .right p{font-weight:700;margin-bottom:0;font-family:"Montserrat",sans-serif;font-size:var(--md2)}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option .right .form-check{display:flex;align-items:center;justify-content:center}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option .right .form-check input[type=radio]:after{width:15px;height:15px;border-radius:15px;top:-2px;left:-1px;position:relative;background-color:#d1d3d1;content:"";display:inline-block;visibility:visible;border:2px solid white;transition:ease-in-out 0.2s}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .entrega .option .right .form-check input[type=radio]:checked:after{background-color:#F39400}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo{padding:1rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo p{margin-bottom:0}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo > p{font-weight:700;margin-bottom:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .item{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .item p:last-child{font-weight:500;font-family:"Montserrat",sans-serif}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .item:nth-child(4){margin-bottom:0}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .item:nth-child(4) > p:last-child{color:#F39400}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .total{font-size:var(--md4);display:flex;align-items:center;justify-content:space-between;border-top:1px solid #D3D9DE;font-weight:700;margin-top:1rem;margin-bottom:1rem;padding-top:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .total p:last-child{font-weight:800;font-family:"Montserrat",sans-serif}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .btn{display:block;padding-top:0.75rem;padding-bottom:0.75rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .resumo .btn:last-child{margin-top:0.5rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .cupom{padding:1rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .cupom .group{position:relative}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .cupom .group input{width:100%;border:1px solid #D3D9DE;border-radius:4px;outline:0;height:50px;padding-left:1rem}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .cupom .group .aplicar{position:absolute;font-size:var(--sm5);text-transform:uppercase;letter-spacing:2px;border-radius:50px;background-color:#F39400;color:#FFF;font-weight:600;padding:4px 1rem;transition:ease-in-out 0.2s;right:10px;top:50%;transform:translateY(-50%);border:2px solid #F39400}html.loja .cartPage section.content.not-empty .title-section + .row .right .sidebar .cupom .group .aplicar:hover{background-color:#FFF;color:#F39400}@media (max-width:767.99px){html.loja .cartPage section.content.not-empty .title-section{text-align:center;margin-bottom:1rem}html.loja .cartPage section.content.not-empty .title-section + .row{flex-direction:column-reverse}html.loja .cartPage section.content.not-empty .title-section + .row > .right,html.loja .cartPage section.content.not-empty .title-section + .row > .left{flex:0 0 100%;padding:1rem}html.loja .cartPage section.content.not-empty .title-section + .row > .right .sidebar .entrega .option .left{flex:auto}html.loja .cartPage section.content.not-empty .title-section + .row > .right .sidebar .entrega .option .right{flex:auto;justify-content:flex-end}}html.loja section.relatedCartPage{padding:3rem 1rem}html.loja section.relatedCartPage .title-section{text-align:center;font-weight:800;font-size:var(--md6);margin-bottom:2rem}html.loja section.relatedCartPage .sliderRelated .slick-arrow{width:22px;height:40px;z-index:9;transition:ease-in-out 0.2s;opacity:0.3}html.loja section.relatedCartPage .sliderRelated .slick-arrow:before{content:"";background-image:url(/svg/loja/chevron-produtos.svg);width:22px;height:40px;display:block;transition:ease-in-out 0.2s}html.loja section.relatedCartPage .sliderRelated .slick-arrow.slick-next{right:-3rem}@media (min-width:1440px){html.loja section.relatedCartPage .sliderRelated .slick-arrow.slick-next{right:-4rem}}html.loja section.relatedCartPage .sliderRelated .slick-arrow.slick-next::before{transform:rotate(180deg)}html.loja section.relatedCartPage .sliderRelated .slick-arrow.slick-prev{left:-3rem}@media (min-width:1440px){html.loja section.relatedCartPage .sliderRelated .slick-arrow.slick-prev{left:-4rem}}html.loja section.relatedCartPage .sliderRelated .slick-slide{margin:0 1rem}html.loja section.relatedCartPage .sliderRelated .slick-list{margin:0 -1rem}@media (max-width:767.99px){html.loja section.relatedCartPage{padding:3rem}}html.loja .confirmPage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .confirmPage section.content .title-section{margin-bottom:1.5rem;margin-top:1rem}html.loja .confirmPage section.content .title-section svg{margin-right:0.75rem}html.loja .confirmPage section.content .title-section + .row{align-items:flex-start}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row{flex-direction:column-reverse}}html.loja .confirmPage section.content .title-section + .row .left{flex:0 0 65%}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left{flex:1;padding-left:1rem;padding-right:1rem}}html.loja .confirmPage section.content .title-section + .row .left .item{padding:1rem;background:#FFF;border-radius:5px;overflow:hidden;display:flex;align-items:center;width:100%}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .item{flex-wrap:wrap}}html.loja .confirmPage section.content .title-section + .row .left .item + .item{margin-top:1rem}html.loja .confirmPage section.content .title-section + .row .left .item > svg{flex:0 0 20px;max-width:20px}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .item > svg{margin-bottom:1rem}}html.loja .confirmPage section.content .title-section + .row .left .item p{margin-bottom:0}html.loja .confirmPage section.content .title-section + .row .left .item p.title{font-weight:700;flex:0 0 180px;max-width:180px;padding-left:1rem}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .item p.title{flex:0 0 calc(100% - 20px);margin-bottom:1rem}}html.loja .confirmPage section.content .title-section + .row .left .item > a{margin-left:auto;color:#F39400;font-weight:600;transition:ease-in-out 0.2s;display:flex;align-items:center;cursor:pointer}html.loja .confirmPage section.content .title-section + .row .left .item > a svg{transition:ease-in-out 0.2s;width:15px;height:auto;margin-left:5px}html.loja .confirmPage section.content .title-section + .row .left .item > a svg path{transition:ease-in-out 0.2s}html.loja .confirmPage section.content .title-section + .row .left .item > a:hover{color:#E04403}html.loja .confirmPage section.content .title-section + .row .left .item > a:hover svg path{fill:#E04403}html.loja .confirmPage section.content .title-section + .row .left .item > input{margin-right:2rem;flex:1;padding-left:0.5rem;padding-right:0.5rem}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .item > input{flex:1 0 50%}}html.loja .confirmPage section.content .title-section + .row .left .item > input[readonly]{background-color:#FFF;border-color:transparent;outline:0}html.loja .confirmPage section.content .title-section + .row .left .payment{flex-wrap:wrap}html.loja .confirmPage section.content .title-section + .row .left .payment .top{display:flex;align-items:center;width:100%}html.loja .confirmPage section.content .title-section + .row .left .payment .top > svg{flex:0 0 20px;max-width:20px}html.loja .confirmPage section.content .title-section + .row .left .payment .content{flex:0 0 100%;padding:1.5rem}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .payment .content{padding-left:0;padding-right:0}}html.loja .confirmPage section.content .title-section + .row .left .payment .content .tabs{display:flex;align-items:center}html.loja .confirmPage section.content .title-section + .row .left .payment .content .tabs .tab{padding:1rem;background:#f8f8f8;font-weight:700;color:#000;border-top-left-radius:8px;border-top-right-radius:8px;min-width:150px;text-align:center;transition:ease-in-out 0.2s;border-bottom:2px solid transparent;cursor:pointer}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .payment .content .tabs .tab{flex:1}}html.loja .confirmPage section.content .title-section + .row .left .payment .content .tabs .tab.active{background:#FFF;border:1px solid #d3d9de;border-bottom:2px solid #F39400}html.loja .confirmPage section.content .title-section + .row .left .payment .content .tabs .tab:hover{border-bottom:2px solid #F39400}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels{border:1px solid #d3d9de;padding:2rem;border-bottom-left-radius:8px;border-bottom-right-radius:8px}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .form-group label{font-size:var(--sm5)}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .form-group .form-control{height:50px;border-radius:1rem}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .panel.credit .wrapper-card{position:relative}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .panel.credit .wrapper-card + .wrapper-card{margin-top:3rem;padding-top:2rem;border-top:1px solid #d3d9de}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .panel.credit .wrapper-card .clear{cursor:pointer;position:absolute;right:1rem;top:1rem}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .panel.credit .wrapper-card .clear{right:-1rem;top:-1rem}}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .panel.credit .wrapper-card .clear svg path{transition:ease-in-out 0.2s}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .panel.credit .wrapper-card .clear:hover svg path{fill:#F39400}html.loja .confirmPage section.content .title-section + .row .left .payment .content .panels .panel.boleto{display:none}html.loja .confirmPage section.content .title-section + .row .left .payment .content .row-btns{margin-top:2rem;display:flex;align-items:center;justify-content:space-between}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .left .payment .content .row-btns{justify-content:center;flex-direction:column-reverse;gap:1rem}html.loja .confirmPage section.content .title-section + .row .left .payment .content .row-btns .btn{width:100%}}html.loja .confirmPage section.content .title-section + .row .left .payment .content .row-btns .btn{padding:0.6rem 2rem}html.loja .confirmPage section.content .title-section + .row .right{flex:0 0 35%;padding-left:1.5rem}@media (max-width:767.99px){html.loja .confirmPage section.content .title-section + .row .right{flex:1;padding-left:1rem;padding-right:1rem;width:100%}}html.loja .confirmPage section.content .title-section + .row .right .resumo{padding:1rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .confirmPage section.content .title-section + .row .right .resumo p{margin-bottom:0}html.loja .confirmPage section.content .title-section + .row .right .resumo > p{font-weight:600;margin-bottom:0rem;background-color:#F39400;color:#FFF;font-size:var(--md3);text-align:center;position:relative;top:-1rem;left:-1rem;padding-top:1rem;padding-bottom:1rem;width:calc(100% + 2rem)}html.loja .confirmPage section.content .title-section + .row .right .resumo .item{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}html.loja .confirmPage section.content .title-section + .row .right .resumo .item p:last-child{font-weight:500;font-family:"Montserrat",sans-serif}html.loja .confirmPage section.content .title-section + .row .right .resumo .item:nth-child(4){margin-bottom:0}html.loja .confirmPage section.content .title-section + .row .right .resumo .item:nth-child(4) > p:last-child{color:#F39400}html.loja .confirmPage section.content .title-section + .row .right .resumo .total{font-size:var(--md4);display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d3d9de;font-weight:700;margin-top:1rem;margin-bottom:0rem;padding-top:1rem}html.loja .confirmPage section.content .title-section + .row .right .resumo .total p:last-child{font-weight:800;font-family:"Montserrat",sans-serif}html.loja .ordersPage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .ordersPage.list .filter-orders{background-color:#FFF;padding:1rem;border-radius:8px;display:inline-flex;width:450px;max-width:100%}html.loja .ordersPage.list .filter-orders > .form-group{display:flex;align-items:center;-moz-column-gap:1rem;column-gap:1rem;width:100%;margin-bottom:0}html.loja .ordersPage.list .filter-orders > .form-group select{flex:1}html.loja .ordersPage.list .filter-orders > .form-group button{border:0}html.loja .ordersPage.list section.content .right .item{background-color:#FFF;padding:1rem;border-radius:8px}html.loja .ordersPage.list section.content .right .item + .item{margin-top:1.5rem}html.loja .ordersPage.list section.content .right .item .top{display:flex;align-items:center;gap:2rem}html.loja .ordersPage.list section.content .right .item .top .box-img{width:80px;height:100px;display:flex;justify-content:flex-end;align-items:center}html.loja .ordersPage.list section.content .right .item .top .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.loja .ordersPage.list section.content .right .item .top .text p{font-size:var(--md2);margin-bottom:0;font-weight:500}html.loja .ordersPage.list section.content .right .item .top .text p:first-child{font-family:"Montserrat",sans-serif;font-weight:600}html.loja .ordersPage.list section.content .right .item .top .text p.status.green{color:#2da337}html.loja .ordersPage.list section.content .right .item .top .text p.status.yellow{color:#f49400}html.loja .ordersPage.list section.content .right .item .top .text p.status.red{color:#e04613}html.loja .ordersPage.list section.content .right .item .top .info{margin-left:auto}html.loja .ordersPage.list section.content .right .item .top .info p{margin-bottom:0}@media (max-width:767.99px){html.loja .ordersPage.list section.content .right .item .top{flex-wrap:wrap;justify-content:center;row-gap:0.5rem}html.loja .ordersPage.list section.content .right .item .top .info{margin-right:auto}}html.loja .ordersPage.list section.content .right .item .show-bar{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid #d3d9de;padding-left:1rem;padding-right:1rem;cursor:pointer}html.loja .ordersPage.list section.content .right .item .show-bar:hover p{color:#F39400}html.loja .ordersPage.list section.content .right .item .show-bar > *{margin-bottom:0;transition:ease-in-out 0.2s}html.loja .ordersPage.list section.content .right .item .show-bar svg{width:12px;height:auto;transform:rotate(270deg)}html.loja .ordersPage.list section.content .right .item .show-bar svg path{stroke:#F39400}html.loja .ordersPage.list section.content .right .item .show-bar.active svg{transform:rotate(90deg)}html.loja .ordersPage.list section.content .right .item .show-bar.active p{color:#F39400}html.loja .ordersPage.list section.content .right .item .hide-content{padding:1rem 2rem;display:none}html.loja .ordersPage.list section.content .right .item .hide-content .extra-infos{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:space-between;margin-top:1rem;margin-bottom:2rem}html.loja .ordersPage.list section.content .right .item .hide-content .extra-infos p{margin-bottom:0}html.loja .ordersPage.list section.content .right .item .hide-content .product-list{margin-top:3rem;padding-left:1rem;padding-right:1rem}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product{display:flex;align-items:center;gap:2rem;border:1px solid #d3d9de;border-radius:1rem;padding-left:1rem;padding-right:1rem}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product + .product{margin-top:1rem}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .box-img{width:100px;height:100px;border-radius:1rem;overflow:hidden}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .text p{font-size:var(--md2);margin-bottom:0;font-weight:500}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .text p.price{color:#2da337;font-weight:700;font-family:"Montserrat",sans-serif;font-size:var(--md3)}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .text small{font-size:var(--sm5)}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .info{margin-left:auto}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .info p{margin-bottom:0}html.loja .ordersPage.list section.content .right .item .hide-content .progress-bar{display:flex;align-items:center;justify-content:space-between}html.loja .ordersPage.list section.content .right .item .hide-content .progress-icon{width:20px;height:20px;background-color:#d3d9de;border-radius:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}html.loja .ordersPage.list section.content .right .item .hide-content .progress-icon svg{display:none}html.loja .ordersPage.list section.content .right .item .hide-content .progress-text{margin-top:1rem;text-align:center;font-size:var(--sm5)}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item{flex:1;display:flex;align-items:center;flex-direction:column;position:relative}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item:before{position:absolute;content:"";border-bottom:5px solid #d3d9de;width:100%;top:8px;left:-50%;z-index:1}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item:after{position:absolute;content:none;border-bottom:5px solid #3c6;width:100%;top:8px;left:-50%;z-index:1}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item.completed:after{content:""}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item.completed .progress-icon{background-color:#3c6}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item.completed .progress-icon svg{display:block}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item.active:after{content:""}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item.active .progress-icon{border:2px solid #3c6;background-color:#FFF}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item:first-child:before,html.loja .ordersPage.list section.content .right .item .hide-content .progress-item:first-child:after{content:none}html.loja .ordersPage.list section.content .right .item .hide-content .row-btns{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}html.loja .ordersPage.list section.content .right .item .hide-content .row-btns .btn{padding:0.6rem 2rem}@media (max-width:767.99px){html.loja .ordersPage.list section.content .right .item .hide-content .extra-infos p{display:flex;justify-content:space-between;width:100%}html.loja .ordersPage.list section.content .right .item .hide-content .progress-bar{flex-direction:column}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item:after,html.loja .ordersPage.list section.content .right .item .hide-content .progress-item:before{display:none!important}html.loja .ordersPage.list section.content .right .item .hide-content .progress-item + .progress-item .progress-icon{margin-top:2rem}html.loja .ordersPage.list section.content .right .item .hide-content .product-list{padding-left:0;padding-right:0}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product{flex-wrap:wrap;justify-content:center;row-gap:1rem}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .text{text-align:center}html.loja .ordersPage.list section.content .right .item .hide-content .product-list .product .info{margin-right:auto;margin-bottom:1rem}html.loja .ordersPage.list section.content .right .item .hide-content .row-btns{flex-direction:column}html.loja .ordersPage.list section.content .right .item .hide-content .row-btns .btn{width:100%}}html.loja .ordersPage.show section.content .container h3.title-section{font-weight:600;font-size:var(--md4);margin-bottom:1rem;margin-top:2rem}html.loja .ordersPage.show section.content .container .wrapper{padding:1.5rem 2rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .ordersPage.show section.content .container .wrapper + .wrapper{margin-top:1.5rem}html.loja .ordersPage.show section.content .container .wrapper p{margin-bottom:0}html.loja .ordersPage.show section.content .container .wrapper .btn{padding:0.6rem 2rem}html.loja .ordersPage.show section.content .container .order h2.title{text-align:center;padding:3rem 0;font-size:var(--md4);font-family:"Montserrat",sans-serif}html.loja .ordersPage.show section.content .container .order .extra-infos{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:space-around;margin-bottom:3rem}html.loja .ordersPage.show section.content .container .order .extra-infos p{margin-bottom:0}html.loja .ordersPage.show section.content .container .order .progress-bar{display:flex;align-items:center;justify-content:space-between}html.loja .ordersPage.show section.content .container .order .progress-icon{width:20px;height:20px;background-color:#d3d9de;border-radius:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}html.loja .ordersPage.show section.content .container .order .progress-icon svg{display:none}html.loja .ordersPage.show section.content .container .order .progress-text{margin-top:1rem;text-align:center;font-size:var(--sm5)}html.loja .ordersPage.show section.content .container .order .progress-item{flex:1;display:flex;align-items:center;flex-direction:column;position:relative}html.loja .ordersPage.show section.content .container .order .progress-item:before{position:absolute;content:"";border-bottom:5px solid #d3d9de;width:100%;top:8px;left:-50%;z-index:1}html.loja .ordersPage.show section.content .container .order .progress-item:after{position:absolute;content:none;border-bottom:5px solid #3c6;width:100%;top:8px;left:-50%;z-index:1}html.loja .ordersPage.show section.content .container .order .progress-item.completed:after{content:""}html.loja .ordersPage.show section.content .container .order .progress-item.completed .progress-icon{background-color:#3c6}html.loja .ordersPage.show section.content .container .order .progress-item.completed .progress-icon svg{display:block}html.loja .ordersPage.show section.content .container .order .progress-item.active:after{content:""}html.loja .ordersPage.show section.content .container .order .progress-item.active .progress-icon{border:2px solid #3c6;background-color:#FFF}html.loja .ordersPage.show section.content .container .order .progress-item:first-child:before,html.loja .ordersPage.show section.content .container .order .progress-item:first-child:after{content:none}html.loja .ordersPage.show section.content .container .order .product-list{margin-top:3rem;padding-left:1rem;padding-right:1rem}html.loja .ordersPage.show section.content .container .order .product-list .product{display:flex;align-items:center;gap:2rem;border:1px solid #D3D9DE;border-radius:1rem;padding-left:1rem;padding-right:1rem}html.loja .ordersPage.show section.content .container .order .product-list .product + .product{margin-top:1rem}html.loja .ordersPage.show section.content .container .order .product-list .product .box-img{width:100px;height:100px;border-radius:1rem;overflow:hidden}html.loja .ordersPage.show section.content .container .order .product-list .product .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.loja .ordersPage.show section.content .container .order .product-list .product .text p{font-size:var(--md2);margin-bottom:0;font-weight:500}html.loja .ordersPage.show section.content .container .order .product-list .product .text p.price{color:#2da337;font-weight:700;font-family:"Montserrat",sans-serif;font-size:var(--md3)}html.loja .ordersPage.show section.content .container .order .product-list .product .text small{font-size:var(--sm5)}html.loja .ordersPage.show section.content .container .order .product-list .product .info{margin-left:auto}html.loja .ordersPage.show section.content .container .order .product-list .product .info p{margin-bottom:0}@media (max-width:767.99px){html.loja .ordersPage.show section.content .container .order .extra-infos p{display:flex;justify-content:space-between;width:100%}html.loja .ordersPage.show section.content .container .order .progress-bar{flex-direction:column}html.loja .ordersPage.show section.content .container .order .progress-item:after,html.loja .ordersPage.show section.content .container .order .progress-item:before{display:none!important}html.loja .ordersPage.show section.content .container .order .progress-item + .progress-item .progress-icon{margin-top:2rem}html.loja .ordersPage.show section.content .container .order .product-list{padding-left:0;padding-right:0}html.loja .ordersPage.show section.content .container .order .product-list .product{flex-wrap:wrap;justify-content:center;row-gap:1rem}html.loja .ordersPage.show section.content .container .order .product-list .product .text{text-align:center}html.loja .ordersPage.show section.content .container .order .product-list .product .info{margin-right:auto;margin-bottom:1rem}}html.loja .ordersPage.show section.content .container .entrega,html.loja .ordersPage.show section.content .container .pagamento,html.loja .ordersPage.show section.content .container .endereco{display:flex;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem}html.loja .ordersPage.show section.content .container .entrega > svg,html.loja .ordersPage.show section.content .container .pagamento > svg,html.loja .ordersPage.show section.content .container .endereco > svg{flex:0 0 100px}@media (max-width:767.99px){html.loja .ordersPage.show section.content .container .entrega,html.loja .ordersPage.show section.content .container .pagamento,html.loja .ordersPage.show section.content .container .endereco{flex-wrap:wrap}html.loja .ordersPage.show section.content .container .entrega > svg,html.loja .ordersPage.show section.content .container .pagamento > svg,html.loja .ordersPage.show section.content .container .endereco > svg{flex:0 0 50px;margin-right:1rem}html.loja .ordersPage.show section.content .container .entrega > svg + *,html.loja .ordersPage.show section.content .container .pagamento > svg + *,html.loja .ordersPage.show section.content .container .endereco > svg + *{flex:0 0 calc(100% - 50px - 1rem)}html.loja .ordersPage.show section.content .container .entrega .btn,html.loja .ordersPage.show section.content .container .pagamento .btn,html.loja .ordersPage.show section.content .container .endereco .btn{width:100%;margin-top:1.5rem}}html.loja .ordersPage.show section.content .container .entrega .info span{color:#F39400}html.loja .ordersPage.show section.content .container .entrega .btn{margin-left:auto}html.loja .ordersPage.show section.content .container .pagamento .info .status{margin-bottom:0.5rem;font-weight:700;font-size:var(--md2)}html.loja .ordersPage.show section.content .container .pagamento .info .status.aprovado{color:#2da337}html.loja .ordersPage.show section.content .container .pagamento .info .status.andamento{color:#f49400}html.loja .ordersPage.show section.content .container .pagamento .info .status.recusado{color:#e04613}html.loja .ordersPage.show section.content .container .pagamento .btn{margin-left:auto}html.loja .ordersPage.show section.content .container .endereco .info p:first-child{font-weight:700;font-size:var(--md2);margin-bottom:0.5rem}html.loja .ordersPage.show section.content .container .resumo p{margin-bottom:0}html.loja .ordersPage.show section.content .container .resumo > p{font-weight:600;margin-bottom:1.5rem;font-size:var(--md3);position:relative}html.loja .ordersPage.show section.content .container .resumo .item{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}html.loja .ordersPage.show section.content .container .resumo .item p:last-child{font-weight:500;font-family:"Montserrat",sans-serif}html.loja .ordersPage.show section.content .container .resumo .item:nth-child(4){margin-bottom:0}html.loja .ordersPage.show section.content .container .resumo .item:nth-child(4) > p:last-child{color:#F39400}html.loja .ordersPage.show section.content .container .resumo .total{font-size:var(--md4);display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d3d9de;font-weight:700;margin-top:1rem;margin-bottom:0rem;padding-top:1rem}html.loja .ordersPage.show section.content .container .resumo .total p:last-child{font-weight:800;font-family:"Montserrat",sans-serif}html.loja .profilePage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .profilePage .wrapper{padding:1.5rem 2rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .profilePage .wrapper .title{margin-top:1rem;margin-bottom:2rem;font-family:"Montserrat",sans-serif;position:relative;font-size:var(--md3)}html.loja .profilePage .wrapper .title:before{content:"";position:absolute;height:100%;width:2px;background-color:#F39400;left:-2rem;display:block}html.loja .profilePage .wrapper form .form-group.custom-icon{position:relative}html.loja .profilePage .wrapper form .form-group.custom-icon .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.loja .profilePage .wrapper form .form-group.custom-icon .form-control + span{pointer-events:none}html.loja .profilePage .wrapper form .form-group.custom-icon .form-control:hover{border-color:#E04403}html.loja .profilePage .wrapper form .form-group.custom-icon .form-control:hover + span svg path{fill:#E04403}html.loja .profilePage .wrapper form .form-group.custom-icon span{position:absolute;right:10px;top:50%}html.loja .profilePage .wrapper form .form-group.custom-icon span button{border:0;outline:0;background-color:transparent}html.loja .profilePage .wrapper form .form-group.custom-icon span:hover svg path{fill:#E04403}html.loja .profilePage .wrapper form .form-group label{margin-bottom:0;font-family:"Montserrat",sans-serif;font-size:var(--sm5)}html.loja .profilePage .wrapper form .form-group .form-control{color:#000;font-weight:600;font-family:"Montserrat",sans-serif;box-shadow:none;outline:0;border:1px solid #E6E6E6;border-color:#E6E6E6;border-radius:10px;height:50px}html.loja .profilePage .wrapper form .form-group .form-control[readonly],html.loja .profilePage .wrapper form .form-group .form-control[disabled]{border-color:#FFF;border-radius:0;border-bottom:1px solid #E6E6E6;background-color:transparent}html.loja .profilePage .wrapper form .form-group .form-control[readonly] + span,html.loja .profilePage .wrapper form .form-group .form-control[readonly]:hover,html.loja .profilePage .wrapper form .form-group .form-control[disabled] + span,html.loja .profilePage .wrapper form .form-group .form-control[disabled]:hover{border-color:#FFF;border-bottom:1px solid #E6E6E6}html.loja .profilePage .wrapper form .form-group .form-control[readonly] + span svg path,html.loja .profilePage .wrapper form .form-group .form-control[readonly]:hover svg path,html.loja .profilePage .wrapper form .form-group .form-control[disabled] + span svg path,html.loja .profilePage .wrapper form .form-group .form-control[disabled]:hover svg path{fill:#E6E6E6!important}html.loja .profilePage .wrapper form .form-group .form-control:hover,html.loja .profilePage .wrapper form .form-group .form-control:focus{border-color:#F39400}html.loja .profilePage .wrapper form .box-btn{margin-top:4rem;margin-bottom:3rem}html.loja .profilePage .wrapper form .box-btn#box-save{display:none}html.loja .profilePage .wrapper form .box-btn .btn{padding:0.6rem 2rem;display:table;min-width:280px}html.loja .profilePage .wrapper form .box-btn p{margin-top:1.5rem;font-size:var(--sm5)}html.loja .profilePage .wrapper form .box-btn p a{color:#F39400;text-decoration:underline}html.loja .profilePage .wrapper .custom-checkbox{display:inline-flex;align-items:center}html.loja .profilePage .wrapper .custom-checkbox p{margin-bottom:0;margin-right:4px}html.loja .profilePage .wrapper .custom-checkbox .switch{position:relative;display:inline-block;width:50px;height:24px;margin-left:auto;margin-bottom:0}html.loja .profilePage .wrapper .custom-checkbox .switch input{opacity:0;width:0;height:0}html.loja .profilePage .wrapper .custom-checkbox .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#FFF;transition:0.4s;border-radius:25px;border:1px solid;border-color:rgb(206,212,218)}html.loja .profilePage .wrapper .custom-checkbox .switch .slider:before{position:absolute;content:"";height:17px;width:17px;left:4px;bottom:3px;background-color:#F39400;transition:0.4s;border-radius:50%}html.loja .profilePage .wrapper .custom-checkbox .switch input:checked + .slider{background-color:#F39400}html.loja .profilePage .wrapper .custom-checkbox .switch input:focus + .slider{box-shadow:0 0 1px #F39400}html.loja .profilePage .wrapper .custom-checkbox .switch input:checked + .slider:before{transform:translateX(26px);background-color:#FFF}html.loja .financialPage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .financialPage .filter-orders{background-color:#FFF;padding:1rem;border-radius:8px;display:inline-flex;width:450px;max-width:100%}html.loja .financialPage .filter-orders > .form-group{display:flex;align-items:center;-moz-column-gap:1rem;column-gap:1rem;width:100%;margin-bottom:0}html.loja .financialPage .filter-orders > .form-group select{flex:1}html.loja .financialPage .filter-orders > .form-group button{border:0}html.loja .financialPage .item{padding:1.5rem 2rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .financialPage .item + .item{margin-top:1rem}html.loja .financialPage .item .show-bar{display:flex;align-items:center;justify-content:space-between;cursor:pointer}html.loja .financialPage .item .show-bar h3{font-family:"Montserrat",sans-serif;transition:ease-in-out 0.2s}html.loja .financialPage .item .show-bar:hover h3{color:#F39400}html.loja .financialPage .item .show-bar > *{margin-bottom:0;transition:ease-in-out 0.2s}html.loja .financialPage .item .show-bar svg{width:12px;height:auto;transform:rotate(270deg)}html.loja .financialPage .item .show-bar svg path{stroke:#F39400}html.loja .financialPage .item .show-bar.active svg{transform:rotate(90deg)}html.loja .financialPage .item .show-bar.active p{color:#F39400}html.loja .financialPage .item .hide-content{display:none}html.loja .financialPage .item .hide-content .row{gap:1.5rem;flex-wrap:wrap;justify-content:space-around;margin-top:2rem}html.loja .financialPage .item .hide-content .row p{margin-bottom:0}@media (max-width:767.99px){html.loja .financialPage .item .hide-content .row p{display:flex;width:90%;justify-content:space-between}}html.loja .financialPage .item .hide-content .row-btns{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}html.loja .financialPage .item .hide-content .row-btns .btn{padding:0.6rem 2rem}html.loja .financialPage .item p{margin-bottom:0.5rem}html.loja .financialPage .item p strong{font-family:"Montserrat",sans-serif}html.loja .subscriptionPage.list{background-color:#F8F8F8;padding-bottom:3rem}html.loja .subscriptionPage.list .item{padding:1.5rem 2rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .subscriptionPage.list .item + .item{margin-top:1rem}html.loja .subscriptionPage.list .item .show-bar{display:flex;align-items:center;justify-content:space-between;cursor:pointer}html.loja .subscriptionPage.list .item .show-bar h3{font-family:"Montserrat",sans-serif;transition:ease-in-out 0.2s}html.loja .subscriptionPage.list .item .show-bar h3 span{color:#FFF;border-radius:4px;font-size:var(--sm4);padding:4px 8px;letter-spacing:0.5px}html.loja .subscriptionPage.list .item .show-bar h3 span.ativa{background-color:#2da337}html.loja .subscriptionPage.list .item .show-bar h3 span.inativa{background-color:#ff3c3c}html.loja .subscriptionPage.list .item .show-bar:hover h3{color:#F39400}html.loja .subscriptionPage.list .item .show-bar > *{margin-bottom:0;transition:ease-in-out 0.2s}html.loja .subscriptionPage.list .item .show-bar svg{width:12px;height:auto;transform:rotate(270deg)}html.loja .subscriptionPage.list .item .show-bar svg path{stroke:#F39400}html.loja .subscriptionPage.list .item .show-bar.active svg{transform:rotate(90deg)}html.loja .subscriptionPage.list .item .show-bar.active p{color:#F39400}html.loja .subscriptionPage.list .item .hide-content{display:none;margin-top:2rem}html.loja .subscriptionPage.list .item .hide-content .product{display:flex;align-items:center;gap:2rem;border:1px solid #D3D9DE;border-radius:1rem;padding-left:1rem;padding-right:1rem}html.loja .subscriptionPage.list .item .hide-content .product + .product{margin-top:1rem}html.loja .subscriptionPage.list .item .hide-content .product .box-img{width:100px;height:100px;border-radius:1rem;overflow:hidden}html.loja .subscriptionPage.list .item .hide-content .product .box-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html.loja .subscriptionPage.list .item .hide-content .product .text p{font-size:var(--md2);margin-bottom:0;font-weight:500}html.loja .subscriptionPage.list .item .hide-content .product .text p.price{color:#2da337;font-weight:700;font-family:"Montserrat",sans-serif;font-size:var(--md3)}html.loja .subscriptionPage.list .item .hide-content .product .text small{font-size:var(--sm5)}html.loja .subscriptionPage.list .item .hide-content .product .info{margin-left:auto}html.loja .subscriptionPage.list .item .hide-content .product .info p{margin-bottom:0}html.loja .subscriptionPage.list .item .hide-content .row-btns{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}html.loja .subscriptionPage.list .item .hide-content .row-btns .btn{padding:0.6rem 2rem}@media (max-width:767.99px){html.loja .subscriptionPage.list .item .hide-content .product{flex-wrap:wrap;justify-content:center;row-gap:1rem}html.loja .subscriptionPage.list .item .hide-content .product .text{text-align:center}html.loja .subscriptionPage.list .item .hide-content .product .info{margin-right:auto;margin-bottom:1rem}}html.loja .favoritesPage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .favoritesPage .right .row{row-gap:2rem}html.loja .addressPage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .addressPage .item{padding:1.5rem 2rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .addressPage .item + .item{margin-top:1.5rem}html.loja .addressPage .item .show-bar{display:flex;align-items:center;justify-content:space-between;cursor:pointer}html.loja .addressPage .item .show-bar h3{font-family:"Montserrat",sans-serif;transition:ease-in-out 0.2s}html.loja .addressPage .item .show-bar p{margin-left:auto;margin-right:1rem;transition:ease-in-out 0.2s}html.loja .addressPage .item .show-bar:hover h3,html.loja .addressPage .item .show-bar:hover p{color:#F39400}html.loja .addressPage .item .show-bar > *{margin-bottom:0;transition:ease-in-out 0.2s}html.loja .addressPage .item .show-bar svg{width:12px;height:auto;transform:rotate(270deg)}html.loja .addressPage .item .show-bar svg path{stroke:#F39400}html.loja .addressPage .item .show-bar.active svg{transform:rotate(90deg)}html.loja .addressPage .item .show-bar.active p{color:#F39400}html.loja .addressPage .item .hide-content{display:none;margin-top:2rem}html.loja .addressPage .item .hide-content .alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem;display:none}html.loja .addressPage .item .hide-content .alert.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}html.loja .addressPage .item .hide-content form .form-group.custom-icon{position:relative}html.loja .addressPage .item .hide-content form .form-group.custom-icon .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.loja .addressPage .item .hide-content form .form-group.custom-icon .form-control + span{pointer-events:none}html.loja .addressPage .item .hide-content form .form-group.custom-icon .form-control:hover{border-color:#E04403}html.loja .addressPage .item .hide-content form .form-group.custom-icon .form-control:hover + span svg path{fill:#E04403}html.loja .addressPage .item .hide-content form .form-group.custom-icon span{position:absolute;right:10px;top:50%}html.loja .addressPage .item .hide-content form .form-group.custom-icon span button{border:0;outline:0;background-color:transparent}html.loja .addressPage .item .hide-content form .form-group.custom-icon span:hover svg path{fill:#E04403}html.loja .addressPage .item .hide-content form .form-group label{margin-bottom:0;font-family:"Montserrat",sans-serif;font-size:var(--sm5)}html.loja .addressPage .item .hide-content form .form-group .form-control{color:#000;font-weight:600;font-family:"Montserrat",sans-serif;box-shadow:none;outline:0;border:1px solid #e6e6e6;border-color:#e6e6e6;border-radius:10px;height:50px;background-color:#FFF}html.loja .addressPage .item .hide-content form .form-group .form-control[readonly]{background-color:rgba(0,0,0,0.03)}html.loja .addressPage .item .hide-content form .form-group .form-control[disabled]{border-color:#FFF;border-radius:0;border-bottom:1px solid #e6e6e6;background-color:transparent}html.loja .addressPage .item .hide-content form .form-group .form-control[disabled] + span,html.loja .addressPage .item .hide-content form .form-group .form-control[disabled]:hover{border-color:#FFF;border-bottom:1px solid #e6e6e6}html.loja .addressPage .item .hide-content form .form-group .form-control[disabled] + span svg path,html.loja .addressPage .item .hide-content form .form-group .form-control[disabled]:hover svg path{fill:#e6e6e6!important}html.loja .addressPage .item .hide-content form .form-group .form-control:hover,html.loja .addressPage .item .hide-content form .form-group .form-control:focus{border-color:#F39400}html.loja .addressPage .item .hide-content form .box-btn{margin-top:2rem;margin-bottom:2rem}html.loja .addressPage .item .hide-content form .box-btn.box-save{display:none}html.loja .addressPage .item .hide-content form .box-btn .btn{padding:0.6rem 2rem;display:table;min-width:280px}html.loja .addressPage .item .hide-content form .box-btn p{margin-top:1.5rem;font-size:var(--sm5)}html.loja .addressPage .item .hide-content form .box-btn p a{color:#F39400;text-decoration:underline}html.loja .changePasswordPage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .changePasswordPage .wrapper{padding:1.5rem 2rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .changePasswordPage .wrapper .title{margin-top:1rem;margin-bottom:2rem;font-family:"Montserrat",sans-serif;position:relative;font-size:var(--md3)}html.loja .changePasswordPage .wrapper .title:before{content:"";position:absolute;height:100%;width:2px;background-color:#F39400;left:-2rem;display:block}html.loja .changePasswordPage .wrapper form .form-group.custom-icon{position:relative}html.loja .changePasswordPage .wrapper form .form-group.custom-icon .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.loja .changePasswordPage .wrapper form .form-group.custom-icon .form-control + span{pointer-events:none}html.loja .changePasswordPage .wrapper form .form-group.custom-icon .form-control:hover{border-color:#E04403}html.loja .changePasswordPage .wrapper form .form-group.custom-icon .form-control:hover + span svg path{fill:#E04403}html.loja .changePasswordPage .wrapper form .form-group.custom-icon span{position:absolute;right:10px;top:50%}html.loja .changePasswordPage .wrapper form .form-group.custom-icon span button{border:0;outline:0;background-color:transparent}html.loja .changePasswordPage .wrapper form .form-group.custom-icon span:hover svg path{fill:#E04403}html.loja .changePasswordPage .wrapper form .form-group label{margin-bottom:0;font-family:"Montserrat",sans-serif;font-size:var(--sm5)}html.loja .changePasswordPage .wrapper form .form-group .form-control{color:#000;font-weight:600;font-family:"Montserrat",sans-serif;box-shadow:none;outline:0;border:1px solid #E6E6E6;border-color:#E6E6E6;border-radius:10px;height:50px}html.loja .changePasswordPage .wrapper form .form-group .form-control[readonly],html.loja .changePasswordPage .wrapper form .form-group .form-control[disabled]{border-color:#FFF;border-radius:0;border-bottom:1px solid #E6E6E6;background-color:transparent}html.loja .changePasswordPage .wrapper form .form-group .form-control[readonly] + span,html.loja .changePasswordPage .wrapper form .form-group .form-control[readonly]:hover,html.loja .changePasswordPage .wrapper form .form-group .form-control[disabled] + span,html.loja .changePasswordPage .wrapper form .form-group .form-control[disabled]:hover{border-color:#FFF;border-bottom:1px solid #E6E6E6}html.loja .changePasswordPage .wrapper form .form-group .form-control[readonly] + span svg path,html.loja .changePasswordPage .wrapper form .form-group .form-control[readonly]:hover svg path,html.loja .changePasswordPage .wrapper form .form-group .form-control[disabled] + span svg path,html.loja .changePasswordPage .wrapper form .form-group .form-control[disabled]:hover svg path{fill:#E6E6E6!important}html.loja .changePasswordPage .wrapper form .form-group .form-control:hover,html.loja .changePasswordPage .wrapper form .form-group .form-control:focus{border-color:#F39400}html.loja .changePasswordPage .wrapper form .btn{padding:0.6rem 2rem;display:table;min-width:280px;margin-top:2rem;margin-bottom:1rem}html.loja .validarPage{background-color:#F8F8F8;padding-bottom:3rem}html.loja .validarPage .wrapper{padding:1.5rem 2rem;background:#FFF;border-radius:5px;overflow:hidden}html.loja .validarPage .wrapper .title{margin-top:1rem;margin-bottom:2rem;font-family:"Montserrat",sans-serif;position:relative;font-size:var(--md3)}html.loja .validarPage .wrapper .title:before{content:"";position:absolute;height:100%;width:2px;background-color:#F39400;left:-2rem;display:block}html.loja .validarPage .wrapper form .form-group.custom-icon{position:relative}html.loja .validarPage .wrapper form .form-group.custom-icon .form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}html.loja .validarPage .wrapper form .form-group.custom-icon .form-control + span{pointer-events:none}html.loja .validarPage .wrapper form .form-group.custom-icon .form-control:hover{border-color:#E04403}html.loja .validarPage .wrapper form .form-group.custom-icon .form-control:hover + span svg path{fill:#E04403}html.loja .validarPage .wrapper form .form-group.custom-icon span{position:absolute;right:10px;top:50%}html.loja .validarPage .wrapper form .form-group.custom-icon span button{border:0;outline:0;background-color:transparent}html.loja .validarPage .wrapper form .form-group.custom-icon span:hover svg path{fill:#E04403}html.loja .validarPage .wrapper form .form-group label{margin-bottom:0;font-family:"Montserrat",sans-serif;font-size:var(--sm5)}html.loja .validarPage .wrapper form .form-group .form-control{color:#000;font-weight:600;font-family:"Montserrat",sans-serif;box-shadow:none;outline:0;border:1px solid #E6E6E6;border-color:#E6E6E6;border-radius:10px;height:50px}html.loja .validarPage .wrapper form .form-group .form-control[readonly],html.loja .validarPage .wrapper form .form-group .form-control[disabled]{border-color:#FFF;border-radius:0;border-bottom:1px solid #E6E6E6;background-color:transparent}html.loja .validarPage .wrapper form .form-group .form-control[readonly] + span,html.loja .validarPage .wrapper form .form-group .form-control[readonly]:hover,html.loja .validarPage .wrapper form .form-group .form-control[disabled] + span,html.loja .validarPage .wrapper form .form-group .form-control[disabled]:hover{border-color:#FFF;border-bottom:1px solid #E6E6E6}html.loja .validarPage .wrapper form .form-group .form-control[readonly] + span svg path,html.loja .validarPage .wrapper form .form-group .form-control[readonly]:hover svg path,html.loja .validarPage .wrapper form .form-group .form-control[disabled] + span svg path,html.loja .validarPage .wrapper form .form-group .form-control[disabled]:hover svg path{fill:#E6E6E6!important}html.loja .validarPage .wrapper form .form-group .form-control:hover,html.loja .validarPage .wrapper form .form-group .form-control:focus{border-color:#F39400}html.loja .validarPage .wrapper form .btn{padding:0.6rem 2rem;display:table;min-width:280px;margin-top:2rem;margin-bottom:1rem}