/* CONTENT */
.wrapper {
	padding: 0;
}




/* BOX PEÇA SEU ORÇAMENTO */
.boxPecaSeuOrcamento {
	display: block;
	padding: 40px 0;
	background: #057ab4;
	text-decoration: none;
}

.boxPecaSeuOrcamento .titleOrcamento {
	display: inline-block;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 3.2rem;
	line-height: 0.9em;
	color: #ffffff;
	letter-spacing: -0.05rem;
	text-transform: uppercase;
	text-shadow: 5px 3px 2px rgba(23,24,23,0.2);
}

.boxPecaSeuOrcamento .titleOrcamento .calc {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 24px;
	background: url(../img/icons/icon-calc.png) no-repeat center;
	background-size: auto 100%;
	box-shadow: 3px 5px 2px rgba(23,24,23,0.2);
	vertical-align: middle;
}

.boxPecaSeuOrcamento .titleOrcamento .text {
	vertical-align: middle;
}




/* BOX CONHEÇA O PROJETO */
.boxConhecaProjeto {
	background: #f4f4f4;
}

.boxConhecaProjeto .boxInfo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	width: 50%;
	z-index: 50;
}

.boxConhecaProjeto .boxInfo .text {
	display: block;
	margin: 0 auto;
	max-width: 505px;
}

.boxConhecaProjeto .boxInfo .text p {
	font-size: 1rem;
	line-height: 1.8em;
}

.boxConhecaProjeto .boxShadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 3px);
	transform: translateX(-50%);
	width: 5px;
	box-shadow: 6px 0 10px rgba(24,23,24,0.3);
	z-index: 25;
}

.boxConhecaProjeto .boxImage img {
	display: block;
}




/* ÚLTIMAS NOTÍCIAS */
.boxListaNoticias {
	padding: 50px 0;
}

.boxListaNoticias ul {
	padding: 70px 0 0 0;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440px */
@media screen and (max-width: 1440px) {

}


/* 1377px */
@media screen and (max-width: 1377px) {

}


/* 1280px */
@media screen and (max-width: 1280px) {

}


/* 1170px */
@media screen and (max-width: 1170px) {
	/* BOX PEÇA SEU ORÇAMENTO */
	.boxPecaSeuOrcamento .titleOrcamento {
    font-size: 2.7rem;
    line-height: 0.9em;
	}

	.boxPecaSeuOrcamento .titleOrcamento .calc {
    margin: 0 10px 0 0;
    padding: 20px;
	}
}


/* 960px */
@media screen and (max-width: 960px) {
	/* BOX PEÇA SEU ORÇAMENTO */
	.boxPecaSeuOrcamento {
		padding: 25px 0;
		text-align: center;
	}

	.boxPecaSeuOrcamento .titleOrcamento {
		display: block;
		margin: 0 0 20px 0;
	}

  .boxPecaSeuOrcamento .button {
	  float: none;
  }
}


/* 768px */
@media screen and (max-width: 768px) {

}


/* 640px */
@media screen and (max-width: 640px) {
	/* BOX PEÇA SEU ORÇAMENTO */
	.boxPecaSeuOrcamento .titleOrcamento {
    font-size: 2rem;
    line-height: 1.1em;
	}

	.boxPecaSeuOrcamento .titleOrcamento .calc {
		padding: 16px;
	}
}


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

}


/* 320px */
@media screen and (max-width: 320px) {

}