header {
  margin: 2rem 0 4rem 0;
}
header nav a {
  text-decoration: none;
  color: #131313;
  margin-right: 48px;
  font-weight: 600;
}
header nav .btn-header {
  width: 40px;
  height: 98px;
  border: solid 1px #ABAADF;
  padding: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.container {
  min-width: 600px;
  max-width: 1100px;
  margin: auto;
}

.left-title {
  text-align: left;
  margin-bottom: 2rem;
}

.nuevo-cliente h1 {
  text-align: center;
  margin: 2rem 0;
}

.text-field {
  height: 45px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #c7c6c6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 8px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 600;
}

#btnPedidos,
#btnDireccion,
#btnGuardar,
#btnAbonar,
#btnHistorial,
#btnBuscar {
  height: 45px;
  width: 110px;
  border: none;
  background-color: #8FDBE5;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
}

#btnDireccion,
#btnGuardar,
#btnAbonar,
#btnBuscar {
  background-color: #8AED8E;
  cursor: pointer;
}

.tabla {
  width: 100%;
}
.tabla th {
  padding: 8px 0;
}
.tabla td {
  padding-bottom: 4px;
}
.tabla th,
.tabla td {
  text-align: center;
}
.tabla a {
  margin-right: 24px;
}

.container-tabla {
  margin-top: 2rem;
  background-color: #F6FAFF;
  box-shadow: 0px 0px 6.8px 0px #c3cad3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  width: 70%;
}

.form {
  padding: 24px;
  display: grid;
}
.form .text-field {
  width: 100%;
  margin-bottom: 2rem;
  outline: none;
}
.form .btnGuardar {
  justify-self: right;
}
.form textarea {
  resize: none;
  outline: none;
}
.form textarea:focus, .form .text-field:focus {
  border-color: #0056b3;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

.container {
  min-width: 600px;
  max-width: 1100px;
  margin: auto;
}

.left-title {
  text-align: left;
  margin-bottom: 2rem;
}

.nuevo-cliente h1 {
  text-align: center;
  margin: 2rem 0;
}

.text-field {
  height: 45px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #c7c6c6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 8px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 600;
}

#btnPedidos,
#btnDireccion,
#btnGuardar,
#btnAbonar,
#btnHistorial,
#btnBuscar {
  height: 45px;
  width: 110px;
  border: none;
  background-color: #8FDBE5;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
}

#btnDireccion,
#btnGuardar,
#btnAbonar,
#btnBuscar {
  background-color: #8AED8E;
  cursor: pointer;
}

.tabla {
  width: 100%;
}
.tabla th {
  padding: 8px 0;
}
.tabla td {
  padding-bottom: 4px;
}
.tabla th,
.tabla td {
  text-align: center;
}
.tabla a {
  margin-right: 24px;
}

.container-tabla {
  margin-top: 2rem;
  background-color: #F6FAFF;
  box-shadow: 0px 0px 6.8px 0px #c3cad3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.uppercase {
  text-transform: uppercase;
}

.clientes h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
}
.clientes .buscar:focus {
  border: solid 0.5px #71c920;
  outline: none;
}

.buscar {
  width: 30%;
  height: 45px;
  border-radius: 8px;
  border: solid 1px #c7c6c6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
}

.busqueda-clientes {
  display: flex;
}

.container {
  min-width: 600px;
  max-width: 1100px;
  margin: auto;
}

.left-title {
  text-align: left;
  margin-bottom: 2rem;
}

.nuevo-cliente h1 {
  text-align: center;
  margin: 2rem 0;
}

.text-field {
  height: 45px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #c7c6c6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 8px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 600;
}

#btnPedidos,
#btnDireccion,
#btnGuardar,
#btnAbonar,
#btnHistorial,
#btnBuscar {
  height: 45px;
  width: 110px;
  border: none;
  background-color: #8FDBE5;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  cursor: pointer;
}

#btnDireccion,
#btnGuardar,
#btnAbonar,
#btnBuscar {
  background-color: #8AED8E;
  cursor: pointer;
}

.tabla {
  width: 100%;
}
.tabla th {
  padding: 8px 0;
}
.tabla td {
  padding-bottom: 4px;
}
.tabla th,
.tabla td {
  text-align: center;
}
.tabla a {
  margin-right: 24px;
}

.container-tabla {
  margin-top: 2rem;
  background-color: #F6FAFF;
  box-shadow: 0px 0px 6.8px 0px #c3cad3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.uppercase {
  text-transform: uppercase;
}

.fa-trash, .fa-pen-to-square {
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
}

.fa-trash {
  background-color: red;
}

.fa-pen-to-square {
  background-color: #677d18;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

h1 {
  text-align: center;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
