@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
<style>
h1{
    color: #46606c !important;
    font-family: Rubik !important;
}
h2{
    color: #46606c !important;
    font-family: Rubik !important;
}
h3{
    color: #46606c !important;
    font-family: Rubik !important;
}
h5{
    color:  !important;
    font-family: Rubik !important;
}
p{
    color: #46606c ;
    font-family: Rubik !important;
}

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

body{
    width: 100%;
    color: #46606c !important;
    background:  !important;
    font-family: Rubik !important;
    overflow-x: hidden !important;
}

.topo{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #ffffff !important;
}

.logo{
    position: relative;
    display: inline-block;
    width: 15rem;
    vertical-align: middle;
    margin: 1rem 2rem;
}

.logo img{
    width: 100%;
}

.contatoTopo{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #a23f01;
    font-weight: bold;
}.contatoTopo a{
    color: #a23f01;
    font-weight: bold;
}.contatoTopo p{
    color: #a23f01;
    font-weight: bold;
}@media(max-width:680px){
    .contatoTopo .inline-flex{
        display: inline-block;
    }
}

.buscar{
    position: relative;
    width: 2rem;
    height: 2rem;
    color: #46606c ;
}

.inputBuscar{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/******INPUT TEXT******/
.inputTextTopo{
    width: 20rem;
    border-radius: 5px;
    border: 1px solid #46606c;
    color: #46606c;
}.inputTextTopo:hover{
    cursor: pointer;
}@media(max-width:768px){
    .inputTextTopo{
        width: 13rem;
    }
}

.filtros{
    display: inline-block;
    width: 24%;
    height: 80vh;
    background: #ffff;
    vertical-align: top;
    margin-top: 0.5rem;
    padding: 1rem;
    text-align: center;
    overflow-x: hidden;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 50%);
}@media(max-width:680px){
    .filtros{
        display: none;
    }
}

.categoriaMenu{
    background: url('../images/faixa.png');
}

.menuCategorias{
    width: 13rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.48rem 0;
    color: #ffff;
    transition: 0.5s;
}.menuCategorias:hover{
    color: #374348;
    font-weight: bold;
    transition: 0.5s;
}@media(max-width:425px){
    .menuCategorias{
        width: 10rem;
    }
}

.submitCategorias{
    position: absolute;
    width: 100%;
    opacity: 0;
    text-align: center;
    display: block;
    cursor: pointer;
}

.menuSubCategorias{
    display: none;
    top: -50rem;
    opacity: 0;
    transition: 0.8s all;
}
.submitSubCategorias{
    position: absolute;
    width: 100%;
    opacity: 0;
    text-align: center;
    display: block;
    cursor: pointer;
}
.menuSubCategorias-ativado{
    border-bottom: 1px solid #46606c;
    display: block;
    width: 20rem;
    top: 0rem;
    opacity: 1;
    text-align: center;
    padding: 0.5rem;
    transition: 0.5s;
    transition: 0.8s all;
}.menuSubCategorias-ativado:hover{
    color: yellow;
    transition: 0.5s;
}@media(max-width:425px){
    .menuSubCategorias-ativado{
        width: 8rem;
    }
}

.maisfiltro{
    width: 100%;
    text-align: right;
    border-bottom: 1px solid;
    padding: 0.5rem 0;
    transition: 0.5s;
    cursor: pointer;
}@media(max-width:680px){
    .maisFiltros{
        display: none;
    }
}

.marcas{
    border-bottom: 1px solid #46606c;
    text-align: center;
    padding: 0.5rem 0px;
    cursor: pointer;
}

.selectCategoria {
    border: solid 1px #46606c;
    box-shadow: 0 1px 2px rgb(100 100 100);
    border-radius: 5px;
    padding: 0 5px !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-ry5x9JRYho {
    background-image: url("../cPainel/adm/session/img/") !important;
}
.cid-ry5x9JRYho2 {
    background-image: url("../cPainel/adm/session/img/") !important;
}
.cid-cardapio {
    background-image: url("../images/imgRefeicao.jpg") !important;
}

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

.nav_paginacao {
    position: relative;
    width: 95%;
    /* height: 46rem; */
    display: inline-block;
    text-align: center;
    /* top: 50%; */
    left: 2.5%;
    /* margin-top: -14rem; */
    /* margin-left: -48%; */
}

.paginacao{
	display: inline-block;
	text-align: center;
	margin-left: -40px;
}

.paginacao li{
	display: inline-block;
	text-align: center;
	box-shadow:  0 2px 5px rgb(119, 120, 123);
	padding: 10px;
	margin: 0px;
	cursor: pointer;
	background: #fff;
}.paginacao li:hover{
	background: rgb(119, 120, 123);
	color: #fff !important;
}.paginacao li:hover a{
	color: #fff !important;
}

.paginacao a{
	text-decoration: none;
	color: rgb(119, 120, 123) !important;
	text-align: left;
	text-indent: 0;
}


.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;
}

