/****************************************
  MEDIA QUERIES
****************************************/
/***************************************************************************************************
GENERAL
! CUSTOM
***************************************************************************************************/
#cms-content {
  background-color: #fff !important; }

/***************************************************************************************************
HEADER
! CUSTOM
***************************************************************************************************/
#header-django {
  position: absolute;
  background-color: transparent; }

.boat-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .boat-header__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 21 / 9; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .boat-header__image {
        height: 400px;
        aspect-ratio: unset; } }
  .boat-header__overlay {
    position: absolute;
    bottom: 2rem;
    z-index: 2; }
    .boat-header__overlay h1 {
      font-weight: bold;
      color: white; }
  .boat-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #2F455F 0%, rgba(47, 69, 95, 0.46) 37%, rgba(47, 69, 95, 0.27) 42%, rgba(47, 69, 95, 0.14) 95%);
    z-index: 1;
    inset: 0; }
  .boat-header__type, .boat-header__abstract, .boat-header__port {
    font-size: .8rem;
    margin: 0;
    color: white; }

.boat-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  margin-bottom: 2rem;
  gap: 1.5rem; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    .boat-specs {
      gap: 0.5rem; } }
  .boat-specs__spec {
    background-color: #f0f0f06e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    padding: 1rem;
    border-radius: 8px; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      .boat-specs__spec {
        padding: 0.8rem 0.4rem; } }
  .boat-specs__title {
    color: #919191;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .boat-specs__value {
    font-weight: bold;
    font-size: 1rem; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
      .boat-specs__value {
        font-size: 0.85rem; } }
/***************************************************************************************************
SECTIONS
! CUSTOM
***************************************************************************************************/
.boat-section:not(:first-child) {
  margin-top: 2rem; }

.boat-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem; }

.boat-section__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #212529;
  margin: 0; }

.boat-section__toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1;
  color: #6c757d;
  padding: 0; }
  .boat-section__toggle:hover {
    color: #212529; }

.boat-section__partial-toggle {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: .75rem 0; }

.boat-section__body {
  font-size: 0.875rem;
  color: #495057;
  line-height: 1.6; }

.boat-section__toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem; }

.boat-section__toggle:focus {
  outline: none;
  box-shadow: none; }

.boat-section__toggle[aria-expanded="false"]::after {
  content: "\f067"; }

.boat-section__toggle[aria-expanded="true"]::after {
  content: "\f068"; }

.boat-section .sale-info {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.875rem; }
  .boat-section .sale-info__row {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap; }
  .boat-section .sale-info__label {
    font-weight: 700;
    color: #212529; }
  .boat-section .sale-info__value {
    color: #495057; }
  .boat-section .sale-info__location--city {
    text-transform: capitalize; }
  .boat-section .sale-info__location--country {
    text-transform: uppercase; }

.boat-section .charter-auth {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d; }

.boat-section .pdf-download {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: white;
  text-decoration: none;
  background-color: #00BDAC;
  padding: .3rem 1rem;
  border-radius: 10px;
  text-decoration: none; }
  .boat-section .pdf-download:hover {
    color: #00BDAC;
    background-color: white;
    text-decoration: none; }
  .boat-section .pdf-download i {
    font-size: 1rem; }

.boat-section .toys {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e0e0e0; }
  .boat-section .toys__title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem; }
  .boat-section .toys__body {
    font-size: 0.875rem;
    color: #495057;
    line-height: 1.6; }

.charter-registration {
  display: flex;
  align-items: center;
  gap: .375rem;
  padding: .625rem 0;
  font-size: .75rem;
  color: #6c757d; }
  .charter-registration__label {
    font-weight: 600;
    color: #212529; }
  .charter-registration__number {
    font-weight: 400;
    color: #6c757d; }

/***************************************************************************************************
TECHNICAL DATA
***************************************************************************************************/
#col-technical-data {
  z-index: 0; }

#collapse-technical-data h4 {
  font-weight: bold;
  color: #00BDAC;
  font-size: 1rem;
  margin-bottom: 0.25rem; }

#collapse-technical-data .technical-data-list:not(:last-child) {
  margin-bottom: 1.5rem; }

#collapse-technical-data table {
  text-align: center; }

