.date {
	color: var(--primary-color);
	text-align: right;
	margin-bottom: 10px;
}

.date i {
	font-size: 1.4em;
	margin-right: 0.3em;
}
.novedades a, .novedades a:visited {
	color: var(--color);
}
.novedades a:hover {
	text-decoration: none;
}

.novedades .txt {
	text-align: left;
}
.novedades h3 {
	font-family: var(--font);
	text-transform: none;
	font-size: 1.35em;
	font-weight: 800;
	margin: 1.6em 0 0.8em;
	height: 3.6em;
	overflow: hidden;
}
.novedades a:hover img {
	filter: grayscale(25%);
	opacity: 0.7;
}
.novedades a:hover h3 {
	color: var(--primary-color);
}