div>.btn {
    display: block;
    opacity: 1;
    transition: all 1s;
}

html {
    scroll-behavior: smooth;
}

::before {}

i.fas.fa-comments {
    color: #ffff !important;
}

i.fab.fa-whatsapp {
    color: #fff !important;
}

.btn .remove::before {
    font-weight: 900;
    content: "\f05e";
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
}

.btn .remove::after {
    content: "";
    font-family: calibri;
    font-size: 14px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
}
input:hover {
    background: rgba(228, 210, 184, 0.54) !important;
  }
  
.btn .add::before {
    font-weight: 900;
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
}

.btn .add::after {
    content: "RETORNAR";
    font-family: calibri;
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
}

.btn.white *::before,
.btn.white *::after {
    color: #fff !important;
}

.logo-pw div p:first-child a {
    color: #fff;
    font: 12px "Helvetica";
    margin-top: -8px;
    display: block;
}

.logo-pw div a span {
    color: transparent;
}

.logo-pw-total {
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
}

.item.whats {
    background: #2ba531;
    border-radius: 30px;
    padding: 10px 0px !important;
    font-weight: bold;
}

.item.online {
    background: #00b29c;
    border-radius: 30px;
    padding: 10px 0px !important;
    margin-top: 10px;
    font-weight: bold;
}

.item.whats {
    background: #239529;
    cursor: pointer;
}

.item.online {
    background: #048676;
    cursor: pointer;
}

body {
    overflow-x: hidden;
}

* {
    color: #333333;
    margin: 0;
    padding: 0;
    border-radius: 1px;
}

#erro-total {
    width: 700px;
    height: 270px;
    margin: 15px 0;
}

#imagem-centralizada {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#texto-404 {
    width: 100%;
    font-family: Calibri;
    font-size: 22px;
    text-align: center;
}

#aguarde {
    width: 100%;
    font-family: Calibri;
    font-size: 19px;
    text-align: center;
    margin: 5px 0;
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
}

a {
    text-decoration: none;
}

.global {
    margin: 0 auto;
}

.texto-pages {
    font: 15px/25px "Calibri";
    color: #000;
    text-align: justify;
    padding-bottom: 40px;


}

