@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic);@font-face{font-family:ChirpRegular;font-style:normal;font-weight:400;src:url(/uploaded/fonts/chirp-regular-web.woff) format("woff")}@font-face{font-family:ChirpBold;font-style:normal;font-weight:400;src:url(/uploaded/fonts/chirp-bold-web.woff) format("woff")}@font-face{font-family:ChirpHeavy;font-style:normal;font-weight:400;src:url(/uploaded/fonts/chirp-heavy-web.woff) format("woff")}*{margin:0;padding:0;border:0;box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0);height:100%}body,html{text-rendering:optimizeLegibility;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-family:ChirpRegular;font-size:16px;padding:0;margin:0}.ios{-webkit-text-size-adjust:115%;-ms-text-size-adjust:115%}.spinner{border:2px solid #fff;border-top-color:transparent;width:24px;height:24px;border-radius:50%;box-sizing:border-box;will-change:transform;opacity:.9;-webkit-animation:spinner2 1s linear infinite;animation:spinner2 1s linear infinite;margin:0 auto}.spinner.black{border-left-color:#3e3e3e!important;border-bottom-color:#3e3e3e!important;border-right-color:#3e3e3e!important}@-webkit-keyframes spinner2{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}@keyframes spinner2{0%{transform:translate3d(-50%,-50%,0) rotate(0deg)}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}@-webkit-keyframes newSpin{to{transform:rotate(1turn)}}@keyframes newSpin{to{transform:rotate(1turn)}}.bounce{outline:0;border-color:#ea1d2c!important;-webkit-animation-name:bounce;animation-name:bounce;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.25s;animation-delay:.25s}@-webkit-keyframes bounce{0%{transform:translateX(0);timing-function:ease-in}37%{transform:translateX(5px);timing-function:ease-out}55%{transform:translateX(-5px);timing-function:ease-in}73%{transform:translateX(4px);timing-function:ease-out}82%{transform:translateX(-4px);timing-function:ease-in}91%{transform:translateX(2px);timing-function:ease-out}96%{transform:translateX(-2px);timing-function:ease-in}to{transform:translateX(0);timing-function:ease-in}}@keyframes bounce{0%{transform:translateX(0);timing-function:ease-in}37%{transform:translateX(5px);timing-function:ease-out}55%{transform:translateX(-5px);timing-function:ease-in}73%{transform:translateX(4px);timing-function:ease-out}82%{transform:translateX(-4px);timing-function:ease-in}91%{transform:translateX(2px);timing-function:ease-out}96%{transform:translateX(-2px);timing-function:ease-in}to{transform:translateX(0);timing-function:ease-in}}.spins{-webkit-animation:rotation .5s linear;animation:rotation .5s linear}@-webkit-keyframes rotation{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes rotation{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@-webkit-keyframes pulse-black{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,82,82,0)}}@keyframes pulse-black{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,82,82,0)}}#snackbar{display:flex;align-items:center;justify-content:space-between;visibility:hidden;flex-wrap:wrap;width:275px;background-color:purple;color:#fff;text-align:center;border-radius:4px;padding:16px;position:fixed;z-index:100;bottom:15vh;font-weight:400;font-size:.8rem}#snackbar .message{max-width:100%;text-align:left;font-size:1rem}#snackbar .close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border-radius:50%;padding-top:14px;position:absolute;right:-5px;top:-5px;color:#fff;padding-right:10px}#snackbar.show{visibility:visible;-webkit-animation:fadeinSnackbar .5s,fadeoutSnackbar .5s 5.5s;animation:fadeinSnackbar .5s,fadeoutSnackbar .5s 5.5s}@-webkit-keyframes fadeinSnackbar{0%{bottom:0;opacity:0}to{bottom:15vh;opacity:1}}@keyframes fadeinSnackbar{0%{bottom:0;opacity:0}to{bottom:15vh;opacity:1}}@-webkit-keyframes fadeoutSnackbar{0%{bottom:15vh;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeoutSnackbar{0%{bottom:15vh;opacity:1}to{bottom:0;opacity:0}}body.home .home-register-input{padding:20px;border:1px solid #e1e3e6;font-family:ChirpBold;font-size:16px;font-weight:400;color:#606669;border-radius:4px;outline:none;margin-bottom:20px;text-transform:lowercase}body.home .home-register-input:hover{border:1px solid #606669}body.home .home-register-input2{padding:12px;border:1px solid #e1e3e6;font-family:ChirpBold;font-size:.85rem;font-weight:400;color:#606669;border-radius:4px;outline:none;margin-bottom:20px;text-transform:lowercase}body.home .home-register-input2:hover{border:1px solid #606669}body.home .home-register-label{font-family:ChirpBold;font-size:16px;font-weight:500;color:#606669}body.home .home-register-label2{font-family:ChirpBold;font-size:.8rem;font-weight:500;color:#606669}.modal{opacity:0;visibility:hidden;position:fixed;z-index:10;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.8)}.modal.active{visibility:visible;opacity:1}.modal-content{background-color:#fefefe;margin:auto;width:100%;height:90%;opacity:0;visibility:hidden;transform:translateY(-1rem);transition:all .3s cubic-bezier(.075,.82,.165,1);transition-delay:.2s;overflow:auto}.modal-content .content-extra-info-product{margin-top:0;-webkit-overflow-scrolling:touch}.modal-content .content-extra-info-product .product-info-modal{display:flex;align-items:center;justify-content:center;flex-direction:column}.modal-content .content-extra-info-product .product-info-modal .pre-image-info-modal{width:100%;height:190px;overflow:hidden;display:flex;align-items:center;justify-content:center}.modal-content .content-extra-info-product .product-info-modal .title-info-modal{font-family:ChirpBold;font-size:1.15rem;color:#3f3f3f;margin:10px 0 0;font-weight:500;text-align:left;letter-spacing:-.02rem}.modal-content .content-extra-info-product .product-info-modal .text-info-modal{font-size:.875rem;display:block;display:-webkit-box;font-weight:300;color:#727272;line-height:1.23;margin:10px 0 0;text-align:left;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1024px){.modal-content .content-extra-info-product .product-info-modal .text-info-modal{font-size:1.1rem}}.modal-content.active{visibility:visible;opacity:1;transform:translateY(0)}.modal-content .close{color:#f3f3f3;position:absolute;right:12px;margin-top:0;font-size:1.6rem;top:10px;background:rgba(0,0,0,.6);z-index:3;border-radius:50%;height:34px;width:34px;display:flex;align-items:center;justify-content:center;border:2px solid #666;padding:0}.modal-content .close:focus,.modal-content .close:hover{color:#fff;text-decoration:none;cursor:pointer;border:2px solid #fff}.modal-content .content{display:flex;flex-direction:column;margin-top:20px}.modal-content .content textarea{font-family:ChirpBold;padding:10px;font-size:16px;color:#606669;height:130px}.modal-content .content .title{font-size:20px;font-weight:700;margin-bottom:20px;color:#606669;border-bottom:1px solid #606669}.modal-content .content .title-checkout{font-size:11px;font-weight:400;text-transform:uppercase;color:#666;margin-bottom:4px}.modal-content .content :-ms-input-placeholder{color:#a6a6a6;font-size:.8em;font-weight:700;font-style:italic}.modal-content .content ::-moz-placeholder{color:#a6a6a6;font-size:.8em;font-weight:700;font-style:italic}.modal-content .content ::-ms-input-placeholder{color:#a6a6a6;font-size:.8em;font-weight:700;font-style:italic}.modal-content .content ::placeholder{color:#a6a6a6;font-size:.8em;font-weight:700;font-style:italic}.modal-content .content .input-checkout{padding:10px;font-size:.9rem;font-weight:500;color:#3e3e3e;border:1px solid #dcdcdc;border-radius:22px;margin-bottom:10px;outline:none}.modal-content .content .input-checkout:focus{border:1px solid #b6b5b5}.modal-content .content .input-checkout.danger{border:1px solid #ea1d2c}.modal-content .content .input-checkout.ok{border:1px solid #01a800}.modal-content .content .textarea-checkout{border:1px solid #e6e6e6;border-radius:4px;font-size:14px}.modal-content .content .actions{display:flex;flex-direction:column}.modal-content .content .actions i{color:#606669;font-size:13px;background:#f3f3f3;padding:10px;border-radius:4px;font-weight:500;margin-bottom:10px;margin-top:10px}.modal-content .content .actions .password-lost{margin-top:20px;color:#606669}.btn{padding:20px;border:0;border-radius:2px;font-family:Rubik,sans-serif;font-weight:500;font-size:16px;letter-spacing:.06em;outline:none;cursor:pointer}.btn-xs{border-radius:2px;height:30px;padding:4px;display:flex;align-items:center;text-transform:uppercase}.btn-sm,.btn-xs{font-family:Rubik,sans-serif;font-weight:500;font-size:12px;letter-spacing:.06em;outline:none;cursor:pointer}.btn-sm{padding:10px}.btn-md,.btn-sm{border:0;border-radius:2px}.btn-md{padding:14px;font-family:Rubik,sans-serif;font-weight:500;font-size:12px;letter-spacing:.06em;outline:none;cursor:pointer}.btn-gray{background-color:#606669}.btn-gray2{background-color:#e1e3e6}.btn-green{background:transparent;border:1px solid #4caf50;color:#4caf50;transition:background .2s;border-radius:22px}.btn-green:hover{background-color:#4caf50;color:#fff}.btn-green-in{background:#4caf50;border:1px solid #4caf50;color:#fff!important;transition:background .2s;border-radius:22px}.btn-green-in:hover{color:#fff}.btn-green-in.deactive{pointer-events:none}.btn-green-in.deactive,.btn-green-in.deactive2{background-color:rgba(76,175,80,.56);border:1px solid rgba(76,175,80,.56)}.btn-blue{background:transparent;border:1px solid #6cb1de;color:#6cb1de;transition:background .2s}.btn-blue:hover{background-color:#6cb1de;color:#fff}.btn-red{background:#ea1d2c;border:1px solid #ea1d2c;color:#fff;transition:background .2s}.btn-red:hover{background-color:#ec3341;color:#fff}.btn-red-in{border:1px solid #ea1d2c;color:#ea1d2c;transition:background .2s}.btn-red-in:hover{background-color:#ec3341;color:#fff}.btn-blue-in{background:#6cb1de;border:1px solid #6cb1de;color:#fff;transition:transform .5s;font-size:10px;padding:10px}.btn-blue-in:hover{transform:scale(1.1)}#myOrders .qty-bold{font-weight:700}#myOrders .qty-bold,#myOrders .qty-bold2{text-transform:lowercase}#myOrders #p-header{display:flex;width:100%}#myOrders .opc,#myOrders .prod,#myOrders .total,#myOrders .un{padding:3px}#myOrders .un{width:10%;display:flex;align-items:center}#myOrders .prod{width:65%}#myOrders .total{width:25%;display:flex;align-items:center;justify-content:flex-end}#myOrders .p-list{flex-direction:column;align-items:center;border-top:1px dashed #222;margin-bottom:8px}#myOrders .p-item,#myOrders .p-list{display:flex;width:100%}#myOrders .quest{text-align:center}#myOrders .p-contact{margin-top:15px;margin-bottom:1px;width:100%;display:flex;flex-direction:column;border-top:1px dashed #222}#myOrders .p-contact div{flex:1;padding:3px}#myOrders .p-shipping-details{display:flex;flex-direction:column;border-top:1px dashed #222;width:100%}#myOrders .p-shipping{display:flex;justify-content:space-between;padding:3px}#myOrders .p-id{font-size:.8rem;font-weight:700;color:#3e3e3e;border-bottom:1px solid #e6e6e6;text-align:center;padding:10px;margin-bottom:10px;width:100%;box-sizing:border-box;margin-top:10px}#myOrders .p-fast{width:100%;border-top:1px dashed #222;padding:3px;margin-top:15px}#myOrders .btn-print{padding:6px;background:#3e3e3e;margin-left:4px;width:268px}#myOrders .btn-confirm,#myOrders .btn-print{color:#fff;border:0;border-radius:2px;cursor:pointer}#myOrders .btn-confirm{padding:10px;background:green;margin-top:10px}#myOrders .p-takeaway{font-size:13px;border-bottom:2px solid #3e3e3e}#myOrders .orders-history-list{border:1px solid #e6e6e6;margin-bottom:16px;padding:10px}#myOrders .order-status{display:flex;justify-content:center;align-items:center}#myOrders .status-contact{display:flex;justify-content:space-between;margin-top:10px;flex-direction:column}#myOrders .status-waiting{padding:10px;border-radius:2px;text-align:center;border-bottom:1px solid #e6e6e6;font-weight:500}#myOrders .status-confirmed,#myOrders .status-delivery,#myOrders .status-takeaway{padding:10px;border-radius:2px;text-align:center;color:#3e3e3e;border-bottom:2px solid #4caf50;font-weight:500}#myOrders .status-off{padding:10px;border-radius:2px;text-align:center;color:#3e3e3e;border-bottom:2px solid #3e3e3e;font-weight:500}#myOrders .blob{background:#000;box-shadow:0 0 0 0 #000;-webkit-animation:pulse-black 2s infinite;animation:pulse-black 2s infinite;height:16px;width:16px;transform:scale(1);border-radius:50%;margin-right:16px}#myOrders .btn-verify-confirmation,#myOrders .btn-verify-delivery{padding:6px;margin-bottom:10px;width:100%;font-size:.8rem!important}#myOrders .btn-contact{padding:6px;width:100%}.hide{display:none!important}.isDisabled{pointer-events:none!important;opacity:.5}body.home header{padding:10px 20px}body.home header,body.home header .user-menu{display:flex;justify-content:space-between;align-items:center}body.home header .user-menu ul{display:flex;flex-direction:row;flex-wrap:wrap;min-width:200px;justify-content:space-evenly}body.home header .user-menu ul li{display:inline-block;font-weight:500;color:#606669}body.home header .user-menu ul li a:active,body.home header .user-menu ul li a:link,body.home header .user-menu ul li a:visited{color:#606669;text-decoration:none}body.home header .user-menu ul li:hover,body.home header .user-menu ul li a:active:hover,body.home header .user-menu ul li a:link:hover,body.home header .user-menu ul li a:visited:hover{color:#222;cursor:pointer}body.home #action{padding:20px;background:url(/images/bg2.jpg);background-size:100%;image-rendering:-moz-crisp-edges;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor;width:100%;height:400px;display:flex;justify-content:space-around;align-items:center}body.home #action .call{max-width:360px}body.home #action .call h1{font-size:32px;color:#fff}body.home #action .call p{font-size:24px;color:#fff;font-style:italic}body.home .register-home .box{width:360px;height:290px;background-color:#f8f7f3;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;border-radius:4px;padding:20px}body.home .register-home .box .title{font-size:20px;font-weight:700;margin-bottom:20px;color:#606669;border-bottom:1px solid #606669}body.home .register-home .box .form{width:100%;display:flex;flex-direction:column}#explore,.explore{padding:20px}#explore h2,#explore h3,.explore h2,.explore h3{margin-bottom:20px;font-size:24px;color:#606669}#explore h2 i,.explore h2 i{color:#4caf50}#explore .container,.explore .container{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill,250px);min-width:100%}#explore .container a,.explore .container a{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:1px solid #e1e3e6;width:250px;text-decoration:none;transition:box-shadow .25s;color:#606669;font-weight:400}#explore .container a:hover,.explore .container a:hover{box-shadow:0 2px 8px rgba(0,0,0,.45)!important;color:#111;font-weight:400}#explore .container a .box-explore,.explore .container a .box-explore{display:flex;justify-content:flex-start;flex-direction:row;align-items:center;height:78px}#explore .container a .box-explore .image,.explore .container a .box-explore .image{width:100%;max-width:120px;height:auto;border-top-left-radius:4px;border-bottom-left-radius:4px;margin-right:20px;margin-left:-1px}#explore .container a .box-explore .category,.explore .container a .box-explore .category{margin-right:20px}#explore .duvidas,#explore .privacy,.explore .duvidas,.explore .privacy{color:#606669;font-size:15px;max-width:960px;margin:0 auto}#explore .duvidas .content h4,#explore .privacy .content h4,.explore .duvidas .content h4,.explore .privacy .content h4{font-size:16px;font-weight:500}#explore .duvidas h3,#explore .privacy h3,.explore .duvidas h3,.explore .privacy h3{font-size:24px;color:#606669}#explore .duvidas p,#explore .privacy p,.explore .duvidas p,.explore .privacy p{margin-bottom:20px;font-size:16px}#explore .duvidas .privacy-list,#explore .privacy .privacy-list,.explore .duvidas .privacy-list,.explore .privacy .privacy-list{padding-left:54px;counter-reset:my-badass-counter;list-style:none;padding-bottom:12px;padding-top:36px;line-height:1.4em}#explore .duvidas .privacy-list li:before,#explore .privacy .privacy-list li:before,.explore .duvidas .privacy-list li:before,.explore .privacy .privacy-list li:before{content:counter(my-badass-counter) ".";counter-increment:my-badass-counter;color:#444;font-size:26px;font-weight:700;position:absolute;margin-left:-50px;margin-top:6px}#explore .duvidas .privacy-list h4,#explore .privacy .privacy-list h4,.explore .duvidas .privacy-list h4,.explore .privacy .privacy-list h4{margin-bottom:0}#explore .duvidas .privacy-list a,#explore .duvidas .privacy-list a:active,#explore .duvidas .privacy-list a:link,#explore .duvidas .privacy-list a:visited,#explore .privacy .privacy-list a,#explore .privacy .privacy-list a:active,#explore .privacy .privacy-list a:link,#explore .privacy .privacy-list a:visited,.explore .duvidas .privacy-list a,.explore .duvidas .privacy-list a:active,.explore .duvidas .privacy-list a:link,.explore .duvidas .privacy-list a:visited,.explore .privacy .privacy-list a,.explore .privacy .privacy-list a:active,.explore .privacy .privacy-list a:link,.explore .privacy .privacy-list a:visited{color:#606669;text-decoration:none;font-weight:400}#explore .duvidas .privacy-list a:hover,#explore .privacy .privacy-list a:hover,.explore .duvidas .privacy-list a:hover,.explore .privacy .privacy-list a:hover{color:#444}#explore .plans,.explore .plans{color:#606669;font-size:15px;max-width:960px;margin:0 auto}#explore .plans .p-card-container,.explore .plans .p-card-container{display:flex;flex-direction:row;justify-content:center}#explore .plans .p-card,.explore .plans .p-card{background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 5px 10px 0 #e3e8eb,0 3px 3px 0 rgba(0,0,0,.1);border-radius:4px;display:flex;flex-direction:column;font-weight:500;width:250px;margin:5px}#explore .plans .p-card-heading,.explore .plans .p-card-heading{padding:25px 25px 0;display:flex;flex-direction:column;font-size:12px;align-items:center;justify-content:center}#explore .plans .p-card__title,.explore .plans .p-card__title{text-transform:uppercase;letter-spacing:1.85px;color:#394956;font-weight:500}#explore .plans .p-card__separator,.explore .plans .p-card__separator{border-top:1px solid #e3e8eb;width:100%;margin-top:1.5em}#explore .plans .p-card__per,.explore .plans .p-card__per{color:#93a1af;font-size:12px}#explore .plans .p-card__feature,.explore .plans .p-card__feature{line-height:18px;margin:10px 20px;list-style-type:decimal;display:flex;justify-content:center;flex-direction:column;padding-left:20px}#explore .plans .currency,.explore .plans .currency{font-size:20px;margin-top:4px}#explore .plans .p-card__feature-item,.explore .plans .p-card__feature-item{color:#72808e;font-size:14px;font-weight:400;margin-bottom:10px;padding-left:10px}#explore .plans .p-card__price,.explore .plans .p-card__price{font-size:30px;color:#394956;margin:5px 0;display:flex}#explore .plans .p-card__footer,.explore .plans .p-card__footer{padding:25px}#explore .plans .p-card__button,.explore .plans .p-card__button{box-sizing:border-box;background:#3197d6;border-radius:3px;color:#fff;display:inline-block;position:relative;height:47px;padding:0 2rem;line-height:47px;transition:all .4s cubic-bezier(.215,.61,.355,1);text-align:center;text-decoration:none;font-size:14px;font-weight:500;width:100%}#explore .plans .p-card__button:hover,.explore .plans .p-card__button:hover{transform:translate3d(0,-2px,0);box-shadow:0 5px 10px rgba(0,0,0,.15)}#explore .plans .p-card__button:active,.explore .plans .p-card__button:active{box-shadow:0 4px 9px rgba(0,0,0,.15);transform:translateZ(0) scale(1.06)}#explore .plans .p-card__button:hover,.explore .plans .p-card__button:hover{box-shadow:0 4px 9px rgba(0,0,0,.1);transform:translateZ(0) scale(1.03)}#explore .plans .p-card__button--selected,.explore .plans .p-card__button--selected{color:#72808e;background:#f1f3f5}#explore .plans .p-card--active,.explore .plans .p-card--active{background:#f9fafa;box-shadow:0 0 0 1px #dfe0e0,0 5px 10px 0 #f1f3f5,0 3px 3px 0 rgba(0,0,0,.05)}#explore .plans .tx-500,.explore .plans .tx-500{font-weight:500;color:#394956}#explore .plans .plan__heading,.explore .plans .plan__heading{font-size:26px;color:#394956;text-align:center;margin-bottom:10px}#explore .plans .plan__subheading,.explore .plans .plan__subheading{font-size:16px;color:#93a1af;text-align:center;margin-bottom:40px}.alert-login,.alert-login-modal{padding:10px;font-size:13px;background-color:#f6f6f6;color:#606669;margin-bottom:10px;border-radius:4px;display:none;font-weight:500;width:100%}.alert-login-modal.active,.alert-login.active{display:block}.home-presentation{margin:0 auto}.home-presentation.youtube{background-color:#edf2f8}.home-presentation .container-master{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:60px;padding-bottom:60px}.home-presentation .container-master.pd-bottom-0{padding-bottom:0}.home-presentation .container-master h2{font-size:26px;color:#394956;text-align:center;margin-bottom:10px;font-weight:400}.home-presentation .container-master span{font-size:16px;color:#93a1af;text-align:center;margin-bottom:40px}.home-presentation .container-master .content-youtube{max-width:980px;width:calc(100% - 40px)}.home-presentation .container-master .rows-cards{width:100%;max-width:980px;min-height:100%;text-align:center}.home-presentation .container-master .rows-cards .content{display:grid;grid-template-columns:repeat(auto-fill,300px);grid-gap:20px;justify-content:center}.home-presentation .container-master .rows-cards .content .card{border-radius:4px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.home-presentation .container-master .rows-cards .content .card .image{height:180px;background-size:cover;margin:0 auto;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.home-presentation .container-master .rows-cards .content .card .image img{width:100%}.home-presentation .container-master .rows-cards .content .card .image div{position:absolute;font-size:32px;font-weight:700;background:#fff;padding:20px;border-radius:50%;width:80px;margin-right:auto;margin-top:90px;margin-left:110px}.home-presentation .container-master .rows-cards .content .card .text{font-family:ChirpBold;padding:20px;margin-top:20px}.home-presentation .container-master .rows-cards .content .card .text .title{font-family:ChirpBold;font-size:22px;font-weight:400;color:#444}.home-presentation .container-master .rows-cards .content .card .text p{margin-top:10px;font-size:16px;font-weight:300;margin-bottom:10px;color:#3e3e3e;letter-spacing:.02rem}.home-presentation .content-user-demonstration{margin:0 auto;max-width:980px;width:calc(100% - 40px);display:flex;align-items:center;justify-content:center;flex-direction:column;padding-bottom:60px}.home-presentation .content-user-demonstration #user-demonstration{display:flex;max-width:980px;border-radius:4px;background:#fff;width:100%;flex-direction:column;border:1px solid #e2e2e2}.home-presentation .content-user-demonstration #user-demonstration .tax{display:inline-block;padding:0 6px;font-size:.69em;background:#fff;border:1px solid #e6e6e6;border-radius:3px;line-height:20px;height:20px;text-transform:uppercase;font-weight:500;margin:0 3px 10px 0;color:#606669}.home-presentation .content-user-demonstration #user-demonstration .image{width:100%;max-width:980px;height:150px;border-top-left-radius:0;border-top-right-radius:0;overflow:hidden;background-size:cover;background-position:50%;display:flex;align-items:flex-end;justify-content:flex-start}.home-presentation .content-user-demonstration #user-demonstration .image-logo{width:70px;height:70px;position:relative;margin-top:-40px;margin-left:20px}.home-presentation .content-user-demonstration #user-demonstration .image-logo img{border-radius:2px 10px 2px;width:70px;height:70px}.home-presentation .content-user-demonstration #user-demonstration .content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:20px}.home-presentation .content-user-demonstration #user-demonstration .content h3{font-size:20px;color:#394956;text-align:left;margin-bottom:10px;font-weight:400}.home-presentation .content-user-demonstration #user-demonstration .content .description{font-size:16px;width:100%}.home-presentation .content-user-demonstration #user-demonstration .content .description .user-logo{border-radius:4px;width:90px;height:90px;margin-right:20px}.home-presentation .content-user-demonstration #user-demonstration .content .description p{font-size:13px;color:#606669;margin-bottom:4px;letter-spacing:.04em}.home-presentation .content-user-demonstration #user-demonstration .content .description p:first-of-type{margin-bottom:10px}.home-presentation .content-user-demonstration #user-demonstration .content .description p.desc{font-size:16px;color:#84909d;text-align:left;margin-bottom:40px}.home-presentation .content-user-demonstration #user-demonstration .content .description p.delivery{border-top:1px solid #f4f4f4;padding-top:20px;margin-top:20px;font-size:15px;font-weight:500}footer{border-top:1px solid #e6e6e6;background:#f1f1f1;padding:60px 20px 40px}footer .main-footer{max-width:980px;width:100%;display:grid;grid-template-columns:repeat(auto-fill,280px);box-sizing:border-box;justify-content:center;margin:0 auto}footer .main-footer .logo img{margin-bottom:20px}footer .main-footer .logo .redes-sociais h4{margin-bottom:20px;color:#333;font-weight:500}footer .main-footer .logo .redes-sociais ul.sociais{list-style-type:none;margin-bottom:20px}footer .main-footer .logo .redes-sociais ul.sociais li{display:inline;white-space:nowrap;padding:10px 10px 0 0}footer .main-footer .logo .redes-sociais ul.sociais li a:active footer .main-footer .logo .redes-sociais ul.sociais li a:visited,footer .main-footer .logo .redes-sociais ul.sociais li a:link{text-decoration:none}footer .main-footer .logo .redes-sociais ul.sociais li a:hover{-webkit-filter:invert(58%) sepia(29%) saturate(873%) hue-rotate(73deg) brightness(96%) contrast(87%);filter:invert(58%) sepia(29%) saturate(873%) hue-rotate(73deg) brightness(96%) contrast(87%)}footer .main-footer h4{margin-bottom:20px;color:#333;font-weight:500}footer .main-footer ul.navigation{list-style-type:none;margin-bottom:40px}footer .main-footer ul.navigation li{font-size:.9em;margin-bottom:10px;color:#444;text-decoration:none}footer .main-footer ul.navigation li a:active,footer .main-footer ul.navigation li a:link,footer .main-footer ul.navigation li a:visited{color:#444;text-decoration:none}footer .main-footer ul.navigation li a:hover{text-decoration:underline}footer .copyright{max-width:980px;width:100%;border-top:1px solid #e6e6e6;text-align:center;margin:0 auto;padding-top:30px;font-size:.8em;color:#444}#cases{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill,200px);justify-content:center;max-width:980px;margin:0 auto 10px}#cases div,#cases div a{display:flex;flex-direction:column;justify-content:center;align-items:center}#cases div a:active,#cases div a:link,#cases div a:visited{text-decoration:none;color:#606669;text-align:center}#cases div img{width:100px;height:100px;border-radius:50%;transition:all .5s}#cases div img:hover{transform:scale(1.2)}#cases div span{font-size:1em;font-weight:400;color:#606669;margin-top:10px;margin-bottom:20px}#after-cases{max-width:980px;margin:0 auto;height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center}#after-cases span{font-weight:700;width:100%;text-align:center;color:#606669}#after-cases .action-whatsapp{text-decoration:none;min-width:280px;max-width:280px;text-align:center;margin-top:20px;transition:all .5s}#after-cases .action-whatsapp:hover{transform:scale(1.1)}.home-landing{background-color:#f8f7f3}.home-landing .fsize-1{font-size:1rem}.home-landing .fsize-2{font-size:2rem}.home-landing .fsize-3{font-size:3rem}.home-landing .fsize-4{font-size:4rem}.home-landing .fsize-5{font-size:5rem}.home-landing .fsize-6{font-size:6rem}.home-landing .fsize-7{font-size:7rem}.home-landing .fsize-8{font-size:8rem}.home-landing .nh-h1-home,.home-landing .nh-h1-home2{font-weight:500;color:#2e2e2e;letter-spacing:-2.5px}.home-landing .nh-green-text{color:#00ab6c}.home-landing .container-present{margin:0 auto;max-width:1020px;padding-left:20px;padding-right:20px;display:flex;justify-content:center;align-items:center;flex-direction:column;height:95vh}.home-landing .w-button{display:inline-block;padding:9px 15px;color:#fff;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0;margin-bottom:26px}.home-landing .button-home-action{margin-right:0;padding:16px 32px;border-radius:8px;box-shadow:0 10px 30px -10px #000;transition:all .2s cubic-bezier(.645,.045,.355,1);font-weight:400;text-align:center;letter-spacing:-.2px;cursor:pointer;font-size:1rem}.home-landing .button-home-action.btn-home-green{background-color:#00ab6c;box-shadow:0 10px 30px -10px #00ab6c;font-weight:500;text-align:center;padding:16px 32px;border-radius:4px;margin-right:40px}.home-landing .button-home-action.btn-home-green:hover{background-color:#008856;box-shadow:0 10px 30px -10px rgba(0,171,108,.55)}.home-landing .button-home-action.btn-home-green-outline{border:1px solid #00ab6c;box-shadow:none;color:#00ab6c;border-radius:4px}.home-landing .container-action-button{margin-top:40px}.home-landing .container-question{width:100%}.home-landing .container-info,.home-landing .container-question{margin:0 auto;max-width:1020px;padding-left:20px;padding-right:20px}.home-landing .container-h1-question{max-width:659px;margin-bottom:100px}.home-landing .card-line{padding-top:31px;padding-right:0;padding-left:0;border-top:1px solid #b2b2b2}.home-landing .heading-2{font-weight:600}.home-landing .card-line-header{width:100%;margin-top:0;margin-bottom:0;padding-top:20px;padding-right:10px;padding-bottom:40px;font-size:36px;line-height:40px;font-weight:500;letter-spacing:-1.09px}.home-landing .content{margin-top:0;color:#666;font-size:16px;line-height:24px;letter-spacing:.5px}.home-landing .grid{grid-column-gap:72px;grid-row-gap:89px;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.home-landing .w-layout-grid{display:-ms-grid;display:grid;grid-auto-columns:1fr;grid-template-rows:auto auto}@media (max-width:991px){.home-landing .nh-h1-home{font-size:5rem}.home-landing .nh-h1-home2{font-size:2.2rem}.home-landing .question-h1{font-size:3rem}.home-landing .grid{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}@media (max-width:620px){.home-landing .grid{display:block}.home-landing .nh-h1-home{font-size:4rem}.home-landing .nh-h1-home2,.home-landing .question-h1{font-size:2rem}.home-landing .card-line{padding-bottom:31px}}@media (max-width:593px){.home-landing .button-home-action{width:100%}.home-landing .nh-h1-home{font-size:3.2rem}.home-landing .nh-h1-home2{font-size:1.8rem}}@media (max-width:500px){.home-landing .nh-h1-home{font-size:2.6rem}.home-landing .nh-h1-home2{font-size:1.6rem}.home-landing .question-h1{font-size:2rem}.home-landing .card-line-header{font-size:1.8rem}}@media (max-width:320px){.home-landing .nh-h1-home{font-size:2.5rem}.home-landing .nh-h1-home2{font-size:1.4rem}.home-landing .question-h1{font-size:2rem}}body.ios .btn-order-checkout-user{margin-top:-44px!important;height:42px!important}body.profile{background:#fafaf8}body.profile input::-webkit-inner-spin-button,body.profile input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body.profile .btn-order-checkout-user{position:fixed;margin-top:-43px;color:#fff;background:#4caf50;border-bottom:6px solid #4caf50;text-decoration:none;left:0;width:46px;height:42px;display:flex;align-items:center;justify-content:center;z-index:2;box-sizing:border-box}body.profile input[type=number]{-moz-appearance:textfield}body.profile .qty-bold{font-weight:700}body.profile header{padding:10px 20px;background:#fff}body.profile header,body.profile header nav.user-menu{display:flex;justify-content:space-between;align-items:center}body.profile header nav.user-menu ul{display:flex;flex-direction:row;flex-wrap:wrap}body.profile header nav.user-menu ul>li{display:inline-block}body.profile header nav.user-menu ul>li a{text-decoration:none}body.profile main{margin:0;align-items:center;padding:20px;min-height:800px}body.profile main,body.profile main #user{width:100%;display:flex;flex-direction:column}body.profile main #user{max-width:980px;border-radius:4px;background:#fff;border:1px solid #e2e2e2}body.profile main #user .image{width:100%;max-width:980px;height:150px;border-top-left-radius:0;border-top-right-radius:0;overflow:hidden;background-size:cover;background-position:50%;display:flex;align-items:flex-end;justify-content:flex-start}body.profile main #user .image-logo{width:70px;height:70px;position:relative;margin-top:-40px;margin-left:20px}body.profile main #user .image-logo img{border-radius:50%;width:70px;height:70px}body.profile main #user .content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:20px}body.profile main #user .content h1{font-family:ChirpHeavy;font-size:1.2rem;color:#394956;text-align:left;margin-bottom:10px;font-weight:400}body.profile main #user .content .description{font-size:16px;width:100%}body.profile main #user .content .description .user-logo{border-radius:4px;width:90px;height:90px;margin-right:20px}body.profile main #user .content .description p{font-size:13px;color:#606669;margin-bottom:4px;letter-spacing:.04em}body.profile main #user .content .description p:first-of-type{margin-bottom:10px}body.profile main #user .content .description p.desc{font-size:16px;color:#84909d;text-align:left;margin-bottom:40px}body.profile main #user .content .description p.delivery{border-top:1px solid #f4f4f4;padding-top:20px;margin-top:20px;font-size:15px;font-weight:500}body.profile main #user .content .actions{padding-top:20px;display:flex;flex-direction:column;font-size:13px;border-top:1px solid #f4f4f4;width:100%}body.profile main #user .content .actions span{color:#606669;margin-bottom:4px;letter-spacing:.04em;font-size:15px;font-weight:500}body.profile main #user .content .actions a,body.profile main #user .content .actions a:link,body.profile main #user .content .actions a:visited{color:#606669;text-decoration:none;margin-top:4px}body.profile main #user .content .actions a .fa-2x,body.profile main #user .content .actions a:link .fa-2x,body.profile main #user .content .actions a:visited .fa-2x{vertical-align:middle}body.profile main #user .content .actions a:hover .fa-whatsapp-square{color:#25d366}body.profile main #user .content .actions a:hover .fa-facebook-square{color:#3b5999}body.profile main #user .content .actions a:hover .fa-twitter-square{color:#55acee}body.profile main #user .content .actions a:hover .fa-envelope-square{color:#dd4b39}body.profile main #user .content .actions a:hover .fa-instagram{color:#e1306c}body.profile main .cardapio{display:flex;max-width:980px!important;flex-direction:column;border-radius:4px;background:#fff;padding:20px;margin-top:20px!important;width:100%;border:1px solid #e2e2e2}body.profile main .cardapio .header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}body.profile main .cardapio .header h2{font-size:16px;cursor:pointer;font-weight:400;color:#394956}body.profile main .cardapio .header img{width:16px;transition:all .2s;cursor:pointer}body.profile main .cardapio .header img.active{transform:rotate(90deg)}body.profile main .cardapio .list{display:grid;grid-gap:20px;grid-template-columns:repeat(auto-fill,48%);transition:all 1s}body.profile main .cardapio .list .content{display:flex;flex-direction:column;margin-top:20px;border-bottom:1px solid #e2e2e2;padding-bottom:20px;transition:opacity 1s,border .3s;position:relative}body.profile main .cardapio .list .content:hover{border-bottom:1px solid #3e3e3e}body.profile main .cardapio .list .content .description{display:flex;justify-content:flex-start;min-height:auto;flex-direction:row-reverse}@media screen and (min-width:980px){body.profile main .cardapio .list .content .description{min-height:140px}}body.profile main .cardapio .list .content .description .title-desc{width:100%}body.profile main .cardapio .list .content .description img{width:80px;height:80px;border-radius:4px;margin-bottom:10px;margin-left:10px}body.profile main .cardapio .list .content .description h3{font-family:ChirpBold;color:#333;font-size:1rem;font-weight:500;margin-bottom:5px;text-align:left;color:#111;letter-spacing:-.02rem;text-transform:uppercase}body.profile main .cardapio .list .content .description p{font-size:.95rem;text-align:left;letter-spacing:.01em;font-weight:300;word-break:break-word;text-transform:lowercase;color:#444}@media screen and (max-width:1024px){body.profile main .cardapio .list .content .description p{font-size:1rem}}body.profile main .cardapio .list .content .description p:first-letter{text-transform:uppercase}body.profile main .cardapio .list .content .price{display:flex;justify-content:space-between;align-items:center;margin-top:20px}@media screen and (min-width:980px){body.profile main .cardapio .list .content .price{position:absolute;width:100%;bottom:5px}}body.profile main .cardapio .list .content .price .value{padding:6px;border-radius:2px;max-width:80px;font-family:ChirpBold;font-size:15px;text-transform:uppercase;color:#333}body.profile main .cardapio .list .content .price .value:hover{color:#000}body.profile main .cardapio .list .content .price .item-discount{position:absolute;bottom:19%;padding:6px;font-weight:400;text-transform:uppercase;font-size:.7rem;color:#3e3e3e;text-decoration:line-through}@media screen and (min-width:768px){body.profile main .cardapio .list .content .price .item-discount{bottom:24px}}body.profile main .cardapio .list .content .price .controls{display:flex;margin-left:20px}body.profile main .cardapio .list .content .price .controls .decrement,body.profile main .cardapio .list .content .price .controls .increment{display:flex;justify-content:flex-end;align-items:center;padding:6px;font-family:ChirpBold;font-size:18px;color:#444;border-radius:6px;background:#f3f3f3;outline:none;cursor:pointer;border:none;border-bottom:2px solid #999}body.profile main .cardapio .list .content .price .controls .decrement.has-discount,body.profile main .cardapio .list .content .price .controls .increment.has-discount{border-bottom:2px solid #4caf50;font-weight:700!important;border-radius:6px}body.profile main .cardapio .list .content .price .controls .decrement .fa-minus-circle,body.profile main .cardapio .list .content .price .controls .decrement .fa-plus-circle,body.profile main .cardapio .list .content .price .controls .increment .fa-minus-circle,body.profile main .cardapio .list .content .price .controls .increment .fa-plus-circle{color:#606669}body.profile main .cardapio .list .content .price .controls .qty{margin-left:10px;margin-right:10px;font-size:13px;font-weight:700;text-align:center;width:40px;background:transparent}body.profile main .cardapio .list .hide{opacity:0;visibility:hidden;display:none}body.profile main .pedidos{display:flex;max-width:980px!important;flex-direction:column;border-radius:4px;background:#fff;padding:20px;width:100%;border:1px solid #e2e2e2}body.profile main .pedidos .header{display:flex;align-items:center;justify-content:space-between}body.profile main .pedidos .header h2{font-size:18px;cursor:pointer;font-weight:500}body.profile main .pedidos .header img{width:16px;transition:all .2s}body.profile main .pedidos .header img.active{transform:rotate(90deg)}body.profile main .pedidos .list{display:flex;flex-direction:column;margin-top:10px}body.profile main .pedidos .list::-webkit-scrollbar{-webkit-appearance:none}body.profile main .pedidos .list::-webkit-scrollbar:vertical{width:11px}body.profile main .pedidos .list::-webkit-scrollbar:horizontal{height:11px}body.profile main .pedidos .list::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid #fff;background-color:rgba(0,0,0,.5)}body.profile main .pedidos .list .content{display:flex;flex-direction:row;border:1px solid #e2e2e2;transition:all 1s;border-radius:4px;margin-bottom:10px}body.profile main .pedidos .list .content .description{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:40px}body.profile main .pedidos .list .content .description .remove{margin-right:20px;cursor:pointer}body.profile main .pedidos .list .content .description .qty{font-size:16px;font-weight:300;margin-right:10px}body.profile main .pedidos .list .content .description h3{font-size:14px;font-weight:400;text-align:center;text-align:left}body.profile main .pedidos .list .content .description .productNameh3{font-size:.8em;margin-top:2px;color:#2e2e2e;text-transform:uppercase}body.profile main .pedidos .list .hide{opacity:0;visibility:hidden;display:none}body.profile main .pedidos .checkout{display:flex;flex-direction:column}body.profile main .pedidos .checkout a,body.profile main .pedidos .checkout a:hover,body.profile main .pedidos .checkout a:link,body.profile main .pedidos .checkout a:visited{margin-top:10px;font-size:14px;text-transform:uppercase;max-width:240px;width:240px;text-decoration:none;text-align:center}body.profile main .pedidos .checkout i{font-size:13px;margin-top:10px;background:#f3f3f3;padding:16px;border-radius:4px;font-weight:500}body.profile main .main-pedidos__modal{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;display:flex;flex-direction:column;box-sizing:border-box;padding:20px;background:#fff;z-index:5;-webkit-overflow-scrolling:touch;overflow-y:auto}@media screen and (min-width:1024px){body.profile main .main-pedidos__modal{max-width:320px!important;right:0}}body.profile .tax{display:inline-block;padding:0 6px;font-size:.75em;background:#fff;border:1px solid #e6e6e6;border-radius:3px;line-height:20px;height:20px;text-transform:uppercase;font-weight:500;margin:0 3px 10px 0;color:#606669}body.profile .carrinho img{display:none;position:fixed}body.profile .carrinho.hide{display:none}#extra-category-nav{position:fixed;width:100%;background:#fff;display:flex;justify-content:center;flex-direction:column;z-index:2;display:none}#extra-category-nav h3{color:#111;font-family:ChirpHeavy;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 20px);text-align:center;margin:10px auto}#extra-category-nav p{font-size:13px;color:#93a1af;text-align:center}#extra-category-nav .pn-ProductNav{background:#fff;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;white-space:nowrap;border-top:1px solid #e6e6e6;border-bottom:2px solid #e6e6e6;margin-top:5px}#extra-category-nav .pn-ProductNav::-webkit-scrollbar{display:none}#extra-category-nav .tax{margin-bottom:0}#extra-category-nav .pn-ProductNav_Link{text-decoration:none;color:#606669;font-size:.9rem;font-family:ChirpHeavy;padding:10px;display:inline-flex;align-items:center;min-height:40px;font-weight:500;transition:.1s;letter-spacing:-.02rem;border-bottom:2px solid transparent}#extra-category-nav .pn-ProductNav_Link+#extra-category-nav .pn-ProductNav_Link{margin-left:11px;padding-left:11px;padding-right:10px}#extra-category-nav .pn-ProductNav_Link.active{color:#01a800;border-bottom:2px solid #01a800;font-weight:500}.content-scroll::-webkit-scrollbar{-webkit-appearance:none;background:rgba(0,0,0,.1);border-left:1px solid #ccc}.content-scroll::-webkit-scrollbar:vertical{width:6px}.content-scroll::-webkit-scrollbar:horizontal{height:11px}.content-scroll::-webkit-scrollbar-thumb{border-radius:8px;background-color:rgba(0,0,0,.4)}.lists-required{margin-bottom:10px}.main-spec-obs .title-desc{background:#f2f2f2;padding:12px 16px 10px}.main-spec-obs .title-desc .name{font-family:ChirpBold;font-size:1rem;color:#444}.main-spec .row-qty{background:transparent;color:#444;font-weight:600}.main-spec .title-desc{position:-webkit-sticky;position:sticky;top:-1px;background:#f2f2f2;padding:12px 16px 10px}.main-spec .title-desc .name{font-family:ChirpBold;font-size:1rem;color:#444}.main-spec .title-desc .description{font-size:.9em;font-weight:400;color:#717171;margin-top:4px;line-height:135%}.main-spec .title-desc .obrequired{font-size:.6em;background-color:#898989;color:#f5f0eb;border:none;padding:6px 6px 4px;border-radius:2px;text-transform:uppercase;margin-top:5px!important;width:100%;max-width:110px;text-align:center}.main-spec .title-desc .obrequired.ok{background-color:#4caf50}.main-spec .options .row{display:flex;justify-content:space-between;align-items:flex-start;border:1px solid transparent;border-bottom-color:#f4f4f4;padding:8px 16px;cursor:pointer;font-size:1.1rem;letter-spacing:-.02rem}.main-spec .options .row .item{color:#444;font-size:.9em}.main-spec .options .row:hover{background:#f9f9f9}.main-spec .options .row.active{color:green;background:rgba(76,175,80,.06);border:1px solid #4caf50;transition:all .2s ease-in;font-family:ChirpHeavy}.main-spec .options .row.active.item{font-weight:500;color:green}.main-spec .options .row.active .circle-choice{-webkit-filter:invert(45%) sepia(85%) saturate(342%) hue-rotate(73deg) brightness(92%) contrast(87%);filter:invert(45%) sepia(85%) saturate(342%) hue-rotate(73deg) brightness(92%) contrast(87%);background-color:green;border-radius:10px}.main-spec .options .row-not-required{display:flex;justify-content:space-between;align-items:center;border:1px solid transparent;border-bottom-color:#f4f4f4;padding:8px 16px;font-size:1.1rem;letter-spacing:-.02rem}.main-spec .options .row-not-required.active{font-family:ChirpHeavy;color:green;background:rgba(76,175,80,.06);border:1px solid #4caf50;transition:all .2s ease-in}.main-spec .options .row-not-required.active.item{font-weight:500;color:#444}.main-spec .options .row-not-required .item-price .item{color:#444;font-size:.9em}.main-spec .options .row-not-required .item-price .price{color:green;font-size:.8em;font-weight:500;margin-top:4px}.main-spec .options .row-not-required .control-row-inc-dec{display:flex}.main-spec .options .row-not-required .control-row-inc-dec .row-qty{width:30px;padding-left:10px;color:#111;opacity:1;font-size:.9rem}.main-spec .options .row-not-required .control-row-inc-dec .row-decrement,.main-spec .options .row-not-required .control-row-inc-dec .row-increment{display:flex;justify-content:flex-end;align-items:center;padding:6px;font-size:12px;border-radius:4px;background:#f3f3f3;color:#606669;border:none;outline:none;cursor:pointer}.scroll-personal::-webkit-scrollbar{-webkit-appearance:none}.scroll-personal::-webkit-scrollbar:vertical{width:11px}.scroll-personal::-webkit-scrollbar:horizontal{height:11px}.scroll-personal::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid #fff;background-color:rgba(0,0,0,.5)}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){body,html{width:100%;overflow-x:hidden}}@media only screen and (min-width:1034px) and (max-width:991px){.price-item{padding:40px 30px}}@media only screen and (max-width:1034px){body.home header,body.profile header{flex-direction:column;padding:0}body.profile nav.user-menu{display:none!important}body.home #action{background-size:cover!important}body.home #action .call{padding:20px}body.home .register-home .box{margin:0 auto}#explore{margin-top:0}#explore .container a{margin-right:0;width:100%}nav.user-menu{align-items:center!important;justify-content:center!important;background-color:#fff;border-top:.997596px solid #ddd;bottom:0;box-sizing:border-box;color:#484848;height:65px;left:0;line-height:20.02px;overflow:hidden;position:fixed;right:0;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;transition-delay:0s,0s,0s,0s;transition-duration:.2s,.2s,.2s,0s;transition-property:transform,visibility;transition-timing-function:cubic-bezier(0,0,.1,1),cubic-bezier(0,0,.1,1),cubic-bezier(0,0,.1,1),ease;width:100%;z-index:10;-webkit-box-align:center;-webkit-font-smoothing:antialiased}nav.user-menu.hide{transform:translateY(100%)!important;visibility:hidden!important}nav.user-menu li{font-size:14px}nav.user-menu a img{width:120px!important}}@media only screen and (max-width:1034px) and (max-width:321px){nav.user-menu a img{width:60%!important}}@media only screen and (min-width:1034px){.modal-content{max-width:420px;box-shadow:10px 10px 21px -11px rgba(0,0,0,.75)}}@media only screen and (max-width:1030px){#extra-category-nav{display:initial}}@media only screen and (max-width:1034px){#cp-show-desktop{display:none}.modal{padding-top:0}.modal-content{max-width:320px;max-width:100vw;max-height:100vh;height:100%;border-radius:0;overflow:auto}#explore .container{grid-template-columns:repeat(auto-fill,100%)}#explore .container a{width:100%}}@media only screen and (max-width:768px){body.profile main .cardapio{min-width:100%}body.profile main .cardapio .list{grid-template-columns:repeat(auto-fill,100%)}body.profile main .cardapio .content .description{justify-content:space-around!important}body.profile main .cardapio .content p{margin-top:4px}}@media only screen and (max-width:1034px){body.profile .pre-tax{display:flex;justify-content:space-around}body.profile .tax{display:initial;padding:0;border:0;font-size:.8em;background:#fff;border-bottom:1px solid #e6e6e6;border-radius:0;line-height:20px;height:20px;text-transform:uppercase;font-weight:500;color:#606669;margin:0 0 10px}body.profile .carrinho img{display:initial;position:fixed;width:30px;bottom:260px;left:8px;z-index:2;cursor:pointer}body.profile .pedidos .checkout a{width:100%!important;max-width:100%!important}footer .main-footer{justify-content:flex-start}}@media only screen and (max-width:375px){main .cardapio{min-width:100%}main .cardapio .list{grid-template-columns:repeat(auto-fill,100%)!important;justify-content:center}}@media only screen and (max-width:360px){.register-home .box{max-width:300px;margin:0 auto}.cardapio{min-width:100%}.cardapio .list{grid-template-columns:repeat(auto-fill,206px)!important;justify-content:center}}@media only screen and (max-width:320px){body.profile .cardapio .list{grid-template-columns:repeat(auto-fill,240px)!important}}@media (min-width:1200px){.container{max-width:920px}}@media (min-width:1366px){.container{max-width:1080px}}@media only screen and (max-height:500px){.scroll-down{display:none}}@media only screen and (max-height:667px){header.desktop-header-2 .footer{margin-top:100px}}