.elementor-kit-465{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-49eb936:#231F20;--e-global-color-00c8c33:#C91F1F;--e-global-color-14425f7:#999999;--e-global-color-4ac41f1:#E6E6E6;--e-global-color-8cb86b8:#879E26;--e-global-color-85a44c8:#EE2183;--e-global-color-9bdbcb8:#4D98C5;--e-global-color-153467b:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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;--e-global-typography-cbe48a3-font-family:"Inter";--e-global-typography-cbe48a3-font-size:30px;--e-global-typography-cbe48a3-font-weight:700;--e-global-typography-cbe48a3-line-height:30px;--e-global-typography-e1105fe-font-family:"Inter";--e-global-typography-e1105fe-font-size:20px;--e-global-typography-e1105fe-font-weight:400;--e-global-typography-e1105fe-line-height:22px;--e-global-typography-1fc3a86-font-family:"Inter";--e-global-typography-1fc3a86-font-size:20px;--e-global-typography-1fc3a86-font-weight:700;--e-global-typography-1fc3a86-line-height:22px;--e-global-typography-5869474-font-family:"Inter";--e-global-typography-5869474-font-size:14px;--e-global-typography-5869474-font-weight:400;--e-global-typography-5869474-line-height:18px;color:#242424;font-family:"Inter", inter;font-size:16px;font-weight:500;background-color:#FFFFFF;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in-down;--e-page-transition-animation-duration:1000ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#000000;--e-preloader-size:120px;}.elementor-kit-465 a{font-family:"Roboto", inter;}.elementor-kit-465 a:hover{color:#084AF3;}.elementor-kit-465 h1{font-family:"Roboto", inter;}.elementor-kit-465 h2{font-family:"Roboto", inter;}.elementor-kit-465 h3{font-family:"Roboto", inter;}.elementor-kit-465 h4{font-family:"Roboto", inter;}.elementor-kit-465 h5{font-family:"Roboto", inter;}.elementor-kit-465 h6{font-family:"Roboto", inter;}.elementor-kit-465 button,.elementor-kit-465 input[type="button"],.elementor-kit-465 input[type="submit"],.elementor-kit-465 .elementor-button{font-family:"Montserrat", inter;}.elementor-kit-465 label{font-family:"Roboto", inter;}.elementor-kit-465 input:not([type="button"]):not([type="submit"]),.elementor-kit-465 textarea,.elementor-kit-465 .elementor-field-textual{font-family:"Roboto", inter;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#FFFFFF;--lightbox-ui-color:#4D4D4D;--lightbox-ui-color-hover:#4D4D4D;--lightbox-text-color:#4D4D4D;}.elementor-kit-465 e-page-transition{background-color:#FFFFFF;}@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;}.elementor-kit-465{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;}}/* Start custom CSS *//* ============================================
   FORMULARIO POSTULACIONES - UNIACC
   Pegar en: Elementor > Avanzado > CSS personalizado
   del widget del formulario, o en
   Apariencia > Personalizar > CSS adicional
   ============================================ */

/* ---------- QUITAR FONDO DEL WIDGET ---------- */
.boxFormUniversal {
  background: none !important;
  backdrop-filter: none !important;
  padding: 0 !important;
}

/* ---------- COLUMNA DE CAMPOS ---------- */
.FormPostulaciones-Content-Side {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 0 !important;
}

/* ---------- FILA DE INPUTS (dentro de cada grupo) ---------- */
.FormPostulaciones-InputGroup {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  margin-bottom: 0 !important;
}

/* ---------- FILA RUT (restaura su grid y aumenta gap) ---------- */
.FormPostulaciones-InputGroup-Doble {
  display: grid !important;
  grid-template-columns: 30% 1fr !important;
  gap: 8px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 8px !important;
}

/* ---------- INPUTS, SELECTS Y TEXTAREAS ---------- */
.FormPostulaciones input:not([type="hidden"]),
.FormPostulaciones select,
.FormPostulaciones textarea {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #111827 !important;
  font-family: inherit !important;
  box-sizing: border-box !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color 0.2s ease !important;
}

.FormPostulaciones input::placeholder,
.FormPostulaciones select::placeholder,
.FormPostulaciones textarea::placeholder {
  color: #9ca3af !important;
  font-size: 14px !important;
}

.FormPostulaciones input:not([type="hidden"]):focus,
.FormPostulaciones select:focus,
.FormPostulaciones textarea:focus {
  border-color: #ee2183 !important;
}

/* ---------- CAMPO TELÉFONO CON BANDERA (intl-tel-input) ---------- */
/* El wrapper .iti debe ocupar el ancho completo */
.FormPostulaciones .iti {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  display: block !important;
}
/* El input dentro del wrapper hereda los estilos base */
.FormPostulaciones .iti input[type="tel"] {
  flex: unset !important;
  width: 100% !important;
  padding-left: 52px !important; /* espacio para bandera + código */
  box-sizing: border-box !important;
}
/* La bandera no debe tener fondo que tape el input */
.FormPostulaciones .iti__selected-flag,
.FormPostulaciones .iti__flag-container {
  background: transparent !important;
  border-radius: 8px 0 0 8px !important;
  z-index: 1 !important;
}
/* Dropdown de países */
.FormPostulaciones .iti__country-list {
  z-index: 999999 !important;
}

/* ---------- BOTÓN ---------- */
.FormPostulaciones .btn-postula,
.FormPostulaciones button[type="submit"],
.FormPostulaciones input[type="submit"] {
  width: 70% !important;
  min-width: 200px !important;
  background: #ee2183 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  display: block !important;
  text-align: center !important;
  box-sizing: border-box !important;
  margin-top: 20px !important;
  transition: background 0.2s ease !important;
}

.FormPostulaciones .btn-postula:hover,
.FormPostulaciones button[type="submit"]:hover,
.FormPostulaciones input[type="submit"]:hover {
  background: #d4106e !important;
}

/* ---------- GRUPO DEL BOTÓN (centrado) ---------- */
.FormPostulaciones-InputGroup-BtnSend {
  display: flex !important;
  justify-content: center !important;
}

/* ============================================
   HEADER MOBILE - UNA SOLA FILA
   ============================================ */
@media (max-width: 1024px) {

  /* Evitar que las columnas del header se rompan en filas */
  .elementor-element-312f64ea .elementor-container {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  /* Logo: tamaño fijo, no crece */
  .elementor-element-704d8d6c {
    width: auto !important;
    flex: 0 0 auto !important;
  }

  /* Nav/hamburguesa: ocupa el espacio disponible */
  .elementor-element-329508b3 {
    flex: 1 1 auto !important;
    width: auto !important;
  }

  /* ADMISIÓN + BoxSpecial: tamaño fijo */
  .elementor-element-59a826a2 {
    width: auto !important;
    flex: 0 0 auto !important;
  }
}

/* ---------- RESPONSIVE MÓVIL FORMULARIO ---------- */
@media (max-width: 899px) {

  /* Ocultar campo Segundo Apellido */
  .FormPostulaciones-InputGroup:has(input[name="segundoApellido"]) {
    display: none !important;
  }

  /* Ocultar texto legal inferior */
  p.glosa {
    display: none !important;
  }

}/* End custom CSS */