@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);
body {
	background:url(../imagens/body.jpg) repeat-y center top;
	min-width:1200px;}
/*Centralizer*/
#centralizer {
	width:1200px;
	height:auto;
	position:relative;
	margin:0 auto;}
/*Title-page*/
#title-page {
	width:100%;
	height:106px;
	position:relative;
	background:url(../imagens/title-page-bg.jpg) no-repeat center top;}
	#title-page h1 {
		font-family: 'Slabo 27px', serif;
		font-size:45px;
		font-style:italic;
		float:left;
		margin-top:22px;
		border-bottom:6px solid #70541b;
		color:#fff;}
	#title-page p {
		font-family: 'Slabo 27px';
		color:#fff;
		font-size:16px;
		margin-top:40px;
		float:right;}
	#title-page p a {
		color:#fff;}
	#title-page p a:hover {
		text-decoration:underline;}		




/*----------------------------------------- FALE CONOSCO ------------------------------------------------*/
#form-contato {
	width:100%;
	height:514px;
	position:relative;
	background:url(../imagens/form-contato.png) no-repeat center top;
	margin-top:60px;
	margin-bottom:60px;}	

/*Form-left*/
#form-left {
	width:603px;
	height:514px;
	position:relative;
	float:left;}
	#form-left h2 {
		font:18px Open Sans;
		color:#fff;
		font-style:italic;
		letter-spacing:1px;
		font-weight:300;
		margin-top:15px;}
	#form-left span {
		width:559px;
		height:350px;
		position:relative;
		float:left;
		margin-left:20px;
		margin-top:35px;}
	#form-left span input {
		float:left;
		width:545px;
		font:15px Open Sans;
		font-style:italic;
		border:none;
		border-bottom:1px solid #7c5c21;
		background:none;
		outline-color:#9c7835;
		color:#fff;
		padding:11px 5px 11px 5px;}
	#form-left span input::-webkit-input-placeholder { /* WebKit browsers */
    color: #9c7835;
    }
    #form-left span input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9c7835;
    }
    #form-left span input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9c7835;
    }
    #form-left span input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9c7835;
    }
	#form-left span textarea {
		float:left;
		width:545px;
		height:195px;
		font:15px Open Sans;
		font-style:italic;
		border:none;
		border-bottom:1px solid #7c5c21;
		background:none;
		outline-color:#9c7835;
		color:#fff;
		resize:none;
		padding:11px 5px 11px 5px;}
	#form-left span textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #9c7835;
    }
    #form-left span textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9c7835;
    }
    #form-left span textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9c7835;
    }
    #form-left span textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9c7835;
    }
	#form-left button {
		width:197px;
		height:52px;
		position:relative;
		float:left;
		font:25px Open Sans;
		color:#fff;
		font-weight:600;
		text-transform:uppercase;
		font-style:italic;
		margin-top:37px;
		margin-left:-37px;
		background:none;
		outline-color:#FFF;
		border:none;
		letter-spacing:2px;}
		#form-left button:hover {
			cursor:pointer;}				

/*Dados-contato*/
#dados-contato {
	width:597px;
	height:387px;
	position:relative;
	float:right;
	margin-top:63px;}
	#dados-contato h2 {
		font:18px Open Sans;
		color:#fff;
		letter-spacing:2px;
		font-style:italic;
		text-transform:uppercase;
		font-weight:300;
		margin:25px 0 10px 50px;}
	#dados-contato span {
		background:rgba(0,0,0, 0.50);
		float:left;
		width:530px;
		padding:10px 0 10px 0;
		margin:0 0 15px 50px;}
	#dados-contato i {
		font-size:25px;
		float:left;
		margin:0 15px 0 0;
		color:#977024;}
	#dados-contato p {
		font:15px Open Sans;
		color:#fff;}
#map {
	width:585px;
	height:133px;
	position:relative;
	float:left;
	margin-left:-2px;}