/***************************************************************************************************
EQUIPMENT
! CUSTOM
***************************************************************************************************/
.equipment {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .equipment__group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; }
  .equipment__group-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #00BDAC;
    margin: 0; }
  .equipment__row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .equipment__row {
        flex-direction: column;
        gap: 0.35rem; } }
  .equipment__tag {
    flex: 0 0 auto;
    min-width: 90px;
    padding-top: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #2F455F; }
    @media (max-width: 480px), (min-width: 481px) and (max-width: 769px) {
      .equipment__tag {
        padding-top: 0; } }
  .equipment__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    flex: 1 1 auto; }
  .equipment__pill {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.85rem;
    line-height: 1.2;
    background-color: #f3f4f6;
    color: #2F455F;
    border: 1px solid #e5e7eb;
    transition: background-color 0.15s ease, border-color 0.15s ease; }
    .equipment__pill:hover {
      background-color: #e5e7eb;
      border-color: #2F455F; }

/***************************************************************************************************
GALLERY
! CUSTOM
***************************************************************************************************/
.boat-gallery__swiper {
  padding: 0 48px !important; }
  @media (max-width: 480px) {
    .boat-gallery__swiper {
      padding: 0 !important; } }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    .boat-gallery__swiper {
      display: none !important; } }
.boat-gallery__slide {
  width: 100%;
  max-width: 420px; }
  @media (max-width: 480px) {
    .boat-gallery__slide {
      width: 85%; } }
.boat-gallery__pagination {
  margin-top: 12px; }
  .boat-gallery__pagination .swiper-pagination-bullet {
    background: currentColor;
    opacity: 0.3;
    transition: opacity 0.2s; }
  .boat-gallery__pagination .swiper-pagination-bullet-active {
    opacity: 1; }

.boat-gallery__grid {
  display: none; }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    .boat-gallery__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px; } }
.boat-gallery__expand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  grid-column: 1 / -1; }
  .boat-gallery__expand.collapse:not(.show) {
    display: none; }
  .boat-gallery__expand.collapse.show {
    display: grid; }

.boat-gallery__cell {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #f0f0f0;
  aspect-ratio: 4 / 3; }

.boat-gallery__item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .boat-gallery__item--video {
    cursor: pointer; }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    .boat-gallery__item:hover .boat-gallery__img {
      transform: scale(1.04); } }
.boat-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease; }
  @media (max-width: 480px), (min-width: 481px) and (max-width: 769px), (min-width: 770px) and (max-width: 989px) {
    .boat-gallery__img {
      aspect-ratio: 4 / 3; } }
.boat-gallery__video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.2s; }
  .boat-gallery__video-overlay i {
    font-size: 3rem;
    color: #fff;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5)); }
  .boat-gallery__item:hover .boat-gallery__video-overlay {
    background: rgba(0, 0, 0, 0.4); }

.boat-gallery__expand-trigger {
  display: none; }
  @media (min-width: 990px) and (max-width: 1199px), (min-width: 1200px) {
    .boat-gallery__expand-trigger {
      display: flex;
      justify-content: center;
      align-items: center;
      grid-column: 1 / -1;
      padding: 16px 0 4px; } }
.boat-gallery__expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s; }
  .boat-gallery__expand-btn:hover {
    background: currentColor; }
    .boat-gallery__expand-btn:hover .boat-gallery__expand-icon {
      color: #fff; }
  .boat-gallery__expand-btn[aria-expanded="true"] .boat-gallery__expand-icon {
    transform: rotate(45deg); }

.boat-gallery__expand-icon {
  font-size: 1rem;
  transition: transform 0.25s ease, color 0.2s; }

/***************************************************************************************************
RATES V2
***************************************************************************************************/
.rates__year-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
  justify-content: flex-end;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0; }

.rates__year-tab {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: .25rem .875rem;
  font-size: .8125rem;
  font-weight: 500;
  color: #6c757d;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s; }
  .rates__year-tab:hover {
    background: #f8f9fa;
    text-decoration: none; }
  .rates__year-tab.active, .rates__year-tab--active {
    background: #00BDAC;
    border-color: #00BDAC;
    color: #fff; }

.rates__season-tabs-wrapper {
  position: relative;
  margin-bottom: 1rem; }
  .rates__season-tabs-wrapper::before, .rates__season-tabs-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3rem;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: opacity .2s ease; }
  .rates__season-tabs-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff 20%, transparent); }
  .rates__season-tabs-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff 20%, transparent); }
  .rates__season-tabs-wrapper.has-scroll-left::before {
    opacity: 1; }
  .rates__season-tabs-wrapper.has-scroll-right::after {
    opacity: 1; }

.rates__season-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: .375rem;
  list-style: none;
  padding: .125rem .125rem .5rem;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none; }
  .rates__season-tabs::-webkit-scrollbar {
    display: none; }

