/****************************************
MEDIA QUERIES
****************************************/
#header-django {
  position: absolute;
  background-color: transparent; }

#cms-content {
  overflow-x: hidden; }

.activity-hero {
  position: relative;
  height: 800px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    .activity-hero {
      height: 450px; } }
  .activity-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.55));
    pointer-events: none;
    z-index: 0; }
  .activity-hero__overlay {
    bottom: 2rem;
    max-width: 1400px;
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    z-index: 1; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      .activity-hero__overlay {
        padding: 0 2rem;
        bottom: 6rem; } }
  .activity-hero__title {
    color: white;
    font-weight: 800; }
  .activity-hero__subtitle {
    color: white;
    font-weight: 300; }
  .activity-hero--video {
    flex-direction: column;
    align-items: center; }
    @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
      .activity-hero--video {
        height: calc(100dvh - 85.8px); } }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .activity-hero--video {
        height: 50dvh;
        margin-bottom: 1rem; } }
    .activity-hero--video iframe {
      width: 100%;
      aspect-ratio: 16/9;
      pointer-events: none; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
        .activity-hero--video iframe {
          transform: scale(3); } }
      @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
        .activity-hero--video iframe {
          transform: scale(1.2); } }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      .activity-hero--video .activity-hero__overlay {
        background-color: rgba(255, 255, 255, 0.685);
        position: absolute;
        bottom: 0;
        padding: .3rem; } }
.btn-back-fixed {
  position: fixed;
  top: 7rem;
  left: 1.5rem;
  z-index: 50;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .btn-back-fixed:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #333;
    text-decoration: none; }
  .btn-back-fixed i {
    font-size: 0.85rem; }

