/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
	font-family: 'SegmentA';
	src: url('assets/fonts/SegmentA-KeyRegular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SegmentA';
	src: url('assets/fonts/SegmentA-KeyRegularItalic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SegmentA';
	src: url('assets/fonts/SegmentA-KeyBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SegmentA';
	src: url('assets/fonts/SegmentA-KeyBoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'SegmentA';
	src: url('assets/fonts/SegmentA-KeyBlack.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SegmentA';
	src: url('assets/fonts/SegmentA-KeyBlackItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Glacial Indifference';
	src: url('assets/fonts/GlacialIndifference.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Glacial Indifference';
	src: url('assets/fonts/GlacialIndifferenceItalic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Glacial Indifference';
	src: url('assets/fonts/GlacialIndifferenceBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Glacial Indifference';
	src: url('assets/fonts/GlacialIndifference-Bold-Italic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

body {
	background-color: #f1efe9 !important;
	overflow-x: clip;
}

html {
	overflow-x: clip;
}

.heading-mixed__bold {
	font-family: "SegmentA", sans-serif;
	font-weight: 900;
}


.dbo-home__field-terminos {
	font-size: 11px!important;
}

.elementor-field-type-acceptance label{
	margin: -4px 0 0 0 !important;
}

.xio-acceptance {
	width: 100%;
}

.xio-acceptance__subgroup {
	display: flex;
	align-items: flex-start;
}

.xio-acceptance__option {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.xio-acceptance__checkbox {
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
}

.xio-acceptance__label {
	display: flex;
	align-items: center;
	margin: 0;
	cursor: pointer;
	line-height: 1.5;
}

.elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	align-items: center;
	gap: 10px;
}

.elementor-field-type-acceptance .elementor-acceptance-field {
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
}

.elementor-field-type-acceptance label {
	display: flex;
	align-items: center;
	margin: 0;
	cursor: pointer;
	line-height: 1.5;
}

.xio-property-features {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.xio-property-features__item {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	padding: 0;
	margin: 0;
}

.xio-property-features__icon {
	width: 32px;
	height: 25px;
	flex-shrink: 0;
	margin-top: 2px;
}

.xio-property-features__text {
	font-family: 'Glacial Indifference', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	flex: 1;
}

.btn-thelanded{
	padding:0px 0 0 20px!important;
}

.btn-thelanded a{
	font-family: "SegmentA", sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 30px !important;
	margin:-23px 0 0 0 !important;
	padding:0px !important;
	line-height: 0 !important;
}

.xio-arched-image {
	width: 100%;
	position: relative;
	padding: 8px;
	box-sizing: border-box;
}

.xio-arched-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0.5px solid #2c3e50;
	border-radius: 60% 60% 0 0;
	pointer-events: none;
	z-index: 2;
}

.xio-arched-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	display: block;
	border-radius: 60% 60% 0 0;
}

.xio-arched-image figure,
.xio-arched-image .elementor-widget-image {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 60% 60% 0 0;
}

.xio-arched-image .elementor-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	border-radius: 60% 60% 0 0;
}

.xio-bordered-image {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 8px;
	box-sizing: border-box;
}

.xio-bordered-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0.5px solid #2c3e50;
	pointer-events: none;
	z-index: 2;
}

.xio-bordered-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.xio-bordered-image figure,
.xio-bordered-image .elementor-widget-image {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.xio-bordered-image .elementor-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.xio-lang-switcher {
	display: inline-flex;
	align-items: center;
}

.xio-lang-switcher__list {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.xio-lang-switcher__item {
	font-family: 'Glacial Indifference', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2c3e50;
	text-decoration: none;
	transition: opacity 0.2s ease;
	cursor: pointer;
}

.xio-lang-switcher__item:hover {
	opacity: 0.7;
}

.xio-lang-switcher__item--active {
	font-weight: 700;
	cursor: default;
}

.xio-lang-switcher__separator {
	font-family: 'Glacial Indifference', sans-serif;
	font-size: 14px;
	color: #2c3e50;
	user-select: none;
}

.xio-filter_img {
	overflow: hidden;
}

.xio-filter_img img {
	/* filter: sepia(0.55) saturate(1.6) hue-rotate(-12deg) brightness(1.05) contrast(1.1) !important; */
	transition: filter 300ms ease-in-out, transform 300ms ease-in-out;
	will-change: filter, transform;
}

.xio-filter_img:hover img {
	/* filter: sepia(0) saturate(1) hue-rotate(0deg) brightness(1) contrast(1.05) !important; */
	transform: scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
	.xio-filter_img img {
		transition: none;
		transform: none;
	}
}

.xio-post_line {
	position: relative;
	padding-top: 15px;
}

.xio-post_line:not(:empty)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: #2c3e50;
	z-index: 1;
}

.xio-post_blocks {
	display: flex !important;
}

.xio-post_blocks > .e-child {
	flex: 0 0 25% !important;
	width: 25% !important;
	min-width: 0;
}

/* Cuando el bloque 4 NO tiene descripción - Bloques 1,2,3 automáticos, bloque 4 ajustado al contenido */
/* Selector simplificado: el contenedor que NO tiene texto-editor en el 4to hijo */
.xio-post_blocks:not(:has(> .e-child:nth-child(4) .elementor-widget-text-editor)) > .e-child:nth-child(1),
.xio-post_blocks:not(:has(> .e-child:nth-child(4) .elementor-widget-text-editor)) > .e-child:nth-child(2),
.xio-post_blocks:not(:has(> .e-child:nth-child(4) .elementor-widget-text-editor)) > .e-child:nth-child(3) {
	flex: 1 1 0 !important;
	width: auto !important;
}

.xio-post_blocks:not(:has(> .e-child:nth-child(4) .elementor-widget-text-editor)) > .e-child:nth-child(4) {
	flex: 0 0 auto !important;
	width: 10% !important;
	margin: 0 0 20px 0 !important;
}

/* Título del bloque 4 con salto de línea por palabra cuando no hay descripción */
.xio-post_blocks > .e-child:last-child:not(:has(.elementor-widget-text-editor)) .elementor-heading-title {
	display: table-caption !important;
	width: 1px !important;
	word-break: keep-all !important;
	white-space: normal !important;
	hyphens: none !important;
}

/* Solución alternativa: agregar clase .xio-no-description manualmente al contenedor principal */
.xio-post_blocks.xio-no-description > .e-child:nth-child(1),
.xio-post_blocks.xio-no-description > .e-child:nth-child(2),
.xio-post_blocks.xio-no-description > .e-child:nth-child(3) {
	flex: 1 1 0 !important;
	width: auto !important;
}

.xio-post_blocks.xio-no-description > .e-child:nth-child(4) {
	flex: 0 0 auto !important;
	width: auto !important;
}

.xio-post_blocks.xio-no-description > .e-child:last-child .elementor-heading-title {
	display: table-caption !important;
	width: 1px !important;
	word-break: keep-all !important;
	white-space: normal !important;
	hyphens: none !important;
}

/* ── Form placeholder ── */

.elementor-form-fields-wrapper .elementor-field-textual::placeholder {
	color: #503C28 !important;
	opacity: 1 !important;
}

.elementor-form-fields-wrapper .elementor-field-textual::-webkit-input-placeholder {
	color: #503C28 !important;
	opacity: 1 !important;
}

.elementor-form-fields-wrapper .elementor-field-textual::-moz-placeholder {
	color: #503C28 !important;
	opacity: 1 !important;
}

.elementor-form-fields-wrapper .elementor-field-textual:-ms-input-placeholder {
	color: #503C28 !important;
	opacity: 1 !important;
}

/* ── Title-bound text ── */

.xio-title-bound {
	width: min-content !important;
	max-width: none !important;
	margin-left: auto;
}

.xio-title-bound .elementor-heading-title {
	white-space: nowrap;
}

.xio-title-bound > .e-con {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.xio-title-bound .elementor-widget__width-initial {
	width: 100% !important;
	max-width: 100% !important;
}

.xio-title-bound .elementor-widget-text-editor {
	max-width: 100% !important;
	overflow-wrap: break-word;
}