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

body.FondoBienvenida {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #f4f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}

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

.EstiloTarjetaBienvenida {
  display: flex;
  width: 100%;
  max-width: 1250px;
  min-height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(26, 95, 117, 0.18), 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .EstiloTarjetaBienvenida {
    flex-direction: column;
    border-radius: 18px;
    min-height: auto;
  }
}

.EstiloColumnaIzquierda {
  width: 40%;
  flex-shrink: 0;
  background: linear-gradient(160deg, #0e3d4d 0%, #1a5f75 45%, #2E90AC 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  gap: 18px;
  position: relative;
  overflow: hidden;
}
.EstiloColumnaIzquierda::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  top: -100px;
  left: -80px;
  pointer-events: none;
}
.EstiloColumnaIzquierda::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  bottom: -70px;
  right: -60px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .EstiloColumnaIzquierda {
    width: 100%;
    padding: 40px 28px 32px;
  }
}

.EstiloAnilloEscudo {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0;
  animation: AnimaciónFlotación 4.5s ease-in-out infinite;
}

.EstiloContenedorEscudo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.EstiloImagenEscudo {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.EstiloNombreColegio {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.34;
  margin: 0;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .EstiloNombreColegio {
    font-size: 1.15rem;
  }
}

.EstiloDivisorNaranja {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: #FEA321;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(254, 163, 33, 0.5);
}

.EstiloBloqueInfoLegal {
  width: 94%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

.EstiloFilaResolución {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.EstiloTextoResolución {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
  margin: 0;
}
.EstiloTextoResolución strong {
  font-weight: 700;
  color: #ffffff;
}

.EstiloFilaNitDane {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
}

.EstiloItemLegal {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex: 1;
  justify-content: center;
}

.EstiloEtiquetaLegal {
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.EstiloValorLegal {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
}

.EstiloPuntoDivisorLegal {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(254, 163, 33, 0.6);
  flex-shrink: 0;
  margin: 0 6px;
}

.EstiloColumnaDerecha {
  flex: 1;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 56px;
  gap: 0;
}
@media (max-width: 992px) {
  .EstiloColumnaDerecha {
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .EstiloColumnaDerecha {
    padding: 36px 28px 40px;
  }
}

.EstiloLogoBloque {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.EstiloLogoCaja {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a5f75 0%, #2E90AC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(46, 144, 172, 0.35);
}

.EstiloLogoImagen {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.EstiloLogoTexto {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.EstiloLogoNombre {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #1a5f75;
}
.EstiloLogoNombre span {
  color: #FEA321;
}

.EstiloLogoLema {
  font-size: 0.74rem;
  font-weight: 500;
  font-style: italic;
  color: rgba(85, 94, 106, 0.65);
  line-height: 1.4;
}

.EstiloSeparadorDer {
  width: 100%;
  height: 1px;
  background: #e8ecf0;
  margin-bottom: 24px;
}

.EstiloEyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.EstiloEyebrowLínea {
  flex: 1;
  height: 1px;
  background: rgba(254, 163, 33, 0.22);
}

.EstiloEyebrowTexto {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(254, 163, 33, 0.8);
  white-space: nowrap;
}

.EstiloListaCaracterísticas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.EstiloÍtemCaracterística {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.EstiloÍconoCaracterística {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(46, 144, 172, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.EstiloÍconoCaracterística i {
  font-size: 0.98rem;
  color: #2E90AC;
}

.EstiloTextoCaracterística {
  font-size: 0.85rem;
  color: #555e6a;
  line-height: 1.55;
  padding-top: 8px;
}
.EstiloTextoCaracterística strong {
  font-weight: 700;
  color: #1a5f75;
}

.EstiloBtnIngresar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  background: #FEA321;
  color: #ffffff;
  border: none;
  border-radius: 13px;
  font-size: 0.98rem;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  width: fit-content;
  box-shadow: 0 6px 22px rgba(254, 163, 33, 0.38);
  transition: all 0.22s ease;
}
.EstiloBtnIngresar i {
  font-size: 1rem;
  transition: transform 0.22s ease;
}
.EstiloBtnIngresar:hover {
  background: #e8920a;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(254, 163, 33, 0.5);
  color: #ffffff;
}
.EstiloBtnIngresar:hover i {
  transform: translateX(3px);
}
.EstiloBtnIngresar:active {
  transform: scale(0.98);
}
@media (max-width: 480px) {
  .EstiloBtnIngresar {
    width: 100%;
  }
}

.EstiloPieDerecho {
  font-size: 0.7rem;
  color: rgba(85, 94, 106, 0.4);
  margin: 20px 0 0;
}

@keyframes AnimaciónFlotación {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