.container-act {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  width: 100%; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    .container-act {
      border-radius: 40px 40px 0 0;
      margin-top: -80px;
      position: relative;
      background: white;
      padding: 2rem; } }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    .container-act .activity-detail {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .container-act .btn-link {
    color: black;
    text-decoration: underline;
    font-size: 16px; }
    .container-act .btn-link:hover {
      color: #FF9A70; }
  .container-act .activity-description {
    margin-bottom: 2rem; }
  .container-act .activity-info {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .container-act .activity-info {
        gap: 0.5rem; } }
    .container-act .activity-info__item {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 0.25rem;
      background-color: #DC856119;
      border-radius: 12px;
      padding: 1rem 2rem;
      min-width: 160px; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
        .container-act .activity-info__item {
          flex: 1;
          min-width: 0;
          padding: 0.75rem 1rem; } }
    .container-act .activity-info__icon {
      font-size: 1rem;
      color: #DC8561;
      margin-bottom: 0.25rem; }
    .container-act .activity-info__label {
      font-size: 0.65rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #999;
      display: flex;
      align-items: center;
      gap: 0.4rem; }
    .container-act .activity-info__value {
      font-size: 1.1rem;
      font-weight: 700;
      color: #333; }
  .container-act .itinerary {
    background-color: #DC856119;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem; }
    @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
      .container-act .itinerary {
        margin-left: 0;
        margin-right: 0;
        border-radius: 12px;
        padding: 1.5rem; } }
    .container-act .itinerary__title {
      font-weight: 800;
      margin-bottom: 2rem; }
    .container-act .itinerary__list {
      display: flex;
      flex-direction: column; }
    .container-act .itinerary__step {
      display: flex;
      align-items: flex-start;
      gap: 1.25rem;
      position: relative;
      padding-bottom: 1.5rem; }
      .container-act .itinerary__step:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 1.1rem;
        top: 2.2rem;
        width: 2px;
        bottom: 0;
        background-color: #ddd; }
    .container-act .itinerary__number {
      flex-shrink: 0;
      width: 2.2rem;
      height: 2.2rem;
      background-color: #1a1a1a;
      color: white;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.95rem; }
    .container-act .itinerary__content {
      padding-top: 0.2rem; }
      .container-act .itinerary__content p {
        margin: 0;
        color: #444;
        font-size: 0.95rem;
        font-weight: 300;
        line-height: 1.6; }
  .container-act .activity-details {
    padding-bottom: 3rem; }
    .container-act .activity-details__section--included .activity-details__content ul li::before {
      background-image: url("/static/img/beenhere.svg"); }
    .container-act .activity-details__section--optional {
      margin-top: 2.5rem; }
      .container-act .activity-details__section--optional .activity-details__content ul li::before {
        background-image: url("/static/img/bookmark.svg"); }
    .container-act .activity-details__title {
      font-size: 1.2rem;
      font-weight: 800;
      margin-bottom: 0;
      padding-bottom: 1rem;
      color: #000; }
    .container-act .activity-details__content ul {
      list-style: none;
      padding-left: 0; }
      .container-act .activity-details__content ul li {
        margin-bottom: 0.5rem;
        padding-left: 28px;
        position: relative; }
        .container-act .activity-details__content ul li::before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 3px;
          width: 20px;
          height: 20px;
          background-size: contain;
          background-repeat: no-repeat; }
        .container-act .activity-details__content ul li::marker {
          content: ''; }
  .container-act .activity-gallery {
    margin-bottom: 2rem; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      .container-act .activity-gallery ~ .itinerary {
        margin-top: -2rem; } }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .container-act .activity-gallery {
        margin-left: -2rem;
        margin-right: -2rem; } }
    .container-act .activity-gallery__title {
      font-weight: 800;
      margin-bottom: 1.25rem; }
    .container-act .activity-gallery__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3px; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
        .container-act .activity-gallery__grid {
          grid-template-columns: 1fr;
          gap: 0; } }
    .container-act .activity-gallery__item {
      position: relative;
      overflow: hidden;
      aspect-ratio: 4 / 3; }
      .container-act .activity-gallery__item--video {
        aspect-ratio: 16 / 9;
        grid-column: span 2; }
        @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
          .container-act .activity-gallery__item--video {
            grid-column: span 1; } }
    .container-act .activity-gallery__link {
      display: block;
      height: 100%; }
    .container-act .activity-gallery__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
      .container-act .activity-gallery__image:hover {
        transform: scale(1.04); }
    .container-act .activity-gallery__play {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 3.5rem;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.2); }
  .container-act .activity-map {
    margin-bottom: 2rem; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .container-act .activity-map {
        margin-left: -2rem;
        margin-right: -2rem; } }
    .container-act .activity-map__title {
      font-weight: 800;
      margin-bottom: 1.25rem; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
        .container-act .activity-map__title {
          padding-left: 2rem; } }
    .container-act .activity-map__wrapper {
      position: relative; }
    .container-act .activity-map__frame {
      width: 100%;
      height: 450px;
      display: block; }
      @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
        .container-act .activity-map__frame {
          height: 350px; } }
    .container-act .activity-map__link {
      position: absolute;
      top: 1rem;
      right: 2rem;
      background: white;
      padding: 0.4rem 0.75rem;
      border-radius: 8px;
      font-weight: 600;
      font-size: 0.85rem;
      color: #DC8561;
      text-decoration: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
      .container-act .activity-map__link i {
        margin-right: 0.3rem; }
      .container-act .activity-map__link:hover {
        text-decoration: none;
        color: #DC8561;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
  .container-act .activity-faq {
    margin-bottom: 2rem; }
    .container-act .activity-faq__title {
      font-weight: 800;
      margin-bottom: 1.25rem; }
    .container-act .activity-faq__list {
      display: flex;
      flex-direction: column;
      gap: 0.5rem; }
    .container-act .activity-faq__item {
      border-radius: 10px;
      background-color: #DC856119;
      overflow: hidden; }
      .container-act .activity-faq__item[open] .activity-faq__icon {
        transform: rotate(180deg); }
    .container-act .activity-faq__question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.25rem;
      font-weight: 700;
      font-size: 0.95rem;
      cursor: pointer;
      list-style: none;
      color: #1a1a1a; }
      .container-act .activity-faq__question::-webkit-details-marker {
        display: none; }
      .container-act .activity-faq__question:hover {
        background-color: #DC856130; }
    .container-act .activity-faq__icon {
      flex-shrink: 0;
      color: #DC8561;
      transition: transform 0.25s ease;
      font-size: 0.8rem;
      margin-left: 1rem; }
    .container-act .activity-faq__answer {
      padding: 0 1.25rem 1.25rem 1.25rem;
      font-weight: 300;
      font-size: 0.95rem;
      line-height: 1.6;
      color: #444; }
      .container-act .activity-faq__answer strong,
      .container-act .activity-faq__answer b {
        font-weight: 700; }
      .container-act .activity-faq__answer p {
        margin-bottom: 0.5rem; }
        .container-act .activity-faq__answer p:last-child {
          margin-bottom: 0; }
  .container-act .activity-conditions {
    margin-bottom: 2rem; }
    .container-act .activity-conditions__block:not(:first-child) {
      margin-top: 2rem; }
    .container-act .activity-conditions__title {
      font-weight: 800;
      margin-bottom: 1.25rem; }
    .container-act .activity-conditions__content {
      font-weight: 300;
      line-height: 1.6;
      font-size: 0.95rem;
      color: #444; }
      .container-act .activity-conditions__content strong, .container-act .activity-conditions__content b {
        font-weight: 700; }
      .container-act .activity-conditions__content p {
        margin-bottom: 0.5rem; }
        .container-act .activity-conditions__content p:last-child {
          margin-bottom: 0; }

.collapsible-content {
  max-height: 6.5rem;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  transition: max-height 0.4s ease; }
  .collapsible-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4rem;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    transition: opacity 0.2s ease; }
  .collapsible-content.expanded {
    max-height: none;
    overflow: visible; }
    .collapsible-content.expanded::after {
      opacity: 0;
      pointer-events: none; }

@media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
  #nav-elems-booking-integrated {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: auto;
    z-index: 51;
    background: transparent; } }

@media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
  #mobile-buttons-booking {
    padding: 0.75rem 1.5rem;
    background: transparent; } }

