.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-399a9a3:#FFEB01;--e-global-color-0accf53:#000DD4;--e-global-color-1a97dc0:#00201E;--e-global-color-acc16e2:#16733E;--e-global-color-42e2604:#02010100;--e-global-color-bb51290:#FFFFFF;--e-global-color-423f30d:#F8F9FA;--e-global-color-fa94fe5:#1E50FF;--e-global-color-8a97362:#0A0C31;--e-global-color-b260088:#B58E45;--e-global-color-02d079d:#997A3D;--e-global-typography-primary-font-family:"Plus Jakarta Sans V";--e-global-typography-primary-font-size:1.7rem;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Plus Jakarta Sans V";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Plus Jakarta Sans V";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans V";--e-global-typography-accent-font-size:0.9rem;--e-global-typography-accent-font-weight:500;--e-global-typography-ad1ffe2-font-family:"Plus Jakarta Sans";--e-global-typography-ad1ffe2-font-size:0.9rem;--e-global-typography-ad1ffe2-font-weight:200;font-family:"Plus JakartaSans", Sans-serif;font-size:1rem;font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Plus JakartaSans", Sans-serif;}.elementor-kit-6 h1{color:var( --e-global-color-1a97dc0 );font-family:"Plus JakartaSans", Sans-serif;font-weight:900;}.elementor-kit-6 h2{color:var( --e-global-color-1a97dc0 );font-family:"Plus JakartaSans", Sans-serif;font-size:1.3rem;font-weight:700;}.elementor-kit-6 h3{font-family:"Plus JakartaSans", Sans-serif;font-size:1.2rem;font-weight:700;}.elementor-kit-6 h4{font-family:"Plus JakartaSans", Sans-serif;}.elementor-kit-6 h5{font-family:"Plus JakartaSans", Sans-serif;font-size:1.2rem;}.elementor-kit-6 h6{font-family:"Plus JakartaSans", Sans-serif;font-size:1.2rem;}.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);}.elementor-lightbox{background-color:var( --e-global-color-1a97dc0 );}.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:481px){.elementor-kit-6{--e-global-typography-primary-font-size:1.3rem;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0.1px;--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-ad1ffe2-font-size:0.9rem;font-size:1rem;}.elementor-kit-6 h1{font-size:1.6rem;}.elementor-kit-6 h2{font-size:1.1rem;}.elementor-kit-6 h4{font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Estilo general del lightbox ===== */
.elementor-lightbox,
.lg-backdrop, /* Polyfábrica usa LightGallery */
.fancybox-bg {
  backdrop-filter: blur(12px) brightness(0.8);
  background-color: rgba(0, 0, 0, 0.5) !important;
  transition: all 0.4s ease-in-out;
}

/* ===== Bloquea el scroll cuando está activo ===== */
body.lg-on,
body.elementor-lightbox-open {
  overflow: hidden !important;
}

/* ===== Imagen dentro del lightbox ===== */
.lg-img-wrap img,
.elementor-lightbox-image {
  border-radius: 10px;
  transition: transform 0.4s ease-in-out;
}

.lg-img-wrap img:hover,
.elementor-lightbox-image:hover {
  transform: scale(1.02);
}

/* ===== Dots o bullets tipo píldora ===== */
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  background: rgba(255, 255, 255, 0.35);
}

.lg-thumb-outer,
.elementor-lightbox-thumbnails {
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

.lg-thumb-item {
  width: 22px;
  height: 8px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}

.lg-thumb-item.active {
  background-color: #f4c542; /* Amarillo Nexux */
  width: 34px;
}

/* ===== Animación de aparición ===== */
.lg-container,
.elementor-lightbox {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/* End custom CSS */