body {
  background-color: rgb(209, 164, 138);
  font-family: "Aboreto", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: rgb(255, 255, 255);
}

h1 {
  font-size: 40px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-family: "Aboreto", system-ui;
}

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

.contentTitulo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.minimoCarga {
  font-size: medium;
  font-weight: 700;
}

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

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-family: "Aboreto", system-ui;
  }
  .containerLista {
    font-size: 10px;
  }
  .containerAviso {
    font-size: 10px;
  }
}

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