/***************************************************************************************************
GENERAL
***************************************************************************************************/
body {
  color: #000;
  overflow-x: hidden; }

#cms-content {
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem; }

header.header-fixed + #cms-content {
  padding-top: 0; }

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

header.header-fixed + #cms-content .section-boat-navbar {
  padding-top: 95px;
  margin-top: -95px; }

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

.boat-header-name {
  border-bottom: 1px solid #343a40; }

.boat-header-nav a:not(:last-child) {
  border-right: 1px solid #343a40; }

@media (min-width: 768px) {
  .boat-header-image + .boat-header-menu, .boat-header-image-21x9 + .boat-header-menu {
    position: absolute;
    bottom: 0;
    background-color: #ffffffa6; } }

.title-section {
  color: #F8AD00;
  border-bottom: 1px solid #F8AD00;
  font-weight: bold;
  font-size: calc(1.2rem - .2rem);
  padding-bottom: 0.5rem; }

h4.title-section {
  font-size: 1rem; }

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

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

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

.collapse-section-boat {
  margin-top: 1.5rem; }

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

/***************************************************************************************************
HEADER
***************************************************************************************************/
/* Image */
.boat-header-image {
  max-height: calc(100vh - 85px);
  object-fit: cover;
  object-position: center; }

header.header-agencies:not(.header-fixed) + #cms-content .boat-header-image {
  max-height: calc(100vh - 130px); }

.boat-header-image-21x9 {
  aspect-ratio: 21/9;
  object-fit: cover; }

/* Colored block under image */
.boat-header-menu {
  background-color: white;
  color: #343a40; }

@media (min-width: 768px) {
  .boat-header-image + .boat-header-menu,
  .boat-header-image-21x9 + .boat-header-menu {
    position: absolute;
    bottom: 0;
    background-color: #ffffff85; } }

header.header-fixed + #cms-content .boat-header-menu.no-image-header {
  padding-top: 85px; }

header.header-fixed.header-agencies + #cms-content .boat-header-menu.no-image-header {
  padding-top: 130px; }

/* Text boat name, model and type*/
.boat-header-name h1,
.boat-header-name h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1rem 0 .25rem; }

.boat-header-name h4 {
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 1rem; }

/* BOAT NAV */
/* Boat nav button collapsed */
.boat-header-nav .navbar-toggler {
  outline: unset;
  color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  padding: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin: .25rem 0; }

/* Boat nav links */
.boat-header-nav a {
  font-weight: bold;
  text-transform: uppercase;
  padding: .35rem 1rem;
  color: #343a40;
  text-decoration: none; }

@media (min-width: 768px) {
  .boat-header-nav a:not(:last-child) {
    border-right: 1px solid #343a40; } }

.boat-header-nav a::after {
  transition: ease-in-out .2s;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #162953; }

.boat-header-nav a:hover::after {
  width: 100%; }

/***************************************************************************************************
BOAT PRODUCT
***************************************************************************************************/
.boat-product {
  padding: 1rem;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 991px) {
  .boat-product {
    padding: 1rem 1.5rem; } }

@media (max-width: 575px) {
  .boat-product {
    padding: 1.5rem .75rem; } }

/***************************************************************************************************
FEATURES
***************************************************************************************************/
#section-boat-features {
  pointer-events: none; }

/* Abstract */
.boat-highlight {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F8AD00;
  margin-bottom: 2.5rem; }

.boat-abstract {
  font-size: 1.5rem; }

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

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

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

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

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

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

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

.col-feature svg {
  margin-top: auto; }

.col-feature svg path,
.col-feature svg circle,
.col-feature svg rect {
  fill: #162953; }

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

/***************************************************************************************************
DESCRIPTION
***************************************************************************************************/
/* Download PDF button */
#download-boat-pdf {
  background-color: #F8AD00;
  color: #FFFFFF;
  font-size: 1em; }

#download-boat-pdf:hover {
  background-color: #162953; }

/* Toys */
.toys-section {
  background-color: #162953;
  color: #FFFFFF;
  padding: 1rem 1.5rem; }

.toys-section h3 {
  color: #F8AD00;
  font-weight: bold;
  font-size: 1.5rem; }

.toys-section p:last-child {
  margin-bottom: 0; }

/* Charter auth number*/
.charter-auth {
  font-size: .5rem;
  color: #818181; }

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

#collapse-technical-data h4 {
  font-weight: bold;
  color: #F8AD00;
  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
***************************************************************************************************/
#collapse-equipment h4 {
  font-weight: bold;
  color: #F8AD00;
  font-size: 1rem;
  margin-bottom: 0.25rem; }

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

#collapse-equipment .equipment-list {
  text-align: justify; }

/***************************************************************************************************
GALLERY
***************************************************************************************************/
.gallery-title {
  font-weight: bold;
  color: #F8AD00;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.col-gallery {
  padding: 1px; }

.img-multimedia {
  width: 100%;
  height: 200px;
  object-fit: cover; }

.col-gallery .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #16295380;
  color: #FFFFFF;
  font-size: 5rem; }

/***************************************************************************************************
RATES
***************************************************************************************************/
/* Block prices */
#collapse-rates {
  background-color: #162953;
  color: #F8AD00;
  padding: 2rem 2rem 1rem; }

/* Loader */
#collapse-rates #loader .lds-spinner div:after {
  background: #FFFFFF; }

/* Tabs */
#pills-tab-year {
  border-bottom: 1px solid #F8AD00; }

@media (min-width: 768px) {
  #pills-tab-year {
    position: absolute;
    width: calc(100% - 4rem);
    right: 2rem; } }

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

#collapse-rates .nav-pills-boat .nav-link.active {
  background-color: transparent;
  color: #F8AD00;
  border-bottom: 5px solid #F8AD00; }

.pills-tab-rate-type .nav-item {
  z-index: 3; }

@media (max-width: 767px) {
  .pills-tab-rate-type {
    border-bottom: 1px solid #F8AD00;
    padding-top: 5px; }
  #collapse-rates {
    padding: 0; } }