.rates__season-tab {
  border: 1px solid #dee2e6;
  border-radius: 20px;
  padding: .3rem 1rem;
  font-size: .8125rem;
  font-weight: 500;
  color: #6c757d;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .15s, color .15s, border-color .15s; }
  .rates__season-tab:hover {
    background: #f8f9fa;
    text-decoration: none; }
  .rates__season-tab.active, .rates__season-tab--active {
    background: #00BDAC;
    border-color: #00BDAC;
    color: #fff; }

.rates__loader {
  display: flex;
  justify-content: center;
  padding: 2.5rem 1rem; }

.rates__empty {
  padding: 2rem 1rem;
  text-align: center;
  border: 1px dashed #dee2e6;
  border-radius: 8px; }

.rates__empty-text {
  margin: 0 0 .25rem;
  font-size: .9375rem;
  color: #6c757d; }

.rate-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  overflow: hidden; }
  .rate-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: .875rem 1.125rem;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa; }
    .rate-card__head-left {
      display: flex;
      flex-direction: column;
      gap: .25rem; }
  .rate-card__dates {
    display: flex;
    align-items: center;
    gap: .375rem;
    font-size: .8125rem;
    color: #212529;
    font-weight: 500; }
    .rate-card__dates--extra {
      font-weight: 400;
      color: #6c757d; }
    .rate-card__dates i {
      font-size: .75rem;
      color: #6c757d; }
  .rate-card__port {
    display: flex;
    align-items: center;
    gap: .375rem;
    font-size: .75rem;
    color: #6c757d; }
    .rate-card__port i {
      font-size: .75rem;
      color: #6c757d; }
    .rate-card__port-extra {
      color: #6c757d; }
  .rate-card__tax-badge {
    flex-shrink: 0;
    align-self: flex-start;
    font-size: .6875rem;
    font-weight: 500;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: .2rem .5rem;
    color: #6c757d;
    white-space: nowrap; }
  .rate-card__prices {
    display: flex;
    flex-wrap: wrap; }
  .rate-card__price-col {
    flex: 1;
    min-width: 120px;
    padding: 1rem 1.125rem;
    border-right: 1px solid #dee2e6; }
    .rate-card__price-col:last-child {
      border-right: none; }
    .rate-card__price-col--stacked {
      display: flex;
      flex-direction: column;
      padding: 0; }
  .rate-card__price-block {
    padding: 1rem 1.125rem;
    border-bottom: 1px solid #dee2e6; }
    .rate-card__price-block:last-child {
      border-bottom: none; }
  .rate-card__price-label {
    display: block;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
    margin-bottom: .75rem; }
  .rate-card__price-value {
    display: block;
    font-size: 1.375rem;
    font-weight: 500;
    color: #212529; }
  .rate-card__hour-rows {
    display: flex;
    flex-direction: column;
    gap: .75rem; }
  .rate-card__hour-item {
    display: flex;
    flex-direction: column;
    gap: .2rem; }
  .rate-card__hour-row {
    display: flex;
    align-items: center;
    gap: .5rem; }
  .rate-card__hour-pill {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: .125rem .5rem;
    font-size: .75rem;
    font-weight: 600;
    color: #6c757d;
    white-space: nowrap; }
  .rate-card__hour-price {
    font-size: 1rem;
    font-weight: 500;
    color: #212529; }
  .rate-card__schedules-btn {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: none;
    border: none;
    padding: 0;
    margin-top: .125rem;
    font-size: .6875rem;
    color: #6c757d;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: transparent;
    transition: color .15s, text-decoration-color .15s; }
    .rate-card__schedules-btn:hover {
      color: #00BDAC;
      text-decoration-color: #00BDAC; }
    .rate-card__schedules-btn i {
      font-size: .625rem; }
  .rate-card__schedules {
    list-style: none;
    padding: .5rem .625rem;
    margin: .25rem 0 0;
    background: #f8f9fa;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: .125rem; }
  .rate-card__schedule-item {
    font-size: .6875rem;
    color: #6c757d;
    line-height: 1.6; }
  .rate-card__apa {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .625rem 1.125rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    font-size: .75rem;
    color: #6c757d; }

/***************************************************************************************************
EXTRAS
***************************************************************************************************/
#collapse-extras h3 {
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
  margin-bottom: 0.25rem; }

#collapse-extras .extras-list + h4 {
  margin-top: 1.5rem; }

.extras-list {
  columns: auto 3;
  font-size: .7rem;
  color: #000000; }

.extras-list a {
  box-shadow: none; }

.extras-list a:focus {
  outline: none;
  box-shadow: none; }

#collapse-extras .extra-description p {
  margin-bottom: 0;
  font-size: .6rem; }

#collapse-extras .extra-description {
  margin-bottom: 0.25rem; }

@media (max-width: 767px) {
  .extras-list {
    columns: auto 2; } }

@media (max-width: 576px) {
  .extras-list {
    columns: auto 1; } }

/***************************************************************************************************
LOCATION
***************************************************************************************************/
.location-info {
  margin-bottom: 1rem; }
  .location-info__zone {
    font-size: .9375rem;
    font-weight: 500;
    color: #212529;
    text-decoration: none; }
    .location-info__zone:hover {
      text-decoration: underline; }
  .location-info__block {
    margin-top: 1rem; }
  .location-info__subtitle {
    font-size: .875rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: .25rem; }
  .location-info__text {
    font-size: .875rem;
    color: #6c757d; }
  .location-info__map {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dee2e6; }
    .location-info__map iframe {
      display: block; }

/***************************************************************************************************
CALENDAR
***************************************************************************************************/
/* Block prices */
#section-boat-calendar #collapse-calendar {
  background-color: #2F455F;
  color: #00BDAC;
  padding: 2rem 2rem 1rem; }

/* Loader */
#section-boat-calendar #collapse-calendar #loader .lds-spinner div:after,
#section-boat-calendar #collapse-calendar #loader-calendar div:after {
  background: #FFFFFF; }

/* Tabs */
#pills-tab-calendar {
  border-bottom: 1px solid #00BDAC; }

#pills-tab-calendar .nav-link {
  font-weight: bold;
  color: #FFFFFF;
  border-radius: unset;
  border-bottom: 5px solid transparent;
  font-size: calc(1.2rem - 0.2rem); }

#pills-tab-calendar .nav-link.active {
  background-color: transparent;
  color: #00BDAC;
  border-bottom: 5px solid #00BDAC; }

#no-calendar h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1rem; }

/* Arrows calendar */
#collapse-calendar .arrow-container-calendar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #00BDAC;
  opacity: 0.5;
  pointer-events: none; }

#collapse-calendar .arrow-left {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10; }

#collapse-calendar .arrow-right {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10; }

#collapse-calendar .arrow-container-calendar.allowed {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer; }

/* Calendar elements */
table.month {
  font-size: 1em;
  margin: 0 auto; }

table.month td {
  text-align: center;
  padding: 5px;
  height: 45px;
  width: 45px;
  color: #ffffff80; }

#calendar-resources th {
  text-transform: uppercase;
  text-align: center; }

#calendar-resources th.month {
  font-size: .9rem;
  padding-bottom: .75rem; }

@media (min-width: 992px) and (max-width: 1500px) {
  table.month {
    font-size: .8em;
    margin: 0 auto; }
  table.month td {
    height: 38px;
    width: 38px; } }

/* Legend */
#calendar-resources .calendar-legend,
#collapse-calendar-booking .calendar-legend {
  text-align: center;
  font-weight: bold;
  font-size: .5rem;
  color: #FFFFFF;
  margin-top: 2rem; }

#collapse-calendar-booking .calendar-legend {
  color: #000000;
  margin-top: 0; }

#calendar-resources .dot,
#collapse-calendar-booking .calendar-legend .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none; }

#calendar-resources .calendar-available {
  color: #FFFFFF;
  background-color: #FFFFFF; }

#collapse-calendar-booking .calendar-legend .calendar-busy {
  border: 1px solid #CD5C5C;
  background-color: #ECCACC; }

#collapse-calendar-booking .calendar-legend .calendar-available {
  border: 1px solid #66c00b;
  background: #A8DDCA; }

#collapse-calendar-booking .calendar-legend .calendar-option {
  background-color: #f7bd00; }

#collapse-calendar-booking .calendar-legend .calendar-checkin {
  background-color: #b1d4eb;
  border: 2px solid #79a9ff; }

/***************************************************************************************************
CONDITIONS
***************************************************************************************************/
#section-boat-conditions {
  padding-top: 2rem; }

.boat-section__partial {
  line-height: 1rem; }
  .boat-section__partial:not(.show) {
    display: block;
    height: 10rem;
    overflow: hidden; }
  .boat-section__partial.collapsing {
    height: 10rem; }

.boat-section__partial-toggle {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: .75rem 0; }

/***************************************************************************************************
BOOKING INTEGRATED
***************************************************************************************************/
/* General */
.boat-booking-process-active #section-calendar table.month td {
  height: 25px;
  width: 25px;
  font-size: 1em; }

/* Buttons */
#cms-content .btn-ask-info,
#cms-content .btn-check-dates {
  color: white;
  background: #F8CA00;
  font-size: .8rem;
  padding: .375rem 1.2rem;
  border: 2px solid #F8CA00; }

#cms-content .btn-ask-info:hover,
#cms-content .btn-check-dates:hover {
  color: #F8CA00;
  background: #F8CA001A;
  border: 2px solid #F8CA00; }

#integrated-booking-process #btn-request-booking,
#integrated-booking-process #btn-booking {
  font-size: calc(.8rem - 4px); }

/* Sticky booking process */
/* Sticky booking process */
.sticky-booking {
  position: sticky;
  top: 20px; }

header.header-fixed ~ #cms-content .sticky-booking {
  top: 105px; }

header.header-fixed.header-agencies ~ #cms-content .sticky-booking {
  top: 150px; }

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

