@font-face {
    font-family: 'amarilloregular';
    src: url('fonts/amarillo-webfont.woff2') format('woff2'),
         url('fonts/amarillo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segregular';
    src: url('fonts/seg-webfont.eot');
    src: url('fonts/seg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/seg-webfont.ttf') format('truetype'),
         url('fonts/seg-webfont.woff2') format('woff2'),
         url('fonts/seg-webfont.woff') format('woff'),
         url('fonts/seg-webfont.svg#segregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family:'seglig';
	src: url('fonts/seglig.eot');
	src: url('fonts/seglig.eot?#iefix') format('embedded-opentype'),
		url('fonts/seglig.woff') format('woff'),
		url('fonts/seglig.ttf') format('truetype'),
		url('fonts/seglig.otf') format('opentype'),
		url('fonts/seglig.svg#Seglig-Regular') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-A78C;
}

@font-face {
	font-family:'segsemi';
	src: url('fonts/seg-semibold.eot');
	src: url('fonts/seg-semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/seg-semibold.woff') format('woff'),
		url('fonts/seg-semibold.ttf') format('truetype'),
		url('fonts/seg-semibold.otf') format('opentype'),
		url('fonts/seg-semibold.svg#SegoeUI-SemiBold') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-A78C;
}

@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Light.woff2') format('woff2'),
        url('fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RalewayT';
    src: url('fonts/Raleway-Thin.woff2') format('woff2'),
        url('fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



.noticia{
	font-family:'segregular';
	font-size:22px;
}

.btn-reserva{
	float: left;
	margin-top: 40px;
	margin-left:60px;
	cursor: pointer;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

h1,h2,h3 {
	text-align:center;
	font-weight:normal;
}

.regular {
	font-family:'segregular';
	font-size:22px;
}

.produtos h2, .eventos h2 {
	margin:0;
}

.tal {
	text-align:left;
}

.tar {
	text-align:right;
}

h3 {
	font-size:32px;
}

a {
	text-decoration:none!important;
	color:inherit;
}

.light {
	font-family:'seglig';
}

.fl {
	float:left;
}

.fr {
	float:right;
}

#banners, .produtos, .soparavoce, .eventos, #footer {
	position:relative;
	z-index:1;
}

#dock {
    position: relative;
    z-index: 41;
    width: 65%;
    display: inline-block;
    height: 30px;	
}

#menu.fixed {
    position: fixed!important;
    top: 0;
    margin: 0;
    padding-top: 30px;
	width:40%;
    z-index: 29;
}

#overlay.fixed {
	position:fixed;
	height:89px;
	background: rgba(0,0,0,0.6);
}

.titulo-1, .titulo-2, .titulo-3 {
	font-family:'amarilloregular';
}

.titulo-3 {
	font-size:31px;
}

.titulo-2 {
	font-size:49px;
}

.titulo-1 {
	font-size:67px;
}

body {
	margin:0;
	padding:0;
	color:#fff;
}

.conteudo {
	width:1200px;
	display:block;
	margin:0 auto;
	z-index:3;
	position: relative;
}

.anchor {
	position: absolute;
    top: -120px;
    height: 2px;
}

.wrapper {
	width:100%;
}

#header {
	text-align:center;
	height:688px;
	background:url('../img/img_topo_n.jpg') no-repeat top center;
	background-size:100%;
	background-position-y: 90px;
}

.logo{
	float:left;
	margin-top:90px;
	width:100%;
	text-align:left;
}

#banners {
	height:688px;
	text-align:center;	
}

.produtos, .interno {	
	background-color:#e4ddc6;
	padding:55px 0 70px 0;
	display: inline-block;
}

.bgbemvindo{
	background: url('../img/bg_texto.jpg');
	background-position-x: -100px;
    background-position-y: -80px;
    min-height: 450px;
	
}

.noticias {
	background: url('../img/padraotrans.png');
	background-color:#F9E1C8;
	padding:55px 0 70px 0;
	display: inline-block;
}

 .localizacao {
	display:block;
	font-family:segregular;
	font-size:22px;
	color:#987a5f;
}

.interno {
	padding:30px 0 30px 0;
	text-align:center;
}

.interno h1 {
	margin-top: 1em;
    display: inline-block;
    line-height: 48px;
}

