/*
 * aviso-de-cookies — escala compacta de "Cómo funciona".
 *
 * Esta página lleva su propio CSS dentro del contenido, guardado en la base
 * de datos. Esta hoja repite esas reglas con las tipografías y los espacios
 * ya ajustados, y se imprime después del contenido para prevalecer sobre él.
 * Generado a partir del CSS publicado; si se reedita la página en WordPress,
 * hay que regenerar este archivo.
 */

  /* Ancho completo solo para la página que contiene este bloque. */
  html:has(#vcsc-cookies-v1),
  body:has(#vcsc-cookies-v1) {
    overflow-x: clip !important;
  }

  body:has(#vcsc-cookies-v1) .site-content,
  body:has(#vcsc-cookies-v1) .site-content > .ast-container,
  body:has(#vcsc-cookies-v1) #primary,
  body:has(#vcsc-cookies-v1) .content-area,
  body:has(#vcsc-cookies-v1) #main,
  body:has(#vcsc-cookies-v1) .site-main,
  body:has(#vcsc-cookies-v1) article.page,
  body:has(#vcsc-cookies-v1) article.ast-article-single,
  body:has(#vcsc-cookies-v1) .entry-content,
  body:has(#vcsc-cookies-v1) .wp-block-post-content,
  body:has(#vcsc-cookies-v1) .wp-block-html {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
  }

  body:has(#vcsc-cookies-v1) .site-content > .ast-container,
  body:has(#vcsc-cookies-v1) #primary,
  body:has(#vcsc-cookies-v1) .site-main {
    display: block !important;
  }

  body:has(#vcsc-cookies-v1) .entry-header,
  body:has(#vcsc-cookies-v1) .ast-page-builder-template .entry-header {
    display: none !important;
  }

  #vcsc-cookies-v1,
  #vcsc-cookies-v1 * {
    box-sizing: border-box;
  }

  #vcsc-cookies-v1 {
    --vc-blue: #0861e8;
    --vc-blue-strong: #0354d6;
    --vc-blue-deep: #063aa3;
    --vc-blue-soft: #eaf2ff;
    --vc-navy: #071d49;
    --vc-text: #1d2939;
    --vc-muted: #667085;
    --vc-line: #dce4f0;
    --vc-line-soft: #e9eef6;
    --vc-surface: #ffffff;
    --vc-soft: #f7f9fc;
    --vc-success: #087a55;
    --vc-success-soft: #eafaf4;
    --vc-warning: #9a5b00;
    --vc-warning-soft: #fff7e8;
    --vc-shadow-sm: 0 12px 34px rgba(8, 29, 73, 0.07);
    --vc-shadow-md: 0 28px 80px rgba(8, 29, 73, 0.12);

    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow: hidden;
    background: #fff;
    color: var(--vc-text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #vcsc-cookies-v1 a {
    color: var(--vc-blue-strong);
    text-decoration: none;
  }

  #vcsc-cookies-v1 a:hover {
    color: var(--vc-blue-deep);
  }

  #vcsc-cookies-v1 :focus-visible {
    outline: 3px solid rgba(8, 97, 232, 0.28);
    outline-offset: 3px;
  }

  #vcsc-cookies-v1 h1,
  #vcsc-cookies-v1 h2,
  #vcsc-cookies-v1 h3,
  #vcsc-cookies-v1 p,
  #vcsc-cookies-v1 ul,
  #vcsc-cookies-v1 dl,
  #vcsc-cookies-v1 dd,
  #vcsc-cookies-v1 figure {
    margin-top: 0;
  }

  #vcsc-cookies-v1 h1,
  #vcsc-cookies-v1 h2,
  #vcsc-cookies-v1 h3 {
    color: var(--vc-navy);
    font-weight: 800;
    letter-spacing: -0.035em;
  }

  .vcsc-v1-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: clamp(15px, 4vw, 49px);
  }

  .vcsc-v1-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(29px, 5vw, 49px) 0 clamp(34px, 5.5vw, 55px);
    overflow: hidden;
    background:
      radial-gradient(circle at 87% 13%, rgba(8, 97, 232, 0.15), transparent 24%),
      radial-gradient(circle at 8% 92%, rgba(8, 97, 232, 0.08), transparent 29%),
      linear-gradient(180deg, #fff 0%, #f5f8ff 100%);
    border-bottom: 1px solid var(--vc-line-soft);
  }

  .vcsc-v1-hero::before,
  .vcsc-v1-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(8, 97, 232, 0.14);
    border-radius: 50%;
    pointer-events: none;
  }

  .vcsc-v1-hero::before {
    width: 470px;
    height: 470px;
    top: -300px;
    right: -105px;
  }

  .vcsc-v1-hero::after {
    width: 330px;
    height: 330px;
    top: -205px;
    right: -27px;
  }

  .vcsc-v1-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #6f7d93;
    font-size: 0.828rem;
    font-weight: 750;
  }

  .vcsc-v1-breadcrumb a {
    color: var(--vc-blue-strong);
  }

  .vcsc-v1-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    align-items: center;
    gap: clamp(27px, 5vw, 54px);
  }

  .vcsc-v1-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--vc-blue);
    font-size: 0.736rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .vcsc-v1-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }

  #vcsc-cookies-v1 h1 {
    max-width: 1120px;
    margin-bottom: 19px;
    font-size: clamp(2.125rem, 5.4vw, 3rem);
    line-height: 0.98;
  }

  .vcsc-v1-intro {
    max-width: 1040px;
    margin-bottom: 0;
    color: var(--vc-muted);
    font-size: clamp(0.966rem, 1.7vw, 1rem);
    line-height: 1.72;
  }

  .vcsc-v1-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .vcsc-v1-pill {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #d8e5fa;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #34425b;
    font-size: 0.81rem;
    font-weight: 780;
    box-shadow: 0 7px 20px rgba(8, 29, 73, 0.04);
  }

  .vcsc-v1-visual {
    display: grid;
    gap: 13px;
  }

  .vcsc-v1-logo-card,
  .vcsc-v1-car-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(8, 97, 232, 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--vc-shadow-md);
  }

  .vcsc-v1-logo-card {
    min-height: 166px;
    padding: 15px 19px;
  }

  .vcsc-v1-logo-card img {
    display: block;
    width: 100%;
    height: 138px;
    object-fit: contain;
  }

  .vcsc-v1-car-card {
    position: relative;
    min-height: 230px;
  }

  .vcsc-v1-car-card img {
    display: block;
    width: 100%;
    height: clamp(230px, 24vw, 340px);
    object-fit: cover;
    object-position: center;
  }

  .vcsc-v1-car-card figcaption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 14px;
    background: rgba(7, 29, 73, 0.82);
    color: #fff;
    font-size: 0.782rem;
    font-weight: 750;
    backdrop-filter: blur(10px);
  }

  .vcsc-v1-main {
    padding: clamp(35px, 6vw, 53px) 0 50px;
  }

  .vcsc-v1-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
    gap: clamp(22px, 3.5vw, 41px);
    align-items: start;
  }

  .vcsc-v1-content {
    min-width: 0;
  }

  .vcsc-v1-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
  }

  .vcsc-v1-summary article {
    min-height: 100%;
    padding: 19px;
    border: 1px solid var(--vc-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--vc-shadow-sm);
  }

  .vcsc-v1-summary span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 34px;
    margin-bottom: 14px;
    padding: 0 10px;
    border-radius: 12px;
    background: var(--vc-blue-soft);
    color: var(--vc-blue-strong);
    font-size: 0.78rem;
    font-weight: 900;
  }

  .vcsc-v1-summary h2 {
    margin-bottom: 9px;
    font-size: 0.938rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .vcsc-v1-summary p {
    margin-bottom: 0;
    color: var(--vc-muted);
    font-size: 0.837rem;
    line-height: 1.55;
  }

  .vcsc-v1-card {
    margin-bottom: 19px;
    padding: clamp(20px, 3vw, 29px);
    border: 1px solid var(--vc-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--vc-shadow-sm);
    scroll-margin-top: 24px;
  }

  .vcsc-v1-card:last-child {
    margin-bottom: 0;
  }

  .vcsc-v1-section-head {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
  }

  .vcsc-v1-number {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: var(--vc-blue-soft);
    color: var(--vc-blue-strong);
    font-size: 0.782rem;
    font-weight: 900;
  }

  .vcsc-v1-card h2 {
    margin-bottom: 0;
    font-size: clamp(1.076rem, 2.5vw, 1.875rem);
    line-height: 1.14;
  }

  .vcsc-v1-card h3 {
    margin: 24px 0 9px;
    font-size: 0.966rem;
    letter-spacing: -0.015em;
  }

  .vcsc-v1-card p,
  .vcsc-v1-card li,
  .vcsc-v1-card dd {
    color: #48566d;
  }

  .vcsc-v1-card p:last-child,
  .vcsc-v1-card ul:last-child,
  .vcsc-v1-card dl:last-child {
    margin-bottom: 0;
  }

  .vcsc-v1-card ul {
    margin-bottom: 0;
    padding-left: 19px;
  }

  .vcsc-v1-card li + li {
    margin-top: 8px;
  }

  .vcsc-v1-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 20px;
  }

  .vcsc-v1-data > div {
    min-width: 0;
    padding: 14px 14px;
    border: 1px solid var(--vc-line-soft);
    border-radius: 16px;
    background: var(--vc-soft);
  }

  .vcsc-v1-data > div.vcsc-v1-wide {
    grid-column: span 2;
  }

  .vcsc-v1-data > div.vcsc-v1-full {
    grid-column: 1 / -1;
  }

  .vcsc-v1-data dt {
    margin-bottom: 4px;
    color: var(--vc-muted);
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .vcsc-v1-data dd {
    margin-bottom: 0;
    color: var(--vc-navy);
    font-weight: 750;
    overflow-wrap: anywhere;
  }

  .vcsc-v1-purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 19px;
  }

  .vcsc-v1-purpose {
    padding: 15px;
    border: 1px solid var(--vc-line-soft);
    border-radius: 18px;
    background: var(--vc-soft);
  }

  .vcsc-v1-purpose h3 {
    margin: 0 0 8px;
    font-size: 0.92rem;
  }

  .vcsc-v1-purpose p {
    margin-bottom: 8px;
    font-size: 0.856rem;
    line-height: 1.58;
  }

  .vcsc-v1-purpose small {
    display: block;
    color: #475467;
    font-size: 0.754rem;
    line-height: 1.5;
  }

  .vcsc-v1-note,
  .vcsc-v1-warning,
  .vcsc-v1-success {
    margin-top: 19px;
    padding: 15px 17px;
    border-radius: 0 16px 16px 0;
    color: #34425b;
  }

  .vcsc-v1-note {
    border-left: 4px solid var(--vc-blue);
    background: var(--vc-blue-soft);
  }

  .vcsc-v1-warning {
    border-left: 4px solid var(--vc-warning);
    background: var(--vc-warning-soft);
  }

  .vcsc-v1-success {
    border-left: 4px solid var(--vc-success);
    background: var(--vc-success-soft);
  }

  .vcsc-v1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 19px;
  }

  .vcsc-v1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 14px;
    border: 1px solid #cbdcf8;
    border-radius: 14px;
    background: #fff;
    color: var(--vc-blue-strong) !important;
    font-size: 0.837rem;
    font-weight: 850;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  .vcsc-v1-btn:hover {
    transform: translateY(-2px);
    background: var(--vc-blue-soft);
    box-shadow: 0 10px 24px rgba(8, 97, 232, 0.12);
  }

  .vcsc-v1-btn--primary {
    border-color: var(--vc-blue);
    background: var(--vc-blue);
    color: #fff !important;
  }

  .vcsc-v1-btn--primary:hover {
    background: var(--vc-blue-deep);
  }

  .vcsc-v1-aside {
    position: sticky;
    top: 24px;
    padding: 19px;
    border: 1px solid var(--vc-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--vc-shadow-sm);
  }

  .vcsc-v1-aside h2 {
    margin-bottom: 14px;
    font-size: 0.966rem;
    letter-spacing: -0.02em;
  }

  .vcsc-v1-index {
    display: grid;
    gap: 6px;
  }

  .vcsc-v1-index a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 11px;
    min-height: 42px;
    padding: 9px 11px;
    border-radius: 12px;
    color: #3e4d65 !important;
    font-size: 0.819rem;
    font-weight: 760;
  }

  .vcsc-v1-index a:hover {
    background: var(--vc-blue-soft);
    color: var(--vc-blue-deep) !important;
  }

  .vcsc-v1-aside-note {
    margin: 20px 0 0;
    padding-top: 15px;
    border-top: 1px solid var(--vc-line-soft);
    color: var(--vc-muted);
    font-size: 0.791rem;
  }

  .vcsc-v1-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 17px;
  }

  .vcsc-v1-contact {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--vc-line-soft);
    border-radius: 16px;
    background: var(--vc-soft);
  }

  .vcsc-v1-contact small {
    display: block;
    margin-bottom: 5px;
    color: var(--vc-muted);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .vcsc-v1-contact strong {
    display: block;
    color: var(--vc-navy);
    overflow-wrap: anywhere;
  }

  .vcsc-v1-footer {
    padding: 27px 0;
    border-top: 1px solid var(--vc-line-soft);
    background: var(--vc-soft);
  }

  .vcsc-v1-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }

  .vcsc-v1-footer p {
    margin-bottom: 0;
    color: var(--vc-muted);
    font-size: 0.828rem;
  }

  .vcsc-v1-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }

  .vcsc-v1-footer-links a {
    font-size: 0.828rem;
    font-weight: 800;
  }

  @media (max-width: 1180px) {
    .vcsc-v1-hero-grid {
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    }

    .vcsc-v1-summary,
    .vcsc-v1-data {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .vcsc-v1-hero-grid,
    .vcsc-v1-layout {
      grid-template-columns: 1fr;
    }

    .vcsc-v1-visual {
      grid-template-columns: 0.8fr 1.2fr;
    }

    .vcsc-v1-aside {
      position: static;
      order: -1;
    }

    .vcsc-v1-index {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 680px) {
    .vcsc-v1-shell {
      padding-inline: 14px;
    }

    .vcsc-v1-visual,
    .vcsc-v1-summary,
    .vcsc-v1-data,
    .vcsc-v1-purpose-grid,
    .vcsc-v1-contact-grid {
      grid-template-columns: 1fr;
    }

    .vcsc-v1-data > div.vcsc-v1-wide,
    .vcsc-v1-data > div.vcsc-v1-full {
      grid-column: auto;
    }

    .vcsc-v1-footer-inner {
      align-items: flex-start;
      flex-direction: column;
    }
  }

  @media (max-width: 480px) {
    .vcsc-v1-shell {
      padding-inline: 11px;
    }

    .vcsc-v1-hero {
      padding-top: 27px;
    }

    #vcsc-cookies-v1 h1 {
      font-size: clamp(1.875rem, 13vw, 2.21rem);
    }

    .vcsc-v1-card,
    .vcsc-v1-aside,
    .vcsc-v1-logo-card,
    .vcsc-v1-car-card {
      border-radius: 20px;
    }

    .vcsc-v1-index {
      grid-template-columns: 1fr;
    }

    .vcsc-v1-number {
      flex-basis: 38px;
      width: 30px;
      height: 30px;
    }
  }

  @media print {
    #vcsc-cookies-v1 {
      width: auto !important;
      max-width: none !important;
      margin: 0 !important;
      color: #000;
      font-size: 11pt;
    }

    .vcsc-v1-hero,
    .vcsc-v1-main,
    .vcsc-v1-footer {
      padding: 17px 0;
      background: #fff;
    }

    .vcsc-v1-hero-grid,
    .vcsc-v1-layout {
      display: block;
    }

    .vcsc-v1-visual,
    .vcsc-v1-aside,
    .vcsc-v1-actions,
    .vcsc-v1-footer-links {
      display: none;
    }

    .vcsc-v1-card,
    .vcsc-v1-summary article,
    .vcsc-v1-purpose {
      break-inside: avoid;
      box-shadow: none;
    }
  }

  .vcsc-v1-table-wrap {
    width: 100%;
    margin-top: 19px;
    overflow-x: auto;
    border: 1px solid var(--vc-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 29, 73, 0.05);
    -webkit-overflow-scrolling: touch;
  }

  .vcsc-v1-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    text-align: left;
  }

  .vcsc-v1-table th,
  .vcsc-v1-table td {
    padding: 14px 15px;
    border-bottom: 1px solid var(--vc-line-soft);
    vertical-align: top;
  }

  .vcsc-v1-table th {
    background: #f4f7fc;
    color: var(--vc-navy);
    font-size: 0.791rem;
    font-weight: 850;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }

  .vcsc-v1-table td {
    color: #40506a;
    font-size: 0.874rem;
    line-height: 1.55;
  }

  .vcsc-v1-table tr:last-child td {
    border-bottom: 0;
  }

  .vcsc-v1-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 820;
    white-space: nowrap;
  }

  .vcsc-v1-status--required {
    background: #eef4ff;
    color: var(--vc-blue-deep);
  }

  .vcsc-v1-status--consent {
    background: var(--vc-warning-soft);
    color: var(--vc-warning);
  }

  .vcsc-v1-note {
    margin: 24px 0 0;
    padding: 15px 17px;
    border: 1px solid #d8e5fa;
    border-left: 4px solid var(--vc-blue);
    border-radius: 16px;
    background: linear-gradient(135deg, #f3f7ff, #fff);
    color: #44536b;
  }

  .vcsc-v1-note strong {
    color: var(--vc-navy);
  }

  .vcsc-v1-browser-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 19px;
  }

  .vcsc-v1-browser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    min-height: 74px;
    padding: 14px 14px;
    border: 1px solid var(--vc-line);
    border-radius: 16px;
    background: #fff;
    color: var(--vc-navy) !important;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(8, 29, 73, 0.04);
  }

  .vcsc-v1-browser:hover {
    border-color: #b9cff4;
    transform: translateY(-1px);
  }

  .vcsc-v1-browser span:last-child {
    color: var(--vc-blue);
  }

  .vcsc-v1-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
  }

  .vcsc-v1-checklist li {
    position: relative;
    padding: 13px 14px 13px 31px !important;
    border: 1px solid var(--vc-line-soft);
    border-radius: 14px;
    background: var(--vc-soft);
  }

  .vcsc-v1-checklist li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    top: 13px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--vc-blue-soft);
    color: var(--vc-blue);
    font-size: 0.736rem;
    font-weight: 900;
  }

  @media (max-width: 720px) {
    .vcsc-v1-browser-grid,
    .vcsc-v1-checklist {
      grid-template-columns: 1fr;
    }

    .vcsc-v1-table th,
    .vcsc-v1-table td {
      padding: 12px 13px;
    }
  }

