.d {
  border: 0;
  color: #fff;
  min-height: 12.5rem;
  padding: 0 !important;
  position: relative;
}

.d__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
  padding: 1rem 1rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.d__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.d__breadcrumb-item+.d__breadcrumb-item {
  margin-left: 3.5rem;
  position: relative;
}

.d__breadcrumb-item+.d__breadcrumb-item::before {
  background: url("../../../img/layout/ico-breadcrumb.svg") center center no-repeat;
  content: '';
  height: 24px;
  left: -2.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}

.d__breadcrumb-link {
  color: inherit;
  text-decoration: none;
}

.d__breadcrumb-link:hover {
  text-decoration: underline;
}

.d__contents {
  padding-top: 4.6875rem;
  text-align: center;
}

.d__title {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.d__intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.d__holabcn {
  background: url("../../../img/layout/holabarcelona-your-travel-solution.svg") left top no-repeat;
  background-size: 100% auto;
  display: none;
  height: 0;
  left: 3rem;
  opacity: .6;
  overflow: hidden;
  padding-top: 3.1875rem;
  position: absolute;
  top: 5.625rem;
  width: 10.75rem;
}

@media screen and (min-width: 48em) {
  .d {
    min-height: 16.5rem;
  }

  .d__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 2rem 0;
  }

  .d__contents {
    padding-top: 8.125rem;
  }

  .d__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .d__title {
    margin: 0 0 0.3125rem;
  }
}

@media screen and (min-width: 80em) {
  .d {
    min-height: 20rem;
  }

  .d__header {
    padding: 2.5rem 3rem 0;
  }

  .d__contents {
    padding-top: 10.625rem;
  }

  .d__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .d__holabcn {
    display: block;
  }
}

@media screen and (max-width: 47.9375em) {
  .d__breadcrumb {
    display: none;
  }
}