@media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
  #mobile-buttons-booking #btn-booking-mobile {
    font-size: 0.85rem;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    height: auto;
    font-weight: 700;
    letter-spacing: 0.08em;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); } }

.text-button-booking {
  font-size: 0.75rem; }

@media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
  footer {
    margin-bottom: 4.5rem; } }

.detail-block {
  background-color: #DC8561; }

.detail-block h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase; }

.detail-block p {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.5px; }

.detail-block p span {
  margin-left: 0px; }

#book-activity,
#book-package {
  padding: 0 18px;
  height: 40px;
  width: fit-content;
  width: -moz-fit-content; }

#book-activity a,
#book-package a {
  color: #DC8561;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #fff;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out; }

#book-activity a:hover,
#book-package a:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none; }

.section-activity-navbar {
  padding-top: 10px;
  margin-top: -10px; }

header.header-fixed.header-agencies + #cms-content .section-activity-navbar {
  padding-top: 140px;
  margin-top: -140px; }

.detail-content-block h4 {
  font-family: "Cabin", sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 1em;
  font-stretch: 100%; }

.detail-content-block p {
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  color: #2d3e50;
  line-height: 22px;
  font-weight: 400;
  font-stretch: 100%; }

.activity-extra-info {
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  font-stretch: 100%;
  font-weight: 400; }

.activity-extra-info h4 {
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  font-stretch: 100%;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 25px;
  text-size-adjust: 100%;
  text-transform: uppercase;
  margin-bottom: 25px;
  background-color: #F6956C;
  padding: .5rem; }

.activity-extra-info ul {
  padding: 0;
  padding-right: .8rem;
  list-style-position: inside; }

@media (max-width: 1199px) {
  .activity-extra-info h4 {
    font-size: .8rem; } }

.location-box {
  text-align: center;
  position: absolute;
  top: .5rem;
  right: .5rem; }

.location-text {
  background-color: #DC8561;
  width: 100%;
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif;
  padding: .5rem;
  color: #FFFFFF; }
  .location-text a:active,
  .location-text a:hover {
    color: #FFFFFF; }

.subtitle-sizing {
  font-size: .8rem; }

p.activity-categories {
  font-family: 'Open Sans', sans-serif;
  font-size: .7rem;
  line-height: 2rem;
  margin-bottom: 0; }

.activity-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F6956C; }

.activity-subtitle {
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  color: #DC8561; }

/* Sections title */
.section-title > h2,
h4.title-section {
  overflow: hidden;
  border-bottom: 1px solid #101010; }

#section-boat-equipment h4:not(.title-section),
#collapse-technical-data h4:not(.title-section) {
  font-weight: bold;
  color: #F6956C;
  padding-top: .5rem; }

.section-title > h2,
.section-title-features > h2,
#section-boats-technical-data > h2,
#section-boat-equipment > h2 {
  position: relative;
  display: inline-block;
  font-size: calc(1.2rem - .2rem);
  color: #F6956C;
  font-weight: bold;
  padding-bottom: .5rem; }

.activity-categories .border-tag {
  border-color: #343a40; }

#navbar {
  background-color: unset;
  border-top: 1px solid #343a40; }
  #navbar a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8rem;
    color: #343a40;
    text-decoration: none; }
    #navbar a::after {
      transition: ease-in-out .2s;
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #343a40; }
    #navbar a:hover::after {
      width: 100%; }
  #navbar div a:not(:last-child) {
    border-right: 1px solid #DC8561; }

