/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



img.cliente {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 1s;
}

img.cliente:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}

.imgbord {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-radius: 10px;
}

.backwhite {
	background-color: #fff !important;
}