/* REGLAS CSS PARA LOS TEXTOS */

.title-xl{
	font-size: 4rem;
	line-height: 4.66rem;
}

.title-l{
	font-size: 1.917rem;
	line-height: 2.25rem;
}

.title-m{
	font-size: 1.583rem;
	line-height: 1.833rem;
}

.title-s{
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.texto-base{
	font-size: 1rem;
	line-height: 1.1rem;
	color: var(--gris-texto-base);
}
