 

.section__prensa-destacados .scroll-content {
  overflow: auto;
}
.section__prensa-destacados .scroll-content::-webkit-scrollbar {
	width: 8px;
	background: rgba(255, 255, 255, 1);
}
.section__prensa-destacados .scroll-content::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: var(--bs-gray-background);
}
.section__prensa-destacados .scroll-content::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--bs-gray-light);
}
.section__prensa-destacados .cover-pill {
	max-width: 120px;
	height: 120px;
	position: relative;
}
.section__prensa-destacados .cover-pill img {
	object-fit: cover;
  width: 100%;
  height: 100%;
}
.section__prensa-destacados .label-nuevo {
	display: inline-flex;
	padding: 0.25rem 0.5rem;
	justify-content: center;
	align-items: center;
	background: var(--bs-primary-light);
	color: var(--bs-white);
	border-radius: 8px;
  position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	left: 0;
	top: 0;
}
/* Videos */

.section__prensa-destacados .videos-destacados-prensa figure {
	overflow: hidden;
	height: 220px;
	border-radius: 1rem;
}

.section__prensa-destacados .videos-destacados-prensa figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.section__prensa-destacados	.icos-link {
		text-decoration: none;
	}
.section__prensa-destacados .content-img-card-bch {
	background-size: cover;
  background-position: center;
}