/*
Theme Name: CARDÁPIO PATACHOCAS
Theme URI: http://bravocreative.com.br
Author: BRAVO CREATIVE 
Author URI: http://bravocreative.com.br
Description: Bravo Creative Custom Websites
Version: 3.0
Text Domain: bravo
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
DESENVOLVIDO POR BRAVO CREATIVE
http://bravocreative.com.br
Bravo Framework 3.0
*/

body, h1, h2, h3, h4, h5, h6, li, p, a, input, span, div {
	font-family: 'Open Sans', sans-serif;
}
[class*="column"]+[class*="column"]:last-child {
  float: left;
}
.row {
	max-width: 100%;
}
.columns {
	padding: 0;
}

#menu {
	padding: 10px 30px 30px;
}

#menu img {
	display: inline-block;
	width: 32%;
	float: left;
}
#novo-menu-container {
	text-align: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: -20px;
	position: relative;
	background: white;
	margin-top: calc(50vh - 25px);
	z-index: 23;
	}
#novo-menu-container a {
	display: inline-flex;
	flex-direction: column;
	width: 29.3333%;
	padding: 10px;
	/* border: 2px solid #ccc; */
	border-radius: 20px;
	float: left;
	margin: 2%;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
	color: #f7941e;
	justify-content: center;
	align-items: center;
	}
#novo-menu-container img {
	width: 80%;
}	
#novo-menu-container img.titulo-menu {
	width: 108px;
}	
#novo-menu-container a span {
	font-size: 14px;
	display: inline-flex;
	margin-top: 0px;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	line-height: 120%;
	}
#novo-menu  {
	padding: 10px 30px 30px;
}	
#menu-container {
text-align: center;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
margin-top: -20px;
position: relative;
background: white;
margin-top: calc(50vh - 25px);
z-index: 23;
}
.titulo-menu {
	width: 108px;
	display: inline-block;
	margin-top: 30px;
}

.destaque {
	height: 50vh;
	display: flex;
	align-items: flex-end;
	padding: 25px 25px 60px;
	position: relative;
	z-index: 0;
}
.categoria-destaque {
	color: rgb(247, 148, 30);
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	background-color: white;
	border-radius: 15px;
	display: inline-block;
	padding: 10px;
	margin-bottom: 5px;
}
.titulo-destaque {
	color: rgb(247, 148, 30);
    font-family: 'budidayaregular';
	font-size: 52px;
	font-weight: 400;
}

.destaque.interno .titulo-destaque {
    font-family: 'budidayaregular';
	color: rgb(254, 254, 254);
	font-size: 67px;
	font-weight: 400;
}

.descricao-destaque {
	color: white;
	font-size: 11px;
	line-height: 140%;
	
	font-weight: 400;
}

.subtitulo-destaque {
	color: rgb(247, 148, 30);
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	width: calc(100% - 110px);
	line-height: 130%;
}

.descricao-destaque strong {
		font-weight: 700;
	
}

.efeito {
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(210,210,210,0.13) 15%, rgba(0,0,0,0.9) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.info-destaque {
	position: relative;
}
#lista-menu {
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: -20px;
	background: white;
	padding: 25px;
	margin-top: calc(50vh - 25px);
	z-index: 23;
}

#lista-menu a {
	padding: 15px;
	color: rgb(81, 81, 81);
	font-size: 15px;
	font-style: italic;
	display: block;
	border-bottom: 1px solid rgb(247, 148, 30);
	background: url(images/seta-menu.png) no-repeat right 10px center;
	background-size: 7px 12px;
	
}


#lista-pratos {
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: -20px;
	background: white;
	padding: 45px 25px 25px;
margin-top: calc(50vh - 25px);
z-index: 23;
}

#lista-pratos li {
	padding: 15px;
	color: rgb(81, 81, 81);
	font-size: 15px;
	font-style: italic;
	display: block;
	border-bottom: 1px solid rgb(247, 148, 30);
	
}

#lista-pratos h2 {
	color: rgb(247, 148, 30);
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	line-height: 18px;
	margin-bottom: 8px;
	
}

#lista-pratos .preco-prato {
	color: rgb(113, 113, 113);
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	line-height: 18px;
	text-align: right;
	
}

#lista-pratos p {
	color: rgb(65, 65, 65);
	font-size: 13px;
	font-style: italic;
	line-height: 130%;
	
}

.icone-cardapio {
position: absolute;
width: 60px;
height: 60px;
top: 0;
right: 0;
margin-top: -30px;
margin-right: 40px;
}
.voltar {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 90px;
	height: 30px;
	z-index: 2;
}

.novo-voltar {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 90px;
	height: 30px;
	z-index: 2;
}
.texto-voltar {
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 3;
	color: white;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	background: #F7951D;
	padding: 8px;
	border-radius: 7px;
}
.lista-vinhos strong {
	font-weight: bold;
}
.origem-vinho img {
	height: 50px;
}
.titulo-origem {
	display: inline-block;
	margin-left: 10px;
	font-size: 28px;
}
.origem-vinho {
	background: #fafafa;
	display: flex;
	align-items: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	}
.marcador {
	color: white;
	font-size: 10px;
	font-weight: 600;
	font-style: italic;
	padding: 2px 5px;
	display: inline-block;
	background: #f7941e;
	border-radius: 20px;
	line-height: 100%;
}





.idioma-oculto {
	display: flex;
	position: fixed;
	z-index: 10001;
	background: white;
	height: 60px;
	width: 100vw;
	align-items: center;
	justify-content: center;
	top: -60px;
	transition: all 0.3s;
	box-shadow: inset 0 -4px 10px rgba(0,0,0,0.2);
}
.idioma-oculto.ativo {
	top: 0;
}
.idioma-oculto a.glink img {
	display: inline-block;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

.idioma-oculto a.glink span {
	display: none;
}
.fechar-idioma {
	position: fixed;
	right: 10px;
	background: rgb(247, 148, 30);
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 24px;
	color: white;
	font-family: monospace;
}

.seleciona-idioma-mobile  {
	z-index: 2;
	position: fixed;
	top: 40px;
	right: 30px;
	}
.seleciona-idioma-mobile img {
	width: 35px;
	height: 35px;
	margin-left: 10px;
	}
