.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sarabun;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sarabun;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4034 .elementor-element.elementor-element-2d274dc{--display:flex;--min-height:182px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:1;}.elementor-4034 .elementor-element.elementor-element-2d274dc:not(.elementor-motion-effects-element-type-background), .elementor-4034 .elementor-element.elementor-element-2d274dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.jordanperu.com/wp-content/uploads/2025/06/Rectangle-6679.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-4034 .elementor-element.elementor-element-2d274dc::before, .elementor-4034 .elementor-element.elementor-element-2d274dc > .elementor-background-video-container::before, .elementor-4034 .elementor-element.elementor-element-2d274dc > .e-con-inner > .elementor-background-video-container::before, .elementor-4034 .elementor-element.elementor-element-2d274dc > .elementor-background-slideshow::before, .elementor-4034 .elementor-element.elementor-element-2d274dc > .e-con-inner > .elementor-background-slideshow::before, .elementor-4034 .elementor-element.elementor-element-2d274dc > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#2A559AD9;--background-overlay:'';}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sarabun;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sarabun;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sarabun;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4034 .elementor-element.elementor-element-ddfb94e .elementor-heading-title{font-family:"Sarabun", Sarabun;font-size:35px;font-weight:600;color:#FFFFFF;}.elementor-4034 .elementor-element.elementor-element-15ac1c0{--display:flex;--min-height:362px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sarabun;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 ), Sarabun;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4034 .elementor-element.elementor-element-a3f1a5a.elementor-element{--align-self:flex-start;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sarabun;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sarabun;font-weight:var( --e-global-typography-secondary-font-weight );}@media(min-width:768px){.elementor-4034 .elementor-element.elementor-element-2d274dc{--content-width:1290px;}.elementor-4034 .elementor-element.elementor-element-15ac1c0{--content-width:1290px;}}/* Start custom CSS for shortcode, class: .elementor-element-a3f1a5a *//* === FORMULARIO DE SOLICITAR RECUPERACIÓN === */
.formulario-recuperar-clave {
  max-width: 600px;
  margin: 40px auto;
  font-family: 'Inter', sans-serif;
}

.formulario-recuperar-clave h3 {
  font-size: 22px;
  font-weight: 600;
  color: #002c5f;
  margin-bottom: 10px;
  text-align: left;
}

.formulario-recuperar-clave p {
  margin-bottom: 20px;
}

/* Label del input */
.formulario-recuperar-clave label {
  display: block;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #273446 !important;
  margin-bottom: 8px;
}

/* Input de correo */
.formulario-recuperar-clave input[type="email"] {
  background: #F4F6F8 !important;
  height: 45px !important;
  border-radius: 10000px !important;
  width: 100%;
  padding: 10px 20px !important;
  color: #757575 !important;
  border: none !important;
  font-size: 15px;
  outline: none;
}

/* Botón */
.formulario-recuperar-clave input[type="submit"] {
  background: #2A559A !important;
  border-radius: 100px !important;
  width: 100% !important;
  height: 45px !important;
  padding: 10px 0 !important;
  font-weight: 700 !important;
  color: #FFFFFF;
  text-align: center !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.formulario-recuperar-clave input[type="submit"]:hover {
  background: #1e407c !important;
}


/* Contenedor general del formulario */
.formulario-restablecer-clave {
  max-width: 1000px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Dos columnas en desktop */
  gap: 30px;
  box-sizing: border-box;
}

/* Título */
.formulario-restablecer-clave h3 {
  grid-column: 1 / -1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #002c5f;
  text-align: left;
}

/* Etiquetas */
.formulario-restablecer-clave label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
  color: #2e2e2e;
}

/* Inputs */
.formulario-restablecer-clave input[type="password"] {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 999px;
  background-color: #f2f4f7;
  font-size: 15px;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Botón de enviar */
.formulario-restablecer-clave input[type="submit"] {
  grid-column: 1 / 2;
  background-color: #2e57a1;
  color: white;
  padding: 14px 32px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
  justify-self: start;
}

.formulario-restablecer-clave input[type="submit"]:hover {
  background-color: #1e407c;
}

/* -------- RESPONSIVE -------- */
@media (max-width: 600px) {
  .formulario-restablecer-clave {
    grid-template-columns: 1fr; /* Solo una columna en móvil */
    gap: 20px;
    padding: 0 15px;
  }

  .formulario-restablecer-clave input[type="submit"] {
    grid-column: 1 / -1; /* que ocupe todo */
    justify-self: center;
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */