.bgimg-1 {
	position: relative;
	/*opacity: 0.65;*/
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;

}
.bgimg-1 {
	background-image: url("../../images/bg/bg-geral.jpg");
	min-height: 100%;
	background-color: #1b2b76;
}

.bgimg-2 {
	position: relative;
	background-color: #1b2b76;
	min-height: 100%;
	background-size: 100%;
	background-attachment: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.bgimg-3 {
	position: relative;
	background-image: url("../../images/bg/bg-nwj-2.jpg");
	min-height: 100%;
	background-size: 100%;
	background-attachment: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-bt-1 {
	position: relative;
	background-image: url("../../images/bg/bt-001.png");
	min-height: 100%;
	background-size: 100%;
	background-attachment: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-bt-2 {
	position: relative;
	background-image: url("../../images/bg/bt-002.png");
	min-height: 100%;
	background-size: 100%;
	background-attachment: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-bt-3 {
	position: relative;
	background-image: url("../../images/bg/bt-003.png");
	min-height: 100%;
	background-size: 100%;
	background-attachment: relative;
	background-position: center;
	background-repeat: no-repeat;
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width: 810px) {
	
	

}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width: 768px) {
	
	.bgimg-2 {
		position: relative;
		background-image: url("../../images/bg/bg-nwj-2.jpg");
		min-height: 100%;
		background-size: cover;
		background-attachment: relative;
		background-position: center;
		background-repeat: no-repeat;
	}

}

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/
@media all and (max-width: 680px) {
	
	

}

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/
@media all and (max-width : 510px) {
	

	
}


/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/
@media all and (max-width : 480px) {
	
	.bgimg-2 {
		position: relative;
		background-image: url("../../images/bg/bg-nwj-2.jpg");
		min-height: 100%;
		background-size: cover;
		background-attachment: relative;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.bgimg-3 {
		position: relative;
		background-image: url("../../images/bg/bg-nwj-2b.jpg");
		background-color: #07B0CC;
		min-height: 100%;
		background-size: 100%;
		background-attachment: relative;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/************************************************************************************
MAIN NAVIGATION 310px
*************************************************************************************/
@media all and (max-width : 310px) {
	
	.bgimg-1 {
		
	}
}