.home__mulher-gato{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  max-width: 40vw;
  max-height: 55vh;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home__mensagem{
  position: fixed;
  left: 50%;
  top: 42%;
  transform: translate(-20%, -20%);
  z-index: 7;

  max-width: min(70vw, 900px);
  max-height: 60vh;
  width: auto;
  height: auto;
  object-fit: contain;

  pointer-events: none;
  user-select: none;
}

.botao-entre{
  position: fixed;
  bottom: 100px;
  left: calc(15vw + 12px);
  z-index: 6;

  max-width: 22vw;
  max-height: 22vh;
  width: auto;
  height: auto;
  object-fit: contain;

  pointer-events: auto;
  user-select: none;
}

.botao-entre .botao__img{
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}
