.elementor-kit-6{--e-global-color-primary:#253D35;--e-global-color-secondary:#EAE3D2;--e-global-color-text:#000000;--e-global-color-accent:#BF684A;--e-global-typography-primary-font-family:"Exo 2";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:2.6px;--e-global-typography-secondary-font-family:"Exo 2";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:3px;--e-global-typography-text-font-family:"Exo 2";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Exo 2";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;}.elementor-kit-6 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){--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);}@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 *//* Contenedor con zoom */
.zoom-bg {
  position: relative;
  overflow: hidden;
  background: none !important; /* aseguramos que Elementor no meta otra imagen */
}

/* Capa del fondo con zoom */
.zoom-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1);
  transition: transform 0.5s ease;
}

/* Overlay oscuro */
.zoom-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: background-color 0.3s ease;
}

/* Hover: zoom y oscuridad */
.zoom-bg:hover::before {
  transform: scale(1.05);
}

.zoom-bg:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Contenido siempre por encima */
.zoom-bg > * {
  position: relative;
  z-index: 2;
}/* End custom CSS */