h3 { margin-bottom: 15px; }
.embaixadores-list { padding: 0; margin: 0; }
.embaixadores-list li {
	list-style: none;
	padding: 0;
	text-align: center;
	margin-bottom: 15px;
}
.btn-inscreva-se {
	display: block;
	margin: 20px auto;
	font-size: 22px;
	width: 100%;
	max-width: 500px;
	font-weight: 800;
	border-radius: 0;
	border: none;
	border-bottom: 3px solid #398439;
	white-space: normal;
}

.embaixadores-list .photo {
	max-width: 150px;
	max-height: 150px;
	display: block;
	margin: 0 auto 0 auto;
}
@media(max-width: 480px) {
	.embaixadores-list li {
		height: 220px;
	}
	.embaixadores-staff li {
		height: 180px;
	}
}
.btn-inscreva-se small { display: block; overflow: visible; }
.embaixadores-list h4 { font-weight: 600; margin: 10px 0 0 0; }
.embaixadores-list .state { display: block; padding-top: 0; font-size: 14px; }
.smaller { font-size: 10px !important; }

@media(min-width: 568px) {
	.embaixadores-anos { display: inline; }
}
@media(max-width: 767px) {
	.embaixadores-list .email { font-size: 10px; }
}
