﻿.group-btn:hover img {
  filter: hue-rotate(180deg) brightness(1000%) saturate(0%);
  transition: filter 0.5s;
}

.car{
  animation: wobble 5s infinite;
}

.cloud{
  animation: swing 5s infinite;
}

.header-sala{
  animation: shakeY 5s infinite;
}

.splide__enlaces .splide__slide img {
  width: clamp(5rem, 12vw, 8.75rem); /* entre 80px y 140px */
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