@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: #2F455F50; }
  header:not(.header-fixed) #container-integrated-booking {
    scrollbar-width: thin;
    scrollbar-color: #2F455F50 transparent;
    overflow-y: scroll;
    padding-right: 10px;
    height: 100dvh; } }

/* Request info modal */
#request-info-modal .boat-request-form .input-style {
  height: 2.25rem; }

#request-info-modal .boat-request-form .input-style[value]:not([value=""]) ~ label,
#request-info-modal .boat-request-form .input-style:focus ~ label,
#request-info-modal .boat-request-form textarea[value]:not([value=""]) ~ label,
#request-info-modal .boat-request-form textarea:focus ~ label {
  top: .2rem; }

#request-info-modal .boat-request-form .input-style ~ label {
  top: .6rem; }

#request-info-modal .boat-request-form textarea.input-style {
  min-height: 90px; }

/* Movile version */
@media only screen and (max-height: 800px) {
  #nav-elems-booking-integrated {
    height: 55px !important; }
    #nav-elems-booking-integrated .btn-click {
      height: 55px !important;
      font-size: .8rem !important; } }

@media (max-width: 991px) {
  footer {
    padding-bottom: 50px; }
  .boat-highlight,
  .boat-abstract {
    font-size: 1.2rem; }
  #cms-content #container-integrated-booking,
  header.header-fixed ~ #cms-content #container-integrated-booking,
  header.header-fixed.header-agencies ~ #cms-content #container-integrated-booking {
    height: 0; }
  #nav-elems-booking-integrated {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    left: 0;
    height: 80px;
    z-index: 51; }
  #nav-elems-booking-integrated.opened {
    height: 100%; }
  #mobile-buttons-booking .btn-click {
    border-radius: 0; }
  #price-booking-mobile {
    font-size: 25px; }
  #height-sticky-booking,
  #contact-integrated-boat {
    position: fixed;
    top: 0;
    padding-top: 50px;
    width: 100%;
    bottom: 0;
    padding-bottom: 60px;
    overflow-y: auto; }
  #height-sticky-booking.two-buttons {
    padding-bottom: 128px; }
  .no-pointer-events {
    pointer-events: none; }
  #contact-integrated-boat input[type=submit] {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60px;
    font-size: 24px;
    border-radius: 0;
    background-color: #00BDAC;
    opacity: 1; }
  #request-form {
    overflow: hidden; }
  #container-integrated-booking #request-form {
    display: none; }
  #container-integrated-booking {
    z-index: 2; } }

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

