@font-face {
font-family: "CCD Montserrat";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//clubempresarialrubicon.com/wp-content/plugins/ccd-cookies/assets/fonts/montserrat-400.woff2) format("woff2");
}
@font-face {
font-family: "CCD Montserrat";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//clubempresarialrubicon.com/wp-content/plugins/ccd-cookies/assets/fonts/montserrat-600.woff2) format("woff2");
}
@font-face {
font-family: "CCD Montserrat";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//clubempresarialrubicon.com/wp-content/plugins/ccd-cookies/assets/fonts/montserrat-700.woff2) format("woff2");
}
#ccd-cookies-root {
--ccd-c-primary: #0D2D6B;
--ccd-c-mid: #1A5CB8;
--ccd-c-accent: #3B82F6;
--ccd-c-brand: #29B1E7;
--ccd-c-reject: #1A5CB8;
--ccd-bg: #ffffff;
--ccd-text: #111111;
--ccd-muted: #5b6472;
--ccd-border: #E5E7EB;
font-family: "CCD Montserrat", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.55;
color: var(--ccd-text);
}
#ccd-cookies-root.ccd-theme-dark {
--ccd-bg: #0f1524;
--ccd-text: #f3f4f6;
--ccd-muted: #9ca3af;
--ccd-border: #263043;
}
#ccd-cookies-root *,
#ccd-cookies-root *::before,
#ccd-cookies-root *::after { box-sizing: border-box; } .ccd-overlay {
position: fixed;
inset: 0;
background: rgba(9, 18, 40, 0.55);
z-index: 2147483000;
backdrop-filter: saturate(120%) blur(1px);
} .ccd-banner {
position: fixed;
z-index: 2147483001;
background: var(--ccd-bg);
color: var(--ccd-text);
border: 1px solid var(--ccd-border);
border-top: 4px solid var(--ccd-c-brand);
box-shadow: 0 10px 40px rgba(13, 45, 107, 0.18);
border-radius: 14px;
padding: 22px 24px;
display: flex;
flex-direction: column;
gap: 14px;
width: min(440px, calc(100vw - 32px));
} .ccd-pos-bottom .ccd-banner { bottom: 20px; left: 20px; }
.ccd-pos-left .ccd-banner { bottom: 20px; left: 20px; }
.ccd-pos-right .ccd-banner { bottom: 20px; right: 20px; }
.ccd-pos-top .ccd-banner { top: 20px; left: 20px; }
.ccd-pos-center .ccd-banner {
top: 50%; left: 50%;
transform: translate(-50%, -50%);
} .ccd-layout-bar .ccd-banner {
width: calc(100vw - 40px);
max-width: 1180px;
left: 50%;
transform: translateX(-50%);
flex-direction: row;
align-items: center;
border-radius: 12px;
}
.ccd-layout-bar.ccd-pos-center .ccd-banner {
top: 50%;
transform: translate(-50%, -50%);
}
.ccd-layout-bar .ccd-banner__content { flex: 1; }
.ccd-layout-bar .ccd-banner__actions { flex-shrink: 0; }
.ccd-banner__logo { max-height: 34px; width: auto; }
.ccd-banner__title {
margin: 0 0 4px;
font-size: 17px;
font-weight: 700;
color: var(--ccd-c-primary);
}
.ccd-theme-dark .ccd-banner__title { color: #fff; }
.ccd-banner__text {
margin: 0;
font-size: 13.5px;
color: var(--ccd-muted);
}
.ccd-banner__text a { color: var(--ccd-c-accent); text-decoration: underline; }
.ccd-banner__actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
} .ccd-btn {
appearance: none;
border: 1.5px solid transparent;
border-radius: 9px;
padding: 10px 18px;
font-family: inherit;
font-size: 13.5px;
font-weight: 600;
cursor: pointer;
transition: all .16s ease;
line-height: 1.2;
}
.ccd-btn:focus-visible { outline: 3px solid rgba(59, 130, 246, .5); outline-offset: 2px; }
.ccd-btn--accept {
background: var(--ccd-c-primary);
color: #fff;
flex: 1;
min-width: 130px;
}
.ccd-btn--accept:hover { background: var(--ccd-c-mid); }
.ccd-btn--reject {
background: transparent;
color: var(--ccd-c-reject);
border-color: var(--ccd-c-reject);
}
.ccd-btn--reject:hover { background: var(--ccd-c-reject); color: #fff; }
.ccd-btn--settings {
background: transparent;
color: var(--ccd-c-primary);
border-color: var(--ccd-c-primary);
}
.ccd-theme-dark .ccd-btn--settings { color: #fff; border-color: #fff; }
.ccd-btn--settings:hover { background: var(--ccd-c-primary); color: #fff; }
.ccd-btn--save {
background: var(--ccd-c-mid);
color: #fff;
}
.ccd-btn--save:hover { background: var(--ccd-c-primary); } .ccd-panel {
position: fixed;
z-index: 2147483002;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: min(560px, calc(100vw - 32px));
max-height: calc(100vh - 48px);
overflow: hidden;
display: flex;
flex-direction: column;
background: var(--ccd-bg);
border-radius: 16px;
box-shadow: 0 20px 60px rgba(9, 18, 40, .35);
border: 1px solid var(--ccd-border);
}
.ccd-panel__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 22px;
background: linear-gradient(120deg, var(--ccd-c-primary), var(--ccd-c-mid) 55%, var(--ccd-c-brand));
color: #fff;
}
.ccd-panel__header h2 { margin: 0; font-size: 17px; font-weight: 700; }
.ccd-panel__close {
background: none; border: none; color: #fff;
font-size: 26px; line-height: 1; cursor: pointer; padding: 0 4px;
}
.ccd-panel__body {
padding: 8px 22px;
overflow-y: auto;
}
.ccd-cat {
padding: 16px 0;
border-bottom: 1px solid var(--ccd-border);
}
.ccd-cat:last-child { border-bottom: none; }
.ccd-cat__row {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
.ccd-cat__name { font-weight: 600; font-size: 15px; color: var(--ccd-text); }
.ccd-cat__desc { margin: 6px 0 0; font-size: 13px; color: var(--ccd-muted); }
.ccd-panel__footer {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 16px 22px;
border-top: 1px solid var(--ccd-border);
}
.ccd-panel__footer .ccd-btn { flex: 1; min-width: 120px; }
.ccd-panel__policy {
padding: 0 22px 16px;
font-size: 12.5px;
}
.ccd-panel__policy a { color: var(--ccd-c-accent); } .ccd-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.ccd-switch input { opacity: 0; width: 0; height: 0; position: absolute; }
.ccd-switch::after {
content: "";
position: absolute; inset: 0;
background: #cbd5e1;
border-radius: 24px;
transition: .2s;
}
.ccd-switch::before {
content: "";
position: absolute;
height: 18px; width: 18px;
left: 3px; top: 3px;
background: #fff;
border-radius: 50%;
transition: .2s;
z-index: 2;
}
.ccd-switch:has(input:checked)::after { background: var(--ccd-c-brand); }
.ccd-switch:has(input:checked)::before { transform: translateX(20px); }
.ccd-switch--locked::after { background: var(--ccd-c-primary); opacity: .55; }
.ccd-switch--locked::before { transform: translateX(20px); } .ccd-floating {
position: fixed;
bottom: 18px;
left: 18px;
z-index: 2147482000;
width: 46px;
height: 46px;
border-radius: 50%;
border: none;
background: var(--ccd-c-primary, #0D2D6B);
color: #fff;
cursor: pointer;
box-shadow: 0 6px 18px rgba(13, 45, 107, .35);
display: flex;
align-items: center;
justify-content: center;
transition: transform .15s ease;
}
.ccd-floating:hover { transform: scale(1.08); } .ccd-open-prefs-link { cursor: pointer; color: var(--ccd-c-accent, #3B82F6); text-decoration: underline; } @media (max-width: 600px) {
.ccd-banner {
left: 12px !important;
right: 12px !important;
bottom: 12px !important;
width: auto !important;
transform: none !important;
padding: 18px;
}
.ccd-layout-bar .ccd-banner { flex-direction: column; align-items: stretch; }
.ccd-banner__actions { flex-direction: column; }
.ccd-btn { width: 100%; }
.ccd-panel__footer { flex-direction: column; }
} .ccd-ccpa-link {
display: inline-block;
margin-top: 6px;
font-size: 13px;
font-weight: 600;
color: var(--ccd-c-accent);
text-decoration: underline;
cursor: pointer;
} .ccd-embed-ph {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 180px;
padding: 24px;
text-align: center;
background: #f1f5f9;
border: 1px dashed #cbd5e1;
border-radius: 10px;
color: #475569;
font-family: "Montserrat", sans-serif;
font-size: 14px;
}
.ccd-embed-ph .ccd-embed-load {
background: var(--ccd-c-primary, #0D2D6B);
color: #fff;
border: none;
border-radius: 8px;
padding: 9px 18px;
font-weight: 600;
cursor: pointer;
}
.ccd-embed-ph .ccd-embed-load:hover { filter: brightness(1.1); } .ccd-cookie-table h3 { color: #0D2D6B; margin: 20px 0 8px; }
.ccd-cookie-table table { width: 100%; border-collapse: collapse; margin-bottom: 8px; font-size: 14px; }
.ccd-cookie-table th { background: #EBF2FF; color: #0D2D6B; text-align: left; padding: 8px 10px; }
.ccd-cookie-table td { border-bottom: 1px solid #E5E7EB; padding: 8px 10px; }
.ccd-cookie-table code { background: #EBF2FF; color: #0D2D6B; padding: 1px 5px; border-radius: 4px; } .ccd-policy { line-height: 1.7; }
.ccd-policy h2 { color: #0D2D6B; font-size: 26px; margin: 0 0 16px; }
.ccd-policy h3 { color: #1A5CB8; font-size: 18px; margin: 26px 0 8px; }
.ccd-policy ul { margin: 0 0 16px 20px; }
.ccd-policy li { margin-bottom: 6px; }
.ccd-policy a { color: #3B82F6; }