.activity-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F6956C;
  margin-bottom: 2.5rem; }

.location-image .activity-layout {
  height: auto; }

.activity-layout {
  height: 440px;
  width: 100%; }

#map {
  height: 440px;
  width: 100%; }

/***************************************************************************************************
EXTRAS
***************************************************************************************************/
#extras_collapse h4 {
  font-weight: bold;
  color: #444444;
  font-size: 1rem;
  margin-bottom: 0.25rem; }

.extras-list {
  columns: auto 3;
  font-size: .7rem;
  color: #101010; }
  .extras-list a {
    box-shadow: none; }
    .extras-list a:focus {
      outline: none;
      box-shadow: none; }
  @media (max-width: 767px) {
    .extras-list {
      columns: auto 2; } }
  @media (max-width: 576px) {
    .extras-list {
      columns: auto 1; } }
#collapse-extras .extra-description {
  margin-bottom: 0.25rem; }
  #collapse-extras .extra-description p {
    margin-bottom: 0;
    font-size: .6rem; }

.background-cover {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%; }

.extras-title-section {
  background-color: #DC856173;
  color: #000; }

.extras-boat-template {
  padding: .3rem 1rem;
  color: #FFFFFF; }
  .extras-boat-template h3,
  .extras-boat-template h4,
  .extras-boat-template p,
  .extras-boat-template span {
    color: #FFFFFF;
    margin: 0;
    padding: 0; }
  .extras-boat-template h3 {
    font-size: 1rem;
    font-weight: bold; }
  .extras-boat-template h4,
  .extras-boat-template p {
    font-size: .6rem;
    font-weight: normal; }

.extras-boat-template-others {
  background-color: #DC8561; }

/* Requirements */
#requirements_container .activity-required {
  padding: 20px;
  background-color: #ECECEC;
  border: 2px solid #F6956C;
  color: #101010;
  border-radius: 5px; }
  #requirements_container .activity-required h4 {
    font-weight: bold;
    color: #F6956C; }

#requirements_container .activity-collection-points {
  padding: 20px;
  border: 2px solid #F6956C;
  color: #101010;
  border-radius: 5px;
  overflow: hidden; }
  #requirements_container .activity-collection-points h4 {
    font-weight: bold;
    color: #F6956C; }

/* Conditions */
#conditions-container .collapse-partial:not(.show),
#payment-conditions-container .collapse-partial:not(.show) {
  display: block;
  height: 10rem;
  overflow: hidden; }

#conditions-container .title-section h2,
#payment-conditions-container .title-section h2 {
  font-size: calc(1.2rem - .2rem);
  color: #F6956C;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px; }

/* Booking integrated in activity */
#cms-content .btn-ask-info {
  color: white;
  background: #F8CA00;
  font-size: .8rem;
  padding: .375rem 1.2rem; }
  #cms-content .btn-ask-info:hover {
    color: #F8CA00;
    background: #F8CA001A; }

#btn-request-quotation,
#btn-footer-request-quotation,
#btn-footer-request-quotation .btn,
#btn-contact-mobile {
  color: white;
  background: #FF9D00; }

#btn-booking,
#btn-footer-booking-mobile,
#btn-booking-mobile {
  color: white;
  background: #3C8865; }

#btn-request-quotation:not(:disabled):hover,
#btn-footer-request-quotation:not(:disabled):hover,
#btn-contact-mobile:not(:disabled):hover {
  color: #FF9D00;
  background: #FF9D001A; }

#btn-booking:not(:disabled):hover,
#btn-footer-booking-mobile:not(:disabled):hover,
#btn-booking-mobile:not(:disabled):hover {
  background: #3C8865;
  filter: brightness(0.9); }

#integrated-booking-process .btn-dropdown {
  box-shadow: none;
  font-size: calc(.8rem - 4px);
  text-transform: uppercase; }

