.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:100%;
	background:url(../imagens/bg-setas-p.png) no-repeat;
	height:169px;
}
.empresa-cx-titulo{
	margin:50px 0 0 650px;
	font-size: 30px;
	color:#272727;
	font-weight:700;
}
.empresa-cx-titulo-traco{
	margin-top: 10px;
	border: 2px solid #ea9c16;
	width:20%;
}
.empresa-tx{
	width:98%;
	line-height: 36px;
	padding:20px;
}
.empresa-tx a{
	color:#000000;
	text-decoration:none;
}
.empresa-tx h2{
	font-size:18px;
	line-height: 36px;
	font-weight:400;
}

@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;
}
.empresa-cx-titulo{
	margin:50px 0 0 250px;
}

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