How do I make it from the 2nd click and find the class active
, delete it
$('.siniestros button').click(function () {
$('.siniestros>button>.before').addClass('active');
$('.siniestros>.preguntas').slideToggle('fast',function(){
});
})