.mode-info-info {
  size: .5rem; }
  .mode-info-info h1, .mode-info-info h2, .mode-info-info h3, .mode-info-info h4, .mode-info-info h5 {
    font-size: .7rem; }
  .mode-info-info h6, .mode-info-info p, .mode-info-info span, .mode-info-info i, .mode-info-info a, .mode-info-info ul, .mode-info-info li {
    font-size: .5rem; }

.btn-dropdown:hover {
  color: #FFFFFF; }

.btn-click:not([disabled]):hover {
  color: #DC8561;
  background-color: #DC85611A; }

.collapse-dropdown {
  background-color: #DC856140; }
  .collapse-dropdown-item {
    font-size: .7rem; }
    .collapse-dropdown-item:not(:first-child) {
      border-top: 1px solid #DC8561; }
    .collapse-dropdown-item.with-hover {
      cursor: pointer; }
      .collapse-dropdown-item.with-hover:hover {
        background-color: #DC8561;
        color: #FFFFFF; }
        .collapse-dropdown-item.with-hover:hover a {
          color: #FFFFFF; }
        .collapse-dropdown-item.with-hover:hover .quota-schedule,
        .collapse-dropdown-item.with-hover:hover .resource-quota {
          color: #FFFFFF; }
    .collapse-dropdown-item.selected-element {
      background-color: #DC856199;
      color: #FFFFFF; }
      .collapse-dropdown-item.selected-element a {
        color: #FFFFFF; }
      .collapse-dropdown-item.selected-element .quota-schedule,
      .collapse-dropdown-item.selected-element .resource-quota {
        color: #FFFFFF; }
  .collapse-dropdown .text-element p {
    font-size: .5rem;
    margin-bottom: 0; }
    .collapse-dropdown .text-element p:first-child {
      margin-top: 0.2rem; }

a.mode_description {
  transition: none; }

.msg-error {
  font-size: .8rem;
  color: #B22222; }

.msg-info {
  font-size: .5rem;
  border-bottom: 1px solid #DC8561; }

.quota-schedule,
.years-person,
.extra-info,
.resource-quota,
.extra-info p {
  font-size: .5rem;
  color: #DC8561; }

.collapse-info:hover {
  text-decoration: none;
  color: #DC8561; }

/* Flatpickr */
.flatpickr-calendar {
  box-sizing: unset;
  box-shadow: none;
  font-size: .6rem; }

.flatpickr-current-month {
  font-size: .7rem;
  padding: 0; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 2px 10px; }

.flatpickr-rContainer {
  max-width: 100%; }

.flatpickr-days {
  max-width: 100%; }

.flatpickr-calendar .dayContainer {
  min-width: 100%; }

.dayContainer .flatpickr-day {
  font-weight: bold;
  margin: 2px;
  width: calc(14.2857143% - 4px);
  min-width: calc(14.2857143% - 4px);
  max-width: calc(14.2857143% - 4px); }
  .dayContainer .flatpickr-day.flatpickr-disabled, .dayContainer .flatpickr-day.flatpickr-disabled:hover {
    background: transparent;
    color: rgba(57, 57, 57, 0.3); }

#legend-flatpickr {
  font-weight: bold;
  color: #000; }
  #legend-flatpickr .dot {
    height: 10px;
    width: 10px;
    pointer-events: none; }

#schedule-container,
#transfer-container {
  position: relative;
  color: white; }
  #schedule-container:after,
  #transfer-container:after {
    content: '\f078';
    font: normal normal normal 12px/13px FontAwesome;
    color: #FFFFFF;
    right: 15px;
    top: 10px;
    position: absolute;
    pointer-events: none; }
  #schedule-container .fa-clock,
  #transfer-container .fa-clock {
    position: absolute;
    padding: 12px 15px;
    margin: 0;
    font-size: calc(.8rem - 3px); }

#schedule-container .schedule-template,
#transfer-container .transfer-template {
  width: 100%;
  box-shadow: none;
  font-size: calc(.8rem - 4px);
  text-transform: uppercase;
  color: white;
  padding: 0.375rem 0.75rem 0.375rem 36px;
  appearance: none;
  border-color: #DC8561; }
  #schedule-container .schedule-template:focus,
  #transfer-container .transfer-template:focus {
    outline: unset; }
  #schedule-container .schedule-template option,
  #transfer-container .transfer-template option {
    background-color: #FF9A70;
    color: #FFFFFF; }

.custom-checkbox-button {
  pointer-events: none;
  width: 23px;
  position: relative;
  margin-bottom: 0;
  margin-right: .5rem;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  user-select: none; }
  .custom-checkbox-button input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox-button .checkmark {
    height: 23px;
    width: 23px;
    border: 1px solid #fff;
    background-color: #eee; }
    .custom-checkbox-button .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 9px;
      top: 4px;
      width: 7px;
      height: 12px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
  .custom-checkbox-button:hover input ~ .checkmark {
    background-color: #ccc; }
  .custom-checkbox-button input:checked ~ .checkmark {
    background-color: #DC8561; }
    .custom-checkbox-button input:checked ~ .checkmark:after {
      display: block; }

.btn-persons,
.btn-extras {
  color: #DC8561;
  border: 2px solid #DC8561;
  height: calc(.5rem + .3rem);
  width: calc(.5rem + .3rem);
  font-size: .5rem;
  cursor: pointer; }
  .btn-persons.disabled,
  .btn-extras.disabled {
    color: #DC856173;
    border: 2px solid #DC856173;
    cursor: default; }

.selector-num {
  width: 1.5rem; }

input#promocode {
  border: 1px solid #DC8561;
  border-radius: .25rem; }

.section-total div:first-child span:first-child {
  line-height: .6rem; }

.section-total div:first-child span:last-child {
  font-size: 1.3rem;
  line-height: 1.3rem; }

.text-taxes {
  font-size: .8rem; }

.section-info-advance {
  font-size: .7rem; }

/* Sticky booking process */
header.header-fixed ~ #cms-content #carousel-activity-detail,
header.header-fixed.header-agencies ~ #cms-content #carousel-activity-detail {
  margin-top: 14px; }

.cms-toolbar-expanded header.header-fixed ~ #cms-content #carousel-activity-detail,
.cms-toolbar-expanded header.header-fixed.header-agencies ~ #cms-content #carousel-activity-detail {
  margin-top: 0 !important; }

@media screen and (min-height: 768px) {
  header.header-fixed ~ #cms-content #container-integrated-booking {
    position: sticky !important;
    top: 90px !important; }
  header.header-fixed.header-agencies ~ #cms-content #container-integrated-booking {
    height: calc(100vh - 200px); } }

@media screen and (max-height: 768px) {
  #container-integrated-booking::-webkit-scrollbar {
    width: 12px;
    height: 12px; }
  #container-integrated-booking::-webkit-scrollbar-track {
    background: transparent; }
  #container-integrated-booking::-webkit-scrollbar-thumb {
    background: #DC856150; }
  header:not(.header-fixed) #container-integrated-booking {
    scrollbar-width: thin;
    scrollbar-color: #DC856150 transparent;
    padding-right: 10px;
    height: 100dvh;
    overflow-y: auto; } }

@media only screen and (max-width: 991px) {
  #container-integrated-booking,
  header.header-fixed ~ #cms-content #container-integrated-booking,
  header.header-fixed.header-agencies ~ #cms-content #container-integrated-booking {
    height: unset; }
  #height-sticky-booking {
    position: fixed;
    top: 0;
    padding-top: 50px;
    width: 100%;
    bottom: 0;
    padding-bottom: 125px;
    overflow: scroll; }
    #height-sticky-booking.no-pointer-events {
      display: none; }
  .no-pointer-events {
    pointer-events: none; } }

#nav-booking-integrated .nav-link {
  color: #F6956C;
  font-size: calc(1.2rem - .4rem);
  padding: 0.4rem; }
  #nav-booking-integrated .nav-link.active {
    color: #DC8561; }

