
.linkBotao:hover {
  cursor: pointer;
}

.Menu{
  float: left !important;
  display:inline-table !important;
  top: 0px;
  left: 0px;
  margin: 0px !important;
  height: 100vh;
  visibility:visible;
  width: 70px;
  max-width: 70px !important;
  padding-top: 50px;
  
  
}
.UsuarioRodaPe{
  position: fixed;
  bottom: 5px;
  left: 20px;
}

.IconeMenu{
  font-size: larger;
}
.OpcoesUsuario{
  z-index: 100;
}
.MenuUsuario{
  margin-left: 20px !important;
  width: 200px !important;
}
.TextoMenuUsuario{
  margin-left: 10px;
}
.IconeMenuUsuario{
  margin-right: 10px;
}


@media screen and  (min-width: 0px) and (max-width: 750px) ,(min-height: 0px) and (max-height: 550px)  {
  .Menu{
    position: fixed;
    top: calc(100% - 40px);
    left: 0px;
    margin: 0px !important;
    width: 100vw;
    max-width: 100vw !important;
    height:40px;
    padding-top: 0px;
    z-index: 100;

  }

  .UsuarioRodaPe{
    position: fixed;
    left: calc(100% - 50px);
    
    right: 5px;
    
  }
}  