/*----------------------------------------- A CASA ------------------------------------------------*/
/*Image-acasa*/
#image-acasa {
	width:100%;
	height:374px;
	float:left;
	position:relative;
	background:url(../imagens/image-acasa.png) no-repeat center top;}
	#image-acasa h2 {
		font-family: 'Slabo 27px';
		color:#fff;
		font-size:55px;
		font-style:italic;
		margin:240px 0 0 130px;}
	#image-acasa h3 {
		font-family: 'Slabo 27px';
		color:#fff;
		font-size:35px;
		text-transform:uppercase;
		font-style:italic;
		color:#b18a33;
		margin:-3px 0 0 320px;}
	

/*Texto-acasa*/
#texto-acasa {
	width:779px;
	height:727px;
	position:relative;
	z-index:4;
	background:url(../imagens/bg-texto-acasa.png) no-repeat center top;
	float:left;
	margin:20px 0 60px 0;}
	#texto-acasa p {
		width:630px;
		height:311px;
		position:relative;
		font:12px Open Sans;
		text-align:justify;
		color:#fff;
		line-height:20px;
		margin-top:105px;}
	

/*Fotos-acasa*/
#fotos-acasa {
	width:400px;
	height:613px;
	position:absolute;
	z-index:5;
	top:400px;
	background:url(../imagens/bg-fotos-acasa.png) no-repeat center top;
	right:0;
	margin:23px 45px 0 0;}
	#fotos-acasa ul {
		width:346px;
		height:auto;
		position:relative;
		background:#036;
		margin-left:25px;
		margin-top:60px;}
	#fotos-acasa ul li {
		float:left;
		width:168px;
		height:112px;
		margin:0 5px 20px 0;}
	#fotos-acasa ul li img:hover {
		opacity:0.80;
		cursor:pointer;
		width:203px;
		height:135px;
		z-index:10;
		margin-left:-15px;
		position:absolute;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);}






/*----------------------------------------- CARDÁPIO ------------------------------------------------*/	
/*Content-cardapio*/
#content-cardapio {
	width:1200px;
	height:619px;
	margin-top:30px;
	margin-bottom:50px;
	position:relative;}
	#content-cardapio ul {
		width:1200px;
		height:621px;
		position:relative;
		float:left;
		list-style:none;}
	#content-cardapio ul li {
		width:590px;
		overflow:hidden;
		height:307px;
		position:relative;
		float:left;
		margin-right:2px;
		margin-bottom:2px;
		-moz-transition:0.3s;
		-webkit-transition:0.3s;
		border:4px solid #d7bc7a;}
	#content-cardapio ul li:hover {
		-moz-transition:0.3s;
		-webkit-transition:0.3s;
		cursor:pointer;}
	#content-cardapio ul li:hover img {
		-webkit-transition:0.3s;
	    -moz-transition:0.3s;
	    webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
		-moz-transition:0.3s;
		-webkit-transition:0.3s;
		}	
	#content-cardapio ul li:hover span.shadow {
		opacity:0.50;}		
	#content-cardapio ul li img {
		position:relative;
		-moz-transition:0.3s;
		-webkit-transition:0.3s;
		z-index:1;}
	#content-cardapio ul li span.shadow {
		position:absolute;
		width:596px;
		height:307px;
		z-index:2;
		background:url(../imagens/shadow-cardapio.png) no-repeat center top;}
	#content-cardapio ul li h2 {
		position:absolute;
		z-index:3;
		font-family: 'Slabo 27px';
		font-size:40px;
		font-style:italic;
		padding:3px 0 3px 0;
		border-bottom:1px solid #fff;
		border-top:1px solid #f1c041;
		bottom:25px;
		left:25px;
		color:#fff;}


/*Cardapio-completo*/
#cardapio-completo {
	width:1200px;
	height:auto;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;}
#cardapio-completo table {
	background:rgba(79,70,52, 0.70);
	padding:10px;
	margin-bottom:20px;
	border-bottom:2px solid #9e8443;
	border-radius:10px 0 10px 0;}
#cardapio-completo table h2 {
	font-family:'Slabo 27px';
	font-size:40px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:2px;}
