﻿@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body.FondoLogin {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #555e6a;
  overflow-x: hidden;
  background-color: #f4f6f9;
  background-image: radial-gradient(circle at 100% 0%, rgba(78, 195, 228, 0.08) 0%, transparent 50%), radial-gradient(circle at 0% 100%, rgba(26, 95, 117, 0.08) 0%, transparent 50%);
  min-height: 100vh;
}
body.FondoLogin form,
body.FondoLogin form > div {
  width: 100%;
}

.EstiloWrapperLogin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px 32px;
}

.EstiloContenedorSplit {
  width: 100%;
  max-width: 1250px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  display: flex;
  min-height: 600px;
}
@media (max-width: 767px) {
  .EstiloContenedorSplit {
    border-radius: 18px;
    flex-direction: column;
    min-height: auto;
  }
}

.EstiloPanelInstitucional {
  background: linear-gradient(150deg, #0e3d4d 0%, #1a5f75 45%, #2E90AC 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.EstiloPanelInstitucional::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}
.EstiloPanelInstitucional::after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -90px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .EstiloPanelInstitucional {
    padding: 28px 24px 22px;
  }
}

.EstiloContenedorEscudo {
  background: #ffffff;
  padding: 18px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.EstiloContenedorEscudo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .EstiloContenedorEscudo img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .EstiloContenedorEscudo {
    padding: 14px;
    margin-bottom: 12px;
  }
}

.EstiloNombreColegio {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .EstiloNombreColegio {
    font-size: 1.1rem;
  }
}

.EstiloDivisorPanel {
  width: 50px;
  height: 4px;
  background: #FEA321;
  border-radius: 2px;
  margin: 14px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .EstiloDivisorPanel {
    display: none;
  }
}

.EstiloDatosLegales {
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 20px;
  border-radius: 16px;
  width: 94%;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .EstiloDatosLegales {
    padding: 10px 16px;
    gap: 6px;
  }
}

.EstiloAspectoLegal {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .EstiloAspectoLegal {
    display: none;
  }
}

.EstiloFilaNitDane {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.EstiloItemNitDane {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.EstiloEtiquetaNitDane {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

.EstiloValorNitDane {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.EstiloSeparadorNitDane {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8rem;
}

.EstiloPanelFormulario {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .EstiloPanelFormulario {
    padding: 32px 22px 36px;
  }
}

.EstiloCabeceraFormulario {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .EstiloCabeceraFormulario {
    margin-bottom: 24px;
  }
}

.EstiloTítuloSistema {
  font-weight: 800;
  color: #555e6a;
  font-size: 1.85rem;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .EstiloTítuloSistema {
    font-size: 1.5rem;
  }
}

.EstiloLemaSistema {
  color: #8a93a3;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.6;
}

.EstiloLblCampo {
  display: block;
  font-weight: 600;
  color: #555e6a;
  font-size: 0.88rem;
  margin-bottom: 7px;
  transition: color 0.2s ease;
}

.EstiloGrupoInput {
  display: flex;
  align-items: stretch;
  transition: box-shadow 0.25s ease;
}
.EstiloGrupoInput:focus-within {
  border-radius: 12px;
  box-shadow: 0 0 0 0.2rem rgba(46, 144, 172, 0.18);
}
.EstiloGrupoInput:focus-within .EstiloIconoInput,
.EstiloGrupoInput:focus-within .EstiloTxtInput,
.EstiloGrupoInput:focus-within .EstiloSelectInput,
.EstiloGrupoInput:focus-within .EstiloBtnOjo {
  border-color: #2E90AC;
}
.EstiloGrupoInput:focus-within .EstiloIconoInput i {
  color: #2E90AC;
}
.EstiloGrupoInput:focus-within .EstiloTxtInput {
  box-shadow: none;
  background: #ffffff;
}
.EstiloGrupoInput:focus-within .EstiloSelectInput {
  box-shadow: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232E90AC' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 12px;
}
.EstiloGrupoInput.EstiloGrupoInputError {
  animation: AnimaciónSacudida 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.EstiloGrupoInput.EstiloGrupoInputError .EstiloIconoInput,
.EstiloGrupoInput.EstiloGrupoInputError .EstiloTxtInput,
.EstiloGrupoInput.EstiloGrupoInputError .EstiloSelectInput,
.EstiloGrupoInput.EstiloGrupoInputError .EstiloBtnOjo {
  border-color: #E74C3C !important;
  background-color: rgba(231, 76, 60, 0.04) !important;
  color: #E74C3C !important;
}
.EstiloGrupoInput.EstiloGrupoInputError .EstiloSelectInput {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23E74C3C' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px 12px !important;
}
.EstiloGrupoInput.EstiloGrupoInputError:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.18);
}

.EstiloIconoInput {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  flex-shrink: 0;
  background-color: transparent;
  border: 2px solid #e8ecf0;
  border-right: none;
  border-radius: 12px 0 0 12px;
  color: #8a93a3;
  font-size: 0.92rem;
  transition: border-color 0.25s ease;
  transition: color 0.25s ease;
}

.EstiloTxtInput {
  flex: 1;
  border: 2px solid #e8ecf0;
  border-left: none;
  padding: 11px 14px;
  font-size: 0.95rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #555e6a;
  background: transparent;
  outline: none;
  border-radius: 0 12px 12px 0;
  min-width: 0;
  transition: border-color 0.25s ease;
  transition: background 0.25s ease;
}
.EstiloTxtInput.EstiloTxtSinBordeDerecho {
  border-right: none !important;
  border-radius: 0;
}
.EstiloTxtInput::placeholder {
  color: rgb(172.2602870813, 178.6248803828, 189.9397129187);
  font-weight: 400;
}

.EstiloSelectInput {
  flex: 1;
  border: 2px solid #e8ecf0;
  border-left: none;
  padding: 11px 36px 11px 14px;
  font-size: 0.95rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #555e6a;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238a93a3' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 12px;
  appearance: none;
  cursor: pointer;
  outline: none;
  border-radius: 0 12px 12px 0;
  min-width: 0;
  transition: border-color 0.25s ease;
}
.EstiloSelectInput option {
  color: #555e6a;
  background: #ffffff;
}

.EstiloBtnOjo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex-shrink: 0;
  background: transparent;
  border: 2px solid #e8ecf0;
  border-left: none;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  color: #8a93a3;
  font-size: 0.92rem;
  transition: color 0.2s ease;
  transition: border-color 0.25s ease;
}
.EstiloBtnOjo:hover {
  color: #2E90AC;
}

.EstiloContenedorBotones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 6px;
}
@media (max-width: 400px) {
  .EstiloContenedorBotones {
    grid-template-columns: 1fr;
  }
}

.EstiloBtnIngresar {
  background: linear-gradient(135deg, #1a5f75 0%, #2E90AC 100%);
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 13px;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: 0 4px 16px rgba(26, 95, 117, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.EstiloBtnIngresar:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(26, 95, 117, 0.38);
  color: #ffffff;
}
.EstiloBtnIngresar:active {
  transform: scale(0.98);
}
.EstiloBtnIngresar i {
  font-size: 1rem;
}

.EstiloBtnRegresar {
  background: transparent;
  color: #8a93a3;
  border: 2px solid #e8ecf0;
  padding: 13px;
  border-radius: 13px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.EstiloBtnRegresar:hover {
  border-color: #2E90AC;
  color: #2E90AC;
  background: rgba(46, 144, 172, 0.05);
}
.EstiloBtnRegresar:active {
  transform: scale(0.98);
}
.EstiloBtnRegresar i {
  font-size: 0.95rem;
}

.EstiloLinkRecuperar {
  color: #8a93a3;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s ease;
}
.EstiloLinkRecuperar:hover {
  color: #1a5f75;
  text-decoration: underline;
}

.EstiloÍconoSalida {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(46, 144, 172, 0.1);
  border: 2px solid rgba(46, 144, 172, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.EstiloÍconoSalida i {
  font-size: 2rem;
  color: #2E90AC;
}

.EstiloDivisorSalida {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e8ecf0, transparent);
}

.EstiloTarjetaDedicatoria {
  background: #f4f6f9;
  border: 1px solid #e8ecf0;
  border-left: 4px solid #2E90AC;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.EstiloÍconoDedicatoria {
  color: #FEA321;
  font-size: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.EstiloTextoDedicatoria {
  font-size: 0.88rem;
  color: #8a93a3;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.EstiloTextoDedicatoria label {
  font-size: 0.88rem !important;
  font-weight: 400 !important;
  color: #8a93a3 !important;
}

.EstiloTextoDesarrollador {
  font-size: 0.74rem;
  color: #9ca3af;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.EstiloTextoDesarrollador label {
  font-size: 0.74rem !important;
  font-weight: 400 !important;
  color: #9ca3af !important;
}

.EstiloPieLogin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  text-align: center;
}

.EstiloPieCiudad,
.EstiloPieDerechos {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #8a93a3;
  letter-spacing: 0.3px;
}

@keyframes AnimaciónSacudida {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(3px, 0, 0);
  }
}
.EstiloBtnCargando {
  opacity: 0.88 !important;
  pointer-events: none;
  cursor: not-allowed !important;
  background: linear-gradient(135deg, rgb(23.2181818182, 84.8356643357, 104.4818181818) 0%, rgb(42.771559633, 133.8935779817, 159.928440367) 100%) !important;
  box-shadow: 0 6px 18px rgba(26, 95, 117, 0.28);
}
.EstiloBtnCargando i {
  font-size: 1rem;
}

.EstiloSpinnerCarga {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.EstiloPasswordStrength {
  display: none;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  transition: all 0.2s ease;
}

.EstiloBarraFuerza {
  width: 100%;
  height: 6px;
  background: #e8ecf0;
  border-radius: 10px;
  overflow: hidden;
}

.EstiloNivelFuerza {
  height: 100%;
  width: 0%;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.EstiloTextoFuerza {
  font-size: 0.78rem;
  margin-top: 6px;
  font-weight: 600;
  color: #8a93a3;
}

.Nivel1 {
  width: 30%;
  background: #E74C3C;
}

.Nivel2 {
  width: 65%;
  background: #FEA321;
}

.Nivel3 {
  width: 100%;
  background: linear-gradient(90deg, #2ecc71, #28a745);
}

.EstiloCapsLock,
.EstiloShift {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 10px;
  opacity: 0;
  max-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: none;
  transition: opacity 0.25s ease, max-height 0.25s ease, margin-top 0.25s ease, padding 0.25s ease;
}

.EstiloCapsLock.Activo,
.EstiloShift.Activo {
  opacity: 1;
  max-height: 60px;
  margin-top: 8px !important;
  padding: 10px 12px !important;
}

.EstiloCapsLock {
  color: rgb(234.9417040359, 138.6367713004, 1.0582959641);
  background: rgba(254, 163, 33, 0.08);
}
.EstiloCapsLock.Activo {
  border: 1px solid rgba(254, 163, 33, 0.18);
}

.EstiloShift {
  color: #2E90AC;
  background: rgba(46, 144, 172, 0.08);
}
.EstiloShift.Activo {
  border: 1px solid rgba(46, 144, 172, 0.18);
}

.mb-3:has(#ContenedorFuerza) {
  margin-bottom: 0 !important;
}
