@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
.futura-numeros{ --fn-tinta:#0F172A; --fn-azul:#2563EB; --fn-line:#DCE6F3; --fn-muted:#5B6472; --fn-muted2:#94A0B2;
  font-family:'Jost',sans-serif; background:#F5F9FF; padding:44px clamp(20px,3vw,38px); }
.futura-numeros .fn-in{ max-width:1300px; margin:0 auto; }
.futura-numeros .fn-eyebrow{ font-size:12.5px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:var(--fn-azul); margin:0 0 20px; }
.futura-numeros .fn-grid{ display:grid; grid-template-columns:repeat(5,1fr); gap:8px; }
.futura-numeros .fn-item{ display:flex; align-items:center; gap:14px; padding:0 18px; }
.futura-numeros .fn-item:not(:last-child){ border-right:1px solid var(--fn-line); }
.futura-numeros .fn-ic{ width:42px; height:42px; flex-shrink:0; color:var(--fn-azul); }
.futura-numeros .fn-ic svg{ width:100%; height:100%; }
.futura-numeros .fn-item b{ display:block; font-family:'Jost',sans-serif; font-size:24px; font-weight:700; color:var(--fn-tinta); line-height:1; }
.futura-numeros .fn-item span{ display:block; font-size:12.5px; color:var(--fn-muted); margin-top:5px; line-height:1.25; }
@media (max-width:1024px){ .futura-numeros .fn-grid{ grid-template-columns:repeat(3,1fr); row-gap:26px; } .futura-numeros .fn-item{ border-right:none; } }
@media (max-width:640px){ .futura-numeros .fn-grid{ grid-template-columns:repeat(2,1fr); } }
