
    $(document).ready(function() {
        $('.btnMaisInfo').click(function() {
            $(this).next().slideToggle();
        });
    });
