.reserva_info {
    padding: 5%;
    text-align: center;
    /* border: 2px solid #81C784; */
    border-radius: 10px;
    color: #4F4947;
    margin-top: 2%;
    background-color: var(--accent-color);
}

.reserva_huesped_info {
    /* text-align: center; */
    border: 2px solid #0da2bd;
    border-radius: 10px;
    color: #0da2bd;
    margin-top: 2%;
}

/* .reserva_info span{
    color:#FFFFFF;
} */

.reserva_info h6{
    margin: 0.5rem 0 0.3rem 0;
}

.popup-firma{
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: none;
}

#div_signcontract{
    text-align: center;
    height: 100%;
    margin-top: 10px;
}


.botones-firma{
    position: absolute;
    z-index: 9999999;
    bottom: 0px;
    /* margin-left: calc(50% - 333px); */
    margin-left: 5%;
    width: 90%; 
}

.botones-firma > input{
    height: 75px;
    /* width: 200px; */
    width:160px;
    /* margin-left: 20px; */
    font-size: 20px;
}

#abrir_firma{
    width: 200px;
    margin-left: calc(50% - 127px);
    background-color:#ff9800;
}

#page{
    text-align: center;
}

#page > img{
    width: 90%;
    max-width: 600px;
    height: auto;
}

/*.canvas-firma{*/
    /*width: 300px !important;*/
/*}*/

.div-firma{
    width: 100% !important;
    font-size: 25px !important;
    margin-left: 0px !important;
}

.div-firma > label, .titulo-firma{
    font-size: 25px !important;
}

.div-firma > input{
    height: 65px !important;
    font-size: 28px !important;
}

.div-firma > div.bootstrap-select{
    height: 70px !important;
    font-size: 35px !important;
}

.div-firma > textarea{
    height: 165px !important;
    font-size: 28px !important;
}

.div-firma > div.bootstrap-select > button{
    height: 65px !important;
}

.btn-firma{
    width: 255px !important;
    font-size: 40px !important;
}

#firma_img{
    text-align: center;
}

#firma_img > img{
    width: 90%;
    max-width: 600px;
    height: auto;
}


.reserva_huesped_info_container {
    padding: 15px 0 0 15px;
}

.reserva_huesped_info_container .mdi {
    font-size: 40px;
    line-height: 40px;
}

.reserva_huesped_info_container .mdi-account-alert {
    color: var(--grey-color);
}

.reserva_huesped_info_container .mdi-account-check {
    color: var(--success-color);
}

.checkin-icon-container {
    text-align: center;
}

.white-text input {
    width: 200px;
    color: #FFFFFF !important;
}