#cardapio-completo table h3 {
	font:20px Open Sans;
	color:#ffd27b;}
#cardapio-completo table h4 {
	font:20px Open Sans;
	color:#fff;}	
#cardapio-completo table p {
	font:13px Open Sans;
	color:#cebb95;
	margin-bottom:20px;}
	.vinhos { 
	font:14px Open Sans !important;
	}
		






/*----------------------------------------- DEPOIMENTOS ------------------------------------------------*/
/*Image-depoimentos*/
#image-depoimentos {
	width:100%;
	height:298px;
	position:relative;
	background:url(../imagens/image-depoimentos.jpg) no-repeat center top;}

/*Text-depoimentos*/
#text-depoimentos {
	width:579px;
	height:298px;
	position:relative;
	margin:0 auto;}

/*Box-depoimentos*/
#box-depoimentos {
	width:1200px;
	height:900px;
	position:relative;
	background:rgba(0,0,0, 0.30);
	border-radius:20px 0 20px 0;
	margin:40px 0 50px 0;}
#box-depoimentos ul {
	width:1200px;
	height:600px;
	position:relative;
	background:rgba(0,0,0, 0.05);
	padding-bottom:20px;
	overflow:hidden;
	z-index:5;
	overflow-y:scroll;
	border-radius:20px 0 0 0;
	list-style:none;
	float:left;}
#box-depoimentos ul li {
	width:1125px;
	height:auto;
	position:relative;
	background:rgba(88,73,44, 0.50);
	border-radius:10px;
	padding:15px;
	border-bottom:2px solid #6b5a39;
	margin:20px 0 5px 20px;
	float:left;}
span#shadow-ul {
	position:relative;
	width:1200px;
	margin-top:-50px;
	z-index:6;
	float:left;}	
#box-depoimentos ul li h2 {
	font-family: 'Slabo 27px';
	color:#fff;
	font-size:25px;
	font-style:italic;
	margin-bottom:5px;
	letter-spacing:1px;}
#box-depoimentos ul li p {
	font:12px Open Sans;
	color:#f8eac6;
	font-weight:300;
	text-align:justify;
	line-height:21px;}		
/*Scroll*/	
#box-depoimentos ul::-webkit-scrollbar
{
  width: 5px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

#box-depoimentos ul::-webkit-scrollbar-track
{
  background: rgba(207, 178, 102, 0.5);
    border-radius:20px;
}

#box-depoimentos ul::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
  border-radius:20px;
}


/*Send-depo*/
#send-depo {
	width:1157px;
	height:240px;
	position:relative;
	float:left;
	margin:20px 0 0 20px;}
#send-depo h2 {
	font-family:'Slabo 27px';
	color:#fbc65a;
	float:left;
	margin:0 20px 0 0;
	font-style:italic;
	font-size:30px;}
#send-depo p {
	font:11px Open Sans;
	color:#fff;
	font-weight:300;
	float:left;
	margin-top:12px;
	text-transform:uppercase;
	letter-spacing:1px;}

/*Form-send-depo*/
#form-send-depo {
	width:1157px;
	height:auto;
	float:left;
	position:relative;
	margin-top:12px;}
#form-send-depo input {
	width:358px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px;
	outline:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	color:#fff;
	font:14px Open Sans;
	background:#5f5133;
	border:none;}
#form-send-depo input:focus {
	-webkit-box-shadow: inset 1px 1px 7px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    inset 1px 1px 7px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         inset 1px 1px 7px 0px rgba(50, 50, 50, 0.50);
	background:#76643e;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	}	
#form-send-depo textarea {
	width:1134px;
	height:120px;
	border:none;
	padding:10px;
	outline:none;
	color:#fff;
	resize:none;
	background:#5f5133;
	font:14px Open Sans;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	float:left;
	position:relative;}
#form-send-depo textarea:focus {
	-webkit-box-shadow: inset 1px 1px 7px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    inset 1px 1px 7px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         inset 1px 1px 7px 0px rgba(50, 50, 50, 0.50);
	background:#76643e;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	}
