header {
  width: 100%;
  height: 5em;
  max-height: 5em;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  font-family: 'KGSecondChancesSolid', sans-serif;
  position: fixed;
  z-index: 1000;
  top: 0;
}

header .header-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 100%;
}

header .header-content nav {
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 0 6em;
}

header .header-content .login {
  width: 100%;
  text-align: end;
}

header .header-content .login a {
  color: #c72b3b;
  text-decoration: none;
  font-weight: bold;
}

header .header-content nav ul {
  display: flex;
  align-items: center;
  gap: 3em;
  list-style: none;
  width: 100%;
  margin: 0;
  justify-content: end;
}

header .header-content nav ul div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2em;
}

header .header-content nav ul li {
  font-size: 1em;
}

header .header-content nav ul li a {
  text-decoration: none;
  color: #000;
  height: auto;
}

header .header-content nav ul li a img {
  max-width: 80px;
}

header li.nav-close-btn {
  display: none;
}

header .new-button {
  margin-bottom: 1em;
}

header li.nav-close-btn button > svg {
  width: 3em;
  height: 3em;
}

header li.nav-close-btn button > svg * {
  fill: #000;
}

header li .carrinho {
  width: 75%;
}

header .nav-btn {
  width: 2em;
  height: 2em;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

header .logo {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .logo img {
  width: 100%;
  max-height: 60px;
}

header .logo button {
  background: transparent;
  border: none;
  margin-right: 1em;
  outline: none !important;
}

header .logo button::before {
  font-size: 35px;
  content: '\f053';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #bd212d;
}

header .logo button {
  display: none;
}

header .input{
  display: flex;
  width: 70%;
  border: 2px solid #035F83;
  border-radius: 50px;
  height: 45px;
  padding-left: 15px;
  font-size: 16px;
  position: relative;
}

header .input img {
  position: absolute;
  top: 110%;
  width: 200px;
  left: 50%;
}

header input{
  width: 90%;
  height: 100%;
  border: none;
}

header .input button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  font-size: 25px;
  background: #00A848;
  border-radius: 50px;
  border: none;
  color: #fff;
  height: 100%;
  cursor: pointer;
}

header .input button:focus{
  outline: none;
}

header .input button::before{
  font-family: 'Font Awesome 5 Free' !important;
  content: '\f054';
  font-weight: 900 !important;
}

header .sair{
  width: 25%;
}

header .sair button{
  background-color: #D9192B;
  color: #fff;
  border-radius: 30px;
  width: 100%;
  font-family: 'HelveticaNeue';
  font-weight: 700;
}


header .sair button:hover{
  color: #fff;
  opacity: 0.9;
}

.key-access-kart {
  position: relative;
  min-width: 35%;
}

.key-access-kart li {
  position: relative;
}

.key-access-kart li img {
  cursor: pointer;
}

.key-access-kart li .circle-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00A848;
  color: #fff;
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}

.key-error-content {
  position: absolute;
  top: 130%;
  left: -20%;
  background: #e3342fc7;
  border-radius: 50px;
  padding: 1em;
  text-align: center;
  min-width: 300px;
  color: #fff;
}
.hamburguer{
    background-color: transparent;
    border: none;
    outline: none;
}

@media(max-width: 940px) {
  header .input img {
    display: none;
  }

  header .key-access-kart{
    min-width: 55%;
  }

  .hamburguer{
    display: block !important;
  }

  header ul .home-contact{
    display: none !important;
  }

  header .sair{
    display: none;
  }

  header .header-content nav ul {
    justify-content: end;
  }
  
  header .header-content nav {
    padding: 0 4em;
  }

  header .input button{
    width: 22%;
  }
}

@media(max-width: 575px) {
  header .header-content nav {
    padding: 0 1em;
  }

  header .header-content nav ul {
    width: 80%;
    padding-left: 0px;
  }

  
  header .key-access-kart{
    min-width: 65%;
  }

  header .input {
    width: 44.53vw;
    border: 0.5vw solid #035F83;
    height: 7.83vw;
    padding-left: 2.61vw;
    font-size: 2.78vw;
  }

  header li .carrinho {
    width: 6.26vw;
  }

  
  .key-access-kart li .circle-quantity {
    top: -1.74vw;
    width: 3.48vw;
    height: 3.48vw;
    right: -2vw;
    font-size: 2.43vw;
    border-radius: 50%;
  }

  header .logo{
    width: 10%;
  }

  header .header-content nav ul div{
    width: fit-content;
    gap: 2.43vw;
  }

  header .header-content nav{
    justify-content: center;
    padding: 0;
  }
  
  .hamburguer{
    padding: 0; 
  }
}


