/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  height: 100vh;
}

p {
  font-size: 2rem;
  color: #000;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.8rem;
}

a {
  text-decoration: none;
  font-size: 2.5rem;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  font-size: 2rem;
  padding: 0;
}

.contenedor {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}

.barra-colores {
  height: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.c-1,
.c-2,
.c-3 {
  height: 100%;
}

.c-1 {
  background-color: #e82990;
}

.c-2 {
  background-color: #2e81be;
}

.c-3 {
  background-color: #29ae5b;
}

.c-ingreso {
  background-color: #29e8a8;
}

.c-envio {
  background-color: #a200ff;
}

.c-produccion {
  background-color: #2e81be;
}

.c-solicitud-autorizacion {
  background-color: #ffee00;
}

.c-cancelada {
  background-color: #ff0000;
}

.c-autorizada {
  background-color: #3cff00;
}

.c-reparada {
  background-color: #003cff;
}

.c-entregada {
  background-color: #4bfa20;
}

.c-devuelta {
  background-color: #000000;
}

.cc-1 {
  color: #e82990;
}

.cc-2 {
  color: #2e81be;
}

.cc-3 {
  color: #29ae5b;
}

.tac {
  text-align: center;
}

.btn {
  color: #fff;
  padding: 1rem 1.6666666667rem;
  border: none;
  border-radius: 1.25rem;
}
.btn:hover {
  filter: brightness(0.7);
}

.btn-suma {
  background-color: #29ae5b;
  padding: 0rem 1.5rem;
  border-radius: 100%;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.no-margin {
  margin: 0;
}

.oculto,
.oculto2,
.oculto3,
.oculto4,
.oculto5 {
  display: none !important;
}

.ctr {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

header {
  background-color: #fff;
}

.header {
  padding: 2.5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header .logo {
  width: 80%;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .header .logo {
    width: 100%;
    padding: 0;
  }
}
.header .navegacion {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1.6666666667rem;
}
@media (min-width: 768px) {
  .header .navegacion {
    justify-content: space-evenly;
    flex-direction: row;
  }
}
.header a {
  transition: ease-in-out 0.4s;
  text-transform: uppercase;
  color: #000;
}
.header a:hover {
  color: #29ae5b;
}

.contenedor-acciones h2 {
  margin: 2rem 0;
}

.contenedorSolicitudes {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contenedorSolicitudes {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-around;
  }
}
.contenedorSolicitudes div {
  margin-top: 1rem;
  border-radius: 10rem;
}
.contenedorSolicitudes a {
  width: 100%;
  padding: auto;
  transition: ease-in 0.2s;
}
.contenedorSolicitudes a:hover {
  transform: scale(1.03);
}
.contenedorSolicitudes h3 {
  padding: 1rem;
  color: #fff;
}

.ordenador {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.ordenador.sucursales {
  padding: 3rem 0;
}

.btn-sucursal {
  padding: 0.3rem 4rem;
  width: 30rem;
}

@media (min-width: 768px) {
  .formulario {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}

.contenedor-superior,
.contenedor-abajo {
  grid-column: 1/6;
}

.contenedor-abajo .ctr {
  width: 20rem;
  height: 5rem;
  margin: 2rem;
}

.contenedor-izquierdo {
  grid-column: 1/3;
}
.contenedor-izquierdo .input-datos-sat {
  display: flex;
  flex-direction: column;
}

.contenedor-central {
  grid-column: 3/4;
}

.contenedor-derecho {
  grid-column: 4/5;
  /*IMPORTANTE*/
  display: flex;
}

.contenedor-derecho-derecho {
  grid-column: 5/6;
  /*IMPORTANTE*/
  display: flex;
}

.ordenador2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ordenador2 legend {
  margin: 1rem 0;
}

.subir-archivo {
  grid-column: 2/4;
}

.dispocitivo,
.marca,
.modelo,
.reparacion,
.detalle,
.factura,
.registrado,
.no-registrado {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
}

main {
  font-size: 2rem;
}

.hoja-reparaciones {
  width: 100rem;
  height: 50rem;
  border: #000 solid 5px;
  padding: 1rem;
  margin: 1rem 0;
}
.hoja-reparaciones td {
  max-width: 30rem;
  margin-right: 5rem;
}
.hoja-reparaciones p {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0.5rem;
}
.hoja-reparaciones .fsz-1 {
  font-size: 1rem;
  margin: 0;
}
.hoja-reparaciones .logo-print {
  font-size: 1.5rem;
  padding: 0.5rem;
  border: #646161 3px solid;
  border-radius: 2rem;
}
.hoja-reparaciones .numero-ficha {
  border-bottom: #000 3px solid;
  border-radius: 2rem;
  padding: 0.3rem;
}
.hoja-reparaciones .numero-ficha span {
  color: red;
}
.hoja-reparaciones .numero-ficha1 {
  border-left: #000 3px solid;
  border-bottom: #000 3px solid;
  padding: 0.3rem;
  text-align: center;
}
.hoja-reparaciones .numero-ficha1 span {
  color: red;
}
.hoja-reparaciones .fechas {
  margin: 0;
  color: red;
  font-size: 1.5rem;
}
.hoja-reparaciones .fechas span {
  color: #000;
}
.hoja-reparaciones .fsz-15 {
  margin: 0;
  font-size: 1.5rem;
}
.hoja-reparaciones .fsz-20 {
  margin: 0;
  font-size: 2.2rem;
}
.hoja-reparaciones .fsz-13 {
  margin: 0;
  font-size: 1.3rem;
}
.hoja-reparaciones .borde-sup {
  border-top: #000 3px solid;
}

.contenedor-botones-seleccionador,
.contenedor-botones-condicionales {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contenedor-botones-div {
  display: flex;
  flex-direction: column;
  width: 20rem;
  margin: 0 2rem;
}

.contenedor-tabla {
  margin: 0 auto;
}
.contenedor-tabla th {
  width: 15rem;
  background-color: #2e81be;
}
.contenedor-tabla th p {
  font-weight: 200;
  color: #fff;
}

.botonProduccionConsulta {
  display: flex;
  justify-content: center;
}
.botonProduccionConsulta input {
  padding: 0.4rem 3rem;
  margin: 2rem 0;
}

.manejo-produccion {
  background-color: #f7b3d8;
  border-radius: 50rem;
  border-radius: 3rem;
}
.manejo-produccion:hover {
  cursor: pointer;
}
.manejo-produccion td {
  border-radius: 10rem;
}

.td-idArticulo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.botonId {
  width: 100%;
}

.notas-vista {
  padding: 2rem 0;
}

.contenedor-nota {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.contenedor-nota .cliente {
  background-color: #29ae5b;
  padding: 2rem;
  grid-column: 1/3;
  border-radius: 3rem;
  color: #fff;
}
.contenedor-nota .cliente form {
  display: flex;
  justify-content: space-evenly;
}
.contenedor-nota .cliente h3 {
  color: #fff;
}
.contenedor-nota .cliente p {
  color: #fff;
  transition: ease-in-out 0.3s;
}
.contenedor-nota .cliente p:hover {
  color: #000;
}
.contenedor-nota .articulo {
  grid-column: 3/4;
  grid-row: 1/3;
  background-color: #2e81be;
  border-radius: 3rem;
  padding: 2rem;
  color: #fff;
}
.contenedor-nota .articulo h3 {
  color: #fff;
}
.contenedor-nota .articulo p {
  color: #fff;
}
.contenedor-nota .articulo p:hover {
  color: #000;
}
.contenedor-nota .mas-info {
  grid-column: 3/4;
  grid-row: 3/4;
  width: 100%;
}
.contenedor-nota .mas-info .estado {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 2rem 0;
  color: #fff;
}
.contenedor-nota .mas-info .facturaNota {
  margin: 0;
  width: 100% !important;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding: 2rem 0;
  color: #fff;
}
.contenedor-nota .calendario {
  grid-column: 1/3;
  grid-row: 2/4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-radius: 3rem;
  background-color: #e82990;
  padding: 3rem;
}
.contenedor-nota .calendario h3 {
  font-size: 2rem;
}
.contenedor-nota .calendario h3:hover {
  color: #000;
  transition: ease-in-out 0.3s;
}
.contenedor-nota .calendario .fecha-ingreso,
.contenedor-nota .calendario .fecha-autorizacion,
.contenedor-nota .calendario .fecha-entrega,
.contenedor-nota .calendario .fecha-expiracion,
.contenedor-nota .calendario .fecha-reclamo,
.contenedor-nota .calendario .fecha-solucion {
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.contenedor-nota .calendario .fecha-ingreso p,
.contenedor-nota .calendario .fecha-autorizacion p,
.contenedor-nota .calendario .fecha-entrega p,
.contenedor-nota .calendario .fecha-expiracion p,
.contenedor-nota .calendario .fecha-reclamo p,
.contenedor-nota .calendario .fecha-solucion p {
  color: #fff;
}
.contenedor-nota .detalles {
  grid-column: 1/5;
  text-align: center;
  padding: 3rem;
  background-color: #2e81be;
  color: #fff;
  border-radius: 3rem;
  display: flex;
  justify-content: space-evenly;
}
.contenedor-nota .detalles p {
  color: #fff;
}
.contenedor-nota .detalles p:hover {
  color: #000;
  transition: ease-in-out 0.3s;
}
.contenedor-nota .detalles h3 {
  color: #fff;
}

.contenedor-refacciones-equipos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.contenedor-refacciones-equipos .equipo {
  background-color: #2e81be;
  border-radius: 2rem;
}

.contenedor-login {
  margin: 3rem 5rem;
}

.contenedor-maestro-login {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.contenedor-maestro-login .fomulario-login {
  grid-column: 1/4;
  text-align: center;
}

.fomulario-login input {
  margin: 3rem auto;
}
.fomulario-login .usuario-login,
.fomulario-login .pasword-login {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}

.error {
  text-align: center;
  padding: 2rem;
  background-color: #ff0000;
  color: #fff;
  border-radius: 3rem;
}

.entrada-precio {
  width: 8rem;
}

.contenedor-refacciones-equipos {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.contenedor-botones-refacciones {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin: 0 auto;
}
.contenedor-botones-refacciones .boton-refaccion {
  min-width: 20rem;
  padding: 1rem 2rem;
}

.acciones-pagina {
  margin: 0 auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.acciones-pagina .cliente {
  grid-column: 1/4;
  margin: 0;
}
.acciones-pagina .cliente .datos {
  display: flex;
  justify-content: space-around;
}
.acciones-pagina .equipo {
  grid-column: 4/6;
  grid-row: 1/5;
}
.acciones-pagina .accion {
  grid-column: 1/4;
  grid-row: 2/5;
}
.acciones-pagina .accion .pago {
  display: flex;
  justify-content: space-evenly;
}
.acciones-pagina .accion .ingresa {
  display: flex;
  flex-direction: column;
}
.acciones-pagina .accion .ingresa h3 {
  margin-bottom: 2rem;
}

footer {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.navegacion {
  padding: 1.25rem;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
}
.navegacion a {
  padding: 0.5rem;
  font-size: 2rem;
  color: #000;
}
.navegacion a:hover {
  color: #e82990;
}
.navegacion i {
  font-size: 3rem;
  margin: 0 1.6666666667rem;
}

.tienda {
  text-align: center;
  margin-top: 1rem;
  color: #000;
}

.dacreb {
  text-align: center;
  margin-top: 0.5rem;
  color: #e82990;
  grid-column: 2/3;
}