.interno h1::after {
	content:'';
	height:3px;
	width:100%;
	display:inline-block;
	background-image: linear-gradient(to right, #906C53, #906C53 50%, #906C53 80%);
	background-size: 70% 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;	
}

.cardapios .titulo-3 {
	display:inline-block;
	line-height:32px;
	padding-top:1em;
	cursor:pointer;
}

.cardapios .secao.opened .titulo-3::after {
	content: '';
    height: 3px;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(to right, #906C53, #906C53 50%, #906C53 80%);
    background-size: 70% 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.textoTitulo {
	width:100%;
    line-height: 10px;
    padding-top: 6px;
    margin-bottom: 10px;	
}

.cardapioItem.opened .textoTitulo::after {
	content: '';
    height: 3px;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(to right, #906C53, #906C53 50%, #906C53 80%);
    background-size: 100% 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.cardapios .secao {
	width:100%;
	min-height:100px;
}

.soparavoce {
	
}

.eventos {
	background: url('../img/bg_produtos_n.jpg');
	background-color:#B58755;
	padding:55px 0 70px 0;
	height: 485px;
}

.img-rodape{
	margin-top: -400px;
}

.logo-rodape{
	float:left;
	margin-top:20px;
}

.endereco-rodape{
	float:left;
	width:60%;
	margin-top: 60px;
    margin-left: 50px;
}

.icone-rodape{
	float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.icone-rodape-2{
	float: left;
    margin-top: -3px;
    margin-right: 10px;
}

.endereco-rodape p{
	font-family:'RalewayT';
	color:#e4ddc6 !important;
}

.wrapper.interno {
	color:#906C53;
	position: relative;
    z-index: 1;
}

#menu, #menuFooter, #menuMob {
	font-family:'montserrat';
	list-style:none;
	display:flex;
	justify-content: space-between;
	text-decoration:none;
	color:#e4ddc6;
	text-transform:uppercase;
	font-size:22px;
	padding:0;
	margin: 0;
	margin-top:-30px;
	padding-bottom:30px;
}

#menu li a:hover, #menuFooter li a:hover, .underline {
	text-decoration:underline!important;
}

.w100 {
	width:100%;
}

.dib {
	display:inline-block;
}

#linkTrip {
	margin-top:80px;
	font-size:22px;
}

#logoHolder {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding-top:20px;
	min-height:0px;
}
		
.holderTopo {
	width:20%;
	color:#b49c84!important;
}

.holderTopo:first-child {
	text-align:left;
}

.holderTopo:last-child, #redesRodape a:last-child {
	text-align:right;
}

.holderTopo:first-child img {
	vertical-align: middle;
	margin-right:15px;
}

.holderTopo:last-child a, #redesRodape a {
	display:inline-block;
	width:45px;
	text-align:center;
}

.holderTopo:last-child a:last-child {
	text-align:center;
}

.tituloBanner {
	line-height:117px;
	display:inline-block;
}

.tituloBanner:last-child {
	height:80px;
}

#tituloHolder {
	margin-top:-3%;
}

#tituloHolder::before,#tituloHolder::after {
	height:1px;
	width:100%;
	background:rgba(255, 255, 255, 0.5);
	display:inline-block;
	content:'';
	margin-bottom: 20px;
    margin-top: 20px;
}

#tituloHolder::after {
	width:67%;
}

#banners {
	position:relative;
	width:100%;
	height:691px;
	display:flex;
	align-items: center;
	justify-content:center;
	height: 960px;
	position: absolute;
	top: 0;
	overflow:hidden;
}

#banners > img {
	position:absolute;
	margin:auto;
	top:-9783px;
	bottom:-9999px;
	left:-9999px;
	right:-9999px;
	z-index:1;
	opacity:1;
	display:none;
}


#mioloBanner {
	height:690px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-top:270px;
	width:100%;
	background: rgba(0,0,0,0.55);
	position: relative;
    z-index: 3;
}

#overlay {
	position:absolute;
	height:90px;
	background:#5f6939;
	top:0;
	width: 100%;
	z-index:3;
}

.receitaContainer {
	display:flex;
	flex-direction:row;
}

.noticiasContainer {
	display:flex;
	flex-direction:row;
}

