@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	}

body{
	height:100%;
	margin:0px;
	background:url(../objetos/bg2.jpg) no-repeat fixed;
	background-size:cover;
	}


#geral{
	width:1100px;
	margin:0 auto;
	}




header{
	position:relative;
	width:100%;
	height:120px;
	margin:0px 0px 0px 0px;
	background:url(../objetos/bgBlack60.png);
/*	background-image: linear-gradient(230deg, #5687CC 25%, #6CA9EA, #FFF 50%);*/
/*	overflow:hidden;*/
	z-index:9999;
	}

header #logo{
	position:relative;
	float:left;
	top:12px;
	left:30px;
	border-radius:10px 0px;
	background:#FFF;
	}

header #menu{
	position:relative;
	float:right;
	width:700px;
	height:100px;
	margin:0px 50px 0px 0px;
	background:none;
	}

header #menuzinho{
	position:relative;
	float:left;
	width:300px;
	height:auto;
	margin:200px 0px 0px 300px;
	background:none;
	}



#videoHome{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(../objetos/bgBlack60.png);
	}



#apsaHome{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:-120px 0px 0px 0px;
	padding:0px;
	background:url(../objetos/bgBlack60.png);
	}

#apsaHome iframe{
	width:80%;
	height:455px;
	margin:30px 10% 5% 10%;
	}



#apsa{
	position:relative;
	float:left;
	width:100%;
	min-height:100%;
	background:#FFF;
	}

#apsa #fotos{
	position:relative;
	float:left;
	width:60%;
	min-height:60px;
	margin:30px 20%;
	/*background:#0FF;*/
	}

#apsa #fotos #box{
	position:relative;
	float:left;
	width:253px;
	height:165px;
	margin:0px 6px 6px 0px;
	padding:0px;
	border:5px solid #DDD;
	overflow:hidden;
	transition-duration:1.0s;
	}

#apsa #fotos #box:hover{
	transition-property:all;
	transition-duration:1.5s;
	border:5px solid #296DA0;
	}

#produtos{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	background:#FFF;
	}

#produtos div{
	position:relative;
	float:left;
	width:33.333333333%;
	height:100%;
	background-size:cover;
	transition-duration:1.5s;
	}

#produtos div:hover{
	transition-property:all;
	transition-duration:1.5s;
	}

#produtos #caf{background:url(../objetos/prodCafe.jpg) no-repeat center center;}
#produtos #caf:hover{background:url(../objetos/prodCafe2.jpg) no-repeat center center;}

#produtos #can{background:url(../objetos/prodCult.jpg) no-repeat center center;}
#produtos #can:hover{background:url(../objetos/prodCult2.jpg) no-repeat center center;}

#produtos #pec{background:url(../objetos/prodPec.jpg) no-repeat center center;}
#produtos #pec:hover{background:url(../objetos/prodPec2.jpg) no-repeat center center;}



#localizacao{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	background:#FFF;
	}





#atendimento{
	position:relative;
	float:left;
	width:100%;
	min-height:100%;
	background:url(../objetos/bgBlack70.png);
	}

#atendimento #box{
	position:relative;
	float:left;
	width:600px;
	margin:0px 0px 0px 80px;
	padding:0px;
	/*background:#90F;*/
	}





#rodape{
	position:relative;
	float:left;
	width:100%;
	height:130px;
	margin:0px 0px 0px 0px;
	background:url(../objetos/bgBlack70.png);
	display:none;
	}