@charset "utf-8";
/* CSS Document */


.servicos {
	width: 100%;
	height: 750px;
	padding: 50px 0px 20px 0px;
}
.servicos .servcont {
	width: 1100px;
	margin: 0px auto 0px auto;
}
.servicos .servcont .servdesc {
	background-color: #EAEAEA;
	height: 400px;
	margin-top:20px;
}
.servicos .servcont .servdesc .servfoto {
	width: 400px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	float: left;
	margin: 0px 40px 0px 0px;;
}
#servfotocorp {	
	background-image:linear-gradient(to bottom, transparent 50%,#111), url("../imagens/portfolio/corp/corp_09.jpg");
}
#servfotosocial {	
	background-image:linear-gradient(to bottom, transparent 50%,#111), url(../imagens/portfolio/social/social_02.jpg");
}
.servicos .servcont .servdesc .servfoto .servtitleview {
	color: white;
	font-size:50px;
	height: 70px;
	text-align: center;
	margin-top: 100px;
	padding-top: 230px;
}
.servicos .servcont .servdesc .servlista {
	padding-top: 40px
}
.servicos .servcont .servdesc .servlista img {
	float: left;
	margin: 0px 15px 0px 0px;
}
.servicos .servcont .servdesc .servlista .servlistaitem {
	height: 80px;
	padding: 10px 0px 20px 0px;
}
.servicos .servnumeros {
	background-color: #E36114;
	padding: 15px 15px 20px 15px;
	color: white;
	text-align: center;
	width: 1070px;
	margin: 0px auto 0px auto;
}
.servicos .servnumeros th {
	font-size: 55px;
	font-weight:lighter;
	padding: 0px 50px 5px 50px;
	margin: 0px;
}
.servicos .servnumeros td {
	font-size: 15px;
	font-weight:lighter;
	padding: 0px;
	margin: 0px;
}