.banner {
	width: 100%;
	height: 370px;
	background: url(../img/sobre-nos-100.jpg) top center no-repeat;
}

.box-texto {
	width: 100%;
	background: #EFEFEF;
	padding: 60px 0;
	color: #58585A;
}

.box-texto h1 {
	text-align: center;
	font-size: 30px;
	color: #58595B;
	margin-bottom: 10px;
}

.box-texto .texto1 {
	text-align: center;
	font-size: 14px;
	color: #58595B;
	margin: 0 auto;
	margin-bottom: 60px;
	font-weight: 600;
	max-width: 510px;
	margin-bottom: 40px;
}

.box-texto h2 {
	text-align: center;
	font-size: 30px;
	color: #58595B;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 400px;
}

.box-texto .texto2 {
	text-align: center;
	font-size: 14px;
	color: #58595B;
	margin: 0 auto;
	margin-bottom: 60px;
	font-weight: 600;
	max-width: 420px;
	margin-bottom: 50px;
}

.isotipo {
	width: 60px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: url(../img/isotipo-abcr.svg) top center no-repeat;
}

.obras {
	margin: 0 auto;
	width: 95%;
	max-width: 400px;
	text-align: center;
}

.obras .obra {
	margin-bottom: 15px;
	padding-bottom: 35px;
	background: url(../img/separador-obras-realizadas.svg) bottom center no-repeat;
	color: #818183;
	display: block;
}

.obras .titulo {
	font-size: 38px;
	color: #58595B;
	font-weight: 400;
	margin-bottom: 5px;
}

.obras .data {
	font-size: 30px;
	color: #58595B;
	font-weight: 300;
	margin-bottom: 5px;
}

.obras .endereco {
	font-size: 12px;
	font-weight: 400;
}


/* -----     Definições de breakpoints     -----*/

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

/* Dispositivos na vertical */
@media screen and (orientation:portrait) {
	
}

/* Celulares em geral */
@media screen and (max-width: 680px),
screen and (orientation:landscape) and (max-height: 500px) {
	.box-texto h2 {
		font-size: 26px;
	}

	.obras .titulo {
		font-size: 36px;
	}
}
/* ---------------------------------------------*/