@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
<style>

.novosite{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#00005a;
}

.cookies-container-novo {
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    background:#00005a;
}

.cookies-content-novo {
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    background: white;
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    display: inline-block;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideUp 0.5s forwards;
    position: fixed;
    top: 25%;
    z-index: 999;
    width: 80%;
    left: 10%;
}@media(max-width:600px){
    .cookies-content-novo {
        width: 90%;
        top: 3%;
        left: 5%;
    }
}

@keyframes slideUp {
  to {
    transform: initial;
    opacity: initial;
  }
}

.cookies-pref-novo label {
  margin-right: 1rem;
}

.cookies-save-novo {
  grid-column: 3;
  grid-row: 1/1;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #007cf8;
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}

@media (max-width: 500px) {
  .cookies-content-novo {
    grid-template-columns: 1fr;
  }
  .cookies-save-novo {
    grid-column: 1;
    grid-row: 3;
  }
}

.cookies-container {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
}

.cookies-content {
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    background: white;
    /* max-width: 425px; */
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: slideUp 0.5s forwards;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}

@keyframes slideUp {
  to {
    transform: initial;
    opacity: initial;
  }
}

.cookies-pref label {
  margin-right: 1rem;
}

.cookies-save {
  grid-column: 3;
  grid-row: 1/1;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: #007cf8;
  color: white;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  font-size: 1rem;
}

@media (max-width: 500px) {
  .cookies-content {
    grid-template-columns: 1fr;
  }
  .cookies-save {
    grid-column: 1;
    grid-row: 3;
  }
}


.inable{
    display: none;
}

.msgCookies{
    position: fixed;
    width: 100%;
    padding: 1rem;
    background: #362d67;
    color: #ffff;
    z-index: 9999;
    bottom: 0;
    display: block;
    font-family: tahoma !important;
    text-align: center;
}

.msgCookies a{
  text-decoration: none;
  color: #ffff;
}@media(max-width:680px){
  .msgCookies a {
      font-size: 0.8rem;
  }
}

.textoMSG{
    position: relative;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
}@media(max-width:680px){
  .textoMSG {
      width: 63%;
      font-size: 0.8rem;
      text-align: left;
  }
}

.btMSG{
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}@media(max-width:680px){
  .btMSG {
      position: relative;
      display: inline-block;
      width: 35%;
      vertical-align: middle;
      font-size: 0.8rem;
  }
}


h1{
    color: #00005a !important;
    font-family:  !important;
}
h2{
    color: #00005a !important;
    font-family:  !important;
}
h3{
    color: #00005a !important;
    font-family:  !important;
}
h5{
    color:  !important;
    font-family:  !important;
}
p{
    color: #00005a ;
    font-family:  !important;
}

.hr{
    border: 2px solid #00005a !important;
    box-shadow: 0 0 5px #00005a !important;
}

.sobreImagem{
    color: #ffffff !important;
    font-family: Rubik !important;
    opacity: 1 !important;
}

.sobreImagem p{
    color: #ffffff !important;
    font-family: Rubik !important;
    opacity: 1 !important;
}

.cid-ry5wVuk8aR .navbar {
    z-index: 999;
}

.destaque{
    color: #c46e25 !important;
    font-family: Rubik !important;
}
.container{
    position: relative;
    width: 100%;
    height: 94vh;
    margin: 0 auto;
    font-family: Rubik;
    color: #00005a;
}

.centralizado{
    position: absolute;
    width: 60%;
    height: 20rem;
    display: inline-block;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -10rem;
    margin-left: -30%;
}@media(max-width: 425px){
    .centralizado {
        position: absolute;
        width: 20rem;
        height: 20rem;
        display: inline-block;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-top: -10rem;
        margin-left: -10rem;
    }
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem !important;
    font-size: 1rem !important;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.disabled{
    opacity: 0.5;
    cursor: no-drop !important;
}

.margin-top3{
    margin-top: 3em;
}

.margin-top5{
    margin-top: 5em;
}

.margin-top8{
    margin-top: 8em;
}

.margin-top10{
    margin-top: 10em;
}

.margin-top15{
    margin-top: 15em;
}

.margin-top20{
    margin-top: 20em;
}

.top3{
    top: 3em;
}

.top5{
    top: 5em;
}

.top8{
    top: 8em;
}

.top10{
    top: 10em;
}

.top15{
    top: 15em;
}

.top20{
    top: 20em;
}

/****** MENU *****/

/**CARRINHO**/
.mbri-shopping-cart:before {
    color: #ffffff;
    content: "\e972";
    font-size: 2.5rem;
    line-height: 1.5rem;
    margin-left: 12px;
}.btCarrinho:hover .mbri-shopping-cart a{
    color: #c46e25 !important;    
}

.floatRight{
    float: right;
    margin-right: 2%;
}

.cid-ry5wVuk8aR .menu-logo .navbar-brand {
    display: flex;
    margin-left: 1rem !important;
    padding: 0;
    transition: padding .2s;
    min-height: 3.8rem;
    -webkit-align-items: center;
    align-items: center;
}

/**CARRINHO ADD**/
.mbri-cart-add:before {
    content: "\e972";
    font-size: 3rem;
    line-height: 4rem;
    color: #00005a;
}.mbri-cart-add:hover{
    color: #f2f209;    
}

.addCarrinho{
    width: 4rem;
    left: calc(50% - 2rem);
    margin-top: 0;
    position: absolute;
    height: 4rem;
    background: none;
    box-shadow: none;
    cursor: pointer;
    border: none;
    opacity: 1;
}

.addCarrinhoMarmita{
    width: 4rem;
    left: calc(50% - 2rem);
    margin-top: 0rem;
    position: absolute;
    height: 4rem;
    background: none;
    box-shadow: none;
    cursor: pointer;
}

.inline-flex{
    display: inline-flex;
}

.inline-block{
    display: inline-block;
}

.inline-table{
    display: table;
}

.inline-contents {
    display: contents;
}

.marginTop5{
	margin-top: 5rem;
}

.cid-ry5wVuk8aR button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #00005a !important;
}

.cid-ry5wVuk8aR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption{
    color: #ffffff !important;
    font-family: Rubik !important;
    display: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active{
    color: #f2f209 !important;
    background-color: #00005a !important;
    border-color: #00005a !important;

}

.cid-ry5wVuk8aR .btn .mbr-iconfont{
    color: #ffffff;
}

.navbar-toggleable-sm .navbar-nav .nav-link{
    color: #ffffff !important;
    font-family: Rubik !important;
}
.mbr-arrow {
    background-color: #00005a !important;
    opacity: 0.5;
}

.mbr-arrow-up a {
    background:  #00005a !important;
    opacity: 0.7;
    right: 5rem;
    bottom: 1rem;
}

/******BACKGROUD MENU******/
.cid-ry5wVuk8aR .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: center !important;
    padding-right: 1rem;
    width: auto;
}

.cid-ry5wVuk8aR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	color: #ffffff;
    -webkit-align-self: center;
    align-self: center;
    width: 6rem;
	text-align: center !important;
}

.cid-ry5wVuk8aR .navbar {
    background: #00005a !important;
}

/******TEXTO LOGO******/
.text-primary {
    color: #ffffff !important;
}

/******TEXTO MENU******/
.text-black {
    color: #ffffff !important;
}

/******TEXTO SOBRE MENU******/
.cid-ry5wVuk8aR .nav-link:hover, .cid-ry5wVuk8aR .dropdown-item:hover {
    color: #f2f209 !important;

}

/******WHATSAPP MENU******/
.whats{
    position: relative;
    margin-left: 0rem;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 2.5rem;
}
.whats a{
    color: #ffffff !important;
}
.whats:hover a{
    color: #f2f209 !important;
}

.btn-primary, .btn-primary:active {
    background-color: #00005a !important;
    border-color: #00005a !important;
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 5px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 0rem;
}

/******WHATSAPP CONTATO******/


.whatsApp{
    position: fixed;
    width: 3em;
    font-size: 3em !important;
    bottom: 0em;
    right: 0em;
    opacity: 0.5;
    z-index: 99;
    transition: 1s all;
}@media(max-width:960px){
    .whatsApp{
        width: 3em;
        bottom: 0em;
        font-size: 2em !important;
        right: 0.1em;
    }
}.whatsApp:hover{
    opacity: 1;
    transition: 1s all;
}


article#whatsApp {
    background: #00005a !important;
    border: 2px solid #00005a !important;
    cursor: pointer;
}
.linkWhats {
    color: #ffffff !important;
}
article#whatsApp:hover {
    background: #000096 !important;
    color: #f2f209 !important;
}
article#whatsApp:hover a {
    color: #f2f209 !important;
}

/******INPUT TEXT******/
.inputText{
    border-bottom: 1px solid #00005a;
    font-size: 12pt;
    padding: 0 1rem;
    color: #00005a;
}.inputText:hover{
    cursor: pointer;
}

.inputTextNome{
    border-bottom: 1px solid #00005a;
    color: #00005a;
    font-size: 1em;
    padding: 0 1rem;
    width:50%;
}.inputText:hover{
    cursor: pointer;
}@media(max-width:768px){
    .inputTextNome{
        width:100%;
        font-size:0.8em;
    }
}

