Verifica se um indicador é válido
bool isIndicadorValido(int indicador) { return indicador >= -2 && indicador <= 2; }