@charset "utf-8";
/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) / http://cssreset.com / modificado */
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, img, ins, kbd, q, s, samp,
small, strike, 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 {
	display:block;
}
body {
	line-height:150%;
	overflow-x:hidden;
	background:#fff;
	background-image:url(../images/bg-stripes.png);
	color:#505050;
	font-family:'PT Sans', 'sans-serif';
	font-size:14px;
}
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;
}
a {
	text-decoration:none;
	outline:0;
	-webkit-transition:color 0.2s ease-out, background 0.2s ease-out;
	-moz-transition:color 0.2s ease-out, background 0.2s ease-out; 
	-o-transition:color 0.2s ease-out, background 0.2s ease-out; 
	-ms-transition:color 0.2s ease-out, background 0.2s ease-out; 
	transition:color 0.2s ease-out, background 0.2s ease-out;
	}
small {
	font-size:80%;
	}
/**/
.green {
	color:#005e38;
	}
.light-green {
	color:#007446;
	}
.red {
	color:#d1262d;
	}
.yellow {
	color:#f5ba18;
	}
.orange {
	color:#e57512;
	}
/**/
.container-area {
	width:100%;
	height:auto;
	float:left;
	}
.container-center {
	width:960px;
	height:auto;
	min-height:100%;
	position:relative;
	margin:0 auto !important;
	}
#header {
	height:135px;
	background-image:url(../images/bg-header.png);
	background-repeat:repeat-x;
	/*-webkit-box-shadow: 0 3px 10px 3px rgba(000,000,000,0.2);
	box-shadow: 0 3px 10px 3px rgba(000,000,000,0.2);*/
	}
#logo {
	position:absolute;
	top:8px;
	left:0;
	z-index:2000;
	}
/**/
#menu {
	float:right;
	height:75px;
	line-height:75px;
	margin-top:60px;
	}
#menu li {
	display:inline;
	float:left;
	position:relative;
	color:#f0f0f0;
	}
#menu li a {
	color:#fff;
	font-size:17px;
	font-variant:small-caps;
	letter-spacing:1px;
	padding:0 18px;
	display:block;
	}
#menu li a:hover {
	color:#60c5ba;
	}
#menu li ul {
	width:260px;
	display:none;
	position:absolute;
	background:#005e38;
	z-index:300;
	}
#menu li:hover ul {
	display:block;
	}
#menu li ul li {
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #017548;
	}
#menu li ul li a {
	font-size:16px;
	}
.dropdown {
	background-image:url(../images/seta-dropdown.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
/**/
#sociais {
	height:40px;
	position:absolute;
	top:0;
	right:0;
	}
#sociais li {
	display:inline;
	float:left;
	text-indent:-9999px;
	}
#sociais li a {
	width:30px;
	height:30px;
	display:block;
	margin:5px 2px;
	background-image:url(../images/icon-facebook.png);
	background-repeat:no-repeat;
	}
a.facebook {
	background-position:0 0;
	}
a.facebook:hover {
	background-position:0 -30px;
	}
/**/
.col3 {
	width:300px;
	height:auto;
	min-height:100%;
	overflow:hidden;
	float:left;
	margin:9px;
	position:relative;
	}
.box-left {
	width:460px;
	height:auto;
	min-height:170px;
	position:relative;
	background:#fff;
	border:1px solid #e1e1e1;
	float:left;
	margin:20px 0;
	}
.box-right {
	width:460px;
	height:auto;
	min-height:170px;
	position:relative;
	background:#fff;
	border:1px solid #e1e1e1;
	float:right;
	margin:20px 0;
	}
.box-left h2, .box-right h2 {
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
	color:#972c2f;
	font-size:24px;
	font-variant:small-caps;
	text-shadow:#fff 1px -1px 2px, #fff -1px 1px 2px, #fff 1px 1px 2px, #fff -1px -1px 2px;
	}
.img-destaque-box {
	position:absolute;
	right:0;
	bottom:0;
	}
.box-txt170 {
	width:170px;
	height:auto;
	min-height:100px;
	margin:55px 0 0 20px;
	float:left;
	line-height:120%;
	}
.box-txt170 p {
	color:#005e38;
	font-size:13px;
	}
