
@font-face {
    font-family: 'icons_mobile';
    src: url('icons_mobile.eot');
    src: url('icons_mobile.eot?#iefix') format('embedded-opentype'),
         url('icons_mobile.woff') format('woff'),
         url('icons_mobile.ttf') format('truetype'),
         url('icons_mobile.svg#icons_mobile') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='ico_mobile_']:before{
	display: inline-block;
   font-family: 'icons_mobile';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.ico_mobile_home:before{content:'\0041';}
.ico_mobile_fechar:before{content:'\0042';}

.ico_mobile_home, .ico_mobile_fechar{
	color:#fff;
	font-size:24px;
	line-height:0.8;
	height:20px;
	text-decoration:none;
	padding:0;
	position:relative;
	top:5px;
}
.ico_mobile_fechar{
    margin-left:35px;
}
.menu_mobile_bts a.ico_mobile_home{
	border-bottom:0;
	padding-top:0;
	padding: 0;
}