/****** 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: #ffff00 !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: #46606c;
}.mbri-cart-add:hover{
    color: #374348;    
}

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

.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;
}@media(max-width:510px){
    .inline-flex{
        display:inline-block;
    }
}

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

.inline-table{
    display: table;
}

.inline-contents {
    display: contents;
}

.aling-itens-center{
    align-items: center;
}

.aling-itens-baseline{
    align-items: baseline;
}

.marginTop5{
	margin-top: 5rem;
}

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

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

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active{
    color: #ffff00 !important;
    background-color: #46606c !important;
    border-color: #46606c !important;

}

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

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

.mbr-arrow-up a {
    background:  #46606c !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: #46606c;
    -webkit-align-self: center;
    align-self: center;
    width: 6rem;
	text-align: center !important;
}

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

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

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

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

}

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

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

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

/******WHATSAPP CONTATO******/
article#whatsApp {
    background: #46606c !important;
    border: 2px solid #46606c !important;
    cursor: pointer;
}
.linkWhats {
    color: #ffffff !important;
}
article#whatsApp:hover {
    background: #303b41 !important;
    color: #ffff00 !important;
}
article#whatsApp:hover a {
    color: #ffff00 !important;
}

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

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

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

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

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

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

.inputSubmit{
    background: #46606c !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}.inputSubmit:hover{
    background: #303b41 !important;
    box-shadow: 0 0 8px #46606c;  
    color: #ffff00 !important;
}

.inputImagem{
    background: #46606c !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}.inputImagem:hover{
    background: #303b41 !important;
    box-shadow: 0 0 8px #46606c;  
    color: #ffff00 !important;
}

.inputSaibaMais{
    background: #46606c !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;
}.produtos article:hover .inputSaibaMais{
    top: 12rem;
    opacity: 1;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}@media(max-width:680px){
    .produtos article:hover .inputSaibaMais {
        top: 8rem;
        opacity: 1;
    }
}

.inputSubmitImagem {
    background:#46606c !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}.inputSubmitImagem:hover{
    background: #303b41 !important;
    box-shadow: 0 0 8px #46606c;  
    color: #ffff00 !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: #f37021 !important;
}
.cid-ry5BpjFOxu p{
    color: #ffffff !important;
}

.text-black {
    color: #46606c;
}

.cid-ry5HouS1wv {
    padding: 1rem;
    background-color: #ffffff;
}

.cid-ry5HouS1wv .mbr-text{
    color:  #46606c !important;
}

.display-5{
    color:  #46606c !important;    
}

.socicon-viber:before{
    color:  #46606c !important;      
}

.mbrib-clock:before{
    color:  #46606c !important;  
}

.mbrib-map-pin:before{
    color:  #46606c !important;      
}

.mbrib-letter:before{
    color:  #46606c !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: #46606c !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
    font-family: Rubik;
    text-decoration: none;
}.fechar:hover{
    background: #303b41 !important;
    box-shadow: 0 0 8px #46606c;  
    color: #ffff00 !important;
}

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

.imgLogo img{
    width: 90%;
}

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

.inputLogin{
    box-shadow: 0 1px 0px #46606c;
    color: #46606c;
    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{ 
    position: absolute;
    background: #46606c !important;
    cursor: pointer;
    color: #ffffff !important;
    right: 0%;
    cursor: pointer;
    padding: 0.3rem 0.8rem;
    box-shadow: 0 1px 3px rgb(50, 50, 50); 
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    /* margin: 0.5rem; */
    z-index: 999;
}.inputSubmitX:hover{
    background: #303b41 !important;
    box-shadow: 0 1px 3px rgb(50, 50, 50);  
    color: #ffff00 !important;
}

.fecharX {
    position: absolute;
    background: #000080 !important;
    cursor: pointer;
    color: #ffffff !important;
    right: 1rem;
    top: 2rem;
    cursor: pointer;
    padding: 0.3rem 0.8rem;
    box-shadow: 0 1px 3px rgb(50, 50, 50);
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    /* margin: 0.5rem; */
    z-index: 999;
}.fecharX:hover{
    background: #303b41 !important;
    box-shadow: 0 1px 3px rgb(50, 50, 50);  
    color: #ffff00 !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 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: 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;
}

.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;
}

