body{
	font-family: 'Exo', Helvetica, Arial, sans-serif;
}
img{
	max-width: 100%;
}
.container{
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
}
header{
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}
.header{
	position: relative;
	top: 24px;
	margin-bottom: 20px;
}
.fixo{
	position: fixed;
	margin-top: -24px;
	background-color: #fff;
	z-index: 999;
	width: 100%;
}
.menu{
	position: absolute;
	top: 0;
	left: 9.256756756756757%;
	font-size: 14px;
	text-transform: uppercase;
}
.menu_list_item{
	list-style: none;
	display: inline-block;
	cursor: pointer;
}
.menu_list_item a{
	padding: 21px 14px;
}
.menu_list_item--left{
	position: absolute;
	left: 9.256756756756757%;
}
.menu_list_item--center{
	position: absolute;
	left:40%;
}
.menu_list_item--right{
	position: absolute;
	right:0;
}
.dados{
	position: relative;
	bottom: 20px;
	width:100%;
}
.sobre{
	line-height: 32px;
}
.sobre__missao{
	font-size: 22px;
	text-align: center;
	padding: 40px;
}
.sobre__sobre{
	margin-top: 30px;
	font-size: 18px;
	padding: 40px 0;
}
.sobre__architecture{
	background-color: #000;
	color: #fff;
	padding: 4px;
}

.portfolio{
	background-color: #eee;
	padding-bottom: 80px;
}
.portfolio_portfolio{
	font-size: 24px;
	text-align: center;
	padding-top: 40px;
}
.portfolio-imgs img{
	width: 30%;
	margin-right: 3%;
	margin-top:40px;
}
.contato__contato{
	font-size: 22px;
	text-align: center;
	padding:40px;
}
input{
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
	margin-top: 8px;
}
textarea{
	width: 100%;
	margin-top: 8px;
	margin-bottom: 20px;
}
.enviar{
	background-color: #000;
	color: #fff;
	border: 0;
	border-radius:0;
}
.voltarTopo{
	position: fixed;
	display: none;
	right: 40px;
	bottom: 30px;
	font-size: 30px;
}

h4{
	padding-top: 10px;
}
.caption-info{
	width: 80%;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}
.imagens{
	margin-top: 20px;
	padding-top: 169px;
}
.sobre img{
	width: 100%;
}
.header button{
		display: none;
	}
#copyright{
	text-align: center;
    font-size: small;
    border-top: 1px solid #767676;
    padding-top: 5px;
}
@media screen and (max-width: 809px){
	.portfolio-imgs img{
		width: 28%;
	}
}

@media screen and (max-width: 768px){
	.header{
		padding: 0 10px;
	}
	.header img{
		width: 20%;
	}
	.dados{
		display: none;
	}
	.header button{
		display: block;
		position: absolute;
		right: 8px;
		top: 0;
		border: 0;
		background-color: transparent;
		font-size: 24px;
	}
	.menu{
		display: none;
		position: fixed;
		left: 60%;
		width: 40%;
		height: 100%;
		text-align: right;
		padding-top: 40px;
		background-color: #eee;
		box-shadow: 0px 0px 5px #000;
	}
	.menu--mostra{
		display: block;
	}
	.menu_list_item{
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}
	.portfolio-imgs img{
		width: 100%;
		margin-right: 0;
		padding: 0 10px;
	}
	.owl-carousel .owl-wrapper-outer{
		padding-left: 20px !important;
	}
	p{
		padding: 0 10px;
	}
	.contato{
		padding: 0 10px;
	}
}