.lang-switch {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all 0.3s ease;
}

/* Hover */
.lang-switch:hover {
	color: #CF8D2E; 
	text-decoration: none !important; 
}

/* Estado activo */
.lang-switch.active {
	color: #CF8D2E;
	font-weight: 600;
	text-decoration: none;
}