#projeto h1 {
	margin-top: 59px;
	margin-bottom: 39px;
	width: 67%;
}
.projeto-logo {
	display: block;
	margin: auto;
	margin-top: 41px;
	max-width: 204px;
	min-height: 90px;
}

#projeto > .row > h4 {
	margin-top: 53px;
	margin-bottom: 63px;
	font-family: 'Raleway', sans-serif;
	font-size: 0.5rem;
	font-weight: normal;
}

#veja-mais {
	padding-top: 0;
}
#veja-mais h3 {
	margin-top: 0;
	margin-bottom: 0;
}
#veja-mais-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.veja-mais-proj {
	width: calc( 16.66% - 20px );
	margin: 0 10px 17px;
}
.proj-ilustra {
	position: relative;
	display: flex;
	padding-top: 50%;
	width: 100%;
}
.proj-ilustra img {
	position: absolute;
	bottom: 0;
	object-fit: cover;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	transition: 0.3s max-width, 0.3s max-height;
}
.veja-mais-proj:hover .proj-ilustra img {
	max-width: 100%;
	max-height: 100%;
}
.veja-mais-proj p {
	font-size: 12px;
	margin-top: 17px;
	margin-bottom: 17px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--branco);
	text-decoration: none;
}

@media (max-width: 991px) {
	#projeto > .row > h4 {
		font-size: 0.75rem;
		padding-left: 16px;
		padding-right: 16px;
	}
	.veja-mais-proj {
		width: calc( 33.33% - 20px );
	}
}
@media (max-width: 767px) {
	.projeto-logo {
		margin-top: 10px;
		margin-bottom: 25px;
	}
	#veja-mais h3 {
		margin-bottom: 20px;
	}
	#veja-mais-wrapper {
		margin-left: -5px;
		margin-right: -5px;
	}
	.veja-mais-proj {
		margin-left: 5px;
		margin-right: 5px;
	}
	.veja-mais-proj {
		width: calc( 33.33% - 10px );
	}
	.veja-mais-proj p {
		font-size: 11px;
	}
	#veja-mais {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}


