/* ══════════════════════════════════════════════════════════════
   EMERGENTE DE COOKIES (RGPD/AVG) — fondo blanco, colores del sistema.
   Añadido: 24/08/2026.
══════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Nunito:wght@400;700;800&display=swap');

#ov-cookies{
  position:fixed;inset:0;background:rgba(26,46,90,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  z-index:999999;display:none;align-items:center;justify-content:center;padding:20px;
}
#ov-cookies.open{ display:flex; }
.qp-panel-cookies{
  background:#fff;border-radius:24px;box-shadow:0 24px 60px rgba(26,46,90,.28);
  width:440px;max-width:100%;font-family:'Nunito',sans-serif;overflow:hidden;
}
.cookie-header-img{
  width:100%;height:150px;object-fit:cover;object-position:center 20%;display:block;
}
.cookie-panel-body{ padding:24px 28px 28px; }
.cookie-svg{width:64px;height:64px;margin:0 auto 14px;display:block;}
.cookie-titel{font-family:'Righteous',sans-serif;font-size:19px;color:#1A2E5A;text-align:center;margin-bottom:8px;}
.cookie-tekst{font-size:12.5px;color:#5A6475;line-height:1.6;text-align:center;margin-bottom:20px;}
.cookie-tekst a{color:#0095FF;font-weight:800;text-decoration:none;}
.cookie-tekst a:hover{text-decoration:underline;}

.cookie-btns-simple{display:flex;flex-direction:column;gap:8px;}
.cookie-btn{border:none;border-radius:12px;padding:13px;font-family:inherit;font-weight:800;font-size:13.5px;cursor:pointer;width:100%;}
.cookie-btn-primario{background:#1A2E5A;color:#fff;}
.cookie-btn-primario:hover{background:#0F1E3F;}
.cookie-btn-secundario{background:#F5F8FF;color:#1A2E5A;border:2px solid #D8E3F0;}
.cookie-btn-secundario:hover{border-color:#0095FF;}
.cookie-btn-terciario{background:none;color:#0095FF;padding:8px;}

.cookie-categoria{border:2px solid #D8E3F0;border-radius:14px;padding:12px 14px;margin-bottom:10px;}
.cookie-cat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.cookie-cat-titel{font-weight:800;font-size:13px;color:#1A2E5A;}
.cookie-cat-desc{font-size:11px;color:#5A6475;margin-top:2px;line-height:1.4;}

.cookie-toggle{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0;}
.cookie-toggle input{opacity:0;width:0;height:0;}
.cookie-toggle-slider{position:absolute;cursor:pointer;inset:0;background:#D8E3F0;border-radius:999px;transition:.2s;}
.cookie-toggle-slider::before{content:'';position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.2s;}
.cookie-toggle input:checked + .cookie-toggle-slider{background:#39C700;}
.cookie-toggle input:checked + .cookie-toggle-slider::before{transform:translateX(18px);}
.cookie-toggle-disabled{opacity:.6;cursor:not-allowed;}
.cookie-toggle-disabled .cookie-toggle-slider{cursor:not-allowed;}

@media (max-width:480px){
  .qp-panel-cookies{padding:24px 20px;}
}
