.elementor-kit-6{--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;font-family:"Open Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Merriweather", Sans-serif;}.elementor-kit-6 h1{font-family:"Prata", Sans-serif;}.elementor-kit-6 h2{font-family:"Prata", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ================================
   Presupuesto – SOLO FORM WIZARD
   (añade la clase "wizard" al formulario)
   ================================ */
:root{
  --c-primary:#1F3A4A;   /* color corporativo */
  --c-bg-soft:#F6F5F3;   /* gris suave para fondos */
}

/* Espaciado del grid del formulario */
.wizard .elementor-form-fields-wrapper{ gap:16px; }

/* ===== Pasos (Elementor Pro) ===== */
.wizard .elementor-field-type-step{ text-align:center; }
.wizard .elementor-form .elementor-field-group.step .elementor-field-label,
.wizard .elementor-field-type-step .elementor-step{ font-weight:600; }
.wizard .elementor-field-type-step .elementor-step{ font-size:15px; }
.wizard .elementor-field-type-step .elementor-step-icon{
  border:2px solid var(--c-primary);
  color:var(--c-primary);
  font-weight:600;
}
.wizard .elementor-field-type-step .elementor-step.elementor-active .elementor-step-icon{
  background:var(--c-primary);
  color:#fff;
}

/* ===== Campos de entrada ===== */
.wizard .elementor-field-group input,
.wizard .elementor-field-group textarea,
.wizard .elementor-field-group select{
  border-radius:10px;
  border:1px solid #ccc;
  padding:10px 14px;
}

/* ===== Radios/Checkbox como “chips” ===== */
/* Oculta el input nativo */
.wizard .elementor-field-type-radio input,
.wizard .elementor-field-type-checkbox input{ display:none!important; }

/* Etiquetas en forma de chip */
.wizard .elementor-field-type-radio .elementor-field-option label,
.wizard .elementor-field-type-checkbox .elementor-field-option label{
  display:inline-block;
  cursor:pointer;
  border:1px solid #ddd;
  border-radius:12px;
  padding:10px 16px;
  margin:6px 8px 0 0;
  background:#fff;
  font-weight:500;
  transition:all .25s ease;
}

/* Hover */
.wizard .elementor-field-type-radio .elementor-field-option label:hover,
.wizard .elementor-field-type-checkbox .elementor-field-option label:hover{
  border-color:var(--c-primary);
  background:var(--c-bg-soft);
}

/* Seleccionado */
.wizard .elementor-field-type-radio input:checked + label,
.wizard .elementor-field-type-checkbox input:checked + label{
  border-color:var(--c-primary);
  background:var(--c-primary);
  color:#fff;
  font-weight:600;
}

/* ===== Botones del formulario ===== */
.wizard .elementor-button{
  border-radius:28px;
  padding:12px 30px;
  font-weight:600;
  background:var(--c-primary);
  color:#fff;
  transition:all .2s ease;
}
.wizard .elementor-button:hover{
  background:#16303f;
  transform:translateY(-2px);
}

/* ===== Accesibilidad: reduce movimiento ===== */
@media (prefers-reduced-motion: reduce){
  .wizard *{ animation:none!important; transition:none!important; }
}/* End custom CSS */