#new-request-form label span[aria-hidden="true"]::before {
  content: '* Campo obligatorio';
}

#error-area::before {
  content: 'Rellena los campos obligatorios.';
}
/* indent none */
.form-wrapper .check-agree .privacy-text, 
#new-request-form [data-garden-id="forms.field"] p[id$="_hint"],
#new-request-form [data-garden-id="forms.input_hint"] {
  padding-left: 0;
  text-indent:  0;
}

@media only screen and (max-width: 767px) {
  .form-wrapper .check-agree .agree-line {
    gap: 3.2vw;
    margin-left: 4.5vw;
  }
}