.elementor-kit-16{--e-global-color-primary:#F2B43B;--e-global-color-secondary:#C9A14A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#8A8F98;--e-global-color-9a65e3e:#050304;--e-global-color-761cd7c:#F7D27A;--e-global-color-1e2711e:#05030499;--e-global-typography-primary-font-family:"Bodoni Moda";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Great Vibes";--e-global-typography-accent-font-weight:500;}.elementor-kit-16 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){margin-block-end: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-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =================================================================
   FONDO GLOBAL FIJO PARA ELEMENTOR PRO
   ================================================================= */

/* 1. Prepara el lienzo transparente y crea las capas de fondo
-------------------------------------------------------------------- */
html, body {
  background: transparent !important;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

/* 2. Capa con la imagen de fondo (cambia la URL aquí)
-------------------------------------------------------------------- */
body::before {
  background: url('https://studiowebcamdivas.com/wp-content/uploads/2025/09/625-conjunto-body-negro-semitransparente-escote-lenceria-sexy-mujer-665x1024-1.webp') center center / cover no-repeat;
  /* Optimizaciones de rendimiento para el scroll */
  transform: translateZ(0);
  will-change: transform;
}

/* 3. Capa de velo oscuro para mejorar legibilidad (ajusta la opacidad)
-------------------------------------------------------------------- */
body::after {
  background: rgba(0, 0, 0, 0.2); /* Sube o baja el último valor (0 a 1) */
}

/* 4. Asegura que todo el contenido de Elementor sea transparente
-------------------------------------------------------------------- */
.elementor-section,
.elementor-container,
.e-con,
.elementor-sticky--effects {
  background: transparent !important;
  box-shadow: none !important;
}

/* 5. Asegura que el Header y Footer también sean transparentes
-------------------------------------------------------------------- */
header.elementor-location-header,
footer.elementor-location-footer {
  position: relative; /* Necesario para que el velo opcional funcione */
  z-index: 100;
  background: transparent !important;
  box-shadow: none !important;
}

/* 6. (OPCIONAL) Velo sutil solo para Header y Footer
   Si no lo quieres, simplemente borra este bloque.
-------------------------------------------------------------------- */
header.elementor-location-header::before,
footer.elementor-location-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.25); /* Ajusta la opacidad de este velo */
}
``` ✅/* End custom CSS */