
/* SITE **********************
******************************/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #f2f2f2;
    background-color: #FFF;
    color: #222;
    padding-top:49px;	
}

strong {
	font-weight:bold;
}
h3, h4 {
      text-transform: uppercase;
      color: #AFAFAF;
      margin: 0 !important;
      padding: 0 !important;
}
a, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}


/******************************
PADRÃO DE CORES
******************************/
.cor-1 {  color: #000 !important; }
.cor-2 {  color: #9b182b !important; }
.cor-3 {  color: #fdc100 !important;  }

.fundo-1 {  color: #fff !important; background-color: #000 !important; }
.fundo-2 {  color: #313131 !important; background-color: #fff !important; }
.fundo-3 {  color: #fff !important;  background-color: #fdc100 !important; }

.fundo-2 h1, .fundo-2 h2, .fundo-2 h3, .fundo-2 h4, .fundo-2 h5 {
    color: #313131 !important; 
    padding: 0;
    margin: 0;    
}
.nav-tabs .nav-item .nav-link {
    background-color: #fff;
    color: #9b182b !important ;
    margin-right: 0.8rem;
}


/******************************
MENU
******************************/
.menu {
    margin-bottom: 0px;
    font-weight: bold;
}
.menu-icone {
    font-size: 130%;
    color: #2B2B2B;
}


@media screen and (min-width : 320px) and (max-width : 980px) {
    .header-logo {width:100%; text-align: center;}
	.header-logo img{width:80px;}
}


/*HEADER*/
section#header{    background: rgba(0,0,0,0.9); display:block; width:100%; padding:5px; position:fixed; top:0px; z-index:8;}
section#header img#logo{ }
section#header nav{}
section#header nav ul{padding:0px; margin:0px; list-style:none;}
section#header nav ul li{padding:0px; margin:0px; display:inline-block; margin-left:10px;}
section#header nav ul li > a{padding:10px; font-weight:600;  text-decoration:none !important; font-size:15px;  display:block; color: #fff; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
section#header nav ul li > a:hover{color:red;}
section#header #menu-mobile {display:none; color:#000; font-size:25px; }
section#header #menu-mobile img{height:30px;}
.mdc-drawer i{margin-right:10px;}

section#header .header-item{display:inline-block; margin-left:15px;  font-weight:600;}
section#header .header-item > a{color:#fff;}
section#header .header-item > a:hover{color:#fff; text-decoration:none;}
section#header .header-item .header-carrinho .badge{margin:0px 8px;}

@media screen and (min-width : 320px) and (max-width : 980px) {
	section#header nav{display:none; position:absolute; width:100%; top:56px; background:#222; color:#fff; z-index:9; padding:0px; margin:0px; left:0px;}
	section#header nav ul{display:block; padding:8px 0px;}
	section#header nav ul li{display:block; padding:3px 0px;}
	section#header nav ul li > a{color:#fff; display:block;  padding:10px; border-bottom:1px solid #333; font-weight:bold;}
	section#header #menu-mobile {display:block;  }
	section#header img#logo{display:none;}
}



.bannerHome {margin-top:-49px;}


.CONTAINER-DEPOIMENTOS{
    background:url("../imagens/depoimentos.jpg") bottom center no-repeat;
    background-size: cover;
    min-height:800px;
    padding-top:80px; 
}
@media screen and (min-width : 320px) and (max-width : 980px) {
    .CONTAINER-DEPOIMENTOS{ 
        min-height:200px;
        background-position: center bottom;
    }
    .depoimentos {
        text-align: center !important;
    }
}


/*SECTION PRODUTOS NA HOME*/
#produtos .nav-tabs .nav-item.show .nav-link, 
#produtos .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #000;
    border: none !important;
}
#produtos .nav-tabs{ border:none !important; }
#produtos .nav-tabs .nav-link {
    border: none !important;
    border-radius: 20px;
}




footer{}
footer .coluna-esquerda{text-align: left;}
footer .coluna-direita{text-align: right;}
@media screen and (min-width : 320px) and (max-width : 980px) {
    footer .coluna-direita,
    footer .coluna-esquerda{text-align: center;}
}



/* BOTÕES ********************
**********************************/
.btn-padrao {
    color: #ffff !important;
    background-color: #9b182b !important;
    border: none !important;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 90%;
}
.btn-padrao:hover {
      background-color: #cd2941 !important;
      cursor: pointer;
}
.btn-padrao-login {
    color: #ffff !important;
    background-color: #23b062 !important;
    border: none !important;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-size: 90%;
}
.btn-padrao-login:hover {
      background-color: #38e184 !important;
      cursor: pointer;
}

.btn-pagamento {
      color: #ffff !important;
      background-color: #2dce89 !important;
      border: none !important;
}
.btn-pagamento:hover {
      background-color: #1D9C66 !important;
      border: none !important;
}
.btn-obrigatorio {
    color: #fff !important;
    background-color: #8B181A !important;
    border: none !important;
    padding: 5px 10px;
	font-size: 40%;
	font-weight: bold;
	float: right;
	border: none;
	margin-top: 5px;
}
.btn-obrigatorio:hover {
      background-color: #AB1C1F !important;
      cursor: pointer;
}
.btn-efeito {
          transition: all 400ms;
}
.btn-efeito:hover {
          -moz-transform: translate(5px);
          -ms-transform: translate(5px);
          -o-transform: translate(5px);
          -webkit-transform: translate(5px);
          transform: translate(5px);
          transition: all 300ms;
}
          
          


.desenvolvido {
	background-color: #1a1a1a;
	color: #858585;
	font-size: 90%;
}
.cadastro {
	background-image: url("../../imagens/fundo-cadastro.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}




/* .rodape {
          background-color: #293443;
          color: #fff;
          margin-top: 150px;
}
.rodape a {
          color: #93A0B1 !important;
} */







.depoimentos {
      color: #fff;
}
.depoimentos a {
      color: #93A0B1 !important;
}
.depoimento {
    text-align: center;
    padding: 50px;
    margin-top: 100px;
}
@media screen and (max-width: 780px) {
    .depoimento {
        margin-top: -50px;
    }
}


/* INSTAGRAM */
#instagram {
    background-image: url("../../imagens/instagram-fundo.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.instagram {
    margin-left: 100px;
}
.img-instagram {
    position: absolute;
    z-index: 9999;
    float: left;
    left: -300px;
    top: -200px;
}
@media screen and (max-width: 780px) {
    .instagram {
        margin-left: 0px;
    }
    .img-instagram {
        position: relative;
        z-index: 9999;
        float: left;
        left: -100px;
        top: 0px;
    }
}



/* WAVES */
.wave-1 {
    background-image: url("../imagens/wave-1.png");
    background-position: bottomcenter;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100px;
    position: relative;
    z-index: 2;
}
.wave-2 {
    background-image: url("../imagens/wave-2.png");
    background-position: bottomcenter;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100px;
    position: absolute;
    z-index: 2;
}


.cardapio-categorias {
    font-weight: bold;
    color: #4e1b49 !important;
}
.cardapio-categorias:hover {
    color: #fff !important;
    border: none;
}
.cardapio-categorias-ativo {
    background-color: #4e1b49 !important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}
.nav-tabs {
    border: none;
}



/* ==========================================================================
#FORM
========================================================================== */
input {
	outline: none;
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-family: inherit;
}
.input-radio {
    width: 1.5em;
    height: 1.5em;

}

.input-padrao {
	line-height: 50px;
	background: #fafafa;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 20px;
	font-size: 16px;
	color: #666;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: none;
	width: 100%;
}
.input-quantidade {
    line-height: 30px;
    font-size: 1rem;
    background: #fafafa;
    padding: 5px;
    color: #666;
    border: none;
    width: 100%;
    text-align: center !important;
     -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    margin-right: -20px;
    margin-top: -10px;
}


.produtos-lateral {
    margin-bottom: 20px;
    padding: 20px;    
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}
.produto {
    min-height: 170px;
    margin-bottom: 20px;
    padding: 20px;    
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}
@media screen and (min-width : 320px) and (max-width : 980px) {
	
}


.modal-opcao {
    background-color: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: 1px;
}

.modal-dialog{
      overflow-y: initial !important
}
.modal-body{
  max-height: 420px;
  overflow-y: auto;
}



.topo-logo {
    max-width: 150px;
}


.valor_total {
    padding-left:30px;
    font-size: 90%;
}
.valor_total:before {
    content: "R$";
    font-size: 90%;
}



.estilo-recibo{
    background: #fff9ba  url(../imagens/background-recibo-bottom.png) center bottom;
    background-repeat: repeat-x;
    border-radius: 5px;
}
.estilo-recibo hr{
    /* background: url(../imagens/background-recibo.png); 
    height:17px;
    width:100%;
    margin:0px;
    padding:0px;
    border:none;*/
}
.SC-COMPONENTE-CARRINHO ul{
    list-style: none;
    padding:0.5em;
    margin:0px;
}
.SC-COMPONENTE-CARRINHO li.ITEM-CARRINHO{
    padding:0.8em;
    margin-bottom:0.5em;
    border-bottom:1px solid #ddd;
}
.SC-COMPONENTE-CARRINHO li.ITEM-CARRINHO:last-child{
    border-bottom:none;
}

