/*************************************************************************************
BANNER
**************************************************************************************/
#banner{
	width: 100%;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;

	position: relative;
	background-image: url("../../images/slides/banner-nine-prof.jpg");
	
	/*opacity: 0.65;*/
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;	
}

.banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 ;

	/*border-top: 120px solid rgba(0,97,175,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
}

.banner img{
	position: top;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	/*border-top: 120px solid rgba(0,97,175,0.9);*/
}

.banner-legenda{
	z-index: 10000;
	position: absolute;
	clear:both;
	width: 100%;
	height:auto;
	margin: 17% auto 0 auto;
	padding: 5%px 0;
	overflow:hidden;
}

.banner-legenda-container{
	width: 1050px;
	height:auto;
	margin: 0 auto;
	padding: 60px 0;
	overflow:hidden;
}

/*************************LEGENDA*/

#banner-cab{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding: 0 0;

	background-color:#f2f2f4;
	background-image: url("../../images/bgs/banner-cab.jpg");
	position: relative;
	
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

/*************************BANNER-MED*/

.banner-med{
	width: 1130px;
	height: 350px;
	margin: 0 auto;
	padding: 0 0;
	overflow: hidden;
}

.banner-med img{
	width: 100%;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	
	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/
@media all and (max-width : 980px) {

	#banner{
		text-align: center;
		width: auto;
		height: 500px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		
	}

	.banner{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 ;

		/*border-top: 120px solid rgba(0,97,175,0.9);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
	}

	.banner img{
		position: top;
		width: 150%;
		height: auto;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
	}

	.banner-legenda{
		z-index: 10000;
		position: absolute;
		left: 5%;
		clear:both;
		width:90%;
		height:auto;
		margin: 20% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: 230px;
		margin: 0 auto;
		padding: 0 0;

		background-color:#f2f2f4;
		background-image: url("../../images/bgs/banner-cab.jpg");
		position: relative;
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	/*************************BANNER-MED*/

	.banner-med{
		width: 1130px;
		height: 280px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
	}

	.banner-med img{
		width: 100%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {

	#banner{
		text-align: center;
		width: auto;
		height: 400px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		
	}

	.banner{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 ;

		/*border-top: 120px solid rgba(0,97,175,0.9);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
	}

	.banner img{
		position: top;
		width: 150%;
		height: auto;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
	}

	.banner-legenda{
		z-index: 10000;
		position: absolute;
		left: 5%;
		clear:both;
		width:90%;
		height:auto;
		margin: 20% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: 250px;
		margin: 0 auto;
		padding: 0 0;

		background-color:#f2f2f4;
		background-image: url("../../images/bgs/banner-cab.jpg");
		position: relative;
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*************************BANNER-MED*/

	.banner-med{
		width: auto;
		height: 280px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.banner-med img{
		width: 100%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {

	#banner{
		text-align: center;
		width: auto;
		height: 350px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		
	}

	.banner{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 ;

		/*border-top: 120px solid rgba(0,97,175,0.9);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
	}

	.banner img{
		position: top;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
	}

	.banner-legenda{
		z-index: 10000;
		position: absolute;
		left: 5%;
		clear:both;
		width:90%;
		height:auto;
		margin: 17% auto;
		padding: 60px 0;
		overflow:hidden;
	}
	
	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: 250px;
		margin: 0 auto;
		padding: 0 0;

		background-color:#f2f2f4;
		background-image: url("../../images/bgs/banner-cab.jpg");
		position: relative;
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*************************BANNER-MED*/

	.banner-med{
		width: auto;
		height: 200px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.banner-med img{
		width: 100%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		float: center;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/
@media all and (max-width : 680px) {

	#banner{
		text-align: center;
		width: auto;
		height: 350px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		
	}

	.banner{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 ;

		/*border-top: 120px solid rgba(0,97,175,0.9);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
	}

	.banner img{
		position: top;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
	}

	.banner-legenda{
		z-index: 10000;
		position: absolute;
		left: 5%;
		clear:both;
		width:90%;
		height:auto;
		margin: 17% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: 250px;
		margin: 0 auto;
		padding: 0 0;

		background-color:#f2f2f4;
		background-image: url("../../images/bgs/banner-cab.jpg");
		position: relative;
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*************************BANNER-MED*/

	.banner-med{
		width: auto;
		height: 200px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.banner-med img{
		width: 100%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		float: center;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/
@media all and (max-width : 510px) {

	#banner{
		text-align: center;
		width: auto;
		height: 300px;
		margin: 50px auto 0 auto;
		padding: 0;
		overflow: hidden;
		
	}

	.banner{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 ;

		/*border-top: 120px solid rgba(0,97,175,0.9);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
	}

	.banner img{
		position: top;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
	}

	.banner-legenda{
		z-index: 10000;
		position: absolute;
		left: 5%;
		clear:both;
		width:90%;
		height:auto;
		margin: 17% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: 250px;
		margin: 0 auto;
		padding: 0 0;

		background-color:#f2f2f4;
		background-image: url("../../images/bgs/banner-cab.jpg");
		position: relative;
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*************************BANNER-MED*/

	.banner-med{
		width: auto;
		height: 180px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.banner-med img{
		width: 100%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		float: center;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 450px
*************************************************************************************/
@media all and (max-width : 450px) {

	#banner{
		text-align: center;
		width: auto;
		height: 300px;
		margin: 50px auto 0 auto;
		padding: 0;
		overflow: hidden;
		
	}

	.banner{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0 ;

		/*border-top: 120px solid rgba(0,97,175,0.9);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
	}

	.banner img{
		position: top;
		width: 200%;
		height: auto;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
	}

	.banner-legenda{
		z-index: 10000;
		position: absolute;
		left: 5%;
		clear:both;
		width:90%;
		height:auto;
		margin: 17% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: 180px;
		margin: 0 auto;
		padding: 0 0;

		background-color:#f2f2f4;
		background-image: url("../../images/bgs/banner-cab.jpg");
		position: relative;
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*************************BANNER-MED*/

	.banner-med{
		width: auto;
		height: 180px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.banner-med img{
		width: 100%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		float: center;
	}
	
}

/************************************************************************************
MAIN NAVIGATION 380px
*************************************************************************************/
@media all and (max-width : 410px) {

	#banner{
		text-align: center;
		width: auto;
		height: 250px;
		margin: 50px auto 0 auto;
		padding: 0;
		overflow: hidden;		
	}

	.banner{
		width: auto;
		height: 100%;
		margin: 0 auto;
		padding: 0 0 ;

		/*border-top: 120px solid rgba(0,97,175,0.9);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);*/
	}

	.banner img{
		position: botton;
		width: auto;
		height: 380%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		/*border-top: 120px solid rgba(0,97,175,0.9);*/
	}

	.banner-legenda{
		z-index: 10000;
		position: absolute;
		left: 5%;
		clear:both;
		width:90%;
		height:auto;
		margin: 15% auto 0 auto;
		padding: 20px 0;
		overflow:hidden;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: 180px;
		margin: 0 auto;
		padding: 0 0;

		background-color:#f2f2f4;
		background-image: url("../../images/bgs/banner-cab.jpg");
		position: relative;
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*************************BANNER-MED*/

	.banner-med{
		width: auto;
		height: 180px;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.banner-med img{
		width: auto;
		height: 150%;
		margin: 0 auto;
		padding:0;
		overflow: hidden;
		float: center;
	}
	
}