h4.title-section {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #0e263e;
}

h3.title-section {
    text-transform: uppercase;
    color: #0e263e;
}

/*
****************************   HEADER   ****************************
*/

.boat-header-image {
    height: calc(100vw * 9 / 21);
}

.boat-header-menu {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000) !important;
}

.btn-collapse-section, .btn-collapse-section:hover {
    border: 0;
}

.boat-header-menu {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 2rem;
}

.boat-header-menu .boat-name h1 {
    font-size: 42px;
}

.boat-header-menu .boat-name h4 {
    font-size: 25px;
    font-weight: 300;
}

.prices-boat {
    height: 54px;
}

.prices-boat .price {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 36px;
}

.prices-boat .currency {
    color: #b69f72;
}

.prices-boat .price-day-week, .prices-boat .price-from {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.prices-boat .price-from {
    font-weight: normal;
}
@media (max-width: 991.98px) {
    .boat-header-image {
        max-height: 400px !important;
    }
    .boat-header-menu {
        background: #0e263e !important;
        padding-bottom: 1rem;
        padding-top: 1rem;
        position: static !important;
    }
}
/*
****************************   DETAILS   ****************************
*/

.boat-detail .description-title {
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #0e263e;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-bottom: 1.3rem;
    border-bottom: 3px solid #b69f72;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.title-section, .title-section button {
    color: #0e263e;
    border-color: #b69f72;
}

#collapse-technical-data h4, #collapse-equipment h4 {
    color: #888;
    font-size: 1.2rem;
    text-transform: uppercase;
}

/*
****************************   GALLERY   ****************************
*/

.gallery-container {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.gallery-background {
    height: 97%;
    width: 100vw;
    background-color: #f3f3f3;
    position: absolute;
    top: 0.9rem;
    margin-left: -50px;
    margin-right: -50px;
}

.gallery-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #0E263E;
    background-color: #fff;
    font-size: 33px;
    margin: 0;
    bottom: 1.9rem;
    padding: 1.5rem 0;
    position: relative;
    border-radius: 8px;
    box-shadow: 2px 2px 11px 0 rgba(14, 38, 62, 0.17);
    width: 312px;
    text-transform: uppercase;
}

.gallery-title h3 {
    border-bottom: solid 3px #b69f72;
    padding-bottom: .6rem;
    font-weight: bold;
}

.gallery-title-help {
    color: #888;
    margin-left: 2rem;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 2.2rem;
}

@media (max-width: 991.98px) {
    .gallery-background {
        margin-right: 0;
        margin-left: -10px;
    }

    .gallery-title {
        bottom: .7rem;
    }

    .gallery-title-help {
        padding-bottom: .6rem;
    }
}

/*
****************************   RATES   ****************************
*/

#collapse-rates {
    background-color: #fff;
    color: #888;
    font-family: 'Raleway', sans-serif;
}

#pills-tab-year {
    border-color: #7d8d9c;
}

#collapse-rates .nav-pills-boat .nav-link {
    color: #888;
    font-weight: normal;
    position: relative;
    top: 3px;
}

#collapse-rates .nav-pills-boat .nav-link.active {
    color: #888;
}

.row-rate h4 {
    color: #888;
}

.row-rate .available-port {
    font-size: .9rem;
    color: #888;
}

.row-rate .rate-price {
    color: #888;
}

.row-rate .rate-hours {
    color: #888;
}

#collapse-rates .tab-pane .row-rate:not(:last-child) {
    border-color: #7d8d9c;
}

@media (max-width: 767px) {
    .pills-tab-rate-type {
        border-bottom: 1px solid #7d8d9c;
    }
}

/*
****************************   EXTRAS   ****************************
*/

#collapse-extras h4 {
    color: #888;
}

/*
****************************   CALENDAR   ****************************
*/

/* Block prices */
#section-boat-calendar #collapse-calendar {
    background-color: #204766;
    color: #3298ab;
}

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

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

#pills-tab-calendar .nav-link {
    color: #fff;
}

#pills-tab-calendar .nav-link.active {
    color: #3299ab;
    border-bottom: 5px solid #3299ab;
}

/* Arrows calendar */
#collapse-calendar  .arrow-container-calendar {
    border: 2px solid #3299ab;
}

/* Legend */
#calendar-resources .calendar-legend {
    color: #fff;
}

#calendar-resources .calendar-available {
    color: #fff !important;
    background-color:  #fff !important;
}

/*
****************************   BUTTONS   ****************************
*/

.btn-custom-shadow {
    color: #0e263e;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 2px 2px 11px 0 rgba(14, 38, 62, 0.17);
    margin: 0.4rem 1rem 1rem 0;
}

.btn-custom-shadow:active, .btn-custom-shadow:focus {
    box-shadow: 0 0 0 0.2rem #B69F72;
}

@media (max-width: 991.98px) {
    .btn-custom-shadow-container {
        justify-content: center;
    }

    .btn-custom-shadow {
        font-size: 0.8rem;
        margin: 0.4rem 0.5rem 1rem 0.5rem;
    }
}