/* desktops tela pequena */
@media only screen and (max-width : 1200px) {
    
  #div-menu-topo {
  width: 63%;
  }

  #div-logo-topo img {
  text-align: center;
  margin: 16px 24px;
  width: 130px;
  }

  #div-logo-topo {
  width: 184px;
  height: 160px;
  margin-left: 3%;
  float: left;
  /* background: url(../img/fundo-logo.png) no-repeat; */
  margin-top: -10px;
  background-color: #c72323;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  }

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

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

  #inewsletter button{width: 26%;}

  #validacoes{width: 17%;}

  ul.slimmenu li a {
  display: block;
  color: #fff;
  padding: 14px 13px;
  font-size: 11px;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  }

}

/* tablets */
@media only screen and (max-width : 992px) {
    
  #wrap-conteudo {
  min-height: 500px;
  padding-top: 0px;
  }
  #selecaodecor{display: none;}    
  #wrap-topo {
  position: static;
  height: 240px;
  }

  #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;
  margin-top: 71px;
  }
  .menu{width: 100%; }

  #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) {

  #rodape h4 {
      font-size: 1.65em;
  }

  #box-tools-1 {
      width: 100%;
      float: none;
  }

  #meio_telefone{display:none;}

  #texto-conteudo p {
  color: #fff;
  font-size: 16px;
  font-family: Calibri;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
  }

  #div-logo-topo img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  }


  #box-atalhos{width: 100%; border:0px; }
  #box-infor{width: 100%; margin: 0px auto;}

  .ferramentas {width: 48%;}

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

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

}

@media only screen and (max-width : 450px) {
    
    ul.slimmenu li a {
    display: block;
    color: #fff;
    padding: 13px 13px;
    font-size: 19px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
    
    
    #ligue_form .btn-default {
    background: #cacaca;
    padding: 12px 40px;
    border: 0;
    border-radius: 25px;
    font-size: 15px;
}
    
    #ligue_form .btn-primary {
    background: #272727;
    padding: 12px 30px;
    border: 0;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    margin-right: 11px;
    margin-left: 34px;
}
    
    #ligamos h1 {
    font-size: 1.65em;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
}
    
    #ligue_form .form-group {
    margin-bottom: 15px;
    text-align: center;
}
    
    #ligue_form {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 16px;
    border: 2px solid #ea3637;
}
    
    #ligue_form .form-control {
    display: block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 auto;
}
    
    #wrap-rodape {
    min-height: 540px;
    /* height: auto; */
}
    
    #rodape-esquerdo {
    width: 100%;
    margin: 10px auto;
    float: none;
    border: 0px;
    margin-bottom: 60px;
}
    
    #box-atalhos h2 {
    color: #fff;
    font-size: 1.75em;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    clear: both;
    margin: 0 auto;
    }
    
    #box-atalhos {
    width: 100%;
    border: 0px;
    height: auto;
    margin-bottom: 20%;
    }
    #box-ferramentas {
    min-height: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 11% 0% 11% 0%;
    background: #272727;
    /* clear: both; */
    /* float: none; */
    margin-top: 30px;
    }
    .ferramentas img{
      width: 47%;
    }
    
}