/* CSS Document */
#servicos{
	background: #FFFFFF;
	color:#000000;
	font-size:12;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
}

#serv-link img{
	position: relative;
	height: 100%;
	width: 100%;
	filter: brightness(20%);
}

#serv-link .texto{
	position:absolute;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 36px;
	color:#FFFFFF;
	top:18%;
	left:40%;
	text-align: center;
	font-weight:500;
}
#servicos img{
	position:relative;
	max-height: 340px;
	max-width: 400px;
	height:100%;
	width: 100%;
}

#servicos .row{
	margin-top:5%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:2%;
}

