/* LISTA SERVIÇOS */
.listaServicos {
	margin: 0 0 70px 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.listaServicos .itemServico	{
	display: inline-block;
	width: calc(33.3333% - 26px);
	margin: 0 13px 26px 13px;
	vertical-align: top;
}

.listaServicos .itemServico .image {
	width: 100%;
}

.listaServicos .itemServico .boxText {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 199px;
	padding: 0 40px;
	background: url(../img/backgrounds/bg-gradient-purple.jpg) no-repeat left top;
	background-size: cover !important;
}

.listaServicos .itemServico:nth-of-type(2) .boxText,
.listaServicos .itemServico:nth-of-type(5) .boxText,
.listaServicos .itemServico:nth-of-type(8) .boxText {
	background-image: url(../img/backgrounds/bg-gradient-darkred.jpg);
}

.listaServicos .itemServico .boxText .titleServico {	
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff;	
}

.listaServicos .itemServico .boxText .titleServico .caption {
	display: block;
	margin: 10px 0 0 0;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	color: #fff;
}




.boxRegistros {
	min-height: 122px;
	margin: 10% 0 0 0;
	padding: 0 0 0 130px;
	background: url(../img/icons/icon-clipboard.png) no-repeat left top;
}

.boxRegistros ul {
	padding: 0 0 0 14px;
	list-style: none;
}

.boxRegistros ul li {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	color: #691656;
}

.boxRegistros ul li:last-of-type {
	margin: 0;
}

.boxRegistros ul li span {
	display: inline-block;
	margin: 0 10px 0 -25px;
	padding: 5px;
	background: #fff;
	border: 1px solid #691656;
	border-radius: 50%;
}

#Projetos {
	padding: 74px 0;
	background: url(../img/backgrounds/bg-image-3.jpg) no-repeat center;
	background-size: cover;
}

#TitleProjetos.backgroundLine::before,
#TitleProjetos.backgroundLine::after {
	width: calc(50% - 119px);
}

.listaProjetos {
	margin: 50px 0 0 0;
	font-size: 0;
	line-height: 0;
}

.listaProjetos .projeto {
	display: inline-block;
	width: calc(25% - 70px);
	margin: 0 35px;
	text-align: center;
	vertical-align: top;
}

.listaProjetos .projeto .icon {
	display: inline-block;
	margin: 0 0 20px 0;
	max-height: 72px;
}

.listaProjetos .projeto .titleProjeto {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	color: #1b1b1b;
}

#OutrosServicos {
	padding: 65px 0;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1200px */
@media screen and (max-width: 1200px) {

}


/* 1024px */
@media screen and (max-width: 1024px) {
	.listaServicos {
		margin: 0 -1vw 50px -1vw;
	}
	
	.listaServicos .itemServico {
    width: calc(50% - 2vw);
    margin: 0 1vw 2vw 1vw;
	}
	
	.listaServicos .itemServico:nth-of-type(odd) .boxText {
		background-image: url(../img/backgrounds/bg-gradient-purple.jpg);
	}
	
	.listaServicos .itemServico:nth-of-type(even) .boxText {
		background-image: url(../img/backgrounds/bg-gradient-darkred.jpg);
	}
	
	.boxRegistros {
		min-height: 101px;
		margin: 30px 0 0 0;
		padding: 0 0 0 107px;
		background-size: 94px auto;
	}
	
	.boxRegistros ul li {
		font-size: 20px;
    line-height: 1em;
	}
	
	
	/* PROJETOS */
	.listaProjetos {
		margin: 35px 0 0 0;
	}
	
	.listaProjetos .projeto {
		display: inline-block;
		width: calc(50% - 40px);
		margin: 20px;
	}
}


/* 768px */
@media screen and (max-width: 768px) {	
	.listaServicos .itemServico .boxText .titleServico {
		font-size: 23px;
		line-height: 1.2em;	
	}
	
	
	
	/* PROJETOS */
	#TitleProjetos.backgroundLine::before,
	#TitleProjetos.backgroundLine::after {
    width: calc(50% - 100px);
	}
	
	.listaProjetos .projeto .icon {
    max-height: 48px;
	}
	
	.listaProjetos .projeto .titleProjeto {
		margin: 0 auto;
		max-width: 280px;
		font-size: 19px;
		line-height: 1.2em;
	}
}


/* 576px */
@media screen and (max-width: 576px) {
	.listaServicos {
		max-width: 400px;
		margin: 0 auto 30px auto;
	}
	
	.listaServicos .itemServico {
    width: 100%;
    margin: 0 0 20px 0;
	}
	
	
	
	.boxRegistros {
		min-height: 101px;
		margin: 20px 0 0 0;
		padding: 0 0 0 87px;
		background-size: 74px auto;
	}
	
	.boxRegistros ul {
		margin: 10px 0;
	}
	
	.boxRegistros ul li {
		margin: 0 0 14px 0;
		font-size: 18px;
    line-height: 1em;
	}
	
	.boxRegistros ul li span {
		padding: 4px;
	}
	
	
	/* PROJETOS */
	#TitleProjetos.backgroundLine::before,
	#TitleProjetos.backgroundLine::after {
    width: calc(50% - 80px);
	}
	
	.listaProjetos {
		margin: 45px 0 0 0;
	}
	
	.listaProjetos .projeto {
		display: block;
		width: 100%;
		margin: 0 0 40px 0;
	}
	
	.listaProjetos .projeto:last-of-type {
		margin: 0;
	}
	
	.listaProjetos .projeto .icon {
		margin: 0 0 10px 0;
	}
}