@media screen and (max-width: 992px) {
  .container {
    width: 98%;
  }

  .dv-title h1 {
    font-size: 20px;
  }

  .container-top {
    text-align: center;
  }

  .container-top .logo img {
    width: 90%;
  }

  .container-top .dv-info {
    font-size: 5px;
    margin: 5px;
  }

  .container-quem-somos {
    flex-direction: column;
  }

  .container-quem-somos .card-qs {
    margin-top: 10px;
    width: 90%;
  }

  .container-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-footer div {
    margin-top: 10px;
    width: 90%;
    text-align: center;
  }

  footer .rodape {
    margin-top: 20px;
    font-size: 12px;
  }

  footer .rodape div {
    text-align: center;
    width: 90%;
  }

  .dv-contato {
    flex-direction: column;
  }

  .dv-contato .dv-form {
    width: 100%;
  }

  .dv-contato .dv-maps {
    width: 100%;
    margin-left: 0;
  }

  .dv-contato .dv-maps iframe {
    width: 100%;
    height: 300px;
  }

  .container-servicos {
    flex-direction: column;
    width: 90%;
  }

  .container-servicos .card {
    width: 50%;
  }

  .logo_topo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }

  .logo_topo img {
    width: 250px;
    height: auto;
  }

  .logo_topo div:nth-child(2) img {
    margin-bottom: 50px;
}

  /* .menu-mini{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    
  } */
}
