@charset "UTF-8";

.nk-cookie-banner {
  position:fixed;
  bottom:0px;
  left:0px;
  width:100%;
  z-index:999;
  border-radius:0px;
  display:none;
}

/* Botão flutuante */
#whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  text-decoration: none;
  z-index: 9999;
  display: none; /* começa escondido */
}

#whatsapp-float:hover {
  background-color: #1ebc57;
}