.gtranslate_wrapper a {
    color: var(--dark);
    padding-left: 15px !important;
	font-weight: 600 !important;
}


.gtranslate_wrapper > div {
  position: static !important;
}

.gt_switcher_wrapper{
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-left: 100px !important;
	
}

@media (max-width: 991px){
	.gt_switcher_wrapper{
		padding-left: 0px !important;
		margin-right: 20px !important;
	}
}

.bg-primary-400{
	background-color: rgba(218, 183, 139, 0.315) !important;
}

#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(58%) sepia(39%) saturate(792%) hue-rotate(7deg) brightness(95%) contrast(90%);
}

/*-----------------------------------*/
/*------ 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;
}
  

html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: var(--dark) !important;
}


html.sticky-header-active #header .header-nav-main nav > ul > li > a.active,
html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a {
    color: var(--primary) !important;
}

#footer .footer-copyright {
	background: var(--light);
}

#footer h5{
	color: inherit;
}

#footer a:not(.btn):not(.no-footer-css):hover{
	color: var(--primary);
}