html {
  scroll-behavior: smooth;
}
/* Prolijidad del carrusel de servicios */
.foogallery.fg-carousel .fg-item {
  flex: 0 0 auto !important;
  max-width: 260px;          /* ancho máximo de cada tarjeta */
  margin-right: 16px !important;
}
.foogallery.fg-carousel img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

/* Un poco de respiro lateral en mobile */
@media (max-width: 768px) {
  .foogallery.fg-carousel .fg-item { max-width: 70vw; }
}