/* Tour page layout — Baheli Tours ES */

.tour-breadcrumb {
  box-sizing: border-box;
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 60px;
  width: 55%;
}

.tour-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tour-breadcrumb li + li::before {
  color: #aaa;
  content: "/";
  margin-right: 6px;
}

.tour-breadcrumb a {
  color: #08c;
}

.tour-breadcrumb a:hover {
  text-decoration: underline;
}

.tour-breadcrumb [aria-current="page"] {
  color: #555;
}

@media screen and (min-width: 769px) {
  body.tour-page .tour-hero-meta .tour-breadcrumb {
    background: #f6f7f8;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-left: -5.556%;
    margin-right: -5.556%;
    margin-top: 0;
    padding: 14px 5%;
    width: auto;
  }

  body.tour-page .tour-hero-meta #tour-data.tour-data-v2 {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  body.tour-page .tour-voucher {
    background-color: #fafcfa;
    background-position: 4% center;
    background-size: auto 88%;
    border: 1px solid #e0ebe4;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(86, 120, 102, 0.1);
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding: 44px 44px 44px 400px;
  }

  body.tour-page .tour-voucher h3 {
    font-size: 50px;
    line-height: 1.08;
  }

  body.tour-page .tour-voucher p {
    font-size: 15px;
    line-height: 1.75;
  }

  body.tour-page .tour-voucher .separator {
    background: #567866;
    margin: 18px 0 20px;
    width: 52px;
  }
}

body.tour-page #tour-data.tour-data-v2 {
  margin-bottom: 20px;
}

body.tour-page #tour-data.tour-data-v2 ul {
  align-items: stretch;
}

body.tour-page #tour-data.tour-data-v2 li {
  justify-content: center;
  padding: 20px 14px;
}

body.tour-page #tour-data.tour-data-v2 li.availability {
  display: none;
}

.tour-trust-bar {
  align-items: center;
  border-top: 1px solid #e8e8e8;
  color: #373e46;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 6px 8px;
  justify-content: center;
  line-height: 1.4;
  margin: 0;
  padding: 9px 16px 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.tour-trust-bar:hover {
  background: #f5f7f6;
  color: #373e46;
}

.tour-trust-stars {
  color: #f5a623;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.tour-trust-text strong {
  font-weight: 600;
}

.tour-trust-sep {
  color: #bbb;
}

.tour-trust-link {
  color: #08c;
  font-weight: 600;
}

.tour-trust-bar:hover .tour-trust-link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .tour-breadcrumb {
    padding: 0 20px;
    width: auto;
  }

  body.tour-page .tour-hero-meta {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 4px;
  }

  body.tour-page .tour-hero-meta .tour-breadcrumb {
    background: #f6f7f8;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    margin: 0;
    padding: 12px 20px;
    width: auto;
  }

  body.tour-page .tour-hero-meta #tour-data.tour-data-v2 {
    margin: 0;
    padding: 4px 20px 20px;
  }

  body.tour-page .tour-hero-meta #tour-data.tour-data-v2 ul {
    padding: 0;
  }

  body.tour-page .tour-hero-meta #tour-data.tour-data-v2 li {
    padding: 14px 0 !important;
  }

  body.tour-page .tour-hero-meta #tour-data.tour-data-v2 li:first-child {
    padding-top: 12px !important;
  }

  body.tour-page #tour-data.tour-data-v2 li.availability {
    display: grid;
  }

  body.tour-page #tour-data.tour-data-v2 li.availability i {
    align-self: start;
    color: #4376a1;
    font-size: 20px;
    grid-column: 1;
    grid-row: 1;
    line-height: 1;
    margin-top: 1px;
    text-align: center;
    width: 28px;
  }

  body.tour-page .tour-hero-meta .tour-trust-bar {
    align-items: center;
    background: #f8faf9;
    border: 1px solid #e8eeeb;
    border-radius: 6px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 8px;
    justify-content: center;
    margin-top: 10px;
    padding: 12px 14px;
  }

  body.tour-page .tour-hero-meta .tour-trust-stars {
    line-height: 1.2;
  }

  body.tour-page .tour-hero-meta .tour-trust-text {
    line-height: 1.2;
  }

  body.tour-page .tour-hero-meta .tour-trust-sep {
    display: none;
  }

  body.tour-page .tour-hero-meta .tour-trust-link {
    flex: 0 0 100%;
    font-size: 13px;
    text-align: center;
  }

  body.tour-page .tour-hero-meta .anchor-rates {
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    margin: 18px 0 0;
    padding: 13px 0;
    width: 100%;
  }
}

.tour-cta-bar {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 18px auto 8px;
  max-width: 640px;
  width: 100%;
}

.tour-cta-bar--center {
  margin-bottom: 32px;
  margin-top: 28px;
}

