#buttonsSearcher {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

#buttonsSearcher > button {
    margin-right: 30px;
}

#container-hotel-data-resume {
    width: 100%;
}

.hotel_list_rooms{
    border: none !important;
}

#offer {
    text-align: left;
}

@media (max-width: 768px) {
    #buttonsSearcher {
        justify-content: space-between;
        padding: 0;
    }
    
    .buttonText {
        display: none;
    }

    .buttonFeature {
        padding: 20px 40px 20px 40px !important
    }

    #amo-livechat {
        display: none;
    }

    #sidebar-hotel-data-resume {
        background-color: #d4d4d4 !important;
        color: #77838f !important;
    }

    #offer {
        text-align: center;
    }
}