@charset "utf-8";
/* CSS Document */



@media (min-width: 1280px) and (max-width: 1366px) and (orientation:landscape) {
  .navbar-nav{
	margin-left: 8%;
}
	
	

}



/*@media screen and (max-aspect-ratio: 13/9){
	
	
	.modal-dialog{
	margin-left: 0%;
}
.modal-content{
	width: 100%!important;
	left: 0!important;
}
	
}*/






/*CELULAR*/
@media (min-width: 220px) and (max-width: 600px) and (orientation:portrait) { 
	
	.float-menu{
	float: left;
	}
	
	#slider{
	margin-top: 140px!important;
}
	
	.teste{
		font-size:15px!important;
		line-height:normal!important; 
		top:70%!important;
	    }
	
	
	.topoPaginas{
		height: 150px;
		margin-top: 200px;
	}
	.topoPaginas h1{
		font-size: 25px;
	}
	
	
	.faixaRodape p{
	 margin: 0;
		padding: 15px 0 15px 0;
		width: 100%;
		display: block;
    }
	
	.parallax-window h2{
     font-size: 20px;
	 width: 100%; 
	 line-height: normal;
     }
	
}
	








/* TABLET VERTICAL*/
@media (width: 768px) and (orientation: portrait) {

	.nav li a{
		padding: 0 5px;
		font-size: 13px;
		}
	.navbar-nav{margin-top: 30px;}
	
	.parallax-window h2{
	 font-size: 20px!important;
     }
	
}










/* TABLET HORIZONTAL*/
@media (min-width: 1024px) and (max-width: 1366px) and (orientation:landscape) { 
	.topoPaginas{
		height: 300px;
		margin-top: 140px;
	
	}
	
	
	.velo{
	background-size: 100% 100%!important;
	}
	.novadescr h4{
		font-size: 18px;
	}
	
	
	.rodape{
		padding: 7% 0%;
	}
	.faixaRodape{padding: 10px 0 10px 0;}
	.rodape p{
		margin: 0 5px;
	}
	
	
}