.receitaContainer > div, .bike > div {
	width:60%;
}


.descReceita .titulo-2 {
	line-height:80px;
	color:#906C53;
}

.descNoticia .titulo-2 {
	line-height:80px;
	color:#906C53;
}

.titulo-3 {
	
}

.descReceita > p::before {
	content: '';
    height: 3px;
    width: 40%;
    
    display: block;
    position: relative;
    margin-bottom: 40px;
	
}

.descReceita {
	padding-top:20px;
	font-family:'Raleway';
	font-size:25px;
	line-height: 25px;
	color:#5f6939;
    justify-content: space-between;	
}
.descNoticia > p::before {
	content: '';
    height: 3px;
    width: 40%;
    background: #987a5f;
    display: block;
    position: relative;
    margin-bottom: 40px;
	
}

.descNoticia {
	padding-top:20px;
	font-family:'segregular';
	font-size:22px;
	line-height: 25px;
	color:#987a5f;
    justify-content: space-between;	
}

.DivInternaNoticia{
	width:100%;
	border:0px solid #000;
	display:inline-block;
	vertical-align:top
}
.underlined {
	text-decoration:underline!important;
}

#deliciasBanners {
	text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: flex-end;
}

#deliciasBanners img {
	border:1px solid #e6ccaa;
}

#eventosBanners {
	text-align:left;
}

.bgAlpha {
	background:#5f6939;
	width:100%;
	height:650px;
	display: inline-block;
}

.bgAlpha-2 {
	background:#e4ddc6;
	width:100%;
	height:475px;
	display: inline-block;
}

.bgAlpha-3 {
	background:#5f6939;
	width:100%;
	height:715px;
	display: inline-block;
}

.img-menu{
	float:left;
	margin-top:40px;
}

.titulo-menu{
	 float: right;
    margin-top: 130px;
    margin-right: 80px;
}

.texto-menu{
	float: left;
    text-align: center;
    width: 40%;
    margin-left: 70px;
	margin-top:20px;
}

.button-menu{
	float: left;
    text-align: center;
    width: 40%;
    margin-left: 70px;
	margin-top:20px;
}

.btn-gastronomia{
	width:250px;
	height:50px;
	background-color:#e4ddc6;
	border-radius:30px;
	color:#5f6939;
	border:0px;
	font-size:25px;
	text-transform:uppercase;
	margin-bottom:20px;
	cursor:pointer;
}

.btn-gastronomia:hover{
	background-color:#c6b57c;
}

.texto-menu p{
	font-family: 'Raleway';
    font-size: 25px;
    line-height: 25px;
    color: #e4ddc6;
}

.circleBg img {
	border-radius: 50%;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%;
	/* Firefox 1-3.6 */
	-moz-border-radius: 50%;
	border: 10px solid #f6e6d2;
	z-index: 1;
	position: relative;
	display: inline-block;
	box-sizing: border-box;  
}

.soparavoce .container {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.atrativo {
	color:#fff;
	text-align:center;
	max-width:250px;
	font-family:'seglig';
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
}

.atrativo h3 {
	margin:10px 0;
	min-height:86px;
	font-family:Tahoma;
}

.eventos .descReceita, .eventos .descReceita .titulo-2 {
	color:#fff;
}

.eventos .descReceita {
	text-align:right;
	font-family: 'seglig';
	line-height:25px;
}

.eventos .descReceita > p::before {
	background-image: linear-gradient(to right, transparent 40%,#fff 40%);
	background-color:transparent;
	width:100%;
}

.bold {
	font-weight:bold;
}

#markerLoc {
	float:left;
}

#menuFooter {
	color:#fff;
	margin:0;
	padding:0;
}

#menuFooter li {
	padding:0 16px;
}

#menuFooter li:first-child {
	padding-left:0;
}

#enderecoWrapper, #telefoneWrapper {
	display: flex;
    flex-direction: row;
    align-items: center;
}

#tripAdv {
}

.telefon {
	font-family:'segregular';
	font-size: 40px;
    font-weight: bold;
	margin-left: 20px;
}

.endereco {
	font-size:20px;
	text-transform:uppercase;
    margin-left: 20px;
    display: inline-block;
}

#tripAdv {
	margin-left:20px;
	display:inline-block;
}

