/* Cierre y pie del sitio (franja violeta + footer). El marcado sale de
   netlify/lib/paginas/pie.mjs. Todo va con prefijo site- y fija tipografía,
   márgenes y colores a propósito: estas reglas conviven con Bootstrap
   (main.*.css), estilos.css y los <style> de cada artículo, que les dan estilo
   a h2, h3, p, a, label e input por su cuenta. */
.site-closing,.site-footer{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55;text-align:left;-webkit-font-smoothing:antialiased}
.site-closing *,.site-closing *::before,.site-closing *::after,.site-footer *,.site-footer *::before,.site-footer *::after{box-sizing:border-box}
.site-closing a,.site-footer a{text-decoration:none}
.site-closing a:focus-visible,.site-closing button:focus-visible,.site-footer a:focus-visible{outline:3px solid #a589ff;outline-offset:3px}
.site-closing svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.site-wrap{width:min(1200px,calc(100% - 56px));margin:0 auto}
.site-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-closing{padding:53px 0;background:#521aff;color:#fff}
.site-closing .site-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}
.site-closing-eyebrow{display:inline-flex;color:#dbd0ff;font-size:12px;font-weight:800;line-height:1.55;letter-spacing:.14em;text-transform:uppercase}
.site-closing h2{margin:10px 0 8px;color:#fff;font-family:inherit;font-size:35px;font-weight:800;line-height:1.1;letter-spacing:-.04em;text-shadow:none}
.site-closing p{margin:0;color:#e6dfff;font-size:14px;line-height:1.55;text-wrap:pretty}
.site-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:13px 22px;border:0;border-radius:12px;background:#fff;color:#521aff;font-family:inherit;font-size:14px;font-weight:750;line-height:1.2;white-space:nowrap;cursor:pointer;transition:transform .2s,background .2s}
.site-button:hover,.site-button:focus{background:#f4efff;color:#521aff;text-decoration:none;transform:translateY(-2px)}

/* Newsletter en línea: correo y botón en la misma fila, sobre la franja. */
.site-closing-newsletter .site-closing-copy{max-width:560px}
.site-newsletter{flex:0 1 500px;margin:0}
.site-newsletter-fields{display:flex;gap:10px}
.site-newsletter input[type=email]{flex:1 1 auto;min-width:0;height:52px;margin:0;padding:0 18px;border:1px solid rgba(255,255,255,.38);border-radius:12px;background:rgba(255,255,255,.12);color:#fff;font-family:inherit;font-size:15px;box-shadow:none;transition:border-color .2s,background .2s}
.site-newsletter input[type=email]::placeholder{color:#d9ceff;opacity:1}
.site-newsletter input[type=email]:focus{border-color:#fff;background:rgba(255,255,255,.18);outline:none}
.site-newsletter input[type=email]:-webkit-autofill{-webkit-text-fill-color:#fff;box-shadow:0 0 0 100px #6433ff inset;caret-color:#fff}
.site-newsletter .site-button{flex:none}
.site-newsletter-trap{position:absolute;left:-5000px}
.site-closing .site-newsletter-note{display:flex;align-items:center;gap:7px;margin:12px 0 0;color:#d9ceff;font-size:12px}
.site-newsletter-note svg{width:15px;height:15px}

.site-footer{background:#09080c;color:#fff}
.site-footer-content{display:grid;grid-template-columns:1fr 2fr;gap:65px;padding:67px 0 44px}
.site-footer-brand img{display:block;width:205px;max-width:100%;height:auto;filter:brightness(0) invert(1)}
.site-footer-brand p{max-width:250px;margin:18px 0 0;color:#aaa6b4;font-size:14px;line-height:1.65}
.site-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.site-footer-links h3{margin:0 0 17px;color:#fff;font-family:inherit;font-size:13px;font-weight:800;line-height:1.1;letter-spacing:0;text-transform:none}
.site-footer-links a{display:block;margin:0 0 10px;color:#a9a5b2;font-size:12px;line-height:1.55}
.site-footer-links a:hover,.site-footer-links a:focus{color:#fff;text-decoration:underline}
.site-footer-disclaimer{padding:22px 0 13px;border-top:1px solid #302e34}
.site-footer-disclaimer p{max-width:1000px;margin:0;color:#8e8997;font-size:11px;line-height:1.65}
.site-footer-art{position:relative;height:420px;background:#000 url('/assets/images/footer-colombia-grabado-2026.webp') center bottom/cover no-repeat}
.site-footer-art-caption{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;gap:20px;padding:17px 0;color:#bfbcc7;font-size:11px;text-shadow:0 2px 5px #000;background:linear-gradient(transparent,rgba(0,0,0,.7))}

@media(max-width:991px){.site-wrap{width:min(100% - 40px,760px)}.site-footer-content{grid-template-columns:1fr;gap:35px}.site-footer-links{gap:20px}}
@media(min-width:701px) and (max-width:991px){.site-wrap{width:calc(100% - 40px);max-width:900px}}
@media(max-width:700px){.site-wrap{width:calc(100% - 36px)}.site-closing .site-wrap{display:block}.site-closing .site-button,.site-newsletter{margin-top:23px}.site-newsletter .site-button{margin-top:0}.site-footer-content{padding-top:52px}.site-footer-art{height:260px;background-size:auto 260px}.site-footer-art-caption{font-size:10px}}
@media(max-width:480px){.site-footer-links{grid-template-columns:1fr 1fr;row-gap:25px}.site-footer-art-caption{display:block}.site-footer-art-caption span{display:block;margin-top:3px}.site-newsletter-fields{flex-direction:column}.site-newsletter .site-button{width:100%}}
