body {
  background-color: rgb(172, 118, 118);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgb(7, 8, 28);
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../assets/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contentBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loadWsp {
  display: none;
}

.contentLeyenda {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bono {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.containerLista {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}

.containerItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.btnwsp {
  background: transparent;
  border: none; /* si no deseas borde */
  border-radius: 5px;
}

.imgboton {
  background: transparent;
  border-radius: 10px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: rgb(222, 213, 213);
  background-color: rgb(97, 21, 25);
}

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