.meuapp-bloco {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999999 !important;
}

.meuapp-botao {
  font-size: 20px;
    border: none;
  padding: 7px 12px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
    top: 20px;
    right: 20px;
    position: absolute;
}

.meuapp-menu {
  display: none;
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
    position: fixed;
  top: 66px;
    left: 0;
    width: 100%;
    z-index: 9999999 !important;
}

.meuapp-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.meuapp-menu ul li {
  border-top: 1px solid #666;
}

.meuapp-menu ul li:first-child {
  border-top: none;
}

.meuapp-menu ul li a {
  display: block;
  padding: 14px 10px 14px 10px;
  text-decoration: none;
  font-weight: 800;
      background: #000;
  color: #fff;
}

.meuapp-menu ul li a:hover {
  background: #ddd;
}

.pd-tp{
    padding-top: 35px !important;
}
.pd-bt{
    padding-bottom: 35px !important;
}