#nav-booking-integrated .nav-link.active {
  color: #2F455F; }

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

#footer-booking-mobile,
#footer-request-mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 60px;
  font-size: 24px; }

#footer-request-mobile {
  bottom: 60px;
  padding-bottom: 8px;
  background-color: white;
  height: 68px; }

.btn-contact-me {
  width: 100%; }

#footer-booking-mobile .btn-dropdown,
#footer-request-mobile .btn-dropdown {
  line-height: 18px; }

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

.footer-booking {
  bottom: 0;
  position: absolute; }

#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; }

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

/* Carousel boats */
#carousel-boat-detail .control-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1; }
  #carousel-boat-detail .control-indicator .carousel-control-indicator-prev-icon,
  #carousel-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-boat-detail .control-indicator .carousel-control-indicator-prev-icon:hover,
  #carousel-boat-detail .control-indicator .carousel-control-indicator-next-icon:hover {
    text-decoration: none; }
  #carousel-boat-detail .control-indicator .carousel-control-indicator-prev-icon {
    margin-right: 30px; }

#carousel-boat-detail #gallery-boat img {
  object-fit: cover; }

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

/* Whatsapp Form */
.boat-product .col-lg-5.col-xl-4 #container-integrated-booking {
  height: fit-content !important; }

.booking-form-container form select,
.booking-form-container .booking-form-container form input {
  flex-basis: 100%; }

/***************************************************************************************************
    RELATED ACTIVITIES
***************************************************************************************************/
div[data-related-activities] .items-container-list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  padding: 0;
  height: fit-content;
  padding-top: 1rem; }
