/*
*	ESTE ARCHIVO FUE CREADO PARA INCORPORAR ESTILOS PERSONALIZADOS 
*	SE DEBEN INCORPORAR REGLAS DE ESTILO BASICAS SOBRE LOS TEXTOS
*/

.texto-pequeno-0-6rem {
	font-size: 0.6rem; /* 9.6px */
	line-height: 1rem; /* 16px */
}

.texto-pequeno-1 {
	font-size: 0.875rem; /* 14px */
	line-height: 1.188rem; /* 19px */
}
.texto-pequeno-1-imp {
	font-size: 0.875rem !important; /* 14px */
	line-height: 1.188rem !important; /* 19px */
}

.texto-pequeno-2 {
	font-size: 0.938rem; /* 15px */
	line-height: 1.25rem; /* 20px */
}

.texto-base {
	font-size: 1rem; /* 16px */
	line-height: 1.3rem; /* 21.82px */
}

.texto-medio {
	font-size: 1.125rem; /* 18px */
	line-height: 1.875rem; /* 21.82px */
}

.subtitulo {
	font-size: 1.563rem; /* 25px */
	line-height: 2.125rem; /* 34px */
}
.subtitulo-imp {
	font-size: 1.563rem !important; /* 25px */
	line-height: 2.125rem !important; /* 34px */
}

.titulo-1 {
	font-size: 2.188rem; /* 35px */
	line-height: 2.984rem; /* 47.74px */
}

.titulo-1-imp {
	font-size: 2.188rem !important; /* 35px */
	line-height: 2.984rem !important; /* 47.74px */
}

.titulo-2 {
	font-size: 3.438rem; /* 55px */
	line-height: 3.75rem; /* 60px */
}

.titulo-3 {
	font-size: 3.75rem; /* 60px */
	line-height: 4.125rem; /* 66px */
}