#navbar-booking-mobile,
#navbar-contact-mobile {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

#footer-booking-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  font-size: 1.2rem; }

.navbar-booking-arrow {
  height: 50px;
  width: 50px; }

#booking-section-highlights {
  max-height: 500px;
  transition: max-height 1s ease-in;
  overflow: hidden; }

.sticky-booking #booking-section-highlights {
  max-height: 0;
  transition: max-height 1s ease-out; }

.footer-booking #booking-section-highlights {
  display: none; }

.alert-showed {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  z-index: 5; }

/* CONTACT INTEGRATED */
.contact_activity [for="id_phone"] {
  display: block;
  position: absolute;
  font-size: 12px;
  top: 0;
  color: #999;
  left: 34px; }

.contact_activity input:not([type=submit]) {
  height: 2.5rem;
  padding-top: 15px;
  padding-left: 20px;
  color: #888;
  background-color: #f8f8f8; }
  .contact_activity input:not([type=submit]) ~ label {
    position: absolute;
    display: block;
    color: #888;
    font-size: .8rem;
    left: 21px;
    top: 13px;
    transition: .5s ease-in-out; }
  .contact_activity input:not([type=submit]):focus ~ label, .contact_activity input[value]:not([type=submit]):not([value=""]) ~ label {
    display: block;
    position: absolute;
    font-size: .5rem;
    top: 9px;
    color: #888;
    left: 21px;
    z-index: 3; }

.contact_activity textarea {
  border: none;
  outline: none;
  min-height: 100px;
  height: 200px;
  max-height: 375px;
  background-color: #f8f8f8; }
  .contact_activity textarea ~ label {
    left: 20px;
    position: absolute;
    display: block;
    color: #888;
    font-size: .8rem;
    top: 13px;
    transition: .5s ease-in-out; }
  .contact_activity textarea:focus {
    box-shadow: none;
    background-color: #f8f8f8; }
    .contact_activity textarea:focus ~ label {
      font-size: .5rem;
      top: 9px;
      z-index: 3; }

.contact_activity .django-flatpickr ~ label {
  display: block;
  position: absolute;
  font-size: .5rem;
  top: 9px;
  color: #888;
  left: 21px;
  z-index: 3; }

.contact_activity #id_lang {
  width: 100%;
  font-size: 16px;
  height: 65px;
  padding: 0 0 0 20px;
  padding-top: 15px;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: .25rem;
  background-color: #f8f8f8; }

.contact_activity label[for=id_lang] {
  display: block;
  position: absolute;
  color: #888;
  left: 20px;
  font-size: 12px;
  top: 9px;
  z-index: 3;
  background-color: #f8f8f8; }

.contact_activity .outer {
  padding-top: 22px;
  padding-left: 9px;
  padding-right: 0;
  min-height: 100px;
  max-height: 400px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  background-color: #f8f8f8; }
  .contact_activity .outer:focus-within {
    background-color: #f8f8f8;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none; }

.contact_activity .btn-dropdown {
  box-shadow: none !important;
  font-size: .8rem;
  text-transform: uppercase; }

#contact_activity .checkbox input[type=checkbox] {
  min-height: 14px;
  min-width: 14px;
  height: 14px;
  width: 14px; }

.text-accept-terms {
  font-size: 14px;
  line-height: 26px;
  color: #222;
  flex-basis: 0;
  flex-grow: 1; }

.link-checkbox {
  font-weight: bold;
  color: #DC8561; }

.text-label {
  font-size: .9rem;
  padding-left: 14px; }
  .text-label a {
    color: #BBBBBB; }

#btn-footer-request-quotation {
  position: fixed;
  bottom: 68px;
  right: 0;
  height: 60px;
  font-size: 1.2rem; }
  @media (max-width: 992px) {
    #btn-footer-request-quotation {
      bottom: 62px; } }
.button_subtext {
  font-size: calc(.8rem - 6px);
  text-transform: none; }

.col-5 .price-unity,
.col-5 .person-currency {
  display: none; }

.btn.focus,
.btn:focus {
  outline: unset;
  box-shadow: unset; }

.disabled,
.disabled:hover {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5; }

/* Carousel activity */
#carousel-activity-detail .control-indicator,
#carousel-gallery-boat-detail .control-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1; }
  #carousel-activity-detail .control-indicator .carousel-control-indicator-prev-icon,
  #carousel-activity-detail .control-indicator .carousel-control-indicator-next-icon,
  #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-prev-icon,
  #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-next-icon {
    background-color: #fff;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    display: inline-flex;
    opacity: .8; }
    #carousel-activity-detail .control-indicator .carousel-control-indicator-prev-icon:hover,
    #carousel-activity-detail .control-indicator .carousel-control-indicator-next-icon:hover,
    #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-prev-icon:hover,
    #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-next-icon:hover {
      text-decoration: none; }
  #carousel-activity-detail .control-indicator .carousel-control-indicator-prev-icon,
  #carousel-gallery-boat-detail .control-indicator .carousel-control-indicator-prev-icon {
    margin-right: 30px; }

#carousel-activity-detail .magnifying-glass-icon,
#carousel-gallery-boat-detail .magnifying-glass-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 1; }

/* Boat and Skipper */
.boat_skipper .section-title {
  border-bottom: none; }
  .boat_skipper .section-title h2 {
    margin-bottom: 1rem; }

.boat_skipper .skipper img {
  height: 125px;
  width: 125px;
  border-radius: 50%; }

.boat_skipper .card.boat_card:hover {
  box-shadow: none; }

#activity-boat-svg {
  padding: 0 1rem; }
  #activity-boat-svg svg {
    margin: 0; }
    #activity-boat-svg svg path {
      fill: #F6956C; }

