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

#informativo{
	width: 100%;
	margin: 0 auto;
}
.informativo-container{
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 5em 0;
}
.informativo-title{
	font-size: 30px;
	line-height: 1.3;
    margin-bottom: 24px;
}
.informativo-paragraph{
	font-size: 16px;
	line-height: 1.5;
}
#apresentacao{
	width: 100%;
	margin: 0 auto;
}
.apresentacao-container{
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 5em 0;
}
.apresentacao-title{
	font-size: 30px;
	line-height: 1.3;
}
.apresentacao-paragraph{
	font-size: 16px;
	margin-top: 40px;
	line-height: 1.5;
}
#comprar{
	width: 100%;
	margin: 0 auto;
}
.comprar-container{
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 5em 0;
}
.comprar-title{
	font-size: 30px;
	line-height: 1.3;
}
.comprar-paragraph{
	font-size: 16px;
	margin-top: 40px;
	line-height: 1.5;
}
@media only screen and (max-width: 768px) {
	.apresentacao-container, .comprar-container, .informativo-container{
		max-width: 85%;
	}
	.apresentacao-title, .comprar-title, .informativo-title{
		font-size: 20px;
	}
}