@charset "UTF-8";
.uk-button {
  border-radius: 10px;
}
.uk-button.uk-button-primary {
  background-color: #071b9f;
  border-color: #071b9f;
}
.uk-button.uk-button-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
.uk-button.uk-button-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}
.uk-button.uk-button-secondary:hover {
  background-color: #5a6268;
  border-color: #5a6268;
}

.img_logo_fondo {
  position: absolute;
  z-index: 2;
  height: 100vh;
  right: 0;
}

.contenedor_logo {
  position: relative;
  z-index: 4;
  align-items: center;
  width: 100%;
}

.titulo_general {
  font-size: 55px;
  color: #29262c;
  line-height: 58px;
  margin: 10px 0px 15px 0px;
  font-weight: 1000;
}

.subtitulo1 {
  font-size: 18px;
  line-height: 25px;
  color: #29262c;
  text-align: left;
  font-weight: 400;
}

.subtitulo2 {
  font-size: 16px;
  line-height: 25px;
  color: #29262c;
  text-align: left;
  font-weight: 300;
}

.titulo_bienvenido {
  font-weight: 400;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  background: #88d4e2;
  color: #29262c;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
}

.titulo_ingreso_directo {
  font-family: "Arial", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 20px 0;
  display: inline-block;
  position: relative;
  color: #a8c8ff;
  text-shadow: 0 1px 0 #4a5cbf, 0 2px 0 #3d4aa3, 0 3px 0 #303886, 0 4px 0 #232669, 0 5px 0 #16144d, 0 6px 0 #090230, 0 7px 10px rgba(0, 0, 0, 0.4), 0 10px 20px rgba(0, 0, 0, 0.3), 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.titulo_ingreso_directo:hover {
  transform: translateY(-2px);
  text-shadow: 0 1px 0 #4a5cbf, 0 2px 0 #3d4aa3, 0 3px 0 #303886, 0 4px 0 #232669, 0 5px 0 #16144d, 0 6px 0 #090230, 0 8px 15px rgba(0, 0, 0, 0.5), 0 12px 25px rgba(0, 0, 0, 0.4), 0 18px 35px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .titulo_ingreso_directo {
    font-size: 36px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .titulo_ingreso_directo {
    font-size: 28px;
    letter-spacing: 1px;
  }
}

.bloq_recordatorio p {
  color: #29262c;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  font-weight: 300;
}

.bloq_recordatorio {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 35px;
  margin-top: 20px;
}

.uk-vertical-align-middle {
  min-height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}

.wizard-container {
  margin: 20px 0;
}

.nav-tabs.step-anchor {
  display: flex;
  flex-direction: column;
  width: 250px;
  float: left;
  margin-right: 30px;
  border: none;
}

.nav-tabs.step-anchor .nav-item {
  margin-bottom: 10px;
  width: 100%;
}

.nav-tabs.step-anchor .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.nav-tabs.step-anchor .nav-link:hover {
  border-color: #071b9f;
  background: #f0f8ff;
}

.nav-tabs.step-anchor .nav-link.active {
  border-color: #071b9f;
  background: #071b9f;
  color: white;
}

.nav-tabs.step-anchor .nav-link.done {
  border-color: #28a745;
  background: #28a745;
  color: white;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
}

.step-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}

.tab-content {
  margin-left: 0;
  min-height: 500px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.wizard-buttons {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.wizard-buttons .uk-button {
  margin: 0 10px;
}

@media (max-width: 960px) {
  .nav-tabs.step-anchor {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    flex-direction: row;
    overflow-x: auto;
  }
  .nav-tabs.step-anchor .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 200px;
  }
  .tab-content {
    margin-left: 0;
  }
  .uk-width-1-2\@m,
  .uk-width-1-1\@m {
    width: 100% !important;
  }
}
.uk-card.uk-card-form {
  border-radius: 40px;
}
.uk-card.uk-card-border-small {
  border-radius: 20px;
}

.uk-display-block {
  display: block;
}

/* Select2 base - Matching UIKit styles */
.select2-container .select2-selection {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; /* Mismo que uk-select */
  min-height: 40px; /* Mismo que uk-input */
  padding: 0 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  box-sizing: border-box;
}

/* Focused state - Matching UIKit focus */
.select2-container--focus .select2-selection,
.select2-container .select2-selection:focus,
.select2-container--open .select2-selection {
  border-color: #1e87f0; /* UIKit primary color */
  outline: none;
  box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.15); /* UIKit focus shadow */
}

/* Hover state - Matching UIKit hover */
.select2-container .select2-selection:hover {
  border-color: #1e87f0;
}

/* Dropdown arrow - UIKit style */
.select2-selection__arrow {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}

.select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* Selected item - UIKit text style */
.select2-container .select2-selection__rendered {
  color: #666 !important; /* UIKit text color */
  line-height: 38px !important; /* Centrado vertical */
  padding-left: 0 !important;
  padding-right: 20px !important;
}

/* Placeholder - UIKit placeholder style */
.select2-container .select2-selection__placeholder {
  color: #999 !important; /* UIKit placeholder color */
}

/* Multiple selection tags */
.select2-container .select2-selection__choice {
  background-color: #eaf4ff !important;
  border: 1px solid #071b9f !important;
  color: #071b9f !important;
  border-radius: 4px !important;
  padding: 0 8px !important;
  margin: 2px 4px 2px 0 !important;
  font-size: 0.95em !important;
}

/* Remove icon in multiple choice */
.select2-container .select2-selection__choice__remove {
  color: #071b9f !important;
  margin-right: 4px !important;
}

