@charset "UTF-8";

.secciones .tarjetita p{
	color: var(--negro-80);
}

.secciones .tarjetita:hover p {
	color: var(--blanco);
}