@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700,800|Open+Sans:400,600|Roboto:400,500&display=swap");

.buttons-apps,.nav-menu,.extra-menu,.nav-submenu,.n1-menu,.form__list,.page__header .menu__container,.footer__sites,.quicklinks__group,.quicklink__group,.badges,.social,.legal-links,.block__list-inner,.a01__features .menu,.a01__main-menu .menu,.a08__grid,.a08__grid .slick-dots,.a09__posts,.a11__grid,.a13__route-list .route-list__wrapper,.a13__route-list .route-list,.a15__list,.a18__list,.directions,.directions__stops,.lines,.a21__list,.b1__route-list .route-list__wrapper,.b1__route-list .route-list,.b2__stops,.b2__actions,.b4__menu,.timetable,.other-routes,.b7__cta-extras,.b8__routes,.d__breadbrumb,.d--d4 .rating__stars,.d--d4 .d__app,.tripadvisor__stars,.perks,.detail-routes,.detail-info__time,.stop-nav,.block__pagination-items,.header-top,.tmb-sites,.tags,.dropdown,.dropdown__block,.share__block,.slider-gallery,.a06-slider,.a07-slider,.a07-slider .slick-dots,.a22-slider__main,.a22-slider__nav,.a22-slider__main .slick-dots,.a22-slider__nav .slick-dots,.b6__slider .slick-dots,.map__content-routes .map__route-list,.map__content-routes .map__route-places,.map__routes,.map__details,.map__places-items,.collapsible {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: "Roboto", arial, sans-serif;
  direction: ltr;
}

.plyr a,.plyr button,.plyr input,.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr:focus {
  outline: 0;
}

.plyr video,.plyr audio {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type='range'] {
  display: block;
  height: 18px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: transparent;
}

.plyr input[type='range']::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
  border: 0;
  border-radius: 1px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -8px;
  position: relative;
  height: 18px;
  width: 18px;
  background: #0277bd;
  border: 0;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr input[type='range']::-moz-range-track {
  height: 2px;
  background: transparent;
  border: 0;
  border-radius: 1px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type='range']::-moz-range-thumb {
  position: relative;
  height: 18px;
  width: 18px;
  background: #0277bd;
  border: 0;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: none;
  box-sizing: border-box;
}

.plyr input[type='range']::-ms-track {
  height: 2px;
  background: transparent;
  border: 0;
  color: transparent;
}

.plyr input[type='range']::-ms-fill-upper {
  height: 2px;
  background: transparent;
  border: 0;
  border-radius: 1px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type='range']::-ms-fill-lower {
  height: 2px;
  background: transparent;
  border: 0;
  border-radius: 1px;
  -ms-user-select: none;
  user-select: none;
  background: #0277bd;
}

.plyr input[type='range']::-ms-thumb {
  position: relative;
  height: 18px;
  width: 18px;
  background: #0277bd;
  border: 0;
  border-radius: 100%;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
  box-shadow: none;
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type='range']::-ms-tooltip {
  display: none;
}

.plyr input[type='range']:focus {
  outline: 0;
}

.plyr input[type='range']::-moz-focus-outer {
  border: 0;
}

.plyr input[type='range'].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type='range']:active::-webkit-slider-thumb {
  background: #0277bd;
  border-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 0 11px rgba(2, 119, 189, 0.2);
  box-shadow: 0 0 0 11px rgba(2, 119, 189, 0.2);
}

.plyr input[type='range']:active::-moz-range-thumb {
  background: #0277bd;
  border-color: #fff;
  transform: scale(1);
  box-shadow: 0 0 0 11px rgba(2, 119, 189, 0.2);
}

.plyr input[type='range']:active::-ms-thumb {
  background: #0277bd;
  border-color: #fff;
  transform: scale(1);
  box-shadow: 0 0 0 11px rgba(2, 119, 189, 0.2);
}

.plyr--video input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr--audio input[type='range'].tab-focus:focus {
  outline: 1px dotted rgba(2, 119, 189, 0.5);
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
 /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
  transform: translateY(-35.95%);
}

.plyr .plyr__video-embed iframe {
  pointer-events: none;
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 0 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.plyr ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.plyr__controls > button,.plyr__controls .plyr__progress,.plyr__controls .plyr__time {
  margin-left: 0;
}

.plyr__controls > button:first-child,.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 0;
}

.plyr__controls [data-plyr="pause"] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted,.plyr__controls .icon--captions-on {
  display: none;
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover {
  background: #fff;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 0;
  border-radius: inherit;
  background: #fff;
  border: 0;
  color: #0277bd;
}

.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover {
  background: #0277bd;
  color: #fff;
}

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  background: #fff;
  border: 4px solid currentColor;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.plyr .plyr__play-large {
  display: inline-block;
}

.plyr--audio .plyr__play-large {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr__controls [data-plyr='pause'],.plyr--playing .plyr__controls [data-plyr='play'] {
  display: none;
}

.plyr--playing .plyr__controls [data-plyr='pause'] {
  display: inline-block;
}

.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted,.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block;
}

.plyr--fullscreen-active .icon--exit-fullscreen + svg,.plyr--muted .plyr__controls .icon--muted + svg,.plyr--captions-active .plyr__controls .icon--captions-on + svg {
  display: none;
}

.plyr [data-plyr='captions'],.plyr [data-plyr='fullscreen'] {
  display: none;
}

.plyr--captions-enabled [data-plyr='captions'],.plyr--fullscreen-enabled [data-plyr='fullscreen'] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 0;
  padding: 0 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
}

.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button:hover .plyr__tooltip,.plyr button.tab-focus:focus .plyr__tooltip,.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 12px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 12px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:last-child:hover .plyr__tooltip,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  display: none;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-moz-range-track {
  background: transparent;
}

.plyr__progress input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

.plyr .plyr__progress {
  display: inline-block;
}

.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin: -1px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 2px;
}

.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 2px;
}

.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,.plyr__volume--display {
  z-index: 1;
  color: #0277bd;
  background: transparent;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
  min-width: 2px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
  min-width: 2px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display {
  background: #dde1e9;
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 0;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type="range"] {
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr='mute'] {
  display: none !important;
}

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  color: #54657e;
  font: 16px "Roboto", arial, sans-serif;
}

.title__text--dash {
  display: inline-block;
  padding-left: 3rem;
  position: relative;
}

.title__text--dash::before {
  background: currentcolor;
  content: '';
  height: 0.0625rem;
  left: 0;
  margin-top: -0.0625rem;
  position: absolute;
  top: 50%;
  width: 2rem;
}

.text__link {
  color: #1bacc0;
  padding-left: 2rem;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.text__link::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-link.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.text__link:hover {
  text-decoration: underline;
}

.text__link--primary::before {
  background-position: 0 -48px;
}

.text__link--secondary {
  color: #54657e;
}

.text__link--secondary::before {
  background-position: 0 0px;
}

.text__link--alt {
  color: #fff;
}

.text__link--alt::before {
  background-position: 0 -24px;
}

.list {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}

.list__item {
  position: relative;
}

.list__item::before {
  background: -webkit-gradient(linear, left top, right top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to right, #d71c1c, #ad1457);
  border-radius: 100%;
  content: '';
  height: 0.5rem;
  left: -1.5rem;
  position: absolute;
  top: 0.375rem;
  width: 0.5rem;
}

.list__item + .list__item {
  margin-top: 0.5rem;
}

.list--checks .list__item::before {
  background: transparent url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-check-bbt.svg);
  border-radius: 0;
  content: '';
  height: 1.5rem;
  left: -2.5rem;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.content__link {
  color: #1bacc0;
  font-weight: 500;
  text-decoration: none;
}

.content__link:hover {
  text-decoration: underline;
}

.content__link.ext::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-content-link.svg) left -2rem no-repeat;
  background-size: 1rem auto;
  content: '';
  display: inline-block;
  height: 1rem;
  margin: -0.25rem 0 0 0.15em;
  vertical-align: middle;
  width: 1rem;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 18px;
  max-width: 100%;
  min-width: 14rem;
  outline: 0;
  padding: 0.9375rem 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

.button--primary {
  background: -webkit-gradient(linear, left top, right top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to right, #d71c1c, #ad1457);
  border-radius: 1.5rem;
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  -webkit-transition: -webkit-box-shadow ease .5s;
  transition: -webkit-box-shadow ease .5s;
  transition: box-shadow ease .5s;
  transition: box-shadow ease .5s, -webkit-box-shadow ease .5s;
}

.button--primary:hover {
  background: #ad1457;
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
}

.button--primary[disabled],.button--primary.button--disabled {
  background: #1d2533;
  cursor: not-allowed;
  opacity: .3;
}

.button--secondary {
  background-color: #fff;
  border: 1px solid #dde1e9;
  color: #1bacc0;
  font-family: "Roboto", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.button--secondary:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.2);
}

.button--secondary[disabled],.button--secondary.button--disabled {
  opacity: .3;
}

.button--inverted {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
}

.button--inverted:hover {
  background-color: #fff;
  color: #1d2533;
}

.button--inverted[disabled],.button--inverted.button--disabled {
  opacity: .3;
}

.button__text {
  position: relative;
}

.button--tickets .button__text {
  padding-right: 2.125rem;
}

.button--tickets .button__text::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-tickets.svg) center center no-repeat;
  content: '';
  display: inline-block;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.button--loading .button__text {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 1.5rem;
}

.button--loading .button__text::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-loading.svg) center center no-repeat;
  content: '';
  display: inline-block;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.button--close {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-close.svg) center center no-repeat #fff;
  border: 0;
  cursor: pointer;
  height: 0;
  outline: none;
  overflow: hidden;
  padding: 3.5rem 0 0;
  width: 3.5rem;
}

.button--close:hover {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-close-bbt.svg);
}

.button--video {
  background: none;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  height: 0;
  height: 0;
  outline: 0;
  overflow: hidden;
  padding: 3rem 0 0;
  position: relative;
  -webkit-transition: background ease .5s;
  transition: background ease .5s;
  width: 3rem;
}

.button--video::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-video-play.svg) left top no-repeat;
  content: '';
  cursor: pointer;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.button--video:hover {
  background: #fff;
}

.button--video:hover::before {
  background-position: left bottom;
}

.button--app {
  border-radius: 2rem;
  height: 4rem;
  line-height: 1;
  position: relative;
  text-align: left;
  width: 13.125rem;
  min-width: 11.875rem;
}

.button--app::before {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-apps.svg);
  background-repeat: no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.button--app .button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2.5rem;
}

.button--app .button__title {
  font-weight: 300;
  margin-bottom: 0.1875rem;
}

.button--app .button__subtitle {
  font-weight: 500;
}

.button--app-google::before {
  background-position: -24px 0;
}

.button--app-apple {
  width: 11.875rem;
}

.button--app-apple::before {
  background-position: 0 0;
}

.buttons-apps__item + .buttons-apps__item {
  margin-top: 0.5rem;
}

.menu__trigger {
  display: block;
}

.menu__block {
  display: none;
}

.nav {
  height: 100%;
  left: -100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

.nav--open {
  left: 0;
}

.nav__overlay {
  -webkit-transition: background-color ease .3s;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.nav__n1 {
  background: #fff;
  height: 100%;
  left: -120%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.nav-menu__item--title .nav-menu__link {
  font-weight: 700;
  padding-right: 1rem;
  text-transform: uppercase;
}

.nav-menu__link {
  background: #fff;
  border-top: 1px solid #dde1e9;
  color: #1d2533;
  display: block;
  font-weight: 500;
  line-height: 3.4375rem;
  padding: 0 1.875rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}

.nav-menu__link:not(a) {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #1d2533;
  border-top: 0;
  line-height: 3.5rem;
}

.nav-menu__link:not(span):hover {
  background: #dde1e9;
}

.nav-menu__item--has-submenu .nav-menu__link {
  padding-right: 3.375rem;
}

.nav-menu__item--has-submenu .nav-menu__link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-nav.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.nav-menu__item--submenu-visible .nav-menu__link::before {
  background: #d71c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.375rem;
}

.extra-menu {
  background: #f2f5f7;
  padding: 2.5rem 0;
}

.extra-menu__title {
  margin-bottom: 0 0 0.625rem;
  padding: 0 1.875rem;
  padding-bottom: 0.875rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #1d2533;
}

.extra-menu__title::after {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 1.875rem;
  position: absolute;
  width: 2rem;
}

.extra-menu__link {
  color: #54657e;
  display: block;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  text-decoration: none;
}

.nav-menu--cloned-header {
  border-top: 1px solid #dde1e9;
}

.nav-menu--cloned-header .nav-menu__item .nav-menu__link {
  border: 0;
}

.nav-menu--cloned-header .nav-menu__item + .nav-menu__item .nav-menu__link-label {
  border-top: 1px solid #dde1e9;
}

.nav-menu--cloned-header .nav-menu__link {
  padding: 0 1.5rem;
}

.nav-menu--cloned-header .nav-menu__link-label {
  display: block;
}

.nav-menu__item--lang {
  border-left: 1px solid #f2f5f7;
  position: absolute;
  top: 0.5rem;
  right: 0;
  height: 2.5rem;
}

.nav-menu__item--lang .nav-menu__link {
  position: relative;
  line-height: 2.5rem;
  padding: 0 3.5625rem 0 1.25rem;
}

.nav-menu__item--lang .nav-menu__link:hover {
  background: none;
}

.nav-menu__item--lang .nav-menu__link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-worldwide.svg) center center no-repeat;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-1rem, -50%);
  transform: translate(-1rem, -50%);
  width: 1.5rem;
  height: 1.5rem;
}

.nav-menu__item--lang .nav-menu__link-label {
  border: none !important;
  font-size: 0.9375rem;
}

.nav-menu__holabcn {
  padding-bottom: 60px;
}

.nav-menu__holabcn-badge {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/holabarcelona-your-travel-solution.svg) left bottom no-repeat;
  background-size: 100% auto;
  height: 0;
  margin-left: 1.25rem;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 3.5625rem;
  width: 11.9375rem;
}

.nav__n2 {
  background: #1d2533;
  height: 100%;
  left: -120%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.nav-submenu {
  padding: 2.125rem 0;
}

.nav-submenu--back {
  color: #fff;
  margin-bottom: 0.625rem;
  padding: 2.4375rem 0 0.625rem;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.nav-submenu--back::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-nav.svg) right top no-repeat;
  content: '';
  height: 1.5rem;
  left: 1rem;
  margin-top: -18px;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.nav-submenu--back::after {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.nav-submenu__link {
  color: #dde1e9;
  display: block;
  font-size: 0.9375rem;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  text-align: center;
  text-decoration: none;
}

.nav--tm .nav-submenu__label {
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.nav--tm .nav-submenu__item + .nav-submenu__item {
  margin-top: 2rem;
}

.nav--tm .nav-submenu__item--more {
  text-align: center;
}

.nav--tm .nav-submenu__item--more .text__link {
  color: #fff;
  display: inline-block;
  line-height: 1.5rem;
}

.nav--tm .nav-submenu__item--more .text__link::before {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-link.svg);
  background-position: left -24px;
}

.lightbox--n1 {
  z-index: 11;
}

.lightbox--n1.lightbox--visible {
  display: block;
  opacity: 0;
}

.n1-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.n1-menu__item {
  height: 22vh;
  max-height: 11rem;
  width: 25%;
}

.n1-menu__link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  z-index: 1;
}

.n1-menu__link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-grid-menu-overlay.png) center center no-repeat;
  background-size: cover;
  content: '';
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  width: 0;
}

.n1-menu__link:hover {
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
}

.n1-menu__link:hover::after {
  height: 100%;
  opacity: .8;
  width: 100%;
}

.n1-menu__link:hover .n1-menu__title {
  opacity: 1;
}

.n1-menu__title {
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  margin: 0 1.5rem;
  opacity: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
  width: 100%;
  z-index: 3;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.n1-menu__link--more {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd 0%, #1bacc0 100%);
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}

.n1-menu__link--more::before {
  border: 1px solid transparent;
  border-right-color: #1d2533;
  border-top-color: #1d2533;
  border-width: 28px 48px;
  content: '';
  height: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: border-color ease .3s, opacity ease .3s;
  transition: border-color ease .3s, opacity ease .3s;
  width: 0;
  z-index: 3;
}

.n1-menu__link--more::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-social.svg) left top no-repeat;
  height: 1.5rem;
  left: 100%;
  margin: 0.5rem 0 0 -2rem;
  opacity: 1;
  top: 0;
  width: 1.5rem;
  z-index: 4;
}

