\documentclass{if-beamer}
% --------------------------------------------------- %
%                  Presentation info	              %
% --------------------------------------------------- %
\title[Título da Apresentação]{\textbf{Título da Apresentação}}
\subtitle{Subtitulo se houver}
\author{Aluno(a): Nome do autor(a) \hspace{10cm}\\ Orientador(a): Nome do Orientador(a) \\ 
Coorientador(a): Nome do Coorientador(a) se houver}
\institute[PPGE/FURG]{
    \small \textit{Programa de Pós-Graduação em Economia Aplicada} \\
    \textit{Universidade Federal do Rio Grande}
}
\date{\today}
\logo{
\includegraphics[scale=.015, trim={0.3cm 0.3cm 0.3cm 0.3cm}, clip]{PPGE.png}
}
\subject{Presentation subject} % metadata
%trim={<left> <lower> <right> <upper>}
\graphicspath{{figuras/}}
% --------------------------------------------------- %
%                    Title + Schedule                 %
% --------------------------------------------------- %
\begin{document}
\begin{frame}
  \titlepage
\end{frame}
\begin{frame}{Sumário}
  \tableofcontents
\end{frame}
% --------------------------------------------------- %
%                      Presentation                   %
% --------------------------------------------------- %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introdução}
\begin{frame}{}
Texto introdutório.
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Título do Slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Subtítulo do Slide}
\begin{frame}{Título do Conteúdo do Slide}
Texto, imagem ou Tabela, conforme exemplo.
\vspace{0.5cm} % Espaço
\begin{table}[ht]
\caption{Título da Tabela.}
\centering
\begin{tabular}{lccc}
\toprule
\textbf{Coluna 1} & \textbf{Coluna 2} & \textbf{Coluna 3} & \textbf{Coluna 4} \\
\midrule
Linha 1                    & 03,7027 & 010,832 & 041,526 \\
Linha 2                  & 03,7600 & 011,700 & 039,830 \\
Linha 3                   & 02,8500 & 06,3000 & 037,250 \\
Linha 4                  & 04,3200 & 014,900 & 050,090 \\
\toprule
\end{tabular}
\caption*{Fonte: Fonte da Tabela}
\end{table}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Continuação do Slide}
Texto, imagem ou Tabela, conforme exemplo.
\vspace{0.5cm} % Espaço
\begin{figure} [ht]
\caption{Título da Figura}
\centering 
\includegraphics[width=3cm]{FURG 2.png}\\
{Fonte: Fota da Figura.}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Subtítulo do Slide}
\begin{frame}{Título do Conteúdo do Slide}
\begin{itemize}
    \item Forma-padrão (HILLIER, 2010):
\end{itemize}
\begin{align*}
\begin{matrix}
    \textbf{Maximizar:} & f(\mathbf{x}) & & \\
    \textbf{Sujeito a:} & A\mathbf{x} & = & \mathbf{b} \\
    \textbf{e:} & \mathbf{x} & \geq & 0
\end{matrix}    
\end{align*}
\vspace{.8cm}
\begin{itemize}
    \item Exemplo:
\end{itemize}
\begin{align*}
\begin{matrix}
    \textbf{Maximizar:} & Z & = & 3x_1 & + & 5x_2 \\
    \textbf{Sujeito a:} &  x_1 &   &      & \leq & 4  \\
                        &      &   & 2x_2 & \leq & 12 \\
                        & 3x_1 & + & 2x_2 & \leq & 18 \\
    \textbf{e:}         &      & \mathbf{x} & \geq & 0 & 
\end{matrix}
\end{align*}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Título do Slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Subtitulo do Slide}
\begin{frame}{Título do Conteúdo do Slide}
\begin{itemize}
    \item Proposto em 1947 por George B. Dantzig;
    \item 2000: Reconhecido como um dos 10 algoritmos mais importantes do século 20 (IEEE);
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Subtitulo do Slide}
\begin{frame}{Título do Conteúdo do Slide}
\begin{itemize}
    \item \negrito{Config 01:} Colocar o modelo na forma padrão;
\end{itemize}
\begin{align*}
\begin{matrix}
    \textbf{Maximizar:} & Z & = & 3x_1 & + & 5x_2 & & \\
    \textbf{Sujeito a:} & & &  x_1 &   &      & \leq & 4  \\
                        & & &      &   & 2x_2 & \leq & 12 \\
                        & & & 3x_1 & + & 2x_2 & \leq & 18 \\
    \textbf{e:}         & & &      & \mathbf{x} & \geq & 0 & 
\end{matrix}    
\end{align*}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Título do Conteúdo do Slide}
Texto, Figura ou Tabela.
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Título do Conteúdo do Slide}
\begin{itemize}
    \item \negrito{Config 01:} Colocar o modelo na forma padrão (Variáveis de Folga);
    \item \negrito{Config 02:} Colocar a função objetivo Z = 0;
    \item \negrito{Config 03:} Tabular as variáveis;
    \item \negrito{Config 04:} Variáveis Básicas = 0 / Solução Inicial na Origem;
\end{itemize}
\begin{table}
    \centering
    \begin{tabular}{c|ccccccc}
    \hline
    VB    & $Z$ & $x_1$ & $x_2$ & $f_1$ & $f_2$ & $f_3$ & $=$  \\
    \hline
    $Z$   & 1   & -3    & -5    & 0     & 0     & 0     & 0    \\
    $f_1$ & 0   & 1     & 0     & 1     & 0     & 0     & 4    \\
    $f_2$ & 0   & 0     & 2     & 0     & 1     & 0     & 12   \\
    $f_3$ & 0   & 3     & 2     & 0     & 0     & 1     & 18   \\
    \hline
    \end{tabular}
\end{table}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Título do Slide}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Título do Conteúdo do Slide}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Referências}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Referências e Próxima Aula}
\begin{itemize}
    \item HILLIER, Frederick S.; LIEBERMAN, Gerald J. \textbf{Introdução à Pesquisa Operacional.} Porto Alegre: Bookman, 2010.
    \item TAHA, Hamdy A. \textbf{Pesquisa Operacional.} São Paulo: Pearson Prentice Hall, 2008.
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
    \begin{center}
        \textbf{\large{Obrigado!}}            
    \end{center}
    
\vspace{1cm}
   
\begin{center}
    \begin{columns}[T,onlytextwidth]
        \column{0.3\textwidth}
        \centering
        \includegraphics[width=2cm]{FURG 2.png}
        
        \column{0.3\textwidth}
        \centering
        \includegraphics[width=\linewidth]{PPGE.png}
       
        \column{0.3\textwidth}
        \centering
        \includegraphics[width=\linewidth]{CNPq.png}
        
    \end{columns}
    \end{center}
\end{frame}
\end{document}