.hero-eventos {
  background: url('../images/hero/eventos.jpg') center/cover no-repeat;
  height: 430px;
  position: relative;
}

.hero-eventos .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}

.fecha-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 0.85rem;
}

.card-img-top{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.evento-card p:last-of-type{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}