/*GENERALIZADO*/
body{
	background:#fefefe;
	color:#141515;
	font-family: 'Scada', sans-serif;
}
header{
	background:#fefefe;
	border-bottom:1px solid #989898;
}
a{
	color:#141515;
}
.c-unset{
	cursor:unset!important;
}
a:hover, a:hover span{
	cursor:pointer!important;
	transition:0.3s;
	color:#808080;
	text-decoration:none;
}
footer{
	background:#4d4d4d;
	color:#fff;
}
footer li a, footer a{
	color:#fff;
}
footer li{
	margin-bottom:6px;
}
a:hover, button:hover{
	cursor:pointer;
}
select{
	height:45px;
	border:1x solid #c9c9c9;
	min-width:200px;
}
.quadrado_cor{
	border:1px solid;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px!important;
}
.font-16{
	font-size:16px;
}
.font-18{
	font-size:18px!important;
}
.font-20{
	font-size:20px!important;
}
.font-22{
	font-size:22px!important;
}
.font-24{
	font-size:24px!important;
}
.font-28{
	font-size:28px;
}
.weight-600{
	font-weight:600;
}
.weight-500{
	font-weight:500!important;
}
.weight-400{
	font-weight:400;
}
.weight-300{
	font-weight:300;
}
.weight-800{
	font-weight:800;
}
.weight-700{
	font-weight:700;
}
.img-centro{
	margin:auto;
	display:block;
}
.titulo{
	color: #818181;
    font-size: 36px;
    text-transform: uppercase;
}

.img_responsiva{
	max-width:100%;
}
.c-pointer{
	cursor:pointer!important;
}
.cc-btn:hover, .btn:hover{
	background:#fff;
	color:#dd2a1b;
}
.btn{
	padding:5px 25px;
	min-width:100px;
	text-transform:uppercase;
	border-radius:0px;
	background:#dd2a1b;
	border:1px solid #dd2a1b;
	color:#fff;
	font-size:24px;

}
.btn:hover{
	transition:0.3s;
	background:#fff!important;
	color:#dd2a1b;
	border:1px solid #dd2a1b;
}
.btn-invertido{
	padding:5px 25px;
	min-width:100px;
	text-transform:uppercase;
	border-radius:0px;
	background:#fff;
	border:1px solid #dd2a1b;
	color:#dd2a1b;
	font-size:24px;

}
.btn-invertido:hover{
	transition:0.3s;
	background:#fff!important;
	color:#dd2a1b;
	border:1px solid #dd2a1b;
}
.btn.disabled {
	background:#dd2a1b;
	border-color:#dd2a1b;
}
.btn_cinza{
	background:#818181!important;
	border:1px solid #818181!important;
	color:#fff!important;
}
.btn_cinza:hover{
	background:#fff!important;
	border:1px solid #818181!important;
	color:#818181!important;
}
.menu_secundario a{
	color:#141515;
}
.menu_secundario{
	color:#141515;
	background:#c3c4c4;
}
.btn_azul:hover{
	background:#fff;
	color:#dd2a1b;
}
.btn_vermelho:hover{
	background:#fff;
	color:red;
}
.btn_vermelho{
	background:red!important;
	border:1px solid red!important;
}
.btn_azul{
	background:#dd2a1b!important;
	border:1px solid #dd2a1b!important;
}
footer .btn:hover{
	color:#fff!important;
}
footer .btn{
	background:#dd2a1b!important;
}
.caixa_imagens_pequenas img {
	margin-bottom: 10px
}