.mvv {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.mvv .item {
    width: 350px;
    text-align: center;
}

.mvv .icone {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.mvv .icone i {
    font-size: 50px;
    color: #f47f34;
}

.mvv h3 {
    font-family: 'Myriad Pro';
    font-size: 35px;
    color: #fff;
}

.mvv p {
    font-family: 'Calibri';
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 25px;
}

.texto-pages h1 {
    font: 25px "Calibri";
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.texto-pages h2 {
    font: 20px "Calibri";
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.swiper-button-next {
    margin-right: 40px !important;
    margin-top: 0px !important;
}

.swiper-button-prev {
    margin-left: 40px !important;
    margin-top: 0px !important;
}

.menu-resp {
    display: none;
}

.swiper-container {
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.swiper-2-container {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contato input {
    width: 100%;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
}

.contato textarea {
    width: 100%;
    padding: 10px 20px;
    background: #eee;
    border: #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    resize: none;
    height: 200px;
}

.contato .submit {
    cursor: pointer;
    background: #016086;
    color: #fff;
}


.linha .item {
    color: #fff;
    font: 16px "calibri";
    padding: 10px 0px;
}

.linha .item * {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}

.topo-total {
    align-items: center;
}

.topo {
    margin-top: 40px !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* width: 1800px; */
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0px;
}

.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu .current {
    color: #CEC0A6;
    transition: 0.5s;
}

.menu li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    margin-left: 20px;
}

.menu li a {
    font-family: 'montserrat';
    font-size: 19px;
    list-style: none;
    padding: 10px 8px;
}

.menu li a:hover {
    color: #CEC0A6;
    transition: 0.5s;
}

.menu li .ativo {
    color: #272727;
    position: relative;
}

.menu li .ativo::before {
    font-family: "fontAwesome";
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    color: #eee;
    font-size: 27px;
}

.rodape-total {
    background: #E4D2B8;
}

.rodape {
    justify-content: space-around;
    width: 300px;
    margin: 0 auto;
}

.rodape .item {
    color: #000;
    font: 20px "monserrat light" !important;
    padding: 10px 0px;
    width: 270px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.rodape .item span {
    background-color: #F8D4D7;
}

.rodape .titulo {
    color: #353535;
    font: 20px "monserrat semibold" !important;
    padding: 10px 0px;
    width: 270px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rodape .item i {
    color: #ffffff;
    font-size: 25px;
    display: block;
    text-align: center;
    padding: 0px 10px;
    width: 30px;
}

.logo-pw {
    display: flex;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.box-banner .text-9 {
    position: absolute;
    top: 50%;
    left: calc(30% - 375px);
}

.rodape.contatos {
    display: flex;
    align-items: center;
}

.rodape.contatos p {
    border-right: 2px solid #fff;
    height: 80px;
    display: flex;
    align-items: center;
}

.item-rodape-total {
    width: 1200px;
    display: flex;
    margin: 0px auto;
    align-items: center;
    padding: 20px;
}

.rodape p strong {
    color: #ffffff;
    font: 20px "calibri";
    font-weight: bold;
    padding: 10px;
}

.rodape img {
    width: 200px;
}

.social i {
    padding: 10px;
    font-size: 25px;
    color: #fff;
}

.topo-chat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.topo-chat .item.online {
    margin: 0px 10px;
}

.topo-chat .whats {
    padding: 10px 10px !important;
}

.topo-chat .online {
    padding: 10px 10px !important;
}

.box-01 {
    width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    transition: all 0.5s;
}

.box-01>div {
    margin: 40px 0px;
}

.box-01 .column-cardapio-conteudo {
    width: 40%;
    display: flex;
    flex-wrap: nowrap;
}

.box-01 .column-cardapio-conteudo .titulo {
    font: 50px 'montserrat extralight';
    color: #313131;
    vertical-align: bottom;
    justify-content: start;
}

.box-01 .column-cardapio-conteudo .linha {
    height: 4px;
    background: #eee;
    width: 100%;
    margin: 20px 0px 0px;
    position: relative;
    box-shadow: -1px -1px 2px 0px #fff inset;
}

.row .box-01 .column-cardapio-conteudo .texto {
    font: 18px 'montserrat light';
    text-shadow: 0px 0px 1px #eee;
    color: #000;
    margin: 20px 0px;
    text-align: inherit;
}

.row .box-01 .conteudo {
    width: 100% !important;
    height: 90%;
}

.row .box-01 .conteudo2 {
    width: 100% !important;
    height: 60%;
}

.row .box-01 .conteudo3 {
    width: 100% !important;
    height: 70%;
}


.box-01 .column-cardapio-conteudo .entrar {
    padding: 6px;
    background: #fff;
    color: #545454;
    border: 3px solid #545454;
    font: 20px 'montserrat';
    display: table;
    transition: all 0.5s;
    border-radius: 30px;
    justify-content: center;
    width: 150px;
    text-align: center;
    margin: auto;
}

.box-01 .entrar {
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
    padding: 6px;
    background: #fff;
    color: #545454;
    border: 3px solid #545454;
    font: 20px 'montserrat';
    display: table;
    transition: all 0.5s;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}

.box-01 .conteudo .titulo {
    font: 50px 'montserrat extralight';
    color: #313131;
    vertical-align: bottom;
    justify-content: start;
}

.box-01-unidades .texto,
.box-02-unidades .texto {
    font: 20px 'montserrat regular';
    color: #313131;
    text-align: justify;
}

.box-01 .img4 {
    width: 512px;
    height: 512px;
    overflow: hidden;
    position: relative;
    align-self: center;
}

.texto-pages .titulo {
    /* display: flex; */
    justify-content: center;
    vertical-align: bottom;
    font: 50px 'montserrat extralight';
    margin-bottom: 20px;
    text-align: center;
}

.box-01 .entrar:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.box-01 .column-cardapio-conteudo .entrar:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

.box-01 .img {
    width: 534px;
    height: 356px;
    overflow: hidden;
    position: relative;
    align-self: center;
}

.box-01 .img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -1;
}

.box-01 .img4 img {
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -1;
}

.box-02-total {
    background: #03669a;
}

.box-02 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-02 .item {
    margin: 20px 0px;
    width: 311px;
    box-sizing: border-box;
    border: 2px solid rgba(251, 251, 251, 0.13);
    padding: 15px 10px;
    text-align: center;
    border-radius: 15px;
}

.box-02 .item {
    background: rgba(255, 255, 255, 0.1);
}

.box-02 .item .img {
    width: 100%;
    height: 157px;
    overflow: hidden;
}

.box-02 .item .titulo {
    font: 28px 'calibri';
    color: #fff;
    margin: 40px 0px;
}

.box-02 .item .column-cardapio-conteudo {
    font: 18px/30px 'calibri';
    color: #fff;
    margin: 40px 0px;
}

.box-02 .entrar {
    padding: 20px 70px;
    background: #f47f35;
    margin: 0 auto;
    color: #fff;
    font: 20px 'calibri';
    display: table;
    transition: all 0.5s;
    border-radius: 8px;
}

.box-03 {
    width: 904px;
    margin: 30px auto;
    opacity: 0.6;
    transition: all linear 0.8s 0.55s;
}

.box-03-total .box-03 {
    opacity: 1;
    transition: all linear 0.5s;
}

.box-03 .titulo {
    font: 45px 'calibri';
    color: #484848;
    text-align: center;
    margin-bottom: 40px;
}

.box-03 .titulo::first-line {
    color: #484848;
}

.whatsapp {
    position: fixed;
    bottom: 60px;
    right: 30px;
    animation: atencao 10s 10s infinite;
    z-index: 99999;
}

.whatsapp a {
    background: #25d366 !important;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 999999;
}

.box-03 .linha {
    height: 4px;
    background: #eee;
    width: 100%;
    margin: 20px 0px 0px;
    position: relative;
    box-shadow: -1px -1px 2px 0px #fff inset;
}

.box-03 .linha .barra {
    width: 80px;
    transition: all linear 0.8s 0.55s;
    height: 100%;
    background: #58c3b8;
    position: relative;
}

.box-03-total .linha .barra {
    width: 100%;
    transition: all linear 0.5s;
}

.box-03 .item {
    width: 446px;
    display: inline-block;
    vertical-align: top;
}

.box-03 input {
    width: 100%;
    padding: 19px 20px;
    margin-bottom: 10px;
    border: none;
    background: #fff;
    box-sizing: border-box;
    background: #eee;
    outline: none !important;
    font: 18px 'calibri';
    border-radius: 7px;
}

.box-03 input:focus {
    box-shadow: 2px 0px 0px 0px #72120b inset;
}

.box-03 textarea {
    width: 100%;
    height: 200px;
    padding: 19px 20px;
    margin-bottom: 10px;
    border: none;
    background: #fff;
    box-sizing: border-box;
    background: #eee;
    outline: none !important;
    resize: none;
    font: 18px 'calibri';
}

.box-03 textarea:focus {
    box-shadow: 2px 0px 0px 0px #72120b inset;
}

.box-03 .submit {
    width: 100%;
    padding: 20px 70px;
    background: #f47f35;
    margin: 0 auto;
    color: #fff;
    font: 20px 'calibri';
    display: table;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 8px;
}

.formulario {
    margin: auto;
    width: 800px;
}

.formulario input {
    width: 100%;
    padding: 19px 20px;
    margin-bottom: 10px;
    border: 3px solid #474747;
    background: rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    outline: none !important;
    font: 20px 'montserrat semibold';
    color: #474747;
    border-radius: 30px;
}

.formulario input:focus {
    box-shadow: 3px 0px 0px 0px #474747 inset;
}

.formulario textarea {
    width: 100%;
    height: 200px;
    padding: 19px 20px;
    margin-bottom: 10px;
    border: 3px solid #474747;
    background: rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    outline: none !important;
    font: 20px 'montserrat semibold';
    color: #474747;
    border-radius: 60px;
    border-top-left-radius: 10px !important;
    resize: none;
}

.depoimentos {
    width: 1600px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.depoimentos iframe {
    margin: 20px;
    border: 10px solid #E5D3B9;
}

.formulario textarea:focus {
    box-shadow: 3px 0px 0px 0px #474747 inset;
}

.formulario .submit {
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
    padding: 6px;
    background: rgba(0, 0, 0, 0.0);
    color: #545454;
    border: 3px solid #545454;
    font: 20px 'montserrat';
    display: table;
    transition: all 0.5s;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;

}

.formulario .submit:hover {
    transform: scale(1.05);
    transition: all 0.5s;

}


.column-cardapio-conteudo-pages h1 {
    font: 50px "montserrat" !important;
    color: #000 !important;
    text-align: center;
    margin-bottom: 40px;
    padding: 5px;
}

.conteudo-pages h1 {
    background-color: #E5D3B9;
    font: 50px "montserrat" !important;
    color: #333333 !important;
    text-align: center;
    padding: 5px;

}

.empresa-total {
    width: 1200px;
    margin: 0 auto;
}

.texto-empresa {
    display: flex;
    align-items: center;
    padding: 30px 0px;
}

.item-text {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 600px;
    width: 650px;
}

.item-text .item {
    padding: 30px;
}

.item-text h2 {
    font-family: 'Myriad Pro';
    font-size: 30px;
    border-bottom: 2px solid #043f7a;
    color: #043e79;
}

.item-text p {
    font-family: 'Myriad Pro';
    font-size: 18px;
    padding: 10px 0px;
    line-height: 35px;
    text-align: justify;
}

.item-text i {
    color: #3c3c3c;
}

.texto-empresa img {
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 20px;
}

.mvv-total {
    background: url('../pw-images/fundo.jpg') center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
}

@media only screen and (max-width:1200px) {
    * {
        box-sizing: border-box;
        max-width: 100%;
    }

    .linha-total *,
    .topo-total *,
    .column-cardapio-conteudo-pages,
    .column-cardapio-conteudo-pages *,
    .box-02-total *,
    .mapa *,
    .rodape-total * {
        max-width: 100%;
    }

    .swiper-container img {
        max-width: auto;
    }

    .swiper-container {
        height: 0;
        transition: all 0.5s;
    }

    .column-cardapio-conteudo-pages {
        padding: 2%;
    }

    .topo>div {
        width: 100%;
        margin: 10px 0px;
        text-align: center;
    }

    .menu-resp {
        display: block;
        background: url('../images/menu-resp.png') center no-repeat;
        padding: 20px;
        cursor: pointer;
    }

    .rodape div {
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }

    .menu li .ativo::before {
        display: none;
    }

    .menu li a {
        padding-top: 3px !important;
    }
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;

}

.home-banner {
    width: 100%;
    height: 780px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner img {
    width: 100%;
    height: 100%;
}

.home-banner .text-1 {
    position: absolute;
    margin: auto;
    color: #fff;
    font-family: 'montserrat';
    font-size: 50px;
    display: flex;
}

.home-banner .text-1 h1 {
    color: #fff;
    font-size: bold;
    font-family: 'montserrat';
    font-size: 50px;
    padding-left: 10px;

}

.home-banner .text-2 {
    position: absolute;
    top: 60%;
    left: calc(50% - 330px);
    margin: auto;
    color: #fff;
    font-family: 'montserrat';
    font-size: 36px;
    display: flex;
}

.box-01 .titulo {
    margin: auto;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    transition: all 0.5s;
}

.conteudos .titulo * {
    font-family: 'montserrat light';
    font-size: 30px;
    color: #000;

}

.box-01 .conteudo {
    width: 615px;
}

.box-01 .conteudo .titulo {
    font: 50px 'montserrat extralight';
    color: #313131;
    vertical-align: bottom;
    justify-content: start;
}


.box-01 .conteudo .linha {
    height: 4px;
    background: #eee;
    width: 100%;
    margin: 20px 0px 0px;
    position: relative;
    box-shadow: -1px -1px 2px 0px #fff inset;
}

.box-01 .conteudo .texto {
    font: 20px 'montserrat';
    text-shadow: 0px 0px 1px #eee;
    color: #000;
    margin: 20px 0px;
    text-align: justify;
    text-justify: inter-word;
}

.content6 {
    margin: auto;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    transition: all 0.5s;
    background-color: #f5f5f5;
    height: 950px;
}
.entrar a {
    background: #E4D2B8 !important;
    color: #dc6b3f !important;
    box-shadow: 3px 3px 0px 2px #D7C7B0 !important;
  }

.content3 .entrar {
    padding: 20px;
    background-color: #E5D3B9;
    color: #fff;
    font: 20px 'montserrat';
    display: table;
    transition: all 0.5s;
    border-radius: 15px;
    width: 60%;
    text-align: center;
    margin: auto;
    justify-content: center;
    box-shadow: #979393 11px 6px 15px 0px;
    margin-bottom: 40px;
}


.box-01 .titulo span {
    background-color: #F8D4D7;
}

.box-banner .text-1 {
    position: absolute;
    top: 50%;
    left: calc(50% - 315px);
    margin: auto;
    color: #fff;
    font-family: 'montserrat';
    font-size: 50px;
    display: flex;
}

.box-banner * {
    margin: auto;
    color: #fff;
    font-family: 'montserrat';
    font-size: 50px;
    display: flex;


}

.box-banner .text-2 {
    position: absolute;
    top: 50%;
    /* left: calc(50% - 315px); */
}

.box-banner .text-3 {
    position: absolute;
    top: 50%;
    /* left: calc(50% - 165px); */
}

.box-banner .text-4 {
    position: absolute;
    top: 40%;
    /* left: calc(50% - 240px); */
}

.box-banner .text-5 {
    position: absolute;
    top: 50%;
    /* left: calc(50% - 135px); */
}

.box-banner .text-4-2 {
    position: absolute;
    top: 50%;
    /* left: calc(50% - 375px); */
}

.box-banner .text-5-2 {
    position: absolute;
    top: 60%;
    left: calc(50% - 128px);
    font-size: 20px !important;

}

.box-banner .text-6 {
    position: absolute;
    top: 50%;
    left: calc(50% - 365px);

}

.box-banner .text-7 {
    position: absolute;
    top: 50%;
    left: calc(50% - 375px);
}

.box-banner .text-8 {
    position: absolute;
    top: 50%;
    left: calc(50% - 112px);
}

.swiper-slide-active img {
    transform: scale(1.30);
    transition: all 1s;
}


.swiper-slide img {
    width: 80%;
    height: auto;
    margin: auto;
    box-shadow: 2px 2px 5px;
    justify-content: center;
}

.slides2 img {
    width: 100% !important;
    height: auto;
    margin: auto;
    box-shadow: 2px 2px 5px;
    justify-content: center;
    transform: scale(1.0) !important;
}

.swiper-container {
    width: 85%;
    height: 420px;
}

.swiper-2-container {
    width: 80%;
    overflow: hidden;
}

.swiper-container * {
    display: flex;
    align-items: center;
}

.swiper-geral {
    width: 100%;
    margin: auto;
    height: 480px;
    display: flex;
    align-items: center;
}

.box-banner {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-banner .entrar {
    padding: 6px;
    background: rgba(0, 0, 0, 0.0);
    color: #fff;
    border: 3px solid #fff;
    font: 20px 'montserrat';
    display: table;
    transition: all 0.5s;
    border-radius: 30px;
    width: 150px;
    position: absolute;
    top: 70%;
    left: calc(50% - 84px);
    text-align: center;
    margin: auto;
    justify-content: center;
}

.box-banner .entrar:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}

@media only screen and (max-width:980px) {
    .home-banner .text-1 {
        font-size: 25px;
    }

    .home-banner .text-1 h1 {
        font-size: 25px;
    }

    .box-banner * {
        font-size: 22px;
        /* left: unset !important; */
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .titulo p {
        padding: 10px;
        font-size: 26px
    }
    .conteudo-pages h1 {
        font: 35px "montserrat" !important;
    }

    .formulario {
        width: 90%;
    }
    .box-01-unidades {
        padding: 10px;
    }
    .box-02-unidades {
        padding: 10px;
    }

    .texto-pages .titulo {
        font: 34px 'montserrat extralight';
    }

    .box-03 .item {
        width: 100%;
    }

    .box-03 {
        width: 90%;
    }

    .box-01 {
        margin: auto;
        flex-direction: column;
        align-content: center;
    }

    .content .box-01 .img {
        width: 50% !important;
        height: auto !important;
    }

    .content6 .box-01 .img {
        width: 50% !important;
        height: auto !important;
    }

    .box-01 .conteudos {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 90% !important;
    }

    .box-01 .column-cardapio-conteudo {
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 600px) {
    .home-banner {
        height: 340px;
      }
      
      .box-banner .text-2 {
          top: 15%!important;
      }
      
      .box-banner .text-3 {
          top: 15%!important;
      }
      
      .box-banner .text-4 {
          top: 8%!important;
      }
      
      .box-banner .text-4-2 {
          top: 30%!important;
      }
      
      .box-banner .text-5 {
          top: 15%!important;
      }
      
      .box-banner .entrar {
          top: 54%!important;
      }
      
      .row .box-01 .column-cardapio-conteudo .texto {
          line-height: 25px;
      }
      .box-banner .text-6 {
        position: absolute;
        top: 50%;
        left: inherit!important;
    }
    .box-banner .text-7 {
        position: absolute;
        top: 50%;
        left: inherit!important;
    }
    .content2 .item-cardapio {

        height: auto!important;
    }
   
    .menu li a {
        padding: 0 10px 10px;
    }

    .linha .item:last-child {
        font-size: 13px;
    }

    .conteudos .titulo * {
        font-size: 20px;
    }

    .menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }



video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
}

.menu- li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    margin-left: 20px;
    font-family: 'montserrat semibold';
    font-size: 13px;
    margin: 10px;
}

.menu li {
    padding: 10px;
    border: 1px solid#fff;
    width: 200px;
}

.depoiments-video {
    width: 25%;
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.menu ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.linha .item {

    margin: 5px;
}

div#wowslider-container1 {
    display: none;
}

.item-rodape-total {
    flex-wrap: wrap;
}

.item-rodape-total {
    flex-wrap: wrap;
}

.rodape .item i {

    margin: 0px 10px;
}
}

.box-01-unidades {
    width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    transition: all 0.5s;
}


.box-01-unidades>div {
    margin-top: 40px;
}

.box-01-unidades .column-cardapio-conteudo {
    width: 100%
}

.box-01-unidades .column-cardapio-conteudo .titulo {
    font: 50px 'montserrat extralight';
    color: #313131;
    vertical-align: bottom;
    justify-content: start;
}

.box-01-unidades .column-cardapio-conteudo .texto {
    font: 20px 'montserrat';
    text-shadow: 0px 0px 1px #eee;
    color: #000;
    margin: 20px 0px;
    text-align: justify;
    text-justify: inter-word;
}

.box-02-unidades {
    width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    transition: all 0.5s;
}


.box-02-unidades>div {
    margin-top: 40px;
    margin-bottom: 100px;
}

.box-02-unidades .column-cardapio-conteudo {
    width: 100%
}

.box-02-unidades .column-cardapio-conteudo .titulo {
    font: 50px 'montserrat extralight';
    color: #313131;
    vertical-align: bottom;
    justify-content: start;
}

.box-02-unidades .column-cardapio-conteudo .texto {
    font: 20px 'montserrat';
    text-shadow: 0px 0px 1px #eee;
    color: #000;
    margin: 20px 0px;
    text-align: justify;
    text-justify: inter-word;
}

.menu-cardapio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.menu-cardapio ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.menu-cardapio .current {
    color: #CEC0A6;
    transition: 0.5s;
}

.menu-cardapio li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    margin-left: 20px;
    font-family: 'montserrat semibold';
    font-size: 13px;
    margin: 10px
}

.menu-cardapio li a {
    font-family: 'montserrat semibold';
    color: #333333 !important;
    font-size: 13px;
    list-style: none;
}

.menu-cardapio li .ativo {
    color: #272727;
    position: relative;
}

.menu-cardapio li .ativo::before {
    font-family: "fontAwesome";
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    color: #eee;
    font-size: 27px;
}

.menu-cardapio-total {
    margin-top: 40px !important;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}

/* GRID */

.cardapio * {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
    display: none;
    /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    transition: all 0.5s;
    background-color: #f5f5f5;
}

.content2 .box-01 {
    width: 1400px !important;
}

.content2 .box-01 .img {
    width: 400px;
    height: 530px;
    overflow: hidden;
    position: relative;
    align-self: center;
}

.content2 {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    transition: all 0.5s;
    background-color: #fff;
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Add a dark background color to the active button */
.btn.active {
    border-bottom: solid 4px #CEC0A6;
}

.btn.active {
    border-bottom: solid 4px #CEC0A6;
}


.btn {
    border-bottom: solid 4px #fff;
}

.myBtnContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

.myBtnContainer li {
    font-family: 'montserrat';
    font-size: 19px;
    list-style: none;
    padding: 10px 8px;
}

.content .box-01 img {
    width: 100%;
}

.content .box-01 img4 {
    width: 100%;
}


.content6 .box-01 img {
    width: 100%;
    height: auto !important;
}

.content .box-01 .img {
    width: 30%;
    height: auto !important;
}

.content6 .box-01 .img {
    width: 30%;
    height: auto !important;
}

.content .box-01 {
    width: 1400px !important;
}

.content6 .box-01 {
    width: 1400px !important;
}

.menu-cardapio li {
    cursor: pointer;
    transition: 0.5s;
}

.box-01 .column-cardapio-conteudo {
    width: 100%;
    justify-content: space-around;
}

.box-01 .column-cardapio-conteudo .titulo {
    font: 50px 'montserrat extralight';
    color: #313131;
    vertical-align: bottom;
    justify-content: start;
}

.box-01 .column-cardapio-conteudo .linha {
    height: 4px;
    background: #eee;
    width: 100%;
    margin: 20px 0px 0px;
    position: relative;
    box-shadow: -1px -1px 2px 0px #fff inset;
}

.content2 .item-cardapio {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 70px;
}

.box-01 .column-cardapio-conteudo .entrar {
    padding: 6px;
    background: #fff;
    color: #545454;
    border: 3px solid #545454;
    font: 20px 'montserrat';
    display: table;
    transition: all 0.5s;
    border-radius: 30px;
    justify-content: center;
    width: 150px;
    text-align: center;
    margin: auto;
}

.menu-galeria-1:hover {
    transform: scale(1.03);
    transition: .5;
}

.menu-galeria-2:hover {
    transform: scale(1.03);
    transition: .5;
}

.menu-galeria-3:hover {
    transform: scale(1.03);
    transition: .5;
}

.menu-galeria-4:hover {
    transform: scale(1.03);
    transition: .5;
}

.gallery-image {
    width: 320px;
    height: 240px;
    padding: 10px;
    overflow: hidden;
}

.gallery-image img:hover {
    transform: scale(1.02);
    transition: 0.5s;
}

.content-galeria {
    background-color: rgb(0 0 0 / 90%) !important;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.gallery {
    width: 1600px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.menu-galeria-1 p,
.menu-galeria-2 p,
.menu-galeria-3 p,
.menu-galeria-4 p {
    position: absolute;
    bottom: 9px;
    left: 50%;
    top: 43%;
    transform: translateX(-50%);
    font-size: 27px;
    margin: auto;
    color: #fff;
    font-family: 'montserrat';
    display: flex;
}

.menu-galeria-1,
.menu-galeria-2,
.menu-galeria-3,
.menu-galeria-4 {
    max-width: 300px;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.box-01 .column-cardapio-conteudo .entrar {
    transform: scale(1.05);
    transition: all 0.5s;
}

.item-cardapio {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 25%;
}

.box-01 .conteudos {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 60%;
}

.home-banner {
  height: 340px;
}

.box-banner .text-2 {
    top: 35%;
}

.box-banner .text-3 {
    top: 35%;
}

.box-banner .text-4 {
    top: 24%;
}

.box-banner .text-4-2 {
    top: 40%;
}

.box-banner .text-5 {
    top: 35%;
}

.box-banner .entrar {
    top: 60%;
}

.row .box-01 .column-cardapio-conteudo .texto {
    line-height: 25px;
}