/*
Theme Name: Flexostay
Theme URI: https://flexos.koodehosting.com
Author: koode.mx
Author URI: https://koode.mx
Description: Tema personalizado y ligero para Flexostay. Compatible con Elementor y VikBooking. Diseñado a medida para el sitio de reservas de hospedaje.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flexostay
Tags: custom-background, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   Fuentes personalizadas
   ========================================================================== */
@font-face {
	font-family: 'Georgia Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://flexos.koodehosting.com/wp-content/uploads/2026/07/GeorgiaPro-CondLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Authentic Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://flexos.koodehosting.com/wp-content/uploads/2026/07/authentic-sans-90.ttf') format('truetype');
}
@font-face {
	font-family: 'Authentic Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://flexos.koodehosting.com/wp-content/uploads/2026/07/authentic-sans-150.ttf') format('truetype');
}
@font-face {
	font-family: 'Henus';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://flexos.koodehosting.com/wp-content/uploads/2026/07/henus.ttf') format('truetype');
}

html {
	scroll-behavior: smooth;
}

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
	--fx-color-primary: #1f6feb;
	--fx-color-primary-dark: #1657c0;
	--fx-color-accent: #ffb703;
	--fx-color-text: #1a1f2b;
	--fx-color-muted: #5b6472;
	--fx-color-bg: #ffffff;
	--fx-color-bg-alt: #f5f7fa;
	--fx-color-border: #e4e8ee;
	--fx-radius: 12px;
	--fx-shadow: 0 6px 24px rgba(18, 32, 57, .08);
	--fx-container: 1160px;
	--fx-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	/* Variables de VikBooking */
	--vbo-pref-textcolor: #383028 !important;
	--vbo-pref-bgcolor: #acaf79 !important;
	--vbo-pref-fontcolor: #fff !important;
	--vbo-pref-bgcolorhov: #acaf79 !important;
	--vbo-pref-fontcolorhov: #fff !important;
}

/* ==========================================================================
   Reset / base — MÍNIMO y NO intrusivo.
   No se fija line-height, tipografía, márgenes de encabezados ni color de
   enlaces a nivel global: eso lo controla Elementor. Así el tema no altera
   el interlineado ni los espacios del contenido construido con Elementor.
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; }

/* --------------------------------------------------------------------------
   Tipografía decorativa del tema: ACOTADA a las plantillas clásicas
   (blog, entradas, 404, páginas SIN Elementor). Nunca afecta a Elementor,
   cuyo contenido no vive dentro de .fx-content-area.
   -------------------------------------------------------------------------- */
.fx-content-area {
	font-family: var(--fx-font);
	color: var(--fx-color-text);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
.fx-content-area a { color: #f9f2ea; /* text-decoration: none; */ }
.fx-content-area a:hover { color: var(--fx-color-primary-dark); text-decoration: underline; }
.fx-content-area h1, .fx-content-area h2,
.fx-content-area h3, .fx-content-area h4 { line-height: 1.25; font-weight: 700; margin: 0 0 .5em; }

/* ==========================================================================
   Layout
   ========================================================================== */
.fx-container {
	width: 100%;
	max-width: var(--fx-container);
	margin: 0 auto;
	padding: 0 20px;
}
/* Wrapper global: SIN ancho máximo ni padding, para no romper páginas full-width de Elementor. */
.fx-site-content { min-height: 40vh; }
/* Solo el contenido "clásico" (blog, entradas, 404, páginas sin Elementor) se limita. */
.fx-content-area { padding: 40px 0; }

/* ==========================================================================
   Header — diseño Figma (transparente, overlay)
   ========================================================================== */
.fx-site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: linear-gradient(180deg, rgba(28, 19, 10, 0.85) 0%, rgba(28, 19, 10, 0.5) 70%, rgba(28, 19, 10, 0) 100%);
	border: none;
	padding-bottom: 30px;
}

/* Variante sólida — flujo de reservas VikBooking (Figma node 281:2)
   Fondo: #383028 · Texto/iconos: #ACAF79 · Altura: 57px */
.fx-site-header--solid {
	position: relative;
	background: #383028;
	padding-bottom: 0;
}
.fx-site-header--solid .fx-header-logo svg {
	color: #ACAF79;
}
.fx-site-header--solid .fx-header-lang {
	color: #ACAF79;
}
.fx-site-header--solid .fx-menu-toggle {
	color: #ACAF79;
}
.fx-site-header--solid .fx-nav {
	background: #2a2218;
	border-color: rgba(172, 175, 121, .15);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* Cabecera interna (título "Nuestros Proyectos") */
.fx-site-header--solid .fx-nav__header {
	border-bottom-color: rgba(172, 175, 121, .12);
}
.fx-site-header--solid .fx-nav__title {
	color: rgba(172, 175, 121, 0.9);
}

/* Columnas de propiedades */
.fx-site-header--solid .fx-nav__col {
	color: #F9F2EA;
}
.fx-site-header--solid .fx-nav__col-img-wrap {
	background: #1c130a;
}
.fx-site-header--solid .fx-nav__col-title {
	color: #F9F2EA;
}
.fx-site-header--solid .fx-nav__col:hover .fx-nav__col-title {
	color: #ACAF79;
}
.fx-site-header--solid .fx-nav__col-desc {
	color: rgba(249, 242, 234, 0.55);
}

/* Footer del megamenú */
.fx-site-header--solid .fx-nav__footer {
	border-top-color: rgba(172, 175, 121, .12);
}
.fx-site-header--solid .fx-nav__footer-link {
	color: rgba(249, 242, 234, 0.75);
}
.fx-site-header--solid .fx-nav__footer-link:hover {
	color: #ACAF79;
}
.fx-site-header--solid .fx-nav__footer-info {
	color: rgba(249, 242, 234, 0.75);
}
.fx-site-header--solid .fx-nav__footer-slogan {
	color: #ACAF79;
}

.fx-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 57px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Logo */
.fx-header-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.fx-header-logo img {
	height: 28px;
	width: auto;
	display: block;
	filter: brightness(0) invert(1);
}
.fx-header-logo svg {
	height: 28px;
	width: auto;
	display: block;
	color: #ffffff;
}

/* Controles derechos */
.fx-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
}
.fx-header-lang {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
/* ── Hamburguesa / Toggle ─────────────────────────────────────── */
.fx-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	padding: 6px;
	cursor: pointer;
	color: #ffffff;
	line-height: 0;
	position: relative;
	width: 31px;
	height: 26px;
	transition: color .2s;
}
.fx-menu-toggle svg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .2s, transform .25s;
}
/* Ícono hamburgesa */
.fx-menu-toggle .fx-icon-hamburger {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg);
}
/* Ícono × (close) */
.fx-menu-toggle .fx-icon-close {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* Estado abierto: swap de íconos */
.fx-menu-toggle[aria-expanded="true"] .fx-icon-hamburger {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}
.fx-menu-toggle[aria-expanded="true"] .fx-icon-close {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg);
}

