*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

/*font-family: 'Roboto Condensed', sans-serif;*/

img{
	width: 100%;
	max-width: 500px;
}

.center {
	max-width: 1280px;
	padding: 0 2%;
	margin: 0 auto;
}

.w50 {
	padding: 0 2%;
	width: 50%;
}

.w33 {
	padding: 0 2%;
	width: 33.2%;
}

.w67 {
	padding: 0 2%;
	width: 66.7%;
}

.w25 {
	padding: 0 2%;
	width: 25%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


header {
	background-color: #ffffff;
	padding: 15px 0;
}

.mobile {
	display: none;
}

nav.desktop ul{
	position: relative;
	list-style-type: none;
	top: 50px;	
}

nav.desktop li{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	padding-left: 50px;

}

nav.desktop a{
	color: #222425;
	text-decoration: none;
}

nav.desktop a:hover{
	color: #105592;
	font-weight: bold;
}

.phone{
	color: #020202;
	font-size: 20px;
	margin-top: 15px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

.redes i {
	padding-top: 10px;
	font-size: 25px;
	color: black;
}

.redes a:hover i{
	color: #105592;
	font-weight: bold;
}

section.banner-container{
	width: 100%;
	height: 500px;
	position: relative;
}

.banner-single{
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 1;
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center;
}

.overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	z-index: 2;
	background-color: rgba(21,21,21,0.7);
}

section.banner-container .banner-single .overlay h2{
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 66px;
	color: #f9fbfc;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	z-index: 3;
	text-align: left !important;

}

.bullets {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 7;
}

.bullets span{
	margin: 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #444;
}

.bullets span.active-slider{
	background: white;
}

section.empresa {
	padding: 20px;
}

section.empresa .sobre {
	padding: 20px 0;
}

section.empresa h5 {
	font-size: 25px;
	letter-spacing: 1px;
	color: #0d0d0d;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
}

section.empresa img {
	padding: 20px 0;
	padding-bottom: 30px;
	width: 100%;
}

section.empresa p {
	font-size: 16px;
	line-height: 22px;
	color: #3c3737;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

section.portfolio {
	font-family: 'Raleway', sans-serif;
	position: relative;
}

section.portfolio h2{
	font-size: 25px;
	letter-spacing: 1px;
	color: #0d0d0d;	
	font-weight: 700;
}

section.portfolio p{
	font-size: 16px;
	letter-spacing: 1px;
	color: #0d0d0d;	
	font-weight: 400;
	line-height: 22px;
}

section.portfolio .box-portfolio{
	padding: 20px;
	position: relative;
}

section.portfolio .box-portfolio img{
	height: 350px;
	width: 350px;
	position: relative;
	z-index: 1;
}

section.portfolio .box-portfolio span{
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	background-color: rgba(0,0,0,.4);
	padding: 10px;
}

section.portfolio .box-portfolio:hover span{
	opacity: 1;
	text-decoration: underline;
	color: #ffffff;
}

section.contato{
	padding-top: 30px;
	background: #cdcfd1;
	font-family: 'Raleway', sans-serif;
}

section.contato h2{
	padding-top: 30px;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 80px;
}

section.contato p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #161513;
	font-weight: 300;
	padding-left: 80px;
}

section.contato a{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #161513;
	font-weight: 700;
}

section.contato p a:hover{
	color: #105592;
	font-weight: bold;
	cursor: pointer;
}

section.contato .form-contato form{
	width: 98%;
	max-width: 670px;
	font-size: 16px;
	color: #545454;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 20px;
	height: 50px;
	padding-left: 50px;
}

section.contato .form-contato form input[type=text]{
	width: 100%;
	max-width: 670px;
	font-size: 20px;
	color: #545454;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px;
	height: 50px;
	margin-bottom: 15px;
}

section.contato .form-contato form input[type=email]{
	width: 100%;
	max-width: 670px;
	font-size: 20px;
	color: #545454;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px;
	height: 50px;
	margin-bottom: 15px;
}

section.contato .form-contato form textarea{
	width: 100%;
	max-width: 670px;
	font-size: 20px;
	line-height: 24px;
	color: #545454;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px;
	height: 230px;
	margin-bottom: 15px;
	padding-top: 10px;
}

section.contato .form-contato form input[type=button]{
	width: 100%;
	max-width: 230px;
	font-size: 20px;
	color: #ffffff;
	background: #3c3c3b;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px;
	height: 50px;
	margin-bottom: 15px;
	cursor: pointer;
	border: none;
}

section.contato .form-contato form input[type=button]:hover{
	text-decoration: underline;
	color: #ffffff;
	background: #5f5f5e;
}

section.line{
	width: 100%;
	height: 10px;
	background: #105591;
}

section#map{
	width: 100%;
	height: 500px;
}

