@Charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

ul, li{
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

.wrap{
	width: 980px;
	margin: 0 auto;
}

.home{
	margin: 0 auto;
	min-width: 980px;
}

.header{
	width: 100%;
	height: 147px;
	background: url('../images/bg-top.jpg') top center;
}

.logo{
	width: 196px;
	height: 146px;
	margin-left: 28px;
}

.nav{
	width: 100%;
	height: 33px;
	background: url('../images/bg-nav.png') top center;
	position: absolute;
}

/* Banner Home */

#banner{
	width: 100%;
	height: 359px;
}

.banner1{
	width: 100%;
	height: 359px;
	background: url('../images/banner/banner1.png') top center;
}

/* Menu */

.menu{
	list-style-type: none;
	margin: 0 28px;
}

.menu li{
	height: 33px;
}

.menu .inativo{
	margin: 0 3px;
	padding: 0px 0px;
	line-height: 33px;
	font-weight: bold;
	background: url('../images/bg-menu.png') repeat;
	float: left;
}

.menu .ativo{
	margin: 0 3px;
	padding: 0px 0px;
	line-height: 33px;
	font-weight: bold;
	background: url('../images/bg-menu-hover.jpg') repeat!important;
	float: left;
}

.menu li:hover{
	margin: 0 3px;
	display: inline;
	line-height: 33px;
	font-weight: bold;
	background: url('../images/bg-menu-hover.jpg') repeat;
}

.menu a{
	width: auto;
	padding: 0 16px;
	text-decoration: none;
	color: #083711;
	float: left;
	display: block;
	background: url('../images/arrow-menu.png') top left no-repeat;
	margin: 0px;
}

/* Mural */

.mural-home{
	width: 100%;
	height: 174px;
	margin-top: 10px;
	background: url('../images/mural-home.png');
}

.mural-home h1{
	text-transform: uppercase;
	line-height: 174px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 7px;
}

/* Rodape */

.wrap-rodape{
	width: 600px;
	margin: 0 auto;
}

.logo-rodape{
	margin: 50px 0px 0px 0px;
	height: 95px;
	float: left;
}

.copy-right{
	margin: 50px 0px 0px 0px;
	height: 95px;
	line-height: 95px;
	color: #083711;
	float: right;
}

/* Banner interno */

.banner-interno{
	width: 100%;
	height: 196px;
	background: url('../images/banner-interno/banner1.png') top center no-repeat;
}

.banner-projeto{
	width: 100%;
	height: 196px;
	background: url('../images/banner-interno/projeto.png') top center no-repeat;
}

.banner-alimento{
	width: 100%;
	height: 196px;
	background: url('../images/banner-interno/alimentos.png') top center no-repeat;
}

.banner-desenvolvimento{
	width: 100%;
	height: 196px;
	background: url('../images/banner-interno/desenvolvimento.png') top center no-repeat;
}

.banner-sustentabilidade{
	width: 100%;
	height: 196px;
	background: url('../images/banner-interno/sustentabilidade.png') top center no-repeat;
}

.banner-saibamais{
	width: 100%;
	height: 196px;
	background: url('../images/banner-interno/contato.png') top center no-repeat;
}


/* Divisao */

.divisao{
	width: 100%;
	height: 10px;
	background: url('../images/divisao.png') top center no-repeat;
}

/* Conteudo */

.conteudo{
	margin: 0 28px;
}

.icone-titulo{
	width: 87px;
	height: 95px;
	float: left;
}

.link-texto{
	text-decoration: none;
	color: #515151;
}

.documentos{
	font-size: 12px;
}

.link-texto:hover{
	text-decoration: underline;
}

#titulo-interno{
	width: 826px;
	height: 95px;
	color: #083711;
	font-size: 12px;
	line-height: 70px;
	margin-left: 10px;
	float: left;
}

.conteudo-texto{
	margin: 10px 40px;
	text-align: justify;
	color: #515151;
}

.image-logos{
	margin: 0 20px;
}

.conteudo-logos{
	width: 440px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.tabela-projeto{
	width: 540px;
	margin: 0 auto;
	margin-top: 20px;
}

.tabela-sustentabilidade{
	width: 564px;
	margin: 0 auto;
}

.destaque-dinheiro{
	width: 564px;
	margin: 0 auto;
	margin-top: -42px;
}

.box{
	width: 300px;
	float: left;
}

.comunidade{
	margin-left: 50px;
}

.comunicacao{
	margin-left: 86px;
}

.titulo-sustentabilidade{
	color: #ffffff;
	background: #5dc37a;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.mapa{
	margin-top: -80px;
}

.titulo-mapa{
	width: 500px;
	color: #083711;
	font-size: 24px;
	text-align: center;
	/*margin-top: -30px;*/
}


/* POPUP HOME */
#popup {
	position: absolute;
	top: 30%;
	left: 40%;
	width: 300px;
	height: 250px;
	box-shadow: 0px 0px 25px #000001;
}

#popup .fechar {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 89px;
	height: 30px;
}
