*, html { padding: 0; margin: 0; }
body { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.2em; 
	border-top:5px solid #C8C8C8;
	background-color:#F2EEC2;
}

img { border: 0px; margin:0px; padding:0px; }
ul, li{ list-style:none; }

h1{
	font-size:1.1em;
	text-transform:uppercase;
	color:#877B61;
	text-align:center;
}



/* WIREFRAME */

header{
	padding:20px 0 0 0;
	background-color:#E9E4AB;
}

.container{
	width:98%;
}

/* FIM WIREFRAME */

/* TOPO */

.logo{
	text-align:center;
}

.logo img{
	max-width:80%;
}

.topo-info{
	text-align:center;
	padding-top:20px;
}

.topo-info p{
	font-size:90%;
}

.topo-info p strong{
	font-weight:normal;
	margin:5px 0;
	display:inline-block;
}

.topo-info a{
	text-decoration:none;
	color:#000;	
}

.topo-info address{
	margin:5px 0;
	font-style:normal;
}

/* FIM TOPO */

/* MENU */


.menu-topo nav{
	margin:20px auto;
	text-transform:uppercase;
}

.toggleMenu {
	display:  none;
	background: #877B61;
	padding: 10px 0px;
	color: #fff;
	width:100%;
	text-align:center;
}
.menu {
	list-style: none;
	background-color:#EAE8C9;
}

.menu-mobile{
	display:block;
}