.tour-cta {
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.15s ease;
  width: 100%;
}

.tour-cta:hover {
  opacity: 0.9;
}

.tour-cta-wa {
  background: #25d366;
  color: #fff !important;
}

.tour-cta-wa .fa-whatsapp {
  margin-right: 8px;
}

.tour-cta-rates {
  background: #4376a1;
  color: #fff !important;
}

.tour-cta-form {
  background: #fff;
  border: 2px solid #4376a1;
  color: #4376a1 !important;
}

.tour-payment {
  background: #f8faf9;
  border: 1px solid #e8eeeb;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 28px auto 6px;
  max-width: 640px;
  padding: 18px 16px 14px;
  width: 100%;
}

.tour-payment-title {
  color: #373e46;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-align: center;
  text-transform: none;
}

.tour-payment-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.tour-payment-list li {
  display: flex;
  min-width: 0;
}

.tour-payment-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe8e2;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #444;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  gap: 7px;
  justify-content: center;
  line-height: 1.25;
  min-height: 76px;
  padding: 12px 8px;
  text-align: center;
  width: 100%;
}

.tour-payment-chip i {
  flex-shrink: 0;
  font-size: 20px;
}

.tour-payment-chip .fa-building-columns {
  color: #9a9084;
}

.tour-payment-chip .fa-money-bill-wave {
  color: #16a34a;
}

.tour-payment-chip .fa-credit-card {
  color: #d9b84a;
}

.tour-payment-chip .fa-paypal {
  color: #003087;
}

.tour-payment-note {
  border-top: 1px solid #e3ebe6;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
  margin: 14px 0 0;
  padding-top: 12px;
  text-align: center;
}

.tour-payment-note a {
  color: #08c;
}

.tour-payment-note a:hover {
  text-decoration: underline;
}

