\documentclass[11pt]{ppcic}
\usepackage[brazil]{babel}
\usepackage[T1]{fontenc}
%\usepackage[brazilian,hyperpageref]{backref}
\usepackage[pt-BR]{datetime2}
\usepackage{enumerate}
\usepackage{amsthm}
\usepackage[normalem]{ulem}
%\bibliographystyle{unsrtnat}
\bibliographystyle{apalike}
\DTMlangsetup{showdayofmonth=false}
\newtheorem{lemma}{Lema}
\newtheorem{corollary}{Corolário}
\newcommand{\warn}[1]{{\color{red} {#1}}}
\newcommand{\warnadv}[2]{
{\color{red} {#1}} {\color{blue} \begin{quote}\emph{\small{{#2}}}\end{quote}}}
\newcommand{\field}[1]{{\sc {#1}}}
\graphicspath{{./figures/}}
\newcommand\dtitle{Titulo}
\newcommand\dauthor{Discente}
\newcommand\dadvisor{Orientador}
\newcommand\djury{
\HRule \\ Presidente, Prof. nome orientador, D.Sc. (orientador) \\[0.8cm]
\HRule \\ nome coorientador, D.Sc. (coorientador)\\[0.8cm]
\HRule \\ Membro 1, D.Sc. \\[0.8cm]
\HRule \\ Membro 2, D.Sc. \\[2.5cm]
}
\newacro{ACRO}{Acro}
\begin{document}
\input{cap0-preambulo.tex}
\pagenumbering{arabic}
\justifying
\input{cap1-intro.tex}
\input{cap2-metodologia.tex}
\input{cap3-conclusao.tex}
\cleardoublepage
\phantomsection
\label{bibpage}
\renewcommand\bibname{Referências}
\addcontentsline{toc}{section}{Referências}
\bibliography{references}
\label{lastpage}
\end{document}