<div class="container detalhe-hotel">
    {% include 'detalhe/detalheHeader.twig' %}
    <div  style="min-height: 600px">

        <div data-b2c-pacote-detalhe></div>

        <div data-b2c-hotel-detalhe></div>

        <div data-b2c-quarto-detalhe></div>
    </div>
    {% include 'components/SideBar/SideBar.twig' %}
    {% include 'components/Detalhe/HotelDetalhe.twig' %}
    {% include 'components/Detalhe/PacoteDetalhe.twig' %}
    {% include 'components/Detalhe/Quartos.twig' %}
</div>

<style>
    .maxHeight {
        max-height: 100% !important;
    }
</style>
