.container-header {
  z-index: 10;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #0c3c5f;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0em;
}