footer ul{
	list-style:none;
}
.breadcrumbs ul li{font-size:12px!important}
.breadcrumbs ul{padding-left:0;list-style:none;text-transform:uppercase}.breadcrumbs ul li{display:inline}.breadcrumbs a,.breadcrumbs a:link,.breadcrumbs a:visited{text-decoration:none;color:#141515}.breadcrumbs a:hover{text-decoration:none;color:#434242}.breadcrumbs ul li:not(:last-child):after{text-decoration:none;content:" / "}

button:focus {
    outline: 1px dotted;
    outline: 5px auto #6c5d56;
}

.nav-tabs .nav-link.active, .sidenav .nav-tabs .nav-item.show .nav-link {
    border-top-color: #dd2a1b;
}
.nav-tabs .nav-link{
	border: 1px solid #e9e9e9;
	margin:0;
}
.pesquisa_mob {
	right: -4px;
	top: -2px;
	height: 42px;
	border: 1px solid #818181;
	position: relative;
	width: 60%
}
.br{border-radius: 5px;}


/*Fim */

/*MENU*/
.dropdown-toggle::after{
	display:none;
}
.dropdown-logado a{
	font-size:12px;
}
.font-18-menu{
	font-size:16px!important;
}
.navbar {
  display:inline-block;
}
.alertify-log-danger {
	background:red!important;
	padding:20px;
	color:#fff;
	margin:10px;
}
.alertify-log-show {
	background:green;
	padding:20px;
	color:#fff;
	margin:10px;
}
.nav-link {
	font-weight:400;
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0px;
	margin: 0px 20px;
	display: inline-block;
	position: relative;
	opacity: 1;
}

.nav-link:hover {
  opacity: 1;
  color:#fff;
}
.descricao p, .produto_aberto p{
	margin-bottom:5px;
}
.nav-link::before {
  transition: 300ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #dd2a1b;
}
.cor3_letra{
	color:#fff;
}
.cor4_letra{
	color:#141515!important;
}
.cor2_letra{
	color:#dd2a1b
}
.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}
.fixo{
	position: fixed;
    z-index: 2;
    width: 100%;
}
.nav-link-ltr:hover::before {
  width: 100%;
}.menu-area{color: #fff}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color:#1c1c1c;font-weight:500;font-size:20px;text-transform:uppercase;padding:16px 25px;display: block !important;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #dd2a1b;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{color:#dd2a1b;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #dd2a1b;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #dd2a1b;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#ececec;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#ececec}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}
.mainmenu .collapse ul ul li a{
	font-weight:400!important;
	font-size:14px!important;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
/*FIM MENU*/

/*Cookie msg*/
.cc-compliance{
	width: unset;
    text-align: center;
    margin: auto;
}

.cc-btn{
	padding:5px 15px!important;
	min-width:100px!important;
	text-transform:uppercase!important;
	border-radius:3px!important;
	background:#dd2a1b!important;
	border:1px solid#dd2a1b!important;
	color:#fff!important;
	border-radius: 5px!important;
}
.cc-window a{
	color:#fff!important;
}
.cc-window{
	font-size: 16px!important;
    color: #fff!important;
    background: rgba(21, 21, 21, 1)!important;
    line-height: 24px!important;
}
.zona_acessorios .mt-4 {
	margin-top:0px!important;
}
.zona_acessorios .nome_produto {
	margin-bottom:0px!important;
}
.cc-window {
	height:115px!important;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin:0.5em!important;
	    font-size: 14px!important;
}
/*MENU MOB*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 0;
	 z-index: 999999!important;
	left: 0;
	background-color: rgba(255, 255, 255, .93);
	overflow-x: hidden;
	transition: .5s;
	text-align: center
}

.sidenav .nav-tabs {
	border-bottom: 1px solid #e9e9e9;
}

.nav-tabs .nav-link.active,
.sidenav .nav-tabs .nav-item.show .nav-link {
	border-color: #adadad #adadad #fff
}

.sidenav a {
	padding: 8px 25px;
	text-decoration: none;
	font-size: 20px;
	color: #141515;
	display: block;
	transition: .3s
}

.sidenav .closebtn {
	position: absolute;
	top: -20px;
	right: -1px;
	font-size: 52px;
	margin-left: 50px
}
.li_prin{
	border:1px solid;
	margin-top:7px;
}
.dropdown-item.active, .dropdown-item:active {
	background-color:unset;
}
.li_prin .plus.collapsed{
	background:#dd2a1b!important;
	color:#fff!important;
}

/*--------------------ESPECIFICO------------------------*/
.btn.focus, .btn:focus, button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(154, 132, 63, 0)!important;
}
.righteous{
	font-family: 'Righteous', cursive;
}
.h-100vh{
	height:100vh;
}
.h-100{
	height:100%;
}
.info_home .branco{
	padding:30px 15px;
	background-color:rgba(255,255,255,0.8);
}
.info_home{

	position: absolute;
    z-index: 2;
	padding:30px 15px;
}
.logo_home{
	max-width:50%;
	margin:auto;
}
.info_home_2{
	background-color:rgba(255,255,255,0.8);
	position: absolute;
    z-index: 2;
}
.info_home{
	max-width:500px!important;
}
.info_home h1{
	color:#dd2a1b;
	font-size:2rem;
}
.info_home .btn{
	background:#dd2a1b;
}
.p-15{
	padding:15px!important;
}
.info_home .texto{
	margin-top:4vh;
	margin-bottom:4vh;
	font-size:1.2rem;
}
.btn_area_home{
	position:absolute;
	background:rgba(0,0,0,0);
	background-color:transparent;
	border:2px solid #fff;
	color:#fff;
	z-index:2;
	right:15px;
	font-size:24px;
	top:15px;
}
.btn_area_home:hover{
	background-color:#fff;
	transition:0.4s;
	border:2px solid #fff;
}
footer{
	background:#4d4d4d;
	color:#fff;
	font-size:14px;
	
}
.fa-mobile {
	font-size:32px!important;
	margin-right:15px;
	margin-bottom:10px;
}
.fa-envelope {
	font-size:18px!important;
	margin-right:12px;
	margin-bottom:10px;
}
.fa-facebook-square{
	margin-right:15px;
	font-size:18px!important;
	margin-bottom:10px;
}
.fa-instagram{
	margin-right: 12px;
    font-size: 21px!important;
    margin-bottom: 10px;
}
footer a{
	font-size:14px;
}
.carousel-caption, .carousel-caption h3 {
	    text-shadow: 4px 2px 1px #000;
}
.carousel-caption {
	text-align:left!important;
	left:30px;
	right:unset;
	font-family: 'Righteous', cursive;
}
.titulo_ementas{
	font-family: 'Righteous', cursive;
	font-size:60px;
	text-align:left;
}
.fundo_amarelo{
	background-color:#ebebeb;
}
.fundo_dourado{
	background-color:#dd2a1b;
}
.fundo_azul{
	background-color:#dd2a1b;
}
.row_area_opcoes .fundo_dourado:hover{
	background:#c3c4c4;
}
.row_area_opcoes .fundo_azul:hover{
	background:#c3c4c4;
	cursor:pointer;
	transition:0.4s;
}
#logo{
	max-width:175px;
	margin:auto;
	display:block;
	padding-bottom:15px;
}
.btn_login{
	background-color:#fff;
	border:1px solid #818181;
	color:#818181;
	z-index:2;
	font-weight:600;
	text-transform:uppercase!important;
	right:15px;
	font-size:24px;
	top:15px;
}
.btn_login:hover{
	background-color:#818181!important;
	color:#fff!important;
	transition:0.4s;
	border:1px solid #818181;
}
.btn_login:hover i{
	color:#fff!important;
}
.nome_produto{
	font-family: 'Righteous', cursive;
	font-size:24px;
	background: #dd2a1b;
	padding:20px 15px;
	color:#fff;
}
.produto .titulo{
	border-left:1px solid #dd2a1b;
	border-right:1px solid #dd2a1b;
	border-top:1px solid #dd2a1b;
}
.produto .texto{
	border-bottom:1px solid #989898;
	border-left:1px solid #989898;
	background-color:#fff;
	border-right:1px solid #989898;
}
.preco{
	font-size:40px;
	color:#dd2a1b;
}
.btn_subscrever:hover{
	background:#fff;
	transition: 0.4s;
    border: 2px solid #dd2a1b;
    color:#dd2a1b;
}
.btn_subscrever{
	background-color: #dd2a1b;
    border: 2px solid #dd2a1b;
    color: #fff;
    z-index: 2;
	font-family: 'Righteous', cursive;
	padding: 10px 30px;
}
input, select{
	border:1px solid #989898!important;
	height:40px;
	border-radius:0px!important;
}
textarea{
	border:1px solid #989898!important;
	border-radius:0px!important;
}
form label{
	color:#141515;
}
.boxes label{
	color:#141515!important;
}

