/* Início
   =================== */

.headerHome { 
	display: table; 
	height: 400px;
	position: absolute;
	width: 100%;
	z-index: 99;
   }

.headerHomeRes { 
	display: none; 
	height: 100px;
	position: relative;
	width: 100%;
   }

button.nav-botao { display: none; }

.sombreamento {
	display: table;
	background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
	height: 400px;
	position: absolute; 
	width: 100%;
	z-index: 9;
}

.tt-banner {
	font-family: "Raleway", sans-serif;
	font-size: 70px;
	font-weight: 500;
	padding-bottom: 80px;
	text-transform: uppercase;
}

.btn-banner {
	border: none;
	background-color: #f8f8f8;
	font-family: Raleway;
	font-size: 22px;
	margin: 40px;
	padding: 30px;
	width: 300px;
}


.tt-box {
	display: table;
	font-family: Raleway;
	margin: auto; 
	}

	.tt-h {
		font-size: 52px;
		margin: 0px;
		padding: 0px;
	}

	.tt-l {
		padding-left: 25px; 
		padding-right: 25px;
	}

	.tt-lr {
		border-top: 15px solid;
		margin-top: 7px;
		width: 100%;
		}

		.lr-blue { border-top-color: #290dca; }
		.lr-green { border-top-color: #149125; }
		.lr-yellow { border-top-color: #fbff0b; }


.area-servicos {
	background-color: #dddddd;
	padding-top: 60px;
	padding-bottom: 60px;
}


.area-sobre {
	display: flex;
	justify-content: space-between;
	}

	.area-sobre > div { width: 50%}
	
	.area-sobre-texto {
		font-size: 20px;
		padding: 40px;
		text-align: justify;
	}

.area-projetos {
	background-color: #dddddd;
	padding-top: 60px;
	padding-bottom: 60px;
}


.area-contactos {
	color: #ffffff;
	background: url(../../../docs/fotos/bg-contactos.jpg);
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

.tt-contacte { font-size: 52px; }

.form-edit {
	background: #8b8b8b;
	border: #8b8b8b 1px solid;
	border-radius: 12px;
	color: #ffffff;
}

.show-obras {
	display: flex;
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.obras-titulos{
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 20px;
	height: 60px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}