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

.gt_switcher_wrapper .gt-current-lang{
    color: var(--secondary) !important;
}

.gtranslate_wrapper a:hover{
    color: var(--primary) !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;
	}
}


#servicios .thumb-info-wrapper img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

#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(68%) sepia(71%) saturate(464%) hue-rotate(1deg) brightness(105%) contrast(100%);
}

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

/*-----------------------------------*/
/*------ Título hero (móvil) ------*/
/*-----------------------------------*/

@media (max-width: 767.98px) {
	#inicio h1.text-14 {
		font-size: 2.4em !important;
	}

	#inicio h1.text-14 .ws-nowrap {
		white-space: normal !important;
	}
}

@media (max-width: 575.98px) {
	#inicio h1.text-14 {
		font-size: 3em !important;
	}
}

/*-----------------------------------*/
/*------ Imágenes parallax (móvil) ------*/
/*-----------------------------------*/

@media (max-width: 991.98px) {
	.section-parallax.h-100 {
		height: 320px !important;
	}

	.section-parallax.h-100 .parallax-background {
		height: 100% !important;
		transform: none !important;
		background-position: center center !important;
	}

    #elegirnos h2 .text-10 {
		font-size: 2.3em !important;
	}
}


