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



@media (min-width: 1280px) and (max-width: 1366px) and (orientation:landscape) {
  
}
	
	





/*@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) { 
	
	.alturaSlider{
		height:300px;
		margin: 0px 0 0px 0;
		position: relative;
		z-index: 4;
	}
	
	h2{
	font-size: 30px;
	}

	h4{
		font-size: 20px;
		}


.contato a{
 width: 100%;
 margin: 20px 0;
}

		.menus{
		padding: 0px 0;
		}
		
		body{
		padding: 0 0px 0px 0px;
		}

		.padin{
			padding:inherit;
			}
	
	
}
	








/* TABLET VERTICAL*/

 @media (min-width: 680px) and (max-width: 980px) and (orientation:portrait) { 	

	.menus{
		padding: 0px 0;
		}
		
		body{
		padding: 0 0px 0px 0px;
		}

		.padin{
			padding:inherit;
			}
			
			
	
}










/* TABLET HORIZONTAL*/
@media (min-width: 860px) and (max-width: 1366px) and (orientation:landscape) { 


	.menus{
		padding: 0px 0;
		}
		
		body{
		padding: 0 0px 0px 0px;
		}
	
		.padin{
			padding:inherit;
			}

}