#form-send-depo button {
	position:absolute;
	bottom:0;
	right:3px;
	padding:8px 15px 8px 15px;
	border:none;
	background:#9e895c;
	border-bottom:2px solid #86734a;
	font-family: 'Slabo 27px';
	font-size:15px;
	outline:none;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;}
#form-send-depo button:hover {
	cursor:pointer;
	background:#291f07;
	border-color:#171104;}










/*----------------------------------------- EVENTOS ------------------------------------------------*/
/*Image-eventos*/
#image-eventos {
	width:100%;
	height:352px;
	position:relative;
	background:url(../imagens/image-eventos.jpg) no-repeat center top;}


/*Texto-eventos*/
#texto-eventos {
	width:1200px;
	height:auto;
	position:relative;
	margin-top:40px;
	margin-bottom:40px;}
#texto-eventos p {
	font:15px Open Sans;
	color:#2d281c;
	text-align:center;
	line-height:26px;
	font-weight:500;}

/*Form-eventos*/
#form-eventos {
	width:1170px;
	height:475px;
	padding:15px;
	position:relative;
	border-radius:15px 0 15px 0;
	background:rgba(116,98,55, 0.50);
	margin-bottom:60px;}
#form-eventos h2 {
	font-family:'Slabo 27px';
	color:#ffdb88;
	letter-spacing:2px;
	font-style:italic;
	margin-left:8px;
	margin-top:8px;
	font-size:35px;}
#form-eventos p {
	font:11px Open Sans;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	padding-bottom:10px;
	border-bottom:1px solid #c3ab71;
	margin-left:8px;
	margin-bottom:10px;
	font-style:italic;}

#form-eventos span {
	width:577px;
	height:auto;
	float:left;
	margin-right:15px;
	margin-top:20px;}
#form-eventos input {
	padding:10px;
	height:25px;
	width:555px;
	color:#fff;
	border:none;
	outline:none;
	background:rgba(116,98,55, 0.50);
	font:13px Open Sans;}
	#form-eventos input::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
#form-eventos input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
#form-eventos input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
#form-eventos input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}

#form-eventos textarea {
	padding:10px;
	height:150px;
	width:1147px;
	color:#fff;
	border:none;
	outline:none;
	resize:none;
	margin-top:20px;
	background:rgba(116,98,55, 0.50);
	font:13px Open Sans;}
	#form-eventos textarea::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
#form-eventos textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
#form-eventos textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
#form-eventos textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}

#form-eventos button {
	padding:8px 15px 8px 15px;
	border:none;
	background:#c9b177;
	border-bottom:2px solid #86734a;
	font-family: 'Slabo 27px';
	font-size:15px;
	margin-top:5px;
	outline:none;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;}
#form-eventos button:hover {
	cursor:pointer;
	background:#291f07;
	border-color:#171104;}







/*----------------------------------------- DELIVERY ------------------------------------------------*/	
/*Image-Delivery*/
#image-delivery {
	width:100%;
	height:381px;
	position:relative;
	background:url(../imagens/image-delivery.png) no-repeat center top;}

/*Texto-delivery*/
#texto-delivery {
	width:1200px;
	height:auto;
	position:relative;
	margin-top:40px;
	margin-bottom:60px;}
#texto-delivery h2 {
	font-family: 'Slabo 27px';
	font-size:25px;
	color:#4f4222;
	line-height:40px;
	text-align:center;
	font-style:italic;}
#texto-delivery p {
	text-align:center;
	font:11px Open Sans;
	color:#2f2715;}


/*Info-delivery*/
#info-delivery {
	width:1170px;
	padding:20px;
	height:300px;
	background:rgba(116,98,55, 0.70);
	border-radius:15px 0 15px 0;
	margin-bottom:50px;}
#info-delivery h2 {
	font-family:'Slabo 27px';
	font-size:25px;
	color:#fff;
	letter-spacing:1px;
	text-align:center;
	margin-top:10px;}
