.elementor-kit-5{--e-global-color-primary:#FAF3DD;--e-global-color-secondary:#2A2A2E;--e-global-color-text:#EBF29C;--e-global-color-accent:#018001;--e-global-typography-primary-font-family:"Inria Serif";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:10px;--e-global-typography-secondary-font-family:"Libre Franklin";--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;font-family:"Inria Serif", Sans-serif;font-weight:500;line-height:10px;overscroll-behavior:none;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:0ms;}.elementor-kit-5 a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 a:hover{font-family:"Inria Serif", Sans-serif;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-5 h3{font-family:"Inria Serif", Sans-serif;}.elementor-kit-5 h4{font-family:"Inria Serif", Sans-serif;}.elementor-kit-5 h5{font-family:"Inria Serif", Sans-serif;}.elementor-kit-5 h6{font-family:"Inria Serif", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 a{line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h1{line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 a{line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h1{line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hero parallax - versión CSS */
.hero-parallax {
  position: relative;
  overflow: hidden;
  min-height: 70vh; /* ajustá a lo que necesites */
}

.hero-parallax .elementor-background-overlay,
.hero-parallax::before { /* si usás overlay de Elementor */
  pointer-events: none;
}

.hero-parallax {
  background-image: url('/wp-content/uploads/tu-imagen.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  /* fallback para navegadores que no soportan el JS */
}
.hero-parallax {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: background-position;
  overflow: hidden;
}/* End custom CSS */