.inputTextFone{
    border: 1px solid #00005a;
    font-size: 12pt;
    color: #00005a;
}.inputTextFone:hover{
    cursor: pointer;
}

.input {
    border: 1px solid #00005a !important;
    color: #00005a !important;
    border-radius: 5px;
    font-size: 12pt;
}

.inputBottom {   
    border-bottom: 1px solid #00005a;
    color: #00005a;
    background: #ffff;
    padding: 0;
    margin: 0.2rem 0.3rem;
}

/******TEXTEAREA******/
.textarea {
    border: 1px solid #00005a !important;
    color: #00005a !important;
}

/******BOTÃO******/
.btEnviar {
    border: none;
    background: #00005a !important;
    cursor: pointer;
}

/******BOTÃO******/

.inputSubmit{
    background: #00005a !important;
    color: #ffffff !important;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.2em;
    z-index: 9;
}.inputSubmit:hover{ 
    color: #f2f209 !important;
}

.inputImagem{
    background: #00005a !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}.inputImagem:hover{
    background: #000096 !important;
    box-shadow: 0 0 4px;  
    color: #f2f209 !important;
}

.inputSaibaMais{
    background: #00005a !important;
    color: #ffffff !important;
    position: absolute;
    width: 100%;
    cursor: pointer;
    padding: 0.65rem;
    box-shadow: 0 0 2px #000;
    border: none;
    /* border-radius: 5px; */
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    margin: auto;
    z-index: 999;
    /* height: 2.5rem; */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}@media(max-width:520px){
    .inputSaibaMais{
        background: none !important;
        color: #00005a !important;
        top: 22.5em;
        padding: 0em;
        opacity: 1;
        box-shadow: 0 0 0;
    }
}@media(max-width:375px){
    .inputSaibaMais{
        top: 20.5em;
    }
}

.produtos article:hover .inputSaibaMais{
    top: 20rem;
    opacity: 1;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}@media(max-width:1280px){
    .produtos article:hover .inputSaibaMais{
        top: 15rem;
    }
}@media(max-width:520px){
    .produtos article:hover .inputSaibaMais{
        top: 22.5rem;
    }
}@media(max-width:375px){
    .produtos article:hover .inputSaibaMais{
        top: 20.5rem;
    }
}

.inputSubmitImagem {
    background:#00005a !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}.inputSubmitImagem:hover{
    background: #000096 !important;
    box-shadow: 0 0 4px;  
    color: #f2f209 !important;
}

.right{
    float: right;
    right: 2rem;
}

.textLeft{
    text-align: left;
}

.textRight{
    text-align: right;
}

/******** SOBRE *******/

.servico{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 8rem 0;
    box-shadow: 0 0 6px #000;
    z-index: 9;
}

.servico article{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 1%;
    padding: 2rem;
    vertical-align: middle;
    background: #fff;
}

.servico article h3{
    text-align: left;
}

.servico article p{
    text-align: left;
}

.servico article img{
    width: 33rem;
}

.sobre{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 5rem 0;
}

 .sobre article {
    position: relative;
    width: 30%;
    display: inline-block;
    margin: 2% 1%;
    padding: 1rem;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
}

.imgSobre{
    width:100%;
}


/******RODAPÉ******/
.cid-ry5BpjFOxu {
    background-color: #00005a !important;
}
.cid-ry5BpjFOxu p{
    color: #ffffff !important;
}

.text-black {
    color: #ffffff;
}

.cid-ry5HouS1wv {
    padding: 0 1em !important;
    background-color: #ffffff;
}

.cid-ry5HouS1wv .mbr-text{
    color:  #00005a !important;
}

.display-5{
    color:  #00005a !important;    
}

.socicon-viber:before{
    color:  #00005a !important;      
}

.mbrib-clock:before{
    color:  #00005a !important;  
}

.mbrib-map-pin:before{
    color:  #00005a !important;      
}

.mbrib-letter:before{
    color:  #00005a !important;      
}

.voltarPagina{    
    position: relative;
    top: -25px;
    text-align: left !important;
    float: right;
}

/******** POUP UP **********/
.poupupOFF{
    display: none;
}

