
 
 
 
 
.fresha-button {
z-index: 999999;
position: fixed;
left: 14px;
bottom: 90px;
width: 47px;
height: 47px;
background-color: #856d4df0;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #fcfaf4;

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 {
z-index: 999999;
position: fixed;
background-color: #42392cf0;
border-radius: 50%;
display: flex;
justify-content: crgba(86, 71, 51, 0.941)
align-items: center;
color:#fff;

 
}
 


/* callout message */

.custom-callout {
position: fixed;
bottom: 145px;
left: 45px;
background: linear-gradient(135deg, #23211ff0, #23211ff0); 
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: #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;
  }