.barra-destacados {
	background-color: #ECECEC;
	padding-top: 10px;
	min-height: 75px;
	font-size: 11px;
}
.destacado-barra-destacados {
	height: 55px;
	overflow: hidden;
	display: flex;
	background-color: white;
	padding: 7px;
	margin-bottom: 7px;
}
.destacado-barra-destacados img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	margin-right: 15px;
}
.destacado-barra-destacados.ver-mas {
	background-color: #0A629D;
	color: white;
}

/* lg P */
@media (max-width: 1200px) {
	.barra-destacados {
		padding: 5px 0 0 0;
		min-height: 57px;
		font-size: 10px;
	}
	.destacado-barra-destacados {
		height: 46px;
		padding: 6px;
		margin-bottom: 5px;
	}
	.destacado-barra-destacados img {
		width: 35px;
		height: 35px;
		margin-right: 12px;
	}
}

/* md T */
@media (max-width: 992px) {
	.barra-destacados {
		padding: 10px 0 0 0;
		height: auto;
		font-size: 14px;
	}
	.destacado-barra-destacados {
		height: 66px;
		padding: 10px;
		margin-bottom: 10px;
	}
	.destacado-barra-destacados img {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
}

/* xd M */
@media (max-width: 768px) {
	.barra-destacados {
		padding: 10px 0 0 0;
		height: auto;
		font-size: 10px;
	}
	.destacado-barra-destacados {
		height: 46px;
		padding: 5px;
		margin-bottom: 10px;
	}
	.destacado-barra-destacados img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

/* Dark Mode */
.barra-destacados.dark {
	background-color: #707070;
	padding-top: 10px;
	min-height: 75px;
	font-size: 11px;
}

.destacado-barra-destacados.dark {
	height: 55px;
	overflow: hidden;
	display: flex;
	background-color: #282828;
	padding: 7px;
	color: #FFFFFF;
	margin-bottom: 7px;
}