/* ─── Contato: abas preenchem toda a largura no desktop ─── */
.template-contato .box-abas .abas-container .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 4px;
}

.template-contato .box-abas .abas-container .nav-tabs li.abas-item {
  flex: 1 1 0;
  width: auto;
  padding-left: 0;
}

.template-contato .box-abas .abas-container .nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}