Hi
This article belongs to menu item EdiciĆ³n de video which has Magazine Layout type and in this menu item settings, the Detailed article layout is using 'default-02' layout
However, this 'default-02' layout also load the sidebar right position at the end of article so you see it's duplicated.
You can change to other layout or if you want to customize this layout, you can edit this file:
/templates/ja_blockk/html/mod_jacontentlisting/details/default-02/index.php
and remove this snippet of code:
<div class="sidebar-right col-sm-12 col-md-12 col-lg-4 mt-5 mt-lg-0">
<?php
$name_position = $helper->get ('load_position',"sidebar-r",'jadetail');
echo JHtml::_('content.prepare', '{loadposition '.$name_position.',default}');
?>
</div>