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{background-color:snow}nav>.active{background-color:blue}.contenedor{display:flex;flex-direction:column;min-height:100vh}.modal{align-items:center;background-color:rgba(0,0,0,.4);display:flex;height:100vh;justify-content:center;left:0;max-width:100%;position:fixed;top:0;width:100vw;z-index:10}.modal>div{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;min-height:80vh;min-width:80vw;padding:2em}.botones{display:flex;justify-content:center}.botones>div{margin:.5rem}.botones>span{box-sizing:border-box;cursor:pointer;min-width:8em;padding:.5em;text-align:center}.botones .sig{background-color:#6495ed;color:#fff}.botones .cancel{color:red}.navPrin{align-items:center;background-color:#fff;border-bottom:2px solid red;border-top:2px solid red;display:flex;height:4rem;margin-top:2rem;position:relative}.navPrin>div:first-child,.navPrin>div:last-child{flex-basis:0;flex-grow:1}.navPrin>div:last-child{display:flex;justify-content:flex-end}.navPrin>div:nth-child(2){display:flex;flex-basis:0;flex-grow:8}.navLink,.navLink>a{padding:0 1rem}.navLink>a{box-sizing:border-box;color:red;display:flex;justify-content:center;margin-right:2rem;text-align:center;text-decoration:none;width:5rem}.navLink>a.active,.navLink>a:hover{font-weight:700}.logoIMG{margin-left:2rem;width:7rem}.imgIcono{width:2rem}.imgIconoCh{width:1.5rem}.imgIcono,.imgIconoCh{cursor:pointer;margin:0 .5rem}.imgIcono:hover,.imgIconoCh:hover{-webkit-filter:drop-shadow(0 0 .5rem #fff);filter:drop-shadow(0 0 .5rem white)}.inputBasic{border:0;border-bottom:.1rem solid gray;box-sizing:border-box;font-size:12pt;min-width:7rem;outline:none;padding:.4rem;padding-bottom:0!important}.inputBasic:focus,.inputBasic:hover{border-color:red}.inputBasic:focus{box-shadow:0 0 .5rem #a9a9a9}.botonD{border:1px solid #000;border-radius:.5rem;color:#000;cursor:pointer;height:-webkit-max-content;height:max-content;padding:.2rem 1rem;text-decoration:none;width:-webkit-max-content;width:max-content}.botonD:hover{border-color:red;color:red}.botonR{background-color:red;border-radius:.5rem;color:#fff;cursor:pointer;height:-webkit-max-content;height:max-content;padding:.2rem 1rem;text-decoration:none;width:-webkit-max-content;width:max-content}.botonR:hover{box-shadow:0 0 5px gray}.login{background:#fff;border-radius:3em;box-shadow:0 0 5px #d3d3d3;color:#2c2c2c;height:40em;width:30em}.login,.login>form{align-items:center;display:flex;flex-direction:column;justify-content:center}.login>form img{margin-right:1em;max-height:2em;max-width:2em}.login>form>label{align-items:center;background-color:#f8f8ff;border:2px solid #d3d3d3;border-radius:.5em;display:flex;justify-content:center;margin:5px;padding:0 1em}.login input{background-color:#f8f8ff;border:none;width:100%}.login input:focus{-webkit-filter:none;filter:none}.login>img:first-child{max-width:60%;position:relative}.login>form>div>button{width:10em}.logError{color:darkred;padding:2em;text-align:center}.oferta{background-color:#d3ffde!important}.modalPago{align-items:center;height:-webkit-max-content!important;height:max-content!important;justify-content:space-between;width:-webkit-max-content!important;width:max-content!important}.cambioTarjeta,.modalPago{display:flex;flex-direction:column}.cambioTarjeta{width:100%}.cambioTarjeta>div{padding-top:3em}.cambioTarjeta>div,.tipoPago{display:flex;justify-content:space-around}.cambioTarjeta label>input+span,.tipoPago>label>input+span{border:2px solid red;box-sizing:border-box;min-width:10em;padding:1em;text-align:center}.cambioTarjeta label:focus span{box-shadow:0 0 5px red}.cambioTarjeta label:focus,.tipoPago>label:focus{outline:none}.cambioTarjeta label>input:checked+span,.tipoPago>label>input:checked+span{background-color:#ffb6c1}.cambioTarjeta label>input,.tipoPago>label>input{display:none}.prueba{overflow:hidden;position:relative}.prueba input{background-color:initial}.prueba span{bottom:0;color:grey;left:0;position:absolute;transition:all 1s;width:100%;z-index:-1}.prueba input:focus+span{bottom:100%;color:red}.prueba input::-webkit-input-placeholder{color:transparent}.prueba input::placeholder{color:transparent}.prueba input:not(:placeholder-shown)+span{bottom:100%}.imgProd{max-height:5em;max-width:5em}.imgProd img{max-height:min(100%,5em);max-width:min(100%,5em)}.contTickets>div:last-child{box-sizing:border-box;display:flex;flex-direction:column}.botones span:focus,.tablaProductos div:focus{box-shadow:0 0 10px hotpink;outline:2px solid #fff}.tablaProductos{flex-grow:1;padding-bottom:4em;position:relative}.tablaProductos .encabezados.bottom{bottom:1em;font-weight:700;left:0;position:absolute}.tablaProductos,.tablaTickets{display:flex;flex-direction:column}.tablaProductos>div,.tablaTickets>div{display:flex}.tablaTickets>div>span:first-child{display:none}.tablaProductos>div:nth-child(2n){background-color:rgba(0,0,0,.1)}.tablaProductos>div>span,.tablaTickets>div>span{flex-basis:0;flex-grow:1}.productosT{flex-grow:1}.ticketInfo{box-sizing:border-box;flex-direction:column;flex-grow:1;padding:3em}.infoTicket,.ticketInfo{display:flex}.infoTicket>div:first-child{width:10em}.infoTicket>div:last-child{flex-grow:1}.infoTicket input[type=file]{display:none}.infoGeneral .imgProducto{align-items:center;display:flex;flex-direction:column;height:10em;width:10em}.imgProducto input{display:none}.infoGeneral img{max-height:7em;max-width:7em}.infoTicket img{max-height:100%;max-width:100%}.cambiaImg{text-align:center;width:100%}.contTickets{box-sizing:border-box;display:flex;height:100vh;padding:1rem}.contTickets>div{border:1px solid #d3d3d3;border-radius:1rem;box-sizing:border-box;overflow-y:auto}.contTickets>div:first-child{height:50%;margin-right:.5rem;min-width:max(25em,25vw)}.contTickets>div:last-child{flex-grow:1;margin-left:.5rem}.top{background-color:red;border-radius:1rem 1rem 0 0;box-sizing:border-box;color:#fff;font-size:15pt;font-weight:300;height:3rem;margin-bottom:1rem;padding:1rem;text-align:center}.encabezados{background-color:#ffb6c1!important}.productos,.tablaProductos,.tablaTickets{display:flex;flex-direction:column;margin:1rem}.productos>div,.tablaProductos>div,.tablaTickets>div{border-bottom:1px solid #d3d3d3;display:flex;min-height:2rem}.productos>div:nth-child(2n),.tablaProductos>div:nth-child(2n),.tablaTickets>div:nth-child(2n){background-color:#f5fffa}.tablaProductos>div>span{align-items:center;display:flex}.tablaProductos>div>span:nth-child(2){flex-grow:2}.tablaTickets>div>span:first-child{flex-grow:3}.tablaTickets>div>span:nth-child(2){flex-grow:2}.productos>div>span,.tablaProductos>div>span,.tablaTickets>div>span{align-items:center;display:flex;flex-basis:0;flex-grow:1;justify-content:center;text-align:center}.lvacio{text-align:center}.cambio,.modalChico{align-items:center;display:flex;flex-direction:column;font-size:15pt;justify-content:center;max-height:20rem!important;max-width:20rem!important;min-height:20rem!important;min-width:20rem!important}.cambio input,.cambio>div:first-child{text-align:center}.cambio input{margin:.5rem 0 1rem}.cantCambio{margin-bottom:1rem}.cantCambio,.pCantidad input,.pCantidad>div:last-child{text-align:center}.pCantidad input{margin:1rem}.busqueda>div:first-child{margin-bottom:1rem;text-align:center}.busqueda .inputBasic{margin:0 1rem}.busque{align-items:center;display:flex;justify-content:space-around}.busqueda .tablaProductos{overflow-y:auto}.busqueda .tablaProductos>div{min-height:3em}.venT{position:static}.venT>div:not(.bottom)>span:first-child,.venT>div:not(.bottom)>span:nth-child(2){display:none}.venT .bottom{border-radius:1rem;bottom:1rem!important;display:flex;flex-direction:column;font-size:1.5rem;left:1rem!important;position:fixed!important;right:auto!important;width:25rem}.venT .bottom>span{display:flex;flex:1 1!important;flex-direction:column;text-align:center}.venT .bottom>span>div:last-child{font-size:7rem;font-weight:200}.botMov{box-sizing:border-box;justify-content:flex-start;padding:1rem}.totTar{text-align:center}.totTar>div:last-child{font-size:2.5rem;margin:.5rem 0}.cSaber{text-align:center}.cSaber,.tipoPago{width:100%}.opcCode{display:flex}.lotes,.opcCode input{flex-grow:1}.lotes{overflow-y:auto}.productos{box-sizing:border-box}.lotes,.productos{display:flex;flex-direction:column}.lotes>div,.productos>div{display:flex}.lotes>div>span,.productos>div>span{flex-basis:0;flex-grow:1}.lotes .encabezados,.productos .encabezados{font-weight:700;text-align:center}.infoGeneral{display:flex;flex-direction:column}.infoGeneral>div{display:flex}.infoGeneral>div>span{flex-basis:0;flex-grow:1}.infoGeneral>div>span>input{box-sizing:border-box;height:100%;width:100%}.nuevoLote{display:flex;flex-direction:column}.nuevoLote>div{display:flex;justify-content:space-around}.productos .minimo{background-color:#fff6c8!important}.productos .agotado{background-color:#ffb6c1!important;color:grey}.productos.agotado .agotado,.productos.descontinuado .descontinuado,.productos.minimo .minimo,.productos.normales>div:not([class]),.productos.normales>div[class=""]{display:none}.filtros{display:flex;justify-content:space-around;padding:1em}.filtros>label>input{display:none}.filtros>label>span{border-radius:1em;display:inline-block;padding:.5em}.lblNormales span{background-color:#fff;border:2px solid #5f9ea0}.lblNormales input:checked+span{background-color:#5f9ea0}.lblMinimo span{background-color:#fff;border:2px solid #fff6c8}.lblDescontinuado span{background-color:#fff;border:2px solid #d3d3d3}.lblMinimo input:checked+span{background-color:#fff6c8}.lblAgotado span{background-color:#fff;border:2px solid #ffb6c1}.lblAgotado input:checked+span{background-color:#ffb6c1}.lblDescontinuado input:checked+span{background-color:#d3d3d3}.productos,.tShadow{box-shadow:0 0 5px #d3d3d3}.bus{align-items:center;display:flex;justify-content:center;margin:1rem 0}
/*# sourceMappingURL=main.66f388bf.css.map*/