/*
Theme Name: Hello Elementor XF Child
Theme URI: https://xenonfactory.es
Template: hello-elementor
Author: Elementor Team & XenonFactory.es
Author URI: https://xenonfactory.es
Description: Versión básica de theme compatible con Elementor y editado por XenonFactory.es
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 5.3.1.1613047641
Updated: 2026-02-11 13:47:21

*/

/* XF BASICS */

.elementor-text-editor p,
.elementor-widget-container p {
	margin-bottom: 1em;
}

.elementor-text-editor p:last-child,
.elementor-widget-container p:last-child { 
	margin-bottom: 0px;
}

/* BOTÓN BARRA COOKIES */
#cn-notice-buttons .button {
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff
}


/* INVERTIR TEXTO CORREO */
.ltrText {
	unicode-bidi: bidi-override;
	direction: rtl;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

html, label, input[type=checkbox] {
	cursor: default;
}


/* LISTAS RGPD */
ol {
	padding-inline-start: 15px
}

ul {
	margin-block-start: -0.5em;
	margin-block-end: 1em;
}

#cmplz-document {
	max-width: 100%;
	text-align: justify;
}

#rgpd * {
	font-size: 13px;
}

#rgpd p {
	margin-bottom: 10px;
	line-height: 1.1em;
}
/*  */


/* GLOBAL */
.blur {
	backdrop-filter: blur(10px);
}


/* Base: por encima de 1366px */
:target {
  scroll-margin-top: 20px;
}

/* Hasta 1024px */
@media (max-width: 1024px) {
  :target {
    scroll-margin-top: 100px;
  }
}

/* GLOBAL */



/* HOME */
#h1home,
#h2home {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

/* HOME */

/* LIGHTBOX - CAJA DE LUZ */
.elementor-lightbox-image.elementor-lightbox-prevent-close.swiper-lazy.swiper-lazy-loaded {
	background-color: #fff;
    padding: 20px;
}
/* LIGHTBOX - CAJA DE LUZ */





