/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
   #telefone-topo {width: 36%;}
   .bx-wrapper .bx-prev {
    left: 70%;}
}
/* tablets */
@media only screen and (max-width : 992px) {
  
   	#telefone-topo{display: none;}
   	#div-logo-topo {
	    width: 439px;
	    height: 160px;
	    margin: 0px auto;
	    float: none;
	    background: url('../img/fundo-logo.png') no-repeat;
	    text-align: center;
	}
	#div-menu-topo{margin: 0px auto; padding: 0px 0px;height: 45px;}
	.menu {margin-top: 9px;}
    .galeria-fotos, .galeria-videos{width: 30%;}   
	.box-parceiro { margin: 20px auto; float:none; max-width:80%;min-height:150px; text-align:center;}
    #contato { width: 45%;}

    #box-tools-1{ min-height: 200px;}

	#validacoes{display: none;}
	#rodape-esquerdo { width: 45%;margin-right:5%;}
	#rodape-meio{width: 45%;}
	#rodape-direito{width: 100%;}
	#barra-topo {
    min-height: 110px;
    width: 100%;
    background: #FFFFFF;
}

#div-logo-topo img {
    padding-top: 33px;
    padding-left: 5px;
}
	
}
/* celulares */
@media only screen and (max-width : 768px) {
	#div-logo-topo{width: 377px;background: #fff;}	
	#div-logo-topo img{padding: 20px 0px; max-width: 100%;}

	.box-conteudo h1 {
		padding-top: 30px;
	}

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

	#box-ferramentas {min-height: 130px; width: 100%;}	
   	.ferramentas{width: 24%; margin: 10px auto;}

   	#box-tools-1{min-height: 385px;}
   	#texto-conteudo{width: 100%;}
   	#ferramenta-noticia{width: 100%;padding-top: 50px;padding-bottom: 80px;}
   	#ultimas-noticias{width: 100%;}

   	#box-tools-2{min-height: 320px;width: 100%;}
   	#inewsletter { width: 90%; height: 190px;}
   	#idocumentos { width: 90%;}

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

    #rodape-esquerdo { width: 100%;}
    #rodape-meio { width: 100%;}
    #rodape-direito { width: 100%;}

    .g-recaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; position: absolute;}
    .btnenvia, .btnreseta{margin-top: 40%; width: 31%;}
    .tb-form_formulario tr td button {margin-top: 40%;}

}


@media only screen and (max-width : 400px) {
	#div-logo-topo {
		width: 98%;
	}

	.ferramentas {
		width: 49%;
		padding-bottom: 27px;
	}	

	#box-ferramentas {
		min-height: 280px;
	}


}