.sectionEventsHome {
  background-color: #fff;
}

.sectionEventsHome .itemFeatured .containerImg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 380px;
}
.sectionEventsHome .itemFeatured .containerInfo {
  padding: 60px 20px !important;
}

.sectionEventsHome .containerItemCalendar {
  height: 260px;
}
.sectionEventsHome .containerItemCalendar .containerInfoEvent{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sectionEventsHome .viewAll {
  background: linear-gradient(270deg, var(--gradient-botton-1), var(--gradient-botton-2));
  font-weight: 700;
  color: var(--gradient-botton-text);
  width: 100%;
}

@media (max-width: 991px) {
  .sectionEventsHome .itemFeatured .containerImg {
    min-height: 280px;
  }
}

@media (min-width: 1400px) {
  .sectionEventsHome .containerEvents {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}