  
  .whatsapp-buttonb {
	z-index: 925 716 074;
	position: fixed;
    position: fixed;
    right: 25px;
    bottom: 95px;
    width: 55px;
    height: 55px;
	background-color: #25D366;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 26px;
	text-decoration: none;
 	transition: background-color 0.3s, box-shadow 0.3s;
    z-index: 999999999;
  }
  
  .whatsapp-buttonb:hover {
	background-color: #20ad54;
	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: "     Falar com a Equipa de Atendimento      ";
    position: absolute;
    bottom: 55px; /* Ajuste a posição conforme necessário */
    right: 50px; /* Centraliza o tooltip */
    background: linear-gradient(135deg, #eeeeeefa, #efefefee); 
      border: 1px solid #00000063;

    color: #000000;
    padding: 10px 10px 10px 10px;
    border-radius: 22px 22px 0px 22px ;
    white-space: nowrap;
    font-size: 16px;
     font-weight: 500;
    z-index: 999999999;
    }

    /* mesmo botao com texto  em ingles ---------- */
    

    
   .whatsapp-buttonb-EN {
	z-index: 925 716 074;
	position: fixed;
    position: fixed;
    right: 25px;
    bottom: 95px;
    width: 55px;
    height: 55px;
	background-color: #25D366;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 26px;
	text-decoration: none;
 	transition: background-color 0.3s, box-shadow 0.3s;
    z-index: 999999999;
  }
  
  .whatsapp-buttonb-EN:hover {
	background-color: #20ad54;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 26px;
    z-index: 999999999;
  }

    
    /* Tooltip */
    .whatsapp-buttonb-EN:hover::after {
    content: "     Contact the Support Team      ";
    position: absolute;
    bottom: 55px; /* Ajuste a posição conforme necessário */
    right: 50px; /* Centraliza o tooltip */
    background: linear-gradient(135deg, #eeeeeefa, #efefefee); 
      border: 1px solid #00000063;

    color: #000000;
    padding: 10px 10px 10px 10px;
    border-radius: 22px 22px 0px 22px ;
    white-space: nowrap;
    font-size: 16px;
     font-weight: 500;
    z-index: 999999999;
    }
    
   
 