 body {
        margin-bottom: 100px!important;
    }
    .motor-reserva{
        width:100%;;
        position: fixed;
        bottom: 0;
        -webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.25);
        box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.25);

        font-family: 'Roboto', sans-serif;

        background: #fff;
        text-align: center;
        z-index: 999;
        height: 60px;
    }
    .motor-reserva form {
        margin: 0;
    }
    .motor-reserva form div {
        margin-bottom: 0;
    }
    .motor-reserva select,
    .motor-reserva input[type="text"],
    .motor-reserva input[type="password"],
    .motor-reserva input[type="email"]{
        -moz-box-sizing: border-box;
        -moz-border-radius: 0;
        -webkit-box-sizing: border-box;
        -webkit-border-radius: 2px;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;

    }
    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
    
    .flatpicker {
        display: inline-block;
        vertical-align:top;
        padding: 5px;
        height: 60px;
        border-right: 1px solid rgba(0,0,0,0.2);
        border-left: 1px solid rgba(0,0,0,0.2);
    }
    .flatpicker .input-button {
        display: inline-block;
        vertical-align: middle;
        height: 35px;
        width: 35px;
        padding:8px 0 0;

    }
    .flatpickr-input {display:inline-block!important;}
    .motor-reserva svg path {
        fill: #484848;
    }

    .flatpicker input {
        height: 53px!important;
        width: 240px!important;
        padding: 0 5px;
        margin: 0!important;
        display: inline-block;
        font-size: 18px!important;
        border: none!important;
        background: transparent!important;
        text-align: left;
        color: #484848;
        vertical-align: top;
        font-family: 'Roboto';

    }
    /*SELECT HOTEL*/
    .hotel{
        display: inline-block;
        padding: 5px;
        vertical-align:top;
        border-left: 1px solid rgba(0,0,0,0.2);

        text-align: left;
    }
    .select-sim {
        width:250PX;
        height:50px;
        line-height:50px;
        vertical-align:middle;
        position:relative;
        background:white;
        overflow:hidden;
    }

    .select-sim::after {
        content:"￬";
        font-size: 18px;
        color: #484848;
        font-family:arial;
        position:absolute;
        top:50%;
        right:5px;
        transform:translate(0, -50%);
    }

    .select-sim:hover::after {
        content:"";
    }

    .select-sim:hover {
        overflow:visible;
    }

    .select-sim:hover .options .option label {
        display:inline-block;
    }

    .select-sim:hover .options {
        background:white;
        border:1px solid #ccc;
        position:absolute;
        top:-1px;
        left:-1px;
        width:100%;
        height:100px;
        overflow-y:scroll;
    }

    .select-sim .options .option {
        overflow:hidden;
    }

    .select-sim:hover .options .option {
        height:50px;
        overflow:hidden;
    }

    .select-sim .options .option img {
        vertical-align:middle;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        margin-left: 2px;
    }

    .select-sim .options .option label {
        display:none;
    }

    .select-sim .options .option input {
        width:0;
        height:0;
        overflow:hidden;
        margin:0;
        padding:0;
        float:left;
        display:inline-block;
        /* fix specific for Firefox */
        position: absolute;
        left: -10000px;
    }

    .select-sim .options .option input:checked + label {
        display:block;
        width:100%;
    }

    .select-sim:hover .options .option input + label {
        display:block;
    }

    .select-sim:hover .options .option input:checked + label {
        background:#fffff0;
    }

    /*HOSPEDES*/
    .hospedes{
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        height: 60px;
        border-right: 1px solid rgba(0,0,0,0.2);
        cursor: pointer;
    }
    .hospedes #lista-hospede {
        padding: 0 10px;
        font-size: 18px;
        color: #484848;
        height: 55px;
        display: table-cell;
        vertical-align: middle;
    }
    #box-hospede {
        background: #fff;
        border-radius: 4px;
        border: 1px solid #e8e8e8;
        padding: 20px 15px 5px;
        color: #484848;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        visibility: visible;
        opacity: 1;
        position: absolute;
        bottom: 57px;
    }

    #box-hospede.esconde{
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s,margin-top 0.1s opacity 0.1s ease-in;
        margin-top: 10px;    
    }

    #box-hospede h3{
        font-weight: bold;
        font-size: 14px!important;
        margin: 0 0 20px;
        color: #484848;
    }
    #box-hospede select {
        padding: 5px;
        vertical-align: middle;
        width:auto;

    }
    #box-hospede  option{
        font-weight: 400;
        font-size: 14px;
    }
    #box-hospede span{
        font-size: 16px;
        font-weight: bold;
        float: left;
        vertical-align: middle;
        padding: 8px 0
    }
    #box-hospede select{
        font-size: 16px;
        font-weight: bold;
        float: right;
        margin-left: 20px;
        border: 1px solid rgba(169, 169, 169,1);
        border-radius: 2px;
        -webkit-appearance: menulist;
        box-sizing: border-box;
        align-items: center;
        white-space: pre;
        -webkit-rtl-ordering: logical;
        color: black;
        background-color: white;
        cursor: default;

        margin: auto;
        padding: 5px 8px;

    }
    #box-hospede .opcoes-hospede{
        margin-bottom: 15px;
        display:block;
    }


    #lista-hospede .esconde {
        display: none;
    }

    #box-hospede #salvar-idade {
        display: block;

        border-radius: 2px;
        border:1px solid #ccc;
        background: transparent;
        padding: 10px 10px;
        text-align: center;
        cursor: pointer;
        margin: 20px auto 5px;

        color: #484848;
    }
    #box-hospede #salvar-idade:hover {
        background: rgba(0,0,0,0.2)
    }
    #box-hospede .ativa{
        display: block !important;
        z-index:999;
    }
    #box-hospede .esconde {
        display: none;
    }
    #box-hospede #output span {
        margin-left: 15px;
    }
    #box-hospede #output input {
        font-size: 16px;
        font-weight: bold;
        float: right;
        margin-left: 20px;
        border: 1px solid rgba(169, 169, 169,1);
        border-radius: 2px;
        box-sizing: border-box;
        align-items: center;
        white-space: pre;
        -webkit-rtl-ordering: logical;
        color: black;
        background-color: white;
        cursor: default;
        margin: auto;
        padding: 5px 8px;
        width:50px;
    }
    #box-hospede #output div{
        margin-bottom: 10px;
        display:block;
    }