/* Dropdown menu - UIKit style */
.select2-dropdown {
  border: 1px solid #e5e5e5;
  border-radius: 4px; /* Mismo que UIKit */
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); /* UIKit dropdown shadow */
  background: #fff;
  margin-top: 4px;
}

/* Option hover/selected - UIKit colors */
.select2-results__option--highlighted {
  background: #1e87f0 !important; /* UIKit primary */
  color: #fff !important;
}

.select2-results__option--selected {
  background: #f0f9ff !important; /* UIKit light blue */
  color: #1e87f0 !important;
}

/* Options styling - UIKit list style */
.select2-results__option {
  padding: 8px 12px;
  font-size: 14px;
  color: #666; /* UIKit text color */
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

/* Search box inside dropdown - UIKit input style */
.select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 8px 12px;
  outline: none;
  font-size: 14px;
  width: calc(100% - 16px);
  margin: 8px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #666;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: #1e87f0;
  box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.15);
}

/* Disabled styles - UIKit disabled state */
.select2-container--disabled .select2-selection {
  background: #f8f8f8; /* UIKit disabled background */
  color: #999; /* UIKit disabled text */
  cursor: not-allowed;
  border-color: #e5e5e5;
}

/* Validation states - UIKit form validation */
.uk-form-success .select2-container .select2-selection,
.select2-container.uk-form-success .select2-selection {
  border-color: #32d296; /* UIKit success color */
}

.uk-form-danger .select2-container .select2-selection,
.select2-container.uk-form-danger .select2-selection {
  border-color: #f0506e; /* UIKit danger color */
}

/* Clear button styling */
.select2-selection__clear {
  color: #999;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0 4px;
}

.select2-selection__clear:hover {
  color: #666;
}

/* Multiple selection styling - UIKit tags */
.select2-container .select2-selection__choice {
  background-color: #f0f9ff; /* UIKit light blue */
  border: 1px solid #1e87f0; /* UIKit primary */
  color: #1e87f0;
  border-radius: 4px;
  padding: 2px 8px;
  margin: 2px 4px 2px 0;
  font-size: 13px;
  line-height: 1.4;
}

.select2-container .select2-selection__choice__remove {
  color: #1e87f0;
  margin-right: 4px;
  cursor: pointer;
}

.select2-container .select2-selection__choice__remove:hover {
  color: #0f7ae5;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .select2-container .select2-selection {
    min-height: 44px; /* Larger touch target on mobile */
    font-size: 16px; /* Prevent zoom on iOS */
  }
  .select2-container .select2-selection__rendered {
    line-height: 42px;
  }
}
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: translateY(0%) !important;
  height: 35px !important;
  position: absolute !important;
  top: 0 !important;
  right: 1px !important;
  width: 20px !important;
  bottom: 0px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #071b9f !important;
  color: white;
}

/* ===========================================
   FORM VALIDATION ERROR MESSAGES
   =========================================== */
/* Error messages positioning - below fields */
.form-error {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  display: block !important;
  width: 100% !important;
  font-size: 12px !important;
  color: #f0506e !important; /* UIKit danger color */
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  z-index: auto !important;
}

/* Error container styling */
.form-error-container {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

/* Ensure errors appear below Select2 containers */
.select2-container + .form-error,
.select2-container-senati + .form-error {
  margin-top: 5px !important;
  position: relative !important;
  display: block !important;
}

/* Error styling for different field types */
input.form-error-field,
select.form-error-field,
textarea.form-error-field {
  border-color: #f0506e !important; /* UIKit danger color */
  box-shadow: 0 0 0 3px rgba(240, 80, 110, 0.15) !important;
}

/* Select2 error state */
.select2-container.form-error-field .select2-selection,
.form-error-field + .select2-container .select2-selection {
  border-color: #f0506e !important;
  box-shadow: 0 0 0 3px rgba(240, 80, 110, 0.15) !important;
}

/* Error message animation */
.form-error {
  animation: fadeInError 0.3s ease-in-out;
}

@keyframes fadeInError {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Remove any absolute positioning from validator */
.form-error.validation-advice {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}

/* Specific styling for UIKit grid integration */
.uk-grid > * .form-error {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

/* Estilos para términos y condiciones */
.uk-checkbox {
  transform: scale(1.56); /* 16px * 1.56 ≈ 25px */
  margin-right: 10px !important;
  border: 2px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.uk-checkbox:checked {
  background-color: #071b9f;
  border-color: #071b9f;
}

.uk-checkbox:hover {
  border-color: #071b9f;
}

/* Estilos para modales */
.uk-modal-dialog {
  border-radius: 10px;
}

.uk-modal-title {
  border-bottom: 2px solid #071b9f;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Lista en modales */
.uk-modal-body .uk-list-bullet > li {
  margin-bottom: 8px;
}

.uk-modal-body h4 {
  color: #071b9f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.uk-modal-body h4:first-child {
  margin-top: 0;
}

/* Scroll personalizado para modales */
.uk-modal-body div[style*=overflow-y] {
  scrollbar-width: thin;
  scrollbar-color: #071b9f #f1f1f1;
}

.uk-modal-body div[style*=overflow-y]::-webkit-scrollbar {
  width: 6px;
}

.uk-modal-body div[style*=overflow-y]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.uk-modal-body div[style*=overflow-y]::-webkit-scrollbar-thumb {
  background: #071b9f;
  border-radius: 3px;
}

.uk-modal-body div[style*=overflow-y]::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}

.uk-text-medium {
  font-size: 20px;
  line-height: 24px;
  color: #29262c;
  text-align: left;
  font-weight: 400;
}

.uk-text-large {
  font-size: 1.8rem;
}

.uk-text-primary {
  color: #071b9f !important;
}

/*# sourceMappingURL=main.css.map */