.boat-modal-btn button {
  font-size: .8rem;
  text-align: center;
  width: 100%;
  background-color: #DC8561;
  color: #FFFFFF;
  border: none;
  padding: 5px;
  cursor: pointer; }
  .boat-modal-btn button:focus {
    outline: none; }

/* Modal */
.modal-header {
  padding: .5rem 1rem;
  border: none; }

.modal-body {
  padding-top: 0;
  padding-left: 3rem;
  padding-right: 3rem; }

.modal-footer {
  display: flex;
  justify-content: center;
  border: none; }
  .modal-footer button {
    border-radius: 5px;
    font-size: .8rem;
    text-align: center;
    background-color: #DC8561;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    padding: .5rem .7rem;
    cursor: pointer; }

@media (min-width: 576px) {
  #boat-modal {
    padding-right: 0 !important; }
  .modal-dialog.modal-xl {
    max-width: none;
    margin: 1.75rem 10px; } }

@media (min-width: 992px) {
  #boat-modal {
    padding-right: 0; }
  .modal-dialog.modal-xl {
    max-width: 800px;
    margin: 1.75rem auto; } }

@media (min-width: 1200px) {
  .modal-dialog.modal-xl {
    max-width: 1140px; } }

.modal-fullwidth {
  max-width: 95%; }
  .modal-fullwidth .modal-body {
    padding: 0; }

