.formulario-web-page {
  position: relative;
  overflow: hidden;
  background-image: url(https://www.beefburger.cl/wp-content/uploads/2025/01/burger-fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -24px;
}
.wp-block-contact-form-7-contact-form-selector {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border: 1px #fff;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-style: solid;
  border-radius: 10px;
  padding: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.titulo-form-page h2 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.titulo-form-page h4 {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 2px;
}
.infor-titulo-form {
    max-width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.campo-form p {
    display: flex;
    flex-direction: column;
    color: #d29e00;
    font-weight: 800;
}
.text-footer-h {
  color: #d29e00;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #000000;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #d50714;
    color: #fff;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-radius: 3px;
    background: #d50714;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #d50714;
  color: #fff;
}
.enviar-form p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.enviar-form.newsletter-envio p {
  display: block;
}
.wpcf7-not-valid-tip {
  color: #fff!important;

}
.wpcf7-form-control.wpcf7-submit.has-spinner.enviar-form-btn:hover {
  background-color: #d29e00;
  color: #fff;
  border: 2px solid #fff;
}