.header {
  background-color: #f0f1f2;
  background-image: url(../assets/bg-header.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding: 15px 0;
}
.header-home .header-logo {
  text-align: center;
}

@media (max-width: 992px) {
  .header-home .header-logo { 
    position: absolute;
  }

  .col-logo-galapagos{
    position: unset;
  }

  .logo-harry-potter{
    left: 0;
    top: 0;
    width: 100px;
  }

  .logo-galapagos{
    right: 15px;
    top: 15px;
    width: 120px;
  }
}

.header-home .header-title {
  color: #18242a;
  text-transform: uppercase;
  font-size: 35px;
  font-family: "Bebas Neue";
  margin-top: 18px;
}

@media (max-width: 992px) {
  .header-home .header-title {
    font-size: 21px;
    line-height: 23px;
    margin: 30px 0 15px;
    padding-top: 28px;
  }
}

.header-product .header-logo {
  float: left;
}
.header-link {
  float: right;
  background-image: url(../assets/bg-link-header.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 26px;
  text-transform: uppercase;
  padding: 0 48px;
  line-height: 56px;
  font-weight: 600;
  display: inline-block;
  margin-top: 13px;
  text-decoration: none;
  color: #f0f;
}
.header-link:hover {
  text-decoration: none;
  color: #f0f;
}
@media (max-width: 840px) {
  .header-link {
    display: none;
  }
}