/*CODIGO PROMOCINOAL*/
    #codigo-promocional {
        display: inline-flex;
        padding: 0;
        vertical-align: middle;
        text-align: center;
        position: relative;
        /* height: 50px; */
        margin: 0;
        max-width: 180px;


    }
    #codigo-promocional input {
        border: none;
        background: transparent;
        font-size: 18px;
    }   
    #code::placeholder{
      color: #bbb!important;
      opacity: 1;
    }
 

    /*BOTÃO DE RESERVA*/
    .booknow {
        display: inline-block;
        border-right: 1px solid rgba(0,0,0,0.2);
        /*border-left: 1px solid rgba(0,0,0,0.2);*/
        padding: 0;
        padding-right:15px;
    }
    .booknow button{
         vertical-align: middle;
        border: 1px solid transparent;
        background: #484848;
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        width: 100%;
        margin: 9px 5px;
    }
    .booknow button:hover{
        background: rgba(0,0,0,0.4);
        transition: all ease-in .1s
    }

    .powered-omnibees {
        position: relative;
        width: 100%;
        background: #292c31;
        text-align: center;
        font-size: 11px;
        color: #ccc;
    }


    #aviso-reserva:before {
        content: '+';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #333;
        color: #ccc;
        transform: rotate(45deg);
        position: absolute;
        right: -10px;
        top: -10px;
        text-align: center;
        font-size: 16px;
    }
    #aviso-reserva{
        width: 165px;
        position: relative;
        background: #ffffff;
        border-radius: .4em;

        opacity: 0;
        transition: all ease-in 0.5s!important;
        position: absolute;
        bottom: 90px;

        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        cursor: pointer;

        padding: 10px; 
    }

    #aviso-reserva span{
        position: absolute;
        bottom: -13px;
        margin: 0 auto;
        /* margin-top: 4px; */
        color: #fff;
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        text-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        text-shadow: 0px 3px 5px rgba(0,0,0,0.75);
    }


    /*ALERTA DE RESERVA*/
    .ativa {
        opacity: 1!important;
        background: blue;
        display: block!important;
        /* margin-top: 30px!important; */
        bottom: 80px !important;
        transition: all ease-in 3s!important;
    }

    /*MOBILE*/

    @media (max-width: 767px) {
        .flatpicker,
        .hospedes,
        #codigo-promocional{
            display: none;
        }
        #aviso-reserva {
            width: 40%;
            margin: 0 auto;
            left: 30%;
        }
        .booknow {
            width: 80%;
            border: 0;
        }
    }
    
    .chamada-texto {
    display: inline-flex;
       padding: 0;
  
    }
    .bloco-texto {
    vertical-align: top;
    width: 100%;
    line-height:11px;
    font-size:18px;
    text-align:right;
    text-transform:uppercase;
    }
     .bloco-texto span {
    font-size:13px;
    }