/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
	ul.slimmenu li {width: 13%!important;}
	ul.slimmenu li a{font-size: 14px;}

	#bt-servico a{margin-top: -60px;}

}
/* tablets */
@media only screen and (max-width : 992px) {
	#wrap-topo{height: 200px; margin:0px auto;}

	#div-logo-topo {
	    width: 35%;
	    height: 145px;
	    position: static;
	    left: 0;
	    top: 0px;
	    margin: 0px auto;
	}

	#div-menu-topo {
	    width: 100%;
	    height: 55px;
	    float: none;
	}
	ul.slimmenu li a{padding: 18px 10px; width: 100%!important;}
	ul.slimmenu li{height: 55px;border-right:0px;}
	ul.slimmenu li a:hover{background:none; color: #c71218;}
	.menu{text-align: center;}
	ul.slimmenu li a:hover{padding-bottom: 5%;}

	.box-sobre{width: 100%;  }
	#box-sobre{min-height: 730px;}

	#box-servico {background: url('../img/bk-servico2.jpg')no-repeat center;}
	.box-servico {width: 61%;}	

	#bx-artg{margin: 20px auto 0px auto;}
	.bx-wrapper .bx-prev { left: 85%!important;}

	.data-art-new { width: 30%;}

	#rodape p { font-size: 1.0em;}
	#redes-sociais-rodape { width: 90%;}

	#rodape-esquerdo{height: 180px;}
	#rodape-direito{height: 180px;}



   
}
/* celulares */
@media only screen and (max-width : 768px) {
	#div-logo-topo { width: 300px;}
	
   .galeria{width: 100%;}

    #contato{border:none; width: 80%;position: static;}
    #contato-fundo{width:100%;}

    ul.slimmenu li{width: 100%!important;}

    #full-slider-wrapper{display: none;}
    #bt-servico{display: none;}

    .box-sobre img{display: none;}

    #box-servico {background: #01367A;}
    .box-servico {width: 95%;}	

    #box-noticia{display: none;}

    #rodape-esquerdo{height: auto; width: 100%; border-right: 0px; margin:0px;}
	#rodape-direito{height: auto; width: 100%;}

	#barra-foto-bts{width: 100%;}
	#box-galerias{width: 100%;}

	#rodape-fim a{display: none;}
	#rodape-fim p{width: 100%;}

       /*BOTÃO AJUDA CHAT*/
    #bt-ajuda-rodape{display: none;}
    /*BOTÃO AJUDA CHAT*/

}