.poupupON{
    position: fixed;
    width: 90%;
    /* height: 19rem; */
    top: 0;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffff;
    box-shadow: 0 2px 5px rgb(50, 50, 50);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

.imgPoupup{
    width: 40%;
}

.mensagem{
    position: relative;
    width: 100%;
    height: 10rem;
    vertical-align: middle;
    display: inline-block;
}

.fechar{
    background: #00005a !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
    font-family: Rubik;
    text-decoration: none;
}.fechar:hover{
    background: #000096 !important;
    box-shadow: 0 0 4px;  
    color: #f2f209 !important;
}

.imgLogo{
    position: relative;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.imgLogo img{
    width: 90%;
}

.containe-logo{
    background: #00005a;
    width: 100%;
    height: 2em;
    text-align: center;
}@media(max-width:1024px){
    .containe-logo{
        top: -3em;
        z-index: 99;
    }
}

.logo{
    position: relative;
    width: 5em;
    display: inline-block;
    z-index: 10;
}@media(max-width:1024px){
    .logo{
        width: 5em;
    }
}

.login{
    position: relative;
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: left;
    margin-top: 4%;
}

.inputLogin{
    box-shadow: 0 1px 0px #00005a;
    color: #00005a;
    width: 45%;
    border: none;
    padding: 0.8rem 0.2rem;
    margin: 0.2rem 0.3rem;
}

.senha{
    display: inline-block;
    width: 45%;
    margin: 0 0.3rem;
}

.inputSenha{
    width: 100%;
    box-shadow: 0 1px 0px;
    border: none;
    padding: 0.8rem 0.3rem;
    margin: -0.7rem;
}

.imgSenha{
    position: absolute;
    margin-top: -7px;
    right: 6%;
    font-size: 20pt;
}

.inputSubmitX{ 
    background: #00005a !important;
    color: #ffffff !important;
    position: absolute;
    cursor: pointer;
    right: 0.5em;
    top: 0.5em;
    cursor: pointer;
    padding: 0.3rem 0.8rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* margin: 0.5rem; */
    z-index: 999;
}.inputSubmitX:hover{
    background: #000096 !important;
    box-shadow: 0 0 4px;  
    color: #f2f209 !important;
}

.fecharX {
    background: #00005a !important;
    color: #ffffff !important;
    position: absolute;
    cursor: pointer;
    right: 1rem;
    top: 2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    /* margin: 0.5rem; */
    z-index: 999;
}.fecharX:hover{
    background: #000096 !important;
    box-shadow: 0 0 2px;  
    color: #f2f209 !important;
}

.usuarioLogin{
    position: absolute;
    right: 1rem;
    margin-top: -1.73rem;
    z-index: 9999;
    font-size: 12pt;
}

.inputUsuarioLogin{
    border: none;
    background: none;
    box-shadow: none;
    cursor: pointer;
    z-index: 9999;
    visibility: visible !important;
}

.formEntrar{
    margin: 0 auto;
}

/************** POUPUP TELEFONE ************/
.poupupTelefoneOFF{
    top: -100%;
    display: none;
}

.poupupTelefoneON {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0.5rem;
    background: #000;
    box-shadow: 0 2px 5px rgb(50 50 50);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
    transition: all 1s;
}

.telefone {
    position: absolute;
    width: 40em;
    height: 30rem;
    vertical-align: middle;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 3em;
    background: #fff;
    border-radius: 0.3em;
}@media(max-width:1024px){
    .telefone{
        width:100%;
    }
}

/************** POUPUP PEDIDO ************/
.poupupPedidoOFF{
    display: none;
}

.poupupPedidoON{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 5px rgb(50, 50, 50);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

.poupupPedidoON article{
    position: fixed;
    width: 60%;
    height: 22rem;
    top: 0;
    padding: 3rem;
    border-radius: 0.3rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffff;
    box-shadow: 0 2px 5px rgb(50, 50, 50);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}@media(max-width: 991px){
    .poupupPedidoON article{
        width: 90%;
        height: 30rem;
    }
}@media(max-width: 450px){
    .poupupPedidoON article{
        padding: 1rem;
    }
}

.poupupPedidoON img{
    position: absolute;
    bottom: 1rem;
    right: 0rem;
    width: 12rem;
}


/************** POUPUP LOGIN ************/
.loginOFF{
    display: none;
}

.loginON{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

.loginON article{
    position: fixed;
    width: 90%;
    /* height: 19rem; */
    top: 0;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

/************** POUPUP LOGIN ************/
.poupupResultadoOFF{
    display: none;
}

.poupupResultadoON{
    position: fixed;
    width: 40%;
    height: 22rem;
    top: 0;
    padding: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0.5rem;
    background: #ffff;
    box-shadow: 0 2px 5px rgb(50, 50, 50);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

/************** PEDIDOS *****************/
.poupupClienteOFF{
    display: none;
}

.poupupClienteON{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background: rgba(0,0,0,0.8);
}

.poupupClienteON article{
    position: absolute;
    width: 25rem;
    height: 77vh;
    min-height: 5rem;
    top: 2rem;
    left: 0;
    right: 0;
    padding: 2rem;
    margin: 0 auto;
    background: #ffff;
    overflow: auto;
}

.poupupClienteNovoOFF{
    display: none;
}

.poupupClienteNovoON{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background: rgba(0,0,0,0.8);
}

.poupupClienteNovoON article{
    position: absolute;
    width: 90%;
    height: 77vh;
    min-height: 5rem;
    top: 2rem;
    left: 0;
    right: 0;
    padding: 2rem;
    margin: 0 auto;
    background: #ffff;
    overflow: auto;
}

/************** POUPUP RETORNO ***********/
.poupupRetornoOFF{
    display: none;
}

.poupupRetornoON{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
}

.poupupRetornoON article{
    position: absolute;
    width: 25rem;
    min-height: 5rem;
    top: 2rem;
    text-align: center;
    left: 0;
    right: 0;
    padding: 2rem;
    margin: 0 auto;
    background: #ffff;

}

.inputX{
    background: #00005a;
    color: #ffffff;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    cursor: pointer;
}


/************** CARRINHO *****************/
.carrinho{
    position: relative;
    width: 100%;
    height: auto;
    padding: 1em 0;
    margin-top: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #ffff;
}

.carrinho p {
    margin-top: 0;
    margin-bottom: 0;
}

.carrinho article{
    box-shadow: 0 0px 1px;
    padding: 0;
}.carrinho article:hover{
    box-shadow: 0 1px 2px  #00005a; 
}

.carrinho form{
    position: relative; 
    display: inline-block;
}

.inputCarrinhoExcluir{
    background: #00005a !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}

.cid-ry5wVuk8aR .navbar.navbar-short ~ .btCarrinho{
    width: 2rem !important;
    height: 2rem !important;    
}

.btCarrinho {
    /*background: #ffffff;*/
    color: #ffffff;
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 1em;
    right: 4em;
    padding: 1.8rem 0;
    border-radius: 5rem;
    z-index: 9998;
}@media(max-width: 1200px){
    .mbri-shopping-cart:before {
        font-size: 2rem;
        line-height: 1.4rem;
        margin-left: 14px;
    }

}@media(max-width: 991px){
    .btCarrinho {
        width: 3.7rem;
        height: 3rem;
        right: 1rem;
    }

    .mbri-shopping-cart:before {
        font-size: 2rem;
        line-height: 1.4rem;
        margin-left: 10px;
    }

}@media(max-width: 770px){
    .btCarrinho {
        width: 3.7rem;
        height: 3rem;
        right: 1rem;
    }

    .mbri-shopping-cart:before {
        font-size: 2rem;
        line-height: 1.4rem;
        margin-left: 10px;
    }

}

.btCarrinho-fixo{
    position: fixed;
}

.submitAddCarrinho{
    position: absolute;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    opacity: 0;
    margin-left: -3rem;
}

.excluirItem{
    opacity: 0;
    position: absolute;
    width: 1rem;
    margin-top: -1.5rem;
    cursor: pointer;
}

.divItem{
    position: relative;
    width: 1rem;
    display: inline-block;
    margin-top: -2.2rem;
    float: right;
}

.iconCarrinho{
    font-size: 10pt;
}


.menuCarrinho{
    position: relative;
    z-index: 999999999;
    display: inline-block;
}

.verCardapio{
    display: none;
}@media(max-width:1024px){
    .verCardapio{
        width: 5em;
        display: inline-block;
        color:#ffffff;
    }
}


.fecharTelaCardapio {
    background: #00005a !important;
    color: #ffffff !important;
    position: absolute;
    cursor: pointer;
    right: 0.1rem;
    top: 0.1rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    z-index: 999;
    display: none;
}@media(max-width:1024px){
    .fecharTelaCardapio{
        right: 1rem;
        top: 1rem;
        display: block;
    }
}


.cardapioDia{
    color: #00005a;
    position: relative;
    width: 73%;
    display: block;
    font-size: 1em;
    overflow: auto;
    text-align: left;
    top: 0;
    padding: 2em;
    background: #ffff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    z-index: 9999;

}@media(max-width:1024px){
    .cardapioDia{       
        position: fixed;
        width: 100%;
        height: auto;
        display: none;
        top: 8em;
        right: 0;
    }
}

.img-prato{
    position: absolute;
    width: 22%;
    display: inline-block;
    right: 26%;
    top: 0;
    z-index: 99999;
}@media(max-width:1170px){
    .img-prato{
        display: none;
    }
}

.fecharTelaPedido {
    background: #00005a !important;
    color: #ffffff !important;
    position: absolute;
    cursor: pointer;
    right: 0.1rem;
    top: 0.1rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    z-index: 999;
    display: none;
}@media(max-width:1024px){
    .fecharTelaPedido{
        right: 1.1rem;
        top: 7.1rem;
        display: block;
    }
}


.verItensCarrinho{
    display: none;
}@media(max-width:1024px){
    .verItensCarrinho{
        background: #00005a;
        color:#ffffff;
        position:fixed;
        width:100%;
        height:auto;
        padding:1em 0;
        bottom:0;
        right:0;
        border-radius:10px;
        display:block;
        z-index: 999;
        cursor:pointer;
    }

    .verItensCarrinho h3{
        color:#ffffff !important;
        text-align: center;
    }
}

.itensCarrinho{
    color: #00005a;
    position: absolute;
    width: 25.5%;
    max-height: 82vh;
    display: block;
    font-size: 10pt;
    overflow: auto;
    text-align: left;
    top: 0em;
    right: 0;
    padding: 3em 0.5em;
    background: #ffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    z-index: 9999;
}@media(max-width:1200px){
    .itensCarrinho h3{
        font-size:1.3em;
    }
}@media(max-width:1024px){
    .itensCarrinho{
        position:fixed;
        width: 100%;
        height: 100%;
        max-height: 100%;
        top: 0em;
        right: 0;
        padding:11em 1em 0 1em;
        display:none;
    }

    .itensCarrinho h3{
        font-size:1.75em;
    }
}

.itensCarrinho img{
    width: 2em;
}

.itensCarrinho h5{
    text-align: right;
    font-size: 20pt;
}

.itensCarrinhoFixo{
    color: #00005a;
    position: fixed;
    width: 25.5%;
    max-height: 82vh;
    display: block;
    font-size: 10pt;
    overflow: auto;
    text-align: left;
    top: 5.5em;
    right: 0;
    padding: 3em 0.5em;
    background: #ffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    z-index: 9999;
    transition: all 1s;
}@media(max-width:1024px){
    .itensCarrinhoFixo{
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        display:none;
    }
}

.itensCarrinhoFixo img{
    width: 2em;
}

.itensCarrinhoFixo h5{
    text-align: right;
    font-size: 20pt;
}

.btFecharPedido {
    background: #00005a !important;
    color: #ffffff !important;
    position: relative;
    bottom: 0;
    left: calc(50% - 62.915px);
    font-size: 12pt;
    display: inline-block;
    padding: 0.5em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5em;
    z-index: 999;
}@media(max-width:1024px){
    .btFecharPedido{
        position: absolute;
        width: 100%;
        font-size: 20pt;    
        bottom: 0;
        left: 0;
        margin: 0;
    }
}

.qtidadeCarrinho{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -2em;
    right: 0em;
    /* border: 1px solid #000080; */
    border-radius: 22px;
    padding: 11px 0px;
    text-align: center;
    color: #ffffff;
}.qtidadeCarrinho:hover{
    color: #f2f209;
}
/************** FINAL CARRINHO *****************/


/************** PAGSEGURO PAGAMENTOS *****************/
.pagseguroPagamentos {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    margin-top: 9rem;
    display: inline-block;
    text-align: center;
    background: #ffff;
}
/************** PEDIDOS *****************/
.finalizarPedido {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    background: #ffff;
}

.finalizarPedido article{
    position: relative;
    width: 80%;
    display: inline-block;
    text-align: center;
    color: #00005a}

.inputTaxa{
    border: none;
}

#liberarBotao{
    color: #c46e25;
    font-weight: bold;
}

.container-site {
    background: #00005a !important;
    color: #00005a !important;
    font-family: Rubik !important;
    margin: 0;
}


/************** PAGSEGURO *****************/
.pagseguro{
    position: relative;
    width: 100%;
    padding: 2rem 0;
    margin-top: 5rem;
    display: inline-block;
    text-align: left;
    background: #ffff;
}

.dadosCliente{
    position: relative;
    width: 73%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    left: 2%;
    border-right: 2px solid #00005a}

.imgClienteG{
    position: relative;
    width: 12rem;
    border-radius: 12rem;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

.imgClienteG img{
    width: 12rem;
}

.imgCliente{
    position: relative;
    width: 7rem;
    height: auto;
    z-index: 9998;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -1.3em;
}

.imgCliente img{
    position: relative;
    width: 50%;
    /* height: 3.9rem; */
    border-radius: 1rem;
    z-index: 9999;
}@media(max-width:425px){ 
    .imgCliente img {
        position: relative;
        width: auto;
        z-index: 9999;
    }
}

.imgCliente:hover .iconMenu{
    color: #c46e25 !important;	
}

.imgCliente .iconMenu{
    line-height: 1.1 !important;
}

.menu{
    background: #00005a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
    top: 0;
    text-align: center;
    z-index: 99;
}@media (max-width: 425px){
    .menu {
        display: inline-block;
    }
}

.listaCategorias{
    border: 0 solid #00005a;
    background: #ffffff;
    width: 13em;
    position: relative;
    /* float: left; */
    left: 0;
    top: 0;
    padding: 0.5em 1em;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    cursor: pointer;
}@media(max-width:1024px){
    .listaCategorias{
        position: absolute;
        top: 6.2em;
        left: calc(50% - 6.5em);
    }
}

.mostraListaCategorias{
    border: 0 solid #00005a;
    background: #ffffff;
    width: 13em;
    height: auto;
    margin-left: -1em;
    margin-top: 0.6em;
    display: none;
    position: absolute;
    padding: 1em 0em;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    z-index: 9;
    opacity: 1;
    transition: opacity 1s;
}.listaCategorias:hover .mostraListaCategorias{
    display: block;
}

#mostraListaCategorias a{
    padding: 0.5em 0
}

.menu-fixo{
    background: #00005a;
    position: fixed;
    display: inline-block;
    width: 100%;
    padding: 1em;
    top: 0em;
    text-align: center;
    z-index: 99;
    transition: all 1s;
}.menu-fixo .menuCarrinho{
    top: 0.5em;
}@media(max-width:470px){
    .menu-fixo .menuCarrinho{
        top: 1em;
    }
}@media(max-width:400px){
    .menu-fixo .menuCarrinho{
        display: none;
    }
}

.menu-fixo .listaCategorias{
    border: 0 solid #00005a;
    width: 13em;
    display: inline-block;
    float: none;
    left: 0;
    top: 0;
    position: relative;
    padding: 0.5em 1em;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    cursor: pointer;
}@media(max-width:450px){
    .menu-fixo .listaCategorias{
        width: 11em;
        padding: 0.5em 0;
    }
}@media(max-width:320px){
    .menu-fixo .listaCategorias{
        width: 7em;
        padding: 0.5em 0;
    }
}

.menu-fixo .mostraListaCategorias{
    border: 0 solid #00005a;
    background: #ffffff;
    width: 13em;
    height: auto;
    margin-left: -1em;
    margin-top: 0.5em;
    display: none;
    position: absolute;
    padding: 1em 0em;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    z-index: 9;
    opacity: 1;
    transition: opacity 1s;
}.menu-fixo .listaCategorias:hover .mostraListaCategorias{
    display: block;
}

.botaoMenu{
    background: #00005a !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 0.5em 1.5em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0.2rem;
    z-index: 999;
}.botaoMenu:hover{ 
    color: #f2f209 !important;
}@media(max-width:991px){
    .botaoMenu{
        padding: 0.2em 0.5em;
    }
}@media(max-width:640px){
    .botaoMenu{
        margin: 0;
    }
}

.menu-desativado{
    /*display: none !important;*/
    opacity: 0;
    position: absolute;
    top: -100em;
    transition: all 1s;
}

.menuCliente{
    background: #ffff !important;
    display: none;
    width: 12rem;
    position: fixed;
    padding: 1rem;
    right: calc(50% - 32rem);
    box-shadow: 0px 3px 6px;
    z-index: 9999;
    border-radius: 4px;
	text-decoration: none;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}@media(max-width:425px){    
    .menuCliente {
	    display: none;
	    width: 12rem;
	    /* height: 13rem; */
	    position: fixed;
	    background: #ffff !important;
	    margin-top: 0rem;
	    /* text-align: left; */
	    padding: 1rem;
	    right: calc(50% - 5.5rem);
	    box-shadow: 0px 3px 6px;
	    /* opacity: 1; */
	    z-index: 9999;
	}

}@media(max-width:320px){   
    .menuCliente {
        display: none;
        width: 12rem;
        /* height: 13rem; */
        position: fixed;
        background: #ffff !important;
        margin-top: 0;
        /* text-align: left; */
        padding: 1rem;
        right: calc(50% - 5.5rem);
        box-shadow: 0px 3px 6px;
        /* opacity: 1; */
        z-index: 9999;
    }
}


.menuCliente li{
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
    z-index: 9998;
    padding: 0.2rem 0;
    text-decoration: none;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.subMenuCliente{
	background: #ffff;
	padding: 0;
	text-decoration: none;
	color: #ffff !important;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.subMenuCliente li{
    text-decoration: none;
    padding: 0.5rem;
    border: 1px solid #00005a;
    border-radius: 5px;
    background: #00005a;
    color: #ffff !important;
    margin: 2px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}.subMenuCliente li:hover{
	background: #c46e25;
}

.menuCliente-ativado{
    display: block;
	text-decoration: none;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}@media (max-width: 768px){
    .menuCliente-ativado {
        display: inline-block;
        right: calc(50% - 21rem);
    }
}@media (max-width: 691px){
    .menuCliente-ativado {
        display: inline-block;
        left: calc(50% - 21rem);
    }
}@media (max-width: 591px){
    .menuCliente-ativado {
        display: inline-block;
        left: calc(50% - 12rem);
    }
}@media (max-width: 493px){
    .menuCliente-ativado {
        display: inline-block;
        left: calc(50% - 2rem);
    }
}@media(max-width:425px){
    .menuCliente-ativado{
        display: inline-block;
    }
}@media(max-width:393px){
    .menuCliente-ativado{
        display: inline-block;
        left: calc(50% - 10rem);
    }
}

.subMenuCliente .inputUsuarioLogin{
    color: #ffff !important;
}

.menuCliente-ativado li{
	text-decoration: none;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

/*.menuCliente-ativado a:hover li{
	color: #c46e25 !important;
}*/

.frete{
    position: fixed;
    width: 25%;
    display: inline-block;
    right: 2%;
    text-align: right;
    vertical-align: top;
}

.pagseguro div{
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 1rem;
}

.pagseguro label{
    color: #00005a;
}

.inputPagamento{
    display: none;
}

.iconRetorno {
    font-size: 90pt !important;
    vertical-align: middle !important;
    color: #00005a !important;
    font-weight: bolder !important;
    line-height: 1.5 !important;
    padding: 0 !important;
}

.iconSeta {
    color: #00005a !important;
    font-size: 22pt !important;
    vertical-align: middle !important;
    font-weight: bolder !important;
    padding: 0 !important;
    margin: -13px 0 0 6px;
}@media(max-width:400px){
    .menu-fixo .iconSeta{
        display: none;
    }
}

.iconMenu {
    font-size: 31pt !important;
    vertical-align: middle !important;
    color: #ffffff !important;
    font-weight: bolder !important;
    line-height: 0.5 !important;
    padding: 0 !important;
}

.nav-item:hover .iconMenu{
    color: #c46e25 !important;	
}

.icons {
    font-size: 19pt !important;
    vertical-align: middle !important;
    color: #ffffff !important;
    font-weight: bolder !important;
    line-height: 1.5 !important;
}

.entregar .iconsG{
    opacity: 0.5;
}

.iconsG {
    font-size: 48pt !important;
    vertical-align: middle !important;
    color: #00005a !important;
    font-weight: bolder !important;
    line-height: 1.5 !important;
}

.iconsPagamentosBoleto {
    font-size: 12rem !important;
    color: #00005a !important;
    opacity: 0.8;
    margin: 2rem;
}.iconsPagamentosBoleto:hover{
    opacity: 1; 
}

.iconsPagamentosCartao {
    font-size: 12rem !important;
    color: #00005a !important;
    opacity: 0.8;
    margin: 2rem;
}.iconsPagamentosCartao:hover{
    opacity: 1; 
}

.iconsPagamentosEft {
    font-size: 12rem !important;
    color: #ffffff !important;
    opacity: 0.8;
    margin: 2rem;
}.iconsPagamentosEft:hover{
    opacity: 1; 
}

.pagamento{
    width: 42%;
}

.cartao{
    display: none !important;
}

.dinheiro{
    display: none !important;
}

#cartao:checked ~ .iconsPagamentosCartao{
    color: #c46e25 !important;
    opacity: 1;
}

#boleto:checked ~ .iconsPagamentosBoleto{
    color: #c46e25 !important;
    opacity: 1;
}

#eft:checked ~ .iconsPagamentosEft{
    color: #c46e25 !important;
    opacity: 1;
}

#cartao:checked ~ .cartao{
    width: 100%;
    display: block !important;
}

#boleto:checked ~ .dinheiro{
    width: 100%;
    display: block !important;
}

.inputPequenoPagSeguro{
    position: relative;
    width: 6rem;
    height: 30px;
    border: 1px solid #00005a;
    border-radius: 5px;
    font-size: 12pt;
    padding: 15px;
    color: #00005a;
    display: inline-block;
}.inputPequenoPagSeguro:hover{
    box-shadow: 0px 0px 3px  #00005a;
    cursor: pointer;
}

.inputMedioPagSeguro{
    position: relative;
    width: 15rem;
    height: 30px;
    border: 1px solid #00005a;
    border-radius: 5px;
    font-size: 12pt;
    padding: 15px;
    color: #00005a;
    display: inline-block;
}.inputMedioPagSeguro:hover{
    box-shadow: 0px 0px 3px  #00005a;
    cursor: pointer;
}

.inputGrandePagSeguro{
    position: relative;
    width: 25rem;
    height: 30px;
    border: 1px solid #00005a;
    border-radius: 5px;
    font-size: 12pt;
    padding: 15px;
    color: #00005a;
    display: inline-block;
}.inputGrandePagSeguro:hover{
    box-shadow: 0px 0px 3px  #00005a;
    cursor: pointer;
}

.selectPagSeguro{
    width: 15rem;
    border: 1px solid #00005a;
    border-radius: 5px;
    font-size: 12pt;
    padding: 4px;
    color: #00005a;
}.selectPagSeguro:hover{
    box-shadow: 0px 0px 3px  #00005a;
    cursor: pointer;
}

.inputSubmitPagSeguro{
    width: 8rem;
    background: #00005a !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: calc(50% - 4rem);
    z-index: 999;
}.inputSubmitPagSeguro:hover{
    background: #000096 !important;
    box-shadow: 0 0 4px;  
    color: #f2f209 !important;
}


/************** FINAL CARRINHO *****************/

/************** PEDIDO *****************/

.numPedido{
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 1rem 0;
    background: #ffff;
}

.voltarPaginaPedidos {
    position: relative;
    top: 0;
    text-align: left !important;
    float: left;
    left: 8%;
    color: #00005a}

/************** FINAL PEDIDO *****************/



/************** PEDIDO *****************/
.pedido{
    position: relative;
    width: 100%;
    height: auto;
    padding: 1em 0;
    margin-top: 6rem;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #ffff;
}

.pedido h1{
    font-family: ;
    text-align: center;
}

.pedido h2{
    font-family: ;
    text-align: left;
}

.pedido h3{
    font-family: ;
    text-align: right;
}

.pedido h4{
    font-family: ;
    text-align: left;
}

.pedido article{
    box-shadow: 0 1px 4px;
}.pedido article:hover{
    box-shadow: 0 1px 3px;    
}

.pedido form{
    position: relative; 
    display: inline-block;
}

.pedidoDadosCliente{
    width: auto;
    text-align: left !important;
    margin-left: 2%;
    box-shadow: none !important;
}

.pedidoDadosCliente form{
    width: 100%;
}

.inputPedidoExcluir{
    background: #00005a !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}

.qtidadePedido{
    border: 1px solid #00005a;
    border-radius: 14px;
    padding: 7px;
}
/************** FINAL PEDIDOS *****************/


/************** PEDIDOS *****************/
.pedidos{
    position: relative;
    width: 100%;
    height: auto;
    padding: 1em 0;
    margin-top: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    background: #ffff;
    color: #00005a;
}

.pedidos h1{
    font-family: ;
    text-align: center;
}

.pedidos h2{
    font-family: ;
    text-align: left;
}

.pedidos h3{
    font-family: ;
    text-align: right;
}

.pedidos h4{
    font-family: ;
    text-align: left;
}

.pedidos article{
    box-shadow: 0 1px 4px;
}.pedidos article:hover{
    box-shadow: 0 1px 3px;    
}

.pedidos form{
    position: relative; 
    display: inline-block;
}

.pedidosDadosCliente{
    width: auto;
    text-align: left !important;
    margin-left: 2%;
    box-shadow: none !important;
}

.pedidosDadosCliente form{
    width: 100%;
}

.inputPedidoExcluir{
    background: #00005a !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 2px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}

.qtidadePedido{
    border: 1px solid #00005a;
    border-radius: 14px;
    padding: 7px;
}


.idPedido{
    width: 15%;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    color: #00005a;
}
.dataPedido{
    width: 15%;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    color: #00005a;
}
.situacao{
    width: 35%;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    color: #00005a;
}
.valor{
    width: 12rem;
    position: relative;
    display: inline-block;
    padding: 0;   
    vertical-align: middle; 
    text-align: left;
    color: #00005a;
}
.botaoVer{
    width: 9rem;
    position: relative;
    display: inline-block;
    padding: 0;  
    vertical-align: middle; 
    text-align: left;
}

/************** FINAL PEDIDOS *****************/
.divImagem{
    width: 10%;
    display: inline-block;
    text-align: left;
    margin: 1rem 0;
    vertical-align: middle;
    color: #00005a;
}

.divImagem img{
    width: 50%;
}

.divProduto{
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 1rem 0;
    vertical-align: middle;
    color: #00005a;
}

.selectBottom {
    color: #00005a;
    width: 15rem;
    border: none;
    font-size: 12pt;
    padding: 4px;
    background: #ffff;
    box-shadow: none;
    border-bottom: 1px solid;
}

.divQuantidade{
    width: 12%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #00005a;
}

.divQuantidade .qtd{
    width: 40%;
    box-shadow: 0 0 2px;
    color: #00005a;
}

.quantidade {
    width: 4rem;
    display: inline-block;
    margin: 1rem 0;
    vertical-align: middle;
    box-shadow: 0 1px 2px rgb(100, 100, 100);
    color: #00005a;
}

.divValor{
    width: 10%;
    display: inline-block;
    text-align: center;
    margin: 1rem 0;
    vertical-align: middle;
    color: #00005a;
}

.divTotal{
    width: 8%;
    display: inline-block;
    text-align: center;
    margin: 1rem 0;    
    vertical-align: middle;
    color: #00005a;
}

.divSubmit{
    width: 10%;
    display: inline-block;
    text-align: center;
    margin: 1rem 0;
    vertical-align: middle;
    color: #00005a;
}

.total{
    width: 90% !important;
    display: inline-block;
    box-shadow: none !important;
    border: none !important;
    text-align: left;
    vertical-align: middle;
    color: #00005a;
}

/********POUPUPMARMITA**********/
.poupupMarmitaON{
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}

.poupupMarmitaON article{
    position: fixed;
    width: 69%;
    height: 40rem;
    padding: 1rem;
    text-align: center;
    background: #ffff;
    box-shadow: 0 2px 3px;
    top: 0;
    border-radius: 0.3rem;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    overflow: scroll;
}

.poupupMarmitaOFF{
    display: none;
}

.inputGuarnicao{
    padding: 1rem;
}


/********poupupMontar**********/
.poupupMontarON{
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}@media(max-width:1024px){
    .poupupMontarON{
        background:#ffff;
    }
}

.poupupMontarON article{
    position: fixed !important;
    width: 69% !important;
    height: 40rem !important;
    padding: 1rem;
    text-align: center !important;
    background: #ffff !important;
    box-shadow: 0 2px 3px !important;
    top: 0 !important;
    border-radius: 0.3rem !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    z-index: 99999;
    overflow: auto !important;
}@media(max-width:1024px){
    .poupupMontarON article{
        width:100% !important;
        height:85% !important;
        box-shadow: none !important;
        top: 0em !important;
    }
}

.poupupMontarOFF{
    display: none;
}

/********POUPUPOBSITEM**********/
.poupupObsItemON{
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}

.poupupObsItemON article{
    position: fixed !important;
    width: 69% !important;
    height: 40rem !important;
    padding: 1rem;
    text-align: center !important;
    background: #ffff !important;
    box-shadow: 0 2px 3px !important;
    top: 0 !important;
    border-radius: 0.3rem !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    z-index: 99999;
    overflow: auto !important;
}

.poupupObsItemOFF{
    display: none;
}



/******* PRODUTOS **********/
.produto{
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #ffff;
    color: #00005a;
    padding: 1rem 0;
    z-index: 8;
}

.produto article{
    position: relative;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 0;
}

.produto article li{
    text-align: left !important;
}

.infoCliente{
    position: absolute;
    top: 0.5em;
    right: 4em;
    color: #ffffff;
}@media(max-width:1024px){
    .infoCliente{
        top: 0;
        font-size: 10pt;
        right: 0;
    }
}

.produtos{
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 0 4rem 0;
    margin-top: 0;
    background: #efefef;
    text-align: left;
    display: inline-block;
    z-index: 9;
    border-radius: 4px 4px 0 0;
}@media(max-width:1024px){
    .produtos{
        width: 100%;
        left:0;
        padding: 1rem 0;
        margin-top: 0;
    }
}

.grupo-produto{
    width: 75%;
    display: inline-block;
    padding: 2em 0;
    text-align: center;
}@media(max-width:1024px){
    .grupo-produto {
        width: 100%;
    }
}@media(max-width:1024px){
    .grupo-produto {
    padding: 0;
    }
}

.grupo-produto h1{
    font-family: ;
    margin: 1em;
}

.produtos article{
    position: relative;
    width: 15rem;
    height: 26rem;
    background: #ffff;
    display: inline-block;
    margin: 0.5rem;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 0 1px 2px rgb(0 0 0 / 70%);
    border-radius: 2px;
}.produtos article:hover{
    box-shadow: 0 3px 6px rgb(0 0 0 / 70%);
}@media(max-width:1280px){
    .produtos article {
        width: 14rem;
        height:27em;
    }
}@media(max-width:520px){
    .produtos article {
        width: 11rem;
        height: 24rem;
    }
}@media(max-width:375px){
    .produtos article {
        width: 8rem;
        height: 22rem;
    }
}

.imgProduto{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    height: 15rem;
}@media (max-width: 1280px){
    .imgProduto {
        height: 15em;
    }
}@media (max-width: 520px){
    .imgProduto {
        height: 11em;
    }
}@media (max-width: 375px){
    .imgProduto {
        height: 8em;
    }
}

.imgProduto img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}@media(max-width:1024px){
    .imgProduto img{
        border-radius: 5px;
    }
}

.imagemProduto {
    position: relative;
    width: 15%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.linha{
    width: 3em;
}

.banner{
    /*background: url('../images/Refeicao2000x1080.jpg');*/
    background-color:#00005a;
    position: relative;
    width: 100%;
    height: 20em;
    text-align: center;
}@media(max-width:768px){
    .banner{
        height: 12em;
    }

}

.img-logo-banner{
    position: absolute;
    width: 15em;
    left: calc(50% - 7.5em);
    bottom: -3em;
}@media(max-width:768px){
    .img-logo-banner{
        width: 8em;
        left: calc(50% - 4em);
    }
}

.bannerProdutos{
    position: relative;
    width: 100%;
    height: 25rem;
    margin-top: 6rem;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.corSobreImagem{
    position: absolute;
    width: 100%;
    height: 25rem;
    background: #00005a;
    opacity: 0.5;
    z-index: 2;
}

.bannerProdutos img{
    width: 100%;
    z-index: 1;
    margin-top: -10rem;
}

/***** CARDAPIO *******/
.cardapio{
    position: relative;
    width: 100%;
    height: 23rem !important;
    min-height: 23rem !important;
    padding: 5rem 0;
    text-align: center;
    display: inline-block;
    background: #ffff;
}

.cardapio article{
    position: relative;
    width: 30%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.mbr-overlay-cardapio {
    background-color: #ffff;
    bottom: 0;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.itensCardapio{
    margin-top: 4rem;
}

/********* PRATO DO DIA *********/
.pratoDia {
    position: relative;
    width: 100%;
    height: 100vh !important;
    /* min-height: 23rem !important; */
    /* padding: 2rem 0; */
    text-align: center;
    display: inline-block;
    background: #ffff;
}

.pratoDia article{
    position: relative;
    width: 49%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.itensPratoDia {
    margin-top: 19vh;
    display: inline-block;
}

.pratoDia h1{
    color: #00005a;
    font-family: ;
    font-size: 35pt;
}

.pratoDia h2{
    font-family: ;
    color: #00005a;
    font-size: 30pt;
}

/***** NOVIDADES ******/
.novidade{
    position: relative;
    width: 100%;
    padding: 2rem 0;
    background: #ffff;
    text-align: center;
    display: inline-block;
    z-index: 8;
}

.novidade article {
    position: relative;
    width: 71%;
    height: auto;
    padding: 1rem 0;
    background: #ffff;
    display: inline-block;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
}

.bannerNovidades{
    position: relative;
    width: 100%;
    height: 25rem;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.bannerNovidades img{
    width: 100%;
    z-index: 1;
}

.novidades-for{
    position: relative;
    width: 100%;
    padding: 6rem 0;
    background: #ffff;
    text-align: center;    
}

.novidades{
    position: relative;
    width: 100%;
    padding: 6rem 0;
    margin-top: 5rem;
    background: #ffff;
    text-align: center;
    display: inline-block;
    z-index: 9;
}

.novidades article{
    position: relative;
    width: 19rem;
    min-height: 22rem;
    background: #ffff;
    display: inline-block;
    padding: 0 0 1rem 0;
    margin: 1%;
    text-align: center;
    vertical-align: top;
    box-shadow: 0 2px 5px rgb(50, 50, 50);
    border-radius: 5px;
    overflow: hidden;
}.novidades article:hover{
    box-shadow: 0 1px 4px;

}

.novidades article img{
    text-align: center;
    border-radius: 5px;
    height: 14rem;
    width: auto !important;
}

.slick-slide-img {
    height: 21rem !important;
    margin-top: -8rem !important;
}

.imgNovidades{
    width: 100% !important;
}

label{
    margin: 0.5rem 0;
}

.label{
    margin: 0.5rem 0;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.labelCenter{
    margin: 0.5rem 0;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.w8{
    width: 8%;
    min-width: 15rem;
}

.w9{
    width: 9%;
    min-width: 15rem;
}

.w15{
    width: 15%;
    min-width: 15rem;
}

.w20{
    width: 20%;
    min-width: 15rem;
}

.w30{
    width: 30%;
    min-width: 15rem;
}

.w45{
    width: 45%;
    min-width: 15rem;
}

.w60{
    width: 60%;
    min-width: 15rem;
}

.w80{
    width: 80%;
    min-width: 15rem;
}

.w90{
    width: 90%;
    min-width: 15rem;
}

.w95{
    width: 95%;
    min-width: 15rem;
}

.w98{
    width: 98%;
    min-width: 15rem;
}

.w100{
    width: 100%;
    min-width: 15rem;
}

.pad1{
    padding: 1rem;
}

.pad2{
    padding: 2rem;
}

.pad3{
    padding: 3rem;
}

.pad4{
    padding: 4rem;
}

.pad5{
    padding: 5rem;
}

.textCenter{
	text-align: center;
}

.section{
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 5rem 0;
	background: #ffff;
	color: #00005a;
}

.borderBottom{
	border: none;
	border-bottom: 1px solid  !important;
	color: #00005a;
}

.verticalAlingTop{
	vertical-align: top;
}

input{
    border: none;
    padding: 3px;
}

select{
    border: none;
    box-shadow: 0 1px 2px rgb(100, 100, 100);
    padding: 3px;
}

textarea{
    border: none;
    padding: 3px;
}

.text{
    width: 68%;
}

.saiba{
    position: absolute;
    bottom: 0.5rem;
    left: calc(50% - 3.3rem);
    padding: 0.7rem;
}

.pesquisar{
    position: relative;
    bottom: 0.5rem;
    padding: 0.7rem;
}

.servico{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 8rem 0;
    box-shadow: 0 0 6px #000;
    z-index: 9;
}

.servico article{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 1%;
    padding: 2rem;
    vertical-align: middle;
    background: #fff;
}

.servico article h3{
    text-align: left;
}

.servico article p{
    text-align: left;
}

.servico article img{
    width: 33rem;
}

.servicos{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 5rem 0;
}

 .servicos article {
    position: relative;
    width: 30%;
    display: inline-block;
    margin: 2% 1%;
    padding: 0 0 1.5rem 0;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #00005a;
}.servicos article:hover{
    box-shadow: 0 0 6px #000;
}

.imgServicos{
    width:100%;
}

/*********** DETALHES PEDIDO ************/
.entrega{
    display: none;
}

.endEntrega{
    position: relative;
    width: 90%;
    text-align: center;
    display: inline-block;
    box-shadow: none !important;
    border: none !important;
    color: #00005a;
}

.entregar{
    position: relative;
    width: 25%;
    vertical-align: top;
    padding: 0;
    cursor: pointer;
}

.imgEntregar{
    height: 6rem;
    opacity: 0.5;
}

.imgRetirar{
    height: 6rem;
    opacity: 0.5;
}

#Entrega, #Retirar{
    display: none;
}

#Entrega:checked ~ .entrega{
    display: block;
    width: 400%;
    margin-left: calc(50% - 143%);
}

#Entrega:checked ~ .imgEntregar{
    opacity: 1;
}

#Retirar:checked ~ .imgRetirar{
    opacity: 1;
}


/*********** DETALHES PRODUTO ************/
.detalhesProduto{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 6rem 0;
    margin-top: 5rem;
    z-index: 9;
}

.detalhesProduto article{
    position: relative;
    width: 45%;
    min-height: 15rem;
    display: inline-block;
    margin: 3% 0.3%;
    padding: 2%;
    vertical-align: middle;
    background: #fff;
}

.detalhesProduto article li{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}

.detalhesProduto article p{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}

/********* DETALHES NOTICIA **********/
.detalhesNovidade{
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #ffff;
    padding: 6rem 0;
    margin-top: 5rem;
    z-index: 9;
}@media(max-width:1024px){
    .detalhesNovidade {
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: center;
        background: #ffff;
        padding: 2rem 0;
        box-shadow: 0 0 15px #000;
        z-index: 9;
    }
}@media(max-width:768px){
    .detalhesNovidade {
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: center;
        background: #ffff;
        padding: 0;
        box-shadow: 0 0 15px #000;
        z-index: 9;
    }
} 

.detalhesNovidade article{
    position: relative;
    width: 90%;
    display: inline-block;
    margin: 1%;
    padding: 2%;
    vertical-align: top;
    background: #fff;
    /*border-radius: 5px;*/
    /*box-shadow: 0 0 3px #00005a;*/
}@media(max-width:1024px){
    .detalhesNovidade article{
        position: relative;
        width: 90%;
        display: inline-block;
        padding: 1rem;
        vertical-align: middle;
    }
}

.detalhesNovidade article li{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}

.detalhesNovidade article p{
    text-align: left;
    font-size: 14pt;
    line-height: 18pt;
}


.g-recaptcha{
    display: inline-block;
    text-align: center;
}

section#contato h1{
    color: #00005a;
    font-family: ;
    font-size: 22pt;
}

section#contato h2{
    color: #00005a;
    font-size: 18pt;
}

section#contato p{
    text-align: left;
    color: #00005a;
    font-size: 12pt;
}

.footer{
    position: relative;
    width: 100%;
    padding: 1em 0 0 0;
    margin: 0;
    background: #00005a !important;
    color: #ffffff;
    text-align: center;
    z-index: 99;
}

.contato{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background: rgb(250,250,255);
    padding: 6rem 0px;
    margin-top: 5rem;
    z-index: 9;
}

.cid-ry5HouS1wv .wrapper .b-info {
    width: 30em;
    text-align: left;
}

.cid-ry5HouS1wv {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #00005a !important;
    color: #ffffff;
}

.footer .display-5 {
    color: #ffffff !important;
}

.footer .cid-ry5HouS1wv .mbr-text {
    color: #ffffff !important;
}

.footer p {
    color: #ffffff !important;
}

.footer .cid-ry5HouS1wv .wrapper {
    padding: 1em 15% !important;
}@media(max-width:768px){
    .footer .cid-ry5HouS1wv .wrapper{
    padding: 1em 0 !important;

    }
}

.maps{
    position: relative;
    width: 100%;
    height: 20em;
    z-index: 9;
}

.fale{
    position: relative;
    width: 20%;
    height: auto;
    text-align: left;
    display: inline-block;
    vertical-align: top;

}

article#whatsApp{
    position: relative;
    width: 15rem;
    height: 4rem;
    border: 2px solid #00005a;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 0px;
    display: inline-block;
}

.imgWhats{
    position: relative;
    width: 20px;
    height: 20px;
    background: url('../images/whatsApp.png');
    background-size: 100% 100%;
    margin: 0 2px;
    display: inline-block;
}

.linkWhats{
    position: relative;
    text-decoration: none;
    padding: 10px 0;
    color: #00005a;
    display: inline-block;
}

article#whatsApp:hover{
    background: #00005a;
    color: #fff;
}article#whatsApp:hover .imgWhats{
    position: relative;
    width: 20px;
    height: 20px;
    background: url('../images/whatsAppBranco.png');
    background-size: 100% 100%;
    margin: 0 2px;
    display: inline-block;
}article#whatsApp:hover a{
    color: #fff;
}

article#formulario{
    position: relative;
    width: 60%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0;
}

.select-qnt-parcelas{
    width: 12rem;
    border: 1px solid #00005a;
    border-radius: 5px;
    font-size: 12pt;
    padding: 6px;
    color: #00005a;
}.select-qnt-parcelas:hover{
    box-shadow: 0px 0px 3px  #00005a;
    cursor: pointer;
}

.inputDDD{
    width: 4.3rem;
    height: 30px;
    border: 1px solid #00005a;
    border-radius: 5px;
    font-size: 12pt;
    padding: 15px;
    color: #00005a;
}.inputDDD:hover{
    box-shadow: 0px 0px 3px  #00005a;
    cursor: pointer;
}

.textarea{
    border: 1px solid #00005a;
    color: #00005a;
    width: 90%;
    border-radius: 5px;
    font-size: 12pt;
    padding: 0.5rem;
}

.btEnviar{
    border: none;
    background: #00005a;
    color: #fff;
    padding: 10px 20px;
    font-size: 14pt;
    border-radius: 2px;
}.btEnviar:hover{
    box-shadow: 0px 0px 3px #00005a;
    cursor: pointer;
}

.g-recaptcha{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 2rem;
}

.imgPrincipal{
    width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.borderLeft{
    margin-left: 1%;
    border-left: solid 3px #00005a !important;
}

.borderRight{
    margin-left: 1%;
    border-right: solid 3px #00005a !important;
}


.borderLeft img{
    width: 100% !important;
}

.detalhesImagem{
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.detalhesImagem img{
    width: 70% !important;
}

.menuEstilo {
    background: #00005a;
    color: #ffffff;
}.menuEstilo:hover{
    background: #000096 !important;
    color: #f2f209 !important;    
}

.menu .navbar-nav.nav-dropdown {
    display: contents !important;
}

.produto,.banners,.session,.usuario,.estilo,.usuario_editar,.site,.servicos,.categoria,.categorias{
    position: relative;
    width: 100%;
    background: #ffff;
    text-align: center;
}

.lista{
    background: #ffff;
}



@media (max-width: 1024px) {
    .login{
        height: 65vh;
        overflow: auto;
    }

    .loginON {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 1rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #000;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        z-index: 9999;
    }

    .loginON article{
        position: fixed;
        width: 90%;
        /* height: 19rem; */
        top: 0;
        padding: 1rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #ffff;
        box-shadow: 0 2px 5px rgb(50, 50, 50);
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        z-index: 9999;
    }


    .inputLogin {
        width: 90%;
        box-shadow: 0 1px 0px #00005a;
        color: #00005a;
        border: none;
        padding: 0.8rem 0.2rem;
        margin: 0.2rem 0.3rem;
    }

	.senha {
	    display: inline-block;
	    width: 90%;
	    margin: 1rem 0.3rem;
	}

    .imgLogo {
        position: relative;
        width: 40%;
        display: inline-block;
        vertical-align: middle;
    }

    .poupupON {
        width: 20rem;
        height: 20rem;
    }

    .poupupResultadoON {
        width: 95%;
        height: 23rem;
    }

    .poupupRetornoON article {
        position: absolute;
        width: 21rem;
        height: 74vh;
        min-height: 5rem;
        top: 2rem;
        text-align: center;
        left: 0;
        right: 0;
        padding: 2rem;
        margin: 0 auto;
        background: #ffff;
    }

    .mbr-arrow-up a {
        right: 5.5rem;
        bottom: 1rem;
    }

    .destaqueMenor{
        font-size: 18px !important;        
    }

    .entregar {
        position: relative;
        width: 48%;
        vertical-align: top;
        padding: 0;
        cursor: pointer;
    }

    #Entrega:checked ~ .entrega {
        display: block;
        width: 252%;
        margin-left: calc(50% - 75%);
    }

    .pagamento {
        width: 48%;
    }

    .iconsPagamentosCartao {
        font-size: 5rem !important;
        opacity: 0.8;
        margin: 2rem;
    }

    .iconsPagamentosBoleto {
        font-size: 5rem !important;
        opacity: 0.8;
        margin: 2rem;
    }

    .cartao h3 {
        color: #00005a !important;
        font-family: Rubik !important;
        font-size: 15pt !important;
    }

    .cartao img {
        vertical-align: middle;
        border-style: none;
        width: 18rem;
    }

    .dinheiro h3 {
        color: #00005a !important;
        font-family: Rubik !important;
        font-size: 15pt !important;
    }

    .sobre article {
      width: 90%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin: 1rem;
    }

    .sobre {
      position: relative;
      width: 100%;
      display: inline-block;
      text-align: center;
      background: #ffff;
      padding: 6rem 0 0 0;
    }

    .sobres article {
      position: relative;
      width: 90%;
      display: inline-block;
      margin: 15% 1%;
    }

    .sobre article {
      width: 90%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin: 1rem;
    }

    .sobre {
      position: relative;
      width: 100%;
      display: inline-block;
      text-align: center;
      background: #ffff;
      padding: 6rem 0 0 0;
    }

    .sobres article {
      position: relative;
      width: 90%;
      display: inline-block;
      margin: 15% 1%;
    }

    .poupupMarmitaON {
        width: 100%;
        height: 100vh;
    }

    .poupupMarmitaON article {
        position: fixed;
        width: 90%;
        height: 35rem;
        padding: 1rem;
        text-align: center;
        background: #ffff;
        box-shadow: 0 2px 3px;
        top: 0;
        border-radius: 0.3rem;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 99999;
    }
     
    .pesquisar {
        position: relative !important;
        bottom: -0.5rem !important;
        padding: 0.7rem !important;
    }

    .bannerProdutos {
        position: relative;
        width: 100%;
        height: 8rem;
        margin-top: 4rem;
        overflow: hidden;
        z-index: 1;
    }    

	.bannerProdutos img{
	    width: 100%;
	    z-index: 1;
	    margin-top: 0;
	}

    .servico article {
      width: 90%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin: 1rem;
    }

    .servico {
      position: relative;
      width: 100%;
      display: inline-block;
      text-align: center;
      background: #ffff;
      padding: 6rem 0 0 0;
    }

    .servicos article {
      position: relative;
      width: 90%;
      display: inline-block;
      margin: 15% 1%;
    }

    .detalhesProduto {
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: center;
        background: #ffff;
        padding: 5rem 0;
        z-index: 9;
    }

    .detalhesProduto article{
        position: relative;
        width: 90%;
        display: inline-block;
        padding: 1rem;
        vertical-align: middle;
    }

    .novidades {
        padding: 2rem 0;
    }

    .novidades article {
        width: 95%;
    }

    .novidade {
        position: relative;
        width: 100%;
        padding: 2rem 0;
        background: #ffff;
        text-align: center;
        display: inline-block;
        z-index: 8;
    }
    
    .bannerNovidades {
        position: relative;
        width: 100%;
        height: 11rem;
        margin-top: 4rem;
        overflow: hidden;
        z-index: 1;
    }

    .servico article img{
        height: 14rem;
    }    

/*****CONTATO******/
    section#contato{
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        background: rgb(255,250,250);
        padding: 80px 0;
        display: inline-block;
    }

    section#contato h1 {
        color: #00005a;
        font-family: ;
        font-size: 22pt;
        text-align: left;
        margin-left: 5%;
    }

    section#contato h2 {
        font-family: ;
        color: #00005a;
        font-size: 18pt;
        text-align: left;
    }

    section#contato p{
        font-family: ;
        color: #00005a;
        text-align: left;
        font-size: 12pt;
    }

    article#formulario{
        position: relative;
        width: 90%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 100px 0;
    }


    .fale{
        position: relative;
        width: 90%;
        height: auto;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }


    article#formulario{
        position: relative;
        width: 90%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        padding: 1rem 0;
    }

    .inputText{
        width: 90%;
        height: 30px;
        border: 1px solid #00005a;
        border-radius: 5px;
        font-size: 12pt;
        padding: 15px;
        color: #00005a;
        margin: 0.3rem 1rem;
    }.inputText:hover{
        box-shadow: 0px 0px 3px #00005a;
        cursor: pointer;
    }

    .textarea{
        width: 90%;
        border: 1px solid #00005a;
        border-radius: 5px;
        font-size: 14pt;
        padding: 15px;
        color: #00005a;
    }.textarea:hover{
        box-shadow: 0px 0px 3px #00005a;
        cursor: pointer;
    }

    .btEnviar{
        border: none;
        background: #00005a;
        color: #fff;
        padding: 10px 20px;
        font-size: 14pt;
        border-radius: 2px;
    }.btEnviar:hover{
        box-shadow: 0px 0px 3px #00005a;
        cursor: pointer;
    }

    .linkWhats {
        position: relative;
        text-decoration: none;
        padding: 10px 0;
        color: #00005a;
        display: inline-block;
        font-size: 12pt !important;
    }

    .carrinho tbody{
        width: 100%;
        display: inline-block;
    }

    .tableCarrinho{
        display: none;
    }

    .topoTabela{
        display: none;
    }

    .divImagem {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 1rem 0;
    }

    .divProduto {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 1rem 0;
    }

    .divQuantidade {
        width: 100%;
        display: inline-block;
        margin: 1rem 0;
        text-align: center;
    }

    .divQuantidade input{
        width: 36%;
        text-align: center;
    }

    .divValor {
        width: 40%;
        display: inline-block;
        text-align: left;
        margin: 1rem 0;
        text-align: center;
    }

    .divTotal{
        width: 40%;
        display: inline-block;
        text-align: left;
        margin: 1rem 0;
        text-align: center;  
        font-size: 30pt;      
    }

    .divSubmit{
        width: 100%;
        display: inline-block;
        text-align: left;
        margin: 1rem 0;
        text-align: center;         
    }

    .inputCarrinhoExcluir {
        background: #00005a !important;
        cursor: pointer;
        color: #ffffff !important;
        padding: 0.5rem 2rem;
        box-shadow: 0 0 2px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        /* margin: 0.5rem; */
        z-index: 999;
        position: relative;
        right: 0.2rem;
    }

    .pagseguro {
        margin-top: 0rem;
    }

    .pagseguro h4 {
        font-size: 21pt;
    }

    .dadosCliente {
        position: relative;
        width: 95%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        left: 0;
        border-right: none;
        margin: 3rem 0;
    }

    .frete {
        position: relative;
        width: 95%;
        display: inline-block;
        right: 0;
        left: 2.5%;
        text-align: center;
        vertical-align: top;
    }

	.inputSubmitImagem {
	    width: 12rem;
	    background: #00005a !important;
	    color: #ffffff !important;
	    cursor: pointer;
	    padding: 0.5rem 2rem;
	    box-shadow: 0 0 2px;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    margin: 0.5rem;
	    z-index: 999;
	}.inputSubmitImagem:hover{
	    background: #000096 !important;
	    box-shadow: 0 0 4px;  
	    color: #f2f209 !important;
	}

    .inputSubmitPagSeguro {
        margin-left: 0 !important;
    }

    .inputGrandePagSeguro {
        width: 18rem;
    }

    /**** PEDIDOS *****/
    .idPedido {
        width: 95%;
    }
    .dataPedido {
        width: 95%;
    }
    .situacao {
        width: 95%;
    }
}

