@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;700;900&family=Roboto:wght@100;700;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* Color Theme Swatches in Hex */
html {
  font-size: 62.5%;
}

/* === GENERAL === */
body {
  background-repeat: space repeat center;
  color: #0388A6;
  font-family: "Roboto", sans-serif, sans-serif;
}

.boton {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif, sans-serif;
  width: 50%;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  align-self: center;
  color: #f5f5f5;
  background-color: #444444;
}

p {
  margin: 0px;
  font-size: 1.2rem;
}

ol,
ul {
  padding-left: 0px;
}

header {
  background-color: #04ADBF;
  margin-bottom: 50px;
  box-shadow: 0px 0px 1.2rem 0px #0388A6;
  font-family: "Roboto", sans-serif, cursive;
  font-weight: 700;
  font-size: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
header nav div {
  display: flex;
  justify-content: flex-end;
}
header nav div .logo {
  font-size: 3rem;
  font-style: italic;
}
header nav div a {
  margin: 20px;
}

#producto_imagen {
  width: 100%;
}

.mensaje__alerta {
  font-size: 1.8rem;
}

.principal {
  color: black;
  margin: 2rem;
  font-size: 2.5rem;
}

.autor {
  color: black;
  font-size: 2rem;
  font-weight: bold;
}

h4 {
  color: black;
  font-size: 1.8rem;
  font-weight: bold;
}

#total_clientes, #sumatoria_carrito {
  font-size: 1.6rem;
  font-weight: bold;
}

.texto__producto {
  color: black;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
}

.tabla__productos {
  padding-top: 4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}

.informacion__tarjeta {
  width: 90%;
  margin-top: 1.8rem;
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.datos__tarjeta {
  text-align: center;
  width: 50%;
  margin: auto;
}

.label__producto {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}

.cliente__cabecera {
  font-family: "Poppins", sans-serif;
  margin-left: 5rem;
  font-weight: 900;
}

.cliente__datos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cliente__informacion {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  margin-top: 2rem;
  width: auto;
}

.btn, .swal2-actions {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
}

.swal2-html-container, .swal2-validation-message, .swal2-input {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}

.productos__busqueda {
  margin: 5rem;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  border: solid rgb(24, 153, 182) 0.1rem;
  border-radius: 0.5rem;
  padding: 3rem;
}
.productos__busqueda #texto_buscar {
  width: 80%;
  font-size: 2rem;
}

.productos__listado {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.productos__listado .productos__carrito {
  width: 30%;
}
.productos__listado .productos__carrito #carrito {
  border: 1.5px solid rgb(206, 206, 206);
  padding: 1rem;
}
.productos__listado .productos__carrito #carrito div {
  font-weight: 900;
}
.productos__listado .productos__carrito #carrito button {
  width: 100%;
}
.productos__listado .productos__carrito #carrito p {
  font-size: 2rem;
  text-align: center;
}
.productos__listado .productos__contenedor {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  margin: 5rem;
}
.productos__listado .card__product {
  margin: 1rem;
  border: 1.5px solid rgb(206, 206, 206);
  border-radius: 0.5rem;
  font-size: 1.8rem;
}
.productos__listado .card__product .card__body .card__title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}
.productos__listado .card__product .card__body .card__category {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.productos__listado .card__product .card__body .card__price {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  color: green;
}
.productos__listado .card__product .card__boton {
  font-size: 2rem;
  padding: 1rem;
}
.productos__listado .card__product .card__boton button {
  width: 100%;
}

footer {
  height: 6rem;
  vertical-align: middle;
  align-items: center;
}/*# sourceMappingURL=style.css.map */