.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-24059 .elementor-element.elementor-element-d09ebdc:not(.elementor-motion-effects-element-type-background), .elementor-24059 .elementor-element.elementor-element-d09ebdc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://zonemedicedu.com/wp-content/uploads/2025/09/holograma-de-silueta-femenina-en-mano-de-hombre.jpg");background-size:cover;}.elementor-24059 .elementor-element.elementor-element-d09ebdc > .elementor-container{min-height:100vh;}.elementor-24059 .elementor-element.elementor-element-d09ebdc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-24059 .elementor-element.elementor-element-d09ebdc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for column, class: .elementor-element-487f905 */.mica-form {
  display: flex;
  justify-content: center; /* centra horizontalmente */
  align-items: center;     /* centra verticalmente */
  width: 100%;
  min-height: 100vh;       /* asegura altura completa */
  text-align: center;      /* opcional, centra contenido inline */
}

.mica-form .wpcf7,
.mica-form form {
  max-width: 1000px;        /* ancho máximo del formulario */
  width: 500%;             /* ocupa todo el ancho disponible */
  padding: 30px;
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);

  color: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  margin: 0 auto;          /* centra el formulario dentro de la columna */
}/* End custom CSS */