/*Checkboxes styles*/
.boxes input[type="checkbox"] { display: none; }

.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #989898;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contacto_info i{
	color:#dd2a1b;
}
.menu_cliente a{
	color:#dd2a1b!important;
}
.menu_cliente{
	border:1px solid #dd2a1b;
}
.lista_cores:hover{
	cursor:pointer;
}
.lista_cores{
	max-width: 100%;
    background: #fff;
    text-align: center;
    padding: 14px 30px 5px 30px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
	border:2px solid #ebe6d6;
}
.selected_group{

    border: 2px solid #dd2a1b;
}
.quadrado_cor{
	width:35px;
	height:35px;
	margin:5px;
	display:inline-block;
}
.file, .file2 {
  visibility: hidden;
  position: absolute;
}
.form-upload{
	max-width:300px;
	    padding: 0!important;
    max-width: 0px;
    width: 0;
	border:0px!important;
}
#custom-button, #custom-button2, #custom-button3, #custom-button2eng {
	border:1px solid #141515;
	background:#fff;
	height:50px;
	width:300px;
}

#custom-text, #custom-text2, #custom-text2eng {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa;
}

.label_upload{
	margin-top:12px;
	margin-right:15px;
}
#link, #link2{
	min-width:52%;
}
.w-70{
	width:70%;
}
.w-30{
	width:28%;
}
.cartao_restarurante{
	border:1px solid #aeafb0;
}
.logo_restaurante{
	border-bottom:1px solid #aeafb0;
}
.row_area_opcoes div{
	padding: 30px 10px;
}
.row_area_opcoes{
	text-align:center;
}
.row_area_opcoes img{
	max-width:120px!important;
}
.row_area_opcoes, .row_area_opcoes p{
	text-align:center;
	color:#fff;
}
.border_cinza{
	    border: 1px solid #aeafb0;
}
.ementa .fundo_cinza, .cartao_restarurante .fundo_cinza{
	background:#d8d9d9;
}
.ementa .btn:hover{
	color:#dd2a1b!important;
}
.ementa .btn{
	color:#fff!important;
}
.alertify-logs {
	left:15px!important;
}
.sugestion_box li:hover, .sugestion_box_produtos li:hover,  .sugestion_box_2_preco li:hover{
	cursor:pointer;
	background:#dd2a1b;
}
.sugestion_box li, .sugestion_box_produtos li, .sugestion_box_2_preco li{
	padding:10px;
	background-color:#d8d9d9;
}
.sugestion_box_2_preco{
	position: absolute;
    z-index: 9;
    width: 89%;
}
.sugestion_box, .sugestion_box_produtos, .sugestion_box_2_preco{
	max-width:100%;
	list-style:none;
	padding-left:0px;
}
.sugestion_border{
	border: 1px solid #989898!important;
}
.h-18px{
	height:18px;
	margin-bottom:3px;
}
.tabs_ementa2 {
	border:0px;
}
.tabs_ementa, .tabs_ementa2{
	display: inline-flex;
	margin:auto;
}
.tabs_ementa .nav-item, .tabs_ementa2 nav-item{
	color:unset;
	margin: 5px;
	margin-right: auto;
	margin-left: auto;
}
.tabs_ementa .nav-link, .tabs_ementa2 .nav-link{
	border:0px;
	font-size:1rem;
	text-transform:lowercase;
	border-radius: 3px;
    height: 2rem;
    padding: 0.2rem;
}
.tabs_ementa .nav-link, .tabs_ementa2 .nav-link{
	font-size:1.1rem;
	padding:3px;
}
.menu_user_home{
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 15px;
}
.menu_user_home  p{
	color:#fff!important;
}
.lista_categorias li, .lista_produtos li{
	padding: 10px;
    border: 1px solid #aeafb0;
    background: #d8d9d9;
	cursor: all-scroll;
	margin-bottom:5px;
}
.lista_categorias, .lista_produtos{
	list-style:none;
	padding-left: 0;
    list-style: none;
    margin-top: 15px;
}
.btn_pequeno{
	width: 40px!important;
	min-width: unset!important;
    height: 38px;
	padding:0px;
	position: relative;
    top: -7px;
    right: -7px;
}
.produto_ementa_preview_nome{
	font-size: 1.3rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.produto_ementa_preview_desc{
    margin-bottom: 0.1rem;
	font-size:0.9rem;
	color:#676766;
}
.meia_dose{
	font-size:1rem;
	color:#676766;
	margin-right:0.3rem;
}
.cc-right {
    left: 1em!important;
}
.produto_ementa_preview_preco {
	font-size:1.5rem;
}
.preco2{
	font-size:1.5rem;
}
.categoria_titulo{
	text-align:center;
	font-size:1.5rem;
	color:#fff;
	padding:5px 0; 
}
.nav-tabs .nav-link{
	font-weight:600;
}
.coluna_esquerda, .coluna_direita{
	vertical-align: middle;
    display: table-cell;
}
.coluna_esquerda{
	width:35%;
	margin-left: 3rem;
}
.coluna_esquerda{
	width:63%;
}
.coluna_direita{
	width:35%;
}
.tab-content-padding{
	padding-top: 35px;
}
.fixa_topo{
	position:fixed;
	width:100%;
	top:0px;
	margin-top:0px!important;
}
input:read-only {
  background-color: #d6d6d6;
  cursor: no-drop;
}
.coise2{
	padding: 1.1rem!important;
	font-size:1.1rem!important;
}
.bg-danger-personalizado {
	background-color:#ff7c89!important;
}
.cc-link{
	display:inline!important;
}
.cc-compliance {
	display:block!important;
}
.menu_ementa img{
	max-width:45px;
}
.menu_ementa .primeiro_nivel a{
	font-size:20px;
}
.menu_secudnario li{
	margin-top:3px;
} 
.menu_ementa li{ 
	margin-bottom:3px;
}
.menu_ementa{
	text-align:left;
	list-style:none;
	padding:15px;
}
.border_ementa_menu{
	border: 1px solid #969696;
    height: 50px;
    color: #fff;
}

.menu_secudnario a{
	padding-left:30px;
}
.menu_secudnario{
	padding-left:0px;
	list-style:none;
}
.menu_ementa .primeiro_nivel a{
	font-size:18px;
}
.menu_ementa i{
	position: absolute;
    left: 88%;
}
.home_lista  i{
	position: absolute;
    left: 85%;
    padding-top: 6px;
}
.primeiro_nivel .border_ementa_menu{
	padding-left: 15px;
    padding-top: 10px;
}
.titulo_ementa{
	font-size:24px;
	text-transform:uppercase;
}
.subnome{
	font-size:16px;
}
.caixa_header_ementa{
	border-bottom: 1px solid #969696;
}

.app .cartao_restarurante{
	border:0;
}
.home_lista img{
	max-width:35px;
}
.home_lista li{
	margin-top:4px;	
}
.home_lista{
	list-style:none;
	padding: 15px;
}
.btn_modal{
	text-align: center;
    border: 1px solid;
    padding: 10px;
    margin-top: 15px;
}
#modal_idioma{
	top:10%;
}
.border_produto {
    border: 1px solid #969696;
}
select:focus {
    outline: -webkit-focus-ring-color auto 0px!important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #989898;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #c0bb8e;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #989898;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #dd2a1b;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.escolhe_opcao{
	padding-top: 5px;	
}
.escolhe_dose{
	/*border-radius:5px;*/
	border: 1px solid #969696;
	padding-top: 5px;
}
.elemento_opcao{
	display:inline-block;
}
.btn_verde{
	background:#385723;
	border:1px solid #385723;
	height:35px;
	color:#fff;
	border-radius:5px;
}
.btn_verde:disabled{
	background-color:#516146;
}
.btn_verde_invertido{
	background:#fff;
	border:1px solid #385723;
	height:35px;
	color:#385723;
	border-radius:5px;
}
.btn_mais, .btn_menos, .btn_mais2, .btn_menos2{
	width: 100%;
    background: rgba(0,0,0,0);
    border: 0;
    height: 100%;
	font-family: 'Coda', cursive;
	font-weight:800;
	text-align:center;
	margin:auto;
}
.quantidades .qtd_border{
	border-radius:5px;
	border: 1px solid #969696;
}
.quantidades{
    font-size: 25px;
}
#reader__filescan_input{
	width:100%!important;
	height:auto!important;
}
#reader2__filescan_input{
	width:100%!important;
	height:auto!important;
}
.modal-title{
	color:#1c1c1c;
}

