jQuery(document).ready(function() {
	$('input[@name=telefone]').mask('(99) 9999-9999');
});
