.tabs {
  width: 100%;
}

.tab-nav {
  display: flex;
  background: #f0f0f0;
}

.nav-item {
  transition: all 0.2s ease;
  text-decoration: none;
  text-align: center;
  font-size: 1.1rem;
  width: 100%;
  display: block;
  padding: 16px;
  cursor: pointer;
}
.nav-item.selected {
  font-weight: bold;
  background: #fff;
}

.tab {
  display: none;
  padding: 16px;
}
.tab.selected {
  display: block;
}

.tab-pag {
  padding: 0 16px;
  display: flex;
  justify-content: center;
}

.pag-item {
  margin-bottom: 2rem;
  text-decoration: none;
  display: block;
  padding: 12px;
  cursor: pointer;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
}
.pag-item:last-child {
  margin-right: 0;
}
.pag-item.hidden {
  display: none;
}

.pag-item-submit {
  text-decoration: none;
  flex: 0 1 180px;
  font-size: 1.2rem;
  color: #fff;
  border-color: #696969;
  background: #696969;
}/*# sourceMappingURL=registro.css.map */