.thumb-info-wrapper.overlay:before {
  content: "" !important; /* Restaura el overlay pero lo modificamos */
  opacity: 1 !important; /* Reduce la opacidad para hacerlo menos oscuro */
}

.box-shadow-7.border-radius-2 {
  height: 420px; 
  display: flex;
  flex-direction: column;
}

.thumb-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}


.thumb-info-wrapper {
  height: 275px; 
  overflow: hidden;
}


.thumb-info-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


.thumb-info-content {
  flex: 1; 
  display: flex;
  flex-direction: column;
}


.thumb-info-content-inner {
  height: 100px;
  display: flex;
  flex-direction: column;
}


.thumb-info-content-inner h4 {
  margin-bottom: 0.5rem !important;
}


.thumb-info-content-inner p {
  flex: 1; 
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.thumb-info-content-inner-hidden {
  height: 45px;
  display: flex;
  align-items: center;
}

.carousel-half-full-width-wrapper .owl-item {
  height: auto !important;
}