.equipe { width: 100%; height: auto; }
.equipe ul { text-align: center; }
.equipe ul li { list-style: none; display: inline-block; width: 28%; margin: 20px 2.5%; }
.equipe ul li img { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 200px; height: 200px; }
.equipe ul li .nomeMembro { font-weight: 800; color: #bf0811; font-size: 18px; letter-spacing: 1px; margin-top: 8px; }
.equipe ul li p { font-size: 13px; font-weight: 300; }
.equipe ul li p.italic { font-weight: 600; font-style: italic; }
.equipe ul li p strong { font-weight: 600; }
.equipe ul li .vermais { width: 70px; height: 25px; cursor: pointer; margin-top: 10px; background-color: #004c98; left: 50%; margin-left: -35px; position: relative; font-weight: 300; float: left; text-align: left; color: #FFFFFF; font-size: 12px; text-align: center; line-height: 25px; text-transform: uppercase; }
.equipe ul li .vermais:hover { background: rgba(255,148,8,1);}

@media screen and (max-width: 1024px) {
	.equipe ul li { width: 95%; }
}