/* =========================================================
   SOLO AJUSTES VISUALES DEL FORMULARIO
========================================================= */

/* Elimina el fondo gris del contenedor externo */
.form-contacto {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* Fondo del contenedor del formulario con bordes redondeados */
form[action*="formando-a-los-lideres-de-la-eco"],
.webform-submission-form {
  background-color: #c6c6c6 !important;
  padding: 1rem !important;
  border-radius: 15px !important;
  margin-bottom: 3rem !important;
}


/* Color únicamente de los títulos de los grupos de checkboxes */
form[action*="formando-a-los-lideres-de-la-eco"] fieldset legend,
form[action*="formando-a-los-lideres-de-la-eco"] .fieldset-legend,
.webform-submission-form .form-type-checkboxes .fieldset-legend,
.webform-submission-form .webform-type-checkboxes .fieldset-legend {
  color: #5fcfb3 !important;
}


/* Botón de envío */
form[action*="formando-a-los-lideres-de-la-eco"] .form-submit,
.webform-submission-form .form-submit {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: bold !important;
  padding: 0.6rem 1.5rem !important;
  border-radius: 6px !important;
}


/* Hover del botón */
form[action*="formando-a-los-lideres-de-la-eco"] .form-submit:hover,
.webform-submission-form .form-submit:hover {
  background-color: #3c3c3c !important;
  color: #ffffff !important;
}