@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
.futura-categorias{ --fcat-azul:#2563EB; --fcat-line:#E7EAF0;
  font-family:'Jost',sans-serif; background:#F5F9FF; padding:44px clamp(20px,3vw,38px); }
.futura-categorias .fcat-in{ max-width:1300px; margin:0 auto; }
.futura-categorias .fcat-head{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:20px; }
.futura-categorias .fcat-eyebrow{ font-size:12.5px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:var(--fcat-azul); }
.futura-categorias .fcat-nav{ display:flex; align-items:center; gap:8px; }
.futura-categorias .fcat-btn{ width:38px; height:38px; border-radius:50%; border:1.5px solid var(--fcat-line); background:#fff; color:var(--fcat-azul); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all .15s; }
.futura-categorias .fcat-btn:hover{ border-color:var(--fcat-azul); background:var(--fcat-azul); color:#fff; }
.futura-categorias .fcat-btn svg{ width:18px; height:18px; }
.futura-categorias .fcat-btn.swiper-button-disabled{ opacity:.35; cursor:default; }
.futura-categorias .fcat-swiper{ overflow:hidden; }
.futura-categorias .fcat-card{ position:relative; display:block; height:154px; border-radius:16px; overflow:hidden; text-decoration:none;
  background:linear-gradient(135deg,#3b5b8c 0%,#22304f 70%); background-size:cover; background-position:center; }
.futura-categorias .fcat-card::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,18,35,.10) 0%, rgba(10,18,35,.74) 100%); }
.futura-categorias .fcat-txt{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:15px 18px; }
.futura-categorias .fcat-txt b{ display:block; font-family:'Jost',sans-serif; font-size:19px; font-weight:600; color:#fff; line-height:1.12; }
.futura-categorias .fcat-txt span{ display:block; font-size:12.5px; color:rgba(255,255,255,.82); margin-top:2px; }