.menu:before,
.menu:after {
	content: " "; 
	display: table; 
}
.menu:after {
	clear: both;
}
.menu ul {
	list-style: none;
	width: 9em;
}
.menu a {
	padding: 10px 15px;
	color:#877B61;
}
.menu li {
	position: relative;
}
.menu > li {
	float: left;
	border-top:1px solid #877B61;
}
.menu > li > .parent {
	background-image: url("../img/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.menu > li > a {
	display: block;
}
.menu li  ul {
	position: absolute;
	left: -9999px;
}
.menu > li.hover > ul {
	left: 0;
}
.menu li li.hover ul {
	left: 100%;
	top: 0;
}
.menu li li a {
	display: block;
	background: #877B61;
	position: relative;
	z-index:100;
	border-top: 1px solid #422C2E;
	color:#EAE8C9;
}
.menu li li li a {
	background:#486012;
	z-index:200;
	border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
	.active {
			display: block;
	}
	.menu > li {
			float: none;
	}
	.menu > li > .parent {
			background-position: 95% 50%;
	}
	.menu li li .parent {
			background-image: url("../img/downArrow.png");
			background-repeat: no-repeat;
			background-position: 95% 50%;
	}
	.menu ul {
			display: block;
			width: 100%;
	}
 .menu > li.hover > ul , .menu li li.hover ul {
			position: static;
	}
}

/* FIM MENU*/


/* BANNER HOME */

.banner-web{
	display:none;
}

.banner-home{
	margin:0 auto;
	width:100%;
	text-align:center;
}

.banner-home img{
	width:80%;
	border:5px solid #877B61;
	margin:0 auto;
}

/* FIM BANNER HOME */


/* MENU CONTEUDO */

.container nav{
	display:none;
}

/* FIM MENU CONTEUDO */

/*  CONTEUDO */

.conteudo{
	
}

/* FIM CONTEUDO */


/* HOME */


/* HOME */

.home{
	width:100%;
	text-transform:uppercase;
}

.home figure{
	width:70%;
	text-align:center;
	background-color:#FFF;
	margin:30px auto;
	padding:10px 0;
}

.home figcaption{
	width:95%;
	color:#877B61;
	font-size:95%;
}

.home img{
	width:95%;
	margin:20px 0;
}

.home span a{
	text-decoration:none;
	color:#EAE8C9;
	background-color:#877B61;
	padding:10px;
	margin:10px auto;
	display:block;
	width:50%;
	border-radius:8px;
}

.home span a:hover{
	background-color:#EAE8C9;
	color:#877B61;
}

/* FIM HOME */












/* FIM HOME */


/* PRODUTOS */

.produtos{
	width:100%;
	text-transform:uppercase;
}

.produtos figure{
	width:80%;
	text-align:center;
	background-color:#FFF;
	margin:30px auto;
	padding-bottom:5px;
}

.produtos figcaption{
	width:95%;
	color:#877B61;
	font-size:90%;
}

.produtos img{
	width:95%;
	padding:8px 0;
}

.produtos span a{
	text-decoration:none;
	color:#EAE8C9;
	background-color:#877B61;
	padding:10px;
	margin:10px auto;
	display:block;
	width:50%;
	border-radius:8px;
}

.produtos span a:hover{
	background-color:#EAE8C9;
	color:#877B61;
}

/* FIM PRODUTOS */



/* PRODUTO */

.produto{
	width:98%;
	margin:0 auto;
}

.produto h1, .produto figcaption{
	background-color:#FFF;
	padding:5px;
}

.produto figure{
	width:80%;
	text-align:center;
	margin:30px auto;
}

.produto img{
	width:95%;
	background-color:#FFF;
	padding:10px;
	margin-bottom:20px;
}


.produto div{
 width:98%;
 margin-top:20px;
}

.produto div a{
	background-color:#096;
	color:#FFF;
	border-radius: 10px;
	padding:8px 5px;
	margin:0 auto;
	display:block;
	text-decoration:none;
	text-align:center;
}

.produto div a:hover{
	background-color:#CCC;
	color:#096;
}

.produto label{
	width:100%;
	display:inline-block;
	margin:0 0 1% 0;
}

.produto input{
	width:98%;
	height:2.0em;
	margin:0 0 10px 0;
	border:1px solid #877B61;
	padding:0 0 0 2%;
	color:#877B61;
	font-size:80%;
}

.produto textarea{
	width:98%;
	height:8.0em;
	margin:0 0 20px 0;
	border:1px solid #877B61;
	padding:2% 0 0 2%;
	color:#877B61;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	font-size:80%;
}

.produto fieldset{
	margin:0 auto;
	width:50%;
	border:0px;
}

.produto input[type=submit]{
	width:100%;
	background-color:#877B61;
	color:#FFF;
	border:none;
}




/* FIM PRODUTO */










/* CONTATO */

.contato{
	font-size:120%;
	margin-bottom:20px;
}

.contato form{
 width:98%;
 margin-top:20px;
}

.contato label{
	width:100%;
	display:inline-block;
	margin:0 0 1% 0;
}

.contato input{
	width:98%;
	height:2.0em;
	margin:0 0 20px 0;
	border:1px solid #877B61;
	padding:0 0 0 2%;
	color:#877B61;
	font-size:80%;
}

.contato textarea{
	width:98%;
	height:8.0em;
	margin:0 0 20px 0;
	border:1px solid #877B61;
	padding:2% 0 0 2%;
	color:#877B61;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	font-size:80%;
}

.contato fieldset{
	margin:0 auto;
	width:50%;
	border:0px;
}

.contato input[type=submit]{
	width:100%;
	background-color:#877B61;
	color:#FFF;
	border:none;
}

.contato iframe{
	width:99%;
	height:20em;
	border:1px dashed #877B61;
}


.contato div{
	width:98%;
 	margin-top:20px;
}

/* FIM CONTATO */


/* RODAPÉ */

footer{
	background-color:#2E2E2E;
	text-align:center;
	font-size:14px;
	color:#486012;
}

footer section{
	display:none;
}

footer a{
	text-decoration:none;
	color:#FFF;
}

footer address{
	font-style:normal;
}

footer address p{
	display:inline-block;
}

footer address span{
	display:block;
}

footer address a{
	color:#486012;
}

footer .assinatura{
	background-color:#252525;
	border-top:5px solid #222222;
	color:#CCC;
	padding:10px 0;
	margin-top:20px;
}

footer .assinatura a{
	color:#F2F0C0;
	font-weight:bold;
}