/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
    
}
/* 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; }

    .tools2{display: block;}

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

    .box-4{width: 100%;}

    .img-depo{width: 18%;}
    .txt-depoimento{width: 60%;}
    #box-depoimento .bx-wrapper .bx-next{right: 19%;}
    #box-depoimento .bx-wrapper .bx-prev{left: 82%;}

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

	#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{float: none; width: 80%;margin: 10px auto; min-height: 700px; }
}
/* 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;}

    #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: 90%; border-right: 0px; flex: none;}
	#box-tools-3-parte2 {width: 90%; flex: none;}
	.txt-box-3{text-align: left;}

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

	h1, h2 {font-size: 19px;}
	.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;}

	#mapa_novo{display: none;}
	#box-parceiros{display: none;}

	#rodape_telefone {   background: url('../img/phone.png')no-repeat left;   padding-left: 40px;   height: 43px;   padding-bottom: 10px;}
}