.topo-spda{
	background:url(../imagens/banner4.jpg);
	height:250px;
	background-position: center;
}
.topo-instalacoes{
	background:url(../imagens/banner-projetos-instalacoes.jpg);
	height:250px;
	background-position: center;
}
.topo-cabeamento{
	background:url(../imagens/banner3.jpg);
	height:250px;
	background-position: center;
}
.topo-entrada{
	background:url(../imagens/banner5.jpg);
	height:250px;
}
.topo-solar{
	background: url(../imagens/banner2.jpg);
	height:250px;
	background-position: center;
}
.topo-laudos{
	background: url(../imagens/banner6.jpg);
	height:250px;
	background-position: center;
}
.faixa{
	width:100%;
	background:#eeeeee;
	height:120px;
	padding:0px 20px 20px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	}
a.bt1 {
	background:#ea9c16;
	padding:10px;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	font-size:16px;
}
a:hover.bt1{
	background:#eacf16;
}
a.bt2{
	background:#eeeeee;
	padding:10px;
	border:#666666 solid 1px;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	margin-left:50px;
	font-size:16px;
}
a:hover.bt2{
	background:#c8c8c8;
	border:#999999 solid 1px;
}
.empresa{
	max-width:1166px;
	margin:0 auto;
}
.empresa-cx{
	float:left;
	width:51%;
	background:url(../imagens/bg-setas.png) right;
	height:333px;
}
.empresa-cx-titulo{
	margin:120px 0 0 250px;
	font-size: 30px;
	color:#272727;
	font-weight:700;
}
.empresa-cx-titulo-traco{
	margin-top: 10px;
	border: 2px solid #ea9c16;
	width:20%;
}
.empresa-tx{
	float:right;
	width:46%;
	margin-top:60px;
}
.empresa-tx h2{
	font-size:18px;
	line-height: 36px;
	font-weight:400;
}
.servicos{
	clear:both;
}

.servicos h2{
	font-size:16px;
}
.servicos-cx-titulo h1{
	margin:20px auto;
	font-size: 30px;
	color:#272727;
	font-weight:700;
}
.servicos-cx-titulo-traco{
	margin-top: 10px;
	border: 2px solid #ea9c16;
	width:5%;
}
.servicos-texto{
	width:65%;
	float:left;
	text-align:justify;
	line-height:36px;
}
.servicos-texto h2{
	font-size:14px;
	font-weight:400;
}
.servicos-texto a {
	text-decoration:none;
	color:#000;
}
.servicos-texto a:hover{
	text-decoration:underline;
	color:#000;
}
.lateral-form{
	width:27%;
	float:right;
	margin-top:50px;
	padding:0 20px 20px 0;
}
.lateral-form span{
	font-size:18px;
	text-transform:uppercase;
}
.lateral-form label {
    display: block;
    margin: 0px 0px 5px;
}
.lateral-form input[type="text"], .lateral-form input[type="email"], .lateral-form textarea,.lateral-form select{
    color: #888;
    height: 24px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 95%;
	border:#FF7200 1px solid;
}
.lateral-form select {
    background: #FFF url(../down-arrow.png) no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 95%;
    height: 30px;
}
.lateral-form textarea{
    height:100px;
}

.lateral-form input.botao{	
	background:#FF9900;
	color:#FFFFFF;	
	border:1px solid #F9B38A;
	padding: 10px;
}

@media screen and (max-width: 1230px) {
.servicos{
	padding-left: 5%;
	}
}
@media all and (max-width: 796px) {
.servicos-texto{
	width:95%;
}
.lateral-form{
	width:95%;
	float:left;
}

  }
@media all and (max-width: 700px) {
.servicos-cx{
	max-width: 50%;
  }
  }
@media screen and (max-width: 614px) {
.ft-destaque{
	margin:0 auto 0 auto;
}
}
@media screen and (max-width: 430px) {
#banner{
	height:auto;
}
.servicos-cx{
	max-width: 100%;
  }
  }
@media screen and (max-width: 320px) {
.servicos{
	margin-left:6px;
}
}