/*
Description : creados para trabajar las pagina del Indice ICR
Version : 1.0 
Author : Cristián Alvarez
 
 
*/

	.icrTit h2
 	{
    	/* font-family: "Manrope", Sans-serif !important; */
    	font-size: 35px !important;
    	font-weight: 700;
    	color: #075180 !important;
	}
	.icrTit h4
 	{
    	/* font-family: "Manrope", Sans-serif !important; */
    	font-size: 20px !important;
    	font-weight: 700;
    	color: #075180 !important;
	}
	.icrtxt p {
    	text-align: left;
    	font-family: "Rubik", Sans-serif !important;
    	font-size: 18px !important;
    	font-weight: 300;
    	line-height: 27px;
    	color: #425c7c;
		margin-bottom: 20px;
	}
	

	.icr_header_tit h1 {
		font-family: "Manrope", Sans-serif !important;
    	font-size: 65px !important;
    	font-weight: 700 !important;
    	line-height: 74px;
    	color: #FFFFFF !important;
	}
	

@media screen and (max-width: 768px) {
	
	.icr_header_tit h1 {
        font-family: "Manrope", Sans-serif !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 35px;
        color: #FFFFFF !important;
	}
	.icrTit h2
 	{
    	/* font-family: "Manrope", Sans-serif !important; */
    	font-size: 26px !important;
    	font-weight: 700;
    	color: #075180 !important;
	}
	.icrTit h4
 	{
    	/* font-family: "Manrope", Sans-serif !important; */
    	font-size: 16px !important;
    	font-weight: 700;
    	color: #075180 !important;
	}
	.icrtxt p {
    	text-align: left;
    	font-family: "Rubik", Sans-serif !important;
    	font-size: 15px !important;
    	font-weight: 400;
    	line-height: 27px;
    	color: #425c7c;
		margin-bottom: 20px;
	}
	
}




