@font-face {
	font-family:'icones';
	src:url('../fonts/icones/icones.ttf?rg3ugv') format('truetype'),
	url('../fonts/icones/icones.woff?rg3ugv') format('woff');
	font-weight:normal;
	font-style:normal;
	font-display:block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family:'icones' !important;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.icon-email:before {
	content:"\e900";
}
.icon-telefone:before {
	content:"\e901";
}
.icon-youtube:before {
	content:"\e902";
}
.icon-seta-dir:before {
	content:"\e903";
}
.icon-seta-esq:before {
	content:"\e904";
}
.icon-whatsapp:before {
	content:"\e905";
}
.icon-twitter:before {
	content:"\e906";
}
.icon-linkedin:before {
	content:"\e907";
}
.icon-instagram:before {
	content:"\e908";
}
.icon-facebook:before {
	content:"\e909";
}
.icon-fechar:before {
	content:"\e90a";
}
.icon-seta-pagina:before {
	content:"\e90b";
}
.icon-horas:before {
	content:"\e90c";
}
.icon-endereco:before {
	content:"\e90d";
}
.icon-pdf:before {
	content:"\e90e";
}
.icon-usuario:before {
	content:"\e90f";
}
.icon-seta:before {
	content:"\e910";
}
