/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body{height:100%;margin:0;padding:0}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}html{font-size:62.5%;box-sizing:border-box;height:100%}body{min-height:100%;display:flex;flex-direction:column;background-color:#fff;color:#000}*,*:before,*:after{box-sizing:inherit}body{font-family:"PT Sans",sans-serif;font-size:1.6rem}.contenedor{width:95%;max-width:1200px;margin:0 auto}img{max-width:100%}h1,h2,h3{font-family:"PT Sans",sans-serif;margin:0 0 2.5rem 0;font-weight:900;color:#000;text-align:center}h1{font-size:4rem}h2{font-size:3.6rem}h3{font-size:3rem;text-align:center}p{color:#000;font-size:2rem;font-weight:400}.nombre-pagina{text-align:center;margin:5rem 0;font-weight:900}.descripcion-pagina{text-align:center;font-weight:700}.formulario{margin-top:5rem;width:100%}.campo{display:flex;margin-bottom:2rem;align-items:center}.campo label{flex:0 0 10rem}.campo input{flex:1;border:1px solid #000;padding:1.25rem;border-radius:1rem}.campo input:disabled{background-color:hsl(0,0%,30%);color:#fff;cursor:not-allowed}.enlaces_contenedor{display:flex;justify-content:space-between}.enlaces_contenedor .enlaces{color:#000;margin:5px 0px 5px 0px}@media(min-width: 768px){.auth-contenedor-app{display:grid;grid-template-columns:repeat(2, 1fr);min-height:100vh}}.auth-contenedor-app .auth-imagen{height:20rem;background-image:url(../img/newbannermovi.png);background-size:cover;background-position:center center}@media(min-width: 768px){.auth-contenedor-app .auth-imagen{height:auto;border:3px solid #fff;border-radius:40px}}.auth-contenedor-app .auth-app{width:95%;margin:0 auto;padding:1rem 0}.alerta{text-align:center;padding:10px;width:25%;margin:2px auto;font-weight:700;color:#fff}.error{background-color:#cb0000}.exito{background-color:#06721c}.dashboard-contenedor{max-width:1200px;margin:2rem auto;padding:0 1rem}.dashboard-contenedor .dashboard-titulo{font-size:2rem;text-align:center;margin-bottom:2rem}.dashboard-contenedor .dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1.5rem}.dashboard-contenedor .dashboard-cards .dashboard-card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1.5rem;text-align:center}.dashboard-contenedor .dashboard-cards .dashboard-card .card-titulo{font-size:1.25rem;margin-bottom:.5rem;color:#333}.dashboard-contenedor .dashboard-cards .dashboard-card .card-valor{font-size:2rem;font-weight:bold;color:#329f00}.boton{color:#fff;background-color:#06721c;border:1px solid #06721c;cursor:pointer;padding:5px 10px 5px 10px;border-radius:7px;font-weight:700;text-decoration:none}.acciones_crear{background-color:#495057;padding:5px;margin:5px auto;width:fit-content;color:#fff;border-radius:7px;font-weight:900;align-self:flex-end}.acciones_crear .acciones{color:#fff;text-decoration:none}.index-contenedor{max-width:1200px;margin:2rem auto;padding:0 1rem}.index-contenedor .descripcion-pagina{font-size:2rem;color:#495057;margin-bottom:2.5rem}.index-contenedor .barra-acciones{display:flex;justify-content:flex-end;margin-bottom:1rem;gap:1rem}.index-contenedor .listado{overflow-x:auto}.index-contenedor .listado .tabla{width:100%;border-collapse:collapse;margin-top:.5rem}.index-contenedor .listado .tabla thead{background:#ced4da}.index-contenedor .listado .tabla th,.index-contenedor .listado .tabla td{padding:1rem 1rem;border:1px solid #ced4da;text-align:left;font-size:1.7rem;color:#2e2e2e}.index-contenedor .listado .tabla th{font-weight:600;color:#495057}.index-contenedor .listado .tabla tr:nth-child(even){background:#fff}.index-contenedor .listado .tabla tr:hover{background:hsl(210,13.9534883721%,78.137254902%)}.index-contenedor .listado .tabla .accion-editar{display:inline-block;font-size:1.7rem;color:#06721c;text-decoration:none;font-weight:500;transition:color .2s ease}.index-contenedor .listado .tabla .accion-editar:hover{color:rgb(2.175,41.325,10.15)}.index-contenedor .listado>p{font-size:1rem;color:#e1e1e1;padding:1rem;text-align:center;background:#fff;border:1px solid #ced4da;border-radius:.375rem}@media(max-width: 768px){.index-contenedor .barra-acciones{justify-content:center}.index-contenedor .listado .tabla th,.index-contenedor .listado .tabla td{padding:.5rem .75rem;font-size:.85rem}}.header{display:flex;background-color:#06721c;padding:20px}.header .bienvenida-tecnico{display:flex;flex-direction:row;font-weight:500;color:#ced4da;margin-right:3px}.header .navegacion{display:flex;align-items:center;width:100%;justify-content:flex-end}.header .navegacion__enlace{text-decoration:none;color:#ced4da;margin:5px;font-weight:400}.header .logo{width:50px;height:50px}.footer{background-color:#06721c;color:#fff;text-align:center;padding:1px 0;font-size:.9rem}.footer .footer__texto{color:#fff;font-size:1.2rem;text-align:center}.footer .footer__img{width:3rem;height:3rem;vertical-align:middle;margin-bottom:.6rem}.campo_crear{display:flex;flex-direction:column;margin-bottom:1.5rem;width:50%;margin:auto}.campo_crear .cuestion{position:relative;display:flex;flex-direction:row;gap:2rem;align-content:center}.campo_crear .cuestion .subcuestion{display:flex;flex-direction:column}.campo_crear .cuestion .primera_vez{font-size:1.4rem}.campo_crear .select_client{width:60%;height:fit-content;margin-top:2.3rem}.campo_crear label{font-size:1.6rem;color:#495057;margin-bottom:.5rem;margin-top:.5rem}.campo_crear .boton_crear{margin-top:20px;width:fit-content;align-self:flex-end}.campo_crear .casilla_crear,.campo_crear select,.campo_crear textarea{padding:.8rem;border:1px solid #ced4da;border-radius:.4rem;font-size:1.6rem;color:#2e2e2e;background-color:#fff}.campo_crear .casilla_crear:focus,.campo_crear select:focus,.campo_crear textarea:focus{border-color:#06721c;outline:none;box-shadow:0 0 0 2px #06721c}#resultados-clientes{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-top:none;max-height:200px;overflow-y:auto;list-style:none;margin:0;padding:0;z-index:1000}#resultados-clientes li{padding:.5rem 1rem;cursor:pointer}#resultados-clientes li:hover{background:#f0f0f0}.detalle-contenedor{display:grid;gap:2rem;margin-top:2rem}.detalle-grupo{background:#fff;border:1px solid #ced4da;border-radius:.375rem;padding:1rem}.detalle-grupo h2{margin-bottom:.5rem;font-size:2.6rem;color:#495057}.detalle-repuestos{margin-top:1.5rem}.filtro-estado{display:inline-flex;align-items:center;gap:.5rem;margin-left:2rem}.filtro-estado label{font-size:1.4rem}.filtro-estado select{padding:.5rem;font-size:1.4rem;border-radius:.3rem}.patron-imagen{width:160px;height:160px;display:block;margin:1rem auto}.patron-secuencia{font-size:1.4rem;text-align:center;margin:.5rem 0}#limpiar-patron{display:block;margin:0 auto}/*# sourceMappingURL=app.css.map */