.n1-menu__link--more:hover {
  background: -webkit-gradient(linear, left top, right top, from(#1bacc0), to(#1bacc0));
  background: linear-gradient(to right, #1bacc0 0%, #1bacc0 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}

.n1-menu__link--more:hover::before {
  border-right-color: #1bacc0;
  border-top-color: #1bacc0;
  opacity: 1;
}

.n1-menu__link--more:hover::after {
  height: 1.5rem;
  width: 1.5rem;
}

.lightbox--n1-bbt .n1-menu__link--more .n1-menu__title {
  opacity: 1;
}

.lightbox--n1-cbt .n1-menu__link::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#f9b21e), to(#d76B38));
  background-image: linear-gradient(to right, #f9b21e 0%, #d76B38 100%);
}

.lightbox--n1-cbt .n1-menu__link:hover::after {
  opacity: .7;
}

.lightbox--n1-tm .n1-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lightbox--n1-tm .n1-menu__item {
  height: 12.5rem;
  margin-bottom: 2rem;
  max-height: 12.5rem;
  overflow: hidden;
  width: 48.57143%;
}

.lightbox--n1-tm .n1-menu__item:nth-child(2n) {
  margin-left: 2.85714%;
}

.lightbox--n1-tm .submenu__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.lightbox--n1-tm .submenu__item-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 36.76471%;
}

.lightbox--n1-tm .submenu__item-title {
  background: #78bb75;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  left: 0;
  line-height: 1.5rem;
  margin: 0;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.lightbox--n1-tm .submenu__item-tags {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.9375rem;
}

.lightbox--n1-tm .n1-menu__item--more {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  height: 24px;
  margin: 1.625rem 0 0;
  max-width: 100%;
  text-align: center;
}

.lightbox--n1-tm .n1-menu__link--more {
  background: none;
  color: #fff;
  display: inline-block;
  height: auto;
  height: 24px;
  padding-left: 2rem;
  position: relative;
}

.lightbox--n1-tm .n1-menu__link--more:hover {
  background: none;
  text-decoration: underline;
}

.lightbox--n1-tm .n1-menu__link--more::before {
  display: none;
}

.lightbox--n1-tm .n1-menu__link--more::after {
  left: 0;
  margin: 0;
}

.lightbox--n1-tm .n1-menu__title {
  color: inherit;
  display: inline;
  font-weight: 500;
  margin: 0;
  opacity: 1;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}

button,input,select,textarea {
  font-family: inherit;
}

::-webkit-input-placeholder {
 /* Chrome */
  color: #8493a8;
}

:-ms-input-placeholder {
 /* IE 10+ */
  color: #8493a8;
}

::-moz-placeholder {
 /* Firefox 19+ */
  color: #8493a8;
  opacity: 1;
}

:-moz-placeholder {
 /* Firefox 4 - 18 */
  color: #8493a8;
  opacity: 1;
}

.form__row {
  position: relative;
}

.form__row + .form__row {
  margin-top: 1rem;
}

.form__row--checkboxes {
  margin-top: 1.5em;
}

.form__label {
  color: #1d2533;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.form__label--check-radio {
  vertical-align: text-top;
}

.form__label--check-radio + .form__label--check-radio {
  margin-left: 0.625rem;
}

.form__section + .form__section {
  margin-top: 1.5rem;
}

.form__header {
  border-bottom: 1px solid #dde1e9;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.form__title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.form__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.form__field--text,.form__field--textarea,.form__field--select {
  background-color: #fff;
  border: 1px solid #b9c4cf;
  border-radius: 0.1875rem;
  color: #54657e;
  display: block;
  font-size: 0.875rem;
  height: 3rem;
  padding: 0.75rem 1rem;
  width: 100%;
}

.form__field--text:hover,.form__field--textarea:hover,.form__field--select:hover {
  border-color: #8493a8;
}

.form__field--text:focus,.form__field--textarea:focus,.form__field--select:focus {
  border-color: #0277bd;
  -webkit-box-shadow: 0 0 2px 0 rgba(2, 119, 189, 0.7);
  box-shadow: 0 0 2px 0 rgba(2, 119, 189, 0.7);
}

.form__field--text[disabled],.form__field--textarea[disabled],.form__field--select[disabled] {
  border-color: #dde1e9;
  color: #b9c4cf;
}

.form__field--textarea {
  min-height: 6rem;
}

.form__field--select {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-arrow-down.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.form__checkbox-replace,.form__radio-replace {
  position: relative;
}

.form__checkbox-replace::before,.form__checkbox-replace::after,.form__radio-replace::before,.form__radio-replace::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form__checkbox-replace .form__field--checkbox,.form__checkbox-replace .form__field--radio,.form__radio-replace .form__field--checkbox,.form__radio-replace .form__field--radio {
  display: none;
}

.form__checkbox-replace {
  padding-left: 1.75rem;
}

.form__checkbox-replace::before {
  border: 2px solid #8493a8;
  border-radius: 0.1875rem;
  content: '';
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.125rem;
  z-index: 0;
}

.form__checkbox-replace::after {
  content: '';
  height: 1.5rem;
  left: -0.1875rem;
  position: absolute;
  top: -0.1875rem;
  width: 1.5rem;
  z-index: 1;
}

.form__checkbox-replace.form__field--is-checked::before {
  background-color: #0277bd;
  border-width: 0;
}

.form__checkbox-replace.form__field--is-checked.form__field--is-disabled::before {
  background-color: #b9c4cf;
}

.form__checkbox-replace.form__field--is-checked::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-fields.svg);
  background-position: left top;
}

.form__checkbox-replace.form__field--is-disabled::before {
  background-color: inherit;
  border: 2px solid #b9c4cf;
}

.form__radio-replace {
  padding-left: 1.875rem;
}

.form__radio-replace::before {
  border: 2px solid #8493a8;
  border-radius: 50%;
  content: '';
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25rem;
}

.form__radio-replace::after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  height: 0;
  left: 5px;
  position: absolute;
  top: 5px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  width: 0;
}

.form__radio-replace.form__field--is-checked::before {
  border-color: #0277bd;
}

.form__radio-replace.form__field--is-checked::after {
  background-color: #0277bd;
  height: 0.625rem;
  width: 0.625rem;
}

.form__radio-replace.form__field--is-disabled::before {
  border-color: #b9c4cf;
}

.form__radio-replace.form__field--is-disabled::after {
  background-color: #b9c4cf;
}

.form__file-replace {
  background-color: #fff;
  border: 1px solid #dde1e9;
  border-radius: 0.1875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  width: 100%;
}

.form__row--error:not(.form__row--has-file) .form__file-replace {
  border-color: #d71c1c;
  -webkit-box-shadow: 0 0 2px 0 rgba(215, 28, 28, 0.7);
  box-shadow: 0 0 2px 0 rgba(215, 28, 28, 0.7);
}

.form__file-replace .form__field--file {
  display: none;
}

.no-js .form__file-replace .form__field--file {
  display: inherit;
}

.file-replace__name {
  background-color: inherit;
  border: 0;
  color: #b9c4cf;
  display: block;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 0.875rem;
  padding-right: 1rem;
}

.file-replace__select {
  background-color: inherit;
  border: 0;
  color: #1bacc0;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin: 1.875rem auto 1.125rem auto;
  padding: 0.625rem 0;
  text-align: center;
}

.file-replace__remove {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-fields.svg);
  background-position: -26px center;
  border: 0;
  cursor: pointer;
  display: none;
  height: 1.25rem;
  width: 1.25rem;
}

.file-replace--is-selected {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dde1e9;
  border-color: #b9c4cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.file-replace--is-selected .file-replace__name {
  color: #54657e;
}

.file-replace--is-selected .file-replace__remove {
  display: inherit;
}

.file-replace--is-selected .file-replace__select {
  display: none;
}

.form__actions {
  border-top: 1px solid #dde1e9;
  margin-top: 1rem;
  padding-top: 1rem;
}

.form__actions .button {
  width: 100%;
}

.form__action-check .form__label {
  color: inherit;
  display: inline-block;
  font-weight: 400;
}

.form__action-check a {
  color: #1d2533;
  text-decoration: none;
}

.form__action-check a:hover {
  text-decoration: underline;
}

.form__list-item {
  display: block;
  margin: 0;
}

.form__list-item + .form__list-item {
  margin-top: 1rem;
}

.form__label + .form__list {
  margin-top: 0.5rem;
}

.form__field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__field-help {
  color: #8493a8;
  display: none;
}

.form__field-help--visible,.form__field-help--fixed {
  display: block;
}

.form__field-help,.form__error-message {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.form__error-message {
  color: #d71c1c;
}

.form__field--error {
  border-color: #d71c1c;
  -webkit-box-shadow: 0 0 2px 0 rgba(215, 28, 28, 0.7);
  box-shadow: 0 0 2px 0 rgba(215, 28, 28, 0.7);
}

.form__field--valid.form__field--text,.form__field--valid.form__field--textarea {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-check.svg);
  background-position: right 9px top 11px;
  background-repeat: no-repeat;
}

.form__row--error.form__row--has-file .form__error-message {
  display: none;
}

.form__row--error.form__row--has-file .form__field-help--visible {
  display: block;
}

.form__field--prefix {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 3.5rem;
}

.form__field--prefix.form__field--valid {
  background-image: none;
}

.form__field--prefix-phone {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.doc-block {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 3em;
  padding: 2em;
}

.doc-block__title {
  margin: 0 0 1.5rem 0;
  position: relative;
  text-align: center;
}

.doc-block__title::before {
  background-color: #d71c1c;
  content: '';
  height: 0.5rem;
  margin-left: -1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
}

.doc-block__group + .doc-block__group {
  margin-top: 2em;
}

.doc-block__group-item + .doc-block__group-item {
  margin-top: 1em;
}

.doc-block__group-title {
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  position: relative;
  marign-top: 0;
}

.doc-block__group-title::after {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
}

.doc-block--inverted {
  background-color: #54657e;
  padding: 1.875rem;
}

.master-block {
  margin-bottom: 7.5rem;
}

.master-block--alt {
  background: #f2f5f7;
  padding: 5rem 0;
}

.snitch {
  background: #000;
  border-radius: 0 0 3px 3px;
  color: #fff;
  font-family: arial, sans-serif;
  left: 50%;
  opacity: .3;
  padding: .5em 1em;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 666;
}

body {
  margin: 0;
}

.page__inner {
  overflow: hidden;
  z-index: 2;
}

.wrapper {
  margin: 0 1.5rem;
  max-width: 70rem;
  -webkit-transition: margin ease .3s;
  transition: margin ease .3s;
}

.wrapper__inner {
  margin: 0 auto;
  max-width: 45.9375rem;
}

.page__header {
  background: #1d2533;
  color: #fff;
}

.page__header-inner {
  position: relative;
}

.page__header .menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 3.5rem;
}

.page__header .menu__trigger {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-menu.svg) center center no-repeat #1d2533;
  border: 0;
  cursor: pointer;
  display: block;
  height: 0;
  outline: none;
  overflow: hidden;
  padding: 3.5rem 0 0;
  -webkit-transition: background-color ease .5s;
  transition: background-color ease .5s;
  width: 3.5rem;
}

.page__header .menu__trigger:hover {
  background-color: #1bacc0;
}

.page__header .menu__block {
  display: none;
}

.page__header .menu__block--primary {
  margin-right: auto;
}

.page__header .menu__block--primary .menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
}

.page__header .menu__block--primary .menu__item {
  color: #fff;
  font-size: 0.875rem;
}

.page__header .menu__block--primary .menu__item + .menu__item {
  margin-left: 1.25rem;
}

.page__header .menu__block--primary .menu__link {
  color: inherit;
  display: block;
  line-height: 5rem;
  text-decoration: none;
}

.page__header .menu__block--primary .menu__link:hover {
  position: relative;
}

.page__header .menu__block--primary .menu__link:hover::after {
  background: #fff;
  bottom: 0;
  content: '';
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.page__header .menu__block--primary .menu__link--active {
  position: relative;
}

.page__header .menu__block--primary .menu__link--active::after {
  background: #d71c1c;
  bottom: 0;
  content: '';
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.page__header .menu__brand {
  left: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.page__header .menu__brand-bbt .menu__brand-item {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/logo-barcelona-bus-turistic.svg) left bottom no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2rem;
  width: 6.25rem;
}

.page__header .menu__brand-cbt .menu__brand-item {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/cbt/logo-catalunya-bus-turistic.svg) left top no-repeat;
  background-size: auto 2rem;
  cursor: pointer;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2rem;
  width: 5.8125rem;
}

.page__header .menu__brand-tm .menu__brand-item {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/tm/logo-teleferic-de-montjuic.svg) left top no-repeat;
  background-size: auto 2rem;
  padding-top: 2rem;
  cursor: pointer;
  display: block;
  height: 0;
  overflow: hidden;
  width: 5.0625rem;
}

.page__header .menu__block--secondary {
  margin-right: 1rem;
}

.page__header .menu__block--secondary .dropdown__label,.page__header .menu__block--secondary .dropdown__block {
  min-width: 11.25rem;
}

.page__header .menu__block--secondary .dropdown__label-text::after {
  background-position: right top;
}

.page__header--sticky {
  left: 0;
  position: fixed;
  top: -6.25rem;
  -webkit-transition: top ease .5s;
  transition: top ease .5s;
  width: 100%;
  z-index: 10;
}

.page__header--sticky-visible {
  top: 0;
}

.page__footer {
  background: #fff;
}

.footer__site {
  height: 14.5rem;
  position: relative;
  width: 100%;
}

.footer__site::before,.footer__site::after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer__site::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.footer__site::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-prefooter-overlay.png) center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
}

.footer__site:hover::after {
  opacity: .8;
}

.footer__site:hover .footer__site-full-content {
  opacity: 1;
}

.footer__site--tm {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/prefooter-tm-bg.jpg) center top no-repeat;
  background-size: cover;
}

.footer__site--cbt {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/prefooter-cbt-bg.jpg) center center no-repeat;
  background-size: cover;
}

.footer__site--bbt {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/prefooter-bbt-bg.jpg) center center no-repeat;
  background-size: cover;
}

.footer__site-container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.footer__site-full {
  display: none;
}

.footer__site-full-content {
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity ease .5s;
  transition: opacity ease .5s;
  width: 23.4375rem;
}

