/*Selector de idiomas*/
.gt_float_switcher .gt-selected, .gt_float_switcher {
	background-color: transparent !important;
}
.gt_float_switcher {
	box-shadow: rgb(0 0 0 / 0%) 0 5px 15px !important;
	text-align: left !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    color: #fff !important;
	font-size: 13px !important;
	padding: 4px 8px !important;
}
.gt_float_switcher .gt_options a {   
    padding: 10px 4px !important;
	font-size: 12px !important;
	
}

.gt_float_switcher .gt_options {
    position: absolute !important;
	background: #fff !important;
	width: 160px !important;
}
.gt_float_switcher .gt_options.gt-open {
    max-width: 120px !important;
}

.gt_float_switcher .gt_options.gt-open {
    right: 0px !important;
}