footer{
	width: 100%;
	height: 70px;
	background: #105591;
	color: #f9f6f1;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	justify-content: center;
	padding-top: 20px;
}

footer i{
	padding-right: 10px;
}




@media screen and (max-width: 1000px){
	section.banner-container .banner-single img{
	padding: 0 10px;
	height: 400px;
	width: 100%;
	border: 5px solid #ccc;
	background-size: cover;
	}

	nav.desktop{
		display: none;
	}

	.phone{
		display: none !important;
	}

	.redes{
		display: none !important;
	}

	nav.mobile{
		display: block;
	}

	.botao-menu-mobile{
		font-size: 30px;
		cursor: pointer;
		color: #222425;
	}

	nav.mobile ul{
		top: 55px;
		z-index: 4;
		position: absolute;
		left: 0;
		width: 100%;
		display: none;
		text-align: center;
	}

	nav.mobile li{
		font-weight: 300;
		width: 100%;
		display: block;
		background: #ffffff;
		border-bottom: 1px solid #222425;
		font-size: 17px;
		padding: 8px 0;
	}

	nav.mobile li a{
		display: block;
		color: #222425;
		text-decoration: none;
	}

	img{
		float: none !important;
		display: block;
		margin: 0 auto;
		max-width: 400px;
	}
	.w50{
		width: 100%;
		margin-top: 20px;
	}

	.w67{
		width: 100%;
	}

	.w33{
		width: 100%;
	}

	.w25{
		width: 100%;
	}

	section.calculo .w25{
		width: 100%;
		justify-content: center;
		margin: 0 auto;
		text-align: center;
		display: block;
		position: relative;
	}

	section.concertina{
		margin-bottom: 70px;
		line-height: 30px;
	}

	section.concertina h2{
		justify-content: center;
		margin: 0 auto;
		text-align: center;
		display: block;
		position: relative;
	}

	section.concertina p{
		justify-content: center;
		margin: 0 auto;
		text-align: center;
		display: block;
		position: relative;
	}

	section.concertina .box-concertina-itens ul{
		justify-content: center;
		margin: 0 auto;
		text-align: center;
		display: block;
		position: relative;
	}

	section.concertina .box-concertina-itens li img{
		justify-content: center;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-top: 15px;
	}

	section.concertina .box-concertina-itens ul li h4{
		justify-content: center;
		margin: 0 auto;
		text-align: center;
		display: block;
		position: relative;
	}

	section.contato{
		justify-content: center;
		margin: 0 auto;
		text-align: center;	
	}

}


@media screen and (max-width: 768px){
	img{
		float: none !important;
		display: block;
		margin: 0 auto;
		max-width: 400px;
	}

	.w50{
		padding: 20px;
		width: 100%;
		display: block;
	}

	.w25{
		width: 100%;
		padding-top: 20px;
		display: block;
	}

	.w67{
		width: 100%;
		padding: 30px;
		display: block;
	}

	.w33{
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	section.calculo .w25 ul{
		width: 100%;
	}

	section.calculo .w25 ul{
		width: 100%;
		margin-top: 20px;
		padding-top: 40px;
	}

	section.calculo .w25 ul li{
		width: 98%;
		margin: 0 auto;
		padding-top: 40px;
	}

}