#gallery-boat img {
  aspect-ratio: 16/9; }

/* Features table */
.features-table .col-6:nth-child(odd) {
  justify-content: flex-end; }

.features-table .col-6:nth-child(even) {
  justify-content: flex-start; }

.features-table .col-6:first-child .col-feature {
  border-top: 0;
  border-left: 0;
  padding: .3rem; }

.features-table .col-6:nth-child(2) .col-feature {
  border-top: 0;
  border-right: 0;
  padding: .3rem; }

.features-table .col-6:nth-child(3) .col-feature {
  border-bottom: 0;
  border-left: 0;
  padding: .3rem; }

.features-table .col-6:last-child .col-feature {
  border-right: 0;
  border-bottom: 0;
  padding: .3rem; }

.col-feature:not(.boat-card-info) {
  border: 1px solid #F6956C;
  height: 5.25rem;
  width: 5.25rem;
  text-align: center; }

.col-feature svg {
  margin-top: auto;
  width: 2.5rem;
  height: 2.5rem; }
  .col-feature svg path, .col-feature svg circle, .col-feature svg rect {
    fill: #DC8561; }

.feature-value {
  font-weight: bold;
  color: #444;
  margin-top: auto; }

.boat-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F6956C;
  margin-bottom: 2.5rem; }

.activity-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F6956C;
  margin-bottom: 2.5rem; }

/* Activity booking process alone */
#booking_alone #loader {
  position: fixed;
  bottom: 0;
  height: 100% !important;
  background: #fff;
  left: 0;
  z-index: 49; }

#booking_alone #mobile-buttons-booking {
  display: none !important; }

#booking_alone #container-integrated-booking {
  height: unset !important; }

@media (max-width: 992px) {
  #booking_alone .second-col-mobile {
    margin-top: 50px; } }

.list-container .boats-container-list .col-feature {
  border: unset;
  height: auto; }

.boats-container-list .btn-item-calendar,
.btn-close-calendar {
  display: none; }

.budget-breakdown-modal-link {
  text-decoration: underline !important;
  cursor: pointer; }

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  color: #FFFFFF;
  font-size: 5rem; }

/* Collapse icon transition */
.fa-minus {
  transform: rotate(0deg);
  transition: .3s all ease-out; }

.fa-plus {
  transform: rotate(-90deg);
  transition: .3s all ease-out; }

.btn-collapse-section {
  color: #444444;
  border-radius: 50%;
  border: 2px solid #444444;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  box-shadow: unset; }
