body {
	font-family: "Open Sans", sans-serif;
}
.h3 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
.h3::after {
	content: "";
	width: 30%;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.capa-carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.capa-carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.capa-carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.capa-carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.capa-carousel .testimonial {
	padding: 30px 0 10px;
}
.capa-carousel .letrap {	
	font-style: italic;
}
.capa-carousel .letrap .b {
	text-transform: uppercase;
	color: #7AA641;
}