jQuery(document).ready(function() {
	$('#wrap-complemento .widget h3').click(function() {
		var thisParent = $(this).parent()
    	$('ul', thisParent).toggle('show');
	});
	
	
});
