<!DOCTYPE html>
<html lang="pt-br">
@include('partials/portal/head')
<body>

    @include('partials/portal/dwn-style')

    @!section('body')
    <div class="container" style="padding-top:480px">
   @include('partials/portal/footer')
  </div>
    @include('partials/modal/initialize')
      @include('partials/portal/scripts')
  
</body>
</html>
