/**
 * Ajustes del mosaico de proyectos (home).
 * Contraste del título sobre thumbnails claros.
 */
.cbp-l-grid-mosaic-projects .cbp-caption {
	position: relative;
}

/* Velo inferior: el texto blanco se lee sobre fondos claros u oscuros */
.cbp-l-grid-mosaic-projects .cbp-caption::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48%;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.72) 0%,
		rgba(0, 0, 0, 0.35) 45%,
		rgba(0, 0, 0, 0) 100%
	);
	pointer-events: none;
	z-index: 2;
}

.cbp-l-grid-mosaic-projects .cbp-caption .project-title {
	z-index: 3;
	font-weight: 600;
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.95),
		0 0 6px rgba(0, 0, 0, 0.55),
		0 2px 14px rgba(0, 0, 0, 0.4);
}
