#booking {
    position: relative;
    z-index: 2;
    font-family: 'Loew';
}
#booking .inner {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 16px 32px;
    margin: auto;
    display: block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#booking .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#booking .row-booking {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
#booking .gap-8 {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
#booking .row .row {
    margin: 0;
    padding: 0;
}
#booking .row-centered {
    justify-content: center;
}
#booking .row-inverted {
    justify-content: flex-end;
}
#booking .d-flex {
    display: flex;
}
#booking .data-mes {
    padding-top: 16px;
    padding-left: 10px;
}
#booking h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.02em;
}
#booking .col-md-2,
#booking .row {
    padding: 0;
}
#booking span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
#booking p {
    line-height: normal;
    margin-top: 0;
}
#booking p strong {
    font-weight: 800;
    font-size: 60px;
    color: var(--e-global-color-primary);
    font-family: 'Loew';
    line-height: 60px;
}
#booking p:nth-child(2) b {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Loew';
    font-weight: 700;
}
#booking p:nth-child(2) span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000;
    text-transform: uppercase;
}
#booking .border-1 {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    width: 2px;
    height: 40px;
    margin-bottom: 14px;
    align-self: flex-end;
}
#booking .border-2 {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    width: 2px;
    height: 80px;
}
#booking .col-datas {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#booking .col-md-2 {
    position: relative;
}
#booking .col-md-2:first-child,
#booking .col-md-2:nth-child(2) {
    cursor: pointer;
}
#booking select.form-control {
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    border-bottom: 1px solid #666;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;

    font-size: 14px;
    background-color: #fff;
    padding: 6px 12px 6px;
    box-sizing: border-box;
    width: 100px;
    border-radius: 0 !important;
    margin-top: 12px;
}
#booking .btn_primary {
    font-size: 14px;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    padding: 12px 19px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    text-decoration: none;
    font-family: 'Loew';
    font-style: normal;
    font-weight: 400;
    max-width: 160px;
    width: 160px;
    text-transform: uppercase;
    line-height: normal;
}
#booking .btn_primary .btn-icon {
    fill: #fff;
}
#booking .btn_primary:focus,
#booking .btn_primary:hover {
    background-color: #0a3971;
    border-color: #0a3971;
    text-decoration: none;
}
#booking .btn-reservar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#booking .btn-reservar a {
    display: block;
}
#booking label {
    top: 0;
    font-size: 12px;
    color: #a7a9ac;
    left: 12px;
    position: absolute;
    pointer-events: none;
    transition: all 0.2s ease;
    -moz-transition: 0.2s ease all;
    -webkit-transition: all 0.2s ease;
}
#booking .data-flexivel {
    position: relative;
}
#booking .data-flexivel label {
    right: initial;
    top: initial;
    position: relative;
    left: initial;
    font-weight: 400;
    font-size: 12px;
    color: var(--Gray, #666);
    font-style: normal;
    line-height: normal;
}
#booking input#datas-flexiveis {
    vertical-align: middle;
}
#booking .button-tarifas-especiais {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    leading-trim: both;
    text-decoration: none;
    font-family: Loew;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal-picker {
    position: relative;
}
.modal-picker .ui-datepicker-inline {
    width: 40em !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.modal-picker .ui-datepicker-header,
.modal-picker .ui-state-default {
/*    background: #fff !important;
    border: none !important;
    text-align: center !important;*/
}
.modal-picker .ui-state-default:hover {
/*    background: rgba(0, 0, 0, 0.1) !important;
    color: #000 !important;*/
}
.modal-picker .ui-datepicker-month,
.modal-picker .ui-datepicker-year {
/*    font-weight: 800;
    font-size: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000;*/
}
.modal-picker td:not(.ui-datepicker-today) .ui-state-active {
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
}
.modal-picker .date-picker {
    position: absolute;
}
.modal-picker .date-picker .date-range-selected .ui-state-default {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}
.modal-picker th span {
/*    font-weight: 400;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;*/
}
.modal-picker th {
    /*background-color: #ededed;*/
}
.modal-picker .seta {
    position: absolute;
    border-width: 0 0 2rem 2rem;
    transition: 0.2s;
    transform: rotate(134deg);
    top: -15px;
    left: 21em;
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 2px -2px #b2b2b2 inset;
    z-index: 2;
}
.modal-picker .ui-icon-circle-triangle-w {
    /*background-position: -95px -4px !important;*/
}
.modal-picker .ui-icon-circle-triangle-e {
    /*background-position: -28px -4px !important;*/
}
.modal-picker .ui-datepicker-inline {
    position: relative;
    z-index: 3;
}
.hide {
    display: none !important;
}
.mobile-booking {
/*    transform: translateY(100%);
    transition: all 0.5s ease-in-out;*/
    opacity: 0;
    transition: 0.1s linear;
    pointer-events: none;
    width: 100%;
    /*height: 100%;*/
}

.mobile-booking.show {
    opacity: 1;
    pointer-events: auto;
}

.mobile-booking .container {
    width: 100%;
    position: relative;
    background: #fff;
    max-height: 100vh;
    height: 0vh;
    max-width: 1150px;
    /*padding: 25px 30px;*/
    transform: translateY(100%);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
    transition: 0.1s ease;
}
.mobile-booking.show .container { 
    transform: translateY(0%);
}

.mobile-booking .inner {
    display: none;
}

/* reservas other pages */
.popup-reserva-pages {
    max-width: 910px;
    background-color: #ffffff;
    position: fixed;
    padding: 64px 32px;
    display: none;
    z-index: 9999999999;
    height: 277px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.popup-reserva-pages #booking .inner {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0);
}

.popup-reserva-pages .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: var(--e-global-color-primary);
    padding: 8px;
    cursor: pointer;
}

