* {
    font-family: Arial;
}

body {
    background-color:#F5F5DC;
    box-sizing: border-box;
    margin:0;
    padding:0;
}

header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 8px;
    display:flex;
    justify-content:center;
    height:17vh;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,1),rgba(0,0,0,1),rgba(0,0,0,0));
}

a {
    text-decoration: none;
}

.container {
    display:flex;
    justify-content:space-between;
    width:1050px;

}
.logo {
    display:flex;
    align-items:center;
}

.menu {
    display:flex;
    align-items:center;
    font-weight: 800;
    font-size: 19px;
    font-family: sans-serif;
}

nav ul,
nav li {
    list-style:none;
    padding:0;
    margin:0;
}

nav ul {
    display:flex;
}

nav a {
    display:flex;
    padding:8px;
    color:#808080;
}

nav .active a,
nav a:hover {
    transition: all 0.2s ease;
    color:#f2f2f2;
}

.social_media {
    display: flex;
    margin-left:30px;
    cursor: pointer;
}

.social_media a {
    padding: 8px;
    color:#808080;
    font-size:25px;
}

.social_media a:hover {
    transition: all 0.2s ease;
    color:#f2f2f2;
}

.banner {
    display:flex;
    justify-content:center;
    background-image:url(../images/banner/main_banner.jpg);
    background-size: cover;
    background-position:center;
    width: 100%;
    height: 46vw;
}

.menu_title {
    color:#1c1c1c;
    font-size: 26px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin:40px 0 0 160px;
}

.content h3 {
    font-size: 18px;
    font-family: serif, Helvetica, Arial;
    margin:0;
    padding: 10px;
    color: #1c1c1c;
}

.content h6 {
    font-size: 17px;
    font-family: serif, Helvetica, Arial;
    color:#222f3e;
    margin: 15px;
}

.heading_title {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.heading_title h1 {
    font-family: 'sans-serif';
    font-weight: bold;
    margin: 0;
    font-size: 3rem;
    color: #1c1c1c;
    
}

.heading_title img {
    width: 16rem;
    height: 6vh;
    object-fit: cover;
    margin: 0 0 10px 0;
}

.sobre-nos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sobre-imagem {
    flex:1;
    margin-right: 40px;
    overflow: hidden;
}

.sobre-imagem img {
    max-width: 100%;
    height:auto;
    display: block;
    transition: 0.4s ease;
}

.sobre-texto {
    flex:1;
}

.sobre-texto p {
    font-size: 1.3vmax;
    font-family:'Calibri';
    line-height: 1.5;
    color:#222f3e;
}

.bebidas {
    padding: 0 1.8vw;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.bebidas::-webkit-scrollbar {
    display: none;
}

.btn-bebidas {
    position: relative;
    overflow: hidden;
}

.content {
    width: 230px;
    margin:15.4px;
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    border-radius: 15px;
    cursor:pointer;
    padding-top: 10px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25),
    0 5px 5px rgba(0,0,0,0.22);
    transition: .3s;
    background: #f2f2f2;
}

.content:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),
    0 3px 6px rgba(0,0,0,0.23);
    transform: translate(0px, -8px);
}

.content img {
    width: 150px;
    height: 210px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.cardapio {
    padding: 0 1.9vw;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.cardapio::-webkit-scrollbar {
    display: none;
}

.btn-cardapio {
    position: relative;
    overflow: hidden;
}

.items {
    width: 296px;
    flex: 0 0 auto;
    margin:15.4px;
    box-sizing: border-box;
    border-radius: 15px;
    cursor:pointer;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25),
    0 5px 5px rgba(0,0,0,0.22);
    transition: .3s;
    background: #f2f2f2;
}

.items img {
    width: 100%;
    height: 210px;
    border-radius: 15px 15px 0 0;
}

.items:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),
    0 3px 6px rgba(0,0,0,0.23);
    transform: translate(0px, -8px);
}

