/**
* Theme Name: NT Landium Child
* Description: This is a child theme of NT Landium, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: nt-landium
* Version: 2.3.6
*/

.nav-tab-wrapper {
  display: flex;
  flex-wrap: wrap;   /* permite que se bajen a otra línea */
  gap: 8px;          /* espacio entre tabs */
}

.nav-tab {
  flex: 1 1 auto;    /* que se adapten al ancho disponible */
  text-align: center;
}
