@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:var(--color-background);color:#333}.app-main{flex:1;padding:1rem;margin-top:2em!important}.app-main-admin .page-header-admin{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.app-main-admin .page-header-admin .title{display:flex;align-items:center;gap:.5rem}.app-main-admin .page-header-admin .title svg{color:#fff;width:2rem;height:2rem}.app-main-admin .page-header-admin .title .text h2{color:#fff}.app-main-admin .page-header-admin .title .text p{color:#999;font-size:.8rem}.app-main-admin .page-header-admin .MuiButton-root{background-color:#fff;color:#111;text-transform:none;border-radius:.5rem}.app-main-admin .page-header-admin .MuiButton-root:hover{background-color:#ccc}.app-main-admin>*{margin-bottom:2rem}@media (max-width: 1024px){.app-main-admin .page-header-admin{flex-direction:column;align-items:flex-start;gap:1rem}.app-main-admin .page-header-admin .title svg{width:1.8rem;height:1.8rem}.app-main-admin .page-header-admin .title .text h2{font-size:1.4rem}.app-main-admin .page-header-admin .title .text p{font-size:.75rem}.app-main-admin .page-header-admin .MuiButton-root{font-size:.9rem;padding:.5rem 1rem}}@media (max-width: 768px){.app-main-admin .page-header-admin{margin-bottom:1.5rem}.app-main-admin .page-header-admin .title{gap:.4rem}.app-main-admin .page-header-admin .title svg{width:1.5rem;height:1.5rem}.app-main-admin .page-header-admin .title .text h2{font-size:1.2rem}.app-main-admin .page-header-admin .title .text p{font-size:.7rem}.app-main-admin .page-header-admin .MuiButton-root{font-size:.85rem;padding:.4rem .8rem}}@media (max-width: 480px){.app-main-admin .page-header-admin{margin-bottom:1.2rem}.app-main-admin .page-header-admin .title svg{width:1.3rem;height:1.3rem}.app-main-admin .page-header-admin .title .text h2{font-size:1.1rem}.app-main-admin .page-header-admin .title .text p{font-size:.65rem}.app-main-admin .page-header-admin .MuiButton-root{font-size:.8rem;padding:.3rem .6rem}}@media (max-width: 360px){.app-main-admin .page-header-admin{margin-bottom:1rem}.app-main-admin .page-header-admin .title{gap:.3rem}.app-main-admin .page-header-admin .title svg{width:1.2rem;height:1.2rem}.app-main-admin .page-header-admin .title .text h2{font-size:1rem}.app-main-admin .page-header-admin .title .text p{font-size:.6rem}.app-main-admin .page-header-admin .MuiButton-root{font-size:.75rem;padding:.25rem .5rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.carrito{display:flex;align-items:center;justify-content:center}.carrito-contenido{width:350px;height:100%;display:flex;flex-direction:column;padding:1rem;background-color:#1a1a1a;color:#fff}.carrito-encabezado{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #333;margin-bottom:1rem}.carrito-encabezado h2{margin:0;font-size:1.5rem}.carrito-lista{flex:1;overflow-y:auto}.carrito-imagen{width:60px;height:60px;object-fit:cover;border-radius:4px;margin-right:1rem}.carrito-item-info{flex:1}.carrito-item-info h4{margin:0 0 .5rem;font-size:.9rem;color:#fff}.carrito-item-info p{margin:0 0 .5rem;color:#aaa;font-size:.9rem}.carrito-cantidad{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.carrito-cantidad button{min-width:30px;height:30px;padding:0;color:#fff;border:1px solid #444}.carrito-total{padding:1rem 0;border-top:1px solid #333}.carrito-subtotal{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.carrito-vacio{text-align:center;padding:2rem 0;color:#aaa}.carrito-vacio p{margin-bottom:1rem}.app-container>.headerGeneral{position:fixed;top:0;left:0;width:100%;height:auto;min-height:190px;background:transparent;z-index:10}.app-container>.headerGeneral:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:-1}.app-container>.headerGeneral aside{background-color:#fff1;padding:12px 32px;color:#ccc;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.app-container>.headerGeneral aside .redes{display:flex;align-items:center;gap:4px;order:1}.app-container>.headerGeneral aside .redes span{margin-right:12px;font-size:.9em}.app-container>.headerGeneral aside .redes a{color:#fff;transition:transform .2s,opacity .2s;padding:4px;width:32px;aspect-ratio:1/1;display:grid;place-items:center;border-radius:8px;font-size:16px}.app-container>.headerGeneral aside .redes a:hover{background-color:#ccc2}.app-container>.headerGeneral aside .header-info{display:flex;align-items:center;gap:8px;order:2}.app-container>.headerGeneral aside .header-info p{margin:0;font-size:14px;white-space:nowrap}.app-container>.headerGeneral aside .header-info span[aria-hidden=true]{color:#666}.app-container>.headerGeneral aside span{font-size:.9em;font-weight:200;display:flex;justify-content:space-between;align-items:center;gap:8px}.app-container>.headerGeneral section{position:relative;display:flex;justify-content:space-between;align-items:center;gap:16px;width:80%;margin:0 auto;padding:16px 0}.app-container>.headerGeneral section .search-container{position:relative;flex:1;max-width:650px}.app-container>.headerGeneral section .search-container .search-input{width:100%;min-width:200px}.app-container>.headerGeneral section .search-container .search-input .MuiOutlinedInput-root{color:#fff;border-radius:8px}.app-container>.headerGeneral section .search-container .search-input .MuiOutlinedInput-root fieldset{border-color:#333}.app-container>.headerGeneral section .search-container .search-input .MuiOutlinedInput-root:hover fieldset{border-color:#828282}.app-container>.headerGeneral section .search-container .search-input .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#999}.app-container>.headerGeneral section .search-container .search-input .MuiInputAdornment-root svg{color:#fff}.app-container>.headerGeneral section .search-container .search-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#111;background-color:var(--color-background);padding:8px;border:var(--border-default);border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;gap:8px;z-index:11;max-height:300px;overflow-y:auto}.app-container>.headerGeneral section .search-container .search-menu .search-menu-item{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .2s;background-color:var(--color-background);background-color:#191919;color:#fff;-webkit-user-select:none;user-select:none}.app-container>.headerGeneral section .search-container .search-menu .search-menu-item .menu-item-title{font-size:16px;font-weight:500}.app-container>.headerGeneral section .search-container .search-menu .search-menu-item .menu-item-type{font-size:12px;font-weight:400;display:flex;gap:8px}.app-container>.headerGeneral section .search-container .search-menu .search-menu-item.notFound,.app-container>.headerGeneral section .search-container .search-menu .search-menu-item.notFound:hover{cursor:default;background-color:transparent}.app-container>.headerGeneral section .search-container .search-menu .search-menu-item:hover{background-color:#292929}.app-container>.headerGeneral section .buttons{display:flex;gap:16px;align-items:center;flex-shrink:0}.app-container>.headerGeneral section .buttons .box-icon{color:#fff;transition:transform .2s,opacity .2s;padding:4px;width:32px;aspect-ratio:1/1;display:grid;place-items:center;border-radius:8px;font-size:16px}.app-container>.headerGeneral section .buttons .box-icon:hover{background-color:#ccc2}.app-container>.headerGeneral nav{position:relative;display:flex;justify-content:center;align-items:center;gap:16px;width:80%;margin:8px auto 0;padding:8px 0;flex-wrap:wrap}.app-container>.headerGeneral nav .nav-link{color:#fff;text-decoration:none;font-size:1rem;padding:8px 12px;border-radius:4px;transition:background-color .2s,color .2s}.app-container>.headerGeneral nav .nav-link:hover{background-color:#282828;color:#fff}.app-container>.headerGeneral nav .nav-link:focus-visible{outline:2px solid #4CAF50;outline-offset:2px}@media (max-width: 1024px){.app-container>.headerGeneral aside{padding:12px 20px}.app-container>.headerGeneral aside .redes span{display:none}.app-container>.headerGeneral section{width:90%;padding:12px 0;gap:12px}.app-container>.headerGeneral section .search-container{max-width:500px}.app-container>.headerGeneral section .buttons{gap:12px}.app-container>.headerGeneral nav{width:90%;gap:12px}.app-container>.headerGeneral nav .nav-link{font-size:.9rem;padding:6px 10px}}@media (max-width: 768px){.app-container>.headerGeneral{min-height:auto;height:auto}.app-container>.headerGeneral aside{padding:8px 16px;flex-direction:column;gap:8px}.app-container>.headerGeneral aside .redes{order:2;gap:8px}.app-container>.headerGeneral aside .redes span{display:none}.app-container>.headerGeneral aside .header-info{order:1;justify-content:center;gap:16px}.app-container>.headerGeneral aside .header-info p{font-size:12px}.app-container>.headerGeneral section{width:95%;padding:8px 0;gap:8px;flex-wrap:wrap}.app-container>.headerGeneral section .logo-link{order:1;flex:0 0 auto}.app-container>.headerGeneral section .search-container{order:2;flex:1;min-width:0;max-width:none}.app-container>.headerGeneral section .search-container .search-input{min-width:150px}.app-container>.headerGeneral section .buttons{order:3;gap:8px}.app-container>.headerGeneral nav{width:95%;margin-top:4px;padding:6px 0;gap:8px;justify-content:center}.app-container>.headerGeneral nav .nav-link{font-size:.8rem;padding:4px 8px}}@media (max-width: 480px){.app-container>.headerGeneral aside{padding:6px 12px}.app-container>.headerGeneral aside .header-info{gap:12px}.app-container>.headerGeneral aside .header-info p{font-size:11px}.app-container>.headerGeneral aside .redes a{width:28px;aspect-ratio:1/1;font-size:14px}.app-container>.headerGeneral section{width:98%;padding:6px 0}.app-container>.headerGeneral section .search-container .search-input{min-width:120px}.app-container>.headerGeneral section .search-container .search-input .MuiInputBase-input{font-size:14px}.app-container>.headerGeneral section .buttons{gap:6px}.app-container>.headerGeneral section .buttons .box-icon{width:28px;aspect-ratio:1/1;font-size:14px}.app-container>.headerGeneral nav{width:98%;gap:6px}.app-container>.headerGeneral nav .nav-link{font-size:.75rem;padding:3px 6px}}@media (max-width: 360px){.app-container>.headerGeneral aside .header-info{flex-direction:column;gap:4px;text-align:center}.app-container>.headerGeneral aside .header-info span[aria-hidden=true]{display:none}.app-container>.headerGeneral section .search-container .search-input{min-width:100px}.app-container>.headerGeneral section .search-container .search-input .MuiInputBase-input{font-size:13px;padding:8px}.app-container>.headerGeneral nav .nav-link{font-size:.7rem;padding:2px 4px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#ffffff1a;transition:background-color .2s ease;text-decoration:none}.social-link:hover{background-color:#fff3}.search-item-content{display:flex;flex-direction:column;gap:4px;flex:1}.search-item-content h3{margin:0;font-size:16px;font-weight:500;color:#fff}.header-info{display:flex;align-items:center;gap:8px}.header-info p{margin:0;font-size:14px}.separador-header{height:190px;margin-bottom:16px}.app-container>.headerAdmin{width:100%;padding:1rem 2rem;background:transparent;z-index:10;display:flex;justify-content:space-between;align-items:center}.app-container>.headerAdmin .title{display:flex;align-items:center;gap:1rem;color:#fff;padding:8px 12px;border-radius:.5rem;transition:.2s;border:solid 1px #0000}.app-container>.headerAdmin .title:hover{border:var(--border-low);background-color:#28282860}.app-container>.headerAdmin .btn-back{color:#fff;text-decoration:none;font-size:.8rem;padding:8px 12px;border-radius:.5rem;transition:background-color .2s,color .2s;border:var(--border-low)}.app-container>.headerAdmin .btn-back .btn-text{text-transform:none}.app-container>.headerAdmin .btn-back:hover{background-color:#282828;color:#fff}.app-container>footer{background-color:#ffffff0a;display:flex;flex-direction:column;gap:1.5em;padding:16px 40px;color:#999;font-size:14px}.app-container>footer .footer-containter{display:grid;grid-template-columns:repeat(4,1fr);gap:16px 64px}.app-container>footer .footer-containter>*:nth-child(1){grid-column:1;grid-row:1}.app-container>footer .footer-containter>*:nth-child(2){grid-column:1;grid-row:2}.app-container>footer .footer-containter>*:nth-child(3){grid-column:2;grid-row:1}.app-container>footer .footer-containter>*:nth-child(4){grid-column:2;grid-row:2}.app-container>footer .footer-containter>*:nth-child(5){grid-column:3;grid-row:1}.app-container>footer .footer-containter>*:nth-child(6){grid-column:3;grid-row:2}.app-container>footer .footer-containter>*:nth-child(7){grid-column:4;grid-row:1}.app-container>footer .footer-containter>*:nth-child(8){grid-column:4;grid-row:2}.app-container>footer .footer-containter .footer-header{color:#fff;font-weight:500;display:flex;align-items:center}.app-container>footer .footer-containter .footer-info{display:flex;flex-direction:column;gap:4px}.app-container>footer .footer-containter .footer-info .link{color:#999;text-decoration:none;transition:color .2s ease}.app-container>footer .footer-containter .footer-info .link:hover{color:#fff}.app-container>footer .footer-containter .footer-info .link.skeleton{color:#666;font-style:italic}.app-container>footer .footer-containter .redes{flex-direction:row;gap:8px}.app-container>footer .footer-containter .redes .btn{background-color:var(--color-background);font-size:18px;border:var(--border-default);color:#fff;width:32px;height:32px}.app-container>footer .footer-containter .redes .btn:hover{background-color:#333}.app-container>footer .footer-containter .logo-project{color:#000;font-size:36px}.app-container>footer .derechos{display:grid;place-items:center;padding:16px}@media (max-width: 1024px){.app-container>footer{padding:16px 24px}.app-container>footer .footer-containter{grid-template-columns:repeat(2,1fr);gap:24px 32px}.app-container>footer .footer-containter>*:nth-child(1){grid-column:1;grid-row:1}.app-container>footer .footer-containter>*:nth-child(2){grid-column:1;grid-row:2}.app-container>footer .footer-containter>*:nth-child(3){grid-column:2;grid-row:1}.app-container>footer .footer-containter>*:nth-child(4){grid-column:2;grid-row:2}.app-container>footer .footer-containter>*:nth-child(5){grid-column:1;grid-row:3}.app-container>footer .footer-containter>*:nth-child(6){grid-column:1;grid-row:4}.app-container>footer .footer-containter>*:nth-child(7){grid-column:2;grid-row:3}.app-container>footer .footer-containter>*:nth-child(8){grid-column:2;grid-row:4}.app-container>footer .footer-containter .logo-project{font-size:32px}}@media (max-width: 768px){.app-container>footer{padding:16px 20px;gap:1em}.app-container>footer .footer-containter{grid-template-columns:1fr;gap:20px}.app-container>footer .footer-containter>*:nth-child(1){order:1}.app-container>footer .footer-containter>*:nth-child(2){order:2}.app-container>footer .footer-containter>*:nth-child(3){order:4}.app-container>footer .footer-containter>*:nth-child(4){order:5}.app-container>footer .footer-containter>*:nth-child(5){order:3}.app-container>footer .footer-containter>*:nth-child(6){order:3}.app-container>footer .footer-containter>*:nth-child(7){order:3}.app-container>footer .footer-containter>*:nth-child(8){order:3}.app-container>footer .footer-containter>*{grid-column:1!important;grid-row:auto!important}.app-container>footer .footer-containter .footer-header{margin-bottom:8px}.app-container>footer .footer-containter .footer-info{gap:8px;margin-bottom:16px}.app-container>footer .footer-containter .logo-project{font-size:28px;text-align:center;margin-bottom:8px}.app-container>footer .footer-containter .redes{justify-content:center;flex-wrap:wrap;gap:12px}.app-container>footer .footer-containter .redes .btn{width:36px;height:36px;font-size:16px}.app-container>footer .derechos{padding:12px;font-size:12px}}@media (max-width: 480px){.app-container>footer{padding:12px 16px;gap:.8em;font-size:13px}.app-container>footer .footer-containter{gap:16px}.app-container>footer .footer-containter .footer-header h3{font-size:16px}.app-container>footer .footer-containter .footer-info{gap:6px}.app-container>footer .footer-containter .footer-info .link{font-size:13px}.app-container>footer .footer-containter .logo-project{font-size:24px}.app-container>footer .footer-containter .redes{gap:8px}.app-container>footer .footer-containter .redes .btn{width:32px;height:32px;font-size:14px}.app-container>footer .derechos{padding:8px;font-size:11px}}@media (max-width: 360px){.app-container>footer{padding:8px 12px}.app-container>footer .footer-containter{gap:12px}.app-container>footer .footer-containter .footer-header h3{font-size:14px}.app-container>footer .footer-containter .footer-info .link{font-size:12px}.app-container>footer .footer-containter .logo-project{font-size:20px}.app-container>footer .footer-containter .redes .btn{width:28px;height:28px;font-size:12px}.app-container>footer .derechos{padding:6px;font-size:10px}}.card-producto{position:relative;width:var(--card-product-width);border-radius:12px;overflow-x:auto;border:var(--border-low);display:grid;grid-template-rows:auto 1fr auto}.card-producto:hover .media .chips .link{display:grid}.card-producto:hover .media img{transform:scale(1.05)}.card-producto .media{position:relative;height:192px;overflow:hidden}.card-producto .media .chips{position:absolute;padding:4px;z-index:1;width:100%;height:100%;display:flex;justify-content:space-between}.card-producto .media .chips .link{position:absolute;background-color:#18181860;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);padding:6px 8px;width:100%;height:100%;border-radius:8px;display:none;place-items:center}.card-producto .media .chips .tags{display:flex;flex-wrap:wrap;gap:4px;width:calc(100% - 32px);height:min-content}.card-producto .media .chips .tags .chip{background-color:#181818;color:#fff;border-radius:8px}.card-producto .media .chips .btn-like{position:absolute;right:4px;background-color:#181818;padding:6px;border-radius:8px}.card-producto .media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card-producto aside{padding:8px 16px;display:flex;flex-direction:column;align-items:start;gap:4px}.card-producto aside span{font-size:14px;color:#888}.card-producto aside h4{font-size:14px;color:#fff}.card-producto aside h3{font-size:18px;font-weight:700;color:#fff}.card-producto footer{height:50px;border-top:var(--border-low);padding:8px}.card-producto footer .btn{width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:8px;padding:12px 0;border-radius:8px;bottom:0;color:#fff;background-color:#333}.card-producto footer .btn p{font-size:14px;font-weight:600;text-transform:lowercase}.card-producto footer .btn p:first-letter{text-transform:uppercase}.card-producto footer .btn svg{font-size:1.2rem}.card-producto footer .btn:hover{background-color:#262626}.app-main>.home{--gap-cards: 20px;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.app-main>.home #inicio{width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:16px;margin-bottom:40px}.app-main>.home #Productos{color:#fff;width:100%;max-width:100%;margin:0 auto 60px}.app-main>.home #Productos header{padding:16px 0;text-align:start}.app-main>.home #Productos header h2{font-size:2rem;margin-bottom:8px}.app-main>.home #Productos header p{color:#bbb;font-weight:300;font-size:1.1rem}.app-main>.home .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--gap-cards);justify-content:center;width:100%}.app-main>.home .cards .card-producto{margin:auto}@media (max-width: 1024px){.app-main>.home{padding:0 16px}.app-main>.home #inicio{grid-template-columns:1fr;gap:24px;text-align:center}.app-main>.home #Productos header h2{font-size:1.8rem}.app-main>.home #Productos header p{font-size:1rem}.app-main>.home .cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;align-items:center;justify-content:center}}@media (max-width: 790px){.app-main>.home{padding:0 12px}.app-main>.home #inicio{gap:20px;margin-bottom:32px}.app-main>.home #Productos{margin-bottom:48px}.app-main>.home #Productos header{padding:12px 0}.app-main>.home #Productos header h2{font-size:1.6rem}.app-main>.home #Productos header p{font-size:.95rem}.app-main>.home .cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}}@media (max-width: 480px){.app-main>.home{padding:0 8px}.app-main>.home #inicio{gap:16px;margin-bottom:24px}.app-main>.home #Productos{margin-bottom:36px}.app-main>.home #Productos header{padding:8px 0}.app-main>.home #Productos header h2{font-size:1.4rem}.app-main>.home #Productos header p{font-size:.9rem}.app-main>.home .cards{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}}@media (max-width: 530px){.app-main>.home{padding:0 4px}.app-main>.home #Productos header h2{font-size:1.2rem}.app-main>.home #Productos header p{font-size:.85rem}.app-main>.home .cards{grid-template-columns:1fr;gap:12px}}.app-main>.listado header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1em;flex-wrap:wrap;gap:1rem}.app-main>.listado header .title h2{color:#fff;font-size:2rem}.app-main>.listado header .title p{color:#bbb;font-size:1.1rem}.app-main>.listado section{display:grid;grid-template-columns:1fr 3fr;gap:3em}.app-main>.listado section .filtro{border:1px solid #333;border-radius:16px;padding:1em;color:#fff;height:fit-content}.app-main>.listado section .filtro>*{margin-bottom:.5em}.app-main>.listado section .filtro h3{font-size:1.2em}.app-main>.listado section .filtro h4{font-size:.9em}.app-main>.listado section .filtro .filter-range-price .price-display{display:flex;justify-content:space-between}.app-main>.listado section .productos .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));justify-content:center;gap:1em}@media (max-width: 1024px){.app-main>.listado header{flex-direction:column;align-items:flex-start;gap:.5rem}.app-main>.listado header .title h2{font-size:1.8rem}.app-main>.listado header .title p{font-size:1rem}.app-main>.listado section{grid-template-columns:280px 1fr;gap:2em}.app-main>.listado section .productos .products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 768px){.app-main>.listado header .title h2{font-size:1.6rem}.app-main>.listado header .title p{font-size:.9rem}.app-main>.listado section{grid-template-columns:1fr;gap:1.5em}.app-main>.listado section .filtro{order:1;padding:.8em}.app-main>.listado section .productos{order:2}.app-main>.listado section .productos .products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8em}}@media (max-width: 480px){.app-main>.listado header .title h2{font-size:1.4rem}.app-main>.listado header .title p{font-size:.85rem}.app-main>.listado section{gap:1em}.app-main>.listado section .filtro{padding:.6em}.app-main>.listado section .filtro h3{font-size:1.1em}.app-main>.listado section .filtro h4{font-size:.85em}.app-main>.listado section .productos .products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.6em}}@media (max-width: 360px){.app-main>.listado header .title h2{font-size:1.2rem}.app-main>.listado header .title p{font-size:.8rem}.app-main>.listado section .filtro{padding:.5em}.app-main>.listado section .filtro h3{font-size:1em}.app-main>.listado section .filtro h4{font-size:.8em}.app-main>.listado section .productos .products-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5em}}.loading-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem;width:100%;animation:fadeIn .3s ease-out}.loading-wrapper p{color:#fff;font-size:1.1rem;opacity:.8}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.app-main>.productDetail header{margin-bottom:1em}.app-main>.productDetail section{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.app-main>.productDetail section .media{position:relative}.app-main>.productDetail section .media .transparent{position:absolute;padding:8px}.app-main>.productDetail section .media .transparent .chip{background-color:#222;color:#fff;font-weight:600;margin-right:6px}.app-main>.productDetail section .media img{border-radius:1rem;width:100%;object-fit:cover}.app-main>.productDetail section .media .image-selector-container{display:flex;align-items:center;gap:8px;position:relative;width:100%;margin-top:12px;min-height:76px}.app-main>.productDetail section .media .arrow-button{background:#000000b3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;z-index:2;flex-shrink:0}.app-main>.productDetail section .media .arrow-button:hover{background:#000000e6;transform:scale(1.1)}.app-main>.productDetail section .media .arrow-prev{left:0}.app-main>.productDetail section .media .arrow-next{right:0}.app-main>.productDetail section .media .image-selector{display:flex;gap:8px;overflow:hidden;flex:1;justify-content:center;align-items:center}.app-main>.productDetail section .media .image-thumb{border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;flex-shrink:0;width:60px;height:60px}.app-main>.productDetail section .media .image-thumb:hover{border-color:#666;transform:scale(1.05)}.app-main>.productDetail section .media .image-thumb.active{border-color:#fff;box-shadow:0 0 8px #ffffff4d}.app-main>.productDetail section .media .image-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.app-main>.productDetail section .info h2,.app-main>.productDetail section .info h3{color:#fff;font-size:1.5rem}.app-main>.productDetail section .info p{color:#aaa}.app-main>.productDetail section .info .buy{border:1px solid #333;padding:1em;border-radius:1rem;display:flex;flex-direction:column;gap:1em;margin-bottom:1.2em}.app-main>.productDetail section .info .buy .cantidad{display:flex;justify-content:space-between;align-items:center}.app-main>.productDetail section .info .buy .cantidad .buttons-cant{display:flex;align-items:center;gap:1em}.app-main>.productDetail section .info .buy .cantidad .buttons-cant .quantity-display{font-size:1.2rem;font-weight:600;color:#fff;min-width:20px;text-align:center}.app-main>.productDetail section .info .buy .buttons{display:flex;justify-content:space-between;align-items:center}.app-main>.productDetail section .info .buy .buttons>button{width:49%}.app-main>.productDetail section .info .features{border:1px solid #333;padding:1em;border-radius:1rem;display:flex;flex-direction:column;gap:1em}.app-main>.productDetail section .info .features .feature-group{display:flex;flex-direction:column}.app-main>.productDetail section .info .features .feature-group h3{color:#ddd;font-size:1.2rem;text-transform:capitalize}.app-main>.productDetail section .info .features .feature-group .feature{display:flex;justify-content:space-between;align-items:center}.app-main>.productDetail section .info .features .feature-group .feature .feature-name{color:#666;text-transform:capitalize}.app-main>.productDetail section .info .features .feature-group .feature .feature-value{color:#fff;font-weight:400}@media (max-width: 1024px){.app-main>.productDetail section{gap:1.5rem}.app-main>.productDetail section .info h2,.app-main>.productDetail section .info h3{font-size:1.3rem}.app-main>.productDetail section .info .buy{padding:.8em;gap:.8em}.app-main>.productDetail section .info .buy .cantidad .buttons-cant{gap:.8em}.app-main>.productDetail section .info .buy .buttons{flex-direction:column;gap:.8em}.app-main>.productDetail section .info .buy .buttons>button{width:100%}.app-main>.productDetail section .info .features{padding:.8em;gap:.8em}.app-main>.productDetail section .info .features .feature-group h3{font-size:1.1rem}.app-main>.productDetail section .media .image-selector-container{min-height:70px}.app-main>.productDetail section .media .image-selector-container .arrow-button{width:28px;height:28px}.app-main>.productDetail section .media .image-selector-container .image-thumb{width:50px;height:50px}}@media (max-width: 768px){.app-main>.productDetail section{grid-template-columns:1fr;gap:1.2rem}.app-main>.productDetail section .media{order:1}.app-main>.productDetail section .media .image-selector-container{min-height:65px}.app-main>.productDetail section .media .image-selector-container .arrow-button{width:26px;height:26px}.app-main>.productDetail section .media .image-selector-container .image-thumb{width:45px;height:45px}.app-main>.productDetail section .info{order:2}.app-main>.productDetail section .info h2,.app-main>.productDetail section .info h3{font-size:1.2rem}.app-main>.productDetail section .info .buy{padding:.6em;gap:.6em}.app-main>.productDetail section .info .buy .cantidad{flex-direction:column;align-items:stretch;gap:.6em}.app-main>.productDetail section .info .buy .cantidad .buttons-cant{justify-content:center;gap:.6em}.app-main>.productDetail section .info .buy .buttons{flex-direction:column;gap:.6em}.app-main>.productDetail section .info .buy .buttons>button{width:100%}.app-main>.productDetail section .info .features{padding:.6em;gap:.6em}.app-main>.productDetail section .info .features .feature-group h3{font-size:1rem}.app-main>.productDetail section .info .features .feature{flex-direction:column;align-items:flex-start;gap:.2rem}}@media (max-width: 480px){.app-main>.productDetail section{gap:1rem}.app-main>.productDetail section .media .image-selector-container{min-height:60px}.app-main>.productDetail section .media .image-selector-container .arrow-button{width:24px;height:24px}.app-main>.productDetail section .media .image-selector-container .image-thumb{width:40px;height:40px}.app-main>.productDetail section .info h2,.app-main>.productDetail section .info h3{font-size:1.1rem}.app-main>.productDetail section .info .buy{padding:.5em;gap:.5em}.app-main>.productDetail section .info .buy .cantidad .buttons-cant{gap:.5em}.app-main>.productDetail section .info .buy .cantidad .buttons-cant .quantity-display{font-size:1rem}.app-main>.productDetail section .info .features{padding:.5em;gap:.5em}.app-main>.productDetail section .info .features .feature-group h3{font-size:.95rem}}@media (max-width: 360px){.app-main>.productDetail section{gap:.8rem}.app-main>.productDetail section .media .image-selector-container{min-height:55px}.app-main>.productDetail section .media .image-selector-container .arrow-button{width:20px;height:20px}.app-main>.productDetail section .media .image-selector-container .image-thumb{width:35px;height:35px}.app-main>.productDetail section .info h2,.app-main>.productDetail section .info h3{font-size:1rem}.app-main>.productDetail section .info .buy{padding:.4em}.app-main>.productDetail section .info .buy .cantidad .buttons-cant{gap:.4em}.app-main>.productDetail section .info .buy .cantidad .buttons-cant .quantity-display{font-size:.9rem}.app-main>.productDetail section .info .features{padding:.4em;gap:.4em}.app-main>.productDetail section .info .features .feature-group h3{font-size:.9rem}}.app-main>.checkout header h2{color:#fff;margin-bottom:1rem}.app-main>.checkout section{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.app-main>.checkout section .content{display:flex;flex-direction:column;gap:1rem}.app-main>.checkout section .content .card{border:var(--border-low);border-radius:1rem;padding:1rem}.app-main>.checkout section .content .card h3{font-size:.9rem;color:#fff;margin-bottom:1rem}.app-main>.checkout section .content .card .gridInput{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.app-main>.checkout section .content .card label{color:#ddd;font-size:.9rem;font-weight:500}.app-main>.checkout section .content .card input,.app-main>.checkout section .content .card textarea{background-color:transparent;border:var(--border-low);border-radius:.5rem;color:#fff;font-size:1rem;padding:.75rem 1rem;outline:none;transition:border-color .2s;width:100%;height:36px;box-sizing:border-box;text-align:start;resize:none}.app-main>.checkout section .content .card .instruccionesBox{margin-top:.5rem}.app-main>.checkout section .content .card .instruccionesBox textarea{min-height:80px}.app-main>.checkout section .content .card .map-container{position:relative;z-index:0!important}.app-main>.checkout section .content .card .paymentOptions{width:100%}.app-main>.checkout section .content .card .paymentOptions .paymentCard{background-color:transparent;width:100%;border:var(--border-low);border-radius:.5rem;padding:.5rem 1rem;margin-bottom:.5em;cursor:pointer;transition:all .2s ease}.app-main>.checkout section .content .card .paymentOptions .paymentCard:hover{border-color:#fff;background-color:#ffffff0d}.app-main>.checkout section .content .card .paymentOptions .paymentCard.active{border:1px solid #fff;background-color:#ffffff1a}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentRadio{display:flex;align-items:center;padding:0 .5rem;margin-right:8px}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentRadio .MuiSvgIcon-root{width:20px;height:20px;color:#fff;opacity:.7}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentRadio.Mui-checked .MuiSvgIcon-root{color:#fff;opacity:1}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentTitle{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentText{color:#aaa;font-size:.9rem;font-weight:500}.app-main>.checkout section .content .card .error-message{color:#f66;font-size:.8rem;margin-top:2px;margin-left:.5rem;margin-bottom:.7rem}.app-main>.checkout aside{border:var(--border-low);border-radius:1rem;padding:1rem;height:min-content}.app-main>.checkout aside h3{font-size:.9rem;color:#fff;margin-bottom:1rem}.app-main>.checkout aside .item{display:flex;justify-content:space-between;align-items:center;color:#ddd;font-size:.8rem;font-weight:500;margin:.1rem 0;width:100%}.app-main>.checkout aside .item .item-key{color:#999;flex:1;text-align:left;margin-right:1rem}.app-main>.checkout aside .item .item-value{color:#fff;flex:1;text-align:right;margin-left:1rem}.app-main>.checkout aside .item.total p{font-size:1.2rem;font-weight:600;color:#fff}.app-main>.checkout aside .sign{background-color:#ffbf0021;border:solid 1px #ffbf0061;border-radius:8px;padding:.5em .7rem}.app-main>.checkout aside .sign .item-value{color:#999}.app-main>.checkout aside .sign .title p{font-weight:600;color:#fff}@media (max-width: 1024px){.app-main>.checkout section{grid-template-columns:1.5fr 1fr;gap:1.5rem}.app-main>.checkout section .content .card{padding:.8rem}.app-main>.checkout section .content .card h3{font-size:.85rem}.app-main>.checkout section .content .card .gridInput{gap:.8rem}.app-main>.checkout section .content .card input,.app-main>.checkout section .content .card textarea{height:34px;padding:.6rem .8rem;font-size:.95rem}.app-main>.checkout section .content .card .paymentOptions .paymentCard{padding:.4rem .8rem}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentTitle,.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentText{font-size:.85rem}.app-main>.checkout section aside{padding:.8rem}.app-main>.checkout section aside h3{font-size:.85rem}.app-main>.checkout section aside .item{font-size:.75rem}.app-main>.checkout section aside .sign{padding:.4rem .6rem}}@media (max-width: 768px){.app-main>.checkout section{grid-template-columns:1fr;gap:1.2rem}.app-main>.checkout section .content{order:1}.app-main>.checkout section .content .card{padding:.6rem}.app-main>.checkout section .content .card h3{font-size:.8rem}.app-main>.checkout section .content .card .gridInput{grid-template-columns:1fr;gap:.6rem}.app-main>.checkout section .content .card input,.app-main>.checkout section .content .card textarea{height:32px;padding:.5rem .7rem;font-size:.9rem}.app-main>.checkout section .content .card .instruccionesBox textarea{min-height:70px}.app-main>.checkout section .content .card .paymentOptions .paymentCard{padding:.3rem .6rem;margin-bottom:.4rem}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentTitle,.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentText{font-size:.8rem}.app-main>.checkout section .content .card .error-message{font-size:.75rem}.app-main>.checkout aside{order:2;padding:.6rem}.app-main>.checkout aside h3{font-size:.8rem}.app-main>.checkout aside .item{font-size:.7rem}.app-main>.checkout aside .sign{padding:.3rem .5rem}}@media (max-width: 480px){.app-main>.checkout header h2{font-size:1.2rem}.app-main>.checkout section{gap:1rem}.app-main>.checkout section .content .card{padding:.5rem}.app-main>.checkout section .content .card h3{font-size:.75rem}.app-main>.checkout section .content .card input,.app-main>.checkout section .content .card textarea{height:30px;padding:.4rem .6rem;font-size:.85rem}.app-main>.checkout section .content .card .instruccionesBox textarea{min-height:60px}.app-main>.checkout section .content .card .paymentOptions .paymentCard{padding:.25rem .5rem}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentTitle,.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentText{font-size:.75rem}.app-main>.checkout section .content .card .error-message{font-size:.7rem}.app-main>.checkout section aside{padding:.5rem}.app-main>.checkout section aside h3{font-size:.75rem}.app-main>.checkout section aside .item{font-size:.65rem}.app-main>.checkout section aside .sign{padding:.25rem .4rem}}@media (max-width: 360px){.app-main>.checkout header h2{font-size:1.1rem}.app-main>.checkout section{gap:.8rem}.app-main>.checkout section .content .card{padding:.4rem}.app-main>.checkout section .content .card h3{font-size:.7rem}.app-main>.checkout section .content .card input,.app-main>.checkout section .content .card textarea{height:28px;padding:.3rem .5rem;font-size:.8rem}.app-main>.checkout section .content .card .instruccionesBox textarea{min-height:50px}.app-main>.checkout section .content .card .paymentOptions .paymentCard{padding:.2rem .4rem}.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentTitle,.app-main>.checkout section .content .card .paymentOptions .paymentCard .paymentText{font-size:.7rem}.app-main>.checkout section .content .card .error-message{font-size:.65rem}.app-main>.checkout section aside{padding:.4rem}.app-main>.checkout section aside h3{font-size:.7rem}.app-main>.checkout section aside .item{font-size:.6rem}.app-main>.checkout section aside .sign{padding:.2rem .3rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.app-main>.profile{color:#fff}.app-main>.profile header h1{font-size:1.8rem;margin:.5em 0}.app-main>.profile section{display:grid;grid-template-columns:1fr 2fr;gap:2em}.app-main>.profile section h2{margin-bottom:.5em}.app-main>.profile section>.card{border:var(--border-low);border-radius:1em;padding:1.5em;height:min-content}.app-main>.profile section>.card h2{font-size:1rem}.app-main>.profile section>.card .hero{display:flex;flex-direction:column;align-items:center;gap:0}.app-main>.profile section>.card .hero img{width:120px;height:120px;border-radius:50%;border:solid 4px #333;margin:1.5em}.app-main>.profile section>.card .hero h3{font-size:1.2rem;margin:0;height:24px}.app-main>.profile section>.card .hero h4{color:#888;font-weight:400;font-size:.9rem;margin:0;height:20px}.app-main>.profile section>.card .info{display:flex;flex-direction:column;gap:.2em}.app-main>.profile section>.card .info .item{display:flex;align-items:start;gap:.5em}.app-main>.profile section>.card .info .item .icon{font-size:1.3rem;margin-top:.1em;color:#666}.app-main>.profile section>.card .info .item .text h3{font-size:.9rem;font-weight:500;margin:0;height:20px}.app-main>.profile section>.card .info .item .text p{font-size:.8rem;color:#888;margin:0;height:20px}.app-main>.profile section .pedidos .cards{display:flex;flex-direction:column;gap:1em}.app-main>.profile section .pedidos .cards .card{border:var(--border-low);border-radius:1em;padding:1.5em}.app-main>.profile section .pedidos .cards .card header{margin-bottom:24px}.app-main>.profile section .pedidos .cards .card header aside{display:flex;justify-content:space-between;align-items:center}.app-main>.profile section .pedidos .cards .card header aside h3{font-size:1.2rem;font-weight:500;margin:0}.app-main>.profile section .pedidos .cards .card header aside .chip{color:#fff;border-radius:5rem;padding:.15em .4em;text-transform:capitalize}.app-main>.profile section .pedidos .cards .card header aside .chip.chip-pendiente{background-color:#ff9d0040;border:solid 1px #ff9d0080;color:#ff9d00}.app-main>.profile section .pedidos .cards .card header aside .chip.chip-preparando{background-color:#004cff40;border:solid 1px #004cff80;color:#004cff}.app-main>.profile section .pedidos .cards .card header aside .chip.chip-entregado{background-color:#00ff1a40;border:solid 1px #00ff1a80;color:#00ff1a}.app-main>.profile section .pedidos .cards .card header aside .chip.chip-cancelado{background-color:#ff000040;border:solid 1px #ff000080;color:red}.app-main>.profile section .pedidos .cards .card header p{font-size:.9rem;color:#888;margin:0;height:20px}.app-main>.profile section .pedidos .cards .card .productos{display:flex;flex-direction:column;gap:.4em}.app-main>.profile section .pedidos .cards .card .productos .item{display:flex;justify-content:space-between;align-items:center}.app-main>.profile section .pedidos .cards .card .productos .item .product-name{color:#fff;font-size:.85rem;font-weight:300;margin:0;height:20px}.app-main>.profile section .pedidos .cards .card .productos .item .product-price{font-size:.9rem;font-weight:500;margin:0;height:20px}.app-main>.profile section .pedidos .cards .card .total{display:flex;justify-content:space-between;align-items:center;margin:1.5em 0}.app-main>.profile section .pedidos .cards .card .total h4{font-size:1rem;font-weight:500;margin:0;height:20px}.app-main>.profile section .pedidos .cards .card .pendiente{display:flex;justify-content:space-between;align-items:center;padding:.75em;background-color:#ffbf0021;border:solid 1px #ffbf0061;border-radius:8px}.app-main>.profile section .pedidos .cards .card .pendiente h4{font-size:.9rem;font-weight:300}.app-main>.profile section .pedidos .cards .card .pendiente .pendiente-price{font-weight:500}@media (max-width: 1024px){.app-main>.profile header h1{font-size:1.6rem}.app-main>.profile section{grid-template-columns:300px 1fr;gap:1.5em}.app-main>.profile section>.card{padding:1.2em}.app-main>.profile section>.card .hero img{width:100px;height:100px}.app-main>.profile section>.card .hero h3{font-size:1.1rem}.app-main>.profile section>.card .info .item .icon{font-size:1.2rem}.app-main>.profile section .pedidos .cards .card{padding:1.2em}.app-main>.profile section .pedidos .cards .card header aside h3{font-size:1.1rem}}@media (max-width: 768px){.app-main>.profile header h1{font-size:1.4rem}.app-main>.profile section{grid-template-columns:1fr;gap:1.2em}.app-main>.profile section>.card{padding:1em}.app-main>.profile section>.card .hero img{width:80px;height:80px;margin:1em}.app-main>.profile section>.card .hero h3{font-size:1rem}.app-main>.profile section>.card .hero h4{font-size:.8rem}.app-main>.profile section>.card .info .item{gap:.4em}.app-main>.profile section>.card .info .item .icon{font-size:1.1rem}.app-main>.profile section>.card .info .item .text h3{font-size:.85rem}.app-main>.profile section>.card .info .item .text p{font-size:.75rem}.app-main>.profile section .pedidos .cards .card{padding:1em}.app-main>.profile section .pedidos .cards .card header{margin-bottom:16px}.app-main>.profile section .pedidos .cards .card header aside{flex-direction:column;align-items:flex-start;gap:.5em}.app-main>.profile section .pedidos .cards .card header aside h3{font-size:1rem}.app-main>.profile section .pedidos .cards .card header aside .chip{font-size:.8rem;padding:.1em .3em}.app-main>.profile section .pedidos .cards .card header p{font-size:.8rem}.app-main>.profile section .pedidos .cards .card .productos .item{flex-direction:column;align-items:flex-start;gap:.2em}.app-main>.profile section .pedidos .cards .card .productos .item .product-name{font-size:.8rem}.app-main>.profile section .pedidos .cards .card .productos .item .product-price{font-size:.85rem}.app-main>.profile section .pedidos .cards .card .total{margin:1em 0}.app-main>.profile section .pedidos .cards .card .total h4{font-size:.9rem}.app-main>.profile section .pedidos .cards .card .pendiente{padding:.5em}.app-main>.profile section .pedidos .cards .card .pendiente h4{font-size:.8rem}.app-main>.profile section .pedidos .cards .card .pendiente .pendiente-price{font-size:.85rem}}@media (max-width: 480px){.app-main>.profile header h1{font-size:1.2rem}.app-main>.profile section{gap:1em}.app-main>.profile section>.card{padding:.8em}.app-main>.profile section>.card .hero img{width:70px;height:70px;margin:.8em}.app-main>.profile section>.card .hero h3{font-size:.95rem}.app-main>.profile section>.card .hero h4{font-size:.75rem}.app-main>.profile section>.card .info .item{gap:.3em}.app-main>.profile section>.card .info .item .icon{font-size:1rem}.app-main>.profile section>.card .info .item .text h3{font-size:.8rem}.app-main>.profile section>.card .info .item .text p{font-size:.7rem}.app-main>.profile section .pedidos .cards .card{padding:.8em}.app-main>.profile section .pedidos .cards .card header aside h3{font-size:.95rem}.app-main>.profile section .pedidos .cards .card .productos .item .product-name{font-size:.75rem}.app-main>.profile section .pedidos .cards .card .productos .item .product-price{font-size:.8rem}.app-main>.profile section .pedidos .cards .card .total h4{font-size:.85rem}.app-main>.profile section .pedidos .cards .card .pendiente h4{font-size:.75rem}}@media (max-width: 360px){.app-main>.profile header h1{font-size:1.1rem}.app-main>.profile section{gap:.8em}.app-main>.profile section>.card{padding:.6em}.app-main>.profile section>.card .hero img{width:60px;height:60px;margin:.6em}.app-main>.profile section>.card .hero h3{font-size:.9rem}.app-main>.profile section>.card .hero h4{font-size:.7rem}.app-main>.profile section>.card .info .item{gap:.2em}.app-main>.profile section>.card .info .item .icon{font-size:.9rem}.app-main>.profile section>.card .info .item .text h3{font-size:.75rem}.app-main>.profile section>.card .info .item .text p{font-size:.65rem}.app-main>.profile section .pedidos .cards .card{padding:.6em}.app-main>.profile section .pedidos .cards .card header aside h3{font-size:.9rem}.app-main>.profile section .pedidos .cards .card .productos .item .product-name{font-size:.7rem}.app-main>.profile section .pedidos .cards .card .productos .item .product-price{font-size:.75rem}.app-main>.profile section .pedidos .cards .card .total h4{font-size:.8rem}.app-main>.profile section .pedidos .cards .card .pendiente h4{font-size:.7rem}}.app-main>.settings{display:flex;flex-direction:column;gap:1.2rem}.app-main>.settings header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;width:100%;flex-wrap:wrap;gap:1rem}.app-main>.settings header .title{display:flex;flex-direction:column}.app-main>.settings header .title h2{color:#eee;font-size:1.7rem}.app-main>.settings header .title p{color:#999;font-size:1rem}.app-main>.settings .card-setting{border:var(--border-default);border-radius:1rem;padding:1.5rem;margin:0 auto;width:100%;max-width:800px}.app-main>.settings .card-setting header{flex-direction:column;align-items:start;margin-bottom:2rem;gap:4px}.app-main>.settings .card-setting header .sub-header-title{display:flex;align-items:center;color:#fff;gap:.5rem}.app-main>.settings .card-setting header .sub-header-title .icon{font-size:1.3rem}.app-main>.settings .card-setting header .sub-header-title p{font-size:1rem;margin:0;font-weight:500;text-align:center}.app-main>.settings .card-setting header .sub-header-subtitle{color:#999;font-size:.9rem;margin:0;line-height:1.5}.app-main>.settings .card-setting .form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.app-main>.settings .card-setting .form .form-group{display:flex;flex-direction:column;gap:2px}.app-main>.settings .card-setting .form .form-group label{color:#ddd;font-size:.9rem;font-weight:500}.app-main>.settings .card-setting .form .form-group input{background-color:transparent;border:var(--border-default);border-radius:.5rem;color:#fff;font-size:1rem;padding:.75rem 1rem;outline:none;transition:border-color .2s;width:100%;height:36px;box-sizing:border-box}.app-main>.settings .card-setting .form .form-group input:focus{border-color:#666}.app-main>.settings .card-setting .form .form-group input::placeholder{color:#666}.app-main>.settings .card-setting .change-password-button[type=submit],.app-main>.settings .card-setting .change-password-button[type=button]{padding:.3rem 1rem;border-radius:.5rem;border:none;background-color:#1b1d1e;color:#eee;font-size:1rem;display:grid;place-items:center;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s;gap:.5rem;text-transform:capitalize}.app-main>.settings .card-setting .change-password-button[type=submit]:hover,.app-main>.settings .card-setting .change-password-button[type=button]:hover{background-color:#555}.app-main>.settings .card-setting .change-password-button[type=submit]:active,.app-main>.settings .card-setting .change-password-button[type=button]:active{background-color:#333}.app-main>.settings .card-setting .inputs{display:flex;flex-direction:column;gap:1rem}.app-main>.settings .card-setting .inputs .input{display:flex;justify-content:space-between;align-items:center;gap:1rem}.app-main>.settings .card-setting .inputs .input .text{display:flex;flex-direction:column}.app-main>.settings .card-setting .inputs .input .text h4{color:#eee;font-size:.9rem;font-weight:500}.app-main>.settings .card-setting .inputs .input .text p{color:#999;font-size:.8rem;margin:0;line-height:1.5}.app-main>.settings .card-setting .datos{display:flex;flex-direction:column;gap:1rem}.app-main>.settings .card-setting .datos h4{color:#eee;font-size:.9rem;font-weight:500}.app-main>.settings .card-setting .datos p{color:#999;font-size:.8rem;margin:0;line-height:1.5}.app-main>.settings .card-setting .datos .buttons{display:flex;gap:1rem}.app-main>.settings .card-setting .datos .buttons button{padding:.4rem .6rem;border-radius:.5rem;border:var(--border-default);background-color:transparent;font-size:1rem;display:grid;place-items:center;cursor:pointer;transition:background-color .2s;gap:.5rem;text-transform:capitalize}.app-main>.settings .card-setting .datos .buttons button:hover{background-color:#555}.app-main>.settings .card-setting .datos .buttons button:active{background-color:#333}.app-main>.settings .card-setting .datos .buttons button p{color:#eee;font-size:.8rem;font-weight:600}.app-main>.settings .card-setting .datos .buttons button.eliminar{background-color:#681315;border:none}.app-main>.settings .card-setting .datos .buttons button.eliminar:hover,.app-main>.settings .card-setting .datos .buttons button.eliminar:active{background-color:#82181a}@media (max-width: 1024px){.app-main>.settings header{flex-direction:column;align-items:flex-start}.app-main>.settings header .title h2{font-size:1.5rem}.app-main>.settings header .title p{font-size:.9rem}.app-main>.settings .card-setting{padding:1.2rem;max-width:700px}.app-main>.settings .card-setting header{margin-bottom:1.5rem}.app-main>.settings .card-setting header .sub-header-title .icon{font-size:1.2rem}.app-main>.settings .card-setting header .sub-header-title p{font-size:.95rem}.app-main>.settings .card-setting header .sub-header-subtitle{font-size:.85rem}.app-main>.settings .card-setting .form .form-group input{height:34px;padding:.6rem .8rem;font-size:.95rem}.app-main>.settings .card-setting .inputs .input{flex-direction:column;align-items:flex-start;gap:.5rem}.app-main>.settings .card-setting .inputs .input .text h4{font-size:.85rem}.app-main>.settings .card-setting .inputs .input .text p{font-size:.75rem}.app-main>.settings .card-setting .datos .buttons{flex-direction:column}.app-main>.settings .card-setting .datos .buttons button{width:100%;justify-content:center}}@media (max-width: 768px){.app-main>.settings header .title h2{font-size:1.3rem}.app-main>.settings header .title p{font-size:.85rem}.app-main>.settings .card-setting{padding:1rem;max-width:100%}.app-main>.settings .card-setting header{margin-bottom:1.2rem}.app-main>.settings .card-setting header .sub-header-title{gap:.4rem}.app-main>.settings .card-setting header .sub-header-title .icon{font-size:1.1rem}.app-main>.settings .card-setting header .sub-header-title p{font-size:.9rem}.app-main>.settings .card-setting header .sub-header-subtitle{font-size:.8rem}.app-main>.settings .card-setting .form{gap:.8rem;margin-bottom:1.5rem}.app-main>.settings .card-setting .form .form-group{gap:1.5px}.app-main>.settings .card-setting .form .form-group label{font-size:.85rem}.app-main>.settings .card-setting .form .form-group input{height:32px;padding:.5rem .7rem;font-size:.9rem}.app-main>.settings .card-setting .change-password-button{padding:.25rem .8rem;font-size:.85rem}.app-main>.settings .card-setting .inputs{gap:.8rem}.app-main>.settings .card-setting .inputs .input{gap:.8rem}.app-main>.settings .card-setting .inputs .input .text h4{font-size:.8rem}.app-main>.settings .card-setting .inputs .input .text p{font-size:.7rem}.app-main>.settings .card-setting .datos{gap:.8rem}.app-main>.settings .card-setting .datos h4{font-size:.8rem}.app-main>.settings .card-setting .datos p{font-size:.7rem}.app-main>.settings .card-setting .datos .buttons{gap:.8rem}.app-main>.settings .card-setting .datos .buttons button{padding:.3rem .5rem}.app-main>.settings .card-setting .datos .buttons button p{font-size:.75rem}}@media (max-width: 480px){.app-main>.settings header .title h2{font-size:1.2rem}.app-main>.settings header .title p{font-size:.8rem}.app-main>.settings .card-setting{padding:.8rem}.app-main>.settings .card-setting header{margin-bottom:1rem}.app-main>.settings .card-setting header .sub-header-title{gap:.3rem}.app-main>.settings .card-setting header .sub-header-title .icon{font-size:1rem}.app-main>.settings .card-setting header .sub-header-title p{font-size:.85rem}.app-main>.settings .card-setting header .sub-header-subtitle{font-size:.75rem}.app-main>.settings .card-setting .form{gap:.6rem}.app-main>.settings .card-setting .form .form-group input{height:30px;padding:.4rem .6rem;font-size:.85rem}.app-main>.settings .card-setting .change-password-button{padding:.2rem .6rem;font-size:.8rem}.app-main>.settings .card-setting .inputs .input .text h4{font-size:.75rem}.app-main>.settings .card-setting .inputs .input .text p{font-size:.65rem}.app-main>.settings .card-setting .datos h4{font-size:.75rem}.app-main>.settings .card-setting .datos p{font-size:.65rem}.app-main>.settings .card-setting .datos .buttons button p{font-size:.7rem}}@media (max-width: 360px){.app-main>.settings header .title h2{font-size:1.1rem}.app-main>.settings header .title p{font-size:.75rem}.app-main>.settings .card-setting{padding:.6rem}.app-main>.settings .card-setting header .sub-header-title p{font-size:.8rem}.app-main>.settings .card-setting .form .form-group input{height:28px;padding:.3rem .5rem;font-size:.8rem}.app-main>.settings .card-setting .change-password-button{padding:.15rem .5rem;font-size:.75rem}.app-main>.settings .card-setting .inputs .input .text h4{font-size:.7rem}.app-main>.settings .card-setting .inputs .input .text p{font-size:.6rem}.app-main>.settings .card-setting .datos h4{font-size:.7rem}.app-main>.settings .card-setting .datos p{font-size:.6rem}.app-main>.settings .card-setting .datos .buttons button p{font-size:.65rem}}.error{display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center;background-color:#333;border-radius:1em;color:#333}.error img{height:100%;margin-bottom:2rem;animation:float 3s ease-in-out infinite}.error .info h1{font-size:5rem;font-weight:800;margin:0;color:#1976d2;line-height:1;margin-bottom:1rem}.error .info p{font-size:1.25rem;margin-bottom:2rem;color:#ddd;font-weight:300;max-width:500px;line-height:1.6}.error .info .MuiButton-root{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:1em;text-transform:none;box-shadow:0 4px 6px #1976d233;transition:all .3s ease}.error .info .MuiButton-root:hover{background-color:#eee;color:#121212;transform:translateY(-2px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}[data-theme=dark] .error .info{background-color:#121212;color:#f5f5f5}[data-theme=dark] .error .info p{color:#b0b0b0}[data-theme=dark] .error .info h1{color:#64b5f6}.app-main>.auth{display:flex;justify-content:center;align-items:center}.app-main>.auth .card{display:flex;flex-direction:column;align-items:center;width:400px;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;border:var(--border-low)}.app-main>.auth .card form{display:flex;flex-direction:column;align-items:center}.app-main>.auth .card .logo-project{font-size:5rem;text-align:center}.app-main>.auth .card .title{font-size:1.5rem;margin-bottom:1rem;color:#eee;text-align:center}.app-main>.auth .card .subtitle{color:#999;font-size:.8rem;margin-bottom:2rem;text-align:center}.app-main>.auth .card .btn{background-color:#fff;color:#111;border-radius:5px;height:36px;font-size:12px;font-weight:600;text-transform:capitalize}.app-main>.auth .card .btn.btn2{background-color:transparent;border:var(--border-low);color:#fff}.app-main>.auth .card .linkText{display:flex;justify-content:center;align-items:center;gap:4px;margin-top:1rem;color:#999;font-size:.9rem}.app-main>.auth .card .linkText a{font-size:.9rem;color:#fff}.app-main>.order{display:flex;justify-content:center;align-items:center}.app-main>.order .card{background-color:var(--color-background);border:var(--border-low);border-radius:1em;padding:1em;width:100%;max-width:600px;margin-top:1em}.app-main>.order .card .logo{margin:0 auto;width:max-content}.app-main>.order .card .logo *{font-size:4em}.app-main>.order .card header{background-color:#5555;padding:.5em 1em;border-radius:1em}.app-main>.order .card header h4{color:#fff6;font-weight:400}.app-main>.order .card header code{color:#fffe;font-size:1.5em}.app-main>.order .card .chip{color:#fff;border-radius:5rem;padding:.15em .4em;text-transform:capitalize}.app-main>.order .card .chip.chip-pendiente{background-color:#ff9d0040;border:solid 1px #ff9d0080;color:#ff9d00}.app-main>.order .card .chip.chip-preparando{background-color:#004cff40;border:solid 1px #004cff80;color:#004cff}.app-main>.order .card .chip.chip-entregado{background-color:#00ff1a40;border:solid 1px #00ff1a80;color:#00ff1a}.app-main>.order .card .chip.chip-cancelado{background-color:#ff000040;border:solid 1px #ff000080;color:red}.app-main>.order .card .title{font-size:1.2em;color:#fffa;margin:.5em 0}.app-main>.order .card .item{display:flex;justify-content:space-between;align-items:center;margin:.5em 0;width:100%}.app-main>.order .card .item .item-key{color:#fff6;flex:1;text-align:left;margin-right:1rem}.app-main>.order .card .item .item-value{color:#fffe;flex:1;text-align:right;margin-left:1rem}.app-main>.order .card .sign{border:solid 2px #f2c22479;padding:.5rem 1rem;border-radius:.5rem;background-color:#2209;color:#f2c22479}.app-main>.order .card .descripcion_ubicacion{color:#fff;border:var(--border-low);border-radius:1em;padding:.5em 1em;max-height:8.5em;overflow-y:auto;line-height:1.5}@media (max-width: 1024px){.app-main>.order .card{padding:.8em;max-width:550px}.app-main>.order .card .logo *{font-size:3.5em}.app-main>.order .card header{padding:.4em .8em}.app-main>.order .card header code{font-size:1.3em}.app-main>.order .card .title{font-size:1.1em}.app-main>.order .card .chip{padding:.12em .35em}.app-main>.order .card .sign{padding:.4rem .8rem}.app-main>.order .card .descripcion_ubicacion{padding:.4em .8em;max-height:8em}}@media (max-width: 768px){.app-main>.order .card{padding:.6em;max-width:500px}.app-main>.order .card .logo *{font-size:3em}.app-main>.order .card header{padding:.3em .6em}.app-main>.order .card header h4{font-size:.9em}.app-main>.order .card header code{font-size:1.1em}.app-main>.order .card .title{font-size:1em;margin:.4em 0}.app-main>.order .card .item{margin:.4em 0}.app-main>.order .card .chip{padding:.1em .3em;font-size:.9em}.app-main>.order .card .sign{padding:.3rem .6rem;font-size:.9em}.app-main>.order .card .descripcion_ubicacion{padding:.3em .6em;max-height:7.5em;font-size:.9em}}@media (max-width: 480px){.app-main>.order .card{padding:.5em;max-width:450px}.app-main>.order .card .logo *{font-size:2.5em}.app-main>.order .card header{padding:.25em .5em}.app-main>.order .card header h4{font-size:.85em}.app-main>.order .card header code{font-size:1em}.app-main>.order .card .title{font-size:.95em}.app-main>.order .card .chip{padding:.08em .25em;font-size:.85em}.app-main>.order .card .sign{padding:.25rem .5rem;font-size:.85em}.app-main>.order .card .descripcion_ubicacion{padding:.25em .5em;max-height:7em;font-size:.85em}}@media (max-width: 360px){.app-main>.order .card{padding:.4em;max-width:400px}.app-main>.order .card .logo *{font-size:2em}.app-main>.order .card header{padding:.2em .4em}.app-main>.order .card header h4{font-size:.8em}.app-main>.order .card header code{font-size:.9em}.app-main>.order .card .title{font-size:.9em}.app-main>.order .card .chip{padding:.06em .2em;font-size:.8em}.app-main>.order .card .sign{padding:.2rem .4rem;font-size:.8em}.app-main>.order .card .descripcion_ubicacion{padding:.2em .4em;max-height:6.5em;font-size:.8em}}.app-main>.payment .cardData{display:flex;flex-direction:column;gap:.5rem;position:relative}.app-main>.payment .cardData .gridInput{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.app-main>.payment .cardData label{color:#ddd;font-size:.9rem;font-weight:500}.app-main>.payment .cardData input,.app-main>.payment .cardData textarea{background-color:transparent;border:var(--border-low);border-radius:.5rem;color:#fff;font-size:1rem;padding:.75rem 1rem;outline:none;transition:border-color .2s,box-shadow .2s;width:100%;height:36px;box-sizing:border-box;text-align:start;resize:none}.app-main>.payment .cardData input.error,.app-main>.payment .cardData textarea.error{border-color:#f44;box-shadow:0 0 0 1px #f44}.app-main>.payment .cardData .error-message{color:#f44;font-size:.75rem;margin:.25rem 0 0;min-height:1.125rem}.app-main>.payment .cardData .dataSegurito{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;background-color:#5556;color:#aaa;font-size:.9rem;padding:.5rem;border-radius:.5rem}.app-main>.payment .cardData .volver{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;color:#aaa;font-size:.9rem;padding:0 .5rem;border-radius:.5rem}.app-main>.payment .cardData .volver .link{color:#fff}.app-main>.payment .paymentSummary{display:flex;flex-direction:column;gap:.5rem}.app-main>.payment .paymentSummary .item{display:flex;justify-content:space-between;align-items:center;color:#ddd;font-size:.8rem;font-weight:500;margin:.1rem 0;width:100%}.app-main>.payment .paymentSummary .item .item-key{color:#999;flex:1;text-align:left;margin-right:1rem}.app-main>.payment .paymentSummary .item .item-value{color:#fff;flex:1;text-align:right;margin-left:1rem}.app-main>.payment .paymentSummary .item.total p{font-size:1.2rem;font-weight:600;color:#fff}.app-main>.payment .paymentSummary .sign{border:solid 2px #f2c22479;padding:.5rem 1rem;border-radius:.5rem;background-color:#2209;color:#f2c22479}.app-main>.payment .paymentSummary .sign h4,.app-main>.payment .paymentSummary .sign .sign10 p{color:#fff}.app-main>.payment .paymentSummary .sign .sign90 p{color:#999}.app-main>.payment .paymentSummary .total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:600;color:#fff;padding:.5rem 0;border-radius:.5rem}.app-main>.payment>header{text-align:start;margin-bottom:2rem;color:#fff}.app-main>.payment section{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.app-main>.payment section>div{border:var(--border-low);padding:1rem;border-radius:1rem;height:min-content}.app-main>.payment section>div header{color:#fff;display:flex;align-items:center;font-size:.9rem;gap:.5rem;margin-bottom:1rem}@media (max-width: 1024px){.app-main>.payment section{grid-template-columns:1.5fr 1fr;gap:1.5rem}.app-main>.payment section>div{padding:.8rem}.app-main>.payment section>div header{font-size:.85rem}}@media (max-width: 768px){.app-main>.payment>header{margin-bottom:1.5rem}.app-main>.payment section{grid-template-columns:1fr;gap:1.2rem}.app-main>.payment section>div{padding:.6rem}.app-main>.payment section>div header{font-size:.8rem}}@media (max-width: 480px){.app-main>.payment>header{margin-bottom:1.2rem}.app-main>.payment section{gap:1rem}.app-main>.payment section>div{padding:.5rem}.app-main>.payment section>div header{font-size:.75rem}}@media (max-width: 360px){.app-main>.payment>header{margin-bottom:1rem}.app-main>.payment section{gap:.8rem}.app-main>.payment section>div{padding:.4rem}.app-main>.payment section>div header{font-size:.7rem}}.app-main>.admin-dashboard{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;max-width:100%;box-sizing:border-box}.app-main>.admin-dashboard .stats{display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));gap:1rem;width:100%}.app-main>.admin-dashboard .stats .card{background:var(--bg-color-secondary);border:var(--border-low);border-radius:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.app-main>.admin-dashboard .stats .card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.app-main>.admin-dashboard .stats .card header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.app-main>.admin-dashboard .stats .card header h3{margin:0;font-size:1rem;color:#fff;font-weight:500}.app-main>.admin-dashboard .stats .card header svg{color:#999;font-size:1.5rem}.app-main>.admin-dashboard .stats .card .card-content p:first-child{font-size:1.75rem;font-weight:600;margin:.5rem 0;color:#fff}.app-main>.admin-dashboard .stats .card .card-content p:last-child{font-size:.875rem;color:#999;margin:0;display:flex;align-items:center;gap:.25rem}.app-main>.admin-dashboard .stats .card .card-content p:last-child svg{font-size:1rem}.app-main>.admin-dashboard .button-chart{display:grid;grid-template-columns:1fr 2fr;gap:1rem;width:100%}.app-main>.admin-dashboard .button-chart header{display:none}.app-main>.admin-dashboard .button-chart .buttons{height:min-content;display:grid;grid-template-rows:repeat(5,minmax(100px,1fr));gap:1rem;width:100%}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root{padding:1rem 1.75rem;border-radius:1rem;text-transform:none;text-align:left;justify-content:flex-start;transition:all .2s}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .MuiButton-startIcon{width:50px}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .MuiButton-startIcon svg{width:100%;height:100%}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content{margin-left:.5rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content h3{font-size:1rem;color:#fff}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content p{margin:0;font-size:.8rem;color:#999}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root:hover{background-color:#3336!important}.app-main>.admin-dashboard .button-chart .chart{flex:1;border:var(--border-low);border-radius:1rem;padding:1.25rem;display:flex;flex-direction:column}.app-main>.admin-dashboard .button-chart .chart .chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.app-main>.admin-dashboard .button-chart .chart .chart-header h3{margin:0;font-size:1.2rem;color:#fff;font-weight:500}.app-main>.admin-dashboard .button-chart .chart .chart-content{flex:1;min-height:0}@media (max-width: 1024px){.app-main>.admin-dashboard .stats{grid-template-columns:repeat(2,1fr);gap:.8rem}.app-main>.admin-dashboard .stats .card{padding:1rem;min-height:100px}.app-main>.admin-dashboard .stats .card header h3{font-size:.9rem}.app-main>.admin-dashboard .stats .card header svg{font-size:1.3rem}.app-main>.admin-dashboard .stats .card .card-content p:first-child{font-size:1.5rem}.app-main>.admin-dashboard .stats .card .card-content p:last-child{font-size:.8rem}.app-main>.admin-dashboard .button-chart{gap:.8rem}.app-main>.admin-dashboard .button-chart header{margin-bottom:.8rem}.app-main>.admin-dashboard .button-chart header h3{font-size:1.1rem}.app-main>.admin-dashboard .button-chart .buttons{gap:.8rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root{padding:.8rem 1.5rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .MuiButton-startIcon{width:40px}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content h3{font-size:.9rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content p{font-size:.75rem}.app-main>.admin-dashboard .button-chart .chart{padding:1rem;min-height:320px}.app-main>.admin-dashboard .button-chart .chart .chart-header h3{font-size:1.1rem}.app-main>.admin-dashboard .button-chart .chart .chart-content{min-height:270px;width:100%;overflow:hidden}}@media (max-width: 768px){.app-main>.admin-dashboard{padding:.8rem;gap:1.2rem}.app-main>.admin-dashboard .stats{grid-template-columns:1fr;gap:.6rem}.app-main>.admin-dashboard .stats .card{padding:.8rem;min-height:90px}.app-main>.admin-dashboard .stats .card header h3{font-size:.85rem}.app-main>.admin-dashboard .stats .card header svg{font-size:1.2rem}.app-main>.admin-dashboard .stats .card .card-content p:first-child{font-size:1.3rem}.app-main>.admin-dashboard .stats .card .card-content p:last-child{font-size:.75rem}.app-main>.admin-dashboard .button-chart{grid-template-columns:1fr;gap:.6rem}.app-main>.admin-dashboard .button-chart header{margin-bottom:.6rem}.app-main>.admin-dashboard .button-chart header h3{font-size:1rem}.app-main>.admin-dashboard .button-chart .buttons{grid-template-rows:repeat(5,minmax(80px,1fr));gap:.6rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root{padding:.6rem 1rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .MuiButton-startIcon{width:35px}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content h3{font-size:.85rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content p{font-size:.7rem}.app-main>.admin-dashboard .button-chart .chart{padding:.8rem;min-height:300px}.app-main>.admin-dashboard .button-chart .chart .chart-header h3{font-size:1rem}.app-main>.admin-dashboard .button-chart .chart .chart-content{min-height:250px;width:100%;overflow:hidden}}@media (max-width: 480px){.app-main>.admin-dashboard{padding:.6rem;gap:1rem}.app-main>.admin-dashboard .stats{gap:.5rem}.app-main>.admin-dashboard .stats .card{padding:.6rem;min-height:80px}.app-main>.admin-dashboard .stats .card header h3{font-size:.8rem}.app-main>.admin-dashboard .stats .card header svg{font-size:1.1rem}.app-main>.admin-dashboard .stats .card .card-content p:first-child{font-size:1.2rem}.app-main>.admin-dashboard .stats .card .card-content p:last-child{font-size:.7rem}.app-main>.admin-dashboard .button-chart{gap:.5rem}.app-main>.admin-dashboard .button-chart header{margin-bottom:.5rem}.app-main>.admin-dashboard .button-chart header h3{font-size:.95rem}.app-main>.admin-dashboard .button-chart .buttons{gap:.5rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root{padding:.5rem .8rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .MuiButton-startIcon{width:30px}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content h3{font-size:.8rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content p{font-size:.65rem}.app-main>.admin-dashboard .button-chart .chart{padding:.6rem;min-height:280px}.app-main>.admin-dashboard .button-chart .chart .chart-header h3{font-size:.95rem}.app-main>.admin-dashboard .button-chart .chart .chart-content{min-height:230px;width:100%;overflow:hidden}}@media (max-width: 360px){.app-main>.admin-dashboard{padding:.5rem;gap:.8rem}.app-main>.admin-dashboard .stats{gap:.4rem}.app-main>.admin-dashboard .stats .card{padding:.5rem;min-height:70px}.app-main>.admin-dashboard .stats .card header h3{font-size:.75rem}.app-main>.admin-dashboard .stats .card header svg{font-size:1rem}.app-main>.admin-dashboard .stats .card .card-content p:first-child{font-size:1.1rem}.app-main>.admin-dashboard .stats .card .card-content p:last-child{font-size:.65rem}.app-main>.admin-dashboard .button-chart{gap:.4rem}.app-main>.admin-dashboard .button-chart header{margin-bottom:.4rem}.app-main>.admin-dashboard .button-chart header h3{font-size:.9rem}.app-main>.admin-dashboard .button-chart .buttons{gap:.4rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root{padding:.4rem .6rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .MuiButton-startIcon{width:25px}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content h3{font-size:.75rem}.app-main>.admin-dashboard .button-chart .buttons .MuiButton-root .button-content p{font-size:.6rem}.app-main>.admin-dashboard .button-chart .chart{padding:.5rem;min-height:250px}.app-main>.admin-dashboard .button-chart .chart .chart-header h3{font-size:.9rem}.app-main>.admin-dashboard .button-chart .chart .chart-content{min-height:200px;width:100%;overflow:hidden}}.app-main-admin>.admin-orders>.orders-list>.card-order-admin{border:var(--border-low);border-left:solid 4px #fff;border-radius:1rem;padding-top:1em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards{display:grid;grid-template-columns:1fr 1fr 2fr 1fr;gap:1px;background-color:#222;padding-bottom:1px;color:#999;min-height:160px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div{background-color:var(--color-background);padding:.5em;height:100%}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div h3{text-transform:uppercase;font-size:.75rem;margin-bottom:4px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido{background-color:#111}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content{display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .id{font-weight:600;color:#fff;font-size:1.1rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status{display:flex;align-items:center;gap:.5rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip{color:#fff;border-radius:5rem;padding:.15em .4em;text-transform:capitalize}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip.chip-pendiente{background-color:#ff9d0040;border:solid 1px #ff9d0080;color:#ff9d00}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip.chip-preparando{background-color:#004cff40;border:solid 1px #004cff80;color:#004cff}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip.chip-entregado{background-color:#00ff1a40;border:solid 1px #00ff1a80;color:#00ff1a}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip.chip-cancelado{background-color:#ff000040;border:solid 1px #ff000080;color:red}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .date{margin-top:auto}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .date .value{color:#fff;text-transform:capitalize}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData{display:flex;flex-direction:column;justify-content:space-between}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .name{color:#fff}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .email,.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .phone{font-weight:300}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .id{font-weight:500;color:#fff9;font-size:1rem;margin-top:auto}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products{display:flex;flex-direction:column;gap:2px;overflow-y:auto;height:100%;max-height:160px;padding-right:4px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products .product{display:flex;justify-content:space-between}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products .product .product-name{color:#999}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products .product .product-price{color:#fff}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content{display:flex;flex-direction:column;justify-content:space-between;align-items:end;margin-top:auto;height:calc(100% - 1em)}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .card{display:flex;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.25em .5em;border-radius:5rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .card.pendiente{background-color:#ff9d0040;border:solid 1px #ff9d0080;color:#ff9d00}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .card.pagado{background-color:#00ff1a40;border:solid 1px #00ff1a80;color:#00ff1a}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .total{display:flex;flex-direction:column;justify-content:space-between;align-items:end}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .total p{font-size:1rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .total h4{font-size:1.5rem;color:#fff}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding:.5em;border-top:solid 1px #333}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .message{font-size:1rem;color:#999}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .buttons{display:flex;gap:.5rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .buttons .ver{background-color:transparent;border:var(--border-low);transition:all .15s ease}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .buttons .ver:hover{background-color:#fff;color:#111}@media (max-width: 1024px){.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1px;min-height:180px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido{grid-column:1;grid-row:1}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData{grid-column:2;grid-row:1}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles{grid-column:1 / -1;grid-row:2}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products{max-height:120px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total{grid-column:1 / -1;grid-row:3}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content{flex-direction:row;justify-content:space-between;align-items:center}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .total{align-items:end}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div{padding:.4em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div h3{font-size:.7rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer{padding:.4em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .message{font-size:.9rem}}@media (max-width: 768px){.app-main-admin>.admin-orders>.orders-list>.card-order-admin{padding-top:.8em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:1px;min-height:auto}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido,.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData,.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles,.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total{grid-column:1;grid-row:auto}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido{grid-row:1}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .id{font-size:1rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip{padding:.1em .3em;font-size:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .date{margin-top:0;text-align:right}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData{grid-row:2}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .name{font-size:.9rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .email,.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .phone{font-size:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .id{font-size:.9rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles{grid-row:3}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products{max-height:100px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products .product{font-size:.85rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total{grid-row:4}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content{flex-direction:row;justify-content:space-between;align-items:center}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .card{width:fit-content}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .total h4{font-size:1.3rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div{padding:.3em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div h3{font-size:.65rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer{flex-direction:column;align-items:flex-start;gap:.3rem;padding:.3em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .message{font-size:.85rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .buttons{width:100%;justify-content:flex-end}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .buttons .ver{padding:.3em .8em;font-size:.85rem}}@media (max-width: 480px){.app-main-admin>.admin-orders>.orders-list>.card-order-admin{padding-top:.6em;border-radius:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards{gap:1px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content{gap:.5rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .id{font-size:.95rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip{padding:.08em .25em;font-size:.75rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .date .value{font-size:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .name{font-size:.85rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .email,.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .phone{font-size:.75rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .id{font-size:.85rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products{max-height:80px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products .product{font-size:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .total h4{font-size:1.1rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .card{width:fit-content}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div{padding:.25em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div h3{font-size:.6rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer{padding:.25em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .message{font-size:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .buttons .ver{padding:.25em .6em;font-size:.8rem}}@media (max-width: 360px){.app-main-admin>.admin-orders>.orders-list>.card-order-admin{padding-top:.5em;border-radius:.6rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content{flex-direction:column;align-items:flex-start;gap:.3rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .id{font-size:.9rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .status .chip{padding:.06em .2em;font-size:.7rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .dataPedido .content .date{margin-top:.2rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .name{font-size:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .email,.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .phone{font-size:.7rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .clienteData .id{font-size:.8rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products{max-height:70px}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .detalles .products .product{font-size:.75rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content{flex-direction:column;align-items:flex-start;gap:.3rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .card{width:fit-content}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards .total .content .total h4{font-size:1.1rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div{padding:.2em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin .cards>div h3{font-size:.55rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer{padding:.2em}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .message{font-size:.75rem}.app-main-admin>.admin-orders>.orders-list>.card-order-admin footer .buttons .ver{padding:.2em .5em;font-size:.75rem}}.app-main-admin>.admin-orders nav.orders-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.app-main-admin>.admin-orders nav.orders-filters .filter-group{display:flex;align-items:center;gap:.5rem}.app-main-admin>.admin-orders nav.orders-filters .filter-group .icon{width:1.75rem;height:1.75rem;color:#fff}.app-main-admin>.admin-orders nav.orders-filters .filter-group .MuiFormControl-root .MuiInputBase-root{color:#fff}.app-main-admin>.admin-orders nav.orders-filters .MuiTextField-root .MuiOutlinedInput-root{color:#fff}.app-main-admin>.admin-orders .orders-list{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.app-main-admin>.admin-orders .MuiCircularProgress-root{color:#fff}.app-main-admin>.admin-orders .MuiAlert-root{background-color:#ff5e5e31;color:#fff;border:1px solid #ff5e5e50}@media (max-width: 1024px){.app-main-admin>.admin-orders nav.orders-filters{gap:.8rem}.app-main-admin>.admin-orders nav.orders-filters .filter-group .icon{width:1.5rem;height:1.5rem}.app-main-admin>.admin-orders nav.orders-filters .MuiFormControl-root{min-width:180px!important}.app-main-admin>.admin-orders nav.orders-filters .MuiFormControl-root .MuiInputBase-root{font-size:.95rem}.app-main-admin>.admin-orders nav.orders-filters .MuiTextField-root{width:280px!important}.app-main-admin>.admin-orders nav.orders-filters .MuiTextField-root .MuiInputBase-root{font-size:.95rem}.app-main-admin>.admin-orders .orders-list{gap:.8rem;margin:.8rem 0}}@media (max-width: 768px){.app-main-admin>.admin-orders nav.orders-filters{gap:.6rem;flex-direction:column;width:100%}.app-main-admin>.admin-orders nav.orders-filters .filter-group{width:100%;justify-content:flex-start}.app-main-admin>.admin-orders nav.orders-filters .filter-group .icon{width:1.3rem;height:1.3rem}.app-main-admin>.admin-orders nav.orders-filters .filter-group .MuiFormControl-root{min-width:100%!important;flex:1}.app-main-admin>.admin-orders nav.orders-filters .filter-group .MuiFormControl-root .MuiInputBase-root{font-size:.9rem}.app-main-admin>.admin-orders nav.orders-filters .MuiTextField-root{width:100%!important}.app-main-admin>.admin-orders nav.orders-filters .MuiTextField-root .MuiInputBase-root{font-size:.9rem}.app-main-admin>.admin-orders .orders-list{gap:.6rem;margin:.6rem 0}.app-main-admin>.admin-orders .MuiCircularProgress-root{width:40px!important;height:40px!important}.app-main-admin>.admin-orders .MuiAlert-root{font-size:.9rem}}@media (max-width: 480px){.app-main-admin>.admin-orders nav.orders-filters{gap:.5rem}.app-main-admin>.admin-orders nav.orders-filters .filter-group .icon{width:1.2rem;height:1.2rem}.app-main-admin>.admin-orders nav.orders-filters .MuiFormControl-root .MuiInputBase-root,.app-main-admin>.admin-orders nav.orders-filters .MuiTextField-root .MuiInputBase-root{font-size:.85rem}.app-main-admin>.admin-orders .orders-list{gap:.5rem;margin:.5rem 0}.app-main-admin>.admin-orders .MuiCircularProgress-root{width:35px!important;height:35px!important}.app-main-admin>.admin-orders .MuiAlert-root{font-size:.85rem}}@media (max-width: 360px){.app-main-admin>.admin-orders nav.orders-filters{gap:.4rem}.app-main-admin>.admin-orders nav.orders-filters .filter-group .icon{width:1.1rem;height:1.1rem}.app-main-admin>.admin-orders nav.orders-filters .MuiFormControl-root .MuiInputBase-root,.app-main-admin>.admin-orders nav.orders-filters .MuiTextField-root .MuiInputBase-root{font-size:.8rem}.app-main-admin>.admin-orders .orders-list{gap:.4rem;margin:.4rem 0}.app-main-admin>.admin-orders .MuiCircularProgress-root{width:30px!important;height:30px!important}.app-main-admin>.admin-orders .MuiAlert-root{font-size:.8rem}}.product-card-admin{position:relative;width:var(--card-product-width);border-radius:12px;overflow-x:auto;border:var(--border-low);display:grid;grid-template-rows:auto 1fr auto}.product-card-admin:hover .media .chips .link{display:grid}.product-card-admin:hover .media img{transform:scale(1.05)}.product-card-admin .media{position:relative;height:192px;overflow:hidden}.product-card-admin .media .chips{position:absolute;padding:4px;z-index:1;width:100%;height:100%;display:flex;justify-content:space-between}.product-card-admin .media .chips .link{position:absolute;background-color:#18181860;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);padding:6px 8px;width:100%;height:100%;border-radius:8px;display:none;place-items:center}.product-card-admin .media .chips .tags{display:flex;gap:4px}.product-card-admin .media .chips .tags .chip{background-color:#181818;color:#fff;border-radius:8px}.product-card-admin .media .chips .btn-like{position:absolute;right:4px;background-color:#181818;padding:6px;border-radius:8px}.product-card-admin .media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card-admin aside{padding:8px 16px;display:flex;flex-direction:column;align-items:start;gap:4px}.product-card-admin aside span{display:flex;align-items:center;gap:4px;font-size:14px;color:#888}.product-card-admin aside h4{font-size:14px;color:#fff}.product-card-admin aside h3{font-size:18px;font-weight:700;color:#fff}.product-card-admin footer{height:fit-content;border-top:var(--border-low);padding:4px}.product-card-admin footer .crud-buttons{display:flex;justify-content:space-between;align-items:center;gap:4px}.app-main-admin>.admin-products .products-actions{display:flex;flex-direction:column;align-items:center;gap:.5em;margin-bottom:2rem}.app-main-admin>.admin-products .products-actions .search-box{width:100%}.app-main-admin>.admin-products .products-actions .search-box .search-input{background-color:transparent;border:var(--border-low);color:#fff;width:100%;border-radius:.5rem}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiOutlinedInput-root{color:#ccc}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#ccc}.app-main-admin>.admin-products .products-actions .MuiTextField-root:hover .MuiOutlinedInput-notchedOutline{border:solid 2px #fff}.app-main-admin>.admin-products .products-actions .MuiTextField-root:hover .MuiInputLabel-root,.app-main-admin>.admin-products .products-actions .MuiTextField-root:hover .MuiSvgIcon-root{color:#fff}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiInputLabel-root{color:#ccc!important}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiSvgIcon-root{color:#ccc}.app-main-admin>.admin-products .products-actions .filters{display:flex;gap:.5em;flex-wrap:wrap;justify-content:center}.app-main-admin>.admin-products .products-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;width:100%}.app-main-admin>.admin-products .not-found-products{width:100%;text-align:center;color:#ccc;font-size:1.5rem;margin-top:3rem;display:flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 1024px){.app-main-admin>.admin-products .products-actions{margin-bottom:1.5rem;gap:.4em}.app-main-admin>.admin-products .products-actions .search-box .search-input{padding:.8rem;font-size:.95rem}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiOutlinedInput-root{font-size:.95rem}.app-main-admin>.admin-products .products-actions .filters{gap:.4em}.app-main-admin>.admin-products .products-grid{gap:1.5rem}.app-main-admin>.admin-products .not-found-products{font-size:1.3rem;margin-top:2.5rem}}@media (max-width: 768px){.app-main-admin>.admin-products .products-actions{margin-bottom:1.2rem;gap:.3em}.app-main-admin>.admin-products .products-actions .search-box .search-input{padding:.6rem;font-size:.9rem}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiOutlinedInput-root{font-size:.9rem}.app-main-admin>.admin-products .products-actions .filters{gap:.3em;flex-direction:column;width:100%}.app-main-admin>.admin-products .products-actions .filters .MuiButton-root{width:100%}.app-main-admin>.admin-products .products-grid{gap:1rem}.app-main-admin>.admin-products .not-found-products{font-size:1.1rem;margin-top:2rem;flex-direction:column}}@media (max-width: 480px){.app-main-admin>.admin-products .products-actions{margin-bottom:1rem;gap:.25em}.app-main-admin>.admin-products .products-actions .search-box .search-input{padding:.5rem;font-size:.85rem}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiOutlinedInput-root{font-size:.85rem}.app-main-admin>.admin-products .products-grid{gap:.8rem}.app-main-admin>.admin-products .not-found-products{font-size:1rem;margin-top:1.5rem}}@media (max-width: 360px){.app-main-admin>.admin-products .products-actions{margin-bottom:.8rem;gap:.2em}.app-main-admin>.admin-products .products-actions .search-box .search-input{padding:.4rem;font-size:.8rem}.app-main-admin>.admin-products .products-actions .MuiTextField-root .MuiOutlinedInput-root{font-size:.8rem}.app-main-admin>.admin-products .products-grid{gap:.6rem}.app-main-admin>.admin-products .not-found-products{font-size:.9rem;margin-top:1.2rem}}.app-main-admin>.admin-users{@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}}.app-main-admin>.admin-users .users{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;width:100%}.app-main-admin>.admin-users .users .user{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:var(--color-background-light);border:var(--border-low);border-radius:.5rem;padding:1rem;height:120px;transition:all .2s ease-in-out}.app-main-admin>.admin-users .users .user .info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.app-main-admin>.admin-users .users .user .info .avatar{width:48px;height:48px;border-radius:50%;background-color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;flex-shrink:0}.app-main-admin>.admin-users .users .user .info .text{min-width:0}.app-main-admin>.admin-users .users .user .info .text h3{margin:0;font-size:1rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-main-admin>.admin-users .users .user .info .text p{margin:.25rem 0 0;font-size:.8rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-main-admin>.admin-users .users .user .info .text .role{display:inline-block;padding:.2rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:600;margin-top:.5rem;background-color:var(--color-primary);color:#fff}.app-main-admin>.admin-users .users .user .info .text .blocked-status{display:inline-block;padding:.2rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:600;background-color:#ff4444ac;color:#fff;animation:pulse 2s infinite}.app-main-admin>.admin-users .users .user .action{display:flex;gap:.5rem}.app-main-admin>.admin-users .users .user .action .btn{min-width:auto;width:32px;height:32px;padding:0 .75rem;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:var(--border-low);font-size:.75rem;font-weight:600}.app-main-admin>.admin-users .users .user .action .btn svg{font-size:1rem}.app-main-admin>.admin-users .users .user .action .btn:hover{background-color:#333}.app-main-admin>.admin-users .users .user .action .btn.block{border-color:#f44}.app-main-admin>.admin-users .users .user .action .btn.block svg{color:#f44}.app-main-admin>.admin-users .users .user .action .btn.block:hover{background-color:#ff44441a}.app-main-admin>.admin-users .users .user .action .btn.desblock{border-color:#2ecc71}.app-main-admin>.admin-users .users .user .action .btn.desblock svg{color:#2ecc71}.app-main-admin>.admin-users .users .user .action .btn.desblock:hover{background-color:#ff44441a}@media (max-width: 1024px){.app-main-admin>.admin-users .users{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.8rem}.app-main-admin>.admin-users .users .user{padding:.8rem;height:110px}.app-main-admin>.admin-users .users .user .info .avatar{width:44px;height:44px;font-size:1.1rem}.app-main-admin>.admin-users .users .user .info .text h3{font-size:.95rem}.app-main-admin>.admin-users .users .user .info .text p{font-size:.75rem}.app-main-admin>.admin-users .users .user .info .text .role,.app-main-admin>.admin-users .users .user .info .text .blocked-status{font-size:.65rem;padding:.15rem .4rem}.app-main-admin>.admin-users .users .user .action .btn{width:30px;height:30px;font-size:.7rem}.app-main-admin>.admin-users .users .user .action .btn svg{font-size:.9rem}}@media (max-width: 768px){.app-main-admin>.admin-users .users{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.6rem}.app-main-admin>.admin-users .users .user{padding:.6rem;height:100px;flex-direction:column;align-items:flex-start}.app-main-admin>.admin-users .users .user .info{width:100%}.app-main-admin>.admin-users .users .user .info .avatar{width:40px;height:40px;font-size:1rem}.app-main-admin>.admin-users .users .user .info .text h3{font-size:.9rem}.app-main-admin>.admin-users .users .user .info .text p{font-size:.7rem}.app-main-admin>.admin-users .users .user .info .text .role,.app-main-admin>.admin-users .users .user .info .text .blocked-status{font-size:.6rem;padding:.1rem .3rem}.app-main-admin>.admin-users .users .user .action{width:100%;justify-content:flex-end}.app-main-admin>.admin-users .users .user .action .btn{width:28px;height:28px;font-size:.65rem}.app-main-admin>.admin-users .users .user .action .btn svg{font-size:.8rem}}@media (max-width: 480px){.app-main-admin>.admin-users .users{grid-template-columns:1fr;gap:.5rem}.app-main-admin>.admin-users .users .user{padding:.5rem;height:90px}.app-main-admin>.admin-users .users .user .info .avatar{width:36px;height:36px;font-size:.9rem}.app-main-admin>.admin-users .users .user .info .text h3{font-size:.85rem}.app-main-admin>.admin-users .users .user .info .text p{font-size:.65rem}.app-main-admin>.admin-users .users .user .info .text .role,.app-main-admin>.admin-users .users .user .info .text .blocked-status{font-size:.55rem;padding:.1rem .25rem}.app-main-admin>.admin-users .users .user .action .btn{width:26px;height:26px;font-size:.6rem}.app-main-admin>.admin-users .users .user .action .btn svg{font-size:.75rem}}@media (max-width: 360px){.app-main-admin>.admin-users .users{gap:.4rem}.app-main-admin>.admin-users .users .user{padding:.4rem;height:80px}.app-main-admin>.admin-users .users .user .info .avatar{width:32px;height:32px;font-size:.8rem}.app-main-admin>.admin-users .users .user .info .text h3{font-size:.8rem}.app-main-admin>.admin-users .users .user .info .text p{font-size:.6rem}.app-main-admin>.admin-users .users .user .info .text .role,.app-main-admin>.admin-users .users .user .info .text .blocked-status{font-size:.5rem;padding:.08rem .2rem}.app-main-admin>.admin-users .users .user .action .btn{width:24px;height:24px;font-size:.55rem}.app-main-admin>.admin-users .users .user .action .btn svg{font-size:.7rem}}.app-main-admin>.admin-category .categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;width:100%}.app-main-admin>.admin-category .categories .category{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:var(--color-background-light);border:var(--border-low);border-radius:.5rem;padding:1rem;height:90px;transition:all .2s ease-in-out}.app-main-admin>.admin-category .categories .category .info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.app-main-admin>.admin-category .categories .category .info .icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;min-width:40px}.app-main-admin>.admin-category .categories .category .info .text{min-width:0}.app-main-admin>.admin-category .categories .category .info .text h3{margin:0;font-size:1rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-main-admin>.admin-category .categories .category .info .text p{margin:.25rem 0 0;font-size:.8rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-main-admin>.admin-category .categories .category .action{display:flex;gap:.5rem}.app-main-admin>.admin-category .categories .category .action .btn{min-width:32px;width:32px;height:32px;padding:0;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:var(--border-low)}.app-main-admin>.admin-category .categories .category .action .btn svg{font-size:1rem}.app-main-admin>.admin-category .categories .category .action .btn.delete svg{color:#c40000}.app-main-admin>.admin-category .categories .category .action .btn:hover{background-color:#333}@media (max-width: 1024px){.app-main-admin>.admin-category .categories{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem}.app-main-admin>.admin-category .categories .category{padding:.8rem;height:85px}.app-main-admin>.admin-category .categories .category .info .icon{font-size:1.3rem;min-width:36px}.app-main-admin>.admin-category .categories .category .info .text h3{font-size:.95rem}.app-main-admin>.admin-category .categories .category .info .text p{font-size:.75rem}.app-main-admin>.admin-category .categories .category .action .btn{width:30px;height:30px}.app-main-admin>.admin-category .categories .category .action .btn svg{font-size:.9rem}}@media (max-width: 768px){.app-main-admin>.admin-category .categories{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.6rem}.app-main-admin>.admin-category .categories .category{padding:.6rem;height:80px}.app-main-admin>.admin-category .categories .category .info .icon{font-size:1.2rem;min-width:32px}.app-main-admin>.admin-category .categories .category .info .text h3{font-size:.9rem}.app-main-admin>.admin-category .categories .category .info .text p{font-size:.7rem}.app-main-admin>.admin-category .categories .category .action .btn{width:28px;height:28px}.app-main-admin>.admin-category .categories .category .action .btn svg{font-size:.8rem}}@media (max-width: 480px){.app-main-admin>.admin-category .categories{grid-template-columns:1fr;gap:.5rem}.app-main-admin>.admin-category .categories .category{padding:.5rem;height:75px}.app-main-admin>.admin-category .categories .category .info .icon{font-size:1.1rem;min-width:28px}.app-main-admin>.admin-category .categories .category .info .text h3{font-size:.85rem}.app-main-admin>.admin-category .categories .category .info .text p{font-size:.65rem}.app-main-admin>.admin-category .categories .category .action .btn{width:26px;height:26px}.app-main-admin>.admin-category .categories .category .action .btn svg{font-size:.75rem}}@media (max-width: 360px){.app-main-admin>.admin-category .categories{gap:.4rem}.app-main-admin>.admin-category .categories .category{padding:.4rem;height:70px}.app-main-admin>.admin-category .categories .category .info .icon{font-size:1rem;min-width:24px}.app-main-admin>.admin-category .categories .category .info .text h3{font-size:.8rem}.app-main-admin>.admin-category .categories .category .info .text p{font-size:.6rem}.app-main-admin>.admin-category .categories .category .action .btn{width:24px;height:24px}.app-main-admin>.admin-category .categories .category .action .btn svg{font-size:.7rem}}@media (max-width: 1024px){.app-main-admin>.admin-stock .products-grid{gap:1.5rem}}@media (max-width: 768px){.app-main-admin>.admin-stock .products-grid{gap:1rem}}@media (max-width: 480px){.app-main-admin>.admin-stock .products-grid{gap:.8rem}}@media (max-width: 360px){.app-main-admin>.admin-stock .products-grid{gap:.6rem}}:root{--color-primary: #1e2a38;--color-secondary: #3a6ea5;--color-accent: #f39c12;--color-background: #0a0a0a;--color-surface: #ffffff;--color-border: #e0e0e0;--color-text: #2c3e50;--color-muted: #6c757d;--font-family-base: "Geist", sans-serif;--shadow-sm: 0px 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0px 4px 8px rgba(0, 0, 0, .1);--shadow-lg: 0px 8px 16px rgba(0, 0, 0, .15);--card-product-width: 240px;--border-low: solid 1px rgba(115, 107, 95, .5);--border-default: solid 1px rgb(127, 118, 105);--border-high: solid 1px rgb(138, 128, 114)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:var(--font-size-base);font-family:var(--font-family-base);color:var(--color-text);overflow-x:hidden;max-width:100vw}body{line-height:1.5;padding:0!important}a{color:var(--color-secondary);text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;border-radius:var(--border-radius-md);padding:var(--spacing-sm) var(--spacing-md);background-color:var(--color-secondary);color:#fff;box-shadow:var(--shadow-sm);transition:background-color .2s}button:hover{background-color:var(--color-primary)}input,select,textarea{font-family:inherit;font-size:inherit;padding:var(--spacing-sm);border:1px solid #ccc;border-radius:var(--border-radius-sm);width:100%}.app-main{width:100%;margin:0 auto;padding:0 16px}.logo-project{font-size:48px;font-weight:700;position:relative;color:var(--color-background);-webkit-user-select:none;user-select:none;width:fit-content;text-decoration:none;z-index:1}.logo-project:before{content:"TKF";position:absolute;top:0;left:0;z-index:-1;-webkit-text-stroke:3px transparent;color:transparent;background:conic-gradient(from -145deg,#25f3f9,#d520f5);-webkit-background-clip:text;background-clip:text;text-shadow:-2px -2px 8px rgba(37,243,249,.6),2px 2px 8px rgba(213,32,245,.6)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background-color:#333}::-webkit-scrollbar-thumb{background:var(--color-secondary)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}
