#services img {
    -webkit-transition: all 0.8s ease; /* Safari and Chrome */
    -moz-transition: all 0.8s ease; /* Firefox */
    -o-transition: all 0.8s ease; /* IE 9 */
    -ms-transition: all 0.8s ease; /* Opera */
    transition: all 0.8s ease;
    max-width: 100%;
    display:block;
    margin:10px auto;
    

}

#services img:hover{
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}


h4{
	font-size: 16px;	
}

.textoEn{
	display: none;
}

.bandeiras{
	cursor: pointer;
	margin-left: 5px;
	border-radius: 0px !important;
}


.thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.caption {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	display: none;
	text-align: left;
	color: #fff !important;
	z-index: 2;
}

.sameSize {
	max-height: 130px;
}

#hrStyle {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-bottom: 60px;
	display: none;
}
