html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    -webkit-tap-highlight-color: transparent;
}

a{
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Nunito", sans-serif;
}

p{
    font-family: "Montserrat", sans-serif;
}

/* TRUE CSS */
.header{
    height: 50px;
    background-color: #474747;
    display: flex;
    align-items: center;
}

.header .centre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    margin: 0 auto;
}

.header .centre .logoBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    transition: all 0.4s;
}

.header .centre .logoBox:hover{
    transform: scale(1.05);
}

.header .centre .logoBox img{
    width: 46px;
    height: auto;
}

.header .centre .logoBox h1{
    font-size: 17px;
    font-weight: 700;
    color: #f6dc24;
    margin-left: 10px;
}

.menu-mobile {
    display: none;
}

.header .centre .menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .centre .menu a{
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #f6dc24;
    margin: 0 10px;
    transition: all 0.3s;
}

.header .centre .menu a:hover{
    transform: scale(1.05);
}

/* MAIN */
.main{
    width: 100%;
    background-color: #fff8f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .call{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.main .call .left{
    width: 50%;
}

.main .call .left .title{
    font-size: 60px;
    color: #d35400;
    font-weight: 800;
    margin-left: 20%;
    line-height: 1.2;
}

.main .button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #db1313;
    border: 0;
    color: #fff8f0;
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.3s;
    width: 205px;
    height: 50px;
    margin-top: 100px;
    margin-left: 20%;
    font-weight: 700;
}

.main .call .left .button:hover{
    background-color: #f6dc24;
    color: #474747;
}

.main .call .right{
    width: 50%;
}

.main .call .right img{
    width: 100%;
    height: auto;
}

.sobre{
    padding-top: 60px;
    width: 100%;
    background-color: #f5f5f5;
}

