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


@media (max-width: 37.5em) {
	
body, .geral {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}	
	
	h1 {
		font-size: 6.1vw !important;
		line-height: 10px !important;
	}
	.h3 {
		font-size: 1.7rem !important;
		font-family: 'Roboto', sans-serif;
	}
	p {
	font-size: 1rem !important;
}
	.lead {
			font-size: 1.05rem;
		line-height: 1.5rem !important;
	}
	.display-4 {
	font-size: 3.5rem;
}
.mt-30px {
	margin-top: -30px !important;
	}
.altura-carousel {
  height: auto;
}	
	
}