﻿.div-title {
    margin-top: 17px;
    height: 310px;
    max-width: 525px
}

.div-space {
    max-width: 100px
}

.div-bac-img {
    background-image: url('../images/reservation-voucher.png');
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: right bottom
}

.div-form {
    max-width: 577px;
    min-width: 577px;
    margin-left: auto !important
}

.margin-section {
    margin-top: 175px;
    padding-bottom: 175px
}

.div-switch {
    padding-top: 48px
}

.p-resVau-info {
    margin: 5px 5px 16px 0
}

.div-info {
    max-height: 60px;
    margin-top: 0
}

.btn-modal {
    width: 110px !important;
    height: 45px !important
}

.radio-switch {
    position: relative;
    display: inline-flex;
    border-radius: 100px;
    border: solid 1px var(--secundary-color);
    background: var(--color-4);
    color: var(--color-2);
    height: 55px;
    width: 100%
}

.radio-switch-item {
    position: relative;
    height: 55px;
    width: 100%
}

.radio-switch-label {
    position: relative;
    z-index: 1;
    line-height: 55px;
    text-align: center;
    border-radius: 100px;
    transition: color .3s;
    text-align: start
}

.lblr1, .lblr2 {
    text-align: center;
    width: 100%
}

.radio-switch-input:checked ~ .radio-switch-label {
    color: var(--primary-color)
}

.radio-switch-marker {
    position: absolute;
    top: -1px;
    left: -100%;
    height: 55px;
    width: 100%;
    background-color: var(--color-1);
    border: solid 1px var(--secundary-color);
    border-radius: 100px;
    transition: .3s
}

.radio-switch-input:checked ~ .radio-switch-marker {
    width: 100%;
    left: 0;
    transition: .3s
}

#radio-1, #radio-2, #radiotwo-1, #radiotwo-2 {
    display: none
}

.lblr1 {
    left: -.3rem
}

.h-resVau {
    height: 55px;
    max-width: 578px
}

.p-resVau {
    margin-bottom: 0;
    margin-top: 11px
}

.div-inpt-search {
    height: 79px;
    margin-top: 20px
}

.div-intruc {
    padding-top: 56px;
    padding-left: 21px;
    margin-right: 8px
}

.row-form {
    height: 349px;
    max-width: 577px;
    padding: 30px
}

.btn-search {
    letter-spacing: .48px
}

.p-sub-resVau {
    line-height: 30px;
    margin-top: 0;
    max-width: 574px;
    letter-spacing: .3px
}

.row-subtitle {
    max-width: 578px
}

.title-reser {
    margin-bottom: 0;
    margin-top: 0
}

.subtitle-reser {
    margin-top: 28px;
    margin-bottom: 5px
}

.dat-reser {
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 25px
}

.after::after, .img-voucher {
    margin-bottom: 15px
}

.after::after {
    content: "";
    width: 476px;
    height: 0;
    display: block;
    border-top: 1px solid #82a0BC46
}

.row-data-reser {
    padding-left: 30px !important
}

.p-last {
    padding-bottom: 71px !important
}

#guestEmail {
    word-wrap: break-word !important
}

.div-text-assistance {
    margin-top: 55.4px;
    margin-bottom: 0;
    margin-left: 33px
}

    .div-text-assistance p {
        margin-top: 0;
        margin-bottom: 9px
    }

.row-data-voucher {
    padding-bottom: 23px;
    padding-top: 34px
}

.row-voucher-text {
    margin-left: 59px
}

.subtitle-voucher {
    margin-top: 25px;
    margin-bottom: 0
}

.ml-5 {
    margin-left: 5px
}

.row > * {
    padding: 0;
    margin: 0
}

.iv-inpt-search {
    margin-bottom: 20px;
    margin-top: 20px
}

.mt-50 {
    margin-top: 50px
}

.modal-reservation {
    max-width: 100% !important
}

@media(max-width:491px) {
    #addOnVoucherValue {
        width: 45%
    }
}

@media (min-width:480px) {
    #bookingIdResVou {
        width: 29%
    }

    #bookingStatusResVou {
        width: 37%
    }
}

