.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#009845;--e-global-color-accent:#E11F28;--e-global-typography-primary-font-family:"Dela Gothic One";--e-global-typography-primary-font-size:5px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Dela Gothic One";--e-global-typography-secondary-font-size:33px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-primary );}.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 *//* ====== GALERÍA HORIZONTAL (Elementor Free) ====== */
.horizontal-gallery{
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;

  /* UX */
  cursor: grab;
  user-select: none;
  min-width: 0;
}

.horizontal-gallery:active{
  cursor: grabbing;
}

/* Cada item/imagen */
.horizontal-gallery .gallery-item{
  flex: 0 0 auto;
  width: 420px;
  height: 560px;
  overflow: hidden;
  scroll-snap-align: start;
}

/* Imagen a tamaño fijo sin deformar */
.horizontal-gallery .gallery-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* evita que el drag se quede “pillado” en la imagen */
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/* Mobile */
@media (max-width: 768px){
  .horizontal-gallery .gallery-item{
    width: 75vw;
    height: 420px;
  }
}

/* Ocultar scrollbar (sin romper scroll) */
.horizontal-gallery::-webkit-scrollbar{ height: 0; display: none; }
.horizontal-gallery{ scrollbar-width: none; -ms-overflow-style: none; }/* End custom CSS */