.elementor-458 .elementor-element.elementor-element-df73381{--display:flex;--min-height:70vh;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:60px;--padding-right:60px;}.elementor-458 .elementor-element.elementor-element-291cfe9{width:100%;max-width:100%;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );line-height:var( --e-global-typography-accent-line-height );}.elementor-458 .elementor-element.elementor-element-dec4aca .elementor-button{background-color:var( --e-global-color-primary );fill:var( --e-global-color-text );color:var( --e-global-color-text );border-radius:100px 100px 100px 100px;padding:15px 25px 15px 25px;}.elementor-458 .elementor-element.elementor-element-dec4aca .elementor-button:hover, .elementor-458 .elementor-element.elementor-element-dec4aca .elementor-button:focus{background-color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-458 .elementor-element.elementor-element-df73381{--min-height:80vh;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-458 .elementor-element.elementor-element-df73381{--min-height:80vh;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-458 .elementor-element.elementor-element-291cfe9{padding:0px 0px 0px 0px;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-291cfe9 *//* =========================
   PAGINA ACCESO ALUMNOS
========================= */

.ic-acceso-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* columnas */
.ic-acceso-col {
  min-width: 0;
  background: #fff;
  border: 2px solid rgba(191, 149, 63, 0.2);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* reset contenedores LearnPress */
.ic-acceso-col .learn-press-form-login,
.ic-acceso-col .learn-press-form-register,
.ic-acceso-col .learnpress,
.ic-acceso-col .learn-press-form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* títulos */
.ic-acceso-col .learn-press-form-login h3,
.ic-acceso-col .learn-press-form-register h3 {
  margin: 0 0 22px;
  background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Great Vibes", cursive;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

/* tipografía general */
.ic-acceso-col,
.ic-acceso-col p,
.ic-acceso-col span,
.ic-acceso-col label,
.ic-acceso-col input,
.ic-acceso-col input::placeholder,
.ic-acceso-col a,
.ic-acceso-col .description,
.ic-acceso-col .learn-press-form-login,
.ic-acceso-col .learn-press-form-register {
  font-family: "Cormorant Garamond", serif;
  font-style: normal !important;
  color: #000;
  font-size: 18px;
}

/* grupos */
.ic-acceso-col .form-fields,
.ic-acceso-col .form-field {
  margin-bottom: 16px;
}

.ic-acceso-col .form-fields {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* labels */
.ic-acceso-col label {
  display: block;
  margin-bottom: 6px;
  font-size: 18px !important;
  line-height: 1.3;
}

/* inputs */
.ic-acceso-col input[type="text"],
.ic-acceso-col input[type="email"],
.ic-acceso-col input[type="password"] {
  width: 100%;
  height: 54px;
  padding: 12px 16px;
  background: #fff;
  color: #000;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 18px;
  box-shadow: none;
  outline: none;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 18px;
}

.ic-acceso-col input::placeholder {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 18px;
}

.ic-acceso-col input:focus {
  border-color: #C9A84C;
}

/* checkbox */
.ic-acceso-col input[type="checkbox"] {
  accent-color: #C9A84C;
}

.ic-acceso-col p:has(input[type="checkbox"]),
.ic-acceso-col .form-field.rememberme,
.ic-acceso-col .rememberme {
  display: flex;
  align-items: center;
  gap: 8px; 
  font-size: 16px;
}

/* botones */
.ic-acceso-col button,
.ic-acceso-col .lp-button,
.ic-acceso-col input[type="submit"] {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 16px 28px;
  background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;
  color: #000 !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  border: none;
  border-radius: 50px !important;
  cursor: pointer;
  transition: all 0.4s ease;
  min-height: auto;
}

.ic-acceso-col button:hover,
.ic-acceso-col .lp-button:hover,
.ic-acceso-col input[type="submit"]:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

/* link recuperar contraseña */
.ic-acceso-col a[href*="lostpassword"] {
  color: #C9A84C;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

.ic-acceso-col a[href*="lostpassword"]:hover {
  text-decoration: underline;
}

/* mensajes */
.ic-acceso-col .learn-press-message,
.ic-acceso-col .learn-press-error,
.learn-press-message,
.learn-press-error {
  border-radius: 12px;
  padding: 12px 14px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 16px;
}

/* caja usuario logueado */
.ic-logged-box {
  max-width: 760px;
  margin: 40px auto;
  padding: 26px 30px;
  background: #181818;
  border: 1px solid rgba(191, 149, 63, 0.2);
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.ic-logged-box p {
  margin: 0;
  color: #F5F5F5;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
}

.ic-logged-box a {
  display: inline-block;
  margin-left: 10px;
  padding: 12px 28px;
  background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.4s ease;
  vertical-align: middle;
}

.ic-logged-box a:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

/* mobile */
@media (max-width: 767px) {
  .ic-acceso-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 24px 16px;
  }

  .ic-acceso-col {
    padding: 24px 20px;
  }

  .ic-acceso-col .learn-press-form-login h3,
  .ic-acceso-col .learn-press-form-register h3 {
    font-size: 42px;
  }

  .ic-acceso-col input[type="text"],
  .ic-acceso-col input[type="email"],
  .ic-acceso-col input[type="password"],
  .ic-acceso-col input::placeholder {
    font-size: 18px;
  }

  .ic-acceso-col button,
  .ic-acceso-col .lp-button,
  .ic-acceso-col input[type="submit"] {
    padding: 18px 28px;
    font-size: 16px;
  }

  .ic-logged-box {
    margin: 24px 16px;
    padding: 22px 18px;
  }

  .ic-logged-box p {
    font-size: 21px;
  }

  .ic-logged-box a {
    display: block;
    width: 100%;
    margin: 14px 0 0;
  }
}/* End custom CSS */