.alertas-modal[hidden]{display:none!important}
.alertas-modal{position:fixed;inset:0;z-index:9998;display:grid;place-items:center;box-sizing:border-box;padding:clamp(14px,4vw,42px);isolation:isolate}
.alertas-modal-fondo{position:absolute;inset:0;z-index:-1;background:rgba(var(--texto-rgb),.7);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.alerta-modal-dialogo{--alerta-acento:var(--principal);position:relative;box-sizing:border-box;width:min(100%,760px);max-height:min(90vh,860px);max-height:min(90dvh,860px);overflow:auto;border:1px solid rgba(var(--principal-rgb),.24);border-top:5px solid var(--alerta-acento);border-radius:22px;background:var(--fondo);color:var(--texto);box-shadow:0 28px 90px rgba(var(--texto-rgb),.28);overscroll-behavior:contain}
.alerta-modal-dialogo--alta{border-top-width:7px}.alerta-modal-dialogo--critica{border-top-width:9px}.alerta-modal-dialogo[hidden]{display:none!important}
.alerta-modal-dialogo--con-imagen{overflow:hidden;background:rgba(var(--texto-rgb),.96)}
.alerta-modal-imagen{position:relative;width:100%;height:min(76vh,720px);height:min(76dvh,720px);min-height:360px;overflow:hidden;display:grid;place-items:center;background:rgba(var(--texto-rgb),.96)}
.alerta-modal-imagen-enlace{width:100%;height:100%;display:grid;place-items:center;color:inherit;text-decoration:none}
.alerta-modal-imagen img{display:block;width:100%;height:100%;object-fit:contain;background:rgba(var(--texto-rgb),.96)}
.alerta-modal-dialogo--con-imagen .alerta-modal-cuerpo{position:absolute;z-index:2;inset:auto 0 0;display:block;max-height:58%;overflow:auto;padding:clamp(72px,10vw,120px) clamp(22px,5vw,42px) clamp(24px,4vw,38px);background:linear-gradient(180deg,rgba(var(--texto-rgb),0),rgba(var(--texto-rgb),.78) 36%,rgba(var(--texto-rgb),.94));color:var(--fondo);overscroll-behavior:contain}
.alerta-modal-cuerpo{display:flex;gap:18px;align-items:flex-start;padding:clamp(24px,4vw,38px)}
.alerta-modal-icono{flex:0 0 auto;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:var(--principal);color:var(--fondo);box-shadow:0 9px 22px rgba(var(--principal-rgb),.2)}
.alerta-modal-svg{width:28px;height:28px}.alerta-modal-texto{min-width:0;flex:1}
.alerta-modal-texto h2{margin:0 44px 10px 0;font-family:var(--fuente-titulos);font-size:clamp(1.45rem,3vw,2.05rem);line-height:1.12;color:var(--texto);text-wrap:balance}
.alerta-modal-mensaje{font-size:clamp(1rem,1.7vw,1.08rem);line-height:1.58;color:rgba(var(--texto-rgb),.82);overflow-wrap:anywhere}
.alerta-modal-dialogo--con-imagen .alerta-modal-texto h2{margin-right:42px;color:var(--fondo);text-shadow:0 2px 14px rgba(var(--texto-rgb),.44)}
.alerta-modal-dialogo--con-imagen .alerta-modal-mensaje{max-width:60ch;color:rgba(var(--fondo-rgb),.94);text-shadow:0 1px 10px rgba(var(--texto-rgb),.34)}
.alerta-modal-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;padding:10px 18px;border-radius:999px;background:var(--principal);color:var(--fondo);font-weight:750;text-decoration:none;transition:transform .18s ease,filter .18s ease}
.alerta-modal-dialogo--con-imagen .alerta-modal-cta{border:1px solid rgba(var(--fondo-rgb),.5);background:var(--fondo);color:var(--principal);box-shadow:0 8px 22px rgba(var(--texto-rgb),.2)}
.alerta-modal-cta:hover{transform:translateY(-1px);filter:brightness(.96)}
.alerta-modal-cta:focus-visible,.alerta-modal-cerrar:focus-visible,.alerta-modal-imagen-enlace:focus-visible{outline:3px solid rgba(var(--principal-rgb),.34);outline-offset:3px}
.alerta-modal-cerrar{position:absolute;top:14px;right:14px;z-index:4;width:42px;height:42px;border:1px solid rgba(var(--principal-rgb),.12);border-radius:999px;display:grid;place-items:center;background:rgba(var(--fondo-rgb),.94);color:var(--principal);cursor:pointer;box-shadow:0 6px 18px rgba(var(--texto-rgb),.12)}
.alerta-modal-cerrar:hover{background:var(--fondo)}.alerta-modal-cerrar-svg{width:20px;height:20px}.alerta-modal--abierta{overflow:hidden}
.alerta-modal-dialogo[data-alerta-animando="entrada"]{animation:alertaModalEntrada .22s ease-out both}.alerta-modal-dialogo[data-alerta-animando="salida"]{animation:alertaModalSalida .18s ease-in both}
@keyframes alertaModalEntrada{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:none}}@keyframes alertaModalSalida{from{opacity:1;transform:none}to{opacity:0;transform:translateY(10px) scale(.985)}}
@media(max-width:640px){
.alertas-modal{padding:clamp(18px,6vw,30px)}
.alertas-modal-fondo{background:rgba(var(--texto-rgb),.7);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.alerta-modal-dialogo{width:min(100%,420px);height:auto;max-height:78vh;max-height:78dvh;border-radius:18px;overflow:auto}
.alerta-modal-dialogo--con-imagen{width:min(100%,360px);max-height:82vh;max-height:82dvh;overflow:hidden;background:rgba(var(--texto-rgb),.96)}
.alerta-modal-dialogo--con-imagen::after{content:"";position:absolute;top:0;right:0;z-index:3;width:68px;height:68px;pointer-events:auto}
.alerta-modal-imagen{height:auto;min-height:0;max-height:82vh;max-height:82dvh;display:block;background:rgba(var(--texto-rgb),.96)}
.alerta-modal-imagen-enlace{display:block;width:100%;height:auto;max-height:82vh;max-height:82dvh;overflow:hidden}
.alerta-modal-imagen img{width:100%;height:auto;max-height:82vh;max-height:82dvh;object-fit:contain;object-position:center;background:rgba(var(--texto-rgb),.96)}
.alerta-modal-dialogo--con-imagen .alerta-modal-cuerpo{max-height:46%;padding:58px 18px 20px;background:linear-gradient(180deg,rgba(var(--texto-rgb),0),rgba(var(--texto-rgb),.78) 38%,rgba(var(--texto-rgb),.94));overflow:auto}
.alerta-modal-cuerpo{padding:20px 18px;gap:13px}
.alerta-modal-icono{width:46px;height:46px;border-radius:14px}
.alerta-modal-svg{width:24px;height:24px}
.alerta-modal-texto h2{margin-right:42px;font-size:1.28rem}
.alerta-modal-mensaje{font-size:.95rem;line-height:1.45}
.alerta-modal-cerrar{top:8px;right:8px;width:48px;height:48px;border-width:1px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.alerta-modal-cerrar-svg{width:20px;height:20px}
.alerta-modal-dialogo--con-imagen .alerta-modal-cerrar{background:rgba(var(--fondo-rgb),.98);box-shadow:0 6px 18px rgba(var(--texto-rgb),.18)}
}
@media(max-width:420px){
.alertas-modal{padding:20px}
.alerta-modal-dialogo{width:min(100%,350px);max-height:74vh;max-height:74dvh}
.alerta-modal-dialogo--con-imagen{width:min(100%,330px);max-height:80vh;max-height:80dvh}
.alerta-modal-imagen,.alerta-modal-imagen-enlace,.alerta-modal-imagen img{max-height:80vh;max-height:80dvh}
.alerta-modal-cuerpo{padding:18px 16px}
.alerta-modal-dialogo--con-imagen .alerta-modal-cuerpo{max-height:44%;padding:52px 16px 18px}
.alerta-modal-texto h2{font-size:1.22rem}
.alerta-modal-cta{min-height:42px;margin-top:14px;padding:9px 16px}
}
@media(max-height:620px){
.alertas-modal{padding:14px}
.alerta-modal-dialogo{max-height:86vh;max-height:86dvh}
.alerta-modal-dialogo--con-imagen{max-height:88vh;max-height:88dvh}
.alerta-modal-imagen,.alerta-modal-imagen-enlace,.alerta-modal-imagen img{max-height:88vh;max-height:88dvh}
.alerta-modal-dialogo--con-imagen .alerta-modal-cuerpo{max-height:58%;padding-top:52px}
}
@media(prefers-reduced-motion:reduce){.alerta-modal-dialogo[data-alerta-animando="entrada"],.alerta-modal-dialogo[data-alerta-animando="salida"]{animation:none}.alerta-modal-cta{transition:none}}
