/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
   #telefone-topo {width: 26%;}
   
   #abertura, #migracao{width:60%;margin:30px auto;}
}
/* tablets */
@media only screen and (max-width : 992px) {
    
    #abertura, #migracao{width:80%;margin:30px auto;}
    
   	#telefone-topo{display: none;}
   	#div-logo-topo {
	    width: 370px;
	    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;}
    .galeria-fotos, .galeria-videos{width: 30%;}   
	.box-parceiro { margin: 20px auto; float:none; max-width:80%;min-height:150px; text-align:center;}
    #contato { width: 80%;}

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

    #validacoes{display: none;}
    #rodape-meio{width: 35%;}
}
/* celulares */
@media only screen and (max-width : 768px) {
    


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

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

   	#box-tools-1{min-height: auto;}
   	#texto-conteudo{width: 100%;}
   	#ferramenta-calendario{width: 100%;}
   	#ultimas-noticias{width: 100%;}

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

    #contato{border:none; width: 96%;position: static; padding: 5px;}
    #contato-fundo{width:100%;}

    #wrap-rodape{ min-height: auto; float: left; }
    #rodape-esquerdo { width: 100%;}
    #rodape-meio { width: 100%;}
    #rodape-direito { width: 50%;}

    #div-logo-topo { width: 100%; background: #fff;}
    #div-logo-topo img { padding-left: 0px; }
    
    #abertura .enviar-form, #abertura .cancelar-form{ width: 100%; margin: 0px 0px 5px 0px; }

}