.banner-mobile {
    display: none!important;
}

.mapa_contato{
  width: 100%;
  height: 500px;
}

.foto_contato{
  width: 100%;
  height: 500px;
}

.servicos-desk {
  display: block!important;
}

.servicos-box {
  display: none!important;
}

@media (max-width: 600px) {
    .rts-banner-main-area-swiper {
      display: none!important;
    }

    .banner-mobile {
        display: block!important;
    }

    .mapa_contato{
      width: 100%;
      height: 300px;
    }
    
    .foto_contato{
      width: 100%;
      height: 300px;
    }

    .servicos-desk {
      display: none!important;
    }

    .servicos-box {
      display: block!important;
    }
    
  }

  