.sobre .centre{
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.sobre .centre .upper{
    font-size: 19px;
    font-family: "Nunito", sans-serif;
    color: #e67e22;
    text-align: center;
}

.sobre .centre .title{
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
    color: #666666;
    text-align: center;
}

.sobre .centre .imageBox{
    width: 790px;
    height: auto;
    margin: 40px auto;
}

.sobre .centre .imageBox img{
    width: 100%;
    height: auto;
}

.sobre .centre .text{
    max-width: 700px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #666666;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

.menuCardapio{
    padding-top: 60px;
    width: 100%;
    background-color: #fff8f0;
}

.menuCardapio .centre{
    width: 875px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.menuCardapio .centre .upper{
    font-size: 19px;
    font-family: "Nunito", sans-serif;
    color: #e67e22;
    text-align: center;
}

.menuCardapio .centre .title{
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
    color: #666666;
    text-align: center;
}

.menuCardapio .centre .external{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    column-gap: 20px;
    padding-top: 65px;
    padding-bottom: 40px;
}

.menuCardapio .centre .external .left{
    max-width: 370px;
}

.menuCardapio .centre .external .left .burger{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: #e67e22;
    margin-bottom: 5px;
}

.menuCardapio .centre .external .left .description{
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.2;
}

.menuCardapio .centre .external .right{
    max-width: 370px;
}

.menuCardapio .centre .external .right .burger{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    color: #e67e22;
    margin-bottom: 5px;
}

.menuCardapio .centre .external .right .description{
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.2;
}

.menuCardapio .button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #db1313;
    border: 0;
    color: #fff8f0;
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.3s;
    width: 205px;
    height: 50px;
    margin: 0 auto;
    font-weight: 700;
}

.menuCardapio .button:hover{
    background-color: #f6dc24;
    color: #474747;
}

.offer{
    padding-top: 60px;
    width: 100%;
    background-color: #f5f5f5;
}

.offer .centre{
    width: 991px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.offer .centre .upper{
    font-size: 19px;
    font-family: "Nunito", sans-serif;
    color: #e67e22;
    text-align: center;
}

.offer .centre .title{
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
    color: #666666;
    text-align: center;
}

.offer .centre .galery{
    width: 990px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
    row-gap: 65px;
    column-gap: 50px;
    justify-content: center;
}

.offer .centre .galery .card{
    width: 370px;
}

.offer .centre .galery .card img{
    width: 100%;
    height: auto;
}

.offer .centre .galery .card .cardTitle{
    font-size: 21px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    color: #e67e22;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.offer .centre .galery .card .info{
    font-size: 15px;
    color: #666666;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.offer .centre .galery .card2{
    width: 570px;
}

.offer .centre .galery .card2 img{
    width: 100%;
    height: auto;
}

.offer .centre .galery .card2 .cardTitle{
    font-size: 21px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    color: #e67e22;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.offer .centre .galery .card2 .info{
    font-size: 15px;
    color: #666666;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}

.offer .button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #db1313;
    border: 0;
    color: #fff8f0;
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.3s;
    width: 205px;
    height: 50px;
    margin: 0 auto;
    margin-top: 55px;
    font-weight: 700;
}

.offer .button:hover{
    background-color: #f6dc24;
    color: #474747;
}

.comments {
    background-image: url('/images/bg_comentarios.jpg');
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
}

.comments .owl-carousel{
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.comments .owl-carousel .container{
    max-width: 700px;
    margin: 0 auto;
}

.comments .owl-carousel .container .com{
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    color: #181818;
    line-height: 1.5;
    margin-bottom: 15px;
}

.comments .owl-carousel .container .author{
    font-size: 23px;
    font-family: "Nunito", sans-serif;
    color: #181818;
    font-weight: 800;
    line-height: 1.5;
}

.owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    font-family: "Nunito", sans-serif!important;
    font-size: 32px!important;
    font-weight: 700!important;
    border-radius: 2px;
    transition: all 0.3s;
    width: auto;
    font-weight: 800;
}

.owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120px;
    font-family: "Nunito", sans-serif!important;
    font-size: 32px!important;
    font-weight: 700!important;
    border-radius: 2px;
    transition: all 0.3s;
    width: auto;
    font-weight: 800;
}

.footer {
    background-color: #181818;
    width: 100%;
}

.footer .centre{
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.footer .centre .box{
    width: 348px;
}

.footer .centre .box .channel{
    color: #f6dc24;
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.footer .centre .box .text{
    color: white;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.footer .centre .box .link{
    display: block;
    color: #f6dc24;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}

.footer .centre .box .line{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.footer .centre .box .line:hover .text{
    color: #f6dc24;
}

.footer .centre .box .line img{
    width: 18px;
    height: auto;
    margin-top: -9px;
}

.footer .centre .box .line .text{
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: all 0.4s;
}

.footer .copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .copyright .copy{
    font-size: 10px;
    color: #f6dc24;
    text-align: center;
}

@media (max-width: 1320px) {
    .main .call .left .title{
        font-size: 40px;
        margin-left: 10%;
    }

    .main .button {
        margin-left: 10%;
        margin-top: 70px;
    }

    .footer .centre{
        width: 80%;
    }
}

@media (max-width: 1140px) {
    .sobre .centre {
        width: 100%;
    }

    .sobre .centre .imageBox{
        width: 70%;
    }

    .menuCardapio .centre{
        width: 80%;
    }

    .offer .centre{
        width: 80%;
    }

    .offer .centre .galery{
        flex-direction: column;
        width: 100%;
    }

    .comments .owl-carousel .container{
        width: 60%;
    }

    .owl-nav .owl-prev{
       left: 60px;
    }
    
    .owl-nav .owl-next{
        right: 60px;
    }
}

@media (max-width: 930px) {
    .menuCardapio .centre .external{
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .main .call .left .title{
        font-size: 30px;
        margin-left: 10%;
    }

    .main .button {
        margin-left: 10%;
        margin-top: 50px;
    }

    .sobre .centre .imageBox{
        width: 90%;
    }

    .sobre .centre .text{
        width: 80%;
    }

    .offer .centre .galery .card{
        width: 100%;
    }

    .offer .centre .galery .card2{
        width: 100%;
    }
    
    .footer{
        height: auto;
        padding-top: 15px;
    }

    .footer .centre{
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .footer .copyright{
        padding-bottom: 25px;
        flex-direction: column;
        align-items: center;
        row-gap: 5px;
    }
}

@media (max-width: 570px) {
    .main .call{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/bg_call.jpg');
        background-size: cover;
        padding: 50px 0;
        justify-content: center;
        background-repeat: no-repeat;
    }

    .main .call .left .title{
        color: white;
    }

    .main .call .left{
        width: 100%;
    }

    .main .right{
        display: none;
    }

    .sobre .centre .title{
        font-size: 30px;
    }

    .menuCardapio .centre .title{
        font-size: 30px;
        line-height: 1.3;
    }

    .offer .centre .title{
        font-size: 30px;
        line-height: 1.3;
    }

    .menuCardapio .centre .external .left .burger{
        font-size: 16px;
    }

    .menuCardapio .centre .external .right .burger{
        font-size: 16px;
    }

    .footer .centre .box{
        width: 100%;
    }

    .footer .centre .box .line .text{
        font-size: 12px;
    }

    .comments .owl-carousel .container{
        width: 60%;
    }

    .owl-nav .owl-prev{
       left: 30px;
    }
    
    .owl-nav .owl-next{
        right: 30px;
    }

    .header .centre .menu{
        display: none;
    }

    .menu-mobile {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin-right: 5%;
    }

    .menu-burger {
        display: flex;
        cursor: pointer;
    }

    .menu-burger img {
        width: 30px;
        height: 30px;
        transition: 0.4s;
    }

    .menu-itens {
        position: absolute;
        top: 50px;
        width: 220px;
        right: 5px;
        display: none;
        padding: 15px;
        background-color: #474747;
    }

    .menu-itens.escondido {
        display: block;
    }

    .menu-itens a {
        display: block;
        margin-left: auto;
        text-decoration: none;
        color: #f6dc24;
        font-size: 18px;
        font-family: "Nunito", sans-serif;
        text-align: right;
        transition: all 0.4s;
    }

    .menu-itens a:hover {
        transform: scale(1.05) translateX(-20px);
    }

}

@media (max-width: 400px) {
    .comments .owl-carousel .container{
        width: 50%;
    }
}

/* POLITICA DE PRIVACIDADE */
.politica{
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.politica h1{
    font-size: 36px;
    text-align: center;
    margin-bottom: 35px;
}

.politica h2, h3, h4, h5{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.politica p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.politica li{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.header .burger-button {
    display: none;
}

/* AVISO DE COOKIES */
.aviso-cookies {
    display: flex;
    width: 100%;
    margin: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 999;
    padding: 30px;
  }

  .aviso-cookies .frase-cookies {
    width: 65%;
    color: #fff;
    margin: 0;
  }
  .aviso-cookies .frase-cookies .link-politica {
    text-decoration: underline;
    color: #f6dc24;
  }
  .aviso-cookies .frase-cookies .link-politica:hover,
  .aviso-cookies .frase-cookies .link-politica:focus {
    font-weight: bold;
  }
  .aviso-cookies .aceitar-cookies {
    width: 15%;
    height: 40px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin-left: 30px;
    cursor: pointer;
    outline: none;
  }
  .aviso-cookies .aceitar-cookies:hover {
    border: 1px solid #f6dc24;
    background-color: #f6dc24;
  }

  @media (max-width: 1200px) {
    .aviso-cookies .frase-cookies {
        font-size: 12px;
    }

    .aviso-cookies .aceitar-cookies{
        font-size: 12px;
        height: 30px;
    }
  }
  
  @media (max-width: 570px) {
    .aviso-cookies {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        width: auto;
    }

    .aviso-cookies .frase-cookies {
        width: 100%;
        text-align: center;
    }

    .aviso-cookies .aceitar-cookies{
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
  }

