/* HABILITAÇÕES */

.cbpq_api_habilitacoes::after {
    content: ", ";
}

.cbpq_api_habilitacoes:last-child::after {
    content: ".";
}


/* INVISIBLE */

.cbpq_api_invisible {
    display: none;
}