  .whatsapp-buttonb {
	z-index: 999999999;
	position: fixed;
    position: fixed;
    right: 14px;
    bottom: 77px;  /* 77*/
    width: 47px;
    height: 47px;
	background-color: #25D366;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 23px;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s, box-shadow 0.3s;
  }
  
  .whatsapp-buttonb:hover {
	background-color: #16a54a;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 23px;
  }


 
/* Tooltip */
.whatsapp-buttonb:hover::after {
content: "     Falar com Atendente  🟢          ";
position: absolute;
bottom: 55px; /* Ajuste a posição conforme necessário */
right: 35px; /* Centraliza o tooltip */
background: linear-gradient(135deg, #404040ea, #1b1b1bea); 
color: #ffffff;
padding: 12px 12px 12px 12px;
border-radius: 22px 22px 2px 21px ;
white-space: nowrap;
font-size: 14px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
font-weight: 200;
text-transform: uppercase;
}
 

.topzeira-button {
z-index: 999999999;
position: fixed;
left: 14px;
bottom: 14px;
width: 47px;
height: 47px;
background-color: #f11212c8;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-size: 20px;
text-decoration: none;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s, box-shadow 0.3s;
}


 .topzeira-button:hover {
	color: white;
 
  }
 

.telefonezeira-button {
z-index: 999999999;
position: fixed;
right: 14px;
bottom: 14px;
width: 47px;
height: 47px;
background-color: #25D366;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-size: 18px;
text-decoration: none;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s, box-shadow 0.3s;
}


 .telefonezeira-button:hover {
	color: white;
 
  }
 




 
.fresha-button {
z-index: 999999;
position: fixed;
left: 14px;
bottom: 77px;  /* 140px*/
width: 47px;
height: 47px;
background-color: #636363c8;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;

font-size: 22px;
text-decoration: none;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s, box-shadow 0.3s;
}
 
.fresha-button:hover  {
 color: #eefff4;
 background: linear-gradient(135deg, #404040, #0a0a0acb); 

}



/* callout message */

.custom-callout {
position: fixed;
bottom: 128px;
left: 55px;
background: linear-gradient(135deg, #404040ea, #1b1b1bea); 
color: #ffffff;
font-size: 12px;
text-transform: uppercase;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
font-weight: 200;
padding: 10px 10px 10px 10px;
border-radius: 22px 22px 22px 1px ;
width: auto;
height: auto;
transition: opacity 0.5s;
z-index: 1000; /* Para garantir que fique acima de outros elementos */
}

 
.hidden {
opacity: 0;
visibility: hidden;
}

.visible {
opacity: 1;
visibility: visible;
}

.close-button {
background: none;
border: none;
color: #fff;
cursor: pointer;
font-size: 13px;
float: right;
margin-left: 10px;
}

 
.floating-linkao-buttonxxx {
	z-index: 999999999;
	position: fixed;
	bottom: 14px;
	right: 34px;
	padding: 11px 11px 11px 11px;
	background-color: #25D366; /* verde topzeira */
	border-radius: 55px;
	color: #ffffff; /* Texto branco */
	font-size: 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.5s ease;
	font-weight: 400;
   }
  
  .floating-linkao-button.visiblexxx {
	opacity: 1;
  }
  
  .floating-linkao-buttonxxx i {
	margin-right: 6px;
	font-size: 20px;
  }
  
  /* Ajuste de cor para o texto dos links */
  .floating-linkao-buttonxxx,
  .floating-linkao-button:hoverxxx {
	color: #ffffff00; /* Cor do texto sempre branca */
	text-decoration: none; /* Mantém sem sublinhado */
  }
  


  
  .linkao-button {
	z-index: 999999999;
	position: fixed;
	left: 14px;
	bottom: 140px;
	width: 47px;
	height: 47px;
	background-color: #fff20300;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0);
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: background-color 0.3s, box-shadow 0.3s;
	opacity: 0;
  }