.elementor-kit-9{--e-global-color-primary:#72C343;--e-global-color-secondary:#538636;--e-global-color-text:#353535;--e-global-color-accent:#538636;--e-global-color-704c032:#FFFFFF;--e-global-color-99f6970:#FBFBFB;--e-global-color-3bafe94:#000000;--e-global-color-9484ea7:#8EAF7F;--e-global-color-ac2aeae:#244B0E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-b2b7dbc-font-family:"Roboto";--e-global-typography-b2b7dbc-font-size:28px;--e-global-typography-b2b7dbc-font-weight:600;--e-global-typography-2d24cbb-font-family:"Roboto";--e-global-typography-2d24cbb-font-size:16px;--e-global-typography-2d24cbb-font-weight:400;}.elementor-kit-9 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);}.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 *//* Contenedor de texto interno - efecto barrido para columnas de 500px */
.text-overlay {
  position: absolute;       /* se coloca sobre la imagen */
  bottom: 0;                /* empieza desde abajo */
  left: 0;
  width: 100%;
  height: 50%;              /* ocupa la mitad inferior de la columna */
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); /* barrido desde negro a transparente */
  color: #fff;              /* letras blancas */
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(100%); /* inicialmente fuera de vista */
  opacity: 0;               /* invisible al inicio */
  transition: all 0.4s ease-in-out; /* animación suave */
  pointer-events: none;     /* evita interferir antes del hover */
  display: flex;
  flex-direction: column;   /* para organizar título + texto + botón verticalmente */
  justify-content: flex-end; /* pegado abajo */
}

/* Mostrar el contenedor al pasar el mouse sobre la columna */
.service-container:hover .text-overlay {
  transform: translateY(0); /* sube al lugar */
  opacity: 1;
  pointer-events: auto;      /* permite interactuar con el botón */
}/* End custom CSS */