.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Botón "Recorre el tour..." */
.btn-tour.elementor-button,
.btn-tour .elementor-button,
.btn-tour.elementor-button,
.btn-tour.elementor-button-link{
	background: transparent !important;
	border: 2px solid #1aa3d6 !important;
	color: #1aa3d6 !important;

	border-radius: 0 !important;
	box-shadow: none !important;

	padding: 18px 34px !important;
	min-height: 60px !important;

	text-transform: uppercase !important;
	letter-spacing: 0.28em !important;
	font-weight: 700 !important;
	font-size: 12px !important;

	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	line-height: 1.25 !important;

	text-decoration: none !important;
}

/* Hover sutil */
.btn-tour.elementor-button:hover,
.btn-tour .elementor-button:hover,
a.btn-tour.elementor-button:hover{
	background: rgba(26,163,214,0.08) !important;
	color: #1aa3d6 !important;
}

/* Lista info unidad: label izquierda / valor derecha */
.unit-specs ul,
.unit-specs ol{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.unit-specs li{
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 24px !important;

	padding: 18px 0 !important;
}

/* Ocultar íconos/bullets del Icon List */
.unit-specs .elementor-icon-list-icon{
	display: none !important;
}

/* Texto (label) */
.unit-specs .elementor-icon-list-text,
.unit-specs li{
	letter-spacing: 0.22em !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	color: rgba(0,0,0,.45) !important;
}

/* Valor a la derecha (si está en spans separados, esto ayuda) */
.unit-specs li > span:last-child,
.unit-specs li > a > span:last-child{
	margin-left: auto !important;
	color: rgba(0,0,0,.55) !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
}

/* Quitar el borde del contenedor del contenido de Tabs */
.no-border .elementor-tabs .elementor-tabs-content-wrapper{
	border: 0 !important;
}

/* A veces el borde viene en cada panel */
.no-border .elementor-tabs .elementor-tab-content{
	border: 0 !important;
}

/* En algunos skins el borde está en el wrapper general */
.no-border .elementor-tabs{
	border: 0 !important;
	box-shadow: none !important;
}

/* Si también querés quitar líneas/bordes de los títulos */
.no-border .elementor-tabs .elementor-tab-title{
	border: 0 !important;
}


/* Mantener arriba sin marco, pero conservar el "caret" del tab activo */
.no-border .elementor-tabs .elementor-tab-title{
	border: 0 !important;
	position: relative !important;
}

/* Triángulo debajo del tab activo */
.no-border .elementor-tabs .elementor-tab-title.elementor-active::after{
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	bottom: -10px !important; /* ajusta si queda muy arriba/abajo */
	transform: translateX(-50%) !important;

	width: 0 !important;
	height: 0 !important;

	border-left: 10px solid transparent !important;
	border-right: 10px solid transparent !important;
	border-top: 10px solid #c8bf9b !important; /* color del tab */
	z-index: 2 !important;
}

/* Si el tab tenía un borde/gris abajo que molesta, lo apagamos */
.no-border .elementor-tabs .elementor-tab-title.elementor-active{
	box-shadow: none !important;
	outline: 0 !important;
}/* End custom CSS */