.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:40px;--container-default-padding-right:0px;--container-default-padding-bottom:40px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#ae-contact{
  --ink:#F9FAFB;
  --muted:#9CA3AF;
  --bg:#020617;
  --card:#0B1120;
  --accent:#0EA5E9;
  --radius:22px;
  --max:1100px;

  padding:120px 16px 80px;
  background:var(--bg);
  color:var(--ink);
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
}

#ae-contact .elementor-container{
  max-width:var(--max);
  margin:0 auto;
  gap:32px;
}

#ae-contact .card{
  background:var(--card);
  border:1px solid rgba(255,255,255,.08);
  padding:28px;
  border-radius:var(--radius);
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}

/* Campos del formulario */
#ae-contact .elementor-field-group input,
#ae-contact .elementor-field-group textarea{
  border-radius:var(--radius);
  background:#111827;
  border:1px solid rgba(255,255,255,.15);
  color:var(--ink);
}

/* Botón */
#ae-contact .elementor-button{
  border-radius:999px;
  background:linear-gradient(135deg,#0EA5E9,#22C55E);
  border:none;
  color:#020617;
  font-weight:600;
  padding:12px 22px;
}/* End custom CSS */