.icone_ementa img{
	max-width:50px
}
.ementas_icones_menu{
	 top: 20%;  width:60px; position: absolute;  z-index: 3;
}

@media (min-width: 992px){
	.nav-grande {
		-ms-flex-direction: row;
		flex-direction: row-reverse!important;
	}
}
@media (max-width: 400px){
	.ementas_icones_menu{
		top:25%;
	}
}
@media (max-width: 598px){
	.icone_ementa img{
		max-width:50px
	}
}
@media (min-width: 320px) and (max-width: 768px){
	.p-mob-2{
		padding:1rem!important;
	}
	.overflow-xs{
		overflow:hidden;
	}
	.cc-compliance>.cc-btn {
		width: 200px;
		-ms-flex: 1;
		margin: auto;
	}
	.cc-floating.cc-theme-edgeless .cc-message {
		margin: 0.5em!important;
	}
	.cc-window{
		height: auto!important;
		left:0!important;
	}
	.cc-link{
		margin-top:10px!important;
		height:0px!important;
		display:inline;
		position: relative;
	}
	.cc-message {
		font-size:12px!important;
	}
	.cc-compliance {
		margin:0.5em!important;
		display:block!important;
		top:15px!important;
	}
	.info_home h1 {
		color: #dd2a1b;
		font-size: 1.7rem;
	}
	.btn{
		font-size:unset;
	}
	.font-20{
		font-size:16px!important;
	}
	.mb-mob{
		margin-bottom:15px;
	}
	.produtos_listagem  .produto{
		margin-bottom:30px;
	}
	.titulo {
		font-size:28px;
	}
	.carousel-caption {
		padding-top:0px;
		left:15px;
		top:-40px;
	}
	.titulo_ementas {
		margin-bottom:5px;
		font-size:24px;
	}
	.carousel-caption, .carousel-caption h3 {
		text-shadow: 1px 0px 3px #000;
		font-size:18px;
	}
	.formularios label{
		margin-top:30px;
	}
	footer{
		text-align:center;
	}
	footer img{
		margin-bottom:30px;
	}
	.h-100vh .carousel-item {
			background-position:center;
	}
	.btn_area_home {
		display:none;
	}
	.info_home {
		left: 0;
		max-width: 500px!important;
		right: 0;
	}
	.info_home .texto {
		margin-top: 2vh;
		margin-bottom: 2vh;
		font-size: 1rem;
	}
	.logo_home {
		max-width: 25%;
	}
	.produtos_listagem  .texto .font-24{
		font-size:18px!important;
	}
	.demo .cartao_restarurante{
		border:0px;
	}
	.coluna_esquerda{
		margin-left: 1rem;
	}
}

