
.fresha-button {
z-index: 999999;
position: fixed;
left: 14px;
bottom: 140px;
width: 47px;
height: 47px;
background-color: #305aaeb2;
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;
}
 




.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: #504e2d00;
	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;
  }
