/* ====== HOME: Carrusel de Premium Destacados ====== */
.v5-home-destacados{max-width:1200px;margin:24px auto;padding:0 16px}
.v5-home-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.v5-home-head h2{margin:0}
.v5-link-ver-todos{color:#2196F3;text-decoration:none}

.v5-slider{position:relative}
.v5-slider-viewport{overflow:hidden}
.v5-slider-track{display:flex;will-change:transform;transition:transform .35s ease}
.v5-slide{flex:0 0 auto;width:100%;padding:8px;box-sizing:border-box}

/* Tarjeta */
.v5-card{border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:8px;height:100%}
.v5-card-top{display:flex;align-items:center;gap:8px}
.v5-logo{width:40px;height:40px;border-radius:8px;object-fit:cover;background:#f3f4f6;display:inline-block}
.v5-logo-fallback{display:flex;align-items:center;justify-content:center;font-weight:700;color:#111}
.v5-badge{margin-left:auto;background:#FA1188;color:#fff;padding:4px 8px;border-radius:999px;font-size:12px}

.v5-titulo{font-size:16px;margin:6px 0}
.v5-meta{color:#6b7280;margin:0}
.v5-btn-detalle{display:inline-block;margin-top:auto;background:#2196F3;color:#fff;padding:8px 12px;border-radius:10px;text-decoration:none}

/* Flechas */
.v5-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;background:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.08);width:40px;height:40px;border-radius:999px;cursor:pointer;font-size:22px;line-height:40px;text-align:center}
.v5-prev{left:-6px}
.v5-next{right:-6px}
.v5-arrow:hover{box-shadow:0 4px 14px rgba(0,0,0,.12)}

/* Dots */
.v5-dots{display:flex;gap:8px;justify-content:center;margin-top:10px}
.v5-dots button{width:8px;height:8px;border-radius:999px;border:0;background:#e5e7eb;cursor:pointer}
.v5-dots button.is-active{background:#2196F3}

/* Responsivo: 1 / 2 / 3 por vista */
@media (min-width:720px){
  .v5-slide{width:50%;}
}
@media (min-width:1100px){
  .v5-slide{width:33.3333%;}
}

/* Sombra sutil a destacados */
.v5-card{box-shadow:0 6px 18px rgba(250,17,136,0.08)}

/* ====== DESTACADOS – Overrides finos ====== */
.v5-home-destacados .v5-slider { position: relative; }
.v5-home-destacados .v5-slider-viewport { overflow: hidden; }
.v5-home-destacados .v5-slider-track { display:flex; gap:16px; }

.v5-home-destacados .v5-slide { flex:0 0 clamp(260px, 28vw, 360px); }

.v5-home-destacados .v5-card{
  display:flex; flex-direction:column; justify-content:space-between;
  height:100%;
  border:1px solid #e8edf4; border-radius:16px; padding:16px;
  background:#fff; box-shadow:0 4px 12px rgba(13,31,55,.06);
  text-decoration:none; color:#0f172a;
}
.v5-home-destacados .v5-card:hover{ box-shadow:0 8px 18px rgba(13,31,55,.12); transform:translateY(-1px); }

.v5-home-destacados .v5-card-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.v5-home-destacados .v5-logo{ width:40px; height:40px; border-radius:8px; object-fit:cover; }
.v5-home-destacados .v5-logo-fallback{
  width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center;
  border-radius:8px; font-weight:700; color:#0f172a; background:#e6f0ff;
}

.v5-home-destacados .v5-badge{
  font-size:12px; padding:4px 8px; border-radius:999px; background:#ffe3f2; color:#b1006b;
  font-weight:700; line-height:1;
}

.v5-home-destacados .v5-titulo{
  font-size:16px; line-height:1.3; font-weight:800; margin:6px 0 4px;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.v5-home-destacados .v5-meta{ font-size:13px; color:#475569; margin:0 0 12px; }
.v5-home-destacados .v5-cta{
  align-self:flex-start; font-size:13px; font-weight:700;
  padding:8px 12px; border-radius:10px; background:#1d4ed8; color:#fff;
}

/* Flechas visibles y sin “pastillas blancas” */
.v5-home-destacados .v5-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:40px; height:40px; border-radius:999px; border:0; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  background:#1d4ed8; color:#fff; box-shadow:0 4px 10px rgba(29,78,216,.25);
}
.v5-home-destacados .v5-prev{ left:-6px; }
.v5-home-destacados .v5-next{ right:-6px; }
.v5-home-destacados .v5-arrow::before{
  content: '‹';
  font-size:24px; line-height:1; font-weight:700;
}
.v5-home-destacados .v5-next::before{ content:'›'; }

/* Dots */
.v5-home-destacados .v5-dots{ display:flex; gap:6px; justify-content:center; margin-top:12px; }
.v5-home-destacados .v5-dots button{
  width:8px; height:8px; border-radius:999px; border:0; background:#dbe2ea; cursor:pointer;
}
.v5-home-destacados .v5-dots button.is-active{ background:#1d4ed8; }

/* Oculta navegación si no hace falta */
.v5-home-destacados .v5-slider.no-nav .v5-arrow,
.v5-home-destacados .v5-slider.no-nav .v5-dots{ display:none !important; }

@media (max-width: 680px){
  .v5-home-destacados .v5-slide{ flex-basis: 86vw; }
}

