/* RVillanueva V0.21 — Gestor de Privacidad, Cookies y Consentimiento */
.cookie-consent[hidden],
.cookie-consent [hidden]{display:none!important}
.cookie-consent{position:fixed;inset:0;z-index:2000;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:rgba(13,27,42,.42)}
.cookie-consent-card{width:min(1180px,100%);max-height:min(88vh,760px);overflow:auto;background:#fff;border:1px solid rgba(13,27,42,.16);box-shadow:0 18px 55px rgba(13,27,42,.25)}
.cookie-consent-main,.cookie-consent-settings{padding:1.5rem}
.cookie-consent-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:end}
.cookie-consent-eyebrow{margin:0 0 .45rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#A06A2A}
.cookie-consent h2{margin:0 0 .65rem;color:#0D1B2A;font-size:1.35rem;line-height:1.2}
.cookie-consent p{color:#0D1B2A;line-height:1.6}
.cookie-consent-main p{margin:.25rem 0}
.cookie-consent-more{font-size:.9rem}
.cookie-consent a{color:#0D1B2A;text-decoration:underline}
.cookie-consent-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}
.cookie-consent .button{cursor:pointer;white-space:nowrap}
.cookie-consent-settings-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}
.cookie-consent-settings-header p{margin:.25rem 0 0}
.cookie-consent-close{appearance:none;border:0;background:transparent;color:#0D1B2A;font-size:2rem;line-height:1;cursor:pointer;padding:.1rem .3rem}
.cookie-category-list{margin:1.25rem 0;border:1px solid rgba(13,27,42,.14)}
.cookie-category{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem 1.1rem;border-bottom:1px solid rgba(13,27,42,.12);cursor:pointer}
.cookie-category:last-child{border-bottom:0}
.cookie-category span{display:grid;gap:.2rem}
.cookie-category strong{color:#0D1B2A}
.cookie-category small{color:rgba(13,27,42,.75);line-height:1.45}
.cookie-category input{inline-size:1.2rem;block-size:1.2rem;accent-color:#A06A2A;flex:0 0 auto}
.cookie-category input:disabled{cursor:not-allowed}
.cookie-consent-status{min-height:1.5em;margin:.25rem 0;color:#8a2b20;font-weight:600;font-size:.9rem}
.cookie-consent-actions-settings{justify-content:flex-end}
body.cookie-consent-open{overflow:hidden}
@media(max-width:820px){.cookie-consent{padding:.65rem}.cookie-consent-main{grid-template-columns:1fr;align-items:stretch}.cookie-consent-actions{justify-content:stretch}.cookie-consent-actions .button{flex:1 1 100%}.cookie-consent-main,.cookie-consent-settings{padding:1.15rem}.cookie-category{align-items:flex-start}.cookie-consent-actions-settings .button{flex:1 1 100%}}
