<footer class="footer-default">
    <div class="map">
        <a href="{{ extra.static.localization.map.url }}" target="_blank" title="{{ extra.static.localization.texts.howtoget }}">
            {{ toolsCommon.image(extra.static.localization.assets.map, extra.static.localization.texts.howtoget) }}
        </a>
    </div>

    <div id="contato" class="contact">
        {{ toolsContents.logo(footer.logo, 'logo-footer') }}

        <h4>{{ extra.static.layout.footer.text|raw }}</h4>

        <p class="title"><a href="{{ extra.static.localization.map.url }}" target="_blank" title="{{ extra.static.localization.texts.howtoget }}"><b>{{ footer.address.city|raw }}/{{ footer.address.state|raw }}</b></a></p>
        <p><a href="{{ extra.static.localization.map.url }}" target="_blank" title="{{ extra.static.localization.texts.howtoget }}">{{ footer.address.address|raw }} - {{ footer.address.district|raw }}. <span class="cep">{{ footer.address.cep|raw }}</span></a></p>

        <p class="title"><b>{{ extra.static.global.info.contact|raw }}</b></p>
        {% if header.whatsapp %}
        <ul class="list-unstyled">
            <li>
                <a href="tel:{{ header.whatsapp.numbercallto }}" target="_blank" title="{{ header.whatsapp.label|striptags|raw }}">
                    {{ header.whatsapp.numberview|striptags|raw }}
                </a>
            </li>
        </ul>
        {% endif %}

        {% if footer.phones %}
        <ul class="list-unstyled">
            {% for item in footer.phones %}
            <li>
                <a href="tel:{{ item.callto|raw }}" title="{{ item.number|striptags|raw }}">
                    {{ item.number|raw }}
                </a>
            </li>
            {% endfor %}
        </ul>
        {% endif %}

        {% if footer.emails %}
        <ul class="list-unstyled">
            {% for item in footer.emails %}
            <li>
                <a href="mailto:{{ item.emails|raw }}" title="{{ item.emails|striptags|raw }}">
                    {{ item.emails|raw }}
                </a>
            </li>
            {% endfor %}
        </ul>
        {% endif %}

        <p class="title"><b>{{ extra.static.global.info.businessHour|raw }}</b></p>
        {% if footer.businessHour %}
        <ul class="list-unstyled">
            {% for item in footer.businessHour %}
            <li>{{ item|raw }}</li>
            {% endfor %}
        </ul>
        {% endif %}

        <ul class="list-inline social-list">
            {{ toolsContents.socialList(header, false, false, core) }}
        </ul>
    </div>
</footer>

<footer class="footer-copyright">
    <div class="container">
        <p class="copytext">{{ "now"|date('Y') }} &copy; {{ footer.copyright|raw }}<br><a href="{{ linkLGDP }}" title="Política de Privacidade">Política de Privacidade</a></p>

        <div class="logos">
            <a href="#" title="globoads">
                <img src="{{ core.public }}/img/logo-globoads.png" class="img-responsive" alt="globoads">
            </a>

            <a href="#" title="Google Ads">
                <img src="{{ core.public }}/img/logo-googleads.png" class="img-responsive" alt="Google Ads">
            </a>

            <a href="#" title="FACEBOOK for business">
                <img src="{{ core.public }}/img/logo-facebookbusiness.png" alt="FACEBOOK for business" height="17">
            </a>
        </div>
    </div>
</footer>
