/* Korex — TodoHotel Pie Legal v1.1.0 */

/* ===== Bloque FEDER (logos + leyenda de subvención) ===== */
.gs-feder-bar {
	width: 100%;
	box-sizing: border-box;
	padding: 28px 28px 4px;
	background: transparent;
	clear: both;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gs-feder-inner {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.gs-feder-logos {
	display: block;
	width: 100%;
	max-width: 880px;
	height: auto;
	margin: 0 auto 14px;
}

.gs-feder-text {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 12px;
	line-height: 1.65;
	color: #777777;
	text-align: center;
}

/* ===== Barra de enlaces legales ===== */
.gs-legal-bar {
	width: 100%;
	box-sizing: border-box;
	padding: 22px 28px 26px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	background: transparent;
	clear: both;
}

.gs-legal-inner {
	max-width: 1300px;
	margin: 0 auto;
}

.gs-legal-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 26px;
}

.gs-legal-links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gs-legal-links li::before {
	content: none;
}

.gs-legal-links a {
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}

.gs-legal-links a:hover {
	color: #0F3D57;
	text-decoration: underline;
}

.gs-credit {
	text-align: center;
	margin-top: 16px;
	font-size: 13px;
	color: #777777;
}

.gs-credit a {
	color: #777777;
	text-decoration: none;
	font-weight: 600;
}

.gs-credit a:hover {
	color: #0F3D57;
	text-decoration: underline;
}

.gs-credit .gs-heart {
	color: #e2231a;
	font-size: 14px;
	margin: 0 3px;
	vertical-align: middle;
}

.gs-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 900px) {
	.gs-legal-links {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.gs-legal-links {
		gap: 10px 18px;
	}
	.gs-legal-links a {
		font-size: 13px;
	}
	.gs-feder-text {
		font-size: 11.5px;
		text-align: justify;
	}
}

/* Ocultar el bloque FEDER antiguo (sección Elementor de la home) para no duplicar.
   Reversible: vive en este plugin. El FEDER oficial lo pinta este mismo plugin en el footer. */
.elementor-element-c334aee {
	display: none !important;
}
