.cec-youtube-noticiero-carousel .owl-stage {
  display: flex;
}

.cec-youtube-noticiero-carousel .owl-item {
  display: flex;
}

.cec-youtube-noticiero-carousel .owl-item > div {
  width: 100%;
}

.cec-youtube-noticiero-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.cec-youtube-noticiero-carousel .owl-nav button {
  border: 0;
  background: transparent;
  padding: 0;
}

.cec-youtube-noticiero-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.cec-youtube-noticiero-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 999px;
  background: #cfcfcf;
}

.cec-youtube-noticiero-carousel .owl-dot.active span {
  background: #EC1C24;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}