#copy {
	font-style:italic;
	font-size: 20px;
	margin-bottom: 13px;
}

#copy img {
	margin-left:15px;
}

.agende {
	line-height:45px;
}

#redesRodape {
	margin-top:6px;
}

#footer, .avaliacoes {
	font-family:'seglig';
	background:#452703;
}

.passaporte {
	height:715px;
	font-family:'seglig';


	z-index:1;
	position:relative;
	color:#906C53;
	font-weight:bold;
}

.w50 {
	width:50%;
}

.passaporte > div {
	font-size: 22px;
}

.passaporte .conteudo .conteudoWrap div:first-of-type img {
	width:100%;
}

.passaporte .conteudo .conteudoWrap div:first-of-type {
	float:left;
}

.passaporte .conteudo .conteudoWrap div:last-of-type p {
	margin-top:0;
}

.passaporte .conteudo .conteudoWrap div:last-of-type {
    float: right;
    padding-left: 5%;
    box-sizing: border-box;
}

.passaporte h2 {
	margin-top:0;
	padding-top:50px;
}

.avaliacoes h2, .passaporte h2 {
	margin-bottom:0;
}

.avaliacoes .tac {
	margin-bottom:50px;
}

.tac {
	text-align:center;
}

.avaliacoes {
	display:flex;
	z-index:1;
	position:relative;	
}

.avaliacao {
	font-size:26px;
}

.avaliacoesHolder {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:80%;
}

#prevSlick, #nextSlick {
	width:10%;
	cursor:pointer;
}

#nextSlick img {
	transform: rotate(180deg);
}

#nextSlick img {
	float:right;
}

.avaliacaoContainer {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.avaliacaoHolder {
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
}

#footer .container > div {
	width:50%;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}

#footer .container > div:last-child {
	text-align:right;
}

#footer .container {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	min-height:250px;
	padding:60px 0 65px 0;
}

.cicloturismo {
	background: url('../img/parallaxbike.jpg') center center;
	background-attachment:fixed;
	font-family:'seglig';
	position:relative;
	z-index:1;
}

.cicloturismo .bgAlpha, .soparavoce .bgAlpha {
	padding-bottom:70px;
}
.cicloturismo h2 {
	width:100%;
	line-height: 60px;
	padding-top:40px;
}

.cicloturismo h2::after {
	display:inline-block;
	width:50%;
	height:3px;
	content:'';
	background:#fff;
}

.cicloturismo .bike {
	display:flex;
	flex-direction:row;
	font-size: 22px;
	line-height: 28px;
}

.bike p:first-child {
	margin-top:0;
}

.estacionamento {
	font-style:italic;
	font-size:15px;
	display:inline-block;
	margin-top:15px;
}

.estacionamento img {
	vertical-align:middle;
	margin-right:10px;
}

#deliciasBanners #bannerHolder {
	position:relative;
	height: 600px;
	width: 500px;
}

#deliciasBanners #bannerHolder img {
	position:absolute;
	right:0;
	display:none;
}

#deliciasBanners #bannerHolder img:first-child {
	display:block;
}

#deliciasBanners .marcadores {
	display: flex;
    flex-direction: column;
    float: left;
    height: 20%;
    justify-content: space-around;
	margin-right: 15px;
}

.tituloProduto .marc {
	margin-right:10px;
}

.tituloProduto {
	width:100%;
	display:flex;
	flex-direction:row;
	cursor:pointer;
}

.cardapioItem {
	display:none;
}

.descProduto {
    line-height: 25px;
	padding-left:29px;
	display:none;
    font-size: 16px;
    font-family: 'seglig';	
}

.cardapioItem.opened .descProduto {
	display:block;
}

.secao.opened {
	margin-bottom:50px
}

.capaProduto {
	max-width:200px;
	max-height:200px;
	float:left;
	margin:9px 6px 6px 0;
}

.secao.opened .cardapioItem {
	display:flex;
	width: 100%;
	box-sizing:border-box;
	padding-left:50px;
    flex-direction: column;
    align-items: flex-start;	
	margin-top:20px;
}

#deliciasBanners .marcadores span, .cardapioItem .marc {
	border:5px solid #906C53;
	border-radius:20px;
	display:inline-block;
    width: 20px;
    height: 20px;
	box-sizing:border-box;
	cursor:pointer;
	z-index: 2;
}