#info-delivery p {
	font:20px Open Sans;
	color:#fff;
	font-weight:300;
	font-style:italic;
	text-align:center;
	margin:0 0 0 0;}

/*Delivery-phone*/
#delivery-phone {
	width:100%;
	height:165px;
	position:relative;
	float:left;
    text-align: center;
	padding-right:10px;
	border-right:1px solid #f8cc74;
	margin:35px 0 0 20px;}
#delivery-phone h2 {
	text-align:center;
	font-family:'Slabo 27px';
	font-size:45px;
	font-style:italic;
	letter-spacing:0;
	margin-bottom:20px;
	color:#f8cc74;}
#delivery-phone p {
	text-align:center;
	font:35px Open Sans;
	color:#fff;
    width: auto;
	line-height:40px;
    margin-right: 7.5px;
    display: inline-block;
    vertical-align: top;
	font-style:italic;}	
#delivery-phone p span{font-size: 25px;}

/*Delivery-net*/
#delivery-net {
	width:auto;
	height:165px;
	position:relative;
	float:left;
	margin:35px 0 0 50px;}
#delivery-net h2 {
	text-align:left;
	font-family:'Slabo 27px';
	font-size:45px;
	font-style:italic;
	letter-spacing:0;
	margin-bottom:20px;
	color:#f8cc74;}
#delivery-net button {
	padding:10px 15px 10px 15px;
	border-radius:10px;
	border:none;
	height:72px;
	background:#51472d;
	margin-right:15px;
	outline-color:#d2ba7f;
	border-bottom:5px solid #453c29;
	text-align:center;}
#delivery-net button img {
	margin-right:20px;
	float:left;}
#delivery-net button p {
	float:left;
	font-size:20px;
	font-weight:700;
}	
#delivery-net button:hover {
	cursor:pointer;}						

span.sep {
	width:1130px;
	height:1px;
	background:#dcc489;
	float:left;
	margin-top:20px;
	margin-left:20px;
	position:relative;}

.b-ifood:hover {
	background:#d93939!important;
	border-color:#b32e2e!important;}

.b-hellofood:hover {
	background:#ee5d31!important;
	border-color:#be4c29!important;}






/*----------------------------------------- APOIO CULTURAL ------------------------------------------------*/	
/*Image-Delivery*/
#image-apoio-cultural {
	width:100%;
	height:349px;
	position:relative;
	background:url(../imagens/image-apoio-cultural.jpg) no-repeat center top;}

/*List-Apoio-Cultural*/
.list-apoio-cultural {
	width:1200px;
	height:auto;
	position:relative;
	float:left;
	margin-top:50px;
	margin-bottom:50px;}
	.list-apoio-cultural ul {
		width:1200px;
		height:auto;
		position:relative;
		list-style:none;}
	.list-apoio-cultural ul li {
		width:350px;
		height:510px;
		position:relative;
		float:left;
		margin-right:65px;
		margin-bottom:65px;
		border:3px solid #e6c271;
		border-radius:3px;
		-webkit-transition:0.3s;
		-moz-transition:0.3s;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.53);
		-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.53);
		box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.53);
		background:rgba(163,140,84, 0.60);}
	.list-apoio-cultural ul li:hover {
		-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.60);
		-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.60);
		box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.60);
		background:rgba(255,255,255, 0.70);
		cursor:pointer;
		}	
	.list-apoio-cultural ul li h2 {
		text-align:center;
		padding:25px 0 25px 0;
		font:20px Open Sans;
		color:#fff;
		border-top:10px solid #6d5c39;
		border-bottom:10px solid #6d5c39;
		background:#42361e;}
	.list-apoio-cultural ul li p {
		display:block;
		height:90px;
		text-align:justify;
		font:13px Open Sans;
		color:#000;
		line-height:18px;
		padding:20px;
		
		}
		
	.list-apoio-cultural ul li img {
		width:265px;
		height:265px;
		position:relative;
		float:left;
		margin-left:40px;
		margin-top:10px;}				
.right-none {
	margin-right:0!important;}																		


									
																		

										
			