.bt-green {
	color:#fff;
	background:#005e38;
	padding:6px 15px;
	margin:10px 0;
	float:left;
	font-size:13px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.bt-green:hover {
	background:#007446;
	}
/**/
#content {
	min-height:400px;
	}
#content p {
	width:100%;
	margin-bottom:20px;
	float:left;
	clear:both;
	}
.mosaico {
	height:143px;
	background-image:url(../images/mosaico.jpg);
	}
.topico {
	width:100%;
	height:50px;
	float:left;
	background-image:url(../images/green-line.png);
	margin:20px 0 10px 0;
	}
.topico h1 {
	height:50px;
	line-height:50px;
	font-size:24px;
	color:#005e38;
	font-variant:small-caps;
	background-image:url(../images/gray-line.png);
	float:left;
	padding-right:30px;
	}
.borda-especial {
	border:1px solid #005e38;
	overflow:visible;
	margin-top:20px;
	}
.borda-especial h2 {
	position:absolute;
	top:-16px;
	left:10px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	background-image:url(../images/gray-line.png);
	background-position:center;
	font-size:22px;
	color:#005e38;
	font-variant:small-caps;
	}
.borda-especial div.txt {
	margin:30px 20px;
	font-size:13px;
	}
/**/
.pao-de-queijo {
	border:1px solid #f5ba18;
	}
.lanches-assados {
	border:1px solid #e6710b;
	}
.lanches-fritos {
	border:1px solid #d1262d;
	}
.pao-de-queijo img, .lanches-assados img, .lanches-fritos img {
	float:left;
	}
.pao-de-queijo h2, .lanches-assados h2, .lanches-fritos h2 {
	width:267px;
	height:50px;
	line-height:50px;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	font-variant:small-caps;
	font-size:20px;
	text-align:center;
	text-indent:-33px;
	}
.pao-de-queijo h2 {
	background:#f5ba18;
	}
.lanches-assados h2 {
	background:#e6710b;
	}
.lanches-fritos h2 {
	background:#d1262d;
	}
.aba {
	width:33px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	}
/**/
.box-produtos {
	width:460px;
	height:148px;
	background:#fff;
	color:#707070;
	float:left;
	margin:9px;
	position:relative;
	}
.box-produtos img {
	float:left;
	}
.col-right-box-produtos {
	width:255px;
	height:148px;
	float:right;
	}
.col-right-box-produtos h2 {
	width:255px;
	float:left;
	text-align:left;
	text-indent:5px;
	position:relative;
	font-size:17px;
	}
.col-right-box-produtos img.aba {
	left:172px;
	}
.col-right-box-produtos p {
	font-size:13px;
	margin:20px;
	float:left !important;
	line-height:140%;
	width:210px !important;
	}
.bt-more-box {
	width:50px;
	height:50px;
	background-image:url(../images/more.png);
	position:absolute;
	top:0;
	right:0;
	text-indent:-9999px;
	-webkit-transition:none;
	-moz-transition:none; 
	-o-transition:none; 
	-ms-transition:none; 
	transition:none;
	}
.bt-more-box:hover {
	background-position:0 -50px;
	}
/**/
.col-left {
	width:600px;
	height:auto;
	min-height:100%;
	overflow:hidden;
	float:left;
	}
.col-right {
	width:300px;
	height:auto;
	min-height:100%;
	overflow:hidden;
	float:right;
	}
/**/
.box-receitas {
	width:460px;
	height:148px;
	background:#fff;
	float:left;
	margin:9px;
	position:relative;
	border:1px solid #005e38;
	line-height:130%;
	color:#707070;
	}
.col-left-receitas {
	float:left;
	border-right:1px solid #005e38;
	}
.col-right-receitas {
	width:254px;
	height:148px;
	float:right;
	}
.box-receitas h2 {
	margin-bottom:10px;
	}
.box-receitas h2 a {
	color:#005e38;
	}
.box-receitas h2 a:hover {
	text-decoration:underline;
	}
.box-receitas p {
	font-size:13px;
	}
.txt-receitas {
	width:214px;
	height:97px;
	float:left;
	margin:15px 20px 0 20px;
	}
.info-receitas {
	width:100%;
	height:36px;
	line-height:36px;
	float:left;
	}
