.bgimg-1 {
	width: 100%;
	margin: 0px auto;
	padding: 0;

	background-image: url("../../images/bg/bg-banner-cab.jpg");
	background-color: #f2f2f4;
	position: relative;
	
	/*opacity: 0.65;*/
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgimg-2 {
	position: relative;
	background-image: url("../../images/bg/mid-index-bg.jpg");
	height: 800px;
	margin: 0 auto;
	padding: 0;	
	/*opacity: 0.65;*/
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.bgimg-contato {
	position: center;
	/*background-image: url("../../images/bg/bg-merchan.jpg");*/
	background-color: #3373ac;
	height: 480px;
	/*opacity: 0.65;*/
	background-attachment: scroll;/*scroll*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bgimg-cab {
	position: center;
	background-image: url("../../images/bg/bg-cab.jpg");
	height: 350px;
	padding: 0 0 50px 0;
	/*opacity: 0.65;*/
	background-attachment: fixed;/*scroll*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width: 980px) {

	.bgimg-1 {
		width: 100%;
		margin: 0px auto;
		padding: 0;

		background-image: url("../../images/bg/bg-banner-cab.jpg");
		background-color: #f2f2f4;
		position: relative;
		
		/*opacity: 0.65;*/
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.bgimg-2 {
		position: relative;
		background-image: url("../../images/bg/mid-index-bg.jpg");
		height: 800px;
		margin: 0 auto;
		padding: 0;	
		/*opacity: 0.65;*/
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.bgimg-contato {
		position: center;
		/*background-image: url("../../images/bg/bg-merchan.jpg");*/
		background-color: #3373ac;
		height: 480px;
		/*opacity: 0.65;*/
		background-attachment: scroll;/*scroll*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.bgimg-cab {
		position: center;
		background-image: url("../../images/bg/bg-cab.jpg");
		height: 350px;
		padding: 0 0 50px 0;
		/*opacity: 0.65;*/
		background-attachment: fixed;/*scroll*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width: 768px) {

}

/************************************************************************************
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) {
	
}

/************************************************************************************
MAIN NAVIGATION 310px
*************************************************************************************/
@media all and (max-width : 310px) {
	
}