.a01 {
  background: url("../../../img/layout/bbt-a01-bg.webp") center center no-repeat;
  background-size: cover;
  border: 0;
  color: #fff;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.a01::before {
  background: url("../../../img/layout/bbt-a01-bg-overlay-mobile.webp") center center no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 31.25em) {
  .a01::before {
    background-image: url("../../../img/layout/bbt-a01-bg-overlay-tablet.webp");
  }
}
@media screen and (min-width: 80em) {
  .a01::before {
    background-image: url("../../../img/layout/bbt-a01-bg-overlay-desktop.webp");
  }
}
.a01::after {
  content: url("../../../img/layout/bbt-a01-bg-overlay-mobile.webp");
  height: 0;
  width: 0;
  position: absolute;
}
@media screen and (min-width: 31.25em) {
  .a01::after {
    content: url("../../../img/layout/bbt-a01-bg-overlay-tablet.webp");
  }
}
@media screen and (min-width: 80em) {
  .a01::after {
    content: url("../../../img/layout/bbt-a01-bg-overlay-desktop.webp");
  }
}
.a01 .wrapper {
  height: 29.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.a01 .bbt-logo {
  width: 10rem;
  height: 6rem;
  background: url("../../../img/layout/logo-barcelona-bus-turistic-new.svg") left top no-repeat;
  background-size: 100% auto;
}
.a01 .top-presentation-region {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem 0 7rem;
}
@media screen and (min-width: 768px) {
  .a01 .top-presentation-region {
    align-items: flex-start;
    padding: 1.8rem 2rem 0 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .a01 .top-presentation-region {
    padding: 1.8rem 4rem 0;
  }
}
.a01 .top-presentation-region .a01__holabcn {
  background: url("../../../img/layout/hola_barcelona_white_logo.svg") no-repeat center center;
  background-size: 100% auto;
  width: 90px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .a01 .top-presentation-region .a01__holabcn {
    padding-top: 1rem;
    width: 145px;
    height: 64px;
  }
}
.a01 .top-presentation-region .bbt-logo {
  flex-shrink: 0;
  width: 74px;
  height: 45px;
  background: url("../../../img/layout/logo-barcelona-bus-turistic-new.svg") no-repeat center center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .a01 .top-presentation-region .bbt-logo {
    display: none;
  }
}
.a01 .top-presentation-region .reviews-sticker {
  display: none;
}
@media screen and (min-width: 768px) {
  .a01 .top-presentation-region .reviews-sticker {
    display: block;
  }
}
.a01 .central-presentation-region {
  /*&.is-loading {
    visibility: hidden;
  }*/
  overflow: hidden;
  position: relative;
  text-align: center;
}
.a01 .central-presentation-region .a01__title--bbt {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 1.875rem;
  margin: 0 0 1.7rem;
}
@media screen and (min-width: 768px) {
  .a01 .central-presentation-region .a01__title--bbt {
    font-size: 3.125rem;
    line-height: 3.8125rem;
  }
}
.a01 .central-presentation-region .bbt-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .a01 .central-presentation-region .bbt-logo {
    display: block;
    margin: 0 auto;
  }
}
.a01 .central-presentation-region .buy-tickets-container {
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .a01 .central-presentation-region .buy-tickets-container .buy-tickets-desktop {
    display: none;
  }
}
.a01 .central-presentation-region .buy-tickets-container .buy-tickets-desktop a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .a01 .central-presentation-region .reviews-sticker {
    display: none;
  }
}
.a01--landing .a01__features {
  margin-top: 5rem;
}
@media screen and (min-width: 80em) {
  .a01--landing .a01__features {
    margin-top: 11.6875rem;
  }
}

.a01__main-menu {
  display: none;
}
@media screen and (min-width: 80em) {
  .a01__main-menu {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    transform: translateZ(0);
    width: 100%;
    perspective: 600px;
  }
}
.a01__main-menu .menu {
  background: #fff;
  display: flex;
  justify-content: space-between;
  transform-origin: center bottom;
  transition: transform ease 0.5s, visibility ease 0.5s;
  visibility: visible;
}
.a01__main-menu .menu .menu__item {
  flex: 1;
}
.a01__main-menu .menu .menu__item + .menu__item {
  position: relative;
}
.a01__main-menu .menu .menu__item + .menu__item::before {
  background: #dde1e9;
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
.a01__main-menu .menu .menu__link {
  color: #1d2533;
  display: block;
  font-weight: 500;
  line-height: 6rem;
  text-decoration: none;
}
.a01__main-menu .menu .menu__link:hover {
  text-decoration: underline;
}
.a01__main-menu--hide .menu {
  transform: rotateX(94deg) rotateZ(0);
  visibility: hidden;
}

/*# sourceMappingURL=block-a01.css.map */
