/*************************************************************************************
BANNER
**************************************************************************************/
#banner{
	width: 100%;
	height: 600px;
	margin: 5% 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: 10%;
	clear:both;
	width:100%;
	max-width:1000px;
	height:auto;
	margin: 10% auto;
	padding: 60px 0;
	overflow:hidden;
}

.banner-legenda h1{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	margin: 3px 0;
	padding: 0;
	font-size: 5rem;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: left;
	
	text-shadow: 2px 1px 4px rgba(0,0,0,0.2);
}

.banner-legenda h2{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	margin: 3px 0;
	padding: 0;
	font-size: 2.7rem;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: left;
	
	text-shadow: 2px 1px 4px rgba(0,0,0,0.2);
}

.banner-legenda p{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	margin: 3px 0;
	padding: 0;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: left;
	
	text-shadow: 2px 1px 4px rgba(0,0,0,0.2);
}

/*************************LEGENDA*/

#banner-cab{
	width: 100%;
	height: auto;
	margin: 100px auto 0 auto;
	padding: 65px 0;

	background-color:#CCC;
	background-image: url("../../images/bgs/banner-cab.jpg");
	
	background-attachment: relative;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	
	box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
}

/*************************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: 100px 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: 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: 15% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	.banner-legenda h1{
		margin: 3px 0;
		padding: 0;
		font-size: 4em;
		font-weight: 900;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda h2{
		margin: 3px 0;
		padding: 0;
		font-size: 2em;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda p{
		margin: 0px;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*************************LEGENDA*/
	
	#banner-cab{
		width: 100%;
		height: auto;
		margin: 120px auto 0 auto;
		padding: 45px 0;

		background-color:#CCC;
		background-image: url("../../images/bgs/banner-cab.jpg");
		
		background-attachment: relative;
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100%;
		
		box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
	}

	/*************************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: 150px 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: 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: 15% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	.banner-legenda h1{
		margin: 3px 0;
		padding: 0;
		font-size: 3rem;
		font-weight: 900;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda h2{
		margin: 3px 0;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda p{
		margin: 0px;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: auto;
		margin: 100px auto 0 auto;
		padding: 65px 0 20px 0;

		background-color:#CCC;
		background-image: url("../../images/bgs/banner-cab.jpg");
		
		background-attachment: relative;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		
		box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
	}

	/*************************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: 120px 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: 15% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	.banner-legenda h1{
		margin: 3px 0;
		padding: 0;
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda h2{
		margin: 3px 0;
		padding: 0;
		font-size: 1.5em;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda p{
		margin: 0px;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: auto;
		margin: 100px auto 0 auto;
		padding: 65px 0 20px 0;

		background-color:#CCC;
		background-image: url("../../images/bgs/banner-cab.jpg");
		
		background-attachment: relative;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		
		box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
	}

	/*************************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: 400px;
		margin: 120px 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;
	}

	.banner-legenda h1{
		margin: 3px 0;
		padding: 0;
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda h2{
		margin: 3px 0;
		padding: 0;
		font-size: 1.5em;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda p{
		margin: 0px;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: auto;
		margin: 150px auto 0 auto;
		padding: 45px 0 45px 0;

		background-color:#CCC;
		background-image: url("../../images/bgs/banner-cab.jpg");
		
		background-attachment: relative;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		
		box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
	}

	/*************************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: 150px 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: 10% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	.banner-legenda h1{
		margin: 3px 0;
		padding: 0;
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda h2{
		margin: 3px 0;
		padding: 0;
		font-size: 1.2em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda p{
		margin: 0px;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: auto;
		margin: 150px auto 0 auto;
		padding: 45px 0 45px 0;

		background-color:#CCC;
		background-image: url("../../images/bgs/banner-cab.jpg");
		
		background-attachment: relative;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		
		box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
	}

	/*************************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: 15% auto;
		padding: 60px 0;
		overflow:hidden;
	}

	.banner-legenda h1{
		margin: 3px 0;
		padding: 0;
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda h2{
		margin: 3px 0;
		padding: 0;
		font-size: 1.5em;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda p{
		margin: 0px;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*************************LEGENDA*/

	#banner-cab{
		width: 100%;
		height: auto;
		margin: 180px auto 0 auto;
		padding: 45px 0 45px 0;

		background-color:#CCC;
		background-image: url("../../images/bgs/banner-cab.jpg");
		
		background-attachment: relative;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		
		box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
	}

	/*************************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: 230px;
		margin: 170px 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;
	}

	.banner-legenda h1{
		margin: 3px 0;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 900;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda h2{
		margin: 3px 0;
		padding: 0;
		font-size: 1em;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	.banner-legenda p{
		margin: 0px;
		padding: 0;
		font-size: .8rem;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1em;
		text-align: center;
	}

	/*************************LEGENDA*/

#banner-cab{
	width: 100%;
	height: auto;
	margin: 190px auto 0 auto;
	padding: 35px 0 35px 0;

	background-color:#CCC;
	background-image: url("../../images/bgs/banner-cab.jpg");
	
	background-attachment: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
	box-shadow: 2px 1px 4px rgba(0,0,0,0.2);
}
	/*************************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;
	}
	
}