@media only screen and (max-width: 1000px) {

  body header {
    height: 60px;
    padding: 0 20px;
    z-index: 3;
    position: fixed;
  }

  body header .logo {
    width: 200px;
  }

  body header .logo svg {
    width: 100%;
    height: auto;
  }

  body header .hamburger {
    position: absolute;
    right: 6px;
    top: 2px;
    z-index: 3;
    display: inline-block !important;
    left: auto;
  }

  body header nav {
    display: none;
  }

  body .menuMob {
    position: fixed;
    width: 90%;
    height: 100%;
    backdrop-filter: blur(11px);
    background: rgba(26, 37, 54, 0.9);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    display: block !important;
    transition: ease all .2s;
    right: -100%;
  }

  body nav ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  body nav ul li a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
  }

  body .menuMob.open {
    right: 0;
  }

  body .wppFlutuante {
    z-index: 2;
    right: 20px;
    bottom: 20px;
  }

  body .banner .txt {
    gap: 10px;
    padding-top: 60px;
  }

  body .banner .txt h2 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 900;
    letter-spacing: 1px;
  }

  body .banner .txt .botao {
    width: 300px;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
  }

  body main {
    overflow: hidden;
  }

  body main .servicos .boxesServ {
    flex-direction: column;
    padding: 0 20px;
  }

  body main .servicos {
    padding: 30px 0;
  }

  body main .servicos .title {
    margin: 0 0 30px;
    font-size: 25px;
  }

  body main .servicos .boxesServ .boxServ h2 {
    font-size: 16px;
  }

  body main .servicos .boxesServ .boxServ p {
    font-size: 12px;
  }

  body main .clientes {
    padding: 30px 0;
  }

  body main .clientes .container {
    text-align: center;
  }

  body main .clientes .container .title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 25px;
  }

  body main .clientes .container .vejaMais {
    float: none;
    display: inline-block;
    margin: 50px auto auto;
    background: #1d1d1d;
  }

  body main .clientes .detail {
    height: 100%;
  }

  body footer {
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: darken;
    padding-bottom: 30px;
    background-size: 100% auto;
    overflow: hidden;
  }

  body footer .container .top {
    padding: 30px 0;
  }

  body footer .container .top .telEnd {
    width: 100%;
  }

  body footer .container .top .telEnd .tel p {
    font-size: 12px;
  }

  body footer .container .top .telEnd .end {
    display: flex;
    align-items: center;
  }

  body footer .container .top .telEnd .end address {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: normal;
  }

  body footer .container .top .logo-redes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0 0;
  }

  body footer .container .top .logo-redes .logo {
    width: 250px;
  }

  body footer .container .bottom a {
    font-size: 13px;
  }

  body footer .container .bottom p {
    font-size: 13px;
  }

  /*=== === EMPRESA === ===*/

  body main .empresa .tit {
    margin-bottom: 30px;
  }

  body main .empresa .tit .title {
    font-size: 20px;
    height: 23px;
    left: 0px;
    padding-left: 20px;
    text-shadow: 1px 1px 3px #000;
  }

  body main .empresa .tit img {
    border-radius: 10px;
  }

  body .empresa .boxesMVV {
    flex-direction: column;
    padding: 0 20px;
  }

  body .empresa .boxesMVV.desk {
    display: none !important
  }

  body .empresa .boxesMVV.mob {
    display: flex !important
  }

  body .empresa .boxTexto p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 25px;
    color: #fff;
  }

  .google .container img {
    border-radius: 10px;
  }

  /*=== === SERVIÇOS === ===*/

  body main .servicos .tit {
    margin-bottom: 30px;
  }

  body main .servicos .tit .title {
    font-size: 20px;
    height: 23px;
    left: 0px;
    padding-left: 20px;
    text-shadow: 1px 1px 3px #000;
  }

  body main .servicos .tit img {
    border-radius: 10px;
  }

  .servicos .serv-accordion button {
    display: block;
    position: relative;
    margin: 50px 0 10px;
  }

  .servicos .serv-accordion button .titulo {
    width: 244px;
    float: left;
    z-index: 1;
    position: relative;
  }

  .servicos .serv-accordion button .titulo h2 {
    font-size: 12px;
    width: 191px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
  }

  .servicos .serv-accordion button .titulo svg {
    padding: 5px;
    background: #2F2F2F;
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 10px;
  }

  .servicos .serv-accordion .linha {
    height: 3px;
    background: #2f2f2f;
    width: 100%;
    float: left;
    position: absolute;
    top: 25px;
    margin: 0;
    left: 0;
  }

  .servicos .btn-primary span {
    color: #FFF;
    font-size: 26px;
    top: 14px;
    float: right;
  }

  .servicos #iconMinus {
    top: 11px;
    z-index: 1;
    position: relative;
  }

  .servicos .btn-primary.dir .titulo {
    float: right
  }

  .servicos .btn-primary.dir span {
    float: left;
  }

  .servicos .serv-accordion .conteudo {
    padding: 0 10px;
  }

  .servicos .serv-accordion .conteudo p {
    font-size: 13px;
  }

  .servicos .collapsed #iconPlus {
    z-index: 1;
    position: relative;
  }



  /*=== === CLIENTES === ===

  .clientes .boxClientes {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  /*=== === CONTATO === ===*/

  .contato .title {
    margin: 0 0 30px;
    font-size: 25px;
  }

  .contato .map {
    width: 100%;
  }

  .contato .formulario {
    position: relative;
    float: left;
    right: auto;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }

  /*=== === AVISO DE PRIVACIDADE === ===*/

  #aviso .aviso .container .title {
    margin: 0 0 30px;
    font-size: 25px;
  }

  #aviso .aviso .container .boxTexto h3 {
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    float: left;
  }

  #aviso .aviso .container .boxTexto h4 {
    font-size: 16px;
    margin-bottom: 17px;
    width: 100%;
    float: left;
  }

  #aviso .aviso .container .boxTexto p {
    font-size: 13px;
    float: left;
  }

  .numeros .container .num {
    font-size: 22px;
  }

  .numeros .container .numero1 {
    bottom: 73%;
    width: 60px;
    left: -26%;
    top: auto;
  }

  .numeros .container .numero2 {
    top: 42%;
    left: 13%;
  }

  .numeros .container .numero3 {
    top: 42%;
    right: 12%;
  }

  .numeros .container .numero4 {
    bottom: 18%;
    width: 100px;
    right: -9%;
  }



}