/*
 * aviso-legal — 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.
 */

  /* Libera únicamente la página que contiene este bloque de los límites de Astra/Gutenberg. */
  html:has(#vcsl-legal-v3),
  body:has(#vcsl-legal-v3) {
    overflow-x: clip !important;
  }

  body:has(#vcsl-legal-v3) .site-content,
  body:has(#vcsl-legal-v3) .site-content > .ast-container,
  body:has(#vcsl-legal-v3) #primary,
  body:has(#vcsl-legal-v3) .content-area,
  body:has(#vcsl-legal-v3) #main,
  body:has(#vcsl-legal-v3) .site-main,
  body:has(#vcsl-legal-v3) article.page,
  body:has(#vcsl-legal-v3) article.ast-article-single,
  body:has(#vcsl-legal-v3) .entry-content,
  body:has(#vcsl-legal-v3) .wp-block-post-content,
  body:has(#vcsl-legal-v3) .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(#vcsl-legal-v3) .site-content > .ast-container,
  body:has(#vcsl-legal-v3) #primary,
  body:has(#vcsl-legal-v3) .site-main {
    display: block !important;
  }

  body:has(#vcsl-legal-v3) .entry-header,
  body:has(#vcsl-legal-v3) .ast-page-builder-template .entry-header {
    display: none !important;
  }

  #vcsl-legal-v3,
  #vcsl-legal-v3 * {
    box-sizing: border-box;
  }

  #vcsl-legal-v3 {
    --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-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;
  }

  #vcsl-legal-v3 a {
    color: var(--vc-blue-strong);
    text-decoration: none;
  }

  #vcsl-legal-v3 a:hover {
    color: var(--vc-blue-deep);
  }

  #vcsl-legal-v3 :focus-visible {
    outline: 3px solid rgba(8, 97, 232, 0.28);
    outline-offset: 3px;
  }

  #vcsl-legal-v3 h1,
  #vcsl-legal-v3 h2,
  #vcsl-legal-v3 h3,
  #vcsl-legal-v3 p,
  #vcsl-legal-v3 ul,
  #vcsl-legal-v3 dl,
  #vcsl-legal-v3 dd,
  #vcsl-legal-v3 figure {
    margin-top: 0;
  }

  #vcsl-legal-v3 h1,
  #vcsl-legal-v3 h2,
  #vcsl-legal-v3 h3 {
    color: var(--vc-navy);
    font-weight: 800;
    letter-spacing: -0.035em;
  }

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

  .vcsl-v3-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);
  }

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

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

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

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

  .vcsl-v3-breadcrumb a {
    color: var(--vc-blue-strong);
  }

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

  .vcsl-v3-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;
  }

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

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

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

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

  .vcsl-v3-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);
  }

  .vcsl-v3-visual {
    display: grid;
    gap: 13px;
  }

  .vcsl-v3-logo-card,
  .vcsl-v3-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);
  }

  .vcsl-v3-logo-card {
    min-height: 166px;
    padding: 15px 19px;
  }

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

  .vcsl-v3-car-card {
    position: relative;
    min-height: 230px;
  }

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

  .vcsl-v3-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);
  }

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

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

  .vcsl-v3-content {
    min-width: 0;
  }

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

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

  .vcsl-v3-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;
  }

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

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

  .vcsl-v3-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;
  }

  .vcsl-v3-card:last-child {
    margin-bottom: 0;
  }

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

  .vcsl-v3-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;
  }

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

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

  .vcsl-v3-card p,
  .vcsl-v3-card li {
    color: #48566d;
  }

  .vcsl-v3-card p:last-child,
  .vcsl-v3-card ul:last-child {
    margin-bottom: 0;
  }

  .vcsl-v3-card ul {
    margin-bottom: 0;
    padding-left: 19px;
  }

  .vcsl-v3-card li + li {
    margin-top: 8px;
  }

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

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

  .vcsl-v3-data > div.vcsl-v3-wide {
    grid-column: span 2;
  }

  .vcsl-v3-data > div.vcsl-v3-full {
    grid-column: 1 / -1;
  }

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

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

  .vcsl-v3-note {
    margin-top: 19px;
    padding: 15px 17px;
    border-left: 4px solid var(--vc-blue);
    border-radius: 0 16px 16px 0;
    background: var(--vc-blue-soft);
    color: #34425b;
  }

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

  .vcsl-v3-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;
  }

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

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

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

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

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

  .vcsl-v3-index {
    display: grid;
    gap: 6px;
  }

  .vcsl-v3-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;
  }

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

  .vcsl-v3-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;
  }

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

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

  .vcsl-v3-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;
  }

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

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

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

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

  .vcsl-v3-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }

  .vcsl-v3-footer-links a {
    font-size: 0.828rem;
    font-weight: 800;
  }

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

    .vcsl-v3-summary {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vcsl-v3-data {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

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

    .vcsl-v3-visual {
      grid-template-columns: 0.8fr 1.2fr;
    }

    .vcsl-v3-aside {
      position: static;
      order: -1;
    }

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

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

    .vcsl-v3-visual,
    .vcsl-v3-summary,
    .vcsl-v3-data,
    .vcsl-v3-contact-grid {
      grid-template-columns: 1fr;
    }

    .vcsl-v3-data > div.vcsl-v3-wide,
    .vcsl-v3-data > div.vcsl-v3-full {
      grid-column: auto;
    }

    .vcsl-v3-footer-inner {
      align-items: flex-start;
      flex-direction: column;
    }
  }

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

    .vcsl-v3-hero {
      padding-top: 27px;
    }

    #vcsl-legal-v3 h1 {
      font-size: clamp(1.875rem, 13vw, 2.21rem);
    }

    .vcsl-v3-card,
    .vcsl-v3-aside,
    .vcsl-v3-logo-card,
    .vcsl-v3-car-card {
      border-radius: 20px;
    }

    .vcsl-v3-index {
      grid-template-columns: 1fr;
    }

    .vcsl-v3-number {
      flex-basis: 38px;
      width: 30px;
      height: 30px;
    }
  }

  @media print {
    #vcsl-legal-v3 {
      width: auto !important;
      max-width: none !important;
      margin: 0 !important;
      color: #000;
      font-size: 11pt;
    }

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

    .vcsl-v3-hero-grid,
    .vcsl-v3-layout {
      display: block;
    }

    .vcsl-v3-visual,
    .vcsl-v3-aside,
    .vcsl-v3-actions,
    .vcsl-v3-footer-links {
      display: none;
    }

    .vcsl-v3-card,
    .vcsl-v3-summary article {
      break-inside: avoid;
      box-shadow: none;
    }
  }
