#modal-whatsapp-connect {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0 0 0/70%);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.modal-content-novo {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 0 15px rgba(0 0 0/30%);
}

.modal-close-novo {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.btn-conectar-whatsapp {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-conectar-whatsapp:hover {
    background-color: #45a049;
}
