ul {
  list-style: inherit;
  padding-inline-start: revert;
}

.seccion-form-mn legend {
  color: inherit;
}

.seccion-form-mn button {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .ninja-forms-required-message,
body .nf-form-fields-required {
  color: #fff!important;
}

.seccion-form-mn input[type="submit"]:disabled {
  color: #000;
}

.seccion-form-mn input[type="submit"] {
  color: #fff;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #fff!important;
}