.background-img {
  height: 60vh;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47,53,58,0.6); /* Ajustá la opacidad */
}

.custom-shadow {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hover-effect:hover {
  transform: scale(0.9);
}

.tarjeta{
  width: 350px;
  height: 267px;

}

.zona{
  width: 400px;
  height: 267px;
  margin: 20px;
}

.capa{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47,53,58,0.55); /* Ajustá la opacidad */
}