.center{
	margin-left: auto;
          margin-right: auto;
          margin-top: 3px;
          margin-bottom: 3px;
          text-align: center;
}

.padding{
	padding-top: 2em;
}

.bloco{
	width: 80%;
	background-color: whitesmoke;
	border-radius: 70px;
	overflow: hidden;
	border-width: 5px;
	border-style: inset;
	border-color: #00aa00;
}

.texto{
	padding: 1em;
	padding-top: 0;
}

.title{
	padding: 0.5em;
	display: block;
	color: #00aa00;
	font-size: 2em;
	text-shadow: none;
	align-content: center;
}

.body{
	display: block;
	padding: 10em;
	padding-top: 0em;
	padding-bottom: 3em;
	border-radius: 75px;
}

.quemsomos{
	border: solid 3px #00aa00;
	text-shadow: none;
	padding : 1em;
	color: black;
	font-size: 2em;
	border-radius: 60px;
}

.background{
	background-image: url(../img/quemsomos.png);
	background-size:cover;

}

.opacidade{
	background : rgba(255, 255, 255, 0.5) 
}