.corpoSite {
	padding:1em;
}
.corpoSite .textoSite {
	font-size:1.5em;
}
.corpoSite .textoSite p {
	text-align:justify;
}
@media screen and (max-width:325px) {
	.corpoSite .textoSite {
		font-size:1.5em;
	}
}
@media screen and (max-width:375px) {
	.corpoSite .textoSite {
	}
}
@media screen and (max-width:768px) {
	.corpoSite .textoSite {
		font-size:1.5em;
		line-height:1.5em;
	}
}