#btn_reservation{
    background-color: rgb(0, 95, 159);
    padding: 30px;
}

#btn-modal{
    display: none;
}

.c-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0,0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    
    display: none;
}

#btn-modal:checked ~ .c-modal{

    display: flex;

}



.content-modal{
    width: 100%;
    max-width: 40%;
    padding: 10px 40px ;
    background-color: white;
    border-radius: 10px;
}

.content-modal h2{
    font-family: "Montserrat", sans-serif;

    text-align: center;
    margin-bottom: 15px;
}

.content-modal .btn-cerrar{
    /* text-align: center; */
    position: relative;
    margin-left: 80%;
}


.content-modal #btn-cerrar label{
    padding: 9px  10px;
    display: inline-flex;
    color: black;
    border-radius: 50px;
    cursor: pointer;
}

.content-modal .col-modal{
    display: flex;
    justify-content: center;
    margin-top: 10px;

    
}

.content-modal .col1{
    display: table-cell;
    padding-left: 40%;
}

.content-modal #btn-cerrar label:hover{
    background-color: #e6e6e6;
    
}

.cerrar-modal{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
}

.line{
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    margin: 10px;
}



#combobox-caracteristics {
    color: black;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    background-color: white;
    border: black solid 1px;
    border-radius: 5px;
    background-image: none;
    flex: 1;
    cursor:pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    
 }
 #combobox-caracteristics::-ms-expand {
    display: none;
    appearance:none;
 }
 .container-combo {
    position: relative;
    display: flex;
    width: 70%;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
 }

 /* ICONO */
 .container-combo::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
    color: black;
 }


 option{
    background-color: white;
    text-decoration: double;
 }
 
 .container-input{
    display: flex;
    justify-content: end;
    width: 25%;
    margin-left: 5%;
 }

 .false-input{
    border: black solid 1px;
    border-radius: 5px;
    height: 65%;
    width: 100%;
    color: #000;
    display: flex;
    align-items: center;
    padding-left: 10%;
 }

 .container-true-input{
    width: 100%;
    height: 100%;
 

 }


 #input-modal{
    font-size: 15px;
    box-shadow: none;
    padding: 10px 2px;
    width: 95%;
    border: none;
    background-color: white;
 }

 .input-modal-registry{
    font-size: 15px;
    box-shadow: none;
    padding: 10px 2px;
    width: 95%;
    background-color: white;
    
 }

#name-input-modal{
    border-radius: 5px;
    background-color: white;
color: #000;
}
#number-input-modal{
    border-radius: 5px;
    margin-left: 30px;
    background-color: white;
    color: #000;

}

#email-input-modal{
    border-radius: 5px;
    width: 50%;
    background-color: white;
    color: #000;

}

 .container-name-number{
    width: 100%;
        
 }

 .container-email{
    width: 100%;
    display: flex;
    justify-content: center;
 }

 .btn-continuar{
    
    /* margin-top: 2%; */
    margin-left: 42%; 
    /* margin-bottom: 15px; */

    padding-top: 8px;
    padding-bottom: 5px;
    width: 0%;
    height: 80%;

    
    background-color: #FFA826;
    text-align: center;

    font-family: arial;
    font-size: 15px;
    


}

.btn-continuar input[type="submit"]{
    
    background-color: #FFA826;
    border-radius: 5px;
    color: black;

}

.btn-continuar input[type="submit"]:hover{
    background-color: #e29624;
  }
  
  .btn-continuar a{
    font-family: "Montserrat", sans-serif;
    color:rgb(0, 0, 0);
    text-decoration:none;

  }

.container-datepicker{
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

#start{
    background-color: white;
    border: black solid 1px;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    width: 70%;
}

/* .content-modal #combobox-caracteristis:hover{
    background-color: wheat;
} */