@media (min-width: 768px) {
	.tab-pane.container{
		padding-bottom: 30px;
		border-left: 1px solid #aeafb0;
		border-right: 1px solid #aeafb0;
		border-bottom: 1px solid;
	}
}

@media (min-width: 768px) and (max-width: 991px)  {
	.overflow-xs{
		overflow:hidden;
	}
	.h-100vh .carousel-item {
			background-position:center;
	}
	.btn_area_home {
		display:none;
	}
	.info_home {
		left: 0;
		max-width: 500px!important;
		right: 0;
	}
	.produtos_listagem  .produto{
		margin-bottom:30px;
	}
	.produtos_listagem  .texto .font-24{
		font-size:20px!important;
	}
	.coluna_esquerda{
		margin-left: 1rem;
	}
		
}

@media (min-width: 992px)  and (max-width: 1199px)  {
	.btn_area_home {
		display:none;
	}
		.info_home {
		left: 0;
		max-width: 500px!important;
		right: 0;
	}
	.produtos_listagem  .texto .font-24{
		font-size:20px!important;
	}
	.produtos_listagem  .produto{
		margin-bottom:30px;
	}
}

@media (min-width: 1200px)  and (max-width: 1390px)  {
	.row_area_opcoes div {
		padding: 15px 5px!important;
	}
	.info_home .branco {
		padding: 15px;
	}
}
@media (max-width: 1200px) {

}
@media (min-width: 1900px) {

}
@media (min-width: 1200px) {
	.imagem {
		margin: 0;
		padding: 0;
	}
	.modal-xl{
		max-width:1140px;
	}
}
@media (min-width: 1200px) and (max-width:1600px) {
	.info_home .texto{
		margin-top:1.9vh;
		margin-bottom:1.8vh;
		font-size:1.2rem;
	}
}
@media (min-width: 300px) and (max-width:991px) {
	.pagina_normal{
		padding-top:
	}
}
@media (min-width: 1600px) {


}
@media (min-width: 1900px) {

}
@media print {
  .hidden-print {
    display: none !important;
  }
}