
		
		
		/*****  NEW FONTS  ****/ 
			/**   ROBOTO  **/

		.roboto-regular {
		  font-family: "Roboto", system-ui;
		  font-weight: 400;
		  font-style: normal;
		}

		.roboto-medium {
		  font-family: "Roboto", system-ui;
		  font-weight: 500;
		  font-style: normal;
		}

		.roboto-bold {
		  font-family: "Roboto", system-ui;
		  font-weight: 700;
		  font-style: normal;
		}

		.roboto-black {
		  font-family: "Roboto", system-ui;
		  font-weight: 900;
		  font-style: normal;
		}



		/** POPPINS **/ 
		.poppins-regular {
		  font-family: "Poppins", system-ui;
		  font-weight: 400;
		  font-style: normal;
		}

		.poppins-medium {
		  font-family: "Poppins", system-ui;
		  font-weight: 500;
		  font-style: normal;
		}

		.poppins-semibold {
		  font-family: "Poppins", system-ui;
		  font-weight: 600;
		  font-style: normal;
		}

		.poppins-bold {
		  font-family: "Poppins", system-ui;
		  font-weight: 700;
		  font-style: normal;
		}

		.poppins-black {
		  font-family: "Poppins", system-ui;
		  font-weight: 900;
		  font-style: normal;
		}


		.f_p_sb{
			font-family: "Poppins" !important;
			font-weight: 600;
			font-style: normal;			
		}
		
		.f_r_b{
			font-family: "Roboto", system-ui;
			font-weight: 500;
			font-style: normal;
		}
		.f_s_14{
			font-size:14px !important;
		}
		.f_s_16{
			font-size:16px !important;
		}
		.f_s_18{
			font-size:18px !important;
		}
		.f_s_20{
			font-size:20px !important;
		}
		
		#menu > section > div > div > div > div > ul > li.active > a {
			font-family: "Poppins", system-ui;
			font-weight: 700;
			font-style: normal;
		}
		.header.light .mega-menu .menu-links > li > a{ 
			font-weight: 500;
		}
		
		.header.light .mega-menu .menu-links > li:hover {
			
			background-color: transparent;
		}
		.header.light .mega-menu .menu-links > li > a:hover {
			color: #0c5ac1;
			font-family: "Poppins", system-ui;
			font-weight: 700;
			font-style: normal;
		}
	
		.azul_texto:hover {
			color: #0c5ac1;
		}
		
		body > div.wrapper > footer > div > div.row > div.col-lg-3.col-sm-6.xs-mb-30.text_center > h6 > a:hover {
			color: #0c5ac1;
			font-family: "Poppins", system-ui;
			font-weight: 700;
			font-style: normal;
		}
		body > div.wrapper > footer > div > div.row > div:nth-child(2) > div > h6 > a:hover {
			color: #0c5ac1;
			font-family: "Poppins", system-ui;
			font-weight: 700;
			font-style: normal;
		}
		body > div.wrapper > footer > div > div.row > div:nth-child(1) > div > h6 > a:hover {
			color: #0c5ac1;
			font-family: "Poppins", system-ui;
			font-weight: 700;
			font-style: normal;
		}
		body > div.wrapper > footer > div > div.row > div:nth-child(4) > h6 > a:hover {
			color: #0c5ac1;
			font-family: "Poppins", system-ui;
			font-weight: 700;
			font-style: normal;
		}
		
		
		
			.foot_el:hover {
			text-align: center;
			background-color: transparent;
		}
		.footer-widget a:hover {
			color: #094798;
			font-weight: 600;
		}
		body > div.wrapper > footer > div > div.footer-widget.mt-20 > div > div.col-lg-4.col-md-6.foot_el.active > p.mt-15.text_center{
			color: #094798;
			font-weight: 600;
		}
		.button{
			font-family: "Poppins", system-ui;
		}
		.footer-widget a{
			font-family: "Roboto", system-ui;
			font-size:14px;
		}
		.footer_menu {
			font-size: 14px !important;
			color: #094798;
			font-family: "Poppins", system-ui;
		}
		.active .footer_menu {
			font-family: "Poppins", system-ui;
			font-weight: 700;
			font-style: normal;
		}
		.title-page{
			font-size: 20px !important;
			font-family: "Poppins" !important;
			font-weight: 600;
			font-style: normal;
		}
	