#deliciasBanners .marcadores span.selected, #deliciasBanners .marcadores span:hover, .cardapioItem .marc:hover, .secao.opened .cardapioItem.opened .marc, .tituloProduto:hover .marc {
	background:#906C53;
}

.contato input, .contato textarea {
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	background:transparent;
	border:1px solid #906C53;
	font-family:'segregular';
	color:#906C53;
	padding:5px;
	margin:0;
	margin-bottom:3px;
}

.contato textarea {
	height:250px;
	margin-top:3px;
}

.contato input[type='submit'] {
	background:#452703;
	color:#fff;
	font-family:'amarilloregular';
	font-size:18px;
	width:160px;
    padding: 25px 0 15px 0;
    line-height: 20px;	
	cursor:pointer;
}

#iframeLocalizacao {
	pointer-events:none;
	user-select: none;
}

.fancy {
	outline:none;
}

.galeriaWrapper {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: center;
	width:100%;
}

.photoContainer {
	display:inline-block;
	height:225px;
	overflow:hidden;
    margin:0 3px 3px 0;
}

.photoContainer a {
	display:inline-block;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#hamb, #menuMob {
	display:none;
}
p.margin20 {	    width: 60%;	    float: left;	}.img-avip {	    width: 40%;	    float: right;	}.img-avip img {	    width: 40%;	    margin-top: 10px;	}
@media screen and (max-width: 1200px) {
	p.margin20 {
		width: 100%;
        text-align: center;
	}
	.img-avip {
		width: 62%;
	}

	
	.conteudo, .noticiasContainer, .receitaContainer > div, .bike > div, .estacionamento, #footer .container > div {
		width:100%!important;
	}
	.descReceita, .descReceita .titulo-2, .eventos .descReceita, .cicloturismo .titulo-2, .estacionamento,
	.cicloturismo .tar, #enderecoWrapper, #telefoneWrapper, #copy, #footer .container > div:last-child, .cicloturismo .bike {
		text-align: center;
	}
	
	.produtos, .interno, .eventos {
		padding-top:25px;
	}
	
	#footer .container div:last-child div:not(#redesRodape) {
		display:flex;
		flex-direction:column-reverse;
	}
	
	#footer .container div:last-child div:not(#redesRodape) a {
		margin:0;
	}
	
	#tripAdv {
		margin-bottom:70px!important;
	}
	
	#menuFooter, #enderecoWrapper, #telefoneWrapper, #logoHolder {
		justify-content: center;
	}
	
	#enderecoWrapper, #telefoneWrapper, #redesRodape, .soparavoce .titulo-2 {
		margin-top:20px;
	}
	
	#redesRodape {
		margin-bottom:20px;
	}
	
	#enderecoWrapper {
		margin-top:50px;
	}
	
	 #menu.fixed, #overlay.fixed, #eventosBanners, .holderTopo{
		display:none;
	}
	
	#tituloHolder::before, #tituloHolder::after {
		width:67%;
	}
	
	#menuFooter {
		flex-wrap: wrap;
	}
	
	img {
		max-width:100%;
	}
	
	.imgbanner {
		max-width:initial!important;
	}	
	
	.conteudo, #tituloHolder::before {
		padding:0 2%;
		box-sizing:border-box;
	}
	
	
	#logoHolder img {
		align-self: center;
		flex: 0 0 auto;
		max-width: 100%;		
	}
	
	.receitaContainer, .noticiasContainer, #footer .container, .cicloturismo .bike {
		flex-direction: column;
	}
	
	#deliciasBanners {
		flex-direction: column-reverse;
		margin-top:20px;
	}
	
	#deliciasBanners .marcadores {
		flex-direction: row;
		margin: 15px 0 0 0;
		height:auto;
		width:20%;
	}
	
	#copy {
		display:flex;
		flex-direction:column-reverse;
		margin-top:50px;
	}
	
	#copy img {
		align-self:center;
		margin-bottom:50px;
		margin:0;
	}
	
	.cicloturismo .tar {
		margin-top:20px;
	}
	
	.descReceita > p::before {
		margin:0 auto 20px auto;
	}
	
	.circleBg img {
		align-self: center;
		flex: 0 0 auto;
		width: 80%;
		height:80%;
		display:inline-block!important;
	}
	
	.atrativo h3 {
		align-self: center;
		flex: 0 0 auto;
	}
	
	.atrativo {
		max-width:inherit;
		width:25%;
	}
	
	.cicloturismo h2 {
		line-height:100px;
		padding-top: 0px;
	}
	
	.cicloturismo h2::after {
		display:block;
		margin:0 auto;
	}
	
	.eventos .descReceita > p::before {
		content: '';
		height: 3px;
		width: 40%;
		background: #fff;
		display: block;
		position: relative;
		margin-bottom: 40px;
	}
	
	.atrativo h3 {
		height:117px;
	}
	
	.soparavoce .container {
		align-items:center;
	}
	
}

