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}:root{--primary_color:#f4c35c;--secondary_color:#f5ae11;--background_color:#b22222;--background_dark:#282c34}.App{background-color:var(--background_dark);background-color:#282c34;background-image:linear-gradient(30deg,#363636 12%,transparent 12.5%,transparent 87%,#363636 87.5%,#363636),linear-gradient(150deg,#363636 12%,transparent 12.5%,transparent 87%,#363636 87.5%,#363636),linear-gradient(30deg,#363636 12%,transparent 12.5%,transparent 87%,#363636 87.5%,#363636),linear-gradient(150deg,#363636 12%,transparent 12.5%,transparent 87%,#363636 87.5%,#363636),linear-gradient(60deg,#36363677 25%,transparent 25.5%,transparent 75%,#36363677 0,#36363677),linear-gradient(60deg,#36363677 25%,transparent 25.5%,transparent 75%,#36363677 0,#36363677);background-position:0 0,0 0,19px 33px,19px 33px,0 0,19px 33px;background-size:38px 67px;color:#fff;display:flex;min-height:100vh;opacity:1;text-align:center}.App-logo{height:40vmin;pointer-events:none}.con-amors{align-items:center;display:flex}.App-logo-pequenio{display:inline;height:5rem;margin:0;padding:0;pointer-events:none}.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.button_like_logo{background-color:#282c34;background-color:var(--background_dark);border-radius:.5rem;flex:1 1;height:-webkit-min-content;height:min-content}.sidebar{background-color:#f4c35c;background-color:var(--primary_color);border-radius:0 .5rem .5rem 0;bottom:0;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;left:0;margin:0;max-width:2.5rem;padding:.5rem;top:0;transition:left .25s ease-in-out;z-index:2}.sidebarHidden{left:-100vw;position:fixed}.sidebarReveal{background-color:#f4c35c;background-color:var(--primary_color);border-radius:0 .5rem .5rem 0;bottom:0;display:flex;flex:1 1;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;left:-2rem;margin:0;max-width:2rem;padding:.25rem .25rem .25rem 0;position:fixed;transition:left .25s ease-in-out;z-index:1}.sidebarReveal:hover{left:0}.sidebarReveal_ul{display:flex;flex-direction:column;gap:.35rem;list-style:none;margin:0;padding:0}.sidebarReveal_btn{align-content:center;aspect-ratio:1/1;border:none;border-radius:0 .5rem .5rem 0;color:#fff;justify-content:center;padding:.25rem .25rem .25rem .5rem;transition:background-color 50ms ease-in-out}.sidebar_ul{display:flex;flex-direction:column;gap:.35rem;list-style:none;padding:0}.sidebar_btn,.sidebar_btn_2{align-content:center;aspect-ratio:1/1;border:none;border-radius:.5rem;color:#fff;justify-content:center;padding:.25rem;transition:background-color 50ms ease-in-out}.sidebarReveal_btn,.sidebar_btn{background-color:#f5ae11;background-color:var(--secondary_color)}.sidebar_btn_2{background-color:transparent}.formBtn2:hover,.formBtn:hover,.sidebarReveal_btn:hover,.sidebar_btn:hover,.sidebar_btn_2:hover{background-color:#b22222;background-color:var(--background_color)}.formBtn:active,.sidebar_btn:active,.sidebar_btn_2:active{background-color:#000}.sidebar_li_icon{height:100%;width:100%}.Editor{align-items:center;display:flex;flex:1 1;justify-content:center;z-index:0}.loginForm{grid-gap:.5rem .25rem;display:grid;gap:.5rem .25rem;grid-template-columns:auto auto}.formBtn{background-color:#f5ae11;background-color:var(--secondary_color);grid-column-end:-1;grid-column-start:-3}.formBtn,.formBtn2{align-content:center;border:none;border-radius:.5rem;color:#fff;font-weight:700;justify-content:center;padding:.25rem;transition:background-color 50ms ease-in-out}.formBtn2{background-color:#282c34;background-color:var(--background_dark)}.formcb{grid-column-end:-1;grid-column-start:-3}.usersMenu{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:auto repeat(2)}.usersGrid2{grid-column-end:-1;grid-column-start:-3}.usersMenuButtons{background-color:#282c34;background-color:var(--background_dark);color:#fff;font-weight:700}.settingsForm{display:flex;flex-flow:column}.editorPedidos{align-content:center;display:flex;flex-basis:max-content;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-evenly;padding:2rem}.PedidoBox{word-wrap:break-word;background:#f4c35c;background:var(--primary_color);background:linear-gradient(180deg,#f4c35c,#f5ae11);background:linear-gradient(180deg,var(--primary_color) 0,var(--secondary_color) 100%);box-shadow:3px 5px 5px rgba(0,0,0,.25);color:#000;display:flex;flex:auto;flex-direction:column;justify-content:space-between;min-height:100px;padding:1rem;transition:box-shadow .1s ease-in-out;word-break:break-all}.PedidoBox:hover{box-shadow:0 0 10px #fff}.PedidoBoxButtons{color:#fff;display:flex;flex-direction:row;gap:.35rem;justify-content:flex-end;list-style:none;margin:0 0 1rem;padding:0}.PedidoBoxButton{aspect-ratio:1/1}.PedidoBoxButtonCheckbox{border:none}.PedidoBoxForm{display:flex;flex-direction:column}.PedidoBoxFormEl{background:transparent;border:none;flex:1 1;resize:none;text-align:center;word-break:keep-all}.PedidoBoxFormEl[name=Nombre]{font-size:x-large;font-weight:700}.PedidoBoxContent{align-content:stretch;display:flex;flex-direction:column;justify-content:space-between}
/*# sourceMappingURL=main.b472527e.css.map*/