.footer__site-full-title {
  color: #fff;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer__site-full-title::after {
  background: currentcolor;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.footer__site-full-description {
  color: #fff;
  font-size: 0.875rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer__site-full-description p {
  margin: 0;
}

.footer__site-full-description a {
  color: inherit;
  text-decoration: none;
}

.footer__site-full-description a:hover {
  text-decoration: underline;
}

.footer__site-mini {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer__site-mini-text {
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

.footer__quicklinks {
  border-bottom: 1px solid #dde1e9;
  padding: 2.5rem 0;
}

.quicklinks__item {
  text-align: center;
}

.quicklinks__item + .quicklinks__item {
  margin-top: 2rem;
}

.quicklink__item + .quicklink__item {
  margin-top: 0.5rem;
}

.quicklink__title {
  color: #1d2533;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.quicklink__link {
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.quicklink__link:hover {
  text-decoration: underline;
}

.quicklink__link.ext {
  padding-right: 1.5rem;
  position: relative;
}

.quicklink__link.ext::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left -1.5rem no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.footer__badges {
  padding: 2.5rem 0;
}

.badge + .badge {
  margin-top: 1rem;
}

.badge__image {
  display: block;
  margin: 0 auto;
}

.footer__social {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd, #1bacc0);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social__link {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 4rem;
  position: relative;
  -webkit-transition: background ease .5s;
  transition: background ease .5s;
  width: 100%;
}

.social__link:hover {
  background: #1bacc0;
}

.social__link::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-social.svg) left top no-repeat;
  background-size: auto 2rem;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
}

.social__link--facebook::before {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-share.svg);
  background-position: -10rem top;
}

.social__link--instagram::before {
  background-position: -8rem top;
}

.social__link--youtube::before {
  background-position: -10rem top;
}

.footer__legal {
  background: #1d2533;
  padding: 1.5625rem 0 4rem;
  position: relative;
}

.footer__legal-inner {
  margin: 0 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.legal {
  color: #8493a8;
  font-size: 0.875rem;
  margin: 0;
}

.legal-links {
  font-size: 0.875rem;
}

.legal-links__item {
  color: #f2f5f7;
}

.legal-links__item + .legal-links__item::before {
  content: '·';
  margin: 0 .5em;
}

.legal-links__link {
  color: inherit;
  text-decoration: none;
}

.legal-links__link:hover {
  text-decoration: underline;
}

.footer__back-to-top-link {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-to-top.svg) left top no-repeat;
  bottom: 0.5rem;
  display: block;
  height: 0;
  left: 50%;
  overflow: hidden;
  padding: 1.5rem 0 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.5rem;
}

.block {
  background: #f2f5f7;
  border-bottom: 1px solid #dde1e9;
  color: #54657e;
  padding: 2.5rem 0;
}

.block--alt {
  background: #fff;
}

.block__header {
  text-align: center;
}

.block__action {
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}

.block__title {
  color: #1d2533;
  margin: 0 0 1rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block__subtitle {
  color: #1d2533;
  margin: 0 0 1rem 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block__warning {
  border-top: 1px solid #dde1e9;
  margin-top: 2.5rem;
  padding: 1.5rem 0 0 2.5rem;
  position: relative;
}

.block__warning::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-content-warning.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 1.5rem;
  width: 1.5rem;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.block__buy {
  background-color: #fff;
  border: 1px solid #dde1e9;
  margin: 0 -1.5rem 1.5rem;
  padding: 1.5rem;
  text-align: center;
}

.block__buy .block__title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.block__buy .block__subtitle {
  color: #54657e;
  display: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.block__title .title__text--dash {
  padding: 0 0 1rem;
}

.block__title .title__text--dash::before {
  left: 50%;
  margin-top: 0;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.25rem;
}

.block__title .title__text-info {
  font-size: 1rem;
  text-transform: uppercase;
  background: #d71c1c;
  color: #fff;
  padding: 0 1rem;
  font-family: "Roboto", arial, sans-serif;
  display: block;
}

.block__intro {
  font-size: 1rem;
  line-height: 1.5rem;
}

.block__intro p {
  margin: 0;
}

.block__intro p + p {
  margin-top: 1em;
}

.block__intro strong {
  color: #1d2533;
  font-weight: 700;
}

.block__main {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.block__main strong {
  color: #1d2533;
  font-weight: 400;
}

.block__main p {
  margin: 0;
}

.block__main p + .title,.block__main p + p,.block__main p + ul {
  margin-top: 1.5rem;
}

.block__video-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
  position: relative;
}

.block__video-item .block__video-trigger {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block__filter {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.block__list-inner {
  position: relative;
  z-index: 1;
}

.block__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block__list-item + .block__list-item {
  margin-top: 1rem;
}

.block__load-more {
  margin-top: 1.5rem;
}

.block__load-more .button--secondary {
  display: block;
  margin: 0 auto;
  width: 17rem;
}

.block__list--alt .block__list-item + .block__list-item {
  margin-top: 2.5rem !important;
}

.block-content-pricing .table {
  margin: 0 auto;
}

.a01 {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-a01-bg.jpg) center center no-repeat;
  background-size: cover;
  border: 0;
  color: #fff;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

.a01::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-a01-bg-overlay-mobile.jpg) center center no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.a01 .wrapper {
  height: 29.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.a01__title {
  margin: 6.125rem auto 0;
}

.a01__title--bbt {
  padding: 0 0 7.0625rem;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  letter-spacing: -0.6px;
}

.a01__title--bbt::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10rem;
  height: 6rem;
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/logo-barcelona-bus-turistic-new.svg) left top no-repeat;
  background-size: 100% auto;
}

.a01 .button--buy {
  margin-top: 2rem;
}

.a01__features {
  margin-top: 3rem;
}

.a01__features .menu__item {
  margin-top: 0.625rem;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.a01__main-menu {
  display: none;
}

.a01__main-menu .menu {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: visibility ease .5s, -webkit-transform ease .5s;
  transition: visibility ease .5s, -webkit-transform ease .5s;
  transition: transform ease .5s, visibility ease .5s;
  transition: transform ease .5s, visibility ease .5s, -webkit-transform ease .5s;
  visibility: visible;
}

.a01__main-menu .menu__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.a01__main-menu .menu__item + .menu__item {
  position: relative;
}

.a01__main-menu .menu__item + .menu__item::before {
  background: #dde1e9;
  content: '';
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}

.a01__main-menu .menu__link {
  color: #1d2533;
  display: block;
  font-weight: 500;
  line-height: 6rem;
  text-decoration: none;
}

.a01__main-menu .menu__link:hover {
  text-decoration: underline;
}

.a01__main-menu--hide .menu {
  -webkit-transform: rotateX(94deg) rotateZ(0);
  transform: rotateX(94deg) rotateZ(0);
  visibility: hidden;
}

.a01 .a01__aside-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.a01 .a01__aside-menu .dropdown {
  margin-right: 1rem;
}

.a01 .a01__aside-menu .dropdown__label-text::after {
  background-position: right top;
}

.a01 .dropdown__label,.a01 .dropdown__block {
  min-width: 11.25rem;
}

.a01__holabcn {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/holabarcelona-your-travel-solution.svg) left top no-repeat;
  background-size: 100% auto;
  display: none;
  height: 0;
  left: 1.5rem;
  overflow: hidden;
  padding-top: 3.625rem;
  position: absolute;
  top: 1.1875rem;
  width: 12.1875rem;
}

.a01--landing .a01__aside-menu {
  display: block;
}

.include-a04 {
  background: #f2f5f7;
  color: #54657e;
  overflow: hidden;
  padding: 0 !important;
}

.include-a04 .a02__inner {
  position: relative;
  text-align: center;
}

.include-a04 .a02__inner,.include-a04 .a07 {
  padding: 2.5rem 0;
}

.include-a04__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.a02 {
  border-bottom: 0;
  position: relative;
  text-align: center;
}

.a02__inner::after {
  background: -webkit-gradient(linear, left top, right top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to right, #d71c1c, #ad1457);
  bottom: 0;
  content: '';
  height: 0.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4rem;
}

.a02__inner .block__intro {
  color: #1d2533;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a03 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

.a03 .a03__text,.a03 .a03__link {
  display: none;
}

.a03__video-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4rem;
  position: relative;
  width: 6rem;
  overflow: hidden;
}

.a03__video-button {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.a03__content {
  padding-left: 1rem;
}

.a03__title-link {
  text-decoration: none;
}

.a03__title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

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

.a03__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.a04 {
  padding: 2rem 0;
  text-align: center;
}

.a04__icon {
  margin-bottom: 1rem;
}

.a04__icon img {
  vertical-align: middle;
}

.a04__content {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
}

.a04__title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a04__subtitle {
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a05 {
  text-align: center;
}

.a05__icon {
  margin-bottom: 1rem;
}

.a05__icon img {
  vertical-align: middle;
}

.a05__content {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0px;
  flex: 2 0 0;
}

.a05__title {
  color: #1d2533;
  margin: 0;
  padding-bottom: 1.5rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a05__title .title__text--dash {
  padding-left: 0;
}

.a05__title .title__text--dash::before {
  bottom: -0.75rem;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.a05__subtitle {
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a08 {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

.a08 .share {
  margin-top: 1rem;
}

.a08 .wrapper {
  position: relative;
  z-index: 2;
}

.a08__tripadvisor {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd, #1bacc0);
  margin-top: -5rem;
  padding-bottom: 3rem;
  padding-top: 7rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.a08__tripadvisor .tripadvisor__link {
  color: #fff;
}

.a08__grid {
  width: 17rem;
  margin-left: auto;
  margin-right: auto;
}

.a08__grid .slick-dots {
  bottom: 1.5rem;
  display: block;
  height: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.a08__grid .slick-dots li {
  display: inline-block;
  height: 0.5rem;
  position: relative;
  width: 0.5rem;
}

.a08__grid .slick-dots button {
  background-color: #1d2533;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0;
  opacity: .2;
  outline: 0;
  overflow: hidden;
  padding: 0.5rem 0 0 0;
  width: 0.5rem;
}

.a08__grid .slick-dots .slick-active button {
  opacity: 1;
}

.a08__grid .slick-dots li + li {
  margin-left: 0.5rem;
}

.a09 .block__action .ext {
  color: #1bacc0;
  padding-right: 1.75rem;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.a09 .block__action .ext:hover {
  text-decoration: underline;
}

.a09 .block__action .ext::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left bottom no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.a09__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a09__post {
  background: pink;
  display: block;
  margin: 0 auto;
  width: 17rem;
}

.a09__post + .a09__post {
  margin-top: 1rem;
}

.a10 {
  overflow: hidden;
  position: relative;
}

.a10__group-item {
  text-align: center;
}

.a10__group-item + .a10__group-item {
  border-top: 1px solid #dde1e9;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.a10__item {
  display: block;
  margin: 0 auto;
  max-width: 18.75rem;
  text-align: center;
}

.a10__icon {
  margin-bottom: 0.75rem;
}

.a10__info {
  background: #d71c1c;
  color: #fff;
  display: inline-block;
  line-height: 1.5rem;
  margin: 0.25rem 0 0 0.625rem;
  padding: 0 1rem;
  text-transform: uppercase;
  vertical-align: top;
}

.a10__title {
  color: #1d2533;
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}

.a10__title::before {
  background: currentcolor;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.a10__content-block + .a10__content-block {
  margin-top: 1rem;
}

.a10__content-block h4 {
  color: #1d2533;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  -webkit-column-rule: #1d2533;
  -moz-column-rule: #1d2533;
  column-rule: #1d2533;
}

.a10__content-block p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.a10__content .block__warning {
  text-align: left;
}

.a11__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}

.a11__grid-item {
  width: 50%;
}

.a11__grid-link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 10rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  z-index: 1;
}

.a11__grid-link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-grid-menu-overlay.png) top center no-repeat;
  background-size: cover;
  content: '';
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  width: 0;
  z-index: 1;
}

.a11__grid-link::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-search.svg) center center no-repeat;
  content: '';
  height: 2rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  width: 2rem;
  z-index: 2;
}

.a11__grid-link:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
}

.a11__grid-link:hover::before {
  opacity: 1;
}

.a11__grid-link:hover::after {
  height: 100%;
  opacity: .8;
  width: 100%;
}

.a11__grid-link:hover .n1-menu__title {
  opacity: 1;
}

.a11__grid-image {
  display: none;
}

.a13__route-list .route-list__col2 {
  margin-top: 1.5rem;
}

.a13__route-list .route-list__item {
  padding-left: 3.5rem;
  position: relative;
}

.a13__route-list .route-list__item::before {
  background: #1d2533;
  bottom: 100%;
  content: '';
  height: 100%;
  left: 0;
  margin-left: 1.1875rem;
  position: absolute;
  width: 0.125rem;
  z-index: 1;
}

.a13__route-list .route-list__item + .route-list__item {
  margin-top: 1.5rem;
}

.a13__route-list .route-list__counter {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  left: 0;
  line-height: 2.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.5rem;
  z-index: 2;
}

.a13__route-list .route-list__title {
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a13__route-list .route-list__description {
  color: #54657e;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a13__route-list .route-list__description p {
  margin: 0;
}

.a13__route-list .route-list__col1 .route-list__item:first-child::before {
  display: none;
}

.a14 {
  border-bottom: 0;
  padding-bottom: 0 !important;
}

.a14 .block__intro {
  margin-bottom: 1rem;
}

.a14__item {
  text-align: center;
}

.a14__item + .a14__item {
  margin-top: 3.125rem;
}

.a14__phone {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bg-a22-phone.svg) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto;
  padding-top: 3.125rem;
  width: 12.8125rem;
}

.a14__phone-screen {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 12.5rem;
  margin: 0 auto;
  -webkit-transform: translateX(-0.0625rem);
  transform: translateX(-0.0625rem);
  width: 11.1875rem;
}

.a15 {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd, #1bacc0);
  border: 0;
  color: #fff;
  text-align: center;
}

.a15__item + .a15__item {
  margin-top: 2rem;
}

.a15__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
  padding-bottom: 2rem;
  position: relative;
}

.a15__title::before {
  background: currentcolor;
  bottom: 1rem;
  content: '';
  height: 0.0625rem;
  left: 50%;
  margin-top: -0.0625rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.a15__subtitle {
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a15--tripadvisor {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.a15--tripadvisor .wrapper {
  position: relative;
  z-index: 2;
}

.a15__tripadvisor {
  margin-bottom: -2.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}

.a15__tripadvisor-container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.a15__tripadvisor-badge {
  display: inline-block;
  vertical-align: top;
  width: 6.5625rem;
}

.a15__tripadvisor-badge-item {
  display: block;
  width: 100%;
}

.a15__tripadvisor-label {
  color: #1D2633;
  display: inline-block;
  margin: 0.875rem 0 0 1.125rem;
  text-align: left;
  vertical-align: middle;
  width: 9.0625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a16 {
  text-align: center;
}

.testimonial {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-quote.svg) center top no-repeat;
  margin-bottom: 2.5rem;
  padding-top: 2.75rem;
}

.testimonial__title {
  color: #1d2533;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.testimonial__text {
  color: #1d2533;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.testimonial__text::before {
  background: currentcolor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.testimonial__author {
  color: #1d2533;
  font-size: 1rem;
  line-height: 1.5rem;
}

.testimonial__location {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.a18 {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd, #1bacc0);
  color: #fff;
}

.a18__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a18__item + .a18__item {
  margin-top: 1rem;
}

.a18__icon-img {
  vertical-align: middle;
}

.a18__title {
  font-weight: 400;
  margin: 0 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 16.875rem;
}

.directions__item + .directions__item {
  margin-top: 1.5rem;
}

.directions__title {
  color: #1d2533;
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.directions__stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding-left: 3.5rem;
}

.directions__stop:first-child .directions__label::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bg-dashed-line.svg) left top;
}

.directions__stop:last-child .directions__label::after {
  display: none;
}

.directions__label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}

.directions__label::before,.directions__label::after {
  content: '';
  height: 31.25rem;
  left: -1.125rem;
  position: absolute;
  width: 0.125rem;
  z-index: 1;
}

.directions__label::before {
  background: #1d2533;
  bottom: 50%;
}

.directions__label::after {
  background: #1d2533;
  top: 50%;
}

.directions__label-text {
  color: #1d2533;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.directions__label-text::before {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 1rem;
  left: -1.5625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  z-index: 2;
}

.directions__name {
  margin: 0 0 1rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

.lines::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-directions.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: -3.5rem;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.lines__item {
  background: #d71c1c;
  color: #fff;
  line-height: 1.5rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.lines--subway::before {
  background-position: 0px top;
}

.lines--route::before {
  background-position: -48px top;
}

.lines--bus::before {
  background-position: -72px top;
}

.lines--funicular::before {
  background-position: -24px top;
}

.lines__item--l2 {
  background: #943E85;
}

.lines__item--l3 {
  background: #5DA343;
}

.a21__list {
  text-align: center;
}

.a21__list-item + .a21__list-item {
  margin-top: 1.5rem;
}

.a21__list-title {
  color: #1d2533;
  margin: 0.5rem 0 1.5625rem 0;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a21__list-title::before {
  background: currentcolor;
  bottom: 0;
  bottom: -0.75rem;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.a21__list-subitle {
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.b1__route-list .route-list__wrapper {
  overflow: hidden;
  padding: 0.25rem 0;
}

.b1__route-list .route-list__col2 {
  margin-top: 2rem;
}

.b1__route-list .route-list {
  margin-left: 2.0625rem;
}

.b1__route-list .route-list__item {
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.b1__route-list .route-list__item::before {
  background: #1d2533;
  bottom: 100%;
  content: '';
  height: 4.4375rem;
  left: -0.125rem;
  margin-bottom: -1.25rem;
  position: absolute;
  width: 0.125rem;
}

.b1__route-list .route-list__item::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

.b1__route-list .route-list__item + .route-list__item {
  margin-top: 2rem;
}

.b1__route-list .route-list__item--hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #1d2533, 0 0 0 4px #fff, 0 0 0 6px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533, 0 0 0 4px #fff, 0 0 0 6px #1d2533;
}

.b1__route-list .route-list__link {
  color: #1d2533;
  font-weight: 400;
  display: block;
  text-decoration: none;
}

.b1__route-list .route-list__link:hover {
  text-decoration: underline;
}

.skin-bbt .b1__route-list--red-route .route-list__item::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
}

.skin-bbt .b1__route-list--blue-route .route-list__item::after {
  background: -webkit-gradient(linear, right top, left top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to left, #0277bd, #1bacc0);
}

.skin-bbt .b1__route-list--green-route .route-list__item::after {
  background: -webkit-gradient(linear, right top, left top, from(#1bacc0), to(#1bbc57));
  background: linear-gradient(to left, #1bacc0, #1bbc57);
}

.b1__route-list .route-list__col1 .route-list__item:first-child::before {
  display: none;
}

.b1__route-list .route-list__col1 .route-list__item::after {
  left: 0;
  margin-left: -0.5625rem;
}

.b1__route-list .route-list__col1 .route-list__link {
  opacity: 1;
  padding-left: 1.25rem;
}

.b1__route-list .route-list__col2 .route-list__item::after {
  left: 0;
  margin-left: -0.5625rem;
}

.b1__route-list .route-list__col2 .route-list__link {
  padding-left: 1.25rem;
}

.b1__route-list .route-list__item--has-connection .route-list__link {
  color: #000;
  font-weight: 700;
  position: relative;
}

.b1__route-list .route-list__item--has-connection .route-list__link::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  z-index: 2;
}

.b1__route-list .route-list__item--has-connection .route-list__link::before {
  background: #1d2533;
  content: '';
  height: 0.125rem;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 1.5rem;
  z-index: 1;
}

.b1__route-list .route-list__col1 .route-list__item--has-connection .route-list__link::after {
  left: 0;
  margin-left: -2.0625rem;
}

.b1__route-list .route-list__col1 .route-list__item--has-connection .route-list__link::before {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.b1__route-list .route-list__col2 .route-list__item--has-connection .route-list__link::after {
  left: 0;
  margin-left: -2.0625rem;
}

.b1__route-list .route-list__col2 .route-list__item--has-connection .route-list__link::before {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.b1__route-list .route-list__item--has-connection-red .route-list__link::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
}

.b1__route-list .route-list__item--has-connection-green .route-list__link::after {
  background: -webkit-gradient(linear, right top, left top, from(#1bacc0), to(#1bbc57));
  background: linear-gradient(to left, #1bacc0, #1bbc57);
}

.b1__route-list .route-list__item--has-connection-blue .route-list__link::after {
  background: -webkit-gradient(linear, right top, left top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to left, #0277bd, #1bacc0);
}

.b1__route-list .route-list__button {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-route-dropdown.svg) left top no-repeat;
  border: 0;
  cursor: pointer;
  height: 0;
  margin-left: 1.1875rem;
  outline: none;
  overflow: hidden;
  padding: 1.5rem 0 0;
  -webkit-transform: translatey(-31px);
  transform: translatey(-31px);
  width: 1.5rem;
}

.b1__route-list .route-list__button--is-visible {
  background-position: left bottom;
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.b1__route-list .route-list__container--folded .route-list__wrapper {
  overflow: hidden;
}

.no-js .b1__route-list .route-list__link {
  padding-left: 2.0625rem;
}

.no-js .b1__route-list .route-list__item + .route-list__item {
  margin-top: 2rem;
}

.no-js .b1__route-list .route-list__item::before {
  background: #1d2533;
  bottom: 100%;
  content: '';
  display: block;
  height: 90px;
  left: 7px;
  position: absolute;
  width: 0.125rem;
}

.no-js .b1__route-list .route-list__item:first-child::before {
  display: none;
}

.no-js .b1__route-list .route-list__item--has-connection .route-list__link::before {
  left: 0;
  margin-left: -1.5rem;
}

.no-js .b1__route-list .route-list__item--has-connection .route-list__link::after {
  left: 0;
  margin-left: -1.5rem;
}

.b2.block--alt .b2__stop:first-child::before {
  background: #fff;
}

.b2.block--alt .b2__stop:last-child::before {
  background: #fff;
}

.b2.block--alt .b2__stop:last-child::after {
  background: #fff;
}

.b2__stops {
  overflow: hidden;
  padding-left: 2.5rem;
  position: relative;
}

.b2__stops::before {
  background: #1d2533;
  bottom: 0;
  content: '';
  left: 1.25rem;
  position: absolute;
  top: 0.75rem;
  width: 2px;
}

.b2__stop {
  position: relative;
}

.b2__stop:last-child::after {
  background: #f2f5f7;
  bottom: 0;
  content: '';
  left: -1.5625rem;
  position: absolute;
  top: 0.75rem;
  width: 10px;
}

.b2__stop + .b2__stop {
  margin-top: 1rem;
}

.b2__stop .card--b2::before,.b2__stop .card--b2::after {
  content: '';
  position: absolute;
  right: 100%;
}

.b2__stop .card--b2::before {
  background: #1d2533;
  display: block;
  height: 0.125rem;
  top: 0.6875rem;
  width: 0.6875rem;
  z-index: 2;
}

.b2__stop .card--b2::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  height: 1rem;
  margin-right: 0.6875rem;
  top: 0.25rem;
  width: 1rem;
  z-index: 3;
}

.skin-bbt .b2__stops.b2__stops--blue-route .card--b2::after {
  background: -webkit-gradient(linear, right top, left top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to left, #0277bd, #1bacc0);
}

.skin-bbt .b2__stops.b2__stops--green-route .card--b2::after {
  background: -webkit-gradient(linear, right top, left top, from(#1bacc0), to(#1bbc57));
  background: linear-gradient(to left, #1bacc0, #1bbc57);
}

.b2__actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5625rem;
}

.b2__action + .b2__action {
  margin-left: 1.5rem;
}

.b2__action-download .dropdown__block {
  max-width: 100%;
  min-width: 80%;
}

.b2__action-download .dropdown__label-text {
  color: #1d2533;
  padding-left: 2rem;
}

.b2__action-download .dropdown__label-text::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-link.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.b2__action-print {
  color: #1d2533;
}

.b3 {
  background: center center no-repeat;
  background-size: cover;
  border-bottom: 0;
  padding: 5.25rem 0;
  position: relative;
  text-align: center;
}

.b3::before {
  background: rgba(84, 101, 126, 0.9);
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.b3 .wrapper {
  position: relative;
  z-index: 2;
}

.b3--red-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bg-map-bcn-red.png);
  border-bottom: 2px solid #ad1457;
  border-top: 2px solid #ad1457;
}

.b3--blue-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bg-map-bcn-blue.png);
  border-bottom: 2px solid #1bacc0;
  border-top: 2px solid #1bacc0;
}

.b3--green-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bg-map-bcn-green.png);
  border-bottom: 2px solid #1bbc57;
  border-top: 2px solid #1bbc57;
}

.b4__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b4__menu-link {
  color: #54657e;
  display: block;
  font-weight: 500;
  line-height: 3.5rem;
  padding: 0 0.75rem;
  text-decoration: none;
}

.b4__menu-link:hover {
  color: #1d2533;
  position: relative;
}

.b4__menu-link:hover::before {
  background: #1d2533;
  content: '';
  height: 0.25rem;
  left: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0;
}

.b4__menu-link--current {
  color: #1d2533;
  position: relative;
}

.b4__menu-link--current::before {
  background: #d71c1c;
  content: '';
  height: 0.25rem;
  left: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0;
}

.b5 .block__header {
  text-align: left;
}

.b5 .title__text--dash::before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.b5__route {
  margin-top: 2rem;
}

.timetable {
  padding-left: 1.875rem;
  position: relative;
}

.timetable::before {
  background: #1d2533;
  bottom: 0;
  content: '';
  left: 0.5625rem;
  position: absolute;
  top: 0.8125rem;
  width: 0.125rem;
}

.timetable__item {
  position: relative;
  z-index: 1;
}

.timetable__item:hover {
  z-index: 2;
}

.timetable__item + .timetable__item {
  margin-top: 1.5rem;
}

.b5-stop {
  position: relative;
}

.timetable__item:last-child .b5-stop {
  position: relative;
}

.timetable__item:last-child .b5-stop::before {
  background: #f2f5f7;
  bottom: 0;
  content: '';
  left: -1.5625rem;
  position: absolute;
  top: 0.9375rem;
  width: 0.625rem;
}

.b5-stop__timestamp {
  background: #1d2533;
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
  text-align: center;
  width: 5.625rem;
}

.b5-stop__timestamp::before {
  background: #1d2533;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0.6875rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 0.75rem;
}

.b5-stop__timestamp::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 1rem;
  left: 0;
  margin-left: -0.75rem;
  position: absolute;
  top: 0.25rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 1rem;
}

.b5-stop__name {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.b5-stop__description {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.b5-stop__description p {
  margin: 0;
}

.b5-stop__description p + p {
  margin-top: 1rem;
}

.b5 .card--c6 {
  position: relative;
}

.b5 .card--c6::before {
  background: #1d2533;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 0.6875rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 0.75rem;
}

.b5 .card--c6::after {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 1rem;
  left: 0;
  margin-left: -0.75rem;
  position: absolute;
  top: 0.25rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 1rem;
}

.b5.block--alt .timetable__item:last-child .b5-stop::before {
  background: #fff;
}

.b6__routes {
  margin-top: 1.5rem;
}

.b7__price {
  color: #fff;
  -webkit-transition: margin-top ease .5s;
  transition: margin-top ease .5s;
}

.b7__price-inner {
  background: #1d2533;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 4rem;
  padding: 0 1.5rem;
  text-decoration: none;
  -webkit-transition: line-height ease .5s;
  transition: line-height ease .5s;
}

.b7__price-value {
  font-size: 1.375rem;
  font-weight: 700;
}

.b7__price-info {
  font-size: 0.875rem;
  padding-right: 2rem;
  position: relative;
}

.b7__price-info::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-info-alt.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.b7__cta {
  background: #fff;
  border: 1px solid #dde1e9;
  padding: 1.75rem 1.5rem;
  position: relative;
  text-align: center;
}

.b7__cta-title {
  color: #1d2533;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.b7__cta-extras {
  margin-bottom: 1.5rem;
}

.b7__cta-extra {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.b7__perks {
  background: #f2f5f7;
  border: 1px solid #dde1e9;
  border-width: 0 1px 1px;
  display: none;
  padding: 2rem 1.5rem;
}

.route-actions--sticky .b7__price {
  margin-top: 0;
}

.route-actions--sticky .b7__price-inner {
  cursor: pointer;
}

.b8 {
  overflow: hidden;
  position: relative;
}

.b8__routes-item {
  text-align: center;
}

.b8__routes-item + .b8__routes-item {
  margin-top: 2rem;
}

.b8__routes-inner {
  display: block;
  margin: 0 auto;
  max-width: 14rem;
  text-align: center;
}

.b8__routes-icon {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6rem;
  margin: 0 auto;
  width: 10.125rem;
}

.b8__routes-icon--red-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-red-route.png);
}

.b8__routes-icon--blue-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-blue-route.png);
}

.b8__routes-icon--green-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-green-route.png);
}

.b8__routes-link {
  text-decoration: none;
}

.b8__routes-link:hover {
  text-decoration: underline;
  color: #1d2533;
}

.b8__routes-link:hover .b8__routes-icon--red-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-red-route-alt.svg);
}

.b8__routes-link:hover .b8__routes-icon--blue-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-blue-route-alt.svg);
}

.b8__routes-link:hover .b8__routes-icon--green-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-green-route-alt.svg);
}

.b8__routes-title {
  color: #1d2533;
  margin: 1rem 0 0.5rem 0;
  padding-bottom: 1rem;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.b8__routes-title::before {
  background: currentcolor;
  bottom: 0.25rem;
  content: '';
  height: 0.0625rem;
  left: 50%;
  margin-left: -1rem;
  margin-top: -0.0625rem;
  position: absolute;
  width: 2rem;
}

.b8__routes-text {
  color: #54657e;
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.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__breadbrumb {
  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(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/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(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/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;
}

.d--d1 {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/d-header-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 18.5rem;
}

.d--d1.d--d1-with-icon {
  min-height: 18rem;
  position: relative;
}

.d--d1.d--d1-with-icon .d__contents {
  padding-top: 2.8125rem;
}

.d--d1.d--d1-with-icon .d__icon {
  height: 5rem;
  margin: 0 0 0.9375rem;
}

.d--d2 {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/d-header-bg-2.jpg) center center no-repeat;
  background-size: cover;
  min-height: 18.5rem;
}

.d--d2 .d__contents {
  padding-top: 3.5rem;
}

.d--d2 .d__video-btn {
  margin-top: 0.75rem;
}

.d--d3 {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/d-header-bg.jpg) center center no-repeat;
  background-size: cover;
}

.d--d3 .d__contents {
  padding-top: 4.75rem;
}

.d--d3 .d__title {
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

.d--d4 {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/d-header-bg.jpg) center center no-repeat;
  background-size: cover;
  min-height: 28.125rem;
}

.d--d4 .d__contents {
  padding-top: 5.25rem;
}

.d--d4 .rating {
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
}

.d--d4 .rating::before {
  background: currentcolor;
  content: '';
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.d--d4 .rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.3125rem;
}

.d--d4 .rating__summary {
  margin: 0 0 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.d--d4 .d__app-item + .d__app-item {
  margin-top: 0.5rem;
}

.d--d1::after,.d--d3::after {
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.28) 50%, rgba(92, 92, 92, 0.28) 83%, rgba(0, 0, 0, 0.28) 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}

.d--d1 .d__contents,.d--d3 .d__contents {
  padding-top: 4.6875rem;
  position: relative;
  z-index: 2;
}

.d--d1 .d__title,.d--d3 .d__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0.125rem 0.25rem #4a4a4a;
}

.d--d1 .d__intro,.d--d3 .d__intro {
  text-shadow: 0 0.125rem 0.25rem #4a4a4a;
}

.d--d1 .dropdown__label-text,.d--d3 .dropdown__label-text {
  text-shadow: 0 0.125rem 0.25rem rgba(74, 74, 74, 0.5);
}

.d--d1 .d__title {
  font-size: 1.5rem;
}

.tripadvisor {
  display: inline-block;
}

.tripadvisor__stars {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-tripadvisor.svg) left center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0.5rem;
  padding-left: 2.5rem;
  width: 4.0625rem;
}

.tripadvisor__link {
  color: #1bacc0;
  text-decoration: none;
}

.tripadvisor__link:hover {
  text-decoration: underline;
}

.tripadvisor__link.ext {
  padding-right: 2rem;
  position: relative;
}

.tripadvisor__link.ext::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left bottom;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.tripadvisor--alt .tripadvisor__stars {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-tripadvisor-white.svg);
}

.tripadvisor--alt .tripadvisor__link {
  color: #fff;
}

.tripadvisor--alt .tripadvisor__link.ext::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left top;
}

.block__download {
  border-top: 1px solid #dde1e9;
  padding-top: 4rem;
  text-align: center;
}

.block__download-text {
  margin-bottom: 1rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.block__download-text::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-cloud-download.svg) no-repeat 0 0;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.block-404 {
  border: 0;
}

.block-404__main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.block-404__main::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.block-404__title {
  color: #fff;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.block-404__title-text {
  font-size: 2.25rem;
}

.block-404__message {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.block-404__message p {
  margin: 0;
}

.block-404__message p + p {
  margin-top: 1em;
}

.block-404__action {
  text-align: center;
}

.block-perks .block__main {
  margin: 0;
}

.perks__item {
  padding-left: 2.5rem;
  position: relative;
}

.perks__item::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-perks.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.perks__item + .perks__item {
  margin-top: 1rem;
}

.route-actions {
  background: #f2f5f7;
  height: 3.5rem;
}

.route-actions__inner {
  position: relative;
  background: #f2f5f7;
  height: 3.5rem;
  border-bottom: 1px solid #dde1e9;
  -webkit-transition: -webkit-box-shadow ease .5s;
  transition: -webkit-box-shadow ease .5s;
  transition: box-shadow ease .5s;
  transition: box-shadow ease .5s, -webkit-box-shadow ease .5s;
}

.block-detail-description {
  padding-top: 0.125rem;
}

.detail-routes {
  border-bottom: 1px solid #dde1e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 7.75rem;
  padding: 1.25rem 0;
}

.detail-route__item {
  padding-left: 2rem;
  position: relative;
}

.detail-route__item::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-stops.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.detail-route__item + .detail-route__item {
  margin-top: 1rem;
}

.detail-route__item--red::before {
  background-position: 0rem top;
}

.detail-route__item--blue::before {
  background-position: -1.5rem top;
}

.detail-route__item--green::before {
  background-position: -3rem top;
}

.detail-route__link {
  text-decoration: none;
}

.detail-route__title {
  color: #1d2533;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.detail-route__subtitle {
  color: #54657e;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.block-detail-discount .block__download {
  margin-top: 1.5rem;
}

.detail-block {
  background-color: #f2f5f7;
  position: relative;
}

.detail-sidebar {
  border-bottom: 0;
}

.detail-info {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.detail-info .perks {
  text-align: left;
}

.detail__ext-link {
  padding-left: 0;
  padding-right: 2rem;
}

.detail__ext-link::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) center bottom no-repeat;
  left: auto;
  right: 0;
}

.detail-info__text {
  margin: 0;
}

.detail-info__text + .detail-info__text {
  margin: 0 0 1rem 0;
}

.detail-info__item + .detail-info__item {
  padding-top: 2rem;
  position: relative;
}

.detail-info__item + .detail-info__item::before {
  background: #1d2533;
  content: '';
  height: 0.0625rem;
  left: 50%;
  margin-top: -0.0625rem;
  position: absolute;
  top: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.detail-info__title {
  color: #1d2533;
  font-weight: 500;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.detail-info__map {
  background-size: cover;
  height: 10.875rem;
  margin: 1rem 0 0.5rem 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 16rem;
}

.detail-info__map::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-map-marker.svg) center center no-repeat;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
}

.detail-info__map-image {
  display: none;
}

.detail-info__tickets {
  border-bottom: 1px solid #dde1e9;
  border-top: 1px solid #dde1e9;
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.detail-info__tickets-text {
  color: #54657e;
  padding-bottom: 1rem;
  padding-top: 3rem;
  position: relative;
}

.detail-info__tickets-text::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-tickets-alt.svg) center center no-repeat;
  content: '';
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.block-stop-nav {
  background: -webkit-gradient(linear, left top, right top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to right, #d71c1c, #ad1457);
}

.stop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stop-nav__item {
  width: 50%;
}

.stop-nav__link {
  color: #fff;
  display: block;
  height: 4.5rem;
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.stop-nav__link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-sliders.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.stop-nav__link:hover {
  background: #ad1457;
}

.stop-nav__item--prev .stop-nav__link::after {
  background-position: -24px top;
}

.stop-nav__item--next .stop-nav__link {
  text-align: right;
}

.stop-nav__thumb {
  display: none;
}

.stop-nav__label {
  display: none;
}

.block__pagination {
  margin: 2.5rem -1.5rem 0;
  text-align: center;
}

.block__pagination-items {
  display: inline-block;
}

.block__pagination-nav,.block__pagination-page {
  display: inline-block;
  vertical-align: middle;
}

.block__pagination-nav .block__pagination-link,.block__pagination-page .block__pagination-link {
  border-radius: 50%;
  color: #8493a8;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 2rem;
  width: 2rem;
  text-decoration: none;
}

.block__pagination-nav + .block__pagination-nav,.block__pagination-page + .block__pagination-nav {
  margin-left: 0.5rem;
}

.block__pagination-nav + .block__pagination-nav {
  margin-left: 0.5rem;
}

.block__pagination-nav + .block__pagination-page {
  margin-left: 0.5rem;
}

.block__pagination-nav .block__pagination-link {
  -webkit-box-shadow: inset 0 0 0 1px #dde1e9;
  box-shadow: inset 0 0 0 1px #dde1e9;
  position: relative;
}

.block__pagination-nav .block__pagination-link::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-pagination.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5rem;
}

.block__pagination-nav--last .block__pagination-link {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.block__pagination-nav--prev .block__pagination-link::before {
  background-position: -1.5rem top;
}

.block__pagination-nav--next .block__pagination-link {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.block__pagination-nav--next .block__pagination-link::before {
  background-position: -1.5rem top;
}

.block__pagination-page + .block__pagination-page {
  margin-left: 0.25rem;
}

.block__pagination-page .block__pagination-link {
  background: #fff;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-top: 0;
  width: 2.5rem;
}

.block__pagination-page--current .block__pagination-link {
  background: #1bacc0;
  color: #fff;
  font-weight: bold;
}

.block__pagination-divider {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-pagination.svg) -3rem top no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 1.5rem;
  width: 1.5rem;
}

.promo {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-promo-image.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  text-align: center;
  z-index: 1;
}

.promo::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-promo-color.png) center center;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}

.promo .wrapper {
  padding: 1.5rem 0 2.1875rem;
}

.promo .subtitle {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #f2f5f7;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.promo .subtitle:after,.promo .subtitle:before {
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 1px;
  margin: 0 1rem;
  vertical-align: middle;
  width: 1.5rem;
}

.promo .title {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.promo p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #f2f5f7;
  margin-bottom: 2rem;
}

.promo .button-wrapper {
  margin: 0;
  padding: 0;
}

.promo .button-wrapper .button {
  color: #fff;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: .5px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #d71d1d;
  font-weight: 600;
  margin: 0 auto 1.625rem;
}

.promo .button-wrapper .button:hover {
  background: transparent;
  color: #fff;
}

.promo .button-wrapper .link {
  font-size: 1rem;
  font-weight: 500;
  color: #f2f5f7;
}

.promo .button-wrapper .link:before {
  background-position: center;
}

.block.prices {
  text-align: center;
}

.block.prices.prices__white {
  background: #fff;
}

.block.prices.prices__white .card--prices {
  background: #f2f5f7;
}

.block.prices .wrapper > p {
  color: #54657e;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.block.prices .prices__icon {
  display: inline-block;
}

.block.prices .prices__info {
  background: #d71c1c;
  color: #fff;
  display: inline-block !important;
  line-height: 1.5rem;
  margin: 0.25rem 0 0 0.625rem;
  padding: 0 1rem;
  text-transform: uppercase;
  vertical-align: top;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.block.prices .prices__title {
  color: #111c24;
  display: block;
  margin: 1rem 0;
  padding: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.block.prices .prices__title:before {
  left: auto;
  margin-left: -3rem;
}

.block.prices .prices__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -1.5rem;
  padding: 2.5rem 1.5rem 2.3125rem;
  overflow-x: auto;
}

.block.prices .card--prices {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

.block.prices .card--prices + .card--prices {
  margin-left: 1.875rem;
}

.block.prices .block__warning {
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: 0;
  margin: 0;
  padding-top: 0;
  text-align: left;
}

.block.prices .block__warning:before {
  left: auto;
  margin-left: -2.5rem;
  top: auto;
}

.block.practical-info {
  padding: 3.375rem 0 3.5rem;
}

.block.practical-info .a10__title {
  margin-bottom: 2.25rem;
  padding: 0;
}

.block.practical-info .a10__title:before {
  bottom: -2.25rem;
  display: block;
  margin: 0 auto;
  position: relative;
}

.block.practical-info .a10__item {
  text-align: center;
}

.block.practical-info .a10__content .a10__content-block:first-child {
  padding-top: 1rem;
}

.block.practical-info .a10__content .a10__content-block:last-child {
  padding-bottom: 1rem;
}

.audio-player {
  border-bottom: 1px solid #dde1e9;
  border-top: 1px solid #dde1e9;
  padding: 1.125rem 0;
  width: 100%;
}

.audio-player .plyr__controls {
  background: none;
}

.audio-player__selection {
  margin-bottom: 1.25rem;
}

.audio-player__block [data-plyr=pause],.audio-player__block [data-plyr=play] {
  margin-right: 0.25rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.audio-player__block .plyr__progress {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.audio-player__block .plyr__time {
  color: #54657e;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.audio-player__block .plyr__time + .plyr__time {
  display: inherit;
  margin-right: 1rem;
}

.audio-player__block .plyr__time + .plyr__time::before {
  content: '/';
}

.audio-player__block [data-plyr=mute] {
  margin-left: 2rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.audio-player__block .plyr__volume {
  display: none;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.audio-player__block .plyr__controls [data-plyr=mute] {
  display: none;
}

.audio-player__block .plyr__controls button:hover {
  background: none;
}

.lightbox {
  background: rgba(29, 37, 51, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}

.lightbox.lightbox--visible {
  display: block;
  opacity: 0;
}

.lightbox__close {
  position: absolute;
  right: 0;
  top: 0;
}

.lightbox__title {
  color: #fff;
  margin: 4.1875rem 0 4rem;
  text-align: center;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.lightbox--mini .wrapper {
  margin: 0;
  max-width: auto;
}

.lightbox--mini .lightbox__inner {
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  left: 50%;
  min-width: 17rem;
  padding-top: 3.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.lightbox--mini .lightbox__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.lightbox--mini .dropdown__block {
  border-top: 1px solid #dde1e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: static;
  -webkit-transform: none;
  transform: none;
}

.lightbox--mini .ext .dropdown__link-label {
  position: relative;
}

.lightbox--mini .ext .dropdown__link-label::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left -16px no-repeat;
  background-size: 1rem auto;
  content: '';
  display: inline-block;
  height: 1rem;
  margin-top: -2px;
  vertical-align: middle;
  width: 1rem;
}

.lightbox--map {
  display: block;
  opacity: 1;
}

.lightbox--map .lightbox__close {
  z-index: 3;
}

.lightbox--gallery {
  display: block;
  opacity: 1;
}

.lightbox--video .lightbox__video {
  padding: 0 1.5rem;
  height: 12.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lightbox--video .lightbox__video-item {
  display: block;
}

.header-top {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2rem;
  padding: 0 1.25rem;
}

.header-top__item {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}

.header-top__item + .header-top__item {
  margin-left: auto;
}

.header-top__link {
  color: inherit;
  text-decoration: none;
}

.tmb-sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tmb-sites__item:nth-child(2) ~ .tmb-sites__item {
  margin-left: 2.0625rem;
  position: relative;
}

.tmb-sites__item:nth-child(2) ~ .tmb-sites__item::before {
  background: #A0A0A0;
  content: '';
  height: 0.5625rem;
  left: -1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.0625rem;
}

.tmb-sites__item--main {
  margin-right: 1rem;
  overflow: hidden;
  padding: 0 1.6875rem 0 0;
  position: relative;
}

.tmb-sites__item--main::before,.tmb-sites__item--main::after {
  border: 40px solid transparent;
  border-left-color: #A0A0A0;
  border-width: 18px 11px;
  content: '';
  height: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 0;
  z-index: 1;
}

.tmb-sites__item--main::before {
  border-left-color: #000;
  margin-right: 2px;
  z-index: 2;
}

.tmb-sites__link {
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
  z-index: 3;
  text-decoration: none;
}

.tmb-sites__link:hover {
  text-decoration: underline;
}

.tmb-sites__item--main .tmb-sites__link {
  text-transform: uppercase;
}

.tmb-sites__link.ext {
  padding-right: 1rem;
  position: relative;
}

.tmb-sites__link.ext::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left top no-repeat;
  background-size: 1rem auto;
  content: '';
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}

.nav .header-top {
  background: #fff;
  border-top: 1px solid #dde1e9;
  height: 3.4375rem;
  line-height: 3.4375rem;
}

.nav .header-top__item {
  color: #1d2533;
}

.tag__link {
  border: 1px solid #8493a8;
  border-radius: 1rem;
  color: #54657e;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 214.28571%;
  margin: 0.25rem 0.1875rem;
  padding: 0 0.9375rem;
  text-decoration: none;
  -webkit-transition: background ease .5s;
  transition: background ease .5s;
}

.tag__link:hover {
  color: #fff;
  background: #8493a8;
}

.tags--stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submenu__item-tags .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav__n2 .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1.5rem;
}

.nav__n2 .tag__link {
  color: #dde1e9;
  border-color: #fff;
}

.nav__n2 .tag__link:hover {
  color: #54657e;
  background: #fff;
}

.table {
  max-width: 100%;
  text-align: left;
}

.tr + .tr .th {
  padding-top: 0.75rem;
}

.tr .th:first-child {
  padding-left: 0;
}

.table,.th,.td {
  border: 0;
  border-collapse: collapse;
}

.th,.td {
  padding: 0 1rem;
}

.th {
  color: #1d2533;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.td {
  color: #54657e;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.table__cell-wrapper {
  width: 15.625rem;
  max-width: 9.375rem;
}

.rtable {
  display: none;
}

.rtable__group + .rtable__group {
  margin-top: 1rem;
}

.rtable__group-title {
  color: #1d2533;
  font-weight: 500;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rtable__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.data {
  width: 50%;
}

.data__label {
  padding-right: 1rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.data__value {
  color: #54657e;
  padding-left: 1rem;
  position: relative;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.data__value::before {
  background: currentcolor;
  content: '';
  height: 0.0625rem;
  margin: 0 -0.5rem 0 0;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 1rem;
}

.table--route-description {
  border-bottom: 1px solid #dde1e9;
  width: 100%;
}

.table--route-description .tr {
  border-top: 1px solid #dde1e9;
}

.table--route-description .th {
  padding-top: 1rem;
}

.table--route-description .td {
  padding-bottom: 1rem;
}

.table--route-description .th,.table--route-description .td {
  text-align: left;
}

.table--route-description + .block__warning {
  border-top: 0;
  margin-top: 0;
}

.table--route-description .td > .list {
  margin-top: 0.5rem;
}

.dropdown {
  display: inline-block;
}

.dropdown__trigger {
  cursor: pointer;
  position: relative;
}

.dropdown__trigger:hover .dropdown__block {
  display: block;
  z-index: 3;
}

.dropdown__label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 16.875rem;
  min-width: 10rem;
  text-align: right;
}

.dropdown__label-text {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.dropdown__label-text::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-dropdown.svg);
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.dropdown--big .dropdown__label-text {
  font-size: 1rem;
}

.dropdown__block {
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  display: none;
  left: 100%;
  max-width: 16.875rem;
  min-width: 10rem;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}

.dropdown__item + .dropdown__item .dropdown__link {
  border-top: 1px solid #dde1e9;
}

.dropdown__link {
  color: #54657e;
  display: block;
  padding: 0.625rem 2.25rem 0.625rem 1rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.dropdown__link:hover {
  background: #dde1e9;
  color: #1d2533;
}

.dropdown__item--selected .dropdown__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1d2533;
  padding-right: 3rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.dropdown__item--selected .dropdown__link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-check-dropdown.svg);
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.dropdown--category .dropdown__block {
  left: 50%;
  max-width: 16.875rem;
  min-width: 15rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropdown--category .dropdown__label {
  text-align: center;
}

.dropdown--category .dropdown__label-text {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.dropdown--category .dropdown__link {
  padding: 0.8125rem 2.5rem 0.8125rem 1rem;
}

.dropdown--category-hero .dropdown__label-text {
  padding: 0 0 1.875rem;
  text-transform: uppercase;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.dropdown--category-hero .dropdown__label-text::after {
  background-position: left bottom;
  right: 50%;
  top: 100%;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
}

.dropdown--alt .dropdown__label-text {
  color: #fff;
}

.dropdown--alt .dropdown__label-text::after {
  background-position: right top;
}

.dropdown--alt.dropdown--category-hero .dropdown__label-text::after {
  background-position: right bottom;
}

.dropdown--lang .dropdown__label-text {
  line-height: 2rem;
}

.share {
  display: inline-block;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  text-align: right;
}

.share__trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share__trigger:hover .share__block {
  margin-right: 0 !important;
}

.share__trigger:hover .share__label-text::after {
  background-position: -48px top;
}

.share__label-text {
  color: #fff;
  height: 1.5rem;
  padding-right: 2rem;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}

.share__label-text::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-share.svg) 0px top no-repeat;
  content: '';
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}

.share__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: margin ease-in .3s;
  transition: margin ease-in .3s;
}

.share__item {
  overflow: hidden;
  padding: 0 4px;
  width: 1.5rem;
}

.share__link {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-share.svg);
  background-repeat: no-repeat;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 24px 0 0;
  width: 24px;
}

.share__link--twitter {
  background-position: -96px top;
}

.share__link--facebook {
  background-position: -120px top;
}

.share__link--gplus {
  background-position: -144px top;
}

.share__link--whatsapp {
  background-position: -216px top;
}

.share__link--facebook-content {
  background-position: -168px top;
}

.share__link--instagram-content {
  background-position: -192px top;
}

.share__link--whatsapp-content {
  background-position: -240px top;
}

.share--content .share__trigger:hover .share__label-text::after {
  background-position: -72px top;
}

.share--content .share__label-text {
  color: #1bacc0;
}

.share--content .share__label-text::after {
  background-position: -24px top;
}

.dropdown--timestamp .dropdown__label,.dropdown--timestamp .dropdown__block {
  max-width: 6.25rem;
  min-width: 5.625rem;
}

.dropdown--timestamp .dropdown__label-text {
  line-height: 2rem;
}

.dropdown--timestamp .dropdown__block {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-slide,.slick-slide:focus,.slick-slide a:focus {
  outline: none;
}

.slick-arrow {
  cursor: pointer;
  height: 0;
  outline: none;
  overflow: hidden;
}

.slider-gallery .slick-list {
  overflow: inherit;
  position: relative;
}

.slider-gallery .slider-gallery__image {
  display: none;
}

.slider-gallery .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1d2533;
  border: 0;
  bottom: 0;
  display: none !important;
  padding: 3.5rem 0 0 0;
  position: absolute;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  width: 3.5rem;
  z-index: 5;
}

.slider-gallery .slick-arrow::after {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-sliders.svg);
  bottom: 50%;
  content: '';
  height: 1.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 1.5rem;
}

.slider-gallery .slick-arrow:hover {
  background-color: #1bacc0;
}

.slider-gallery .slick-next {
  right: 0;
}

.slider-gallery .slick-next::after {
  background-position: left center;
}

.slider-gallery .slick-prev {
  right: 3.5rem;
}

.slider-gallery .slick-prev::after {
  background-position: -24px center;
}

.slider-gallery__item {
  padding: 0 0.0625rem;
}

.slider-gallery__inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12.5rem;
  position: relative;
}

.slider-gallery__title {
  bottom: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  left: 1rem;
  line-height: 1.5rem;
  margin: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.slick-current .slider-gallery__title {
  opacity: 1;
}

.gallery-container {
  left: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.slider-gallery--in-modal {
  position: static;
}

.slider-gallery--in-modal .slick-arrow {
  background-color: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: none;
  transition: none;
}

.slider-gallery--in-modal .slick-arrow::after {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-sliders.svg);
  bottom: 50%;
  content: '';
  height: 1.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 1.5rem;
}

.slider-gallery--in-modal .slick-arrow:hover {
  background-color: inherit;
}

.slider-gallery--in-modal .slick-next {
  right: 1.25rem;
}

.slider-gallery--in-modal .slick-next::after {
  background-position: left center;
}

.slider-gallery--in-modal .slick-prev {
  left: 1.25rem;
}

.slider-gallery--in-modal .slick-prev::after {
  background-position: -24px center;
}

.a06-slider .slick-list {
  overflow: inherit;
  position: relative;
}

.a06-slider .a06-slider__image {
  display: none;
}

.a06-slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  display: block;
  margin-top: -0.75rem;
  padding: 1.5rem 0 0 0;
  position: absolute;
  top: 50%;
  width: 1.5rem;
  z-index: 5;
}

.a06-slider .slick-arrow::after {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-sliders.svg);
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.a06-slider .slick-next {
  right: -2.5rem;
}

.a06-slider .slick-next::after {
  background-position: -3rem 0;
}

.a06-slider .slick-prev {
  left: -2.5rem;
}

.a06-slider .slick-prev::after {
  background-position: -4.5rem 0;
}

.a06-slider__item {
  padding: 0 0.0625rem;
  position: relative;
}

.a06-slider__cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  width: 100%;
}

.a06-slider__cover::before {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-slider-a06-overlay.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
  z-index: 6;
}

.a06-slider__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 27rem;
  position: relative;
}

.a06-slider__content {
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  opacity: 1;
  padding: 0 0.625rem 1.125rem 0.625rem;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

.a06-slider__title {
  margin: 0 0 0.25rem 0;
  position: relative;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a06-slider__subtitle {
  font-weight: 400;
  margin: 0;
}

.a07-slider {
  padding-bottom: 1.5rem;
  position: relative;
}

.a07-slider .slick-dots {
  bottom: 0;
  display: block;
  height: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.a07-slider .slick-dots li {
  display: inline-block;
  height: 0.5rem;
  position: relative;
  width: 0.5rem;
}

.a07-slider .slick-dots button {
  background-color: #1d2533;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0;
  opacity: .2;
  outline: 0;
  overflow: hidden;
  padding: 0.5rem 0 0 0;
  width: 0.5rem;
}

.a07-slider .slick-dots .slick-active button {
  opacity: 1;
}

.a07-slider .slick-dots li + li {
  margin-left: 0.5rem;
}

.a07-slider__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
}

.a07-slider__icon {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6rem;
  margin: 0 auto;
  width: 10.125rem;
}

.a07-slider__icon--red-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-red-route.png);
}

.a07-slider__icon--blue-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-blue-route.png);
}

.a07-slider__icon--green-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-green-route.png);
}

.a07-slider__link {
  outline: none;
  text-decoration: none;
}

.a07-slider__link:hover .a07-slider__title--dash {
  text-decoration: underline;
}

.a07-slider__link:hover .a07-slider__icon--red-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-red-route-alt.svg);
}

.a07-slider__link:hover .a07-slider__icon--blue-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-blue-route-alt.svg);
}

.a07-slider__link:hover .a07-slider__icon--green-route {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-bus-green-route-alt.svg);
}

.a07-slider__title {
  color: #1d2533;
  margin: 1rem 0 0.5rem 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a07-slider__title--dash {
  display: inline-block;
  padding-bottom: 1rem;
  position: relative;
}

.a07-slider__title--dash::before {
  background: currentcolor;
  bottom: 0.25rem;
  content: '';
  height: 0.0625rem;
  left: 50%;
  margin-left: -1rem;
  margin-top: -0.0625rem;
  position: absolute;
  width: 2rem;
}

.a07-slider__text {
  color: #54657e;
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a22-slider__main .slick-dots,.a22-slider__nav .slick-dots {
  bottom: 0;
  display: block;
  height: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.a22-slider__main .slick-dots li,.a22-slider__nav .slick-dots li {
  display: inline-block;
  height: 0.5rem;
  position: relative;
  width: 0.5rem;
}

.a22-slider__main .slick-dots button,.a22-slider__nav .slick-dots button {
  background-color: #1d2533;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0;
  opacity: .2;
  outline: 0;
  overflow: hidden;
  padding: 0.5rem 0 0 0;
  width: 0.5rem;
}

.a22-slider__main .slick-dots .slick-active button,.a22-slider__nav .slick-dots .slick-active button {
  opacity: 1;
}

.a22-slider__main .slick-dots li + li,.a22-slider__nav .slick-dots li + li {
  margin-left: 0.5rem;
}

.a22-slider__phone {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bg-a22-phone.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 22.5rem;
  margin: 0 auto;
  padding: 2.625rem 0.75rem 0 0.625rem;
  width: 11.125rem;
}

.a22-slider__main {
  background-color: #dde1e9;
}

.a22-slider__main,.a22-slider__image {
  height: 17.125rem;
  width: 9.75rem;
}

.a22-slider__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
}

.a22-slider__nav-item {
  margin: 1rem 0;
  text-align: center;
}

.a22-slider__icon {
  display: none;
}

.a22-slider__title {
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.a22-slider__text {
  color: #54657e;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.b6__slider .slick-dots {
  bottom: 0;
  display: block;
  height: 0.5rem;
  list-style: none;
  margin-top: 1.5rem;
  padding: 0;
  text-align: center;
  width: 100%;
}

.b6__slider .slick-dots li {
  display: inline-block;
  height: 0.5rem;
  position: relative;
  width: 0.5rem;
}

.b6__slider .slick-dots button {
  background-color: #1d2533;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 0;
  opacity: .2;
  outline: 0;
  overflow: hidden;
  padding: 0.5rem 0 0 0;
  width: 0.5rem;
}

.b6__slider .slick-dots .slick-active button {
  opacity: 1;
}

.b6__slider .slick-dots li + li {
  margin-left: 0.5rem;
}

.cookie__alert {
  background: #f2f5f7;
  border-top: 1px solid #dde1e9;
  bottom: -18.75rem;
  -webkit-box-shadow: 0 6px 16px 0 rgba(29, 37, 51, 0.7);
  box-shadow: 0 6px 16px 0 rgba(29, 37, 51, 0.7);
  left: 0;
  min-height: 4.5rem;
  position: fixed;
  -webkit-transition: bottom ease .5s;
  transition: bottom ease .5s;
  width: 100%;
  z-index: 13;
}

.cookie__message {
  font-size: 0.8125rem;
  margin: 0;
  padding: 1rem 0;
  padding-right: 3.5rem;
}

.cookie__message a {
  color: inherit;
}

.cookie__cta {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/close-black.svg) center center no-repeat;
  border: 0;
  cursor: pointer;
  height: 0;
  min-width: auto;
  padding: 2.5rem 0 0;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  width: 2.5rem;
  overflow: hidden;
}

.js__cookie-alert--is-visible {
  bottom: 0;
}

.map__sidebar {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 25rem;
  z-index: 2;
}

.map__sidebar-more-link {
  background: #f2f5f7;
  border-top: 1px solid #dde1e9;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  padding: 1.5rem 1.5rem;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.map__sidebar-more-link .text__link {
  cursor: pointer;
}

.map__sidebar-more-link .text__link::before {
  background-position: left -3rem;
}

.map__sidebar-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 6.375rem;
}

.map__content {
  color: #54657e;
}

.map__content-routes .map__content-header {
  border-bottom: 0;
}

.map__content-routes .map__content-title {
  margin: 0;
}

.map__content-routes .map__route {
  border-bottom: 1px solid #dde1e9;
  margin: 0;
}

.map__content-routes .map__route-list {
  position: relative;
}

.map__content-routes .map__route-list::before {
  background: #1d2533;
  bottom: 0;
  content: '';
  left: 2.3125rem;
  position: absolute;
  top: 1px;
  width: 0.125rem;
  z-index: 1;
}

.map__content-routes .map__route-item {
  padding: 0;
}

.map__content-routes .map__route-item::before {
  display: none;
}

.map__content-routes .map__route-item.map__route-item--initial .map__route-item-label::after {
  background: #1d2533;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.map__content-routes .map__route-item:first-child .map__route-item-label::before {
  background: #fff;
  content: '';
  display: block;
  height: 50%;
  left: 1.875rem;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 0.625rem;
  z-index: 2;
}

.map__content-routes .map__route-item:last-child .map__route-item-label::before {
  background: #fff;
  bottom: 0px;
  content: '';
  display: block;
  height: 50%;
  left: 1.875rem;
  position: absolute;
  -webkit-transform: none;
  transform: none;
  width: 0.625rem;
  z-index: 2;
}

.map__content-routes .map__route-item--has-connection .map__route-item-label-inner {
  position: relative;
}

.map__content-routes .map__route-item--has-connection .map__route-item-label-inner::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 1rem;
  left: -3.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  z-index: 2;
}

.map__content-routes .map__route-item--has-connection .map__route-item-label-inner::before {
  background: #1d2533;
  content: '';
  display: block;
  height: 0.125rem;
  left: -2.8125rem;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 0.625rem;
  z-index: 1;
}

.map__content-routes .map__route-item--has-connection-red .map__route-item-label-inner::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
}

.map__content-routes .map__route-item--has-connection-blue .map__route-item-label-inner::after {
  background: -webkit-gradient(linear, right top, left top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to left, #0277bd, #1bacc0);
}

.map__content-routes .map__route-item--has-connection-green .map__route-item-label-inner::after {
  background: -webkit-gradient(linear, right top, left top, from(#1bacc0), to(#1bbc57));
  background: linear-gradient(to left, #1bacc0, #1bbc57);
}

.map__content-routes .map__route-item-label {
  border-top: 1px solid #dde1e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.75rem 1rem 0.75rem 4.1875rem;
  position: relative;
  text-decoration: none;
}

.map__content-routes .map__route-item-label::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 16px;
  left: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

.map__content-routes .map__route-item-label:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533, 0 0 0 4px #fff, 0 0 0 6px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533, 0 0 0 4px #fff, 0 0 0 6px #1d2533;
}

.map__content-routes .map__route-item-label-text {
  color: #1d2533;
  display: block;
  cursor: pointer;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.map__content-routes a.map__route-item-label-text {
  color: #1d2533;
  text-decoration: none;
}

.map__content-routes a.map__route-item-label-text:hover {
  text-decoration: underline;
}

.map__content-routes .map__route-places {
  background: #fff;
  z-index: 2;
}

.map__content-routes .map__route-places::before {
  background: #dde1e9;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.375rem;
}

.map__content-routes .map__route-item:last-child .map__route-place:last-child {
  position: relative;
}

.map__content-routes .map__route-item:last-child .map__route-place:last-child::before {
  background: #fff;
  bottom: 0px;
  content: '';
  display: block;
  height: 50%;
  left: 2.0625rem;
  position: absolute;
  -webkit-transform: none;
  transform: none;
  width: 0.625rem;
  z-index: 2;
}

.map__content-routes .map__route-place-item {
  color: inherit;
  display: block;
  padding: 0.75rem 1rem 0.75rem 4.1875rem;
  position: relative;
  text-decoration: none;
}

.map__content-routes .map__route-place-item:hover {
  text-decoration: underline;
}

.map__content-routes .map__route-place-item::before {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #1d2533;
  box-shadow: inset 0 0 0 2px #1d2533;
  content: '';
  height: 16px;
  left: 1.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

.map__content-routes .js__collapsible-item .map__route-item-label {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-route-map-closed.svg) right 16px center no-repeat;
  cursor: pointer;
}

.map__content-routes .js__collapsible-item--visible .map__route-item-label {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-route-map-open.svg) right 16px center no-repeat;
}

.map__content-routes .js__collapsible-item--visible:last-child .map__route-item-label::before {
  display: none !important;
}

.skin-bbt .map__content-routes .map__route--red-route .map__route-item-label::after {
  background: -webkit-gradient(linear, right top, left top, from(#d71c1c), to(#ad1457));
  background: linear-gradient(to left, #d71c1c, #ad1457);
}

.skin-bbt .map__content-routes .map__route--blue-route .map__route-item-label::after {
  background: -webkit-gradient(linear, right top, left top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to left, #0277bd, #1bacc0);
}

.skin-bbt .map__content-routes .map__route--green-route .map__route-item-label::after {
  background: -webkit-gradient(linear, right top, left top, from(#1bacc0), to(#1bbc57));
  background: linear-gradient(to left, #1bacc0, #1bbc57);
}

.map__content-header {
  border-bottom: 1px solid #dde1e9;
  padding: 1.875rem 1.875rem 1.5rem;
}

.map__content-title {
  color: #1d2533;
  margin: 0 0 1.5rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.map__content-title--back {
  padding-left: 2.5rem;
  position: relative;
}

.map__content-title--back::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-back.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.map__content-image {
  margin-bottom: 1.5rem;
}

.map__content-image-item {
  width: 100%;
}

.map__routes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map__routes--poi {
  display: block;
}

.map__routes--poi .map__route {
  display: block;
  line-height: 1.5rem;
  margin: 0;
}

.map__routes--poi .map__route + .map__route {
  margin-top: 1rem;
}

.map__route {
  line-height: 2rem;
  margin-right: 1rem;
}

.map__route-item {
  padding-left: 2rem;
  position: relative;
}

.map__route-item::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-stops.svg) left top no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.skin-bbt .map__route-item--red::before {
  background-position: 0rem top;
}

.skin-bbt .map__route-item--blue::before {
  background-position: -1.5rem top;
}

.skin-bbt .map__route-item--green::before {
  background-position: -3rem top;
}

.map__content-main {
  padding: 2.5rem 1.875rem 0;
}

.map__intro {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.map__details {
  margin-bottom: 2.5rem;
}

.map__detail {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.map__detail::after {
  background: #1d2533;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 2.25rem;
}

.map__detail:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.map__detail:last-child::after {
  display: none;
}

.map__detail-title {
  color: #1d2533;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.map__detail-info {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.map__detail-info p {
  margin: 0;
}

.map__detail-info .ext {
  color: inherit;
  padding-right: 1rem;
  position: relative;
}

.map__detail-info .ext::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left -1rem no-repeat;
  background-size: 1rem auto;
  content: '';
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}

.map__places-title {
  color: #1d2533;
  margin: 0 0 1rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.map__places-item {
  min-height: 4rem;
  padding-left: 5rem;
  position: relative;
}

.map__places-item + .map__places-item {
  margin-top: 0.75rem;
}

.map__place-img {
  left: 0;
  position: absolute;
  top: 0;
  width: 4rem;
}

.map__place-title-link {
  color: #1d2533;
  text-decoration: none;
}

.map__place-title-link:hover {
  text-decoration: underline;
}

.map__place-title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.map__place-description {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.map__place-description p {
  margin: 0;
}

.map__item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.map__item-placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.collapsible__item {
  border-top: 1px solid #dde1e9;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.collapsible__item + .collapsible__item {
  border-bottom: 1px solid #dde1e9;
}

.collapsible__label {
  cursor: pointer;
  display: block;
  padding-right: 3rem;
  position: relative;
}

.collapsible__label::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-route-map-closed.svg) 0 0 no-repeat;
  content: '';
  height: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
}

.js__collapsible-item--visible .collapsible__label::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-route-map-open.svg) 0 0 no-repeat;
}

.collapsible__title {
  color: #1d2533;
  margin: 0;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.collapsible__subtitle {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.card__link {
  background: #fff;
  border: 1px solid #dde1e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow ease .5s;
  transition: -webkit-box-shadow ease .5s;
  transition: box-shadow ease .5s;
  transition: box-shadow ease .5s, -webkit-box-shadow ease .5s;
  width: 17rem;
}

.card__link::before {
  border: 1px solid transparent;
  border-right-color: #1d2533;
  border-top-color: #1d2533;
  border-width: 28px 48px;
  content: '';
  height: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  width: 0;
  z-index: 3;
}

.card__link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-link.svg) left -1.5rem no-repeat;
  content: '';
  height: 1.5rem;
  left: 100%;
  margin: 0.5rem 0 0 -2rem;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 1.5rem;
  z-index: 4;
}

.card__link.ext::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-external-link.svg) left top no-repeat;
}

.card__link:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
}

.card__link:hover::before {
  opacity: 1;
}

.card__link:hover .card__content-title {
  text-decoration: underline;
}

.card__media {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 11rem;
  position: relative;
}

.card__media::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card__media-item {
  display: block;
  height: 0;
  width: 0;
}

.card__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
}

.card__content-title {
  color: #1d2533;
  margin: 0 0 0.5rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.card__content-description {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.card__content-description p {
  margin: 0;
}

.card__content-meta {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.card__content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card__content .tag:nth-child(2n) {
  margin-right: 1.875rem;
}

.card--a9 .card__link {
  width: 17rem;
}

.card--c1 {
  border: 1px solid #dde1e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 17rem;
}

.card--c1 .card__media {
  height: 10.5rem;
  position: relative;
}

.card--c1 .card__media-play {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card--c1 .card__content {
  background: #fff;
  position: relative;
  text-align: center;
  -webkit-transition: -webkit-box-shadow ease .5s;
  transition: -webkit-box-shadow ease .5s;
  transition: box-shadow ease .5s;
  transition: box-shadow ease .5s, -webkit-box-shadow ease .5s;
}

.card--c1 .card__content:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
}

.card--c1 .card__content-discount {
  background: #d71c1c;
  color: #fff;
  left: 50%;
  line-height: 1.5rem;
  padding: 0 0.75rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.card--c1 .card__content-title-link {
  color: #1d2533;
  display: block;
  text-decoration: none;
}

.card--c1 .card__content-title-link:hover {
  text-decoration: underline;
}

.card--c1 .card__content-title {
  margin: 0 0 0.5rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.card--c1 .card__content-subtitle {
  font-weight: 400;
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.card--c1 .card__content-duration,.card--c1 .card__content-description,.card--c1 .card__purchase__note {
  display: none;
}

.card--c1 .card__content-duration {
  color: #1d2533;
  margin-bottom: 1.5625rem;
  padding-left: 2.125rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.card--c1 .card__content-duration::before {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-duration.svg) center center no-repeat;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.card--c1 .card__content-description {
  min-height: 6.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.card--c1 .card__content-description p {
  margin: 0;
}

.card--c1 .card__content-description p + p {
  margin-top: 1rem;
}

.card--c1 .price {
  color: #d71c1c;
  margin-bottom: 1.375rem;
}

.card--c1 .price__text {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.card--c1 .price__value {
  font-size: 1rem;
  font-weight: 700;
}

.card--c1 .card__purchase .button {
  min-width: 100%;
}

.card--c1 .card__purchase__note {
  bottom: 0;
  color: #1d2533;
  left: 0;
  margin-right: 16rem;
  position: absolute;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.card--a17 .card__content-description {
  display: block;
}

.card--c2 {
  background: #f2f5f7;
  border: 1px solid #dde1e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 17rem;
}

.card--c2 .card__media {
  height: 10.5rem;
}

.card--c2 .card__content {
  position: relative;
  text-align: center;
}

.card--c2 .card__content-discount {
  background: #d71c1c;
  color: #fff;
  left: 50%;
  line-height: 1.5rem;
  padding: 0 0.75rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.card--c2 .card__content-title-link {
  color: #1d2533;
  text-decoration: none;
}

.card--c2 .card__content-title-link:hover {
  text-decoration: underline;
}

.card--c2 .card__content-title {
  margin: 0 0 0.5rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.card--c2 .card__content-subtitle {
  font-weight: 400;
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.card--c2 .price {
  color: #d71c1c;
  margin-bottom: 1.375rem;
}

.card--c2 .price__text {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.card--c2 .price__value {
  font-size: 1rem;
  font-weight: 700;
}

.card--c2 .card__purchase .button {
  min-width: 100%;
}

.card--b2 .card__link {
  text-align: center;
  width: 15rem;
}

.card--b2 .card__content {
  padding: 0.75rem 2.5rem;
}

.card--b2 .card__content-title {
  margin: 0;
}

.card--b2 .card__content-description {
  margin-bottom: 0;
}

.card--c5 .card__content {
  position: relative;
}

.card--c5 .card__content-category {
  background: #d71c1c;
  color: #fff;
  left: 0;
  padding: 0 0.75rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}

.card--c6 .card__link {
  width: 15.75rem;
}

.card--c6 .card__content {
  padding: 0.75rem 1.5rem;
  text-align: center;
}

.card--c6 .card__content-title {
  margin: 0;
}

.card--c7 .card__content {
  padding: 1rem 1.5rem;
}

.card--c7 .card__content-title {
  margin: 0;
}

.card--prices {
  -webkit-box-shadow: 0 8px 16px 0 rgba(185, 196, 207, 0.7);
  box-shadow: 0 8px 16px 0 rgba(185, 196, 207, 0.7);
  max-width: 12.5rem;
  min-width: 12.5rem;
}

.card--prices:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#d71d41), to(#ad1457));
  background-image: linear-gradient(to right, #d71d41, #ad1457);
  content: '';
  display: block;
  height: 0.25rem;
  width: 100%;
}

.card--prices .card__header {
  background-color: #fff;
  padding: 0.5rem 1rem 1rem;
  min-height: 80px;
}

.card--prices .card__content {
  padding: 0.5rem 1rem 1.6875rem;
  position: relative;
}

.card--prices .card__prices-item {
  padding: 0.5rem 0;
}

.card--prices .card__prices-item .target {
  color: #1d2633;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.card--prices .card__prices-item .price,.card--prices .card__prices-item .old-price {
  display: inline;
}

.card--prices .card__prices-item .price {
  color: #ad1457;
  font-weight: 700;
}

.card--prices .card__prices-item .old-price {
  color: #b9c4cf;
  margin-left: 0.1875rem;
  text-decoration: line-through;
  font-size: 0.875rem;
}

.card--prices .card__prices-item {
  border-bottom: 1px solid #D3E1E9;
}

.card--prices .card__content-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: "Roboto", arial, sans-serif;
  margin: 0;
}

.card--prices .card__content-info {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #ad1457;
}

.card--prices .card__status {
  background-color: #ec7579;
  -webkit-box-shadow: 0 1px 2px 0 rgba(84, 101, 126, 0.6);
  box-shadow: 0 1px 2px 0 rgba(84, 101, 126, 0.6);
  color: #1d2633;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.75rem;
  padding: 0.3125rem 0.5rem 0.1875rem 0.8125rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -0.6875rem;
}

.card--prices .card__prices-detail {
  text-align: left;
}

.card--prices .button {
  margin: 1.5rem 0 1.375rem;
  min-width: auto;
  width: 100%;
}

.card--prices .text__link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: inline-block;
  letter-spacing: 0;
  padding-right: 0;
  padding-left: 2rem;
}

.card--prices .text__link:before {
  bottom: 0.1875rem;
  right: auto;
  left: 0;
  -webkit-transform: none;
  transform: none;
  top: auto;
}

.social-card {
  position: relative;
  overflow: hidden;
}

.social-card__link {
  text-decoration: none;
  display: block;
  position: relative;
}

.node--type-sfa-social-post > .social-card__link::before {
  border: 1px solid transparent;
  border-width: 28px 48px;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: border-color ease .3s, opacity ease .3s;
  transition: border-color ease .3s, opacity ease .3s;
  width: 0;
  z-index: 3;
}

.node--type-sfa-social-post > .social-card__link::after {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-social-card.svg) left bottom no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.4375rem;
  width: 1.5rem;
  z-index: 4;
}

.social-card__link .button--video {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-card__link .button--video:hover {
  background-color: #fff;
}

.social-card__link:hover .button--video {
  background: #fff;
}

.social-card__link:hover .button--video::before {
  background-position: left bottom;
}

.social-card--content {
  background: #f2f5f7;
}

.social-card--content .social-card__link:hover::before {
  border-right-color: #1bacc0;
  border-top-color: #1bacc0;
}

.social-card--media .social-card__link::before {
  border-right-color: #000;
  border-top-color: #000;
  opacity: .5;
}

.social-card--media .social-card__link:hover::before {
  border-right-color: #1d2533;
  border-top-color: #1d2533;
  opacity: 1;
}

.social-card--facebook .social-card__link::after {
  background-position: -1.5rem bottom;
}

.social-card--facebook .social-card__link:hover::after {
  background-position: -1.5rem top;
}

.social-card--instagram .social-card__link::after {
  background-position: -4.5rem top;
}

.social-card--youtube .social-card__link::after {
  background-position: -6rem top;
}

.social-card__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4rem 2rem 2rem 2rem;
}

.social-card__date {
  color: #1d2533;
  font-weight: 700;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.social-card__author {
  color: #54657e;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.social-card__text {
  color: #54657e;
  margin-top: 1.5rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.social-card__text::before {
  background: #1d2533;
  content: '';
  height: 0.0625rem;
  left: 0;
  margin-top: -0.0625rem;
  position: absolute;
  top: -0.75rem;
  width: 2rem;
}

.social-card__cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-card__image {
  display: none;
}

.social-card__inner,.social-card__cover {
  height: 17rem;
}

.notification {
  padding: 1.25rem 0;
  position: relative;
}

.notification__text {
  color: #1d2533;
  font-weight: 500;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.notification__text::before {
  background-position: center center;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5rem;
}

.notification__close {
  background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/notification-close.svg) center center no-repeat;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  z-index: 11;
}

.notification__close:hover {
  opacity: 1;
}

.notification--fixed {
  background: #3D3D3D;
  border-radius: 0.625rem;
  bottom: 1rem;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  max-height: 3.8125rem;
  max-width: 21.375rem;
  padding: 0.6875rem 0 0.625rem;
  position: fixed;
  right: 1rem;
  z-index: 9;
}

.notification--fixed .notification__text {
  color: #fff;
  font-weight: 400;
  line-height: 1.25rem;
  max-height: 2.5rem;
  overflow: hidden;
  padding: 0 2.5rem 0 4rem;
  text-align: left;
}

.notification--fixed .notification__text::before {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-people.svg);
  left: 1rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
}

.notification--fixed .notification__close {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/close-white.svg);
  padding: 1.5rem 0 0;
  right: 0.5rem;
  -webkit-transform: none;
  transform: none;
  top: 0.5rem;
  width: 1.5rem;
}

.notification--warning {
  background-color: #f7ee7f;
}

.notification--warning .notification__text::before {
  background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-info.svg);
}

.notification--warning.tmb-notif-yellow .notification__text p,
.notification--warning.tmb-notif-white .notification__text p
{
  text-align: left;
}

.notif-html p{
  padding-right: 50px;
}

.tpl__home .page__inner .page__header {
  display: none;
}

.tpl__detail .detail-block .block__header {
  text-align: left;
}

.tpl__detail .detail-block .block__intro {
  margin: 1.5rem 0;
}

.tpl__detail .detail-block .directions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.tpl__detail .detail-block .table {
  margin-left: 0;
}

.tpl__detail .detail-block .rtable__group-title {
  text-align: left;
}

.tpl__detail .detail-block .rtable__data {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tpl__detail .detail-block .data {
  width: auto;
}

.tpl__detail .b5,.tpl__detail .a20,.tpl__detail .what-to-see,.tpl__detail .block-content-gallery,.tpl__detail .block-detail-description,.tpl__detail .block-detail-prices,.tpl__detail .block-detail-time,.tpl__detail .block-detail-discount {
  padding-bottom: 0;
  border-bottom: 0;
}

.page__home .page__inner .page__header {
  display: block;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}

.page__home .page__inner .page__header .menu__brand {
  display: none;
}

.page__home .page__inner .page__header .menu__trigger {
  background-color: transparent;
}

.page__home .page__inner .page__header .menu__trigger:hover {
  background-color: #1bacc0;
}

.page__home .a03-a04 {
  border-top: 1px solid #dde1e9;
}

.page__landing .page__inner .header-top,.page__landing .page__inner .page__header {
  display: none;
}

.page__landing .page__header .menu__trigger {
  display: none;
}

.page__landing .page__header .menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.skin-cbt .a01__main-menu .menu-block__item {
  order: 1 !important;
}

.menu .menu-block.isOdd li:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #dde1e9;
}

.menu .menu-block.notOdd li:not(:last-child) {
  border-bottom: 1px solid #dde1e9;
}

.page__route-v3 .page__header {
  display: none;
}

.page__route-v3 .page__inner .page__header {
  display: block;
}

.page__detail-poi .a06 .block__action {
  display: none;
}

@media screen and (min-width: 20em) {
  .social-card--youtube .social-card__cover {
    height: 10rem;
  }
}

@media screen and (min-width: 23.4375em) {
  .block__video-item {
    height: 11.75rem;
  }

  .card--c6 .card__link {
    width: 17rem;
  }
}

@media screen and (min-width: 23.375em) {
  .social-card--youtube .social-card__cover {
    height: 11.75rem;
  }
}

@media screen and (min-width: 26.5625em) {
  .block__video-item {
    height: 13.25rem;
  }

  .b4__menu-link {
    padding: 0 1.5rem;
  }

  .b4__menu-link:hover::before {
    left: 1.5rem;
    right: 1.5rem;
  }

  .b4__menu-link--current::before {
    left: 1.5rem;
    right: 1.5rem;
  }

  .d--d1 {
    min-height: 16.5rem;
  }

  .d--d2 {
    min-height: 16.5rem;
  }
}

@media screen and (min-width: 26.5em) {
  .social-card--youtube .social-card__cover {
    height: 13.375rem;
  }
}

@media screen and (min-width: 30em) {
  .block__video-item {
    height: 15rem;
  }
}

@media screen and (min-width: 31.25em) {
  .a01::before {
    background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-a01-bg-overlay-tablet.jpg);
  }
}

@media screen and (min-width: 32.1875em) {
  .social-card--youtube .social-card__cover {
    height: 16.25rem;
  }
}

@media screen and (min-width: 34.375em) {
  .block__video-item {
    height: 20rem;
  }
}

@media screen and (min-width: 40em) {
  .social-card--youtube .social-card__cover {
    height: 20rem;
  }
}

@media screen and (min-width: 48em) {
  .button--secondary {
    font-size: 1rem;
    padding: 1.4375rem 1.5rem;
  }

  .button--close {
    padding-top: 4.5rem;
    width: 4.5rem;
  }

  .button--video {
    padding-top: 3.5rem;
    width: 3.5rem;
  }

  .buttons-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .buttons-apps__item + .buttons-apps__item {
    margin-left: 0.75rem;
    margin-top: 0;
  }

  .nav--open .nav__overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav__n1 {
    -webkit-box-shadow: 0 0 10px black;
    box-shadow: 0 0 10px black;
    width: 20rem;
    z-index: 3;
  }

  .nav-menu__link {
    line-height: 4.4375rem;
  }

  .nav-menu__link:not(a) {
    line-height: 4.5rem;
  }

  .nav-menu__item--lang {
    top: 1rem;
  }

  .nav__n2 {
    width: 40rem;
    z-index: 2;
  }

  .nav-submenu {
    margin-left: 20rem;
  }

  .nav-submenu--back {
    display: none;
  }

  .form__row + .form__row {
    margin-top: 1.5rem;
  }

  .form__section + .form__section {
    margin-top: 2.5rem;
  }

  .form__content {
    max-width: 25.9375rem;
  }

  .form__header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
    text-align: left;
  }

  .form__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .form__mandatory {
    padding-bottom: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .form__file-replace {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .file-replace__select {
    display: inherit;
    margin: 0;
    padding: 0;
  }

  .file-replace__remove {
    margin-right: -0.25rem;
  }

  .form__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  .form__action-check .form__label {
    padding-right: 2rem;
  }

  .form__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form__list-item + .form__list-item {
    margin-left: 2rem;
    margin-top: 0;
  }

  .wrapper {
    margin: 0 3.5rem;
  }

  .page__header .menu {
    min-height: 4.5rem;
  }

  .page__header .menu__trigger {
    padding: 4.5rem 0 0;
    width: 4.5rem;
  }

  .page__header .menu__brand {
    left: 4.5rem;
  }

  .page__header .menu__brand-cbt .menu__brand-item {
    background-size: auto 3rem;
    padding-top: 3rem;
    width: 8.6875rem;
  }

  .page__header .menu__brand-tm .menu__brand-item {
    background-size: auto 3rem;
    padding-top: 3rem;
    width: 7.5625rem;
  }

  .page__header .menu__tickets {
    margin: 0rem 1rem 0 0;
  }

  .footer__sites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__site {
    height: 17.5rem;
    width: 50%;
  }

  .footer__quicklinks {
    padding: 4rem 0;
  }

  .quicklinks__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .quicklinks__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .quicklinks__item + .quicklinks__item {
    margin-top: 0;
  }

  .quicklink__item--title {
    margin-bottom: 1rem;
  }

  .quicklink__title {
    padding-bottom: 1rem;
    position: relative;
  }

  .quicklink__title::after {
    background: currentcolor;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2rem;
  }

  .footer__badges {
    padding: 1.25rem 0;
  }

  .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .badge + .badge {
    margin-left: 1rem;
    margin-top: 0;
  }

  .social__link {
    padding-top: 6rem;
  }

  .footer__legal {
    padding: 2.5rem 0 3.5625rem;
  }

  .legal-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__back-to-top-link {
    bottom: 1rem;
  }

  .block {
    padding: 4rem 0;
  }

  .block__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .block__buy {
    padding: 2rem 1.5rem;
    margin: 0 0 2rem;
  }

  .block__buy .block__title {
    font-size: 1.375rem;
    line-height: normal;
  }

  .block__buy .block__subtitle {
    display: block;
  }

  .block__title .title__text--dash {
    padding: 0 0 0 3.25rem;
  }

  .block__title .title__text--dash::before {
    left: 0;
    margin-top: -0.0625rem;
    top: 50%;
    -webkit-transform: none;
    transform: none;
  }

  .block__title .title__text-info {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .block__title .title__text {
    padding-right: 1rem;
    position: relative;
  }

  .block__main {
    margin-top: 2.5rem;
  }

  .block__video-item {
    height: 23.5rem;
  }

  .block__filter {
    margin-bottom: 2rem;
  }

  .block__list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 41rem;
  }

  .block__list-item {
    display: block;
  }

  .block__list-item + .block__list-item {
    margin-top: 0;
  }

  .block__list-item:nth-child(2n) {
    margin-left: 1rem;
  }

  .block__list-item:nth-child(2) ~ .block__list-item {
    margin-top: 1rem;
  }

  .block__load-more {
    margin-top: 2rem;
  }

  .block__load-more .button--secondary {
    width: 41rem;
  }

  .block__list--alt .block__list-inner {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .block__list--alt .block__list-item {
    display: block;
  }

  .block__list--alt .block__list-item + .block__list-item {
    margin-top: 2rem;
  }

  .block__list--alt .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block__list--alt .block__load-more .button--secondary {
    margin: 0 auto;
    max-width: 40rem;
  }

  .a01 .wrapper {
    height: 30rem;
  }

  .a01__title {
    margin: 7.5rem auto 0;
  }

  .a01__features {
    margin-top: 4.25rem;
  }

  .a01__features .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .a01__features .menu__item {
    display: block;
  }

  .a01__features .menu__item + .menu__item {
    margin-left: 4rem;
    position: relative;
  }

  .a01__features .menu__item + .menu__item::before {
    background: currentcolor;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-3rem, -50%);
    transform: translate(-3rem, -50%);
    width: 2rem;
  }

  .a01 .a01__aside-menu {
    right: 1rem;
    top: 1rem;
  }

  .a01--landing .a01__features {
    margin-top: 5rem;
  }

  .include-a04 .a02__inner,.include-a04 .a07 {
    padding: 4rem 0;
  }

  .a02__inner .block__intro {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .a03 {
    padding: 4rem 0;
  }

  .a03 .a03__text,.a03 .a03__link {
    display: inherit;
  }

  .a03__video-cover {
    height: 10rem;
    width: 15rem;
  }

  .a03__content {
    padding-left: 2rem;
  }

  .a03__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .a03__text {
    margin: 1rem 0;
  }

  .a08__tripadvisor {
    margin-top: -10.5rem;
    padding-bottom: 4rem;
    padding-top: 12.25rem;
  }

  .a08__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 42rem;
  }

  .a08__grid-item {
    width: 50%;
  }

  .a08__grid-item.a08__grid-item--3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .a08__grid-item.a08__grid-item--4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .a08__grid-item.a08__grid-item--5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .a08__grid-item.a08__grid-item--6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .a08__grid-item.a08__grid-item--7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .a08__grid-item--with-video {
    width: 100%;
  }

  .a08__cloned-video-item {
    display: none;
  }

  .a09__posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 43.75rem;
  }

  .a09__post {
    margin: 0;
    width: auto;
  }

  .a09__post + .a09__post {
    margin-top: 0;
  }

  .a09__post:nth-child(2n) {
    margin-left: 1rem;
  }

  .a09__post:nth-child(2) ~ .a09__post {
    margin-top: 1rem;
  }

  .a10__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .a10__group-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .a10__group-item + .a10__group-item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .a10__group-item + .a10__group-item::before {
    background: #dde1e9;
    bottom: 5rem;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    width: 1px;
  }

  .a10__item {
    text-align: left;
  }

  .a10__icon {
    margin-bottom: 1rem;
  }

  .a10__title {
    margin: 0 0 1.5rem;
    padding: 0 0 0 3rem;
  }

  .a10__title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .a11__grid {
    width: 42rem;
  }

  .a11__grid-item {
    width: 33.333%;
  }

  .a11__grid-link {
    height: 14rem;
  }

  .a13__route-list .route-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .a13__route-list .route-list__col2 {
    margin-left: 2rem;
    margin-top: 0;
  }

  .a13__route-list .route-list__item {
    padding-left: 5rem;
  }

  .a13__route-list .route-list__item:first-child::before {
    display: none;
  }

  .a13__route-list .route-list__item::before {
    margin-left: 1.4375rem;
  }

  .a13__route-list .route-list__counter {
    line-height: 3rem;
    width: 3rem;
  }

  .a14__item + .a14__item {
    margin-top: 4rem;
  }

  .a14__phone {
    padding-top: 4.3125rem;
    width: 17.1875rem;
  }

  .a14__phone-screen {
    height: 16.875rem;
    width: 15.125rem;
  }

  .a15__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .a15__item {
    width: 9rem;
  }

  .a15__item + .a15__item {
    margin-top: 0;
  }

  .a15--tripadvisor .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .a15--tripadvisor .wrapper::before {
    background: rgba(255, 255, 255, 0.7);
    content: '';
    height: 200%;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 200%;
    -webkit-transform: translate(-12.5rem, -50%);
    transform: translate(-12.5rem, -50%);
  }

  .a15--tripadvisor .a15__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .a15__tripadvisor {
    margin: -4rem 0 0 2.5rem;
    padding: 3rem 1.5rem 0;
    width: 9.5rem;
  }

  .a15__tripadvisor-container {
    text-align: left;
  }

  .a15__tripadvisor-label {
    margin: 1.125rem auto 0;
    width: auto;
  }

  .testimonial {
    margin-bottom: 3.125rem;
    padding-top: 3rem;
  }

  .testimonial__title {
    margin-bottom: 1rem;
  }

  .testimonial__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .a18__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .a18__item + .a18__item {
    margin-left: 2rem;
    margin-top: 0;
  }

  .directions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }

  .directions__item + .directions__item {
    margin-left: 2rem;
    margin-top: 0;
  }

  .a21__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .a21__list-item + .a21__list-item {
    margin-left: 1rem;
    margin-top: 0;
  }

  .a21__list-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .b1__route-list .route-list__container {
    position: relative;
  }

  .b1__route-list .route-list__container::before,.b1__route-list .route-list__container::after {
    background: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/ico-sliders.svg) right top no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.5rem;
    height: 1.5rem;
  }

  .b1__route-list .route-list__container::before {
    top: 0;
    -webkit-transform: translate(-50%, -0.6875rem);
    transform: translate(-50%, -0.6875rem);
    background-position: -4.5rem top;
  }

  .b1__route-list .route-list__container::after {
    bottom: 0;
    -webkit-transform: translate(-50%, 0.6875rem);
    transform: translate(-50%, 0.6875rem);
    background-position: -3rem top;
  }

  .b1__route-list .route-list__container.route-list__container--dir-alt::before {
    background-position: -3rem top;
  }

  .b1__route-list .route-list__container.route-list__container--dir-alt::after {
    background-position: -4.5rem top;
  }

  .b1__route-list .route-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.75rem 0;
    position: relative;
  }

  .b1__route-list .route-list__wrapper::before {
    border: 2px solid #1d2533;
    border-radius: 2.75rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    height: 100%;
    left: 50%;
    margin-left: -2.75rem;
    position: absolute;
    top: 0;
    width: 5.5rem;
  }

  .b1__route-list .route-list__wrapper-item + .route-list__wrapper-item {
    margin-left: 5.5rem;
  }

  .b1__route-list .route-list__col2 {
    margin-top: 0;
  }

  .b1__route-list .route-list__col2 .route-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .b1__route-list .route-list__col2 .route-list .route-list__item:first-child {
    margin-top: 3.125rem;
  }

  .b1__route-list .route-list__col2 .route-list .route-list__item:last-child {
    margin-top: 0rem;
  }

  .b1__route-list .route-list {
    margin-left: 0;
  }

  .b1__route-list .route-list__item {
    display: list-item !important;
    width: 13.125rem;
  }

  .b1__route-list .route-list__item::before {
    display: none;
  }

  .b1__route-list .route-list__item + .route-list__item {
    margin-top: 3.125rem;
  }

  .b1__route-list .route-list__col1 .route-list__item::after {
    left: 100%;
    margin-left: -0.4375rem;
  }

  .b1__route-list .route-list__col1 .route-list__link {
    padding-left: 0;
    padding-right: 1.25rem;
    text-align: right;
  }

  .b1__route-list .route-list__col1 .route-list__item--has-connection .route-list__link::after {
    left: 100%;
    margin-left: 1.0625rem;
  }

  .b1__route-list .route-list__col1 .route-list__item--has-connection .route-list__link::before {
    left: 100%;
    -webkit-transform: none;
    transform: none;
  }

  .b1__route-list .route-list__button {
    display: none;
  }

  .b1__route-list .route-list__container--folded .route-list__wrapper {
    height: auto !important;
    overflow: visible;
  }

  .b2__stops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875rem 0 0;
  }

  .b2__stops::before {
    display: none;
  }

  .b2__stops::after {
    background: #1d2533;
    content: '';
    height: 0.125rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0.5rem;
  }

  .b2__stop {
    position: relative;
  }

  .b2__stop:first-child::before {
    background: #f2f5f7;
    content: '';
    height: 0.625rem;
    left: 0;
    position: absolute;
    top: -1.5625rem;
    width: 50%;
    z-index: 2;
  }

  .b2__stop:last-child::before {
    background: #f2f5f7;
    content: '';
    height: 0.625rem;
    position: absolute;
    right: 0;
    top: -1.5625rem;
    width: 50%;
    z-index: 2;
  }

  .b2__stop:last-child::after {
    display: none;
  }

  .b2__stop + .b2__stop {
    margin-left: 1rem;
    margin-top: 0;
  }

  .b2__stop .card--b2::before {
    height: 0.8125rem;
    right: 50%;
    top: -0.8125rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 0.125rem;
  }

  .b2__stop .card--b2::after {
    margin: 0;
    right: 50%;
    top: -1.8125rem;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .b2__actions {
    margin-top: 2rem;
  }

  .b3 {
    padding: 8.5rem 0;
  }

  .b4__menu-link {
    line-height: 4.5rem;
  }

  .b5__route {
    margin-top: 2.5rem;
  }

  .timetable {
    padding-left: 7rem;
  }

  .timetable::before {
    left: 2.4375rem;
  }

  .timetable__item + .timetable__item {
    margin-top: 2rem;
  }

  .timetable__item:last-child .b5-stop::before {
    display: block;
    left: -4.75rem;
  }

  .b5-stop__timestamp {
    left: 0;
    margin-left: -2rem;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .b5-stop__timestamp::before,.b5-stop__timestamp::after {
    display: none;
  }

  .b5 .card--c6::before {
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 4rem;
  }

  .b5 .card--c6::after {
    margin-left: -4rem;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .b6__routes {
    margin-top: 2rem;
  }

  .other-routes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 37.5rem;
    margin: 0 auto;
  }

  .other-routes__item:nth-child(2n) {
    margin-left: 1rem;
  }

  .other-routes__item:nth-child(2) ~ .other-routes__item {
    margin-top: 1rem;
  }

  .b7 {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    z-index: 2;
  }

  .b7__price {
    margin: 0 3.5rem;
  }

  .b7__price-inner {
    background: #1d2533;
  }

  .b7__cta {
    padding: 1.75rem 3.5rem;
    text-align: left;
  }

  .b7__cta-title {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .b7__cta-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .b7__cta-extra + .b7__cta-extra::before {
    content: '|';
    padding: 0 .5em;
  }

  .b7__cta-extra + .b7__cta-extra::before {
    display: none;
  }

  .b7__cta-purchase {
    position: absolute;
    right: 3.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .route-actions--sticky .b7__price {
    margin-left: 0;
  }

  .route-actions--sticky .b7__price-inner {
    line-height: 4.5625rem;
  }

  .b8__routes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b8__routes-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .b8__routes-item + .b8__routes-item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .b8__routes-item + .b8__routes-item::before {
    background: #dde1e9;
    bottom: 5rem;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    width: 1px;
  }

  .b8__routes-inner {
    text-align: left;
  }

  .b8__routes-icon {
    margin: 0;
  }

  .b8__routes-title {
    padding-bottom: 0;
    padding-left: 3rem;
  }

  .b8__routes-title::before {
    left: 0;
    margin-left: 0;
    top: 50%;
  }

  .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;
  }

  .d--d1.d--d1-with-icon {
    min-height: 22.5rem;
  }

  .d--d1.d--d1-with-icon .d__contents {
    padding-top: 6.25rem;
  }

  .d--d1.d--d1-with-icon .d__icon {
    height: 6rem;
  }

  .d--d2 {
    min-height: 30rem;
  }

  .d--d2 .d__contents {
    padding-top: 13.125rem;
  }

  .d--d2 .d__video-btn {
    margin-top: 1.25rem;
  }

  .d--d3 .d__contents {
    padding-top: 7.3125rem;
  }

  .d--d4 {
    min-height: 31.25rem;
  }

  .d--d4 .d__contents {
    padding-top: 10rem;
  }

  .d--d4 .rating {
    margin-top: 1.625rem;
    padding-top: 1.375rem;
  }

  .d--d4 .d__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .d--d4 .d__app-item + .d__app-item {
    margin-left: 1.5625rem;
    margin-top: 0;
  }

  .d--d1 .d__contents,.d--d3 .d__contents {
    padding-top: 8.125rem;
  }

  .d--d1 .d__title,.d--d3 .d__title {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }

  .d--d1 .d__title {
    font-size: 2rem;
  }

  .tripadvisor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tripadvisor__stars {
    margin: 0 1rem 0 0;
  }

  .block__download {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dde1e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .block__download-text {
    margin-bottom: 0;
    padding-left: 4rem;
  }

  .block__download-text::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .block-404__main {
    height: 25rem;
    margin-bottom: 2rem;
  }

  .block-404__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .block-404__title-text {
    font-size: 4rem;
  }

  .block-404__message {
    margin-bottom: 2rem;
  }

  .what-to-see .block__list-item + .block__list-item {
    margin-top: 1.5rem;
  }

  .what-to-see .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block-perks .perks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .block-perks .perks__item + .perks__item {
    margin-left: 2rem;
    margin-top: 0;
  }

  .route-actions {
    height: 4.5rem;
  }

  .route-actions__inner {
    height: 4.5rem;
  }

  .route-actions--sticky .route-actions__inner {
    -webkit-box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
    box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
  }

  .block-detail-description {
    padding-top: 0.125rem;
  }

  .block-detail-description .slider-gallery__inner {
    height: 24.5rem;
  }

  .detail-routes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 6rem;
    padding: 1.25rem 0;
  }

  .detail-route__item + .detail-route__item {
    margin-left: 5rem;
    margin-top: 0;
  }

  .block-detail-discount .block__download {
    margin-top: 2rem;
  }

  .detail-info {
    text-align: left;
  }

  .detail-info__item + .detail-info__item::before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .detail-info__map {
    margin-left: 0;
  }

  .detail-info__tickets-text {
    padding-bottom: 0;
    padding-left: 4rem;
    padding-top: 0;
  }

  .detail-info__tickets-text::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .stop-nav__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.5rem;
  }

  .stop-nav__item--prev .stop-nav__link {
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .stop-nav__item--prev .stop-nav__link::after {
    left: 2rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .stop-nav__item--next .stop-nav__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 2rem;
    padding-right: 4rem;
  }

  .stop-nav__item--next .stop-nav__link::after {
    left: 100%;
    -webkit-transform: translate(-3.5rem, -50%);
    transform: translate(-3.5rem, -50%);
  }

  .stop-nav__label {
    display: inline;
  }

  .block__pagination {
    margin: 4rem 0 0;
  }

  .promo .wrapper {
    padding: 3.625rem 0 1.875rem;
  }

  .promo .subtitle {
    margin-bottom: 1.25rem;
  }

  .promo .title {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  .promo .title {
    line-height: normal;
    margin-bottom: 1rem;
  }

  .promo p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .promo .button-wrapper .button {
    margin-bottom: 2.125rem;
  }

  .block.prices {
    padding: 4.25rem 0 2.625rem;
  }

  .block.prices .wrapper > p {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 45.9375rem;
  }

  .block.prices .prices__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  .block.prices .prices__content {
    margin: 0 -3.5rem;
    padding: 2.5rem 3.5rem 2.3125rem;
  }

  .block.prices .block__warning {
    text-align: center;
  }

  .block.practical-info {
    padding: 3.3125rem 0;
  }

  .block.practical-info .a10__title {
    font-size: 1.875rem;
  }

  .block.practical-info .a10__title:before {
    bottom: 0.875rem;
    display: inline-block;
    left: auto;
    margin-left: -3rem;
    position: absolute;
    right: auto;
  }

  .block.practical-info .a10__item {
    max-width: none;
  }

  .block.practical-info .a10__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .block.practical-info .a10__content .a10__content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block.practical-info .a10__content > div:not(:first-child) {
    border-left: 1px solid #dde1e9;
    padding-top: 1rem;
  }

  .audio-player {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .audio-player__selection {
    margin-bottom: 0;
    margin-right: 2rem;
    width: 24%;
  }

  .audio-player__block {
    width: 76%;
  }

  .audio-player__block .plyr__volume {
    display: inherit;
    margin-left: 1rem;
    max-width: 20%;
  }

  .audio-player__block .plyr__controls [data-plyr=mute] {
    display: inherit;
  }

  .lightbox__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  .lightbox--mini .lightbox__inner {
    padding-top: 4.5rem;
  }

  .lightbox--video .lightbox__video {
    padding: 0 3.5rem;
    height: 22.5rem;
  }

  .nav .header-top {
    height: 4.4375rem;
    line-height: 4.4375rem;
  }

  .tags--stacked {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -0.1875rem;
  }

  .tr + .tr .td {
    padding-top: 0.75rem;
  }

  .table--route-description .tr .th {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .table--route-description .tr .td {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .table--route-description .th {
    vertical-align: top;
    width: 11.875rem;
  }

  .dropdown__item--selected .dropdown__link::after {
    right: 1rem;
  }

  .dropdown--category .dropdown__item--selected .dropdown__link {
    padding-right: 3.5rem;
  }

  .dropdown--category-hero .dropdown__label-text {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .slider-gallery__inner {
    height: 24.5rem;
  }

  .slider-gallery__title {
    bottom: 1.25rem;
    left: 2rem;
  }

  .a06-slider__inner {
    height: 21rem;
  }

  .a07-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }

  .a07-slider__item {
    text-align: left;
    width: 33.333%;
  }

  .a07-slider__item + .a07-slider__item {
    margin-left: 1rem;
  }

  .a07-slider__item + .a07-slider__item {
    margin-left: 2rem;
  }

  .a07-slider__icon {
    margin: 0;
  }

  .a07-slider__title--dash {
    padding-bottom: 0;
    padding-left: 3rem;
  }

  .a07-slider__title--dash::before {
    left: 0;
    margin-left: 0;
    top: 50%;
  }

  .a22-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .a22-slider__phone {
    height: 34rem;
    margin-bottom: 2rem;
    padding: 4.0625rem 1.125rem 4rem 1.0625rem;
    width: 16.8125rem;
  }

  .a22-slider__main .slick-dots {
    bottom: -6rem;
  }

  .a22-slider__main,.a22-slider__image {
    height: 25.875rem;
    width: 14.625rem;
  }

  .a22-slider__nav {
    padding: 4rem 0 0 2rem;
  }

  .a22-slider__nav-item {
    margin: 0;
    padding-left: 3rem;
    position: relative;
    text-align: inherit;
  }

  .a22-slider__nav-item + .a22-slider__nav-item {
    margin-top: 2rem;
  }

  .a22-slider__icon {
    display: block;
    height: 2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 2rem;
  }

  .collapsible__item {
    padding-bottom: 1.625rem;
    padding-top: 1.625rem;
  }

  .collapsible__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .card__link {
    width: 20rem;
  }

  .card__media {
    height: 13rem;
  }

  .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--a9 .card__link {
    width: 16.5rem;
  }

  .card--c1 {
    border: none;
    width: 100%;
  }

  .card--c1 .card__media {
    height: 28.5625rem;
  }

  .card--c1 .card__content {
    border: 1px solid #dde1e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -6.5625rem auto 0;
    max-width: 40rem;
    padding: 3.75rem 3rem 2.5rem;
    text-align: left;
  }

  .card--c1 .card__content-discount {
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  .card--c1 .card__content-title-link {
    margin-right: 12rem;
  }

  .card--c1 .card__content-title {
    margin: 0 0 1.5rem;
    padding-left: 3rem;
    position: relative;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .card--c1 .card__content-title::before {
    background: currentcolor;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 2rem;
  }

  .card--c1 .card__content-subtitle {
    margin-bottom: 1.5rem;
    margin-right: 12rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .card--c1 .card__content-duration,.card--c1 .card__content-description,.card--c1 .card__purchase__note {
    display: block;
  }

  .card--c1 .price {
    position: absolute;
    right: 3rem;
    top: 1.6875rem;
  }

  .card--c1 .price__value {
    display: block;
    font-size: 1.125rem;
    line-height: 170%;
  }

  .card--c1 .price__value-part1 {
    font-size: 2.25rem;
  }

  .card--c1 .card__purchase {
    position: relative;
    text-align: right;
  }

  .card--c1 .card__purchase .button {
    min-width: 14rem;
  }

  .card--a17 .card__content-title {
    margin-right: 0;
  }

  .card--a17 .card__content-description {
    margin-bottom: 2.5rem;
    min-height: 14.375rem;
  }

  .card--c2 {
    width: 16.5rem;
  }

  .card--c2 {
    width: 16rem;
  }

  .card--b2 .card__link {
    width: auto;
  }

  .card--b2 .card__content {
    padding: 1.5rem;
  }

  .card--b2 .card__content-title {
    margin-bottom: 0.75rem;
  }

  .card--c3 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c4 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c5 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c6 .card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13.5rem;
    width: 100%;
  }

  .card--c6 .card__media {
    height: 13.375rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 10rem;
  }

  .card--c6 .card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.5rem;
    text-align: left;
  }

  .card--c6 .card__content-title {
    margin-bottom: 1rem;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c7 .card__content {
    padding: 1.25rem 1.5rem;
  }

  .card--c7 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .social-card--youtube .social-card__cover {
    height: 21rem;
  }

  .social-card__inner,.social-card__cover {
    height: 21rem;
  }

  .notification {
    text-align: center;
  }

  .notification__text {
    display: inline-block;
  }

  .notification__close {
    right: 1.25rem;
    top: 15px;
    -webkit-transform: translateY(-50%);
  }

  .tpl__detail .detail-block .block__intro {
    margin: 2rem 0;
  }
}

@media screen and (min-width: 48em) and (min-width: 48em) {
  .block__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  .a02__inner .block__intro {
    font-size: 1.3125rem;
    line-height: 2rem;
  }

  .testimonial__text {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}

@media all and (min-width: 48rem) and (max-width: 79.9375rem) {
  .skin-bbt .a01__holabcn {
    background-size: auto 4.875rem;
    display: block;
    left: 50%;
    padding-top: 2.4375rem;
    top: 1.25rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.625rem;
  }

  .include-a04 .a02__inner .block__intro {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .a04 {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .a04__icon {
    margin-bottom: 0;
    padding-right: 1rem;
  }

  .a04__title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .a04__subtitle {
    margin: 0;
  }

  .route-actions--sticky .b7 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 23.5rem;
  }

  .route-actions--sticky .b7__cta {
    margin: 0 3.5rem 0 0;
    text-align: center;
  }

  .route-actions--sticky .b7__cta-title {
    margin-bottom: 1rem;
  }

  .route-actions--sticky .b7__cta-extras {
    display: block;
    margin-bottom: 1.5rem;
  }

  .route-actions--sticky .b7__cta-extra::before {
    display: none;
  }

  .route-actions--sticky .b7__cta-purchase {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .detail-info__tickets {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 57em) {
  .lightbox--video .lightbox__video {
    padding: 0;
    margin: 0 auto;
    width: 50rem;
  }
}

@media screen and (min-width: 80em) {
  .menu__trigger {
    display: none;
  }

  .menu__block {
    display: block;
  }

  .menu__block .submenu {
    display: none;
  }

  .wrapper {
    margin: 0 5rem;
  }

  .wrapper {
    margin: 0 auto;
  }

  .page__header .menu {
    min-height: 5rem;
  }

  .page__header .menu__trigger {
    display: none;
  }

  .page__header .menu__block {
    display: block;
  }

  .page__header .menu__block--primary .menu__container {
    margin-left: 2rem;
  }

  .page__header .menu__brand {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .page__header .menu__brand-bbt .menu__brand-item {
    padding-top: 2.5rem;
    width: 7.75rem;
  }

  .page__header .menu__brand-cbt .menu__brand-item {
    background-size: auto 3.3125rem;
    padding-top: 3.3125rem;
    width: 9.625rem;
  }

  .page__header .menu__brand-tm .menu__brand-item {
    background-size: auto 3rem;
    padding-top: 3rem;
    width: 7.5625rem;
  }

  .footer__site {
    height: 24.5rem;
  }

  .footer__site-full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__site-mini {
    display: none;
  }

  .footer__quicklinks {
    padding: 5rem 0;
  }

  .footer__legal {
    padding: 1.5rem 0;
  }

  .footer__legal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block {
    padding: 5rem 0;
  }

  .block--with-action .wrapper {
    position: relative;
  }

  .block__action {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0.5rem;
  }

  .block__buy {
    margin: 0 0 2.5rem;
  }

  .block__buy .block__subtitle {
    color: #1d2533;
    font-weight: 400;
  }

  .block__video-item {
    height: 26.5rem;
  }

  .block__list-inner {
    width: auto;
  }

  .block__list-item {
    margin-right: 2rem;
  }

  .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block__list-item:nth-child(3n) {
    margin-right: 0;
  }

  .block__list-item:nth-child(2) ~ .block__list-item {
    margin-top: 0;
  }

  .block__list-item:nth-child(3) ~ .block__list-item {
    margin-top: 2rem;
  }

  .block__load-more .button--secondary {
    width: 100%;
  }

  .block__list--alt .card--c1 {
    max-width: 100%;
  }

  .block__list--alt .wrapper {
    margin: 0 auto;
    max-width: 70rem;
  }

  .block__list--alt .block__load-more .button--secondary {
    max-width: 100%;
  }

  .a01::before {
    background-image: url(https://www.barcelonabusturistic.cat/themes/custom/tmb/assets/img/layout/bbt-a01-bg-overlay-desktop.jpg);
  }

  .a01 .wrapper {
    height: 45rem;
  }

  .a01__title--bbt {
    padding: 0 0 9.75rem;
    font-size: 3.125rem;
    line-height: 3.8125rem;
    letter-spacing: -1.21px;
  }

  .a01__title--bbt::after {
    width: 14.375rem;
    height: 8.625rem;
  }

  .a01__features {
    margin-top: 7.5rem;
  }

  .a01__main-menu {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
  }

  .a01 .a01__aside-menu {
    display: block;
    right: 1.5rem;
  }

  .a01__holabcn {
    display: block;
  }

  .a01--landing .a01__features {
    margin-top: 11.6875rem;
  }

  .include-a04 {
    padding-bottom: 2.5rem;
  }

  .include-a04 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .include-a04 .a02__inner {
    text-align: left;
  }

  .include-a04 .a02__inner::after {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .include-a04__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68.75%;
  }

  .include-a04__item:first-child {
    padding-right: 4rem;
  }

  .include-a04__item + .include-a04__item {
    width: 31.25%;
  }

  .a03__video-cover {
    height: 12rem;
    width: 18.0625rem;
  }

  .a04 {
    border-left: 1px solid #dde1e9;
    margin-bottom: 4rem;
    padding: 4rem 0 0 4rem;
    text-align: left;
  }

  .a04__title {
    margin-bottom: 0.5rem;
  }

  .a08__tripadvisor {
    margin-top: -8.75rem;
    padding-bottom: 6rem;
  }

  .a08__grid {
    width: auto;
  }

  .a08__grid-item {
    width: 25%;
  }

  .a08__grid-item.a08__grid-item--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .a08__grid-item.a08__grid-item--2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .a08__grid-item.a08__grid-item--3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .a08__grid-item.a08__grid-item--4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .a08__grid-item.a08__grid-item--5 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .a08__grid-item.a08__grid-item--6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .a08__grid-item.a08__grid-item--7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .a08__grid-item--with-video {
    width: 50%;
  }

  .a09__posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
  }

  .a09__post {
    margin: 0;
    width: auto;
  }

  .a09__post + .a09__post {
    margin-top: 0;
  }

  .a09__post:nth-child(2n) {
    margin-left: 0;
  }

  .a09__post:nth-child(2) ~ .a09__post {
    margin-top: 0;
  }

  .a11__grid {
    width: 54rem;
  }

  .a11__grid {
    width: 70rem;
  }

  .a11__grid-item {
    width: 25%;
  }

  .a11__grid-link {
    height: 13.5rem;
  }

  .a11__grid-link {
    height: 17.5rem;
  }

  .a14 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .a14__item {
    text-align: left;
  }

  .a14__item + .a14__item {
    margin-left: 9.55357%;
    margin-top: 0;
  }

  .a14__phone {
    padding-top: 4.4375rem;
    width: 17.75rem;
  }

  .a14__phone-screen {
    height: 17.5rem;
    width: 15.625rem;
  }

  .a15__item {
    width: 20rem;
  }

  .a15--tripadvisor .wrapper::before {
    -webkit-transform: translate(-17.4375rem, -50%);
    transform: translate(-17.4375rem, -50%);
  }

  .a15--tripadvisor .a15__list {
    width: 100%;
  }

  .a15--tripadvisor .a15__list .a15__item {
    width: auto;
  }

  .a15__tripadvisor {
    margin: -5rem 0 0 3.75rem;
    padding: 3.5rem 3.75rem 0;
    width: 13.5rem;
  }

  .a15__tripadvisor-badge {
    width: 7.1875rem;
  }

  .directions__item + .directions__item {
    margin-left: 3.5rem;
  }

  .a21__list-item {
    max-width: 16rem;
  }

  .a21__list-item + .a21__list-item {
    margin-left: 2rem;
  }

  .b2__actions {
    margin-top: 2.5rem;
  }

  .b3 {
    padding: 8.5rem 0;
  }

  .b6__routes {
    margin-top: 2.5rem;
  }

  .other-routes {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .other-routes__item:nth-child(2n) {
    margin-left: 0;
  }

  .other-routes__item:nth-child(2) ~ .other-routes__item {
    margin-top: 0;
  }

  .other-routes__item + .other-routes__item {
    margin-left: 0;
  }

  .b7 {
    margin-right: -35rem;
    right: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 20rem;
  }

  .b7__price {
    margin: -4rem 0 0;
  }

  .b7__cta {
    padding: 2rem 1.5rem 2.5rem;
    text-align: center;
  }

  .b7__cta-title {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .b7__cta-extras {
    display: block;
    margin-bottom: 1.5rem;
  }

  .b7__cta-purchase {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .b7__perks {
    display: block;
  }

  .route-actions--sticky .b7__price-inner {
    background: #1d2533;
    cursor: default;
  }

  .route-actions--mini .b7__price-inner {
    cursor: pointer;
  }

  .route-actions--mini .b7__cta {
    display: none;
  }

  .route-actions--mini .b7__perks {
    display: none;
  }

  .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;
  }

  .d--d1.d--d1-with-icon {
    min-height: 22.5rem;
  }

  .d--d1.d--d1-with-icon .d__contents {
    padding-top: 6rem;
  }

  .d--d2 {
    min-height: 41rem;
  }

  .d--d2 .d__contents {
    padding-top: 18.3125rem;
  }

  .d--d3 .d__contents {
    padding-top: 9.125rem;
  }

  .d--d4 {
    min-height: 32.5rem;
  }

  .d--d4 .d__contents {
    padding-top: 10rem;
  }

  .d--d1 .d__contents,.d--d3 .d__contents {
    padding-top: 10.625rem;
  }

  .d--d1 .d__title,.d--d3 .d__title {
    font-size: 1rem;
  }

  .d--d1 .d__title {
    font-size: 2.25rem;
  }

  .block-404__main {
    height: 28.4375rem;
    margin-bottom: 2.5rem;
  }

  .block-404__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .block-404__message {
    margin-bottom: 2.5rem;
  }

  .what-to-see .block__list-item {
    margin-right: 0;
  }

  .what-to-see .block__list-item + .block__list-item {
    margin-top: 2rem;
  }

  .what-to-see .block__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .block-perks {
    padding: 4rem 0;
  }

  .block-perks {
    display: none;
  }

  .block-detail-description {
    padding-top: 5rem;
  }

  .block-detail-description .slider-gallery__inner {
    height: 26.5rem;
  }

  .detail-block {
    padding-bottom: 5rem;
  }

  .detail-sidebar {
    left: 50%;
    margin-left: 19rem;
    padding: 0;
    position: absolute;
    top: 0;
    width: 16rem;
  }

  .detail-sidebar .wrapper__inner {
    max-width: 100% !important;
  }

  .detail-sidebar--sticky {
    position: fixed;
    top: 5rem;
  }

  .detail-sidebar--fixed-sticky {
    bottom: 0;
    position: absolute;
    top: auto;
  }

  .detail-info {
    padding: 5rem 0;
    position: relative;
  }

  .detail-info::before {
    background-color: #dde1e9;
    content: '';
    height: 100%;
    left: -4rem;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .detail-info__tickets {
    max-width: 16rem;
  }

  .detail-info__tickets-text {
    margin-bottom: 1rem;
    padding-left: 3rem;
    padding-top: 0;
  }

  .block-stop-nav {
    background: none;
  }

  .stop-nav__link {
    height: 10rem;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: margin ease .5s;
    transition: margin ease .5s;
    width: 16.5625rem;
    z-index: 9;
  }

  .stop-nav__link::before {
    background: -webkit-gradient(linear, left top, right top, from(#d71c1c), to(#ad1457));
    background: linear-gradient(to right, #d71c1c, #ad1457);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 3.5rem;
  }

  .stop-nav__link:hover::before {
    background: #ad1457;
  }

  .stop-nav__item--prev .stop-nav__link {
    margin-right: -3.5rem;
    right: 100%;
  }

  .stop-nav__item--prev .stop-nav__link:hover {
    margin-right: -16.5625rem;
  }

  .stop-nav__item--prev .stop-nav__link::before {
    right: 0;
  }

  .stop-nav__item--prev .stop-nav__link::after {
    left: 100%;
    -webkit-transform: translate(-2.5rem, -50%);
    transform: translate(-2.5rem, -50%);
  }

  .stop-nav__item--next .stop-nav__link {
    left: 100%;
    margin-left: -3.5rem;
  }

  .stop-nav__item--next .stop-nav__link:hover {
    margin-left: -16.5625rem;
  }

  .stop-nav__item--next .stop-nav__link::before {
    left: 0;
  }

  .stop-nav__item--next .stop-nav__link::after {
    left: 0;
    -webkit-transform: translate(1rem, -50%);
    transform: translate(1rem, -50%);
  }

  .stop-nav__link .stop-nav__thumb {
    background-size: cover;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 13.0625rem;
    z-index: 1;
  }

  .stop-nav__item--prev .stop-nav__link .stop-nav__thumb {
    right: 3.5rem;
  }

  .stop-nav__item--next .stop-nav__link .stop-nav__thumb {
    left: 3.5rem;
  }

  .stop-nav__link .stop-nav__label {
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    position: absolute;
    text-align: left;
    width: 13.0625rem;
    z-index: 2;
  }

  .stop-nav__item--prev .stop-nav__link .stop-nav__label {
    right: 3.5rem;
  }

  .stop-nav__item--next .stop-nav__link .stop-nav__label {
    left: 3.5rem;
  }

  .promo .wrapper {
    padding-bottom: 2.5rem;
  }

  .promo p {
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
  }

  .block.practical-info .a10__content .a10__content-block {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .dropdown--category-hero .dropdown__label-text {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .slider-gallery .slick-list {
    overflow: hidden;
  }

  .slider-gallery .slick-arrow {
    display: inherit !important;
  }

  .slider-gallery__item {
    padding: 0;
  }

  .slider-gallery__inner {
    height: 26.5rem;
  }

  .gallery-container {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .gallery-container .wrapper {
    margin: 0 auto;
    max-width: 50rem;
  }

  .slider-gallery--in-modal .slider-gallery__inner {
    height: 23.75rem;
  }

  .a06-slider .slick-track {
    margin-left: auto;
    margin-right: auto;
  }

  .a06-slider .slick-list {
    overflow: hidden;
    padding: 1.25rem 0;
  }

  .a06-slider__item {
    padding: 0;
  }

  .a06-slider__inner {
    height: 26.5rem;
  }

  .a06-slider__inner:hover .a06-slider__cover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 6;
  }

  .a06-slider__inner:hover .a06-slider__cover::before {
    opacity: .8;
  }

  .a06-slider__inner:hover .a06-slider__content {
    opacity: 1;
  }

  .a06-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    padding: 0 0.375rem;
    z-index: 6;
  }

  .a06-slider__title {
    margin-bottom: 2rem;
  }

  .a06-slider__title::after {
    border-bottom: 1px solid #f2f5f7;
    bottom: -0.9375rem;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2rem;
  }

  .a22-slider__nav {
    padding-left: 4rem;
  }

  .collapsible__item {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }

  .card__link {
    width: 22rem;
  }

  .card__media {
    height: 15rem;
  }

  .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--a9 .card__link {
    width: 16rem;
  }

  .card--c1 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
  }

  .card--c1 .card__media {
    bottom: 6rem;
    height: auto;
    left: 0;
    position: absolute;
    right: 10rem;
    top: 0;
  }

  .card--c1 .card__media-play {
    left: 0;
    margin: -2rem 0 0 2rem;
    top: 100%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  .card--c1 .card__content {
    max-width: 41rem;
  }

  .card--c1 .card__content {
    margin: 13.5rem 0 0 auto;
  }

  .card--b2 .card__link {
    width: auto;
  }

  .card--c3 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c4 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c5 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c6 .card__content-title {
    margin-bottom: 1rem;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .card--c7 .card__content {
    padding: 1.25rem 1.5rem;
  }

  .card--c7 .card__content-title {
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
  }

  .social-card--youtube .social-card__cover {
    height: 17.5rem;
  }

  .social-card__inner,.social-card__cover {
    height: 17.5rem;
  }

  .tpl__detail .detail-block .wrapper__inner {
    margin-left: 0;
    max-width: 65.44643%;
  }

  .tpl__detail .detail-block .block__intro {
    margin: 2.5rem 0;
  }

  .page__home .page__inner .page__header {
    display: none;
  }
}

@media all and (min-width: 80rem) and (min-height: 50.625rem) {
  .gallery-container {
    height: 32.5rem;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media all and (min-width: 80rem) and (min-height: 46.875rem) {
  .slider-gallery--in-modal .slider-gallery__inner {
    height: 32.5rem;
  }
}

@media (min-width: 320) {
  .plyr__controls > button,.plyr__controls .plyr__progress,.plyr__controls .plyr__time {
    margin-left: 0;
  }

  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768) {
  .plyr__captions {
    font-size: 21px;
  }

  .plyr__time + .plyr__time {
    display: inline-block;
  }

  .plyr .plyr__volume {
    max-width: 100px;
  }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
  .a15--tripadvisor .wrapper {
    margin: 0 1.875rem;
  }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .a15__tripadvisor {
    margin-left: 3.75rem;
  }
}

@media (min-width: 1280) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 28px;
  }
}

@media screen and (min-height: 43.75em) {
  .lightbox--video .lightbox__video {
    height: 28.125rem;
  }
}

@media screen and (min-height: 50em) {
  .lightbox--video .lightbox__video {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 79.9375em) {
  .lightbox--n1.lightbox--visible {
    display: none;
  }

  .block__list--alt .wrapper {
    margin: 0 !important;
    max-width: 100%;
  }

  .a11__grid-item:nth-last-of-type(-n+2) {
    display: none;
  }

  .b2__action + .b2__action {
    display: none;
  }

  .route-actions--sticky .b7__cta {
    display: none;
  }

  .header-top {
    display: none;
  }

  .dropdown--lang .dropdown__label-text {
    color: #fff;
    line-height: 2rem;
  }

  .dropdown--lang .dropdown__label-text::after {
    background-position: right top;
  }

  .dropdown--lang .dropdown__block {
    display: none !important;
  }
}

@media screen and (max-width: 48em) {
  .a04--with-divider {
    position: relative;
  }

  .a04--with-divider::before {
    background-color: #dde1e9;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300%;
  }
}

@media screen and (max-width: 47.9375em) {
  .button--tickets {
    border-radius: 0;
    height: 3.5rem;
    min-width: inherit;
    padding: 0;
    width: 3.5rem;
  }

  .button--tickets .button__text {
    display: block;
    height: 3.5rem;
    margin: 0 auto;
    overflow: hidden;
    padding-right: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 1.5rem;
  }

  .button--tickets {
    height: 2.5rem;
    width: auto;
    border-radius: 1.25rem 0 0 1.25rem;
    padding-left: 0.9375rem;
  }

  .button--tickets .button__text {
    line-height: 2.5rem;
    text-indent: 0;
    height: 2.5rem;
    width: auto;
  }

  .button--tickets .button__text::after {
    right: 0.3125rem;
  }

  .button--tickets .button__text-short {
    padding-right: 2.1875rem;
  }

  .button--tickets .button__text-short-hidden {
    display: none !important;
  }

  .form__action-buttons {
    margin-top: 1rem;
  }

  .skin-bbt .a01__holabcn {
    background-size: auto 4.875rem;
    display: block;
    left: 50%;
    padding-top: 2.4375rem;
    top: 1.25rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 5.625rem;
  }

  .a04__title {
    padding-bottom: 1.5rem;
  }

  .a04__title .title__text--dash {
    padding-left: 0;
  }

  .a04__title .title__text--dash::before {
    bottom: -0.75rem;
    content: '';
    height: 0.0625rem;
    left: 50%;
    position: absolute;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2rem;
  }

  .a08__grid-item {
    text-align: center;
  }

  .a08__grid-item .social-card__text::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .a08 .share__label-text {
    text-indent: 0;
    width: auto;
  }

  .a11__grid-container .wrapper {
    margin: 0;
    max-width: none;
  }

  .a14 .block__intro {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .a15__tripadvisor::before {
    background: rgba(255, 255, 255, 0.7);
    content: '';
    height: 150%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
  }

  .b7 {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 8;
  }

  .b7__cta {
    display: none;
  }

  .d__breadbrumb {
    display: none;
  }

  .block-content-table .block__subtitle {
    text-align: center;
    font-size: 1.125rem;
  }

  .lightbox--gallery .lightbox__title {
    text-align: left;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .lightbox--gallery .lightbox__title .title__text--dash {
    padding-left: 0;
  }

  .lightbox--gallery .lightbox__title .title__text--dash::before {
    margin-top: 1rem;
    top: 100%;
  }

  .lightbox--video .lightbox__title {
    text-align: left;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }

  .lightbox--video .lightbox__title .title__text--dash {
    padding-left: 0;
  }

  .lightbox--video .lightbox__title .title__text--dash::before {
    margin-top: 1rem;
    top: 100%;
  }

  .table {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .th,.td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }

  .js__responsive-table {
    display: none;
  }

  .rtable {
    display: block;
  }

  .share__label-text {
    overflow: hidden;
    text-indent: 100%;
    width: 0;
  }

  .b6__slider {
    margin-left: auto;
    margin-right: auto;
    width: 17rem;
  }

  .map__sidebar {
    display: none;
  }

  .card--b2 .card__content-description {
    display: none;
  }

  .card--c5 .card__link {
    text-align: center;
  }

  .card--c5 .card__content-category {
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }

  .card--c6 .card__content-description {
    display: none;
  }

  .tpl__detail .detail-block .title__text--dash::before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .tpl__detail .detail-block .th,.tpl__detail .detail-block .td {
    padding-left: 0;
    text-align: left;
  }
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.notification__text {
  width: 100%;
}

.notification__text p {
  text-align: left;
}
.dropdown--lang .dropdown__trigger .dropdown__block{
 z-index: 1000 !important;
}
