/*IDIOMAS*/
.language-selector{
	position: absolute;
	width: 100px;
	background-color: rgb(0, 0, 0, 0.25);
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.language-selector.index{
	top: 20px;
	left: 20px;
}

.language-selector.florida{
	bottom: 30px;
	right: 40px;
}

.language-selector a, .language-selector .language-submenu a{
	color: #fff;
	text-decoration: none;
}

.language-selector .language-submenu{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.language-selector:hover .language-submenu {
	display: flex;
}

.menu-index{
	position: absolute;
	width: 100px;
	top: 20px;
	right: 20px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.menu-index a{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}