/************** 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: #46606c;
    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: 8rem;
    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.5rem 0;
    cursor: pointer;
}.carrinho article:hover{
    box-shadow: 0 1px 2px  #46606c; 
}

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

.inputCarrinhoExcluir{
    background: #46606c !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    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 {
    position: fixed;
    width: 4rem;
    height: 4rem;
    background: #46606c;
    top: 0.2rem;
    right: 1rem;
    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: 0.5rem;
    }

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

}

.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: absolute;
    width: 3rem;
    display: inline-block;
    margin-top: -5.5rem;
    right: 0;
}

.iconCarrinho{
    font-size: 10pt;
}

.itensCarrinho{
    display: none;
}

.btCarrinho:hover .itensCarrinho{
    position: fixed;
    width: 30rem;
    max-height: 30rem;
    display: block;
    overflow: auto;
    top: 4rem;
    right: 0;
    padding: 2rem 1rem;
    background: #ffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px;
    color: #46606c;
    z-index: 9999;
}@media (max-width: 425px){
    .btCarrinho:hover .itensCarrinho{
        width: 99%;
    }

}

.itensCarrinho img{
    width: 5rem;
}

.qtidadeCarrinho{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0rem;
    right: 0.7rem;
    /* border: 1px solid #000080; */
    border-radius: 22px;
    padding: 11px 0px;
    text-align: center;
    color: #ffffff;
}.qtidadeCarrinho:hover{
    color: #ffff00;
}
/************** 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: 9rem;
    display: inline-block;
    text-align: center;
    background: #ffff;
}

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

.inputTaxa{
    border: none;
}


/************** 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 #46606c}

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

.imgClienteG img{
    width: 12rem;
}

.imgCliente{
    position: relative;
    /*width: 6rem;
    height: 4rem;*/
    z-index: 1;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    color: #46606c;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.imgCliente img{
    position: relative;
    width: 5rem;
    border-radius: 1rem;
    z-index: 9999;
}

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

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

.menuCliente{
    background: #ffff !important;
    display: none;
    width: 12rem;
    position: absolute;
    padding: 1rem;
    right: calc(50% - 18rem);
    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:768px){
    .menuCliente{        
        right: calc(50% - 14rem);
    }
}@media (max-width: 425px){
    .menuCliente {
        right: calc(50% - 13rem);
    }
}@media (max-width: 375px){
    .menuCliente {
        right: calc(50% - 10rem);
    }
}

.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 #46606c;
    border-radius: 5px;
    background: #46606c;
    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: #a23f01;
}

.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;
}

.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: #a23f01 !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: #46606c;
}

.inputPagamento{
    display: none;
}

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

.iconMenuLogo {
    width: 3.2rem;
    margin: -0.7rem;
}

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

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

.icons {
    font-size: 19pt !important;
    vertical-align: middle !important;
    color: #46606c !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: #46606c !important;
    font-weight: bolder !important;
    line-height: 1.5 !important;
}

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

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

.iconsPagamentosEft {
    font-size: 12rem !important;
    color: #46606c !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: #ffff00 !important;
    opacity: 1;
}

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

#eft:checked ~ .iconsPagamentosEft{
    color: #ffff00 !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 #46606c;
    border-radius: 5px;
    font-size: 12pt;
    padding: 15px;
    color: #46606c;
    display: inline-block;
}.inputPequenoPagSeguro:hover{
    box-shadow: 0px 0px 3px  #46606c;
    cursor: pointer;
}

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

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

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

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


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

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

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

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

