
/* Media Queries */
@media screen and (max-width: 1300px) and (min-width: 1040px) {
    /*    .div-venda-hotel-info {
            width: 75% !important;
        }
    
        .div-venda-hotel-preco {
            width: 25% !important;
        }*/
}

@media screen and (min-width: 64.063em) {
    .filtro-pesquisa-container .ui-lg-1 {
        width: 11.033333%;
    }

    .filtro-pesquisa-container .ui-lg-11 {
        width: 88.666667%;
    }
}


@media only screen and (max-width: 640px){
    .pnlLabel {
        margin-top: 0px!important;
    }
    .motor-pesquisa-container .pnlBotoes {
        margin-top: 0xpx;
    }
}

@media screen and (max-width: 64.063em) {
    .pnlBotaoCarrinho, .pnlBotaoCarrinho > div {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .pnlBotaoCarrinho > div {
        padding: 0 0 20px
    }

    .pnlBotoesVenda {
        vertical-align: middle;
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

     .pnlBotoesVenda span {
         margin: 0;
     }
}