header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #e10b17;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

header .container {
  max-width: 42em;
  width: 100%;
}

header .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo img {
  height: 120px; /* antes era 80px */
  max-width: 100%;
}

.imgTamanho {
  height: 90px!important;
}