I have a curiosity: some beamer themes (for instance, Ilmenau), have "indicators" of where we are on the slides (I dont know the correct term), are some balls that represent the number of slides and the current slide. Other themes (for instance, PaloAlto) dont have. Is there any way to add this to any theme?
I want to add the miniframes at the top.
\documentclass{beamer}
\usepackage{tikz}
\title{Os Teoremas de Philip Hall e uma caracterização para Grupos Solúveis}
\author[Lucas Corrêa Lopes]{Lucas Corrêa Lopes\\ {\small Orientador: André Luiz Martins Pereira}}
\date{}
\institute{Unversidade Federal Rural do Rio de Janeiro}
%Tema 1:
\usetheme{PaloAlto}
\logo{\includegraphics[scale=0.26]{logo_ufrrj(1).png} }
\setbeamercolor{logo}{bg=white}
\usecolortheme{orchid}
\usefonttheme{serif}
\begin{document}
\frame{\titlepage}
\end{document}

