@media (min-width: 992px) and (max-width: 1199px){
.topo-fixo nav a{
	position:relative;
	float:right;
	font-size:16px;
	font-weight:100;
	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	margin-right:0px;
	//background:#093;
	margin-right:1%;
	margin-left:1%;
	margin-top:30px;
	}

.topo-fixo nav ul{
	padding:0px !important;
	
	position:relative;
	float:right;
	width:65%;
	margin-right:10px;
	}
.topo nav a{
	position:relative;
	float:right;
	font-size:16px;
	font-weight:100;
	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	margin-right:0px;
	//background:#093;
	margin-right:1%;
	margin-left:1%;
	margin-top:50px;
	}
.topo nav ul{
	padding:0px !important;
	
	position:relative;
	float:right;
	width:65%;
	margin-right:10px;
	}

.banner{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	//background:url(../imgs/banner.jpg) center no-repeat;
	//margin-top:168px;
	
	}
.servicos .box{
	position:relative;
	float:left;
	width:32.2%;
	
	}
.servicos .container{
	width:970px;
	
	
	}


.servicos .texto{
	position:absolute;
	font-size:24px;
	text-align:center;
	width:100%;
	//background:#000;
	top:137px;
	padding-left:25px;
	padding-right:25px;
	//margin-left:40px;
	}

.servicos .texto2{
	position:absolute;
	font-size:24px;
	text-align:center;
	width:100%;
	//background:#000;
	top:119px;
	padding-left:45px;
	padding-right:45px;
	//margin-left:40px;
	}

.produtos .container{
	width:870px;
	}


.produtos .item{
	
	width:100%;
	height:323px !important;
	}

.produtos .owl-prev {
    position: absolute;
    top: 135px;
    left: -60px;
}
.produtos .owl-next {
    position: absolute;
    top: 135px;
    right: -45px;
}

.contato .box-titulo{
	position:relative;
	float:left;
	width:32.5%;
	height:440px;
	background: #282870;
	//padding-top:83px;
	padding-left:51px;
	padding-top:43px;
	padding-right:51px;
	
	}


.footer .facebook{
	position:relative;
	float:right;
	width:250px;
	height:154px;
	color:#fff;
	font-size:24px;
	margin-top:163px;
	}

}