.popup-reserva-pages .btn-close svg {
    vertical-align: middle;
}

.popup-reserva-pages .title-reserva {
    color: var(--e-global-color-primary);
    text-align: center;
    font-family: Loew;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

.overlay-booking {
    display: none;
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    opacity: 0.5;
}

@media (min-width: 841px) {

}
@media only screen and (max-width: 767px) {
    #booking {
        /*margin-top: -5em;*/
    }
    #booking h2 {
        text-align: center;
    }
    #booking .col-md-12 {
        width: 100%;
    }
    #booking .border {
    }
    #booking .data-mes {
        padding-left: 10px;
    }
    #booking .inner {
        width: calc(100% - 32px);
        padding: 0;
        box-shadow: none;
        display: block;
    }
    #booking .btn-reservar {
        position: relative;
        right: 0;
        width: 100%;
    }
    #booking .col-md-2:nth-child(2) {
        margin-right: 0;
        border-right: none;
        padding-left: 18px;
    }
    #booking .col-md-2:nth-child(3),
    #booking .col-md-2:nth-child(4),
    #booking .col-md-2:nth-child(5) {
    }
    #booking .data-flexivel {
    }
    .front-page #booking {
        margin-top: -20em !important;
    }
    .selecionar-datas {
        position: absolute;
        top: 31em;
        left: 0;
        right: 0;
        width: 50%;
        z-index: 10;
        margin: auto;
    }

    .modal-picker {
        z-index: 99999999999;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .modal-picker .seta {
        left: 13em;
        top: -16px;
    }

    .modal-picker .ui-datepicker-inline {
        padding: 0;
    }

    .modal-picker .ui-datepicker-inline,
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }

    /** mobile **/
    #booking {
        z-index: 99999999;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #booking .title-reserva {
        color: var(--e-global-color-primary);
        text-align: center;
        font-family: Loew;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .modal-picker .seta {
        display: none;
    }

    .modal-picker .date-picker {
        position: relative;
    }

    #booking .border-1,
    #booking .border-2 {
        display: none;
    }

    #booking .col-line {
        padding-top: 12px;
        padding-bottom: 16px;
    }

    #booking .line {
        width: 50px;
        height: 2px;
        margin: 0 auto 0;
        flex-shrink: 0;
        border-radius: 4px;
        opacity: 0.5;
        background: var(--Gray, #666);
        transition: .5s ease;
    }

    #booking .line.dragging {
        height: 8px;
        transition: .5s ease;
    }

    #booking .row {
        flex-direction: column;
    }

    #booking .col-datas {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: nowrap;
        margin: 16px 0;
        justify-content: center;
    }

    #booking .gap-8 {
        gap: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #booking select.form-control {
        width: 70px;
    }

    #booking .btn-reservar {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #booking .btn_primary {
        max-width: 100%;
        width: 100%;
    }
}