/* Hoja de las paginas legales (/aviso-legal/, /privacidad/, /cookies/).
   La landing lleva sus estilos dentro del HTML; estas tres son documentos de
   texto y comparten esto para no triplicarlo. */

@font-face{font-family:'Albert Sans';font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/albert-sans-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Albert Sans';font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/albert-sans-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Albert Sans';font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/albert-sans-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Albert Sans';font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/albert-sans-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Albert Sans';font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/albert-sans-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Albert Sans';font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/albert-sans-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Albert Sans';font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/albert-sans-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Albert Sans';font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/albert-sans-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

:root{
  --ink:#1d1d1f; --ink-soft:#6e6e73; --ink-mute:#86868b;
  --line:#e3e3e6; --blue:#0071e3; --blue-dark:#0066cc; --gray:#f5f5f7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; background:#fff; color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,'SF Pro Text','Albert Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased;
}
a{color:var(--blue-dark);text-decoration:none}
a:hover{text-decoration:underline}
p{text-wrap:pretty}

.barra{
  position:sticky; top:0; z-index:10; background:rgba(0,0,0,.78);
  backdrop-filter:saturate(180%) blur(20px); -webkit-backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.barra__inner{max-width:720px;margin:0 auto;padding:0 22px;height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.marca{display:inline-flex;align-items:center;gap:11px;color:#f5f5f7}
.marca span{font-family:Jost,-apple-system,Helvetica,sans-serif;font-weight:300;font-size:17px;letter-spacing:.2em;text-indent:.2em;text-transform:uppercase}
.volver{font-size:13px;color:#2997ff}
.volver:hover{opacity:.75;text-decoration:none}

main{max-width:720px;margin:0 auto;padding:clamp(38px,6vw,64px) 22px clamp(52px,7vw,80px)}
h1{font-size:clamp(30px,5vw,44px);line-height:1.1;letter-spacing:-.025em;font-weight:700;margin:0}
.fecha{color:var(--ink-mute);font-size:13.5px;margin:10px 0 0}
h2{font-size:clamp(20px,2.6vw,24px);letter-spacing:-.015em;font-weight:600;margin:44px 0 0}
h3{font-size:17px;font-weight:600;margin:26px 0 0}
p,ul,ol{margin:14px 0 0}
ul,ol{padding-left:22px}
li{margin:7px 0}
.sutil{color:var(--ink-soft)}

/* Los datos que faltan por rellenar. Se marcan en amarillo a proposito: si
   alguno se cuela en produccion, canta. */
.hueco{
  background:#fff3c4; border-bottom:1px dashed #d9a900; padding:1px 5px;
  border-radius:3px; font-weight:600; white-space:nowrap;
}

.aviso{
  margin:28px 0 0; padding:16px 18px; background:var(--gray);
  border-left:3px solid var(--blue); border-radius:0 13px 13px 0;
  font-size:14.5px; color:var(--ink-soft);
}

table{border-collapse:collapse;width:100%;margin:14px 0 0;font-size:14.5px}
th,td{text-align:left;vertical-align:top;padding:10px 12px;border-bottom:1px solid var(--line)}
th{font-weight:600;color:var(--ink);width:34%}
td{color:var(--ink-soft)}

.pie{border-top:1px solid var(--line);margin-top:52px;padding-top:22px;font-size:13.5px;color:var(--ink-mute);display:flex;flex-wrap:wrap;gap:8px 20px}

@media (max-width:600px){
  th,td{display:block;width:auto;border-bottom:0;padding:3px 0}
  th{padding-top:12px}
  td{padding-bottom:12px;border-bottom:1px solid var(--line)}
}
