@media (max-width: 575px) {
  .header__infos {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header {
    min-height: auto;
    padding: 2rem 0;
  }

  .info-topo {
    margin-bottom: 0;
  }

  .info-topo > [class^="col-"] {
    margin-bottom: 1rem;
    text-align: center;
  }

  .home__banner-item-titulo {
    font-size: 4rem;
  }

  .bloco-home-esquerdo {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .bloco-home-direito {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bloco-home-esquerdo a {
    margin-top: 1rem;
  }

  .bg-bloco-home-projetos {
    top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .bloco-projetos {
    top: 0;
    float: none;
    padding: 0 5rem 2rem 5rem;
    height: auto;
    width: auto;
    position: relative;
  }

  .info-projetos {
    margin: 0;
    padding: 1.5rem;
  }

  .produtos {
    width: auto;
  }

  .home__produtos-texto {
    padding: 1rem 0;
  }

  .produto img {
    width: 95%;
  }

  .empresa__equipe-img {
    height: 200px;
    width: 100%;
    position: relative;
  }

  .empresa__equipe-texto {
    text-align: center;
    padding: 4rem 0;
  }

  .empresa__stats-item {
    margin-bottom: 2rem;
  }

  .servicos__item {
    margin-bottom: 2rem;
  }

  .empresa__stats {
    flex-direction: column;
  }

  .servico__infos-box {
    padding: 0;
    text-align: center;
    margin-bottom: 4rem;
  }

  .servico__outros-texto {
    margin-bottom: 4rem;
  }

  .servico__outros > .container > .row {
    flex-flow: wrap-reverse;
  }

  .produto__galeria {
    margin-top: 4rem;
  }

  .produto-single > .container > .row {
    flex-flow: wrap-reverse;
  }

  .produto-single .produto__titulo {
    text-align: center;
  }

  .produto-single .produto__orcamento {
    text-align: center;
  }

  .produto-outros h3 {
    text-align: center;
  }

  .portolio-lista__item .layer__black {
    opacity: 1;
  }

  .portfolio-selecionado__title {
    text-align: center;
  }

  .portfolio-lista__infos {
    transform: translate(0);
    opacity: 1;
  }

  .contato__form {
    width: 100%;
  }

  .contato-infos__mapa {
    margin-bottom: 2rem;
  }

  .bg-bloco-home-direito {
    height: auto;
    padding: 0 0 4rem 0 !important;
  }

  .page__header {
    margin-bottom: 5rem;
  }

  .home-projetos {
    height: auto;
  }

  .header__infos-item span {
    display: none;
  }
}

@media (max-width: 991px) {
  /* .header>.container>.row,
    .header-2>.container>.row {
        flex-flow: wrap-reverse;
    } */

  .menu__mobile-btn {
    float: right;
  }

  .header__logo-box {
    margin-bottom: 2rem;
  }

  .bg-bloco-home-direito {
    height: auto;
    padding: 0 0 25rem 0;
  }

  .nav {
    display: none;
  }

  .menu__mobile-btn {
    display: block;
  }

  .header__nav {
    justify-content: flex-end;
  }

  .header__infos {
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .bg-bloco-home-direito {
    height: auto;
    padding: 0 0 20rem 0;
  }

  .bloco-home-direito {
    padding-right: 5rem;
  }
}

@media (max-width: 1399px) {
}
