<div class="container conteudo animate__animated animate__zoomIn">
    <div class="row">
        <div class="col-12">
            {% if motores().hospedagem.stAtivo %}
                {% include '_templates/motores/hotel.twig' %}
            {% endif %}

            {% if motores().aereo.stAtivo %}
                {% include '_templates/motores/aereo.twig' %}
            {% endif %}

            {% if motores().pacoteAereo.stAtivo %}
                {% include '_templates/motores/pacoteAereo.twig' %}
            {% endif %}

            {% if motores().pacoteHotel.stAtivo %}
                {% include '_templates/motores/pacoteHotel.twig' %}
            {% endif %}

            {% if motores().pacoteDinamico.stAtivo %}
                {% include '_templates/motores/pacoteDinamico.twig' %}
            {% endif %}

            {% if motores().pacoteRodoHotel.stAtivo %}
                {% include '_templates/motores/pacoteRodoHotel.twig' %}
            {% endif %}

            {% if motores().pacoteRodoServico.stAtivo %}
                {% include '_templates/motores/pacoteRodoServico.twig' %}
            {% endif %}

            {% if motores().servico.stAtivo %}
                {% include '_templates/motores/servicos.twig' %}
            {% endif %}

        </div>
    </div>
</div>