/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
	#box-tools-2 {width: 99%;}
    #box-botoes-topo a {width: 33%; }

}
/* tablets */
@media only screen and (max-width : 992px) {
	#box-tools-1{display: block;}
    #tools1-1, #tools1-2, #tools1-3{width: 90%; float: none; margin: 5px auto; }

    .home-servico li {   line-height: 25px;   color: #fff;   font-size: 1.2em;   text-align: center;}
    ul li {margin-left: 0%;}

    .tools2{display: block;}

    .img-box-3{display: none;}
    .txt-box-3{width: 100%;}
    .txt-box-3-lef{width: 100%;}

    .box-4{width: 41%;}

    .img-depo{width: 17%;}
    .txt-depoimento{width: 47%;}
    #box-depoimento .bx-wrapper .bx-next{right:21%;}
    #box-depoimento .bx-wrapper .bx-prev{left: 82%;}

    .box-parceiro { margin: 20px auto; float:none; width:90%;min-height:300px; text-align:center;}

    #rodape{display: block; min-height: 400px;}
    #rodape-esquerdo{display: none;}
	#rodape-meio{width: 100%; margin-right: 0px; min-height: 120px; padding-left:	5%;   }
	#rodape-direito{width: 100%; margin-right: 0px; min-height: 140px; padding-left:	5%;   }
	#rodape-rede-social{width: 100%; min-height: 80px; padding-left:	5%;}


	#contato{width: 90%; float: none; margin: 5px auto;}
	#mapa-vendas{width: 90%; float: none; margin: 5px auto;}
	#mapa{width: 90%; float: none; margin: 5px auto;}

	#mapa_novo{width: 90%; float: none; margin:10px auto;}
}
/* celulares */
@media only screen and (max-width : 768px) {
    #banner{display: none; }
    header{position: static;}
    #box-botoes-topo{margin-bottom: 10px;}
    #topo-logo{width: 200px;}

    #box-botoes-topo a{margin-bottom: 1px; width: 277px;}


    #idocumentos-box-clique {margin-top: 10px; float: none;text-align: center;}

    #idocumentos-box-form input{width: 100%; float: none; margin:5px auto; text-align: center; padding: 0px;}
    #idocumentos-box-form button{width: 100%; float: none; margin:5px auto; text-align: center; padding: 0px;}

    #box-tools-3{display: block;}
    #box-tools-3-parte1 {width: 100%; border-right: 0px; flex: none;}
	#box-tools-3-parte2 {width: 100%; flex: none;}
	.txt-box-3{text-align: left;}

	h1, h2 {font-size: 18px;}


	#box-tools-5{display: none;}
	#bt-ver_news{display: none;}

	.img-box-4{display: none;}
	.txt-box-4{width: 100%;}

	#box-depoimento{display: none;}

	#inewsletter{width: 90%;}
	#form-inewsletter{height: 130px;}
	#inewsletter input{width: 100%;}
	#inewsletter button{width: 100%;margin: 2px auto;}

	.box-conteudo{margin-top: 45px;}
	.box-contato-geral{margin-top: 45px;}

	.galeria-fotos{width: 90%; float: none; margin: 5px auto;}
	.galeria-videos{width: 90%; float: none; margin: 5px auto;}

	#rodape_telefone {height: 14px;   padding-bottom: 48px;}
	#rodape a {color: #fff;   font-size: 1.0em;}

	.links-externos {
    width: 100%;
    clear: both;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 50px;
}

	.links-externos h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 30px;
    margin-top: 25px;
}
	
	#mapa_novo{display: none;}

}