section.start {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 1024px) {
    section.start .row {
        flex-direction: column;
    }
    section.start .col-6 {
        width: 100%;
    }
    section.start p {
        text-align: center;
        margin-top: 20px;
    }
    section.start a.btn {
        margin: 40px auto 0 auto;
    }
}
section.start p {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #939598;
    margin-bottom: 15px;
}

section.start a.btn {
    margin-top: 40px;
}

section.start .col-6:first-child {
    display: flex;
    align-items: center;
}
section.start .col-6:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

section.cafe {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-color: rgba(0, 0, 0, .45);
    background-image: url('../images/bg_1.png');
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 10% 0;
    z-index: 6;
}

@media(max-width: 1024px) {
    section.cafe {
        background-size: cover;
    }
}


section.bebidas {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .45);
    background-image: url('../images/bg_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 10% 0;
    z-index: 5;
}

section.entradas {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .45);
    background-image: url('../images/bg_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 10% 0;
    z-index: 4;
}

section.sanduiches {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .45);
    background-image: url('../images/bg_4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 10% 0;
    z-index: 3;
}

section.pratos {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .45);
    background-image: url('../images/bg_5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 10% 0;
    z-index: 2;
}

section.waffle-bolos {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .45);
    background-image: url('../images/bg_6.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 10% 0;
    z-index: 1;
}

section.insta {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10% 0;
}

section.insta .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.insta .title svg {
    margin-right: 10px;
    position: relative;
    top: 6px;
}
section.insta .title h2 {
    font-family: "Cabin", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #436CB1;
    text-transform: uppercase;
}
section.insta .title h2 a {
    margin-left: 7px;
    font-family: 'Charlotte', Courier, monospace;
    font-size: 50px;
    font-weight: 400;
    color: #D6BFA3;
    text-transform: none;
    position: relative;
    top: 8px;
    text-decoration: none;
}
section.insta .title h2 a:hover,
section.insta .title h2 a:focus {
    text-decoration: none;
}

@media(max-width: 1024px) {
    section.insta .title {
        flex-direction: column;
    }
    section.insta .title svg {
        margin-right: 0;
        margin-bottom: 20px;
    }
    section.insta .title h2 {
        text-align: center;
    }
}

section.footer {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .45);
    background-image: url('../images/bg_7.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 10% 0;
    display: flex;
    align-items: center;
}

section.footer h2 {
    font-family: 'Charlotte', Courier, monospace;
    font-size: 150px;
    font-weight: 400;
    color: #fff;
    line-height: .8;
    position: relative;
}

section.footer h2:first-child {}
section.footer h2:nth-child(2) {
    top: -30px;
    left: 70px;
}
section.footer h2:last-child {
    top: -100px;
    left: 180px;
}

section.footer .horario {
    margin-bottom: 20px;
}
section.footer .horario p strong {
    font-family: "Cabin", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}
section.footer .horario p {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

section.footer a.btn {
    color: #1F5380;
    background: #FFFFFF;
    display: inline-flex;
}
section.footer a.btn svg {
    margin-left: 0;
    margin-right: 10px;
}

section.footer .endereco {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
section.footer .endereco svg {
    margin-right: 20px;
}
section.footer .endereco p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
section.footer .endereco p strong {
    font-family: "Cabin", sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #D6BFA3;
}

@media(max-width: 1024px) {
    section.footer .row {
        flex-direction: column;
    }
    section.footer .col-6 {
        width: 100%;
    }
    section.footer .itens {
        display: flex;
        flex-direction: column;
    }
    section.footer h2 {
        font-size: 80px;
        width: fit-content;
    }
    section.footer h2:nth-child(2) {
        top: 0px;
    }
    section.footer h2:last-child {
        top: -30px;
        left: 140px;
    }
    section.footer .horario p,
    section.footer .endereco p {
        text-align: center;
    }
    section.footer a.btn {
        margin: auto;
    }
    section.footer .endereco {
        flex-direction: column;
    }
    section.footer .endereco svg {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

section.maps {
    width: 100%;
}

section.cardapio {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.cardapio h2 {
    font-family: 'Charlotte', Courier, monospace;
    font-size: 150px;
    font-weight: 400;
    color: #fff;
}

section.cardapio p {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}
section.cardapio p strong {
    font-family: "Cabin", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #D6BFA3;
}

@media(max-width: 1024px) {
    section.cardapio .row {
        flex-direction: column;
    }
    section.cardapio .col-6 {
        width: 100%;
    }
    section.cardapio h2 {
        font-size: 80px;
    }
}




@media(max-width: 1024px) {
}
@media(max-width: 430px) {
}
@media(max-width: 415px) {
}
@media(max-width: 390px) {
}
@media(max-width: 380px) {
}