#confirmacion-de-reserva .mphb-booking-details-title {

    text-align: left;
    font: normal normal bold 45px/50px Geist;
    letter-spacing: 0px;
    color: #202020;
    margin-bottom: 30px;
}

#confirmacion-de-reserva p {
    color: rgb(79, 77, 77);
    font-family: "Geist";
}

#confirmacion-de-reserva .mphb-room-number {

    text-align: left;
    font: normal normal bold 32px/38px Geist;
    letter-spacing: 0px;
    color: #712916;
}

#confirmacion-de-reserva .mphb-room-details p {
    margin-bottom: 25px;
}

#confirmacion-de-reserva .mphb-price-breakdown-title,
#confirmacion-de-reserva .mphb-gateway-chooser-title {
    text-align: left;
    font: normal normal bold 25px/normal Geist;
    letter-spacing: 0px;
    color: rgb(79, 77, 77);
}

#confirmacion-de-reserva .mphb-price-breakdown-date,
#confirmacion-de-reserva .mphb-price-breakdown-nights,
#confirmacion-de-reserva .mphb-price-breakdown-guests {
    text-align: left;
    font: normal normal normal 18px/normal Geist;
    letter-spacing: 0px;
    color: rgb(79, 77, 77);
}

#confirmacion-de-reserva .mphb_sc_checkout-submit-wrapper>input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 243px;
    padding-block: 20px;
    background: #712816;
    border-radius: 50px;
    font: normal normal bold 18px/23px Geist;
    letter-spacing: 0px;
    color: #FFFFFF;
    border: 4px solid #FFFFFF;
    user-select: none;
    box-sizing: border-box;
    margin-block: 35px;
}

#confirmacion-de-reserva #mphb-customer-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    padding-block: 2rem;
    padding-inline: 80px;
    border-radius: 4rem;
    align-items: center;
    width: fit-content;
    margin-bottom: 5rem;
    margin-top: 3rem;
}

#confirmacion-de-reserva .mphb-customer-details input {
    border-radius: 10px;
    font: normal normal 500 20px/26px Geist;
    letter-spacing: 0px;
    color: #4F4D4D;
    width: 16rem;
    height: 2.5rem;
    padding-left: 10px;
    border: none !important;
    background: white;
}

#confirmacion-de-reserva .mphb-customer-details textarea {
    border-radius: 10px;
    font: normal normal 500 20px/26px Geist;
    letter-spacing: 0px;
    color: #4F4D4D;
    width: 16rem;
    height: 4.5rem;
    padding-left: 10px;
    border: none !important;
    background: white;
}

#confirmacion-de-reserva .mphb-customer-details-title {
    font: normal normal bold 35px/normal Geist;
    letter-spacing: 0px;
    color: #722917;
    margin-top: 0;
}

#confirmacion-de-reserva .mphb-customer-country span.ui-selectmenu-button {
    border-radius: 10px;
    font: normal normal 500 20px/26px Geist;
    letter-spacing: 0px;
    color: #4F4D4D;
    width: 16rem;
    height: 2.5rem;
    padding-left: 10px;
    border: none !important;
    background: white;
}

@media (max-width: 699px) {


    #confirmacion-de-reserva #mphb-customer-details {
        width: auto;
        padding-inline: 25px;
    }

    #confirmacion-de-reserva .mphb-customer-details-title {

        text-align: center;
        font-size: 30px;

    }

    #confirmacion-de-reserva .mphb-booking-details-title {

        font: normal normal bold 35px/38px Geist;

    }
}