.detalhes>span {
    display: flex;
    justify-content: center;
    font-family: serif;
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

.meia {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
}

.inteira {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
}

.meia>span {
    color: #1c1c1c;
    font-size: 19px;
    font-family: serif;
    font-weight: bold;
}
.inteira>span {
    color: #1c1c1c;
    font-size: 19px;
    font-family: serif, Helvetica, Arial;
    font-weight: bold;
}

.delivery {
    position: relative;
    width: 100%;
    height: auto;
    background-color:#EEE8AA;
    z-index: 1;

}

.delivery_sub_title {
    margin-bottom: 40px;
}

.contatos {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    padding-bottom: 30px;
}

.contatos p {
    margin: 0 10px ;
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #2f4f4f;
}

.heading_title p {
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #222f3e;
}

.tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;

}

.tel h2 {
    font-size: 38px;
    font-family: 'Times', serif;
    color:#1c1c1c;
    margin: 0 0 15px;
}

.tel span {
    width: 350px;
    height: 2.5px;
    background-color: #3CB371;
    margin-top: 20px;
}

.container2 {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}

.mapBox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 72vh;
    background: #fff;
}

.mapBox iframe {
    width: 100%;
    height: 100%;
}

.rodape {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: 100%;
    height: 11vh;
    font-size: 16px;
    font-weight: 700;
    color:#ccc;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.pre-btn,
.nxt-btn {
    border: none;
    width: 2vw;
    height: 100%;
    position: absolute;
    top: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F5F5DC 100%);
    cursor: pointer;
    z-index: 1;
}

.pre-btn {
    left: 0;
    transform: rotate(180deg);
}

.nxt-btn {
    right: 0;
}

.pre-btn img,
.nxt-btn img {
    opacity: 0.7;
}

.pre-btn:hover img,
.nxt-btn:hover img {
    opacity: 1;
}

.pre-btn2,
.nxt-btn2 {
    border: none;
    width: 2vw;
    height: 100%;
    position: absolute;
    top: 0;
    display:flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F5F5DC 100%);
    cursor: pointer;
    z-index: 1;
}

.pre-btn2 {
    left: 0;
    transform: rotate(180deg);
}

.nxt-btn2 {
    right: 0;
}

.pre-btn2 img,
.nxt-btn2 img {
    opacity: 0.7;
}

.pre-btn2:hover img,
.nxt-btn2:hover img {
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

#sobre {
    padding-top: 85px;
}
#bebidas {
    padding-top: 100px;
}
#cardapio {
    padding-top: 100px;
}
#delivery {
    padding-top: 85px;
}

.menuMobile {
    display:none;
    width:40px;
    height:40px;   
    margin-top:40px;
    margin-bottom:40px;
    margin-right:20px;
}
.mm_line {
    border:2px solid #808080;
    border-radius:10px;
}

@media (max-width:1000px) {
    header .container {
        flex-direction:row;
    }
    nav ul {
        flex-direction:column;
        display:none;
        position:absolute;
        left:0;
        top:85.3px;
        width:100%;
        background: #000;
        opacity: 0.92;
    }
    nav ul li {
        border-bottom:1px solid #727272;
    }
    header {
        height:auto;
    }
    .logo {
        margin-left: 10px;
    }
    .menuMobile {
        display:flex;
        flex-direction:column;
        justify-content:space-around;
    }
    .social_media {
        display: flex;
        margin-left: 0;
    }
    .social_media a {
        padding: 8px;
    }
    .sobre-nos {
        padding: 20px;
        flex-direction: column;
    }
    .sobre-imagem {
        margin-right: 0px;
        margin-bottom: 19px;
    }
}

@media (max-width:640px) {
    .banner {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .container2 {
        padding:0px;
    }
    .pre-btn,
    .nxt-btn,
    .pre-btn2,
    .nxt-btn2 {
        display: none;
    }
    .mapBox {
        height: 300px;
    }
    .rodape {
        text-align: center;
        font-size: 14px;
        height: 60px;
    }
    .menuMobile {
        margin-left: 5px;
    }
    .tel h2 {
       font-size: 40px; 
    }
    .tel p {
        font-size: 20px;
    }
}
