/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
 #div-logo-topo{ background: url('../img/fundo-logo-2.png') no-repeat; width: 280px;}
 #div-logo-topo img{margin: 25px 7%; width: 213px;}

 #div-menu-topo{width: 55%;}
 .menu{width:55%}

 #geral-meio{width: 100%;}
 #meio_telefone{width: 100%; margin: 10px auto;}

 #inewsletter button{width: 26%;}

 #validacoes{width: 17%;}

}
/* tablets */
@media only screen and (max-width : 992px) {
  #selecaodecor{display: none;}    
  #wrap-topo{position: static;height: 165px  }
  #div-logo-topo{background: none; text-align: center; float: none; margin: 0px auto; height: 110px;  }
  #div-menu-topo{width: 100%; float: none;margin: 0px auto; }
  .menu{width: 100%; }

   #wrap-conteudo{padding: 0px;}

   #box-tools-1{width: 94%; float: none;}
   #box-tools-2{width: 94%; float: none;}
   
   #box-ferramentas {min-height: 565px;}

   .ferramentas{width: 27%; min-height: 215px;}

   #contato {
    width: 90%;
    padding: 15px;   
    background-color: #ffffff;
    position: static;    
    color: #000;
    margin-left: 0%;
    margin-top: 1%;
    border:0px;
}

}
/* celulares */
@media only screen and (max-width : 768px) {	

  #full-slider-wrapper{display: none;}
  #box-atalhos{width: 100%; border:0px; }
  #box-infor{width: 100%; margin: 0px auto;}

  .ferramentas {width: 48%;}

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

  #idocumentos-form button{padding: 0%; font-size: 0.7em;}

  #inewsletter button{font-size: 0.6em;}
  #inewsletter p{margin-top: -13px;}

  #texto-inewsletter{height: 60px;}

  #wrap-rodape{min-height: 440px;}
  #rodape-esquerdo{width: 100%; margin: 10px auto; float: none; border:0px;}
  #rodape-meio{width: 100%; margin: 10px auto; float: none;}
  #validacoes{width: 100%; margin: 10px auto; float: none;}

  
  .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%;}



}