File: //home/artinside/mpita.artinside.com.br/themes/web/views/page-title.php
<section class="page-title page-title-parallax bg-primary parallax scroll-detect dark">
<img src="<?= $pageTitle->image ?>" class="parallax-bg" style="background-position: center">
<div class="container">
<div class="page-title-row">
<div class="page-title-content">
<span data-animate="fadeInUp" class="text-uppercase small ls-2 text-secondary mb-2 d-inline-block" style="font-size: 0.6em !important;"><?= CONF_SITE_NAME?></span>
<h1 data-animate="fadeInUp"><div class="fw-bold display-5 nocolor"><?= $pageTitle->title ?></div></h1>
<span data-animate="fadeInUp" data-delay="300" class="text-white"><?= $pageTitle->subtitle ?></span>
</div>
</div>
</div>
</section><!-- .page-title end -->