.js-map-single{
    height:600px;
}
.star{
    cursor:pointer;
}
#reservaForm label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    margin-top:22px;
    color:#ff0000;
}

.reserve-input-class{
    border: 1px solid #cececef0!important;
    background: #ffffff!important;
    padding: 9px 16px;
    color: #919BA7;
    /* Text S/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px!important; /* 142.857% */
    letter-spacing: -0.1px;
}

.reserve-label-class{
    color: #272D37;
    /* Text S/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px!important; /* 142.857% */
    letter-spacing: -0.1px;
}
.payment-methods{
    border-radius: 5px;
    border: 1px solid #EAEBF0;
    background: #FFF;
    /* Shadow/XSM */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);    
    color: #272D37;
    /* Text L/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.1px;
    height: 78px!important;
}
.payment-methods div{
    color: #272D37;
    /* Text L/Medium */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px!important; /* 150% */
    letter-spacing: -0.1px;
}
.payment-methods.bg-method-active {
    color: #4A9C0A!important;
    background-color: unset !important;
    border-color: unset!important;
    border: 2px solid #4A9C0A;
    box-shadow: unset!important;
}
.payment-methods.bg-method-active div span {
    border: 1px solid #4A9C0A!important;
    background: #F5F8FE!important;
}

.mail{
    position: relative;
    
}
.mail input:focus{
    box-shadow: none;
    border: 2px solid blue;
}

.mail .fa-envelope{
    position: absolute;
    top: 15px;
    right: 16px;
}

.text-green{
    color: #57bc0a !important;
}

.reserva-title{
    font-size: 30px;
}

@media screen and (max-width: 414px ){
    .reserva-title{
        font-size: 22px;
        line-height: 28px;
    }
}
