.bgimg-1 {
	width:100%;
	height: auto;
	margin: 0 auto;
	padding:0;
	/*border-top: 120px solid rgba(0,97,175,0.9);*/
	background: #163C82;
	
	position: relative;
	background-image: url("../../images/bg/bg-geral-1.jpg");
	min-height: 100%;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.bgimg-2 {
	width:100%;
	height: 200px;
	margin: 0 auto;
	padding:0;
	/*border-top: 120px solid rgba(0,97,175,0.9);*/
	background-color: #163C82;
	
	position: relative;
	background-image: url("../../images/bg/bg-geral-2.jpg");
	min-height: 100%;
	background-size: 100%;
	background-attachment: relative;
	background-position: bottom;
	background-repeat: no-repeat;
}

.bgimg-3 {
	width:100%;
	height: 500px;
	margin: 0 auto;
	padding:0;
	/*border-top: 120px solid rgba(0,97,175,0.9);*/
	background-color: #163C82;
	
	position: relative;
	background-image: url("../../images/comuns/jakspel-empresa.jpg");
	min-height: 100%;
	background-size: 100%;
	background-attachment: relative;
	background-position: center;
	background-repeat: no-repeat;
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width: 980px) {
	
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width: 810px) {
	
}

/************************************************************************************
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) {
	
.bgimg-1 {
		width:100%;
		height: auto;
		margin: 0 auto;
		padding:0;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
		background: #163C82;
		
		position: relative;
		background-image: url("../../images/bg/bg-geral-1.jpg");
		min-height: 100%;
		background-size: content;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.bgimg-2 {
		width:100%;
		height: auto;
		margin: 0 auto;
		padding:0;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
		background-color: #163C82;
		
		position: relative;
		background-image: url("../../images/bg/bg-geral-2.jpg");
		min-height: 100%;
		background-size: content;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.bgimg-3 {
		width:100%;
		height: 200px;
		margin: 0 auto;
		padding:0;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
		background-color: #163C82;
		
		position: relative;
		background-image: url("../../images/bg/bg-geral-1.jpg");
		min-height: 100%;
		background-size: 100%;
		background-attachment: relative;
		background-position: center;
		background-repeat: no-repeat;
		}
		
}


/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/
@media all and (max-width : 480px) {
	
}

/************************************************************************************
MAIN NAVIGATION 310px
*************************************************************************************/
@media all and (max-width : 310px) {
	
}