#logo-bg{
	filter: brightness(50%);
	transition: filter 0.3s ease;
}

/*.footer-copyright a:hover #logo-bg{
	filter: brightness(100%);
}*/

#logo-bg{
	transition: filter 0.2s ease;
	will-change: filter;
}

.footer-copyright a:hover #logo-bg{
    filter: brightness(0) saturate(100%) invert(82%) sepia(15%) saturate(424%) hue-rotate(74deg) brightness(90%) contrast(87%);
}

/*-----------------------------------*/
/*------ 76. bombita de WhatsApp ------*/
/*-----------------------------------*/

.whatsapp-bubble {
	position: fixed;
	bottom: 30px; /* Distancia desde abajo */
	right: 30px; /* Distancia desde la derecha */
	z-index: 9999; /* Asegura que esté sobre otros elementos */
  }
  
.whatsapp-bubble img {
	width: 60px; /* Tamaño de la imagen de WhatsApp */
	border-radius: 50%; /* Forma circular */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Sombra */
	transition: transform 0.3s ease; /* Efecto de transición */
}
  
.whatsapp-bubble:hover img {
	transform: scale(1.1); /* Efecto de escala al pasar el mouse */
}

.whatsapp:active,
.whatsapp:focus,
.whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}
  
.whatsapp-icon {
	margin-top: 11px;
	font-size: 36px;
}
  
.whatsapp-icon:hover, .whatsapp:hover {
	color: #9af9bd !important;
	transition: color 0.3s ease-in-out;
}
  

.custom-tabs-style-1.tabs .nav-tabs .nav-link h4 {
  color: var(--primary);
}

.custom-tabs-style-1.tabs .nav-tabs .nav-link.active h4 {
  color: var(--tertiary);
}