.tempo, .porcao {
	width:50%;
	text-indent:46px;
	float:left;
	font-size:12px;
	background-image:url(../images/icones.png);
	background-position:0 0;
	background-repeat:no-repeat;
	}
.porcao {
	background-position:0 -36px;
	}
/**/
.box-receitas-sidebar {
	width:298px;
	float:left;
	}
.box-receitas-sidebar li {
	float:left;
	border:1px solid #005e38;
	width:298px;
	background:#fff;
	margin-bottom:20px;
	}
.box-receitas-sidebar h3 {
	width:142px;
	float:left;
	margin:10px 15px;
	font-size:14px;
	font-style:italic;
	line-height:125%;
	}
.box-receitas-sidebar img {
	float:left;
	border-right:1px solid #005e38;
	}
.box-receitas-sidebar a {
	color:#005e38;
	}
.box-receitas-sidebar a:hover {
	text-decoration:underline;
	}
.bt-list-bottom {
	width:100%;
	height:44px;
	line-height:44px;
	background:#005e38;
	text-align:center;
	color:#fff !important;
	border:0;
	display:block;
	font-size:14px;
	font-style:italic;
	}
.bt-list-bottom:hover {
	background:#007446;
	text-decoration:none !important;
	}
/**/
.receita {
	width:598px;
	min-height:300px;
	border:1px solid #005e38;
	float:left;
	color:#707070;
	background:#fff;
	}
.receita h2 {
	width:100%;
	height:58px;
	line-height:58px;
	float:left;
	border-bottom:1px solid #005e38;
	text-indent:20px;
	font-size:21px;
	font-style:italic;
	color:#005e38;
	}
.left-info {
	width:207px;
	height:auto;
	margin:20px;
	float:left;
	}
.right-info {
	width:311px;
	height:auto;
	margin:20px;
	float:right;
	font-size:13px;
	}
.right-info p, .right-info ul, .right-info ol {
	margin-bottom:15px !important;
	}
.img-receita {
	width:100%;
	float:left;
	}
.img-receita img {
	border:1px solid #005e38;
	margin:5px 0;
	}
.left-info div.tempo, .left-info div.porcao {
	width:205px;
	height:36px;
	float:left;
	border:1px solid #005e38;
	line-height:36px;
	margin:5px 0;
	font-size:12px;
	font-style:italic;
	background-position:-10px 0;
	text-indent:36px;
	font-weight:bold;
	}
.left-info div.porcao {
	background-position:-10px -36px;
	}
/**/
.pagination-posts {
	width:100%;
	margin:30px 10px;
	float:left;
	}
.pagination-posts li {
	float:left;
	text-align:center;
	margin:2px;
	}
.pagination-posts li a {
	width:33px;
	height:33px;
	line-height:33px;
	border:1px solid #005e38;
	color:#005e38;
	display:block;
	}
.pagination-posts li a.current {
	background:#005e38;
	color:#fff;
	}
/**/
#footer {
	min-height:300px;
	background:#005e38;
	margin-top:60px;
	float:left;
	}
#footer h4 {
	width:100%;
	height:50px;
	line-height:60px;
	border-bottom:1px solid #fff;
	color:#fff;
	font-variant:small-caps;
	font-size:18px;
	}
#footer ul {
	width:100%;
	margin-top:20px;
	float:left;
	}
#footer ul li {
	width:100%;
	float:left;
	margin:2px 0;
	color:#fff;
	}
#footer ul li a, .endereco a {
	color:#fff;
	}
#footer ul li a:hover, .endereco a:hover {
	text-decoration:underline;
	}
.endereco p {
	text-align:right;
	color:#fff;
	margin-top:20px;
	}
#copyright {
	width:100%;
	height:60px;
	line-height:60px;
	background-image:url(../images/green-stripes.png);
	overflow:hidden;
	}
#copyright p {
	float:left;
	color:#fff;
	font-size:13px;
	}
#copyright a {
	color:#fff;
	font-style:italic;
	}
#copyright a:hover {
	text-decoration:underline;
	}
#back-top a {
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	right:0;
	background-image:url(../images/back-top.png);
	text-indent:-9999px;
	text-align:left;
	}
/**/
/* Reveal Modals */
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.8);
	z-index: 500;
	display: none;
	top: 0;
	left: 0;
	}
