/* navegação principal - distribuição e escala */
.tab-buttons,
.tabs,
.tab-nav{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:center !important;
  gap:14px !important;
  margin-top:8px !important;
}

.tab-btn{
  flex:0 0 auto !important;
  white-space:nowrap !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:13px 18px !important;
  font-size:15px !important;
  line-height:1 !important;
  border-radius:14px !important;
}

.tab-btn .icon,
.tab-btn i,
.tab-btn svg{
  transform:scale(1.18);
  transform-origin:center;
}

@media (max-width: 640px){
  .tab-buttons,
  .tabs,
  .tab-nav{
    gap:10px !important;
  }

  .tab-btn{
    padding:11px 14px !important;
    font-size:14px !important;
  }
}
