{% spaceless %}
{% import "features/tools-common.twig" as toolsCommon %}
{% import "features/tools-contents.twig" as toolsContents %}
{% import "features/macro-elements.twig" as macroElements %}
{% import "features/macro-forms.twig" as macroForms %}
{% import "features/component-maps.twig" as componentMaps %}
{% import "features/component-info.twig" as componentInfo %}
{% import "features/tools-archives.twig" as toolsArchives %}
{% import "features/tools-views.twig" as toolsViews %}
<!DOCTYPE html>
<html lang="{{ core.keylang|striptags|raw }}">
<head>
    {{ core.scripts.head_inicio|raw }}
    {{ toolsCommon.googleAnalytics(core.auth) }}
    {{ toolsCommon.meta(core, og) }}
    <link href="{{ core.public }}/css/preloader-{{ core.assetsVersion }}.min.css" rel="stylesheet" type="text/css" />
    {{ core.scripts.head_final|raw }}
</head>

<body class="{{ bodyClass|default('site noview-menu-secondary') }}">
    {{ toolsCommon.googleAnalyticsNoCode(core.auth) }}

    {{ toolsCommon.preloader() }}

    {{ core.scripts.body_inicio|raw }}

    <div id="wrapper">
        {% block content_header %}
            {% set headerClass = 'normal' %}
            {% include "contents/header-default.twig" %}
        {% endblock %}

        {% block content_slideshow %} {% endblock %}

        {% block content_pageheader %} {% endblock %}

        {% block content_page %} {% endblock %}

        {% block content_footer %}
            {% include "contents/footer-default.twig" %}
        {% endblock %}
    </div>

    {% block content_floats %}

    {% endblock %}

    {% include "modules/menu.twig" %}

    {{ toolsCommon.buttonWhatsapp(header.whatsapp) }}
    {{ toolsCommon.lgdp(core, acceptLGPD, linkLGDP, extra.static.global.info.lgpd) }}

    <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap" rel="stylesheet">
    <link href="{{ core.public }}/css/core-{{ core.assetsVersion }}.min.css" rel="stylesheet" type="text/css" />
    {% block content_component_css %} {% endblock %}
    {% block content_css %} {% endblock %}

    {{ toolsCommon.varsJavascript(core, validate) }}
    <script type="text/javascript" src="{{ core.public }}/js/core-{{ core.assetsVersion }}.min.js"></script>
    {% block content_component_js %} {% endblock %}
    {% block content_js %} {% endblock %}
    {{ core.scripts.body_final|raw }}
    {% if callback.message and callback.type %}
    <script>
        AlertCenter.fire({title: '{{ callback.title|raw }}', text: '{{ callback.message|raw }}', icon: '{{ callback.type|raw }}'});
    </script>
    {% endif %}
</body>
</html>
{% endspaceless %}