.reveal-modal {
	visibility: hidden;
	top:-100px;
	left:50%;
	margin-left:-484px;
	width: 960px;
	background: #fff;
	border:4px solid #e1e1e1;
	position:absolute;
	z-index: 501;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-box-shadow: 0 0 10px rgba(0,0,0,.2);*/
	}
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {
	width:41px;
	height:41px;
	position: absolute;
	top: -23px;
	right: -23px;
	cursor: pointer;
	background-image:url(../images/close-modal.png);
	text-indent:-9999px;
	}
/**/
.col-left-modal {
	width:480px;
	height:353px;
	float:left;
	background:#f0f0f0;
	}
.col-right-modal {
	width:400px;
	height:293px;
	float:right;
	margin:30px;
	overflow-y:auto;
	padding-right:20px;
	}
.topico-modal {
	font-size:21px;
	margin-bottom:30px;
	}
/**/
#form-contato {
	width:100%;
	float:left;
	}
#form-contato span {
	float:left;
	width:48%;
	}
#form-contato input {
	width:100%;
	height:40px;
	line-height:40px;
	margin:5px 0;
	float:left;
	border:1px solid #e1e1e1;
	text-indent:10px;
	color:#707070;
	background:none;
	font-family: 'PT Sans', sans-serif;
	}
#form-contato textarea {
	width:48%;
	height:184px;
	margin:5px 0;
	padding:10px;
	border:1px solid #e1e1e1;
	float:right;
	background:none;
	color:#707070;
	font-family: 'PT Sans', sans-serif;
	}
#form-contato input.bt-enviar {
	width:120px;
	height:40px;
	line-height:40px;
	color:#f0f0f0;
	background:#005e38;
	float:right;
	text-align:center;
	cursor:pointer;
	margin-top:10px;
	padding:0;
	text-indent:0;
	border:1px solid #005e38;
	}
#form-contato input.bt-enviar:hover {
	background:#007446;
	}
#form-contato input.input-cidade {
	width:48%;
	height:40px;
	line-height:40px;
	margin:5px 0;
	float:left;
	border:1px solid #e1e1e1;
	text-indent:10px;
	color:#707070;
	background:none;
	font-family: 'PT Sans', sans-serif;
	}
#form-contato select.select-estado {
	width:48%;
	margin:5px 0;
	float:right;
	border:1px solid #e1e1e1;
	text-indent:10px;
	color:#707070;
	background:none;
	font-family: 'PT Sans', sans-serif;
	padding:11px 10px 12px 5px;
	}
#form-contato input.input-fone {
	width:48%;
	height:40px;
	line-height:40px;
	margin:5px 0;
	float:right;
	border:1px solid #e1e1e1;
	text-indent:10px;
	color:#707070;
	background:none;
	font-family: 'PT Sans', sans-serif;
	}
#form-contato input.input-email {
	width:48%;
	height:40px;
	line-height:40px;
	margin:5px 0;
	float:left;
	border:1px solid #e1e1e1;
	text-indent:10px;
	color:#707070;
	background:none;
	font-family: 'PT Sans', sans-serif;
	}
/**/
.mapa{
    position:relative;
    float:left;
    width:100%;
    height:320px;
    margin:25px 0 40px 0;
	background:#e1e1e1;
	}
.bg-capa {
	background:url(images/noise-white.png);
	}
.capa {
	width:960px;
	height:auto;
	min-height:100%;
	overflow:hidden;
	margin:20px auto 0 auto;
	}
.capa img {
	width:100%;
	float:left;
	}
/* SLIDER */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  height:auto;
  background:#f0f0f0;
  }
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
.callbacks_nav {
  position: absolute;
  top: 50%;
  margin-top:-30px;
  left: 15px;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 60px;
  width: 60px;
  background: url("images/arrows.png") no-repeat left top;
  display:none;/**/
  }
.callbacks_nav.next {
  left: auto;
  background-position: -60px 0;
  right: 15px;
  }
/**/
#img-mapa {
	float:right;
	margin-top:-10px;
	}
.box-txt-mapa {
	width:360px;
	float:left;
	margin-top:20px;
	}
.box-txt-mapa ul {
	width:100%;
	float:left;
	}
.box-txt-mapa ul li {
	list-style:square inside;
	color:#005e38;
	}