:root{--page-title-display:none;}/* Start custom CSS *//* Rail de fotografías: todos los tamaños */
.sg-learning-rail {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.sg-learning-rail > .sg-learning-card {
  scroll-snap-align: start;
}

.sg-learning-rail::-webkit-scrollbar {
  display: none;
}

/* Rails de Tablet y Mobile */
@media (max-width: 1024px) {
  .sg-english-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sg-learning-rail {
    scroll-padding-left: 20px;
  }

  .sg-english-grid > .sg-structure-card {
    margin-block: 0;
    scroll-snap-align: start;
  }

  .sg-english-grid::-webkit-scrollbar {
    display: none;
  }
}

/* Mantener visibles los elementos dentro del editor de Elementor */
body.elementor-editor-active .eli-reveal,
html.elementor-html .eli-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}/* End custom CSS */