.evento-card {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.evento-card .titles {
  position: absolute;
  color: white;
  bottom: 0;
  padding: 20px;
  padding-bottom: 25px;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.evento-card .titles h2 {
  margin: 5px 0;
}

.evento-card .titles p {
  margin: 0;
  margin-top: 5px;
}

.evento-card img {
  transition: 0.3s ease;
  height: 400px;
  object-fit: cover;
}

.evento-card .image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.evento-card .image-container a {
  width: 100%;
}

.evento-card .image-container img {
  width: 100%;
}

.evento-card .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