/* ── Nav desplegable (Estilo Superpower) ────────────────────────── */
.fx-nav {
	position: absolute;
	top: calc(100% + 12px); /* Separación flotante del header */
	left: 20px;
	right: 20px;
	max-width: 1220px; /* Alineado con el contenido del header (1260px - padding) */
	margin: 0 auto; /* Centrado automático */
	z-index: 99;
	background: #F9F2EA; /* Fondo crema oficial del sitio */
	border: 1px solid rgba(56, 48, 40, 0.08);
	border-radius: 20px; /* Bordes muy redondeados */
	box-shadow: 0 15px 45px rgba(28, 19, 10, 0.12); /* Sombra elegante */
	overflow: hidden;
	
	/* Animación slide-down + fade */
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition:
		opacity .3s cubic-bezier(.25,.46,.45,.94),
		transform .3s cubic-bezier(.25,.46,.45,.94),
		visibility 0s linear .3s;
	pointer-events: none;
}
.fx-nav.is-open {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity .3s cubic-bezier(.25,.46,.45,.94),
		transform .3s cubic-bezier(.25,.46,.45,.94),
		visibility 0s linear 0s;
	pointer-events: auto;
}

/* Contenedor interior */
.fx-nav__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 32px 24px;
}

/* Cabecera del megamenú */
.fx-nav__header {
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(56, 48, 40, 0.06);
	padding-bottom: 12px;
}
.fx-nav__title {
	font-family: 'Georgia Pro', Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600; /* Peso 600 solicitado */
	color: #383028;
	letter-spacing: 0.01em;
	opacity: 0.85;
}

/* Grilla de 4 columnas horizontales */
.fx-nav__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 32px;
}

/* Columna individual (propiedad) */
.fx-nav__col {
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	color: #383028;
	transition: transform 0.25s;
}
.fx-nav__col:hover {
	transform: translateY(-2px);
}

/* Imagen horizontal con border-radius */
.fx-nav__col-img-wrap {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 12px;
	background: #383028;
	margin-bottom: 14px;
}
.fx-nav__col-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease, filter .3s ease;
	filter: brightness(0.95);
}
.fx-nav__col:hover img {
	transform: scale(1.04);
	filter: brightness(1);
}

/* Título con flecha */
.fx-nav__col-title {
	font-family: 'Georgia Pro', Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600; /* Peso 600 solicitado */
	color: #383028;
	margin-bottom: 6px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: color 0.2s;
}
.fx-nav__col-arrow {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 1.1rem;
	line-height: 1;
	opacity: 0.5;
	transition: transform 0.2s, opacity 0.2s;
}
.fx-nav__col:hover .fx-nav__col-title {
	color: #B3B77E; /* Acento oliva */
}
.fx-nav__col:hover .fx-nav__col-arrow {
	transform: translateX(3px);
	opacity: 1;
}

/* Descripción corta */
.fx-nav__col-desc {
	font-family: 'Authentic Sans', -apple-system, sans-serif;
	font-size: 0.8rem;
	line-height: 1.4;
	color: rgba(28, 19, 10, 0.65);
}

/* Animación escalonada al abrir */
.fx-nav__col {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
}
.fx-nav.is-open .fx-nav__col {
	opacity: 1;
	transform: translateY(0);
}
.fx-nav.is-open .fx-nav__col:nth-child(1) { transition-delay: .08s; }
.fx-nav.is-open .fx-nav__col:nth-child(2) { transition-delay: .12s; }
.fx-nav.is-open .fx-nav__col:nth-child(3) { transition-delay: .16s; }
.fx-nav.is-open .fx-nav__col:nth-child(4) { transition-delay: .2s; }

