/* SECTION 1 */

.reservas-sec1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.h1-sec2 {
    color: #E67638;
}

p {
    text-align: center;
    color: #626262;
}

.p-sec2 {
    max-width: 800px;
    margin: 0px 20px
}

@media (max-width: 800px) {
    .reservas-sec1 {
        max-height: 400px;
        margin-bottom: 0px;
    }
}


/* FORM */

.reservas-contform {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

form {
    width: 80vh;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #E67638;
    border-radius: 10px;
}

h2 {
    color: #e67638;
    text-align: center;
}

label {
    display: block;
    margin-bottom: 8px;
}

input,
select,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.divbuttonres {
    display: flex;
    justify-content: center;
}

.btn-light1 {
    margin-top: 20px;
    color: #E67638;
    border: 1px solid #e67638;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding-right: 40px;
    padding-left: 40px;

}

.btn-light1:hover {
    background-color: #E67638;
    color: white;
}

/* SECTION 3 */
.btn-light {
    margin-top: 20px;
    color: #E67638;
    border: 1px solid #e67638;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-light:hover {
    background-color: #E67638;
    color: white;
}

.bi-whatsapp {
    color: green;
    margin-left: 5px;
}
.cardapio-sec-right41 {
   margin-bottom: 100px;
}
.div-p-sec2 {
    align-items: center;
    display: flex;
    justify-content: center;
}
