@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);:root{--color-success-background:#27ae60;--color-success-border:#27ae60;--color-success-hover:#93d7af;--color-error-background:#e62020;--color-error-border:#a50021;--color-error-hover:red;--color-alert-background:#ff7518;--color-alert-border:#ff5f15;--color-alert-hover:#ff5f1f;--color-inheit-background:#a9a9a9;--color-inheit-border:#818589;--color-inheit-hover:#d3d3d3;--color-primary-background:#004687;--color-primary-border:#0e3386;--color-primary-hover:#005a9c;--color-secondary-background:#a9a9a9;--color-secondary-border:#818589;--color-secondary-hover:#d3d3d3;--text-primary:#004687;--text-secondary:#818589;--text-success:#27ae60;--text-error:#e62020;--text-alert:#ff5f15;--text-inheit:#818589;--text-default:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.App{text-align:center}.corpo{display:flex;flex-direction:column;gap:2px;padding:2px;width:100%}@media (min-width:592px){.corpo{align-items:flex-start;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;max-width:100vw;overflow:hidden;width:100%}.corpo>:first-child{flex:0 0 70%;max-width:70%}.corpo>:nth-child(2){flex:0 0 30%;max-width:30%}}:root{--card-bg:#fff;--card-border:#e0e0e0;--card-shadow:#00000014}*{font-family:Inter,sans-serif}.card-produto{background-color:#fff;background-color:var(--card-bg);border:1px solid #e0e0e0;border:1px solid var(--card-border);border-radius:12px;cursor:default;display:flex;flex-direction:column;margin:10px auto;max-width:230px;transition:transform .25s ease,box-shadow .25s ease;width:90%}.card-produto:hover{box-shadow:0 6px 18px #00000014;box-shadow:0 6px 18px var(--card-shadow);transform:translateY(-6px)}.produto-foto{align-items:center;background-color:#f5f5f5;display:flex;height:180px;justify-content:center;overflow:hidden;width:100%}.produto-foto img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.card-produto:hover .produto-foto img{transform:scale(1.05)}.container-actions{display:flex;justify-content:center;padding-bottom:10px;padding-top:10px;width:100%}@media (min-width:600px){.card-produto{max-width:260px}}@media (max-width:480px){.produto-foto{height:160px}.produto-nome{font-size:.95rem}}.uiverse{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;position:relative;transition:all .2s ease;z-index:10}.tooltip{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;border-radius:6px;box-shadow:0 4px 12px #00000040;color:#fff;font-size:14px;line-height:1.4;opacity:0;padding:6px 10px;pointer-events:none;position:fixed;transform:translateY(-150%);transition:all .25s ease;white-space:nowrap;z-index:9999}.tooltip:before{background:#000000d9;bottom:-4px;content:"";height:8px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:8px}.uiverse:hover .tooltip{opacity:1;transform:translateY(-180%)}.uiverse:hover{transform:scale(1.05)}.con-like{--red:#ff3232;cursor:pointer;height:20px;position:relative;width:20px}.con-like .like{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:20}.con-like .checkmark{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.con-like .filled,.con-like .outline{fill:var(--red);position:absolute}.con-like .filled{animation:kfr-filled .5s;display:none}.con-like .celebrate{animation:kfr-celebrate .5s;animation-fill-mode:forwards;display:none;position:absolute}.con-like .poly{stroke:var(--red);fill:var(--red)}.con-like .like:checked~.checkmark .celebrate,.con-like .like:checked~.checkmark .filled{display:block}@keyframes kfr-filled{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}}@keyframes kfr-celebrate{0%{transform:scale(0)}50%{opacity:.8}to{display:none;opacity:0;transform:scale(1.2)}}.produto-info-actions{display:flex;flex-direction:row;justify-content:space-between;padding:4px}.produto-info{align-items:start;display:flex;flex-direction:column;gap:6px;justify-content:start;padding:4px}.produto-nome{color:var(--text-primary);font-size:1rem;font-weight:600;line-height:1.2}.produto-categoria{color:var(--text-secondary);font-size:.875rem}.produto-preco{color:var(--text-success);font-size:1rem;font-weight:600}.cardapio{grid-gap:.8rem;align-items:center;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));justify-content:center;margin:0 auto;padding:1rem;width:100%}@media (max-width:600px){.cardapio{grid-gap:1rem;display:grid;gap:1rem;grid-auto-columns:50%;grid-auto-flow:column;overflow-x:auto;padding:1rem .5rem;scroll-snap-type:x mandatory}.cardapio>*{scroll-snap-align:center}.cardapio::-webkit-scrollbar{height:6px}.cardapio::-webkit-scrollbar-thumb{background:var(--color-secondary-border);border-radius:4px}}.botao{align-items:center;display:flex;font-size:11.5px;justify-content:center;max-width:150px;opacity:1;opacity:calc(1 - var(--disabled, 0)*.5);padding:0 20px;position:relative;transition:opacity .2s ease-in-out,background-color .2s ease-in-out;width:"100%"}.botao[disabled],.botao[style*="--disabled: 1"],.botao[style*="--disabled:true"]{cursor:not-allowed;pointer-events:none}.loader{align-items:center;animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-top:2px solid var(--text,#fff);box-sizing:border-box;display:flex;height:18px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:18px}.botao.loading{color:#0000;cursor:wait}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.modal{animation:fadeIn .3s ease-in-out;background:#fff;border-radius:10px;box-shadow:0 4px 10px #00000040;overflow:hidden;width:480px}.modal-header{align-items:center;background-color:var(--color-primary-background);border-bottom:2px solid var(--color-primary-border);color:#fff;display:flex;font-weight:700;justify-content:space-between;padding:14px 20px}.modal-header.success{background-color:var(--color-success-background);border-color:var(--color-success-border)}.modal-header.error{background-color:var(--color-error-background);border-color:var(--color-error-border)}.modal-header.success:before{content:"✔";font-size:18px;margin-right:8px}.modal-header.error:before{content:"✖";font-size:18px;margin-right:8px}.modal-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:24px;transition:opacity .2s ease-in}.modal-close:hover{opacity:.7}.modal-body{color:#333;font-size:14px;min-height:120px;padding:20px}.modal-actions{background:#f7f7f7;border-top:1px solid #ddd;display:flex;gap:8px;justify-content:flex-end;padding:12px 20px}.form-create-product{background:#fdfdfd;border-radius:10px;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:420px;padding:16px;width:100%}.error{color:red;padding-left:10px}.form-group{align-items:start}@media (max-width:480px){.form-create-product{gap:12px;padding:12px}.form-group label{font-size:12px}.form-group input,.form-group select{font-size:12px;height:36px}.botao{font-size:12px;height:38px}}input{border:none;box-shadow:none;height:60px;min-width:100px;outline:none}.modal-loader-overlay{align-items:center;animation:fadeIn .3s ease-in-out;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffd9;display:flex;height:100vh;justify-content:center;left:0;pointer-events:all;position:fixed;top:0;width:100vw;z-index:10000}.modal-loader-content{align-items:center;display:flex;flex-direction:column;gap:16px}.spinner{animation:spin 1s linear infinite;border:6px solid #0000001a;border-radius:50%;border-top:6px solid var(--color-primary-background,#3498db);height:60px;width:60px}.loader-text{color:#333;font-size:16px;font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.card{align-items:center;animation:fadeInSlide .4s ease;background-color:#fff;border-radius:8px;box-shadow:0 8px 24px #959da533;box-sizing:border-box;display:flex;gap:15px;height:80px;justify-content:space-around;overflow:hidden;padding:10px 15px;position:fixed;right:50%;top:10%;transform:translateY(-50%);width:330px;z-index:9999}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-60%) translateX(30px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}.wave{fill:#04e4003a;left:-31px;position:absolute;top:32px;transform:rotate(90deg);width:80px}.icon-container{align-items:center;background-color:#04e40048;border-radius:50%;display:flex;height:35px;justify-content:center;margin-left:8px;width:35px}.icon{color:#269b24;height:17px;width:17px}.message-text-container{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.message-text,.sub-text{cursor:default;margin:0}.message-text{color:#269b24;font-size:17px;font-weight:700}.sub-text{color:#555;font-size:14px}.cross-icon{color:#555;cursor:pointer;height:18px;transition:transform .2s ease;width:18px}.cross-icon:hover{transform:scale(1.2)}.form-payment{background:#fdfdfd;border-radius:10px;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:420px;padding:16px;width:100%}.form-title{color:#222;font-weight:600;margin-bottom:10px;text-align:center}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#222;font-size:13px;font-weight:600;padding-left:10px}.form-group input,.form-group select{background-color:#fff;border:1.5px solid #c9c9c9;border-radius:6px;font-size:13px;height:38px;outline:none;padding:8px 12px;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#0e3386;box-shadow:0 0 0 2px #0e338626}.form-inline{display:flex;gap:12px}.form-inline .half{flex:1 1}.pix-container{gap:16px;height:240px;justify-content:center}.loader-container,.pix-container{align-items:center;display:flex;flex-direction:column}.loader-container{color:#0e3386;gap:12px}.loader{animation:spin 1s linear infinite;border:4px solid #e0e0e0;border-radius:50%;border-top-color:#0e3386;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.qrcode-container{text-align:center}.qrcode-container img{height:200px;width:200px}.botao{background-color:#004687;background-color:var(--bg,#004687);border:2px solid #0e3386;border:2px solid var(--border,#0e3386);border-radius:8px;color:#fff;color:var(--text,#fff);cursor:pointer;font-size:13px;height:40px;transition:background-color .2s ease-in-out;width:100%}.botao:hover{background-color:#005a9c;background-color:var(--hover,#005a9c)}.pl{height:6em;width:6em}.pl__ring{animation:ringA 2s linear infinite}.pl__ring--a{stroke:#f42f25}.pl__ring--b{stroke:#f49725;animation-name:ringB}.pl__ring--c{stroke:#255ff4;animation-name:ringC}.pl__ring--d{stroke:#f42582;animation-name:ringD}@keyframes ringA{0%,4%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-330}12%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-335}32%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-595}40%,54%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-660}62%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-665}82%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-925}90%,to{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-990}}@keyframes ringB{0%,12%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-110}20%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-115}40%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-195}48%,62%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-220}70%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-225}90%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-305}98%,to{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-330}}@keyframes ringC{0%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}8%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}28%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}36%,58%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}66%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}86%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}94%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}@keyframes ringD{0%,8%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}16%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}36%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}44%,50%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}58%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}78%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}86%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}.divGeral{background-color:#fafafa;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;margin:16px auto;max-height:80vh;max-width:350px;min-width:280px;overflow:hidden;padding:0;position:relative;width:100%}.produtoCarrinho img{border-radius:6px;flex-shrink:0;height:55px;object-fit:cover;width:55px}.btn-qtd{background:#e0e0e0;border:none;border-radius:4px;cursor:pointer;font-size:18px;height:25px;transition:all .2s;width:25px}.btn-qtd:hover{background:#27ae60;color:#fff}.qtd{font-size:14px;font-weight:700;min-width:20px;text-align:center}.btn-remove{background:none;border:none;color:#c0392b;cursor:pointer;flex-shrink:0;font-size:18px;transition:.2s}.btn-remove:hover{transform:scale(1.1)}.btn-limpar{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px;transition:all .3s;width:100%}.btn-limpar:hover{background:#c0392b}.sacolaVazia{color:#777;font-size:16px;padding:40px 10px;text-align:center}@media (min-width:768px){.divGeral{max-width:320px}}.actionsHeader{align-items:center;background-color:var(--text-primary);display:flex;justify-content:space-between}.carrinhop{border-radius:8px 8px 0 0;color:#fff;font-size:18px;font-weight:700;padding:10px;text-align:center}.bin-button{align-items:center;background-color:#ff5f5f;border:2px solid #ffc9c9;border-radius:10%;cursor:pointer;display:flex;flex-direction:column;height:25px;justify-content:center;overflow:hidden;position:relative;transition-duration:.3s;width:25px}.bin-bottom{width:15px;z-index:2}.bin-top{transform-origin:right;transition-duration:.3s;width:17px;z-index:2}.bin-button:hover .bin-top{transform:rotate(45deg)}.bin-button:hover{background-color:red}.bin-button:active{transform:scale(.9)}.garbage{height:auto;opacity:0;position:absolute;transition:all .3s;width:14px;z-index:1}.bin-button:hover .garbage{animation:throw .4s linear}@keyframes throw{0%{opacity:0;transform:translate(-400%,-700%)}to{opacity:1;transform:translate(0)}}.produtoInfoContainer{display:flex;width:100%}.produtoCarrinho{align-items:center;background:#fff;border-radius:6px;box-shadow:0 1px 4px #0000001a;flex-direction:column;flex-wrap:wrap;gap:6px;margin:8px 0;min-height:70px;overflow:hidden;padding:8px}.produtoCarrinho,.total-item{display:flex;justify-content:space-between}.total-item{flex-shrink:0;font-size:13px;font-weight:700;min-width:60px;padding-left:10px;text-align:right;width:100%}.carrinhoInformacao{flex:1 1;min-width:100px;overflow:hidden;text-align:left}.carrinhoInformacao h2{font-size:14px;font-weight:600;margin-bottom:2px}.carrinhoInformacao aside,.carrinhoInformacao h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carrinhoInformacao aside{color:#888;font-size:12px}.carrinhoInformacao p{font-size:13px;font-weight:600;margin-top:3px}.quantidade-controls{align-items:center;display:flex;flex-shrink:0;gap:5px}.resultado{align-items:end;background-color:#fff;border-radius:0 0 8px 8px;border-top:2px solid #ddd;bottom:0;box-shadow:0 -2px 5px #0000000d;flex-direction:column;justify-content:flex-end;left:0;padding:10px 12px;position:-webkit-sticky;position:sticky}.resultado,.total{display:flex;width:100%}.total{align-items:center;justify-content:space-between;margin-bottom:8px}.containerCarrinho{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.ulCarrinho{flex:1 1;list-style:none;margin:0;max-height:calc(80vh - 120px);overflow-y:auto;padding:10px;scroll-behavior:smooth}.ulCarrinho::-webkit-scrollbar{width:6px}.ulCarrinho::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}*{box-sizing:border-box;font-family:sans-serif;margin:0;padding:0;text-decoration:none}@media (max-width:591px){.header{align-items:center;background-color:#f5f5f5;color:#000;display:flex;flex-direction:column;height:139px;width:100%}}@media (min-width:592px){.header{align-items:center;background-color:#f5f5f5;color:#000;display:flex;flex-direction:row;height:80px;justify-content:space-around;width:100%}}@media (max-width:591px){.containerHeader{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;padding:0 10px 0 15px;width:90%}}@media (min-width:592px){.containerHeader{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;padding:0 10px 0 15px;width:400px}}.titulo{color:var(--text-primary);margin-right:10px}.logo{align-items:center;color:var(--text-secondary);display:flex;justify-content:center;padding-bottom:14px;padding-top:14.28px}
/*# sourceMappingURL=main.c195025a.css.map*/