/************** 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{
    text-align: center;
}

.pedido h2{
    text-align: left;
}

.pedido h3{
    text-align: right;
}

.pedido h4{
    text-align: left;
}

.pedido article{
    box-shadow: 0 1px 2px rgb(50, 50, 50);
}.pedido article:hover{
    box-shadow: 0 2px 4px rgb(50, 50, 50);    
}

.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: #46606c !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}

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


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

.pedidos h1{
    text-align: center;
}

.pedidos h2{
    text-align: left;
}

.pedidos h3{
    text-align: right;
}

.pedidos h4{
    text-align: left;
}

.pedidos article{
    box-shadow: 0 1px 2px rgb(50, 50, 50);
}.pedidos article:hover{
    box-shadow: 0 2px 4px rgb(50, 50, 50);    
}

.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: #46606c !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.5rem 2rem;
    box-shadow: 0 0 4px #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0.5rem;
    z-index: 999;
}

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


.idPedido{
    width: 15%;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    color: #46606c;
}
.dataPedido{
    width: 15%;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    color: #46606c;
}
.situacao{
    width: 35%;
    position: relative;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    color: #46606c;
}
.valor{
    width: 12rem;
    position: relative;
    display: inline-block;
    padding: 0;   
    vertical-align: middle; 
    text-align: left;
    color: #46606c;
}
.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: #46606c;
}

.divImagem img{
    width: 50%;
}

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

.selectBottom {
    color: #46606c;
    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: #46606c;
}

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

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

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

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

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

.total{
    width: 100% !important;
    display: inline-block;
    box-shadow: none !important;
    border: none !important;
    text-align: right;
    padding: 3rem 1rem;
    vertical-align: middle;
    color: #46606c;
}

/********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;
}


/********POUPUPOBSITEM**********/
.poupupObsItemON{
    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;
}

.poupupObsItemON article{
    position: fixed;
    width: 70%;
    height: 40rem;
    padding: 0.5rem;
    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;
}@media(max-width: 425px){
    .poupupObsItemON article{
        width: 100%;
        height: 100%;
        overflow: scroll;
    }

}

.poupupObsItemOFF{
    display: none;
}


fieldset{
    border: 1px solid #46606c;
}

/******* PRODUTOS **********/
.produto{
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #ffff;
    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;
}

.produtos{
    position: relative;
    width: 75%;
    /* padding: 3rem 0; */
    margin-top: 1rem;
    background: #ffff;
    text-align: center;
    display: inline-block;
    z-index: 9;
}@media(max-width:680px){
    .produtos{
        width: 100%;
    }
}

.produtos h3{
    text-align: left;
}

.produtos article{
    position: relative;
    width: 14rem;
    min-height: 31rem;
    background: #ffff;
    display: inline-block;
    margin: 0.3rem 0.15rem;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 0 2px 4px rgb(50, 50, 50);
    border-radius: 5px;
}.produtos article:hover{
    box-shadow: 0 1px 2px rgb(50, 50, 50);
}@media(max-width:768px){
    .produtos article{
        width:10rem;
        min-height: 28rem;  
    }
}@media(max-width:425px){
    .produtos article {
        width: 11rem;
        min-height: 27rem;
    }
}

.imgProduto{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    height: 15rem;
}

.imgProduto img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

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

.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: #46606c;
    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{
    font-size: 35pt;
    color: #46606c;
}

.pratoDia h2{
    font-size: 30pt;
    color: #46606c;
}

/***** 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: 3rem 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 2px rgb(50, 50, 50);

}

.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: left;
}

.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 0 0;
	background: #ffff;
	color: #46606c;
}

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

.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 #46606c;
}.servicos article:hover{
    box-shadow: 0 0 6px #000;
}

.imgServicos{
    width:100%;
}

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

.endEntrega{
    position: relative;
    width: 60%;
    text-align: center;
    display: inline-block;
    box-shadow: none !important;
    border: none !important;
}

.endEntregaDetalhes {
    position: relative;
    width: 95%;
    text-align: center;
    display: inline-block;
    box-shadow: none !important;
    border: none !important;
}

.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: 3rem 0;
    margin-top: 8rem;
    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: 3rem 0;
    margin-top: 5rem;
    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 #46606c;*/
}

.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: #46606c;
    font-size: 22pt;
}

section#contato h2{
    color: #46606c;
    font-size: 18pt;
}

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

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

.contato a{
    color: #46606c;
}

.contato article{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}@media(max-width:768px){
    .contato article{
        width: 90%;
    }
}

.contato img{
    width:50%;
}

.cid-ry5BpjFOxu a{
    color: #ffffff !important;
}

.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 #46606c;
    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: #46606c;
    display: inline-block;
}

