.elementor-1 .elementor-element.elementor-element-15d4b15:not(.elementor-motion-effects-element-type-background), .elementor-1 .elementor-element.elementor-element-15d4b15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8F5E9;}.elementor-1 .elementor-element.elementor-element-15d4b15{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1 .elementor-element.elementor-element-15d4b15 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1 .elementor-element.elementor-element-10dfe40{text-align:justify;color:#7A7A7A;font-family:"Roboto", Sans-serif;font-weight:400;}/* Start custom CSS for section, class: .elementor-element-15d4b15 *//* === Contenedor centrado y mismo panel para ES (2012) y EN (2044) === */
#wpforms-form-2012-container,
#wpforms-form-2044-container,
#wpforms-form-2012,
#wpforms-form-2044 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px;
}

#wpforms-form-2012-container,
#wpforms-form-2044-container {
  background: #F5F8F4;            /* verde suave */
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
}

/* === Título y descripción iguales en ambos === */
#wpforms-2012 .wpforms-title,
#wpforms-2044 .wpforms-title {
  color: #1B5E20;
  margin-bottom: 6px;
}

#wpforms-2012 .wpforms-description,
#wpforms-2044 .wpforms-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 780px;
  margin: 6px 0 18px;
  color: #2b2b2b;
}

/* === Campos sobre blanco para lectura === */
#wpforms-2012 input[type="text"],
#wpforms-2012 input[type="email"],
#wpforms-2012 input[type="tel"],
#wpforms-2012 textarea,
#wpforms-2012 select,
#wpforms-2044 input[type="text"],
#wpforms-2044 input[type="email"],
#wpforms-2044 input[type="tel"],
#wpforms-2044 textarea,
#wpforms-2044 select {
  background: #FFFFFF;
}

/* Botón verde como el título (#1B5E20) en ES (2012) y EN (2044) */
#wpforms-2012 .wpforms-submit,
#wpforms-2044 .wpforms-submit {
  background: #1B5E20 !important;
  border-color: #1B5E20 !important;
  color: #fff !important;
}

/* Hover / focus coherentes */
#wpforms-2012 .wpforms-submit:hover,
#wpforms-2044 .wpforms-submit:hover {
  filter: brightness(0.95);
}

#wpforms-2012 .wpforms-submit:focus,
#wpforms-2044 .wpforms-submit:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(27, 94, 32, 0.25);
}



/* === Responsive === */
@media (max-width: 768px){
  #wpforms-form-2012-container,
  #wpforms-form-2044-container { padding: 20px; }
  #wpforms-2012 .wpforms-description,
  #wpforms-2044 .wpforms-description { font-size: 16px; max-width: 100%; }
}/* End custom CSS */