.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE7000;--e-global-typography-primary-font-family:"Red Hat Text";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Red Hat Text";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Red Hat Text";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Red Hat Text";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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);}@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 *//* Video de fondo global */
.page-video-bg{
  position: fixed;
  inset: 0;
  z-index: 0;          /* por debajo del contenido */
  overflow: hidden;
  pointer-events: none; /* para no bloquear clics */
}
.page-video-bg__video{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.page-video-bg__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35); /* sube/baja para más/menos contraste */
}

/* Asegura que el contenido quede por encima del video */
body{ background: transparent !important; }
.elementor-location-header,
.elementor-location-footer,
#page, #content, .site, .elementor{
  position: relative;
  z-index: 1;
}

/* Móvil: usa imagen para rendimiento */
@media (max-width: 767px){
  .page-video-bg__video{ display:none; }
  .page-video-bg{ background: url("URL_DE_TU_IMAGEN_FALLBACK.jpg") center/cover no-repeat fixed; }
}/* End custom CSS */