/* v46: consentimiento, centro de preferencias y política de cookies */
.cookie-banner{position:fixed;z-index:120;left:22px;right:22px;bottom:20px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:18px;align-items:center;max-width:1180px;margin:auto;padding:20px 22px;border:1px solid rgba(132,108,217,.22);border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 25px 70px rgba(7,20,47,.22);backdrop-filter:blur(14px)}
.cookie-banner[hidden],.cookie-modal[hidden]{display:none!important}.cookie-banner__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#f0ebff;color:#6344d8}.cookie-banner__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}.cookie-banner__copy strong{display:block;margin-bottom:5px;color:#101b34;font-size:16px}.cookie-banner__copy p{margin:0;max-width:720px;color:#5c6679;font-size:13px;line-height:1.6}.cookie-banner__copy a{color:#5d3dcc;font-weight:700;text-decoration:underline;text-underline-offset:3px}.cookie-banner__actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.cookie-button{min-height:42px;padding:0 16px;border:1px solid transparent;border-radius:10px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.cookie-button:hover{transform:translateY(-1px)}.cookie-button--primary{background:linear-gradient(135deg,#6c49df,#4f31c4);color:#fff;box-shadow:0 10px 22px rgba(92,61,202,.2)}.cookie-button--secondary{border-color:#d9d6e6;background:#fff;color:#1e2942}.cookie-button--link{padding-inline:8px;background:transparent;color:#5d3dcc}.cookie-modal{position:fixed;z-index:140;inset:0;display:grid;place-items:center;padding:20px}.cookie-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,12,31,.58);cursor:pointer}.cookie-modal__dialog{position:relative;z-index:1;width:min(680px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:34px;border:1px solid #e1ddef;border-radius:22px;background:#fff;box-shadow:0 35px 95px rgba(4,12,32,.3)}.cookie-modal__close{position:absolute;right:18px;top:16px;width:38px;height:38px;border:1px solid #e1deeb;border-radius:50%;background:#fff;color:#35405a;font-size:24px;line-height:1;cursor:pointer}.cookie-modal__eyebrow{display:block;margin-bottom:8px;color:#6544d8;font-size:10px;font-weight:900;letter-spacing:.12em}.cookie-modal h2{margin:0 42px 10px 0;color:#111b34;font-size:29px;letter-spacing:-.8px}.cookie-modal__lead{margin:0 0 25px;color:#606a7d;line-height:1.7}.cookie-preference-row{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:20px 0;border-top:1px solid #ebe9f1}.cookie-preference-row strong{color:#17213a}.cookie-preference-row p{margin:5px 0 0;color:#687184;font-size:13px;line-height:1.55}.cookie-preference-row small{display:block;margin-top:8px;color:#7d8494;font-size:11px}.cookie-toggle{position:relative;width:48px;height:27px;flex:none}.cookie-toggle input{position:absolute;opacity:0}.cookie-toggle span{position:absolute;inset:0;border-radius:999px;background:#c9cbd4;cursor:pointer;transition:.2s}.cookie-toggle span:after{content:"";position:absolute;width:21px;height:21px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.2);transition:.2s}.cookie-toggle input:checked+span{background:#6544d8}.cookie-toggle input:checked+span:after{transform:translateX(21px)}.cookie-toggle.is-locked{opacity:.7}.cookie-toggle.is-locked span{cursor:not-allowed}.cookie-modal__policy{display:inline-flex;margin-top:12px;color:#6040cf;font-size:13px;font-weight:800}.cookie-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid #ebe9f1}.cookie-modal-open{overflow:hidden}.footer-cookie-button{padding:0;border:0;background:transparent;color:#bfc6d6;font:inherit;font-size:10px;cursor:pointer}.footer-cookie-button:hover{color:#fff}.cookie-policy-hero{background:linear-gradient(145deg,#061a39,#12113c)}.cookie-policy-summary button,.cookie-index-action{border:0;background:transparent;color:#6544d8;font:inherit;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.cookie-index-action{display:block;margin:16px 0 0;padding:0;text-align:left;font-size:12px}.cookie-table-wrap{overflow:auto;margin-top:18px;border:1px solid #e4e0ee;border-radius:14px}.cookie-table-wrap table{width:100%;min-width:850px;border-collapse:collapse;background:#fff}.cookie-table-wrap th,.cookie-table-wrap td{padding:14px 15px;border-bottom:1px solid #ece9f2;text-align:left;vertical-align:top;font-size:12px;line-height:1.5}.cookie-table-wrap th{background:#f8f6fd;color:#2f3850;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.cookie-table-wrap tr:last-child td{border-bottom:0}.cookie-table-wrap code{color:#5337b8}.cookie-category{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap}.cookie-category.is-necessary{background:#eaf7ef;color:#167647}.cookie-category.is-analytics{background:#f0ebff;color:#5d3dcc}
@media(max-width:900px){.cookie-banner{grid-template-columns:46px 1fr}.cookie-banner__actions{grid-column:1/-1;justify-content:flex-start;margin-left:64px}}
@media(max-width:620px){.cookie-banner{left:10px;right:10px;bottom:10px;grid-template-columns:1fr;padding:18px;border-radius:16px}.cookie-banner__icon{display:none}.cookie-banner__actions{grid-column:auto;margin:0;display:grid;grid-template-columns:1fr 1fr}.cookie-button--link{grid-column:1/-1}.cookie-modal{padding:10px}.cookie-modal__dialog{padding:26px 20px;border-radius:18px}.cookie-modal h2{font-size:25px}.cookie-modal__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-preference-row{gap:12px}.footer__bottom div{flex-wrap:wrap}}