#no-rates h4 {
  text-align: center;
  font-weight: bold;
  font-size: .9rem;
  color: #FFFFFF; }

/* Row rates */
.row-rate {
  padding: 1rem 0; }

.row-rate h4 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: .9rem; }

.row-rate .available-port {
  font-size: .7rem;
  color: #FFFFFF; }

.row-rate .rate-price {
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF; }

.row-rate .rate-hours {
  font-weight: normal;
  color: #F8AD00; }

.row-rate .rate-hours-interval {
  font-size: .6rem; }

#collapse-rates .tab-pane .row-rate:not(:last-child) {
  border-bottom: 1px solid #F8AD00; }

.vat-incl {
  font-size: .55rem; }

/***************************************************************************************************
EXTRAS
***************************************************************************************************/
#collapse-extras h4 {
  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
***************************************************************************************************/
/* Info block */
#collapse-location .location-info {
  background-color: #162953;
  color: #FFFFFF;
  padding: .5rem; }

@media (min-width: 1200px), (max-width: 991px) and (min-width: 768px) {
  #collapse-location .location-info {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 1;
    max-width: calc(50% - 3rem);
    background-color: #162953; } }

#collapse-location .location-info h4 a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem; }

#collapse-location .location-info h4 a:hover {
  color: #FFFFFF; }

#collapse-location .location-info h5 a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: .9rem;
  font-family: 'Open Sans', sans-serif; }

#collapse-location .location-info div {
  font-size: .7rem;
  font-family: 'Open Sans', sans-serif; }

/* Map */
#collapse-location #map-boat {
  height: 350px; }

@media (min-width: 1200px), (max-width: 991px) and (min-width: 768px) {
  #collapse-location #map-boat {
    height: 450px; } }

/***************************************************************************************************
CALENDAR
***************************************************************************************************/
/* Block prices */
#section-boat-calendar #collapse-calendar {
  background-color: #162953;
  color: #F8AD00;
  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 #F8AD00; }

#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: #F8AD00;
  border-bottom: 5px solid #F8AD00; }

#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 #F8AD00;
  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
***************************************************************************************************/
.collapse-partial {
  line-height: 1rem; }

.collapse-partial:not(.show) {
  display: block;
  height: 10rem;
  overflow: hidden; }

.collapse-partial.collapsing {
  height: 10rem; }

/***************************************************************************************************
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: #162953;
  font-size: .8rem;
  padding: .375rem 1.2rem;
  border: 2px solid #162953; }

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

#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: calc(100vh - 130px);
    top: 90px !important;
    overflow-y: auto; }
  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: #16295350; }
  header:not(.header-fixed) #container-integrated-booking {
    scrollbar-width: thin;
    scrollbar-color: #16295350 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: #F8AD00;
    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: #F8AD00;
  font-size: calc(1.2rem - .4rem); }

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

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

#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;
  overflow-x: hidden; }

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