/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 17 2025 | 02:46:56 */
/* OCULTA TODO EL CONTENIDO DE LAS TABS INICIALMENTE */
.hide-initial-tab .kt-tab-content-wrap > .kt-tab-content {
  display: none !important;
}

/* MUESTRA SOLO LA PESTAÑA ACTIVA CUANDO SE HACE CLICK */
.hide-initial-tab .kt-tab-content-wrap > .kt-tab-content.kt-tab-content-active {
  display: block !important;
}
