.topo{
	background:url(../imagens/banner1.jpg);
	height:250px;
}
.faixa{
	width:100%;
	background:#eeeeee;
	height:50px;
	padding:0px 20px 20px;
	font-size:18px;
	font-weight:700;
}
.faixa2{
	display:none;
}
a.bt1 {
	background:#ea9c16;
	padding:10px;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	margin-left:50px;
	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{
	max-width: 33%;
	float:left;
	position: relative;
  }
.servicos-cx img{
	max-width:100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.servicos-cx-titulo{
	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-cx:hover .overlay {
  bottom: 0;
  height: 100%;
}
.texto {
  white-space: nowrap; 
  color: white;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
}
.texto a{
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
}

.contato{
	max-width:1166px;
	margin:0 auto;
}
.contato-cx{
	float:left;
	width:51%;
	background:url(../imagens/bg-setas.png) right;
	height:333px;
}
.contato-cx-titulo{
	margin:120px 0 0 250px;
	font-size: 30px;
	color:#272727;
	font-weight:700;
}
.contato-cx-titulo-traco{
	margin-top: 10px;
	border: 2px solid #ea9c16;
	width:20%;
}
.contato-tx{
	float:right;
	width:95%;
	font-size:18px;
	margin-top:90px;
	line-height: 36px;
	text-align:center;
}

.servicos label {
    display: block;
    margin: 0px 0px 5px;
}
.servicos input[type="text"], .servicos input[type="email"], .servicos textarea,.servicos 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;
}
.servicos 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;
}
.servicos textarea{
    height:100px;
}

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

@media all and (max-width : 991px) {
a.bt1 {
	margin-left:30px;
	font-size:14px;
}
a.bt2{
	margin-left:30px;
	font-size:14px;
}
}
@media all and (max-width : 900px) {
.faixa{
	display:none;
}
.faixa2{
	width:100%;
	background:#eeeeee;
	min-height:100px;
	padding:0px 20px 20px;
	font-size:18px;
	font-weight:700;
	display:block;
	text-align:center;
}
a.bt3 {
	background:#ea9c16;
	padding:10px;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	font-size:16px;
}
a:hover.bt3{
	background:#eacf16;
}
a.bt4{
	background:#eeeeee;
	padding:10px;
	border:#666666 solid 1px;
	border-radius:5px;
	text-decoration:none;
	color:#000;
	margin-left:50px;
	font-size:16px;
}

}
@media all and (max-width: 700px) {
.servicos-cx{
	max-width: 50%;
  }
  }
@media all and (max-width: 620px) {
.topo{
	background-position:center;
	height:370px;
}
}
@media all and (max-width: 530px) {
a.bt4{
	display:none;
}
}


@media screen and (max-width: 1230px) {
.servicos{
	padding-left: 5%;
	}
}
@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;
}
}