  
  .whatsapp-buttonb {
	z-index: 925 716 074;
	position: fixed;
    position: fixed;
    right: 20px;
    bottom: 45px;
    width: 65px;
    height: 65px;
	background-color: #2ea694;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 29px;
	text-decoration: none;
 	transition: background-color 0.3s, box-shadow 0.3s;
    z-index: 999999999;
  }
  
  .whatsapp-buttonb:hover {
	background-color: #26b49e;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 26px;
    z-index: 999999999;
  }

    
    /* Tooltip */
    .whatsapp-buttonb:hover::after {
    content: "     Compre pelo Whatsapp          ";
    position: absolute;
    bottom: 66px; /* Ajuste a posição conforme necessário */
    right: 57px; /* Centraliza o tooltip   #0a9d6cfa, #04413efa  */ 
    background: linear-gradient(135deg, #33a099, #247e78, #0f514d, #0f514d); 
      border: 1px solid #00000088;

    color: #ffffff;
    padding: 8px 8px 8px 8px;
    border-radius: 22px 22px 0px 22px ;
    white-space: nowrap;
    font-size: 17px;
     font-weight: 500;
    z-index: 999999999;
    }
 
    