/* SECTION 1 */

.cardapio-sec1 {
    height: 350px;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.h1-sec2 {
    color: #E67638;
}

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

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

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

/* SECTION 2 */

.cardapio-sec2 {
    display: flex;
    max-height: 450px;
    flex-wrap: wrap;
}

.cardapio-sec-left2,
.cardapio-sec-right2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
}

.cardapio-sec-left2 img {
    max-width: 400px;
    height: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cardapio-sec-right2 {
    flex-direction: column;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.h2-sec2 {
    color: #E67638;
}

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

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

.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;
}

@media (max-width: 800px) {
    .cardapio-sec2 {
        align-items: center;
        height: auto;
        max-height: 800px;
    }
}

/* SECTION 3 */

.cardapio-sec3 {
    display: flex;
    max-height: 450px;
    margin-top: 20px;
    flex-wrap: wrap;

}

.cardapio-sec-left3,
.cardapio-sec-right3 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
}

.cardapio-sec-right3 img {
    max-width: 400px;
    height: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cardapio-sec-left3 {
    flex-direction: column;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.h2-sec2 {
    color: #E67638;
}

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

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

@media (max-width: 800px) {
    .cardapio-sec3 {
        align-items: center;
        max-height: 800px;
        flex-direction: column-reverse;
        height: auto;
    }
}

/* SECTION 4 */

.cardapio-sec4 {
    display: flex;
    max-height: 450px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.cardapio-sec-left4,
.cardapio-sec-right4 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    
}

.cardapio-sec-left4 img {
    max-width: 400px;
    height: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cardapio-sec-right4 {
    flex-direction: column;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.h2-sec4 {
    color: #E67638;
}

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

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

@media (max-width: 800px) {
    .cardapio-sec4 {
        align-items: center;
        flex-wrap: wrap;
        max-height: 800px;
    }
}

