{{-- parte acima da dobra --}} @props(['sobrancelha', 'titulo', 'imagem' => null, 'mobile' => null, 'sobreposicao' => false])
merge(['class' => 'hero sticky top-0 overflow-hidden relative w-full ' . ($imagem ? ' h-[580px] sm:h-[758px]' : ' pt-[290px] pb-[200px] bg-midnightblue-100')]) }}>
{{ $slot ?? '' }} @if($sobreposicao)
@endif
@isset($sobrancelha)
{!! str(html_entity_decode($sobrancelha))->sanitizeHtml() !!}
@endisset @isset($titulo)

{!! str(str_replace('-', '‑', html_entity_decode($titulo)))->sanitizeHtml() !!}

@endisset
{{ $aposTitulo ?? '' }}