    .logo-img {
      height: 60px;
      width: 60px;
      border-radius: 9999px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      margin-right:15px;
    }


.install-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #004D64;
  color: white;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

.btn-instalar {
  background-color: #F04E23;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
}

.btn-fechar {
  background: transparent;
  color: white;
  font-size: 20px;
  border: none;
  margin-left: 15px;
  cursor: pointer;
}