article#whatsApp:hover{
    background: #46606c;
    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 #46606c;
    border-radius: 5px;
    font-size: 12pt;
    padding: 6px;
    color: #46606c;
}.select-qnt-parcelas:hover{
    box-shadow: 0px 0px 3px  #46606c;
    cursor: pointer;
}

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

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

.btEnviar{
    border: none;
    background: #46606c;
    color: #fff;
    padding: 10px 20px;
    font-size: 14pt;
    border-radius: 2px;
}.btEnviar:hover{
    box-shadow: 0px 0px 3px #46606c;
    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 #46606c !important;
}

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


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

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

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

.menuEstilo {
    background: #46606c;
    color: #ffffff;
}.menuEstilo:hover{
    background: #303b41 !important;
    color: #ffff00 !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) {
    .loginON {
        position: relative;
        width: 100%;
        height: 70rem;
        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;
    }

    .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 #46606c;
        color: #46606c;
        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 {
        color: #46606c !important;
        font-size: 5rem !important;
        opacity: 0.8;
        margin: 2rem;
    }

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

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

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

    .dinheiro h3 {
        color: #46606c !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;
    }

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

    .imgProduto img{
        width: 100%;
        display: inline-block;
        overflow: hidden;
        border-radius: 5px;
    }
     
    .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;
    }

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

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

    .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: #46606c;
        font-size: 22pt;
        text-align: left;
        margin-left: 5%;
    }

    section#contato h2 {
        color: #46606c;
        font-size: 18pt;
        text-align: left;
    }

    section#contato p{
        text-align: left;
        color: #46606c;
        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 #46606c;
        border-radius: 5px;
        font-size: 12pt;
        padding: 15px;
        color: #46606c;
        margin: 0.3rem 1rem;
    }.inputText:hover{
        box-shadow: 0px 0px 3px #46606c;
        cursor: pointer;
    }

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

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

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

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

    .carrinho {
        margin-top: 4rem;
    }

    .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: #46606c !important;
        cursor: pointer;
        color: #ffffff !important;
        padding: 0.5rem 2rem;
        box-shadow: 0 0 4px #000;
        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: #46606c !important;
	    color: #ffffff !important;
	    cursor: pointer;
	    padding: 0.5rem 2rem;
	    box-shadow: 0 0 4px #000;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    margin: 0.5rem;
	    z-index: 999;
	}.inputSubmitImagem:hover{
	    background: #303b41 !important;
	    box-shadow: 0 0 8px #46606c;  
	    color: #ffff00 !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%;
	    height: 70vh;
	    display: inline-block;
	    vertical-align: middle;
	    overflow: scroll;
	}

    .loginON {
        position: relative;
        width: 100%;
        height: 70rem;
        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;
    }

    .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: #46606c !important;
	    color: #ffffff !important;
	    cursor: pointer;
	    padding: 0.5rem 2rem;
	    box-shadow: 0 0 4px #000;
	    border: none;
	    border-radius: 5px;
	    cursor: pointer;
	    margin: 0.5rem;
	    z-index: 999;
	}.inputSubmitImagem:hover{
	    background: #303b41 !important;
	    box-shadow: 0 0 8px #46606c;  
	    color: #ffff00 !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: #46606c;
	}

	.textLeft{
		text-align: left;
	}

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

    .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;
    }

    .endEntrega {
        width: 80%;
    }

    .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: #46606c;
        -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;
    }

    .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%;
	    height: 100vh;
	    display: inline-block;
	    vertical-align: middle;
	    overflow: scroll;
	}

    .loginON {
        position: relative;
        width: 100%;
        height: 70rem;
        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;
    }

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

    .inputLogin {
        width: 100%;
        box-shadow: 0 1px 3px rgb(50, 50, 50);
        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: #46606c !important;
        color: #ffffff !important;
        width: 12rem;
        cursor: pointer;
        padding: 0.5rem 2rem;
        box-shadow: 0 0 4px #000;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin: 0.5rem;
        z-index: 999;
    }.inputSubmitImagem:hover{
        background: #303b41 !important;
        color: #ffff00 !important;
        box-shadow: 0 0 8px #46606c;  
    }

    .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;
    }

    .produtos article {
        width: 8rem;
        height: 23rem;
    }

    .inputSaibaMais {
        top: 6.5rem;
    }
    
    .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>