body {
  background-color: rgb(155, 179, 207);
  font-family: "Bebas Neue", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: rgb(255, 255, 255);
}

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

.contentBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(255, 255, 255);
}

.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;
}

.botonwsp {
  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(22, 21, 97);
}

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