@media screen and (max-width: 1024px) {
	.passaporte {
		height:auto;
		padding-bottom:50px;
	}
	
	.passaporte .conteudoWrap {
		display:flex;
		flex-direction:column-reverse;
	}
	
	.passaporte .conteudoWrap .w50, .passaporte .conteudoWrap {
		float:none!important;
		width:100%!important;
		padding:0!important;
		text-align:center;
	}
	
	.passaporte .conteudoWrap .w50 img {
		max-height:100%;
		max-width:100%;
		width:auto!important;
	}
	
	.interno h1 {
		line-height:76px;
	}
	
	#copy img {
		margin-bottom:50px;
	}
	
	.passaporte h2 {
		line-height:72px;
	}
}

@media screen and (max-width: 650px) {
	.atrativo h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 620px) {
	#tituloHolder {
	    padding: 0 5%;
		box-sizing: border-box;
	}
	
	#menu, #dock {
		display:none;
	}
	#overlay {
		height: 110px;
	}
	.btn-reserva{
		margin-left: 22px;
	}
	.bgbemvindo{
		background:none;
	}
	
	.titulo-menu{
		float: right;
		margin-top: 20px;
		margin-right: 0px; 
		text-align: center;
	}
	.titulo-menu-img{
		width:50%;
	}
	.texto-menu{
		width:100%;
		margin-left:0px;
	}
	.bgAlpha{
		height:830px;
	}
	.bgAlpha-2{
		height: 235px;
	}
	.bgAlpha-3{
		height: 625px;
	}
	.logo-rodape{
		text-align:center;
		width:100%;
	}
	.endereco-rodape{
		width:100%;
		margin-left:0px;
	}
	.endereco-rodape p{
		font-size:15px;
	}
	.button-menu{
		width:100%;
		margin-left:0px;
	}
	.eventos{
		background-size: 100%;
		background-repeat: no-repeat;
		height: 70px;
	}
	#logoHolder {
		min-height: 0;
	}	
	.tituloBanner {
		line-height: 75px;
		display: inline-block;
	}	
	#header.home{
		height: 638px;
		background-size:auto;
	}
	#banners {
		height: 800px;
		background: transparent;
	}	
	#tituloHolder {
		margin-top: -80px;
	}
	#hamb {
		display:block;
	}
	
	#hamb::before {
		content: '\2261';
		font-size:60px;
		cursor:pointer;
	}
	
	#menuMob.opened {
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		margin-top: 80px;
		background: #555e30;
		color: #fff;
	}
	
	#menuMob.opened li {
		padding:5px 0;
	}
	#menuMob.opened li:hover {
		color:#906C53;
	}
	
	.circleBg img {
		display:inline-block!important;
	}
	
	.secao.opened .cardapioItem {
		padding-left:0;
	}
	
	.cardapios .titulo-3 {
		line-height: 68px;
	}
}

@media screen and (max-width: 558px) {
	
	#deliciasBanners #bannerHolder {
		max-width:100%;
	}
	
	.titulo-2 {
		font-size:32px;
	}
	
	.titulo-1 {
		font-size: 53px;
	}
	
	.soparavoce {
		overflow:hidden;
	}
	
	.cardapioItem a {
		word-break:break-word;
	}
#mioloBanner {
    height: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 108px;
    width: 100%;
    background: rgba(0,0,0,0.55);
    position: relative;
    z-index: 3;
}

}

@media screen and (max-width: 330px){
div#hamb {
    margin-top: 25px;
}
}	