.home {
  padding-bottom: 200px !important;
  margin: 0 !important;
  background: linear-gradient(to bottom, rgba(30, 104, 52, 0.5), rgba(3, 42, 13, 0.8)), url("/wp-content/uploads/2025/07/Adornos-1-scaled.webp"), linear-gradient(to bottom, rgb(30, 104, 52), rgb(3, 42, 13));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* imagen cubre todo */
}
.home__container-roulette {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__img-gracias {
  max-width: 500px;
}
.home__img-articles {
  max-width: 500px;
}
.home__txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #a6ce3c;
}
.home__txt-negrita {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #a6ce3c;
}
.home__form-container {
  max-width: 500px;
}
.home__form {
  max-width: 500px;
  margin: 0;
  padding: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}
.home__form .nf-form-fields-required,
.home__form .nf-form-title,
.home__form .nf-field-label {
  display: none;
}
.home__form input:not([type=submit]) {
  box-shadow: 0 10px 20px 5px rgba(255, 255, 255, 0.3);
  border-radius: 8.2px;
  height: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #131212;
}
.home__form input:not([type=submit])::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #131212;
  opacity: 1;
}
.home__form input:not([type=submit]):focus {
  color: #131212;
  outline: none;
  border: 2px solid #a6ce3c;
  background-color: #fff;
}
.home__form .nf-error-msg,
.home__form .nf-error-field-errors,
.home__form .nf-error .nf-field-element,
.home__form .nf-error .nf-error-msg,
.home__form .nf-error .nf-error-field {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.home__form .nf-field-element {
  display: flex;
}
.home__form .nf-field-element input[type=submit] {
  font-family: "Hanson", sans-serif;
  font-size: 22px;
  margin-top: 40px;
  align-self: center;
  width: 100%;
  background-color: #a6ce3c;
  border-radius: 8.2px;
  height: 50px;
  text-transform: uppercase !important;
  font-weight: 700;
  color: #044502;
  box-shadow: 0 10px 20px 5px rgba(255, 255, 255, 0.1);
}

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