@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather+Sans:800);

@charset "utf-8";
/* CSS Document */



* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 18pt Lato;
	font-weight: 100;
	overflow-x: hidden;
	background: #595959;
}

#topo {
	background: #000000;
	position: fixed;
	z-index: 90;
	width: 100%;
	height:60px;
}

.logo {
	float:left;
}


#slide iframe {
	width: 100%;
	height: 580px;
	margin-top:60px;
}

.title-pag {
	width: 100%;
	height: 180px;
	background: rgb(0,159,195); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,159,195,1) 0%, rgba(103,176,191,1) 50%, rgba(0,159,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,159,195,1)), color-stop(50%,rgba(103,176,191,1)), color-stop(100%,rgba(0,159,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,159,195,1) 0%,rgba(103,176,191,1) 50%,rgba(0,159,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,159,195,1) 0%,rgba(103,176,191,1) 50%,rgba(0,159,195,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,159,195,1) 0%,rgba(103,176,191,1) 50%,rgba(0,159,195,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,159,195,1) 0%,rgba(103,176,191,1) 50%,rgba(0,159,195,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fc3', endColorstr='#009fc3',GradientType=1 ); /* IE6-9 */
 */
 	
}

.title-pag-black {
	width: 100%;
	height: 180px;
	background: rgb(38,38,38); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(38,38,38,1) 0%, rgba(38,38,38,1) 50%, rgba(38,38,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(38,38,38,1)), color-stop(50%,rgba(38,38,38,1)), color-stop(100%,rgba(38,38,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 50%,rgba(38,38,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 50%,rgba(38,38,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 50%,rgba(38,38,38,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(38,38,38,1) 0%,rgba(38,38,38,1) 50%,rgba(38,38,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=1 ); /* IE6-9 */
 */
 	
}

.title-pag-yellow {
	width: 100%;
	height: 180px;
	background: rgb(253,213,46); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(253,213,46,1) 0%, rgba(253,213,46,1) 50%, rgba(253,213,46,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(253,213,46,1)), color-stop(50%,rgba(253,213,46,1)), color-stop(100%,rgba(253,213,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(253,213,46,1) 0%,rgba(253,213,46,1) 50%,rgba(253,213,46,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(253,213,46,1) 0%,rgba(253,213,46,1) 50%,rgba(253,213,46,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(253,213,46,1) 0%,rgba(253,213,46,1) 50%,rgba(253,213,46,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(253,213,46,1) 0%,rgba(253,213,46,1) 50%,rgba(253,213,46,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDD52E', endColorstr='#FDD52E',GradientType=1 ); /* IE6-9 */
 */
 	
}

.title-pag-pink {
	width: 100%;
	height: 180px;
	background: rgb(232,97,156); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(232,97,156,1) 0%, rgba(232,97,156,1) 50%, rgba(232,97,156,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,97,156,1)), color-stop(50%,rgba(232,97,156,1)), color-stop(100%,rgba(232,97,156,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(232,97,156,1) 0%,rgba(232,97,156,1) 50%,rgba(232,97,156,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(232,97,156,1) 0%,rgba(232,97,156,1) 50%,rgba(232,97,156,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(232,97,156,1) 0%,rgba(232,97,156,1) 50%,rgba(232,97,156,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(232,97,156,1) 0%,rgba(232,97,156,1) 50%,rgba(232,97,156,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8619C', endColorstr='#E8619C',GradientType=1 ); /* IE6-9 */
 */
 	
}

.title-pag-blue {
	width: 100%;
	height: 180px;
	background: rgb(0,175,239); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,175,239,1) 0%, rgba(0,175,239,1) 50%, rgba(0,175,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,175,239,1)), color-stop(50%,rgba(0,175,239,1)), color-stop(100%,rgba(0,175,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,175,239,1) 0%,rgba(0,175,239,1) 50%,rgba(0,175,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,175,239,1) 0%,rgba(0,175,239,1) 50%,rgba(0,175,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,175,239,1) 0%,rgba(0,175,239,1) 50%,rgba(0,175,239,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,175,239,1) 0%,rgba(0,175,239,1) 50%,rgba(0,175,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEF', endColorstr='#00AFEF',GradientType=1 ); /* IE6-9 */
 */
 	
}

.mascote {
	width: 160px;
	height: 160px;
	float:right;
	margin-top: -120px;
}

.social {
	width: 160px;
	height: 160px;
	float:right;
	margin-top: -80px;
}

.texto-tittle {
	width: 100%;
	height: 65px;
	margin-top: 30px;
	text-align:center;
	font-size: 30pt;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(99,100,102,1);
}

.texto-tittle-pag {
	width: 100%;
	height: 65px;
	margin-top: 30px;
	padding-top: 25px;
	text-align:center;
	font-size: 30pt;
	color: #FFF;
	text-shadow: 2px 2px 5px rgba(99,100,102,1);
}

.seta-baixo {
	width: 80px;
	margin: 0 auto;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #fffff;
}

.seta-baixo-black {
	width: 80px;
	margin: 0 auto;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #000000;
}

.seta-baixo-yellow {
	width: 80px;
	margin: 0 auto;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #CAAA25;
}
.seta-baixo-pink {
	width: 80px;
	margin: 0 auto;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #B54C7A;
}
.seta-baixo-blue {
	width: 80px;
	margin: 0 auto;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #008ABC;
}

#menu {
	background: #000000;
	float: right;
	font: normal 14px Lato;
	height:60px;
}

.conteudo-bg {
	width: 100%;
	background: #fffff;
	min-height: 500px;
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 50px;
}

.conteudo-bg-black {
	width: 100%;
	background: #595959;
	min-height: 500px;
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 50px;
}

.conteudo-bg-yellow {
	width: 100%;
	background: #FDE47A;
	min-height: 500px;
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 50px;
}

.conteudo-bg-pink {
	width: 100%;
	background: #E8A7C3;
	min-height: 500px;
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 50px;
}

.conteudo-bg-blue {
	width: 100%;
	background: #48C2EF;
	min-height: 500px;
	position: relative;
	z-index: 1;
	padding-top: 0px;
	padding-bottom: 50px;
}

.conteudo {
	width: 90%;
	min-height: 400px;
	margin: 0 auto;
	padding: 20px 20px;
	border: 0;
	border-radius: 60px;
	font-size: 18px;
}

.conteudo-receitas {
	width: 90%;
	min-height: 620px;
	margin: 0 auto;
	padding: 20px 20px;
	background: #ecfbff;
	border: 0;
	border-radius: 60px;
	font-size: 14pt;
}

.conteudo-grafica {
	width: 90%;
	min-height: 620px;
	margin: 0 auto;
	padding: 20px 20px;
	border: 0;
	border-radius: 60px;
	font-size: 14pt;
}

.conteudo p {
	margin: 20px;
}

.home-tel {
	width: 1000px;
	height: 190px;
	margin: 20px auto 0px auto;
	font-size: 14pt;
	
}

.home-tel h2{
	color: #009fc3;
}

.loja {
	color: #009fc3;
}

.tel-home {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0px 20px;
}

.email-home {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0px 20px;
	
}

.end-home {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0px 20px;
}

.receitas {
	width: 250px;
	height:300px;
	float:left;
	background: #ececec;
	margin: 10px 5px;
	box-shadow: 2px 2px 4px rgba(102,102,102,0.6);
}

.receitas-img {
	width:230px;
	height: 200px;
	margin: 10px auto 0px auto;
}

.receitas-img-hover {
	width: 230px;
	height: 200px;
	background: url(../grafica/hover.png);
	position: absolute;
	opacity: 0.1;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-khtml-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.receitas-img-hover:hover {
	opacity: 1;
}

.receitas-txt {
	width: 250px;
	height: 80x;
	padding: 10px 5px;
	text-align: center;
}

.receitas-txt h2{
	color: #009fc3;
	font-size: 16pt;
}

.conteudo-receitas-img {
	width: 400px;
	height: 300px;
	float:right;
	margin: 0px 0px 15px 15px
}

.conteudo-receitas-txt {
	width: 500px;
	min-height: 200px;
	margin-left: 80px;
	margin-top: 30px;
	margin-bottom: 40px;
	float: left;
}

.conteudo-receitas-txt img{
	float: left;
	margin-top: -20px;
	margin-right: 20px; 
}

.conteudo-receitas-txt h2{
	color: #009fc3;
	font-size: 30pt;
	margin-bottom: 20px;
}

.bull {
	font-size:15pt;
	color: #009fc3;;
}

.conteudo-receitas-img img{
	border-radius: 50%;
	box-shadow: 2px 2px 4px rgba(102,102,102,1);
}

.lojas {
	width: 48%;
	height: 350px;
	float:left;
}

.lojas h2{
	color: #009fc3;
}

.lojas-end {
	width: 100%;
	height: 60px;
	text-align:center;
}

.lojas-mapa {
	width: 100%;
	height: 240px;
	margin-top:2px;
}

.lojas-2 {
	width: 48%;
	height: 350px;
	float:right;
}

.lojas-2 h2{
	color: #009fc3;
}

.lojas-end {
	width: 100%;
	height: 60px;
	text-align:center;
}

.lojas-mapa {
	width: 100%;
	height: 320px;
}

.contato-all {
	width: 100%;
	height: 150px;
	font-size: 14pt;
}

.contato-all h2{
	color: #009fc3;
}


.contato-end {
	width: 33%;
	height: 150px;
	text-align:center;
	float:left;
	font-size:16px;
}

.contato-tel {
	width: 33%;
	height: 110px;
	text-align:center;
	float:left;
	border-left: 1px dotted #ffffff;
}

.contato-mail {
	width: 33%;
	height: 110px;
	text-align:center;
	float:left;
	border-left: 1px dotted #ffffff;
}


.conteudo-div {
	width: 33%;
	height: 110px;
	text-align:center;
	float:left;
}

.conteudo-div2 {
	width: 99%;
	margin: 0 auto;
	height: auto;
	text-align:center;
	float:left;
}

.conteudo-div3 {
	padding-top: 16px;
	width: 99%;
	height: auto;
	text-align:center;
	float:left;
}

.conteudo-div4 {
	padding-top: 16px;
	padding-bottom: 40px;
	width: 99%;
	height: 99%;
	text-align:center;
	float:left;
}














.tabela-form input:focus,select:focus,textarea:focus {
	background: #CCCCCC;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-khtml-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #009fc3;
}

.tabela-form {
	width: 60%;
	font: normal 10pt Lato;
	margin: 0 auto;
}

.tabela-form input[type=text] {
	margin: 8px 0px;
	width: 100%;
	border: 1px solid #009fc3;
	background: #FFF;
	height: 30px;
	color: #009fc3;
	
}

.tabela-form input[placeholder] {
	padding-left: 5px;
	
}


.tabela-form textarea {
	margin: 8px 0px;
	width: 100%;
	border: 1px solid #009fc3;
	height: 40px;
	color: #009fc3;
}

.tabela-form textarea[placeholder] {
	padding-left: 5px;
}

.tabela-form input[type=submit],input[type=reset] {
	margin: 5px 0px 5px 5px;
	width: 100px;
	border: 0px solid #999999;
	border-radius: 4px; 
	height: 40px;
	float: right;
	background: #000000;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	font-size: 16pt;
	color: #009fc3;
}

.tabela-form input[type=submit]:hover,input[type=reset]:hover {
	background: #009fc3;
	color: #fff;
}



fieldset {
	border: 0px solid #d4c9be;
	margin: 10px auto;
	font-weight: 100;
}

legend {
	font: normal 20pt Lato;
	font-weight: 100;
	text-align: center;
	margin: 0px; 
}

.end-contato {
	font-size: 18px;
}

.tel-end {
	float: right;
	text-align: right;
	position: absolute;
	right: 0;
	padding: 10px;
	font-size: 26px;
}

.clear {
	clear: both;
}

#rodape {
	background:#000000;
	padding: 15px;
	position: relative;
	bottom: 0;
	z-index: 20;
}

.link-precisou {
	float: left;
	font-family: Century Gothic, Verdana, Tahoma;
	font-size: 14px;
	color: #009fc3;
}

.link-precisou a {
	text-decoration: none;
	color: #009fc3;
}

.link-precisou a:hover {
	text-decoration: underline;
	color: #009fc3;
}

.copyright {
	font-family: Century Gothic, Verdana, Tahoma;
	font-size: 14px;
	color: #009fc3;
}

.contador {
	float: right;
}

.voltar-pagina { text-align:right; font: normal 13pt Lato; color:#009fc3; text-decoration:none; margin-top: 50px;}
.voltar-pagina:hover { font: normal 13pt Lato; color:#009fc3; text-decoration:underline;}







