
  
  .whatsapp-buttonb {
	z-index: 999999999;
	position: fixed;
    position: fixed;
    left: 14px;
    bottom: 77px;
    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: #20ad54;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 23px;
  }






 
/* Tooltip */
.whatsapp-buttonb:hover::after {
content: "      ESTAMOS ONLINE 🟢       ";
position: absolute;
bottom: 45px; /* Ajuste a posição conforme necessário */
left: 50px; /* Centraliza o tooltip */
background: linear-gradient(135deg, #a9b5ddd2, #3d5192d2); 
color: #ffffff;
padding: 10px 10px 10px 10px;
border-radius: 22px 22px 22px 1px ;
white-space: nowrap;
font-size: 13px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
font-weight: 200;
}
 

.topzeira-button {
z-index: 999999999;
position: fixed;
left: 14px;
bottom: 14px;
width: 47px;
height: 47px;
background-color: #143259;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: white;
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,
.topzeira-button:focus,
.topzeira-button:active {
  background-color: #102137;
  color: #afcaed; /* Opcional: muda o ícone/texto para contrastar com o fundo amarelo */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
 
 
.fresha-button {
z-index: 999999;
position: fixed;
left: 14px;
bottom: 140px;
width: 47px;
height: 47px;
background-color: #3a497ad2;
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;
}
 

/* callout message */

.custom-callout {
position: fixed;
bottom: 195px;
left: 45px;
background: linear-gradient(135deg, #3a497ad2, #3d5192d2); 
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;
  }




  /* Barra de rolagem geral */
::-webkit-scrollbar {
  width: 10px;              /* largura da barra vertical */
  height: 10px;             /* altura da barra horizontal */
}

/* Fundo da barra */
::-webkit-scrollbar-track {
  background: #e6f0fa;       /* azul bem claro */
  border-radius: 10px;
}

/* Polegar (parte que se arrasta) */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2980b9, #3498db); /* gradiente azul */
  border-radius: 10px;
}

/* Polegar ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #2471a3, #2e86c1);
}

/* Firefox */
* {
  scrollbar-width: thin;               /* fino */
  scrollbar-color: #2980b9 #e6f0fa;    /* polegar | trilho */
}