/* Pie de página (Footer) */
.fx-nav__footer {
	border-top: 1px solid rgba(56, 48, 40, 0.08);
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Lado izquierdo (Acciones principales) */
.fx-nav__footer-left {
	display: flex;
	gap: 20px;
}
.fx-nav__footer-link {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	color: #383028;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	transition: color 0.2s;
}
.fx-nav__footer-link:hover {
	color: #B3B77E;
}

/* Lado derecho (Slogan) */
.fx-nav__footer-right {
	display: flex;
	align-items: center;
}
.fx-nav__footer-slogan {
	font-family: 'Authentic Sans', -apple-system, sans-serif; /* Fuente Authentic Sans solicitada */
	font-size: 0.85rem;
	font-weight: 600; /* Peso 600 solicitado */
	color: #B3B77E; /* Color oliva corporativo */
	letter-spacing: 0.08em;
	text-transform: uppercase; /* Darle estilo de versalitas/eslogan */
	opacity: 0.85;
}

/* Info estática adicional (Instagram) */
.fx-nav__footer-info {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 500;
	color: #383028;
	display: inline-flex;
	align-items: center;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.fx-btn {
	display: inline-block;
	background: var(--fx-color-primary);
	color: #fff;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	transition: background .15s ease, transform .15s ease;
}
.fx-btn:hover { background: var(--fx-color-primary-dark); color: #fff; text-decoration: none; transform: translateY(-1px); }

/* ==========================================================================
   Hero (front-page fallback)
   ========================================================================== */
.fx-hero {
	background: linear-gradient(135deg, #eef4ff 0%, #f7fbff 100%);
	border-radius: var(--fx-radius);
	padding: 64px 32px;
	text-align: center;
	margin-bottom: 40px;
}
.fx-hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: .3em; }
.fx-hero p { font-size: 1.15rem; color: var(--fx-color-muted); max-width: 620px; margin: 0 auto 1.5em; }

/* ==========================================================================
   Content / articles
   ========================================================================== */
.fx-content-area .fx-article { margin-bottom: 40px; }
.fx-entry-title { font-size: 2rem; }
.fx-entry-meta { color: var(--fx-color-muted); font-size: .9rem; margin-bottom: 1rem; }
.fx-entry-content > * { margin-top: 0; }
.fx-entry-thumb { border-radius: var(--fx-radius); margin-bottom: 1.5rem; overflow: hidden; }

.fx-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.fx-card {
	background: #fff;
	border: 1px solid var(--fx-color-border);
	border-radius: var(--fx-radius);
	overflow: hidden;
	box-shadow: var(--fx-shadow);
}
.fx-card .fx-card-body { padding: 20px; }
.fx-card h3 { font-size: 1.2rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.fx-site-footer {
	background: var(--fx-color-text);
	color: #c8ced9;
	padding: 48px 0 24px;
	margin-top: 60px;
}
.fx-site-footer a { color: #fff; }
.fx-footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.fx-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 32px;
	padding-top: 20px;
	font-size: .85rem;
	color: #8a93a3;
	text-align: center;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.fx-pagination { margin-top: 32px; }
.fx-pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	margin: 0 3px;
	border-radius: 8px;
	border: 1px solid var(--fx-color-border);
	color: var(--fx-color-text);
}
.fx-pagination .current { background: var(--fx-color-primary); color: #fff; border-color: var(--fx-color-primary); }

/* ==========================================================================
   WordPress core alignment / helpers
   ========================================================================== */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px; height: 1px; overflow: hidden;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 860px) {
	.fx-nav {
		left: 12px;
		right: 12px;
	}
	.fx-nav__inner {
		padding: 24px 20px 20px;
	}
	.fx-nav__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (max-width: 560px) {
	.fx-nav__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.fx-nav__footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding-top: 16px;
	}
	.fx-nav__footer-left {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.fx-nav__footer-right {
		flex-wrap: wrap;
		gap: 12px;
		border-top: 1px solid rgba(56, 48, 40, 0.05);
		padding-top: 12px;
		width: 100%;
	}
}

/* Flujo de reservas — ocultar título de entrada e imagen hero */
.fx-entry-title,
.fx-results-hero__img { display: none !important; }

/* Fondo y tipografías personalizados para la página de reservas */
body.fx-vbo-flow {
	background-color: #f9f2ea !important;
	font-family: 'Georgia Pro', Georgia, 'Times New Roman', serif !important;
	color: #1c130a !important;
}

body.fx-vbo-flow button,
body.fx-vbo-flow input,
body.fx-vbo-flow select,
body.fx-vbo-flow textarea,
body.fx-vbo-flow .btn,
body.fx-vbo-flow .vbo-step,
body.fx-vbo-flow .vbo-search-inpblock label,
body.fx-vbo-flow .vbo-results-head,
body.fx-vbo-flow .vbsrowpricediv,
body.fx-vbo-flow .vbselectr-result,
body.fx-vbo-flow .vbrowcdescr,
body.fx-vbo-flow .fx-room-bed {
	font-family: 'Authentic Sans', sans-serif !important;
}

body.fx-vbo-flow .fx-results-hero__title,
body.fx-vbo-flow .vbrowcname {
	font-family: 'Georgia Pro', Georgia, 'Times New Roman', serif !important;
}

/* Ocultar botones de cambiar vista (List/Grid) en VikBooking */
body.fx-vbo-flow .vbo-results-style-wrap {
	display: none !important;
}

/* Altura máxima de imágenes del slider */
.vik-dots-slider-inner .vik-dots-slider-slide img {
	max-height: 270px;
}

/* Bordes redondeados para las tarjetas de habitaciones e imágenes */
body.fx-vbo-flow .room_item,
body.fx-vbo-flow .vblistroomblock {
	border-radius: 10px !important;
	overflow: hidden !important;
	background-color: #fff !important;
}

body.fx-vbo-flow .vbimglistdiv,
body.fx-vbo-flow .vik-dots-slider-inner,
body.fx-vbo-flow .vik-dots-slider-slide,
body.fx-vbo-flow .vik-dots-slider-slide img {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

/* Cabecera de resultados de búsqueda — sin sombra y fondo blanco */
body.fx-vbo-flow .vbo-results-head {
	background-color: #fff !important;
	box-shadow: none !important;
}

/* Nuevo contenedor de contacto estilo Figma (Node 283:61) */
.fx-figma-contact {
	max-width: 1300px;
	margin: 50px auto;
	background: #fff;
	border: 1px solid var(--vbo-light-border-color) !important;
	border-radius: 39px;
	padding: 40px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 60px;
	align-items: center;
	box-sizing: border-box;
}
.fx-figma-contact__map {
	border-radius: 24px;
	overflow: hidden;
	height: 380px;
}
.fx-figma-contact__map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.fx-figma-contact__info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.fx-figma-contact__title {
	font-family: 'Georgia Pro', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: 32px;
	color: #1c130a;
	margin: 0 0 10px;
}
.fx-figma-contact__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.fx-figma-contact__label {
	font-family: 'Georgia Pro', Georgia, 'Times New Roman', serif;
	font-size: 14px;
	color: #1c130a;
	opacity: 0.8;
}
.fx-figma-contact__row {
	display: flex;
	align-items: center;
	gap: 16px;
}
.fx-figma-contact__icon {
	font-size: 20px;
	color: #acaf79;
	width: 24px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fx-figma-contact__value {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 14px;
	color: #1c130a;
	line-height: 1.5;
}
.fx-figma-contact__value a {
	color: inherit;
	text-decoration: none;
}
.fx-figma-contact__value a:hover {
	text-decoration: underline;
}

/* Responsive para móvil */
@media (max-width: 900px) {
	.fx-figma-contact {
		grid-template-columns: 1fr;
		border-radius: 24px;
		padding: 24px;
		gap: 32px;
		margin: 20px;
	}
	.fx-figma-contact__map {
		height: 260px;
		border-radius: 16px;
	}
}

/* Ocultar la cabecera de la habitación en la vista de showprc */
body.fx-vbo-flow .vbo-showprc-room-head {
	display: none !important;
}

/* Aplicar Authentic Sans a toda la pantalla de opciones de showprc */
body.fx-vbo-flow .room_container,
body.fx-vbo-flow .room_container *,
body.fx-vbo-flow .vbo-showprc-head-wrapper,
body.fx-vbo-flow .vbo-showprc-head-wrapper * {
	font-family: 'Authentic Sans', sans-serif !important;
}

/* Estilo para el contenedor de la habitación en la vista de showprc */
body.fx-vbo-flow .vbo-showprc-room-block {
	background: #fff !important;
	border-radius: 15px !important;
	padding: 41px 45px !important;
}

/* Restaurar fuente de Font Awesome para los iconos */
body.fx-vbo-flow i,
body.fx-vbo-flow .fa,
body.fx-vbo-flow .fas,
body.fx-vbo-flow .far,
body.fx-vbo-flow .fab,
body.fx-vbo-flow [class*="fa-"],
body.fx-vbo-flow * i,
body.fx-vbo-flow * .fa,
body.fx-vbo-flow * .fas,
body.fx-vbo-flow * .far,
body.fx-vbo-flow * .fab,
body.fx-vbo-flow * [class*="fa-"],
body.fx-vbo-flow .vbo-booking-details-bookinfos i,
body.fx-vbo-flow .vbo-booking-details-udets i,
body.fx-vbo-flow .vbvordroominfo i,
body.fx-vbo-flow .vbo-booking-costs-list i,
body.fx-vbo-flow .vbvordpaybutton i,
body.fx-vbo-flow .vbo-booking-precheckin-cmd i,
body.fx-vbo-flow .vbo-booking-mod-cmd i {
	font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 7 Free", FontAwesome !important;
}

/* Ocultar el botón y el contenedor de regresar en el flujo */
body.fx-vbo-flow .goback,
body.fx-vbo-flow .vbo-goback-link {
	display: none !important;
}


/* Aplicar estilo de botón principal del tema al flujo de reservas */
body.fx-vbo-flow .vbo-pref-color-btn,
body.fx-vbo-flow .btn-booknow,
body.fx-vbo-flow .btn,
body.fx-vbo-flow input[type="submit"].vbsubmit,
body.fx-vbo-flow button[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 20px !important;
	border-radius: 5px !important; /* var(--fx-p-radius-xs) */
	font-family: 'Authentic Sans', sans-serif !important;
	font-size: 14.6px !important;
	font-weight: 500 !important;
	letter-spacing: .02em !important;
	text-decoration: none !important;
	border: 1px solid #b3b77e !important;
	cursor: pointer !important;
	background: #b3b77e !important;
	color: #1c130a !important;
	transition: background .2s, transform .15s, box-shadow .2s !important;
	box-shadow: none !important;
	text-transform: none !important;
}

body.fx-vbo-flow .vbo-pref-color-btn:hover,
body.fx-vbo-flow .btn-booknow:hover,
body.fx-vbo-flow .btn:hover,
body.fx-vbo-flow input[type="submit"].vbsubmit:hover,
body.fx-vbo-flow button[type="submit"]:hover {
	background: #a2a66c !important;
	border-color: #a2a66c !important;
	color: #1c130a !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 16px rgba(179,183,126,.35) !important;
}

/* Estilo para el botón secundario del flujo de reservas */
body.fx-vbo-flow .vbo-pref-color-btn-secondary {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 20px !important;
	border-radius: 5px !important;
	font-family: 'Authentic Sans', sans-serif !important;
	font-size: 14.6px !important;
	font-weight: 500 !important;
	letter-spacing: .02em !important;
	text-decoration: none !important;
	border: 1px solid #383028 !important;
	cursor: pointer !important;
	background: transparent !important;
	color: #383028 !important;
	transition: background .2s, color .2s, transform .15s !important;
	box-shadow: none !important;
	text-transform: none !important;
}

body.fx-vbo-flow .vbo-pref-color-btn-secondary:hover {
	background: #383028 !important;
	color: #f9f2ea !important;
	transform: translateY(-1px) !important;
}

/* Tipografía Georgia Pro para títulos de resultados y nombres de habitaciones */
body.fx-vbo-flow .fx-results-hero__title, body.fx-vbo-flow .vbrowcname {
	font-family: 'Georgia Pro', Georgia, 'Times New Roman', serif !important;
}

body.fx-vbo-flow .vbrowcname {
	font-size: 20px;
}

/* Centrar y hacer más grande el título principal de resultados */
body.fx-vbo-flow .fx-results-hero__title {
	font-size: 36px !important;
	text-align: center !important;
	margin: 20px auto 30px auto !important;
}


/* Tamaño de fuente para la cama de la habitación */
p.fx-room-bed {
	font-size: 14px;
}

/* Estilo para la información de la habitación en la cuadrícula de resultados */
body.fx-vbo-flow .vblistroomblock .vbo-info-room {
	flex: 1 !important;
	padding: 20px 23px 13px !important;
}

/* Aplicar Authentic Sans al popup de detalles de habitación */
body.fx-vbo-flow .vbdetroom,
body.fx-vbo-flow .vbdetroom * {
	font-family: 'Authentic Sans', sans-serif !important;
}

body.fx-vbo-flow .vblistroomname,
body.fx-vbo-flow .vblistroomnamediv h3 {
	font-family: 'Georgia Pro', Georgia, 'Times New Roman', serif !important;
}

/* Estilo para los contenedores de confirmación, cupones y campos personalizados */
body.fx-vbo-flow .vbo-oconfirm-summary-room-wrapper,
body.fx-vbo-flow .vbo-oconfirm-summary-total-wrapper,
body.fx-vbo-flow .vbo-oconfirm-summary-total-wrapper-notaxes,
body.fx-vbo-flow .vbo-enterpin-block,
body.fx-vbo-flow .vbo-coupon-outer,
body.fx-vbo-flow .vbcustomfields {
	background: #fff !important;
	border-radius: 15px !important;
	box-shadow: none !important;
}

/* Aplicar tipografía Authentic Sans a los mismos contenedores y a todo su contenido */
body.fx-vbo-flow .vbo-oconfirm-summary-room-wrapper,
body.fx-vbo-flow .vbo-oconfirm-summary-room-wrapper *,
body.fx-vbo-flow .vbo-oconfirm-summary-total-wrapper,
body.fx-vbo-flow .vbo-oconfirm-summary-total-wrapper *,
body.fx-vbo-flow .vbo-oconfirm-summary-total-wrapper-notaxes,
body.fx-vbo-flow .vbo-oconfirm-summary-total-wrapper-notaxes *,
body.fx-vbo-flow .vbo-enterpin-block,
body.fx-vbo-flow .vbo-enterpin-block *,
body.fx-vbo-flow .vbo-coupon-outer,
body.fx-vbo-flow .vbo-coupon-outer *,
body.fx-vbo-flow .vbcustomfields,
body.fx-vbo-flow .vbcustomfields * {
	font-family: 'Authentic Sans', sans-serif !important;
}

/* Contenedores de detalles de reserva, costos y botones de pago */
body.fx-vbo-flow .vbo-booking-details-bookinfos,
body.fx-vbo-flow .vbo-booking-details-udets,
body.fx-vbo-flow .vbvordroominfo,
body.fx-vbo-flow .vbo-booking-costs-list,
body.fx-vbo-flow .vbvordpaybutton {
	background: #fff !important;
	border-radius: 15px !important;
	box-shadow: none !important;
}

body.fx-vbo-flow .vbo-booking-details-bookinfos,
body.fx-vbo-flow .vbo-booking-details-bookinfos *,
body.fx-vbo-flow .vbo-booking-details-udets,
body.fx-vbo-flow .vbo-booking-details-udets *,
body.fx-vbo-flow .vbvordroominfo,
body.fx-vbo-flow .vbvordroominfo *,
body.fx-vbo-flow .vbo-booking-costs-list,
body.fx-vbo-flow .vbo-booking-costs-list *,
body.fx-vbo-flow .vbvordpaybutton,
body.fx-vbo-flow .vbvordpaybutton * {
	font-family: 'Authentic Sans', sans-serif !important;
}

/* Centrar la alerta superior del estado de la reserva */
body.fx-vbo-flow .vbo-booking-details-head,
body.fx-vbo-flow .vbo-booking-details-head-pending {
	margin: 0 auto 30px auto !important;
	float: none !important;
	display: table !important;
	text-align: center !important;
}

/* Borde para las tarjetas personalizadas del flujo */
.fx-booking-card {
	border: 1px solid var(--vbo-light-border-color) !important;
}


/* Quitar borde a los botones de navegación del slider de habitaciones */
.fx-rooms-nav__btn {
	border: none !important;
}

/* Notificaciones de éxito (WordPress / VikBooking) adaptadas al diseño */
body.fx-vbo-flow .notice.notice-success,
body.fx-vbo-flow .notice.is-dismissible.notice-success,
body.fx-vbo-flow .vbo-success-notice {
	background: #f0f4ea !important;
	border-left: 4px solid #acaf79 !important;
	border-top: 1px solid var(--vbo-light-border-color) !important;
	border-right: 1px solid var(--vbo-light-border-color) !important;
	border-bottom: 1px solid var(--vbo-light-border-color) !important;
	border-radius: 10px !important;
	padding: 16px 24px !important;
	box-shadow: none !important;
	font-family: 'Authentic Sans', sans-serif !important;
	color: #1c130a !important;
	margin-bottom: 24px !important;
}

body.fx-vbo-flow .notice.notice-success *,
body.fx-vbo-flow .notice.is-dismissible.notice-success *,
body.fx-vbo-flow .vbo-success-notice * {
	font-family: 'Authentic Sans', sans-serif !important;
	color: #1c130a !important;
}

/* Limpiar contenedores padres de botones de modificación/precheckin */
body.fx-vbo-flow .vbo-booking-mod-cmd,
body.fx-vbo-flow .vbo-booking-precheckin-cmd {
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	box-shadow: none !important;
	display: block !important;
	margin: 0 !important;
	text-align: center !important;
}

/* Estilo para Registro Previo (Botón Principal Ocre) */
body.fx-vbo-flow .vbo-booking-precheckin-cmd a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 20px !important;
	border-radius: 5px !important;
	font-family: 'Authentic Sans', sans-serif !important;
	font-size: 14.6px !important;
	font-weight: 500 !important;
	letter-spacing: .02em !important;
	text-decoration: none !important;
	border: 1px solid #b3b77e !important;
	cursor: pointer !important;
	background: #b3b77e !important;
	color: #1c130a !important;
	transition: background .2s, transform .15s, box-shadow .2s !important;
	box-shadow: none !important;
	text-transform: none !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.fx-vbo-flow .vbo-booking-precheckin-cmd a:hover {
	background: #a2a66c !important;
	border-color: #a2a66c !important;
	color: #1c130a !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 16px rgba(179,183,126,.35) !important;
}

/* Estilo para Cancelación/Modificación (Botón Secundario Outline) */
body.fx-vbo-flow .vbo-booking-mod-cmd a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 13px 20px !important;
	border-radius: 5px !important;
	font-family: 'Authentic Sans', sans-serif !important;
	font-size: 14.6px !important;
	font-weight: 500 !important;
	letter-spacing: .02em !important;
	text-decoration: none !important;
	border: 1px solid #383028 !important;
	cursor: pointer !important;
	background: transparent !important;
	color: #383028 !important;
	transition: background .2s, color .2s, transform .15s !important;
	box-shadow: none !important;
	text-transform: none !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.fx-vbo-flow .vbo-booking-mod-cmd a:hover {
	background: #383028 !important;
	color: #f9f2ea !important;
	transform: translateY(-1px) !important;
}


/* Contenedor de la modificación de la reserva — hacerlo transparente y reducir espaciado para que no parezca una doble tarjeta */
body.fx-vbo-flow .vbo-booking-mod-container {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	font-family: 'Authentic Sans', sans-serif !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

body.fx-vbo-flow .vbo-booking-mod-container * {
	font-family: 'Authentic Sans', sans-serif !important;
}

/* Contenedor principal de acciones en la confirmación — estilo tarjeta */
body.fx-vbo-flow .vbo-booking-details-midcontainer > .vbo-booking-details-actions {
	background: #fff !important;
	border-radius: 15px !important;
	padding: 24px !important;
	border: 1px solid var(--vbo-light-border-color) !important;
	box-shadow: none !important;
	margin: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════
   Shortcode [flexostay_properties] — Cards de propiedades
   Diseño de Figma: fondo oscuro #383028, texto oliva #b3b77e,
   proporciones exactas de 527x778, esquinas rectas.
   ═══════════════════════════════════════════════════════════════ */

.flexostay-properties-grid {
	display: grid;
	grid-template-columns: repeat(var(--fx-prop-cols, 2), 1fr);
	gap: 24px;
	max-width: var(--fx-container, 1160px);
	margin: 0 auto;
}

.flexostay-property-card {
	position: relative;
	display: block;
	background: #383028;
	width: 100%;
	aspect-ratio: 527 / 778;
	text-decoration: none;
	color: #b3b77e;
	box-sizing: border-box;
	overflow: hidden; /* Evita que elementos absolute se desborden */
	container-type: inline-size;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.flexostay-property-card:hover {
	transform: scale(1.02);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
	color: #b3b77e;
}

/* ── Info & Typography (Figma values: Title 24px, Subtext 14px) ── */

.flexostay-property-card__name {
	position: absolute;
	left: 4.55%; /* 24px / 527px */
	top: 4.5%;   /* 35px / 778px */
	font-family: 'Authentic Sans', sans-serif;
	font-size: 24px;
	font-size: 4.55cqw;
	font-weight: 400; /* authentic-sans-90 */
	color: #b3b77e;
	margin: 0;
	line-height: 1.1;
	word-break: break-word;
}

.flexostay-property-card__location-price {
	position: absolute;
	left: 4.55%; /* 24px / 527px */
	top: 8.74%;  /* 68px / 778px */
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.flexostay-property-card__location,
.flexostay-property-card__price {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 14px;
	font-size: 2.65cqw;
	font-weight: 400; /* authentic-sans-90 */
	color: #b3b77e;
	margin: 0;
	line-height: 1.25;
	word-break: break-word;
}

/* ── Arrow SVG ↗ ────────────────────────────────────────────────── */

.flexostay-property-card__arrow {
	position: absolute;
	right: 4.93%; /* 26px / 527px */
	top: 5.27%;  /* 41px / 778px */
	width: 15px;
	width: 2.85cqw;
	height: 15px;
	height: 2.85cqw;
	color: #b3b77e;
	transition: transform 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flexostay-property-card__arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

.flexostay-property-card:hover .flexostay-property-card__arrow {
	transform: translate(2px, -2px);
}

/* ── Image Slot (Figma: 477x617) ───────────────────────────────── */

.flexostay-property-card__image-wrap {
	position: absolute;
	left: 4.55%;   /* 24px / 527px */
	right: 4.93%;  /* 26px / 527px */
	top: 17.1%;    /* 133px / 778px */
	bottom: 3.6%;  /* 28px / 778px */
	overflow: hidden;
}

.flexostay-property-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	aspect-ratio: 477 / 617;
}

/* ── Responsive ────────────────────────────────────────────────── */

@media (max-width: 680px) {
	.flexostay-properties-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.flexostay-property-card__name {
		font-size: 1.25rem;
	}

	.flexostay-property-card__header {
		padding: 20px 20px 12px;
	}

	.flexostay-property-card__image-wrap {
		padding: 0 20px 20px;
	}
}


/* Ocultar switcher nativo de TranslatePress (usamos el nuestro) */
.trp-language-switcher-inner,
.trp-floater-language-switcher,
#trp-floater-wrap {
	display: none !important;
}
.fx-header-lang { text-decoration: none !important; border-bottom: none !important; }

/* Ocultar botón "Change Dates" de resultados VikBooking */
.vbo-results-chdates {
	display: none !important;
}

/* ==========================================================================
   PÁGINA DE INICIO (Home) - Rediseño Figma
   ========================================================================== */

.fx-home-page {
	background-color: #f9f2ea;
	color: #1c130a;
}

/* ── Hero ────────────────────────────────────────────────────────── */
.fx-home-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 1080px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: #ecefda;
}

.fx-home-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.fx-home-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.85);
}

.fx-home-hero__content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fx-home-hero__title {
	font-family: 'Georgia Pro', Georgia, serif;
	font-size: clamp(2.5rem, 6.5vw, 6rem);
	font-weight: 300;
	color: #f9f2ea;
	line-height: 1.1;
	margin: 0 0 24px;
	letter-spacing: -0.02em;
}

.fx-home-hero__desc {
	font-family: 'Authentic Sans', -apple-system, sans-serif;
	font-size: clamp(1rem, 2vw, 1.35rem);
	color: #f9f2ea;
	line-height: 1.6;
	max-width: 680px;
	margin: 0 0 40px;
	font-weight: 400;
}

/* Botón Reservar Píldora Premium */
.fx-btn-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #383028;
    color: #b3b77e;
    /* border: 1.5px solid #b3b77e; */
    padding: 14px 44px;
    border-radius: 50px;
    font-family: 'Authentic Sans';
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    text-decoration: none;
    letter-spacing: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fx-btn-reserve:hover {
	background-color: #b3b77e;
	color: #383028;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.fx-btn-reserve__arrow {
	font-size: 1.1em;
	transition: transform 0.3s ease;
}

.fx-btn-reserve:hover .fx-btn-reserve__arrow {
	transform: translate(2px, -2px);
}

/* ── Sección Proyectos ───────────────────────────────────────────── */
.fx-home-projects {
	padding: 100px 0;
	background-color: #f9f2ea;
}

.fx-home-projects__title {
	font-family: 'Georgia Pro', Georgia, serif;
	font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 300;
	color: #1c130a;
	text-align: center;
	margin-bottom: 60px;
}

/* Espaciado extra en el grid de propiedades para la portada */
.fx-home-projects .flexostay-properties-grid {
	margin-bottom: 40px;
	gap: 40px 24px;
}

/* Ajustes de hover para las tarjetas */
.flexostay-property-card {
	border-radius: 12px;
}

.flexostay-property-card__img {
	transition: transform 0.5s ease;
}

.flexostay-property-card:hover .flexostay-property-card__img {
	transform: scale(1.04);
}

/* ── Divisor de Madera ────────────────────────────────────────────── */
.fx-wood-divider {
	width: 100%;
	height: 434px;
	overflow: hidden;
}

.fx-wood-divider__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ── Footer Oscuro Figma ────────────────────────────────────────── */
.fx-site-footer {
	background-color: #383028;
	color: #b3b77e;
	padding: 80px 0 60px;
	font-family: 'Authentic Sans', -apple-system, sans-serif;
	border-top: none !important;
}

.fx-footer-top {
	border-bottom: 1px solid rgba(179, 183, 126, 0.15);
	padding-bottom: 40px;
	margin-bottom: 40px;
	max-width: var(--fx-container, 1160px);
	margin-left: auto;
	margin-right: auto;
}

.fx-footer-logo-wrap {
	display: flex;
	align-items: baseline;
	gap: 15px;
}

.fx-footer-logo-text {
	font-family: 'Authentic Sans', sans-serif;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	font-weight: 700;
	color: #b3b77e;
	line-height: 1;
	letter-spacing: -0.03em;
}

.fx-footer-logo-slogan {
	font-family: 'Authentic Sans', sans-serif;
	font-size: clamp(0.75rem, 1.5vw, 1.15rem);
	font-weight: 400;
	color: #b3b77e;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.fx-footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.5fr;
	gap: 40px;
	max-width: var(--fx-container, 1160px);
	margin-left: auto;
	margin-right: auto;
}

.fx-footer-text {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #b3b77e;
	margin: 0 0 12px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fx-footer-text a {
	color: #b3b77e;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.fx-footer-text a:hover {
	opacity: 0.8;
}

.fx-footer-col--address .fx-footer-text {
	max-width: 320px;
	margin-left: auto;
	text-align: right;
}

@media (max-width: 768px) {
	.fx-home-projects {
		padding: 60px 0;
	}
	.fx-wood-divider {
		height: 250px;
	}
	.fx-site-footer {
		padding: 50px 24px 40px;
	}
	.fx-footer-logo-wrap {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
	}
	.fx-footer-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.fx-footer-col--address .fx-footer-text {
		text-align: left;
		margin-left: 0;
		max-width: none;
	}
}

/* ==========================================================================
   PÁGINAS CLÁSICAS (Sin Elementor, ej. Políticas de Privacidad y Términos)
   ========================================================================== */

/* Fondo crema para páginas clásicas */
body.page-template-default:not(.elementor-page) {
	background-color: #f9f2ea;
	color: #1c130a;
}

body.page-template-default:not(.elementor-page) .fx-content-area {
	padding: 100px 0 80px; /* Suficiente espacio para el header sólido */
	font-family: 'Authentic Sans', -apple-system, sans-serif;
	background-color: #f9f2ea;
}

/* Tipografía de títulos */
body.page-template-default:not(.elementor-page) .fx-entry-title {
	font-family: 'Georgia Pro', Georgia, serif;
	font-size: clamp(2.2rem, 5vw, 3.8rem);
	font-weight: 300;
	color: #1c130a;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 1.1;
}

body.page-template-default:not(.elementor-page) .fx-entry-content h2 {
	font-family: 'Georgia Pro', Georgia, serif;
	font-size: clamp(1.4rem, 3vw, 1.8rem);
	font-weight: 400;
	color: #383028;
	margin-top: 48px;
	margin-bottom: 18px;
	line-height: 1.2;
}

body.page-template-default:not(.elementor-page) .fx-entry-content p {
	font-family: 'Authentic Sans', -apple-system, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #383028;
	margin-bottom: 24px;
}

body.page-template-default:not(.elementor-page) .fx-entry-content ul {
	font-family: 'Authentic Sans', -apple-system, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #383028;
	margin-bottom: 24px;
	padding-left: 20px;
}

body.page-template-default:not(.elementor-page) .fx-entry-content li {
	margin-bottom: 10px;
}

body.page-template-default:not(.elementor-page) .fx-entry-content strong {
	font-weight: 700;
	color: #1c130a;
}

/* Enlaces */
body.page-template-default:not(.elementor-page) .fx-entry-content a {
	color: #1c130a;
	text-decoration: underline;
	font-weight: 700;
	transition: color 0.2s ease;
}

body.page-template-default:not(.elementor-page) .fx-entry-content a:hover {
	color: #b3b77e;
}


/* ========================================
   Footer OTA (Airbnb / Booking)
   ======================================== */
.fx-footer-col--ota {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.fx-footer-ota-label {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #b3b77e;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 14px;
	opacity: 0.75;
}

.fx-footer-ota-logos {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
}

.fx-ota-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.fx-ota-link:hover {
	transform: translateY(-2px);
	opacity: 0.85;
}

.fx-ota-svg {
	width: 36px;
	height: 36px;
}

.fx-ota-link--airbnb .fx-ota-svg {
	color: #FF5A5F;
}

.fx-ota-link--booking .fx-ota-svg {
	color: #003580;
}

.fx-ota-name {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #b3b77e;
}

.fx-footer-ota-cta {
	font-family: 'Authentic Sans', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #b3b77e;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0;
	opacity: 0.75;
}

@media (max-width: 768px) {
	.fx-footer-col--ota {
		align-items: flex-start;
		text-align: left;
	}
}
