These two objects are in the header, but I can not align the line so that it is at the bottom of the box.
The line and an image, it has this degrade in the left part, is it possible to make a line with degrade in the latex?
Is it possible to create a makebox that is scaled according to the text and that is 1cm before and after the centralized text?
\documentclass[12pt,a4paper]{article}
\usepackage{fancyhdr}
\fancyhf{}%
\pagestyle{fancy}
\thispagestyle{plain}
\fancypagestyle{plain}{
\fancyhead[C]{\vspace{3.cm}\includegraphics[width=14.5cm]{Logo/Line}}
\fancyhead[R]{\colorbox{gray}{\makebox[5.0cm]{\textbf{\textcolor{white}{RESEARCH ARTICLE}}}}}
\renewcommand{\headrulewidth}{0pt}
}
\title{\vspace{2cm}Zootherapy and rural livestock farmers in semiarid Patagonia: the transfer of animal aptitudes for health}
\date{}
\begin{document}
\maketitle
\end{document}





