body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

header {
	background: url("bg-1.jpg");
	background-size: cover;
	background-color: #25245e;
	padding-top: 150px;
}


h1 {
	font-size: 50px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: 0px 3px #f94455;
}

.imagem-header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	width: 700px;
	margin-bottom: 0;
}

.portfolio {
	padding-top: 100px;
}

h2 {
	font-size: 40px;
	color: #25245e;
	font-weight: 700;
	text-align: center;
	text-shadow: 0px 3px #f5c85c;
}

p {
	color: #25245e;
	text-align: center;
	margin-top: 10px;
	font-weight: 300;
	line-height: 1.5;
}

strong {
	font-weight: 700;
}

.grid-portfolio {
	margin-top: 30px;
	width: 100%;
}

.imagem-portfolio {
	display: inline-block;
	width: 25%;
	margin: -1.75px -1.8px;
}

.imagem-portfolio p {
	display: block;
	color: #ffffff;
	opacity: 0;
	width: 25%;
	position: absolute;
	text-decoration: none;
	margin-top: 30px;
}

.imagem-portfolio img {
	width: 100%;
}

.imagem-portfolio:hover {
	background: #25245e;
}

.imagem-portfolio:hover p {
	color: #ffffff;
	opacity: 1;
}

.imagem-portfolio:hover img {
	opacity: 0.1;
}

.quemsomos {
	max-width: 940px;
	position: relative;
	margin: 100px auto;
}

.quemsomos-texto {
	display: inline-block;
	width: 75%;
	vertical-align: top;
}

.quemsomos-texto p {
	text-align: left;
}

.quemsomos img {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

h3 {
	font-size: 40px;
	color: #25245e;
	font-weight: 700;
	text-align: left;
	text-shadow: 0px 3px #f5c85c;
	margin-bottom: 10px;
}

.quemsomos2 {
	position: relative;
	margin: 50px auto 0px auto;
	display: inline-block;
	text-align: center;
}

.quemsomos2-pessoa {
	position: relative;
	margin: 20px;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.quemsomos2-pessoa img {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

h4 {
	font-size: 30px;
	color: #f94455;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.contato {
	background: url("bg-2.jpg");
	background-size: cover;
	padding-top: 400px;
	padding-bottom: 100px;
	text-align: center;
}

.contato h5 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	text-shadow: 0px 3px #25245e;
}

.contato p {
	line-height: 1.2;
}

.contato img {
	margin-top:  40px;
	width: 60px;
}

.footer {
	margin-top: -20px;
	background: #25245e;
}

.footer p {
	padding: 50px;
	font-size: 12px;
	color: #ffffff;
}

.projeto {
	text-align: center;
}

.projeto h1 {
	font-size: 40px;
	text-align: center;
	color: #25245e;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 50px;
	text-shadow: 0px 3px #f5c85c;
}

.projeto img {
	max-width: 100%;
}

.voltar {
	margin-top: 50px;
	margin-bottom: 60px;
	width: 150px;
	max-width: 30%;
}

@media screen and (max-width: 480px) {

	header {
		padding-top: 50px;
	}

	.portfolio {
		padding-top: 50px;
	}

	p {
		font-size: 15px;
	}

	.imagem-portfolio {
		width: 50%;
	}

	.imagem-portfolio p {
		width: 50%;
	}

	.quemsomos {
		max-width: 90%;
		margin: 50px auto;
	}

	.quemsomos img {
		width: 150px;
	}

	.logo-desbravo {
		opacity: 0;
	}

	.quemsomos2 {
		margin-top: 50px;
	}

	.quemsomos2-pessoa {
		margin: 0px;
		width: 45%;
	}

	.quemsomos2-pessoa img {
		margin-bottom: 20px;
	}

	.contato {
		background: url("bg-2.jpg");
		background-size: 100%;
		padding-top: 80px;
		padding-bottom: 50px;
		text-align: center;
	}

	.contato img {
		margin-top:  20px;
		width: 50px;
	}

	.footer p {
		padding: 25px;
		font-size: 10px;
		color: #ffffff;
	}

	.projeto h1 {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.voltar {
		margin-top: 30px;
		margin-bottom: 40px;
		width: 125px;
		max-width: 30%;
	}

}