html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body.home-page {
  position: relative;
}

.showroom {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.showroom__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#header {
  position: relative;
  z-index: 100;
}


.franja-sala-ventas {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #181D24;
  color: #FFFFFF;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;

  z-index: 9997;

  pointer-events: none;
  box-sizing: border-box;
}


@media (max-width: 768px) {
  .franja-sala-ventas {
    height: 30px;
    padding: 0 12px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }
}