.home {
  margin: 0px;
  background-image: url(/assets/imagens/frente.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

table.loja {
  height: 10px;
}

p.company-name {
  font-family: Verdana;
  font-size: 10px;
  height: 50px;
  overflow: hidden;
}

.avatar_corredor {
  position: fixed;
  top: 505px;
  left: 650px;
  width: 100px;
  height: 100px;
}

table.header {
  background-color: #fff !important;
}

.other_user {
  position: absolute;
}

@media (min-width: 601px) {
  table#outlet-single, table#terreo {
    margin-top: -350px;
  }
}
@media (max-width: 600px) {
  table#outlet-single {
    position: absolute;
    top: 0;
  }

  body, html {
    overflow-y: hidden;
  }

  table#terreo {
    margin-top: -350px;
  }

  .other_user {
    position: relative !important;
    top: -250px !important;
  }

  .terreo-cotainer .other_user {
    top: 320px !important;
  }

  .avatar_corredor {
    position: fixed !important;
    bottom: calc(50% - 60px);
    left: calc(50% - 20px);
    z-index: 100;
  }

  #apDiv {
    position: relative;
    top: 370px;
  }

  #apDiv2 {
    position: relative;
    top: 200px;
  }

  body {
    margin-top: -70px;
  }
}
@media (max-width: 480px) {
  body, html {
    overflow-y: hidden;
  }
}

/*# sourceMappingURL=responsive.css.map */
