.cntHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cntHeader--navUs {
  display: flex;
  align-items: end;
}

.btnHeader {
  background: transparent;
  border: solid 2px #0d864a;
  color: #9a9fad;
  padding: 1em;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: block;
}

.iconUser {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btnHeader {
    padding: 1.2em 2em;
  }
}
