I need to do a timer with 2 buttons(the first to run and pause, and the second to reset), and LCD 16x2

Also, the function cronometro() is very long and does too many things. You can separate the code that updates the counter from the code that handles the displaying: that will make it easier to follow and debug.