.elementor-kit-7{--e-global-color-primary:#C8A44D;--e-global-color-secondary:#F9F9F9;--e-global-color-text:#333333;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Garet";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Garet";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h2{color:#000000;font-family:"Poppins", Sans-serif;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;}.elementor-kit-7 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h6{font-family:"Poppins", Sans-serif;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:255px;max-width:255px;}.site-header .site-description{color:#A5A1A1;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding .site-logo img{width:255px;max-width:255px;}.site-footer .site-description{color:#999999;}.site-footer .copyright p{color:#9C9C9C;}@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;}.site-header .site-branding .site-logo img{width:255px;max-width:255px;}}/* Start custom CSS *//* 🔧 Corrige el problema de botones flotantes en iPhones (iOS 17/18) */
:root {
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

/* Ajusta cualquier botón flotante común */
.boton-flotante,
.elementor-widget-whatsapp,
#whatsapp-button,
.cookies-button,
.cookie-notice-container,
.joinchat__button {
  position: fixed !important;
  bottom: calc(20px + var(--safe-bottom)) !important;
  right: 20px !important;
  z-index: 99999 !important;
}

/* Evita cortes o desplazamientos raros */
html, body {
  height: 100%;
  overflow-x: hidden;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Garet';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ilumine.es/wp-content/uploads/2024/08/Garet-Book.woff2') format('woff2'),
		url('https://ilumine.es/wp-content/uploads/2024/08/Garet-Book.woff') format('woff'),
		url('https://ilumine.es/wp-content/uploads/2024/08/Garet-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'Garet';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://ilumine.es/wp-content/uploads/2024/08/Garet-Heavy.woff2') format('woff2'),
		url('https://ilumine.es/wp-content/uploads/2024/08/Garet-Heavy.woff') format('woff'),
		url('https://ilumine.es/wp-content/uploads/2024/08/Garet-Heavy.ttf') format('truetype');
}
/* End Custom Fonts CSS */