
.title-cliente {
	color:#676767;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
}



.section-padding{
	padding:30px 0;
}
.brand-carousel {
	margin-top: 1%;
}
.owl-dots {
	text-align: center;
	margin-top: 2%;
}
.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: #F59919 !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 80% !important;
}