

.navbar {
    background-color: rgb(254, 254, 255);
}

/* Posicionamento do botão flutuante */
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  /* Estilo da imagem do ícone do WhatsApp */
  .whatsapp-float img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  

  
  
  
  
  