.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5,.bg-blue {
	position: fixed;
	/*opacity: 0.55;*/
	/*background-attachment:fixed;*/
	background-position: top;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}
.bgimg-1 {
	position: relative;
	top: 0px;
	background-image: url("../../images/comuns/banner-a380.jpg");
	width: 100%;
	max-width:2000px;
	height:250px;
	margin:0 auto;
	padding:0;
	background-size: content;
}
.bgimg-2 {
	position: relative;
	top: 0px;
	background-color: #b30000;
	max-width:2000px;
	height:240px;
	margin:0 auto;
	padding:0;
}
.bgimg-3 {
	position: relative;
	top: 0px;
	background-color: #b30000;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.bgimg-4 {
	position: relative;
	top: 0px;
	background-color: #eeeeee;
	max-width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.bgimg-5 {
	position: relative;
	top: 0px;
	background-image: url("../../images/comuns/banner-b.jpg");
	background-color: #eeeeee;
	max-width:2000px;
	height:200px;
	margin:0 auto;
	padding:0;
	background-size: content;
}
.bg-blue {
	position: relative;
	background-color: #004691;
	width:2000px;
	height:auto;
	margin:0 auto;
	padding:0;
}

*/
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width: 810px), (max-width: 768px) {
	
	.bgimg-1 {
		position: relative;
		top: 0px;
		background-image: url("../../images/comuns/banner-a380.jpg");
		width: 100%;
		max-width:2000px;
		height:250px;
		margin:0 auto;
		padding:0;
		background-size: content;
	}

}


/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/
@media all and (max-width: 480px) {
	
	.bgimg-1 {
		position: relative;
		top: 0px;
		background-image: url("../../images/comuns/banner-a380.jpg") center;
		width: 100%;
		max-width:2000px;
		height:250px;
		margin:0 auto;
		padding:0;
		background-size: cover;
	}
	
	.bgimg-2 {
		position: relative;
		top: 0px;
		background-color: #b30000;
		max-width:2000px;
		height:auto;
		margin:0 auto;
		padding:0;
	}
}

/************************************************************************************
MAIN NAVIGATION 320px
*************************************************************************************/
@media all and (max-width: 320px) {
	
	.bgimg-1 {
		position: relative;
		top: 0px;
		background-image: url("../../images/comuns/banner-a380.jpg") center;
		width: 100%;
		max-width:2000px;
		height:250px;
		margin:0 auto;
		padding:0;
		background-size: content;
	}
}