@media (max-width:575.98px) {
    .div-intruc, .h-resVau {
        max-width: 100%
    }

    h1 .title-max {
        font-size: 55px !important
    }

    .div-title {
        height: auto
    }

    .div-bac-img {
        background-image: none
    }

    .margin-section {
        margin-top: 50px;
        padding-bottom: 30px
    }

    #radio-1, #radio-2, .div-switch {
        display: none
    }

    .div-switch-new, .radio-switch-two {
        display: inline-flex
    }

    .div-intruc {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .row-data {
        padding: 10px !important
    }

    .radio-switch-two {
        position: relative;
        border-radius: 100px;
        border: solid 1px var(--secundary-color);
        background: var(--color-4);
        color: var(--color-2);
        width: 100%
    }

    .radio-switch-item-two {
        position: relative;
        height: 55px;
        width: 50%
    }

    .radio-switch-label-two {
        position: relative;
        z-index: 1;
        line-height: 55px;
        text-align: center;
        border-radius: 100px;
        transition: color .3s;
        text-align: start;
        margin-bottom: 12px
    }

    .radio-switch-input-two:checked ~ .radio-switch-label-two {
        color: var(--primary-color)
    }

    .radio-switch-marker-two {
        position: absolute;
        top: -1px;
        left: -100%;
        height: 55px;
        width: 100%;
        background-color: var(--color-1);
        border: solid 1px var(--secundary-color);
        border-radius: 100px;
        transition: transform .3s
    }

    .radio-switch-input-two:checked ~ .radio-switch-marker-two {
        transform: translate(100%);
        width: 100%
    }

    .lblr1-two, .lblr2-two {
        text-align: center
    }

    .div-form {
        max-width: 577px;
        min-width: auto
    }

    .title-reser {
        margin-bottom: 0;
        margin-top: 0
    }

    .subtitle-reser {
        margin-top: 25px;
        margin-bottom: 3px
    }

    .dat-reser {
        margin-bottom: 5px;
        margin-top: 0;
        line-height: 20px
    }

    .after::after {
        margin-top: 17px
    }

    .p-last {
        padding-bottom: 21px !important
    }

    .row-data-reser {
        padding-left: 10px !important
    }

    .row-voucher-text {
        margin-left: 10px;
        padding-top: 14px
    }

    .img-voucher {
        margin-left: 25px;
        max-width: 171px;
        height: 384px
    }

    .div-text-assistance {
        margin-top: 20.4px;
        margin-bottom: 0;
        margin-left: 0
    }

        .div-text-assistance p {
            margin-top: 0;
            margin-bottom: 7px
        }

    .subtitle-voucher {
        margin-top: 25px;
        margin-bottom: 5px
    }

    .div-form {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .row-form {
        padding: 0
    }

    @media (max-width:479.8px) {
        h1.title-max {
            font-size: 30px !important
        }

        .lblr1-two, .lblr2-two, .radio-switch-input-two:checked ~ .radio-switch-marker-two, .radio-switch-marker-two, .radio-switch-two {
            width: 100%
        }

        .h-resVau {
            max-width: 100%;
            margin-left: 0
        }

        .div-inpt-search {
            padding-left: 3px !important;
            padding-right: 3px !important
        }

        .div-intruc {
            padding-left: 0
        }

        .row-data-reser {
            padding-left: 4px !important
        }

        .img-voucher {
            display: block;
            margin: auto;
            max-width: 232px;
            height: 499px
        }

        .div-text-assistance, .row-voucher-text {
            padding-left: 0;
            word-wrap: break-word !important;
            margin-left: 0
        }

        .div-text-assistance {
            max-width: 100%
        }

        .row-voucher-text {
            max-width: 92%
        }

        .div-form {
            margin-top: 25px;
            margin-bottom: 25px
        }

        @media (max-width:390.98px) {
            .radio-switch-marker-two {
                width: 100%;
                left: -100%
            }

            h1.title-max {
                font-size: 30px !important
            }

            .radio-switch-input-two:checked ~ .radio-switch-marker-two, .radio-switch-two {
                width: 100%
            }
        }
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .p-resVau, .p-resVau-info {
        text-align: left
    }

    #bookingIdResVou {
        width: 29%
    }

    .margin-section {
        margin-top: 60px;
        padding-bottom: 50px
    }

    #bookingStatusResVou {
        width: 37%
    }

    h1.title-max {
        font-size: 50px !important;
        line-height: 55px !important
    }

    .div-title {
        height: auto
    }

    .div-bac-img {
        background-image: none
    }

    .div-form {
        margin: 50px auto;
        max-width: 577px;
        min-width: 520px
    }

    .container-max {
        max-width: 576px
    }

    .div-block {
        width: 11% !important
    }

    .row-form {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0
    }

    .div-intruc {
        padding-bottom: 20px;
        max-width: 100%
    }

    .p-resVau {
        margin-left: 9px;
        font-size: 15px
    }

    .h-resVau {
        margin-left: 0
    }

    .div-switch {
        margin-left: 3px
    }

    .title-reser {
        margin-bottom: 0;
        margin-top: 0
    }

    .after::after, .subtitle-reser {
        margin-top: 15px
    }

    .subtitle-reser {
        margin-bottom: 5px
    }

    .dat-reser {
        margin-bottom: 0;
        margin-top: 0;
        line-height: 23px
    }

    .row-data-reser {
        padding-left: 28px !important
    }

    .row-data {
        padding: 30px
    }

    .p-last {
        padding-bottom: 40px !important
    }

    .row-voucher-text {
        margin-left: 33px
    }

    .div-text-assistance, .img-voucher {
        margin-left: 7px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    h1.title-max {
        font-size: 55px !important;
        line-height: 60px !important
    }

    #bookingIdResVou {
        width: 29%
    }

    #bookingStatusResVou {
        width: 37%
    }

    .div-form {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto
    }

    .margin-section {
        margin-top: 70px;
        padding-bottom: 61px
    }

    .container-max {
        max-width: 768px
    }

    .div-block {
        width: 11% !important
    }

    .row-form {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0
    }

    .row-data {
        padding: 30px
    }

    .p-resVau {
        margin-top: 11px;
        margin-right: 10px;
        font-size: 15px;
        text-align: left
    }

    .p-resVau-info {
        text-align: left;
        margin-left: 4px
    }

    .h-resVau {
        margin-left: 0
    }

    .title-reser {
        margin-bottom: 0;
        margin-top: 0
    }

    .after::after, .subtitle-reser {
        margin-top: 15px
    }

    .subtitle-reser {
        margin-bottom: 5px
    }

    .dat-reser {
        margin-bottom: 0;
        margin-top: 0;
        line-height: 23px
    }

    .row-data-reser {
        padding-left: 30px !important
    }

    .p-last {
        padding-bottom: 40px !important
    }

    .row-voucher-text {
        margin-left: 33px
    }

    .div-text-assistance, .img-voucher {
        margin-left: 7px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    h1.title-max {
        font-size: 52px !important;
        line-height: 55px !important
    }

    #bookingIdResVou {
        width: 29%
    }

    #bookingStatusResVou {
        width: 37%
    }

    .container-max {
        max-width: 1008px
    }

    .margin-section {
        margin-top: 96px;
        padding-bottom: 71px
    }

    .div-title {
        margin-top: 17px;
        max-height: 276px;
        max-width: 403px;
        width: 100%
    }

    .div-space {
        max-width: 41px
    }

    .row-form {
        min-width: 525px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px
    }

    .div-intruc {
        padding-left: 0;
        max-width: 170px
    }

    .p-resVau {
        margin-left: 5px;
        font-size: 15px;
        text-align: left
    }

    .p-resVau-info {
        text-align: left;
        margin-left: 4px
    }

    .h-resVau {
        margin-left: 0
    }

    .title-reser {
        margin-bottom: 0;
        margin-top: 20px
    }

    .after::after, .subtitle-reser {
        margin-top: 15px
    }

    .subtitle-reser {
        margin-bottom: 5px
    }

    .dat-reser {
        margin-bottom: 0;
        margin-top: 0;
        line-height: 23px
    }

    .row-data-reser {
        padding-left: 28px !important
    }

    .row-data {
        padding-bottom: 5px !important
    }

    .p-last {
        padding-bottom: 40px !important
    }

    .row-voucher-text {
        margin-left: 35px
    }

    .img-voucher {
        margin-left: 4px
    }

    .div-text-assistance {
        margin-left: 7px
    }

    .div-form {
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    h1.title-max {
        font-size: 60px !important;
        line-height: 65px !important
    }

    #bookingIdResVou {
        width: 29%
    }

    #bookingStatusResVou {
        width: 37%
    }

    .margin-section {
        margin-top: 138px;
        padding-bottom: 98px
    }

    .div-space {
        max-width: 41px
    }

    .row-form {
        min-width: 577px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .img-voucher {
        margin-left: 23px
    }

    .row-voucher-text {
        margin-left: 49px
    }
}

@media (min-width:1400px) {
    .row-form {
        min-width: 577px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px
    }
}
