.reserve-complete{
    display: block;
    background: var(--white);
}

.reserve-complete-container{
    display: flex;
    justify-content: space-between;
}

.reserve-complete-content{
    width: 46.875vw;
    background: #FFFFFF;
    /* Light/shadow-sm */
    box-shadow: 0px 0.47vw 0.47vw -0.47vw rgba(0, 0, 0, 0.16), 0px 0px 0.0781vw rgba(0, 0, 0, 0.4);
    border-radius: 0.625vw;
    padding: 1.5625vw;
}

.reserve-complete-container .review-slider{
    width: 43.5vw !important;
    height: 23.3125vw !important;
}
.reserve-complete-container .review-slider .h-sliderB{
    height: 23.3125vw !important;
}

.reserve-complete-container #sliderBLeft, .reserve-complete-container #sliderBRight{
    top: 10.2vw !important;
}

.reserve-complete-data{
    width: 34.375vw;
}

.reserve-data{
    padding: 1.25vw;
    width: 34.375vw;
    height: 18.75vw;
    background: rgba(149, 241, 213, 0.12);
    border: 0.078125vw solid #40A69F;
    border-radius: 0.625vw;
}

.green-box{
    padding: 0.625vw;
    background: #40A69F;
    color: #FFF;
    text-align: center;
}

.reserve-complete-data{
    order: 2;
}

.reserve-complete-content{
    order: 1;
}

@media (min-height: 120vw){
    .reserve-complete{
        padding: 5vw 4vw;
    }
    .reserve-complete-container{
        display: block;
    }
    .reserve-complete-data{
        width: 100%;
    }
    .reserve-complete-container .img-security{
        width: 15.38vw;
    }
    .reserve-data{
        width: 100%;
        padding: 3vw;
        border: 0.2vw solid #40A69F;
        border-radius: 1.5vw;
    }
    .reserve-complete-content{
        width: 100%;
        margin-top: 42vw;
        padding: 6vw;
        border-radius: 2vw !important;
        box-shadow: 0px 1vw 1vw -1vw rgba(0, 0, 0, 0.16), 0px 0px 0.15vw rgba(0, 0, 0, 0.4) !important;
    }
    .reserve-complete-content .review-slider{
        width: 100% !important;
        height: auto !important;
    }
    .reserve-complete-content .review-slider .h-sliderB{
        height: 44vw !important;
    }
    .reserve-complete-container #sliderBLeft, .reserve-complete-container #sliderBRight {
        top: 19vw !important;
    }
    .total-estadia-f{
        align-self: start;
    }

    .final-button{
        width: 100%;
        height: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2vw;
    }
}

@media (min-width: 120vh){
    .reserve-complete{
        transform: scale(0.8);
        transform-origin: top center;
        padding: 3vw 7.2vw;
        margin-bottom: -13vw;
    }
}