

@media (max-width: 1024px) {

  .center {
  	width: 100%;
  }
  #top_banner h1 {
    width: 74px;
    height: 50px;
    background: url(../imagens/logo.png) center center no-repeat;
    background-size: cover;
    margin-top: 15px;
    margin-left: 15px;
  }
  #top_banner .top ul{
    padding: 0;
  }
  #top_banner .top li{
    display: none;
  }
  #top_banner .top li.bt_whats{
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 15px;
    margin-top: 30px;
  }
  #top_banner .top a.call{
    padding: 0;
    padding-right: 40px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../imagens/call.jpg) right center no-repeat;
    background-size: auto 100%;    
  }
  .headerText h2{
    font-size: 14px;
  }
  .headerText h3{
    font-size: 42px;
    line-height: 14px;
    padding-top: 15px;
    padding-bottom: 35px;
    letter-spacing: -3px;
  }
  .headerText h4{
    font-size: 20px;
    line-height: 24px;
  }
  .headerText .lin1{
    width: 15%;
    left: 20%;
    top: 11px;
  }
  .headerText .lin2{
    width: 15%;
    right: 20%; 
    top: 11px;   
  }
  #top_banner .social{
    right: 5px;
    top: 25%;
  }
  .headerText p{
    width: 50%;
    left: 25%;
    height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerText p a{
    font-size: 13px;
  }
  #quem_sec2 h2{
    margin-top: 40px;
    margin-left: 25px;
  }
  #quem_sec2{
    top: 0;
    padding-bottom: 45px;
  }
  #quem_sec2 span.linha{
    top: 57px;
    width: 90px;
    left: 60%;
  }
  #quem_sec2 p {
    margin-left: 25px;
    text-align: justify center;
    margin-top: 80px;
    width: 85%;
    line-height: 24px;
    font-size: 14px;
  }
  #quem_sec2 img{
    width: 86%;
    margin: 0;
    float: none;
    margin-left: 25px;
    margin-top: 25px;
  }
  #quem_sec2 figure{
    display: none;
  }
  #services{
    padding-bottom: 0;
  }
  #services h2 {
      font-size: 24px;
      margin-top: 40px;
  }
  #services p {
      text-align: center;
      font-family:'lato';
      font-size: 14px;
      line-height: 26px;
      padding-left: 45px;
      padding-right: 45px;
      padding-bottom: 35px;
  }
  #services .linha {
    width: 15%;;
    left: 15%;
    top: 57px;
  }

  #services .linha1 {
    width: 15%;
    right: 15%;
    top: 57px;
  }
  #services .interno{
    width: 85%;
    margin-top: 0px;
    margin-left: 25px;
    float: none;
    margin-bottom: 15px;
  }
  #services .interno img{
    display: block;
    width: 100%;
  }
  #services h3 {
      font-size: 15px;
  } 
  #services .interno p{
    line-height: 20px;
    padding-top: 15px;
  }
  #sobre h2 {
      margin-top: 25px;
      margin-left: 25px;
      font-size: 24px;
      position: static;
  }  
  #sobre .line {
    width: 15%;
    height: 1px;
    left: 130px;
    top: 17px;
  }
  #sobre p {
    margin-top: 10px;
    margin-left: 25px;
    line-height: 24px;
    width: 85%;
    text-align: left;
    position: static;
  } 
  #sobre img {
    margin-top: 25px;
    float: none;
    display: block;
    width: 85%;
    margin-left: 25px;
  } 
  #sobre img.margem{
    padding-bottom: 45px;
  }  
  #sobre figure{
    display: none;
  } 
  #contato{
    display: table;
    margin-top: 5px;
  }
  #contato .contato h3{
    font-size: 28px;
    padding-top: 35px;
  } 
  #contato .contato form{
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #contato .contato form input[type=text],
  #contato .contato form input[type=tel],
  #contato .contato form input[type=email]{
      margin-bottom: 15px;
  }
  #contato .contato form input[type=submit]{
      width: 180px;
      height: 42px;
      padding-top: 2px;
      font-size: 14px;
  }
  .coluna_rodape{
    background: #101820;
    padding-bottom: 25px;
  }
  .coluna_rodape p{
    width: 80%;
    margin-left: 25px;
    padding-top: 25px;
  }  
  #footer .sociaul{
    padding-top: 15px;
    padding-left: 20px;
  } 
  #footer .center p.oab{
    padding-left: 25px;
  } 
  #footer .center p.direitos{
    right: 15px;
    top: -6px;
  }     
}