
.Centro{
	width: 950px;
}


header{
	position: absolute;
}


.CentroHeader{
	background: rgba(0, 0, 0, 0.3);
}

.Menu a{
	font-size: 18px;
}

.Sld{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	background: url("../imagens/slider.jpg");
	background-size: 100% auto;
	background-position: top;
}

.Sld img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10
}

.FundoEscuro{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
}

.BlocoSlider{
	width: 950px;
	height: auto;
	position: absolute;
}

 .Center-slider{
	 margin-top: 239px;
 }
 
 
.InfoSlider{
	width: 100%;
	height: auto;
	padding: 160px 0;
	z-index: 15;
	position: relative;
}

.InfoSlider .Titulo{
	position: relative;
	z-index: 15;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 50px;
	color: #fff;
	font-family: "Lato Heavy";
	text-transform: uppercase;
}

.InfoSlider .Conteudo{
	position: relative;
	z-index: 15;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-family: "Lato Regular";
	text-transform: uppercase;
}

.Botao{
	text-align: center;
	width: 100%;
}

.Botao a, .BtnA{
	padding: 15px;
	color: #fff;
	background: rgba(0, 102, 255, 0.5);
	border: 2px solid #0af;
	text-transform: uppercase;
	font-family: "Century Gothic";
	text-decoration: none;
	transition: 0.5s;
}

.Botao a:hover, .BtnA:hover{
	background: transparent;
	transition: 0.5s;
	border: 2px solid #fff;
	padding: 25px;
}

.Bloco-1-3{
	width: 280px;
	float: left;
}


/** footer */


.Coluna-1-Footer{	
	width: 25%;
	height: auto;
	float: left;
}

.Coluna-2-Footer{
	width: 48%;
	height: auto;
	float: left;
	margin-left: 1%;
}


.BlocoQuemSomos{
	background: url('../imagens/faixa-quem-somos.jpg') no-repeat;
	position: relative;	
	background-position: top;	
	background-attachment: fixed;
	top: 0;
}

.BlocoContato{
	background: url('../imagens/faixa-contato.jpg') no-repeat;
	background-position: bottom !important;
	position: relative;	
}

.BlocoServs{
	background: url('../imagens/faixa-servicos-realizados.jpg') no-repeat;
	background-position: top !important;
	background-attachment: fixed;
	position: relative;	
}

/**** contato -***/

.inputfull{
	width:94.6%;
}

.input1-3{
	width: 29% !important;
}


.inputc-3{
	width: 27.7% !important;
}

.textareadis{
	height: 180px;
	resize: none;
}