@media(max-width: 991px){
    .cid-ry5wVuk8aR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item{
        display: inline-block;
    }
}

@media (max-width: 425px) {
    .w9{
        width: 90%;
    }

    .w15{
        width: 90%;
    }
    
    .w30{
        width: 90%;
    }

    .w45{
        width: 90%;
    }

    .w80{
        width: 90%;
    }

	.login{
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    overflow: scroll;
	}

    .loginON {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 1rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #000;
        box-shadow: 0 2px 5px rgb(50, 50, 50);
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        z-index: 9999;
    }

    .loginON article{
        position: fixed;
        width: 90%;
        /* height: 19rem; */
        top: 0;
        padding: 1rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #ffff;
        box-shadow: 0 2px 5px rgb(50, 50, 50);
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        z-index: 9999;
    }


    .inputLogin {
	    width: 90%;
	    box-shadow: 0 1px 0px;
	    border: none;
	    padding: 0.8rem 0.2rem;
	    margin: 0.2rem 0.3rem;
    }

	.inputSubmitImagem {
	    width: 12rem;
	    background: #00005a !important;
	    color: #ffffff !important;
	    cursor: pointer;
	    padding: 0.5rem 2rem;
	    box-shadow: 0 0 2px;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    margin: 0.5rem;
	    z-index: 999;
	}.inputSubmitImagem:hover{
	    background: #000096 !important;
	    box-shadow: 0 0 4px;  
	    color: #f2f209 !important;
	}

	.senha {
	    display: inline-block;
	    width: 90%;
	    margin: 1rem 0.3rem;
	}
	.loginON .inputSubmit{
		width: 12rem;
	}


    .imgLogo {
        position: relative;
        width: 40%;
        display: inline-block;
        vertical-align: middle;
    }

    .section {
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    text-align: center;
	    padding: 0rem 0;
	    background: #ffff;
        color: #00005a;
	}

	.textLeft{
		text-align: left;
	}

    .mbr-arrow-up a {
        right: 9rem;
        bottom: 1rem;
    }

    .mbr-fullscreen {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        -webkit-align-items: center;
        min-height: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .mbr-overlay{
        opacity: 1 !important;
        min-height: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cardapio {
        position: relative;
        width: 100%;
        height: 27rem !important;
        /* min-height: 34rem !important; */
        padding: 0 !important;
        text-align: center;
        display: inline-block;
        background: #ffff;
        margin-top: 0;
    }

    .cardapio article {
        width: 90%;
    }

    .cardapio .borderRight {
        border-right: none !important;
    }

    .itensCardapio {
        margin-top: 10vh;
    }

    .cid-ry5wVuk8aR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
        color: #00005a;
        -webkit-align-self: center;
        align-self: center;
        width: 5rem;
        text-align: center !important;
        padding: 1rem;
        display: inline-block;
    }

    .poupupMarmitaON {
        width: 100%;
        height: 100vh;
    }

    .poupupMarmitaON article {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 1rem;
        text-align: center;
        background: #ffff;
        box-shadow: 0 2px 3px;
        top: 0;
        border-radius: 0.3rem;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 99999;
        overflow: scroll;
    }

    .mbr-fullscreen {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        -webkit-align-items: center;
        min-height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 320px) {
	.login{
	    position: relative;
	    width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    overflow: scroll;
	}

    .loginON {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 1rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #ffff;
        box-shadow: 0 2px 5px rgb(50, 50, 50);
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        z-index: 9999;
    }

    .inputLogin {
        width: 100%;
        box-shadow: 0 0 2px;
        border: none;
        padding: 0.2rem;
        margin: 0.2rem 0.3rem;
    }

    .imgLogo {
        position: relative;
        width: 40%;
        display: inline-block;
        vertical-align: middle;
    }


    .mbr-arrow-up a {
        right: 8rem;
        bottom: 1rem;
    }

    .inputSubmitImagem {
        background: #00005a !important;
        color: #ffffff !important;
        width: 12rem;
        cursor: pointer;
        padding: 0.5rem 2rem;
        box-shadow: 0 0 2px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin: 0.5rem;
        z-index: 999;
    }.inputSubmitImagem:hover{
        background: #000096 !important;
        color: #f2f209 !important;
        box-shadow: 0 0 4px;  
    }

    .cid-ry5wVuk8aR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
        color: #000080;
        -webkit-align-self: center;
        align-self: center;
        width: 6rem;
        text-align: center !important;
        padding: 1rem;
        display: inline-block;
    }

    .poupupMarmitaON {
        width: 100%;
        height: 100vh;
    }

    .poupupMarmitaON article {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 1rem;
        text-align: center;
        background: #ffff;
        box-shadow: 0 2px 3px;
        top: 0;
        border-radius: 0.3rem;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 99999;
        overflow: scroll;
    }
    
    .cardapio {
        position: relative;
        width: 100%;
        height: 27rem !important;
        /* min-height: 34rem !important; */
        padding: 0 !important;
        text-align: center;
        display: inline-block;
        background: #ffff;
        margin-top: -2rem;
    }

    .mbr-fullscreen {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        align-items: center;
        -webkit-align-items: center;
        min-height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }
}
</style>