.alertas-liceo{position:fixed;z-index:2147483647;top:18px;right:18px;width:min(410px,calc(100vw - 36px));pointer-events:none}.alerta-liceo{position:relative;display:grid;grid-template-columns:42px 1fr 26px;gap:12px;overflow:hidden;margin-bottom:12px;padding:17px 15px 18px;border:1px solid rgba(255,255,255,.22);border-radius:17px;color:#fff;box-shadow:0 22px 55px rgba(8,25,114,.3);font-family:Nunito,Arial,sans-serif;pointer-events:auto;animation:alertaEntrada .28s ease-out both}.alerta-success{background:linear-gradient(135deg,#315f00,#4f8709)}.alerta-warning{background:linear-gradient(135deg,#b25a00,#df7a08)}.alerta-error{background:linear-gradient(135deg,#8f2b15,#bd4326)}.alerta-icono{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:#081972;background:#fff;font-size:23px;font-weight:900}.alerta-contenido strong{display:block;margin:0 0 4px;font-size:15px;font-weight:900}.alerta-contenido p{margin:0;color:rgba(255,255,255,.92);font-size:13px;line-height:1.45}.alerta-cerrar{width:26px;height:26px;padding:0;border:0;color:#fff;background:transparent;font-size:25px;line-height:1;cursor:pointer;opacity:.8}.alerta-progreso{position:absolute;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.65);transform-origin:left;animation:alertaTiempo 7s linear both}.alerta-liceo.saliendo{animation:alertaSalida .25s ease-in both}@keyframes alertaEntrada{from{opacity:0;transform:translateX(35px)}to{opacity:1;transform:none}}@keyframes alertaSalida{to{opacity:0;transform:translateX(35px)}}@keyframes alertaTiempo{to{transform:scaleX(0)}}@media(max-width:700px){.alertas-liceo{top:12px;right:12px;left:12px;width:auto}.alerta-liceo{grid-template-columns:38px 1fr 24px;padding:15px 12px 17px}.alerta-icono{width:36px;height:36px}}
