.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
  }
  
  .whatsapp-btn #whatsapp-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #25d366; /* cor original */
    border-radius: 50%;
    text-decoration: none; /* Removendo sublinhado */
    z-index: 1;
  }
  
  .whatsapp-btn #whatsapp-icon img {
    width: 40px;
    z-index: 1;
  }
  
  .submenu {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 120px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
    text-decoration: none; /* Removendo sublinhado */
  }
  
  .submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    text-decoration: none; /* Removendo sublinhado */
  }
  
  .submenu ul li {
    padding: 10px;
    text-align: center;
    z-index: 1;
    text-decoration: none; /* Removendo sublinhado */
  }

.fundocinza{
    background-color: #dcdcdc;
    text-decoration: none;

}
  
  
  .whatsapp-btn.active .submenu {
    display: block;
    z-index: 1;
  }
  
  @media only screen and (max-width: 600px) {
    .whatsapp-btn {
      bottom: 50px; /* Ajuste conforme necessário */
      right: 10px; /* Ajuste conforme necessário */
      z-index: 1;
    }
  }
  