.tour-extras-note {
  align-items: flex-start;
  background: linear-gradient(180deg, #f8faf9 0%, #f3f6f4 100%);
  border: 1px solid #e4ebe6;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  color: #6b7280;
  display: flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  gap: 10px;
  line-height: 1.55;
  margin: 18px auto 0;
  max-width: 680px;
  padding: 11px 14px;
  text-align: left;
}

.tour-extras-note i {
  color: #08c;
  flex-shrink: 0;
  font-size: 13px;
  line-height: calc(12px * 1.55);
  margin-top: 0;
  text-align: center;
  width: 16px;
}

@media screen and (min-width: 769px) {
  .tour-schedule-list {
    max-width: 480px;
  }
}

@media screen and (min-width: 600px) {
  .tour-payment-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tour-payment-chip {
    font-size: 11px;
    min-height: 68px;
  }
}

.tour-includes {
  background: #f8faf9;
  border: 1px solid #e8eeeb;
  border-radius: 6px;
  margin-top: 24px;
  padding: 20px 24px;
}

.tour-includes h3 {
  color: #373e46;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
}

.tour-includes ul {
  display: grid;
  gap: 8px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.tour-includes li {
  color: #555;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}

.tour-includes li::before {
  color: #567866;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 2px;
}

body.tour-page #tour-desc .text .tour-desc-subtitle {
  margin-bottom: 0.875em;
}

body.tour-page #tour-desc .text > p + .tour-photos-link {
  margin-top: 1.5em;
}

body.tour-page .tour-photos-link + p {
  margin-top: 1.5em;
}

.tour-photos-link {
  align-items: center;
  border: 1px solid #c5d4cb;
  border-radius: 4px;
  color: #567866 !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  padding: 10px 16px;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.tour-photos-link:hover {
  background: #f8faf9;
  border-color: #567866;
}

.tour-photos-link .fa-camera {
  font-size: 14px;
}

.tour-related {
  font-size: 15px;
  margin: 0 auto 50px;
  padding-bottom: 10px;
  width: 100%;
}

.tour-related .responsive-related {
  margin: 0 -4px;
}

.tour-related .slick-slide {
  padding: 0 8px;
}

.tour-related h2 {
  border-bottom: 1px solid #d6d6d6;
  font-size: 27px;
  margin-bottom: 28px;
  padding-bottom: 20px;
}

.tour-related .slick-prev,
.tour-related .slick-next {
  height: 120px !important;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
}

.tour-related .slick-next {
  right: 10px;
}

.tour-related .slick-prev {
  left: 10px;
}

.tour-related .slick-prev:before,
.tour-related .slick-next:before {
  background: #cfcfcf73;
  border-radius: 25px;
  padding: 10px 13px;
}

.tour-related .slick-track {
  align-items: stretch;
  display: flex !important;
}

.tour-related .slick-slide {
  display: flex !important;
  height: auto;
}

.tour-related .slick-slide > div {
  display: flex;
  width: 100%;
}

.tour-related-card {
  background: #fdfdfd;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  margin: 0;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tour-related-card:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.tour-related-card-link {
  color: inherit;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tour-related-card-link:hover {
  color: inherit;
}

.tour-related-img-wrap {
  overflow: hidden;
  position: relative;
}

.tour-related-img-wrap::after {
  background: linear-gradient(180deg, transparent 50%, rgba(0, 4, 33, 0.45) 100%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.tour-related-card img {
  display: block;
  height: 210px;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.tour-related-card:hover img {
  transform: scale(1.04);
}

.tour-related-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 16px 20px;
}

.tour-related-body h3 {
  color: #000421;
  font-family: 'Lato', sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
}

.tour-related-separator {
  background: #337ab7;
  height: 2px;
  margin: 12px 0 14px;
  width: 48px;
}

.tour-related-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.tour-related-meta::after {
  content: "";
  flex: 1 1 auto;
  min-height: 20px;
}

.tour-related-meta li {
  align-items: flex-start;
  color: #555;
  display: flex;
  font-size: 13px;
  gap: 8px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.tour-related-meta li:last-child {
  margin-bottom: 0;
}

.tour-related-meta li img {
  flex-shrink: 0;
  height: 16px;
  margin-top: calc((1.4em - 16px) / 2);
  width: auto;
}

.tour-related-meta li > span {
  flex: 1;
  min-width: 0;
}

.tour-related-meta-stay {
  padding-left: 20px;
}

.tour-related-meta .USD,
.tour-related-meta .USD_B {
  font-size: 12px !important;
  font-weight: 600;
}

.tour-related-meta .iva {
  font-size: 11px !important;
  font-weight: 300;
}

.tour-related-btn {
  align-self: stretch;
  border: 2px solid #000421;
  box-sizing: border-box;
  color: #000421 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: auto;
  padding: 12px 14px;
  text-align: center;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.tour-related-card:hover .tour-related-btn {
  border-color: #337ab7;
  color: #337ab7 !important;
}

@media screen and (min-width: 1281px) {
  .tour-related .slick-slide {
    padding: 0 6px;
  }

  .tour-related-card img {
    height: 170px;
  }

  .tour-related-body {
    padding: 14px 12px 16px;
  }

  .tour-related-body h3 {
    font-size: 16px;
  }

  .tour-related-meta li {
    font-size: 11px;
  }

  .tour-related-btn {
    font-size: 10px;
    padding: 10px 10px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1280px) {
  .tour-related-card img {
    height: 185px;
  }

  .tour-related-body {
    padding: 16px 14px 18px;
  }

  .tour-related-body h3 {
    font-size: 17px;
  }

  .tour-related-meta li {
    font-size: 12px;
  }

  .tour-related-btn {
    font-size: 11px;
    padding: 11px 12px;
  }
}

body.tour-page #medios-de-pago {
  scroll-margin-top: 76px;
}

body.tour-page #tarifas {
  scroll-margin-top: 76px;
}

body.tour-page .tour-faq-back-rates {
  border-top: 1px solid #ececec;
  margin: 1.25em 0 0;
  padding-top: 1em;
  text-align: center;
}

body.tour-page .tour-faq-back-rates a {
  align-items: center;
  color: #08c !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
}

body.tour-page .tour-faq-back-rates a:hover {
  text-decoration: underline;
}

body.tour-page .tour-faq-back-rates .fa-arrow-up {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  body.tour-page #medios-de-pago {
    scroll-margin-top: 64px;
  }

  body.tour-page #tarifas {
    scroll-margin-top: 64px;
  }
}

body.tour-page .tour-faq-more {
  margin: 24px 0 0;
  text-align: center;
}

body.tour-page .tour-faq-more-link {
  align-items: center;
  color: #000421 !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}

body.tour-page .tour-faq-more-link:hover {
  color: #337ab7 !important;
  text-decoration: none;
}

body.tour-page .tour-faq-more-link:hover span {
  text-decoration: underline;
}

body.tour-page .tour-faq-more-link .fa-circle-info {
  color: #000421;
  font-size: 22px;
}

body.tour-page .tour-faq-more-link:hover .fa-circle-info {
  color: #337ab7;
}

@media screen and (max-width: 768px) {
  .tour-includes ul {
    grid-template-columns: 1fr;
  }

  .tour-payment {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 14px 12px;
    width: 100%;
  }

  .tour-payment-chip {
    font-size: 11px;
    min-height: 72px;
    padding: 10px 6px;
  }

  .tour-payment-chip i {
    font-size: 18px;
  }

  .tour-related {
    width: 90%;
  }

  .tour-related-meta::after {
    min-height: 24px;
  }

  .tour-related .slick-prev:before,
  .tour-related .slick-next:before {
    border-radius: 25px;
    padding: 8px 13px;
  }

}
