.dtr-sticky-tabs-wrapper .dtr-sticky-tabs-nav {
    position: sticky;
    top: 80px; /* o lo que mida tu navbar principal */
    background: white;
    z-index: 1030; /* asegurate que sea mayor que el contenido debajo */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* opcional, para efecto flotante */
}

.dtr-sticky-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px 15px;
}


.dtr-sticky-tabs-nav {
  position: sticky;
  top: 80px; /* Aumentá este valor según el alto real del navbar principal */
  z-index: 1020;
  background: white;
}