/* 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: 5px 7%;
    width: 213px;
  }
  .box-conteudo {
    width: 80%;
    margin: 40px auto;
    padding-top: 1px;
  }
  #div-menu-topo {
    width: 55%;
  }
  .menu {
    width: 55%
  }
  #geral-meio {
    width: 100%;
  }
  #meio_telefone {
    width: 100%;
    margin: 10px auto;
  }
  #validacoes {
    width: 17%;
  }
}

/* tablets */

@media only screen and (max-width: 992px) {
  #barra-topo {
    background: #a90d0d;
  }
  #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;
  }
  #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%;
  }
}

@media only screen and (max-width: 500px) {
  #img-fone {
    margin-left: 15%;
  }
  #txt-fone {
    font-size: 0.88em;
  }
}

@media only screen and (max-width: 320px) {
  #img-fone {
    display: none;
  }
  #meio_telefone {
    width: 100%;
    /*margin: 10px 45px;*/
  }
}