.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5,.bg-blue {
	position: relative;
	/*opacity: 0.65;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg-1 {
	background-image: url("../../images/comuns/img_parallax.jpg");
	width: 100%;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
	background-size: cover;
}
.bgimg-2 {
	background-image: url("../../images/comuns/img_parallax2.jpg");
	width: 100%;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
	background-size: cover;
}
.bgimg-3 {
	position: relative;
	top: 0px;
	background-image: url("../../images/comuns/bg-003.jpg");
	width: 100%;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
	background-size: cover;
}
.bgimg-4 {
	position: relative;
	top: 0px;
	background-color: #39b926;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.bgimg-5 {
	position: relative;
	top: 0px;
	background-color: #39b926;
	background-image: url("../../images/comuns/banner-b.jpg");
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
}

