/*agregamos la ruta de las fonts */

/*___________________ruta de font */
/*display bold*/
@font-face{
	font-family:'bnmx_d_b';
	src:url('../fonts/bnmx_d/bnmx_d_b.woff') format('woff'),
		url('../fonts/bnmx_d/bnmx_d_b.woff2') format('woff2'),;
	font-weight:bold;
}
/*display regular*/
@font-face{
	font-family:'bnmx_d_r';
	src:url('../fonts/bnmx_d/bnmx_d_r.woff') format('woff'),
		url('../fonts/bnmx_d/bnmx_d_r.woff2') format('woff2');
	font-weight:normal;
}
/*micro_bold*/
@font-face{
	font-family:'bnmx_m_b';
	src:url('../fonts/bnmx_m/bnmx_m_b.woff') format('woff'),
		url('../fonts/bnmx_m/bnmx_m_b.woff2') format('woff2');
	font-weight:bold;
	font-style:normal;
}
/*micro_regular*/
@font-face{
	font-family:'bnmx_m_r';
	src:url('../fonts/bnmx_m/bnmx_m_r.woff')format('woff'),
		url('../fonts/bnmx_m/bnmx_m_r.woff2')format('woff2');
	font-weight:normal;
	font-style:normal;
}
/*micro_bold_italic*/
@font-face{
	font-family:'bnmx_m_bi';
	src:url('../fonts/bnmx_m/bnmx_m_bi.woff')format('woff'),
		url('../fonts/bnmx_m/bnmx_m_bi.woff2')format('woff2');
	font-weight:bold;
	font-style:italic;
}

/*micro regular_italic*/
@font-face{
	font-family:'bnmx_m_ri';
	src:url('../fonts/bnmx_m/bnmx_m_ri.woff')format('woff'),
		url('../fonts/bnmx_m/bnmx_m_ri.woff2')format('woff2');
	font-weight:bold;
	font-style:italic;
}
/*text regular*/
@font-face{
	font-family:'bnmx_t_r';
	src:url('../fonts/bnmx_t/bnmx_t_r.woff')format('woff'),
		url('../fonts/bnmx_t/bnmx_t_r.woff2')format('woff2');
	font-weight:normal;
	font-style:normal;
}
/*text regularItalica*/
@font-face{
	font-family:'bnmx_t_ri';
	src:url('../fonts/bnmx_t/bnmx_t_ri.woff')format('woff'),
		url('../fonts/bnmx_t/bnmx_t_ri.woff2')format('woff2');
	font-weight:normal;
	font-style:italic;
}
/*text bold */
@font-face{
	font-family:'bnmx_t_b';
	src:url('../fonts/bnmx_t/bnmx_t_b.woff')format('woff'),
		url('../fonts/bnmx_t/bnmx_t_b.woff2')format('woff2');
	font-weight:bold;
	font-style:normal;
}
/*text boldItalic*/
@font-face{
	font-family:'bnmx_t_bi';
	src:url('../fonts/bnmx_t/bnmx_t_bi.woff')format('woff'),
		url('../fonts/bnmx_t/bnmx_t_bi.woff2')format('woff2');
	font-weight:bold;
	font-style:italic;
}
/*text semibold*/
@font-face{
	font-family:'bnmx_t_s';
	src:url('../fonts/bnmx_t/bnmx_t_s.woff')format('woff'),
		url('../fonts/bnmx_t/bnmx_t_s.woff2')format('woff2');
	font-weight:600;/*semibold*/
	font-style:normal;
}

/*text semibold italic*/
@font-face{
	font-family:'bnmx_t_si';
	src:url('../fonts/bnmx_t/bnmx_t_si.woff')format('woff'),
		url('../fonts/bnmx_t/bnmx_t_si.woff2')format('woff2');
	font-weight:600;/*semibold*/
	font-style:italic;
}
/*____________________________________________________________________________________*/