@font-face {
    font-family: CorporateA-Light;
    font-weight: 300;
    src: url(../fonts/CorporateA-Light.otf);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    background-color: var(--sugar-color);
    color: var(--black-color);
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a {
    text-decoration: none;
    color: white;
}

ul {
    list-style: none;
}

:root {
    --section-padding: 158px;
    --offer-padding: 158px;
    --footer-text-color: #181818;
}
#espaDiv{
    position: fixed;
    top: 90%;
    left: 45px;
    transform: translate(0,-90%);
    z-index: 999;
    width: 122px;
    height: 103px;
}
.espaInner{
    margin: 0px auto;
    width: 100%;
    max-width: 120px;
}
.espaInner a img{
    max-width: 120px;
    height: auto
}
.navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2000;
    background-color: transparent;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    pointer-events: none;
}

.menu-btn {
    position: absolute;
    right: 45px;
    top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: white;
    cursor: pointer;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    z-index: 2001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all;
}

.menu-btn path {
    fill: #333333;
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}

.menu-btn:hover {
    background-color: #7F7F7F;
}

.menu-btn:hover path {
    fill: white;
}

.menu-open {
    background-color: rgba(0, 0, 0, 0.5);
}

.menu-open .menu-open-icon {
    display: none;
}

.menu-open .menu-close-icon {
    display: initial;
}

.menu-open .menu-btn {
    background-color: #7F7F7F;
}

.menu-close-icon {
    display: none;
}

.left-navigation-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 45px;
    top: 45px;
}

.ac-btn {
    pointer-events: all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 226px;
    height: 226px;
    border: 20px solid #865b48;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    cursor: pointer;
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
}

.ac-btn + .ac-btn {
    margin-top: 25px;
}

.ac-classica {
    border-color: #865b48;
}

.ac-moderna {
    border-color: #3d2920;
}

.ac-force-closed,
.ac-btn-closed {
    width: 80px;
    height: 80px;
    padding: 0px;
}

.ac-force-closed .open-svg,
.ac-btn-closed .open-svg {
    display: none;
}

.ac-force-closed .closed-svg,
.ac-btn-closed .closed-svg {
    display: initial;
}

.closed-svg {
    display: none;
}

.ac-home {
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}

.nav-menu {
    width: calc( 100% - 90px);
    height: calc( 100% - 90px);
    background-color: #E0E0E0;
    position: absolute;
    left: 45px;
    top: 45px;
    bottom: 45px;
    right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    position: relative;
    pointer-events: all;
}

.menu-content {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 0.5px) 1px calc(50% - 0.5px);
    grid-template-columns: calc(50% - 0.5px) 1px calc(50% - 0.5px);
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    margin-top: auto;
    margin-bottom: auto;
    pointer-events: all;
}

.menu-bottom-bar {
    width: 100%;
    height: 20px;
    display: -ms-grid;
    display: grid;
    position: absolute;
    bottom: 20px;
    margin-top: 200px;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
}

.menu-bottom-bar span {
    width: 100%;
    height: 100%;
}

.menu-bottom-bar span:nth-child(1) {
    background-color: #333333;
}

.menu-bottom-bar span:nth-child(2) {
    background-color: #865B48;
}

.menu-bottom-bar span:nth-child(3) {
    background-color: #3D2920;
}

.menu-bottom-bar span:nth-child(4) {
    background-color: #7F7F7F;
}

.menu-logo {
    width: 252px;
    height: 288px;
    margin-top: auto;
    margin-bottom: auto;
}

.menu-logo img {
    width: 100%;
    height: 100%;
}

.menu-items {
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 24px;
}

.menu-items a {
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 24px;
}

.active-lang {
    font-weight: 800 !important;
}

.navigation-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    margin-top: 77px;
}

.navigation-items a + a {
    margin-top: 20px;
}

.menu-left-side-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.menu-right-side-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.menu-vertical-line {
    height: 100%;
    width: 1px;
    background-color: #797979;
}

.menu-visit-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333333;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

.menu-visit-us .address {
    margin-bottom: 45px;
}

.menu-visit-us .email {
    margin-top: 30px;
}

.menu-visit-us .email a {
    color: #865B48;
}

.menu-visit-us .email a:hover {
    text-decoration: underline;
}

.visit-us-title {
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 45px;
}

.contact-info-item-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 15px;
}

.contact-info-item-menu span:first-child {
    font-weight: 800;
    margin-right: 10px;
}

.menu-follow-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 24px;
}

.menu-follow-us span {
    margin-bottom: 24px;
}

.menu-follow-us a + a {
    margin-top: 37px;
}

.facebook-menu path {
    fill: #333333;
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}

.facebook-menu:hover path {
    fill: #7F7F7F;
}

.insta-menu path {
    fill: #333333;
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}

.insta-menu:hover path {
    fill: #7F7F7F;
}

.menu-item span {
    position: relative;
}

.menu-item span:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 0%;
    height: 1px;
    left: 0px;
    background-color: #333333;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}

.menu-item span:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0%;
    height: 1px;
    right: 0px;
    background-color: #333333;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}

.menu-item:hover span:after {
    width: 100%;
}

.menu-item:hover span:before {
    width: 100%;
}

@media only screen and (max-height: 700px) {
    .menu-bottom-bar {
        display: none;
    }
}

@media only screen and (max-width: 1500px) {
    :root {
        --section-padding: 120px;
    }
}

@media only screen and (max-width: 130px) {
    :root {
        --section-padding: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --section-padding: 60px;
    }
}

@media only screen and (max-width: 600px) {
    :root {
        --section-padding: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .menu-logo {
        width: 120px;
    }
}

@media only screen and (max-width: 900px) {
    .menu-logo {
        display: none;
    }
    .menu-content {
        padding: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .menu-left-side-wrapper {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .menu-content {
        -ms-grid-columns: calc(35% - 0.5px) 1px calc(65% - 0.5px);
        grid-template-columns: calc(35% - 0.5px) 1px calc(65% - 0.5px);
    }
    .menu-btn {
        right: 0px;
        top: 0px;
    }
    .nav-menu {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }
    .left-navigation-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 0px;
        top: 0px;
    }
    .left-navigation-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 0px;
        top: 0px;
    }
    .ac-btn {
        width: 80px;
        height: 80px;
        padding: 0px;
    }
    .ac-btn .open-svg {
        display: none;
    }
    .ac-btn .closed-svg {
        display: initial;
    }
    .ac-btn + .ac-btn {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 780px) {
    .menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu-vertical-line {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: 1px;
    }
    .menu-right-side-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .visit-us-title {
        display: none;
    }
    .menu-bottom-bar {
        display: none;
    }
    .menu-follow-us {
        margin-top: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu-follow-us span {
        margin-bottom: 0px;
        margin-right: 20px;
    }
    .menu-follow-us a + a {
        margin-top: 0px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .nav-menu {
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }
    .menu-content {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .left-navigation-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 0px;
        top: 0px;
    }
    .ac-btn {
        width: 80px;
        height: 80px;
        padding: 0px;
    }
    .ac-btn .open-svg {
        display: none;
    }
    .ac-btn .closed-svg {
        display: initial;
    }
    .ac-btn + .ac-btn {
        margin-top: 0px;
    }
    .menu-btn {
        right: 0px;
        top: 0px;
    }
}

@media only screen and (max-width: 340px) {
    .ac-btn {
        display: none;
    }
}

/* -------------------------------------------------------------------------- */
/*                                   HEADER                                   */
/* -------------------------------------------------------------------------- */
.header-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.header-slide-show-wrapper {
    width: 100%;
    height: 100%;
}

.header-slide-show {
    width: 100%;
    height: 100%;
}

.header-slide {
    width: 100%;
    height: 100vh;
}

.header-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slick-slide {
    outline: none;
}

.slider-dots {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 45px;
    bottom: 60px;
}

.slick-dots {
    position: relative;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slick-dots li {
    width: 67px;
    height: 4px;
}

.dot {
    width: 100%;
    height: 100%;
    background-color: #aaaaaa;
}

.slick-dots > li:only-child {
    display: none;
}

.slick-active .dot {
    background-color: white;
}

.slideshow-btns {
    position: absolute;
    right: 45px;
    bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slideshow-btns .slideshow-btn + .slideshow-btn {
    margin-top: 42px;
}

.slideshow-btn {
    width: 80px;
    height: 80px;
    border: 6px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slideshow-btn:hover {
    background-color: white;
}

.slideshow-btn .arrow-img path {
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}

.slideshow-btn.next-arrow:hover .arrow-img {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
}

.slideshow-btn.next-arrow:hover .arrow-img path {
    fill: #333333;
}

.slideshow-btn.prev-arrow:hover .arrow-img {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
}

.slideshow-btn.prev-arrow:hover .arrow-img path {
    fill: #333333;
}

.arrow-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.next-arrow svg {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.section-title h1 {
    font-size: 64px;
    font-family: 'Source Sans Pro Light', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #333333;
    text-align: left;
    line-height: normal;
    position: relative;
}

.section-title h1:after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 14px;
    background-color: #333333;
    width: 158px;
    height: 3px;
    left: 0px;
}

.text-center {
    text-align: center;
}

.section-text {
    font-size: 17px;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: #333333;
    line-height: 26px;
}

.btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 900px) {
    .section-title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 600px) {
    .header-container .slideshow-btns {
        display: none;
    }
    .header-container .slider-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* -------------------------------------------------------------------------- */
/*                                   WELCOME                                  */
/* -------------------------------------------------------------------------- */
.welcome-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #CDC3BD;
    padding-top: 47px;
    padding-bottom: 94px;
}

.welcome-title h1 {
    text-align: center;
}

.welcome-title h1:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 44px;
}

.welcome-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 72px;
}

.welcome-slider-wrapper .slideshow-btns {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.welcome-slider {
    width: 100%;
    height: 600px;
}

.welcome-text {
    margin-top: 122px;
    max-width: 948px;
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
}

.welcome-slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 600px;
}

.welcome-slider-item img {
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.welcome-slider-item .btn-container {
    margin-top: auto;
}

.welcome-slider-item .section-text {
    margin-top: 77px;
}

.welcome-slide-info {
    width: 474px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 49px 42px 74px 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F2F2F2;
}

.white-btn {
    height: 80px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.white-btn:after {
    content: "";
    right: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    position: absolute;
    background-color: #C0B2A7;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}

.white-btn:hover:after {
    width: 100%;
}

.white-btn:hover span {
    color: white;
}

.white-btn span {
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    z-index: 15;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
}

.main-image {
    width: calc(92% - 474px);
}

.secondary-image {
    width: 8%;
    position: relative;
    display: block;
}

.secondary-image img {
    width: 100%;
}

.secondary-image.classica img {
    -o-object-position: left;
    object-position: left;
}

.secondary-image.moderna img {
    -o-object-position: right;
    object-position: right;
}

.secondary-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(134, 91, 72, 0.44);
}

.slick-list {
    padding: 0px !important;
}

@media only screen and (max-width: 1024px) {
    .welcome-slider-wrapper {
        height: auto;
    }
    .welcome-slider-wrapper .slideshow-btns {
        top: 256px;
        bottom: unset;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .welcome-slider {
        height: auto;
    }
    .welcome-slider .second-room {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .welcome-slider-item {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .welcome-slider-item .secondary-image {
        display: none;
    }
    .welcome-slider-item .btn-container {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    .welcome-slider-item .main-image {
        height: 512px;
        width: 100%;
    }
    .welcome-slide-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .welcome-slide-info .section-title {
        padding-left: 48px;
        padding-right: 48px;
        text-align: center;
    }
    .welcome-slide-info .section-title h1:after {
        margin-top: 14px;
        width: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .welcome-slide-info .section-text {
        max-width: 80%;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 17px;
        text-align: center;
        line-height: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .welcome-slider-wrapper {
        height: auto;
    }
    .welcome-slider-wrapper .slideshow-btns {
        top: 122px;
        bottom: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        left: 0px;
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .welcome-slider-wrapper .slideshow-btn + .slideshow-btn {
        margin-top: 0px;
        margin-left: auto;
    }
    .welcome-slider {
        height: auto;
    }
    .welcome-slider .second-room {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .welcome-container {
        padding-bottom: 0px;
    }
    .welcome-container .section-title h1 {
        text-align: center;
        font-size: 36px;
        line-height: normal;
        padding-left: 30px;
        padding-right: 30px;
    }
    .welcome-container .section-title h1:after {
        margin-top: 20px;
    }
    .welcome-container .section-text {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 60px;
        font-size: 17px;
        line-height: 36px;
    }
    .welcome-slider-item {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .welcome-slider-item .secondary-image {
        display: none;
    }
    .welcome-slider-item .btn-container {
        margin-top: 20px;
    }
    .welcome-slider-item .btn-container .white-btn {
        width: 100%;
    }
    .welcome-slider-item .main-image {
        height: 258px;
        width: 100%;
    }
    .welcome-slide-info {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .welcome-slide-info .section-title h1 {
        padding-left: 48px;
        padding-right: 48px;
        text-align: center;
        font-size: 36px;
        line-height: normal;
    }
    .welcome-slide-info .section-title h1:after {
        margin-top: 14px;
        width: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .welcome-slide-info .section-text {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 17px;
        text-align: center;
        line-height: 26px;
    }
}

@media only screen and (max-width: 370px) {
    .white-btn {
        padding: 28px;
    }
}

/* -------------------------------------------------------------------------- */
/*                              LOCATION SECTION                              */
/* -------------------------------------------------------------------------- */
.location-container {
    background-color: #CDC3BD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 188px;
}

.location-container .section-title {
    margin-left: var(--section-padding);
}

.location-content {
    margin-top: 112px;
    height: 665px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.google-maps {
    height: 100%;
    width: 33%;
}

.location-description-container {
    width: 480px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.location-description-container .btn-container {
    margin-top: auto;
}

.description-title {
    font-size: 36px;
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333333;
}

.description-text {
    margin-top: 52px;
    font-size: 17px;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: #333333;
    text-align: left;
    line-height: 26px;
}

.location-slider-wrapper {
    width: calc(67% - 480px);
    position: relative;
}

.location-slider-wrapper .slideshow-btns {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.location-slide {
    height: 100%;
    width: 100%;
}

.location-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.location-slider {
    height: 100%;
    width: 100%;
}

.location-slider .slick-list {
    height: 100%;
}

.location-slider .slick-track {
    height: 100%;
}

@media only screen and (max-width: 1300px) {
    .location-content {
        margin-top: 44px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
    }
    .location-content .google-maps {
        height: 520px;
        width: 100%;
    }
    .location-container .section-title {
        margin-left: auto;
        margin-right: auto;
    }
    .location-container .section-title h1 {
        text-align: center;
    }
    .location-container .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .location-description-container {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .location-description-container .description-title {
        text-align: center;
    }
    .location-description-container .description-text {
        text-align: center;
        max-width: 948px;
        margin-left: auto;
        margin-right: auto;
    }
    .location-description-container .btn-container {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .location-slider-wrapper {
        width: 100%;
        height: 575px;
    }
}

@media only screen and (max-width: 600px) {
    .location-content {
        margin-top: 44px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
    }
    .location-content .google-maps {
        height: 220px;
        width: 100%;
    }
    .location-container {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .location-container .section-title {
        margin-left: auto;
        margin-right: auto;
    }
    .location-container .section-title h1 {
        text-align: center;
        font-size: 36px;
    }
    .location-container .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .location-description-container {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .location-description-container .description-title {
        text-align: center;
        font-size: 24px;
    }
    .location-description-container .description-text {
        text-align: center;
        margin-top: 17px;
    }
    .location-description-container .btn-container {
        margin-top: 18px;
        width: 100%;
    }
    .location-description-container .btn-container .white-btn {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .location-slider-wrapper {
        width: 100%;
        height: 375px;
    }
    .location-slider-wrapper .slideshow-btns {
        top: unset;
        bottom: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        left: 0px;
        right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .location-slider-wrapper .slideshow-btn + .slideshow-btn {
        margin-top: 0px;
        margin-left: auto;
    }
}

/* -------------------------------------------------------------------------- */
/*                               NEARBY BEACHES                               */
/* -------------------------------------------------------------------------- */
.nearby-beaches-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #CDC3BD;
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 116px;
}

.nearby-beaches-content {
    margin-top: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.nearby-beaches-content .btn-container {
    position: absolute;
    bottom: 66px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nearby-item {
    width: 527px;
    height: 665px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.nearby-title {
    position: relative;
    /* left: 0px;
          top: 50px; */
    font-size: 48px;
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    /*  margin-left: 50px; */
    margin-bottom: 50px;
}

.nearby-title:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    width: 158px;
    height: 3px;
    margin-top: 17px;
    background-color: white;
}

.nearby-text-container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #3d29208e;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    margin-bottom: auto;
}

.nearby-text {
    font-size: 15px;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: #ffffff;
    text-align: left;
    line-height: 24px;
}

@media only screen and (max-width: 1600px) {
    .nearby-text-container {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1400px) {
    .nearby-beaches-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nearby-beaches-content .nearby-item {
        width: 100%;
        height: 405px;
    }
    .nearby-text-container {
        min-height: 100%;
        padding: 30px;
        width: 45%;
        margin-left: auto;
    }
    .nearby-beaches-content .btn-container {
        bottom: 20px;
        left: 30px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .nearby-beaches-content .btn-container .white-btn {
        margin: auto;
    }
}

@media only screen and (max-width: 1000px) {
    .nearby-text-container {
        margin-left: 0px;
        width: 100%;
        margin-right: auto;
        background-color: transparent;
    }
    .nearby-text-container .nearby-text {
        display: none;
    }
    .nearby-beaches-content .btn-container {
        width: 100%;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 600px) {
    .nearby-beaches-content .nearby-item:nth-child(2) {
        display: none;
    }
    .nearby-beaches-content .nearby-item:nth-child(3) {
        display: none;
    }
    .nearby-beaches-container {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 28px;
        padding-bottom: 0px;
    }
    .nearby-beaches-container .section-title {
        margin-left: auto;
        margin-right: auto;
    }
    .nearby-beaches-container .section-title h1 {
        text-align: center;
        font-size: 36px;
    }
    .nearby-beaches-container .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 19px;
    }
    .nearby-beaches-container .btn-container {
        width: 100%;
        bottom: unset;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
    }
    .nearby-beaches-container .btn-container .white-btn {
        width: 100%;
    }
    .nearby-beaches-content {
        margin-top: 45px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nearby-beaches-content .nearby-item {
        width: 100%;
        height: 405px;
    }
    .nearby-item .nearby-title {
        margin-left: 0px;
        font-size: 32px;
    }
    .nearby-item .nearby-title:after {
        width: 60px;
    }
}

/* -------------------------------------------------------------------------- */
/*                                   FOOTER                                   */
/* -------------------------------------------------------------------------- */
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #9D8A81;
    padding-top: 92px;
    padding-left: 160px;
    padding-right: 160px;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 54px;
    border-bottom: 1px solid var(--footer-text-color);
}

.footer-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
}

.footer-location img {
    width: 62px;
    height: 72px;
}

.footer-location-text-container {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: var(--footer-text-color);
    font-size: 15px;
}

.ac-name {
    font-weight: 800;
}

.footer-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 100px;
}

.contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: var(--footer-text-color);
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-item a {
    color: var(--footer-text-color);
}

.contact-info-item span:first-child {
    font-weight: 800;
    margin-right: 10px;
}

.contact-info-item a:hover {
    text-decoration: underline;
}

.contact-info-item + .contact-info-item {
    margin-top: 20px;
}

.footer-menu {
    color: var(--footer-text-color);
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    -webkit-column-gap: 70px;
    column-gap: 70px;
    margin-left: auto;
    margin-right: auto;
}

.footer-menu a span {
    color: var(--footer-text-color);
    position: relative;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
}

.footer-menu a span:after {
    content: "";
    left: 0px;
    top: 100%;
    width: 0px;
    height: 1px;
    position: absolute;
    background-color: #C0B2A7;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}

.footer-menu a:hover span {
    color: #C0B2A7;
}

.footer-menu a:hover span:after {
    width: 100%;
}

.footer-follow-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: var(--footer-text-color);
    font-size: 24px;
}

.footer-follow-us span {
    margin-right: 60px;
}

.facebook-footer {
    margin-right: 60px;
}

.facebook-footer path {
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
    fill: var(--footer-text-color);
}

.facebook-footer:hover path {
    fill: #C0B2A7;
}

.footer-bottom {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright {
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: var(--footer-text-color);
    text-align: center;
    line-height: normal;
    font-size: 13px;
    margin-right: auto;
}

.developer {
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: var(--footer-text-color);
    text-align: center;
    line-height: normal;
    margin-left: auto;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.developer-img {
    margin-left: 22px;
}

.developer-img path {
    fill: var(--footer-text-color);
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}

.developer-img:hover path {
    fill: #333333;
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}

.insta-footer path {
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
    fill: var(--footer-text-color);
}

.insta-footer:hover path {
    fill: #C0B2A7;
}

.social-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1560px) {
    .footer-contact-info {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1480px) {
    .footer-follow-us {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-follow-us span {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1320px) {
    .footer-menu {
        display: none;
    }
    .footer-follow-us {
        margin-left: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 38px;
    }
    .footer-contact-info {
        margin-top: 40px;
        margin-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-contact-info .contact-info-item {
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-contact-info .contact-info-item + .contact-info-item {
        margin-top: 0px;
    }
    .footer-location-text-container {
        margin-left: auto;
    }
    .footer-follow-us {
        margin-top: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-follow-us span {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 900px) {
    .footer {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .footer {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 38px;
    }
    .footer-location .footer-location-text-container {
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 24px;
        text-align: right;
    }
    .footer-contact-info {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 22px;
    }
    .footer-contact-info .contact-info-item {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-contact-info .contact-info-item + .contact-info-item {
        margin-top: 20px;
    }
    .footer-menu {
        display: none;
    }
    .footer-follow-us {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-follow-us span {
        margin-right: 0px;
        margin-bottom: 16px;
        margin-top: 30px;
    }
    .footer-bottom {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-bottom .copyright {
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-bottom .developer {
        margin-left: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bottom .developer span {
        margin-bottom: 20px;
    }
    .footer-bottom .developer .developer-img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-location {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }
    .footer-location .footer-location-text-container {
        text-align: center;
        margin-left: 0px;
        margin-top: 20px;
    }
}

/* -------------------------------------------------------------------------- */
/*                                CLASSICA PAGE                               */
/* -------------------------------------------------------------------------- */
.classica-enjoy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.enjoy-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #CDC3BD;
}

.enjoy-left-top {
    width: 100%;
    padding: 94px var(--section-padding) 94px var(--section-padding);
    background-color: #CDC3BD;
}

.enjoy-left-top .btn-container {
    margin-top: 60px;
}

.enjoy-text {
    margin-top: 94px;
}

.enjoy-right {
    width: 50%;
}

.enjoy-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.offer-container {
    width: 100%;
    background-color: #865B48;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px var(--offer-padding) 60px var(--offer-padding);
}

.offer-info {
    padding: 48px 38px 48px 38px;
    background-color: #6D4F42;
}

.offer-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.offer-info-top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
}

.offer-info-top .left span:first-child {
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
}

.offer-info-top .left span:last-child {
    font-family: 'Source Sans Pro Light', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 64px;
}

.offer-info-top .right {
    font-family: 'Source Sans Pro Light', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
    font-size: 120px;
    margin-left: auto;
}

.offer-info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-info-bottom .text {
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: #ffffff;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
    max-width: 324px;
    padding-right: 10px;
}

.offer-info-bottom .btn-container {
    margin-top: 0px;
    margin-left: auto;
}

.white-btn.small {
    font-size: 17px;
    height: 48px;
    padding-left: 50px;
    padding-right: 50px;
    min-width: 214px;
    padding-top: 15px;
    padding-bottom: 17px;
}

.space-container {
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 470px;
}

.space-container .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.space-container .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px var(--section-padding) 60px var(--section-padding);
}

.space-text {
    margin-top: 92px;
}

.classica-facilities {
    background-color: #865B48;
    min-height: 470px;
    padding: 94px var(--section-padding) 94px var(--section-padding);
}

.facilities-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 0.5px) 1px calc(50% - 0.5px);
    grid-template-columns: calc(50% - 0.5px) 1px calc(50% - 0.5px);
}

.facilities-content .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: var(--section-padding);
}

.facilities-content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: var(--section-padding);
}

.facilities-content .section-title h1 {
    color: white;
}

.facilities-content .section-title h1:after {
    background-color: white;
}

.vertical-line {
    width: 1px;
    background-color: #c0b2a7;
}

.facilities-list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facility-item {
    margin-top: 20px;
    max-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.facility-item .text {
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.gallery-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.gallery-container .btn-container {
    position: absolute;
    bottom: 167px;
    left: var(--section-padding);
    z-index: 2;
}

.gallery-container .btn-container .white-btn {
    min-width: 316px;
}

.gallery-slide-show-wrapper {
    width: 100%;
    height: 100%;
}

.gallery-slide-show {
    width: 100%;
    height: 100%;
}

.gallery-slide {
    width: 100%;
    height: 100vh;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.gallery-title {
    position: absolute;
    left: 158px;
    top: 94px;
    z-index: 2;
}

@media only screen and (max-width: 1500px) {
    .offer-info-top .right {
        font-size: 100px;
    }
    .offer-info-top .left span:last-child {
        font-size: 54px;
    }
}

@media only screen and (max-width: 1500px) {
    .offer-info-top .right {
        font-size: 100px;
    }
    .offer-info-top .left span:last-child {
        font-size: 44px;
    }
}

@media only screen and (max-width: 1024px) {
    .enjoy-right {
        display: none;
    }
    .enjoy-left {
        width: 100%;
    }
    .classica-facilities .section-title h1 {
        text-align: center;
    }
    .classica-facilities .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .classica-facilities .facilities-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .classica-facilities .facilities-content .left {
        padding-right: 0px;
    }
    .classica-facilities .facilities-content .right {
        padding-left: 0px;
    }
    .classica-facilities .vertical-line {
        width: 100%;
        height: 1px;
        margin-top: 48px;
        margin-bottom: 28px;
    }
    .classica-facilities .facilities-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        row-gap: 70px;
    }
    .classica-facilities .facility-item {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 999px) {
    .space-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .space-container .left {
        width: 100%;
        height: 367px;
    }
    .space-container .right {
        padding: 37px 30px 40px 30px;
        width: 100%;
    }
    .space-container .right .section-title h1 {
        text-align: center;
    }
    .space-container .right .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .space-container .right .section-text {
        text-align: center;
        margin-top: 47px;
    }
}

@media only screen and (max-width: 800px) {
    .classica-facilities .facilities-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        row-gap: 70px;
    }
    .gallery-container .gallery-title {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .gallery-container .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .gallery-container .btn-container {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 40px;
    }
    .gallery-container .btn-container .white-btn {
        width: 100%;
    }
    .gallery-container .slideshow-btns {
        bottom: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        right: 0px;
        padding-left: 15px;
        padding-right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .gallery-container .slideshow-btns .slideshow-btn + .slideshow-btn {
        margin-top: 0px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 600px) {
    .enjoy-left-top {
        padding: 38px 30px 35px 30px;
    }
    .enjoy-left-top .btn-container {
        width: 100%;
        margin-top: 20px;
    }
    .enjoy-left-top .white-btn {
        width: 100%;
    }
    .enjoy-left-top .section-text {
        text-align: center;
        margin-top: 47px;
    }
    .enjoy-left-top .section-title h1 {
        font-size: 36px;
        text-align: center;
    }
    .enjoy-left-top .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .enjoy-right {
        display: none;
    }
    .enjoy-left {
        width: 100%;
    }
    .offer-container {
        padding: 18px 0px 18px 0px;
    }
    .space-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .offer-info-top .right {
        font-size: 72px;
    }
    .offer-info-top .left {
        margin-right: auto;
    }
    .offer-info-top .left span:last-child {
        font-size: 36px;
    }
    .offer-info-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .offer-info-bottom .btn-container {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .offer-info {
        padding: 22px 30px 22px 30px;
        width: 100%;
    }
    .space-container .left {
        width: 100%;
        height: 367px;
    }
    .space-container .right {
        padding: 37px 30px 40px 30px;
        width: 100%;
    }
    .space-container .right .section-title h1 {
        font-size: 36px;
        text-align: center;
    }
    .space-container .right .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .space-container .right .section-text {
        text-align: center;
        margin-top: 47px;
    }
    .classica-facilities {
        padding: 30px 30px 58px 30px;
        /* .facility-item {
                margin-top: 70px;
                margin-left: 10px;
                margin-right: 10px;
            } */
    }
    .classica-facilities .section-title h1 {
        font-size: 36px;
        text-align: center;
    }
    .classica-facilities .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .classica-facilities .section-text {
        text-align: center;
        margin-top: 47px;
    }
    .classica-facilities .facilities-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .classica-facilities .facilities-content .left {
        padding-right: 0px;
    }
    .classica-facilities .facilities-content .right {
        padding-left: 0px;
    }
    .classica-facilities .vertical-line {
        width: 100%;
        height: 1px;
        margin-top: 48px;
        margin-bottom: 28px;
    }
    .classica-facilities .facilities-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[auto-fit];
        grid-template-columns: repeat(auto-fit, 1fr);
        row-gap: 70px;
        /*        display: flex;
                flex-direction: row;
                flex-wrap: wrap; */
    }
    .gallery-container .gallery-title {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .gallery-container .section-title h1 {
        font-size: 36px;
    }
    .gallery-container .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 31px;
    }
    .gallery-container .btn-container {
        width: 100%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        padding-left: 30px;
        padding-right: 30px;
        left: 0px;
        bottom: 40px;
    }
    .gallery-container .btn-container .white-btn {
        width: 100%;
    }
    .gallery-container .slideshow-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        right: 0px;
        padding-left: 15px;
        padding-right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .gallery-container .slideshow-btns .slideshow-btn + .slideshow-btn {
        margin-top: 0px;
        margin-left: auto;
    }
}

/* -------------------------------------------------------------------------- */
/*                                   MODERNA                                  */
/* -------------------------------------------------------------------------- */
.moderna-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.moderna-content .content-left {
    width: 50%;
    position: relative;
}

.moderna-content .gallery-container {
    height: 1050px;
}

.moderna-content .gallery-slide {
    height: 1050px;
}

.moderna-content .offer-container {
    background-color: #3D2920;
}

.moderna-content .offer-info {
    background-color: #5A4941;
}

.vh-img {
    width: 100%;
    height: 1050px;
}

.vh-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-right {
    position: absolute;
    left: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-right .space-container .right {
    width: 100%;
}

.moderna-facilities {
    background-color: white;
    height: 1050px;
    padding: 94px var(--section-padding) 94px var(--section-padding);
}

.moderna-facilities .facilities-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.moderna-facilities .facilities-content .left {
    padding-left: 0px;
    padding-right: 0px;
    height: 50%;
}

.moderna-facilities .facilities-content .right {
    padding-left: 0px;
    padding-right: 0px;
    height: 50%;
    padding-top: 84px;
}

.moderna-facilities .facilities-content .section-title h1 {
    color: #333333;
}

.moderna-facilities .facilities-content .section-title h1:after {
    background-color: #333;
}

.moderna-facilities .facility-item .text {
    color: #333333;
}

.moderna-facilities .facility-item .icon path {
    fill: #333333;
}

.horizontal-line {
    background-color: #c0b2a7;
    height: 1px;
    width: 100%;
}

.bottom-image {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 200px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.bottom-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (max-width: 1800px) {
    :root {
        --offer-padding: 50px;
    }
}

@media only screen and (max-width: 1300px) {
    .moderna-content .gallery-container .gallery-title {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .moderna-content .gallery-container .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .moderna-content .gallery-container .btn-container {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 40px;
    }
    .moderna-content .gallery-container .btn-container .white-btn {
        width: 100%;
    }
    .moderna-content .gallery-container .slideshow-btns {
        bottom: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        right: 0px;
        padding-left: 15px;
        padding-right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .moderna-content .gallery-container .slideshow-btns .slideshow-btn + .slideshow-btn {
        margin-top: 0px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .moderna-content .bottom-image {
        display: none;
    }
    .moderna-content .content-left {
        width: 100%;
    }
    .moderna-content .content-left .left-img {
        display: none;
    }
    .moderna-content .content-right {
        position: relative;
        left: unset;
        height: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .moderna-content .content-right .space-container .right {
        width: 100%;
    }
    .moderna-content .content-right .vh-img {
        height: 367px;
    }
    .moderna-content .content-right .space-container {
        min-height: unset;
    }
    .moderna-content .moderna-facilities {
        padding: 94px var(--section-padding) 94px var(--section-padding);
        height: auto;
    }
    .moderna-content .facilities-content {
        height: auto;
    }
    .moderna-content .facilities-content .right {
        padding-top: 0px;
    }
    .moderna-content .facilities-content .horizontal-line {
        margin-top: 48px;
        margin-bottom: 28px;
    }
    .moderna-content .facilities-content .section-title h1 {
        text-align: center;
    }
    .moderna-content .facilities-content .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .moderna-content .facilities-content .facilities-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .moderna-content .facilities-content .facilities-content .left {
        padding-right: 0px;
    }
    .moderna-content .facilities-content .facilities-content .right {
        padding-left: 0px;
    }
    .moderna-content .facilities-content .vertical-line {
        width: 100%;
        height: 1px;
        margin-top: 48px;
        margin-bottom: 28px;
    }
    .moderna-content .facilities-content .facilities-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        row-gap: 70px;
    }
    .moderna-content .facilities-content .facility-item {
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 800px) {
    .moderna-content .facilities-content .facilities-list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .section-title h1 {
        font-size: 36px;
        text-align: center;
    }
    .section-title h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section-text {
        text-align: center;
        margin-top: 47px;
    }
    .gallery-container .btn-container .white-btn {
        min-width: unset;
    }
}

@media only screen and (max-width: 400px) {
    .offer-info-top .right {
        font-size: 52px;
    }
    .offer-info-top .left {
        margin-right: auto;
    }
    .offer-info-top .left span:last-child {
        font-size: 36px;
    }
}

/* -------------------------------------------------------------------------- */
/*                                LOCATION PAGE                               */
/* -------------------------------------------------------------------------- */
.location-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #CDC3BD;
    padding-top: 94px;
    padding-bottom: 178px;
}

.location-page-content .section-sub-title {
    margin-top: 94px;
}

.location-page-content .section-text {
    margin-top: 50px;
    max-width: 948px;
}

.page-title span:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 14px;
}

.section-sub-title {
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 36px;
}

.locations-list {
    max-width: 1264px;
    margin-top: 55px;
}

.location-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 457px;
    max-height: 685px;
}

.location-item .left {
    width: 50%;
}

.location-item .right {
    width: 50%;
}

.location-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.location-item-title {
    margin-top: auto;
    font-family: 'Source Sans Pro Bold', 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.location-item-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin-top: 50px;
    margin-bottom: auto;
}

.background-white {
    background-color: white;
    color: #3d2920;
}

.background-grey {
    background-color: #707070;
    color: white;
}

.background-brown {
    background-color: #3D2920;
    color: #cdc3bd;
}

.padding-35 {
    padding: 35px;
}

.image-gray img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.location-page-content {
    padding-right: 125px;
    padding-left: 125px;
}

@media only screen and (max-width: 1250px) {
    .location-page-content .section-text,
    .location-page-content .section-sub-title {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
    .location-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: unset;
        min-height: unset;
    }
    .location-item .right,
    .location-item .left {
        width: 100%;
    }
    .location-item .left {
        height: 523px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .location-item img {
        height: 523px;
    }
    .location-item .right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 900px) {
    .location-page-content {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .location-page-content {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .padding-35 {
        padding: 30px;
    }
}

/* -------------------------------------------------------------------------- */
/*                                BEACHES PAGE                                */
/* -------------------------------------------------------------------------- */
.beaches-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 94px;
    position: relative;
}

.beaches-top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.beaches-top-section .beach-item {
    margin-top: 102px;
}

.background-image {
    position: absolute;
    width: 100%;
    height: calc(100% + 94px);
    top: -94px;
    bottom: 0px;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.beach-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1264px;
}

.beach-image {
    width: 100%;
    height: 568px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.beach-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    min-height: 200px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.beach-name {
    color: #3d2920;
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 48px;
    position: absolute;
    bottom: 100%;
    left: 35px;
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
}

.beach-name span {
    position: relative;
}

.beach-name span:after {
    content: "";
    left: 0px;
    top: 100%;
    width: 158px;
    height: 3px;
    background-color: #3d2920;
    margin-top: 15px;
    position: absolute;
}

.beach-description {
    font-size: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333333;
    text-align: left;
    line-height: 26px;
}

.beaches-bottom-section {
    padding-top: 40px;
    padding-bottom: 180px;
    background-color: #CDC3BD;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.beach-item + .beach-item {
    margin-top: 40px;
}

.background-gradient {
    width: 100%;
    height: 468px;
    background: -webkit-gradient(linear, left bottom, left top, from(#333330), color-stop(0%, #cdc3bd), to(rgba(191, 171, 132, 0)));
    background: linear-gradient(0deg, #333330 0%, #cdc3bd 0%, rgba(191, 171, 132, 0) 100%);
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

@media only screen and (max-width: 1300px) {
    .beach-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .beaches-bottom-section {
        padding-top: 20px;
    }
    .beach-item + .beach-item {
        margin-top: 20px;
    }
    .beaches-bottom-section {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .beaches-top-section .beach-item {
        margin-top: 42px;
    }
    .beach-image {
        height: 150px;
    }
    .beach-name {
        font-size: 36px;
        -webkit-transform: translateY(45%);
        transform: translateY(45%);
    }
    .beach-name span:after {
        width: 52px;
    }
}

@media only screen and (max-width: 350px) {
    .beach-item {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* -------------------------------------------------------------------------- */
/*                                CONTACT PAGE                                */
/* -------------------------------------------------------------------------- */
.contact-top {
    width: 100%;
    height: 100vh;
    min-height: 1050px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.contact-top .google-maps {
    width: 100%;
    height: 100%;
    min-height: 1050px;
}

.contact-top .section-title {
    position: absolute;
    top: 94px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-bottom {
    height: 692px;
    background-color: #CDC3BD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.contact-container {
    position: relative;
    padding: 60px 140px 40px 57px;
    margin-top: -180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F2F2F2;
    width: 790px;
    height: 700px;
    z-index: 2;
}

.contact-container .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.contact-container .btn-container .white-btn {
    margin-left: auto;
    min-width: 316px;
}

.contact-container .section-title h1:after {
    margin-top: 33px;
}

#contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 71px;
}

.inputField {
    max-width: 267px;
    width: 100%;
    height: 55px;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3e3c3b;
    font-size: 17px;
    padding-left: 5px;
    background-color: transparent;
    border-bottom: 1px solid #333333;
}

.contact-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-form-row + .contact-form-row {
    margin-top: 30px;
}

textarea {
    outline: none;
}

.inputTextarea {
    padding-top: 5px;
    padding-left: 5px;
    width: 100%;
    max-width: 592px;
    height: 160px;
    resize: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3e3c3b;
    font-size: 17px;
    background-color: transparent;
    border-bottom: 1px solid #333333;
}

.info-container {
    z-index: 5;
    margin-top: -100px;
    margin-left: -65px;
    background-color: #3D2920;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 72px;
    padding-left: 56px;
    padding-bottom: 72px;
    padding-right: 56px;
    font-family: 'Source Sans Pro Regular', 'Source Sans Pro', sans-serif;
    color: #ffffff;
    text-align: left;
    line-height: 24px;
    min-width: 400px;
    max-height: 700px;
}

.info-container .info-logo {
    width: 76px;
    height: 86px;
}

.info-container .info-row {
    margin-top: 71px;
    margin-bottom: 37px;
}

.info-container .info-row + .info-row {
    margin-top: 26px;
    margin-bottom: 0px;
}

.info-container .social-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-container .facebook-small {
    margin-right: 45px;
}

.info-container .social-btns {
    margin-top: 86px;
    margin-left: 56px;
}

.info-container .social-btns path {
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}

.info-container .social-btns a:hover path {
    fill: #C0B2A7;
}

.info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.info-row img {
    margin-right: 30px;
}

.info-row .location-icon {
    width: 26px;
    height: 40px;
}

.info-row .phone-icon {
    width: 26px;
    height: 27px;
}

.info-row .mobile-icon {
    width: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    height: 26px;
}

.info-row .email-icon {
    width: 26px;
    height: 19px;
}

.location-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.location-info-container .ac-name {
    font-weight: 600;
}

@media only screen and (max-width: 1170px) {
    .contact-wrapper .info-container {
        display: none;
    }
    .contact-wrapper .contact-container {
        padding: 60px 57px 40px 57px;
    }
    .contact-wrapper .contact-form-row .inputField {
        max-width: 45%;
    }
    .contact-wrapper .contact-form-row .inputTextarea {
        max-width: 100%;
    }
    .contact-container .btn-container .white-btn {
        margin-right: auto;
    }
}

@media only screen and (max-width: 900px) {
    .contact-top {
        height: 580px;
        min-height: unset;
    }
    .contact-top .google-maps {
        min-height: unset;
    }
    .contact-wrapper {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .contact-wrapper .contact-container {
        margin-top: 0px;
        height: auto;
        width: 100%;
    }
    .contact-bottom {
        height: auto;
    }
}

@media only screen and (max-width: 660px) {
    .contact-form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-wrapper .contact-form-row .inputField {
        max-width: 100%;
    }
    .contact-form-row .inputField + .inputField {
        margin-top: 30px;
    }
    .contact-container .btn-container .white-btn {
        width: 100%;
        min-width: 0px;
    }
}

@media only screen and (max-width: 460px) {
    .contact-wrapper .contact-container {
        padding: 30px 30px 30px 30px;
    }
}

.booking-container {
    background-color: #CDC3BD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 94px var(--section-padding) 94px var(--section-padding);
}

.booking-wrapper {
    max-width: 1580px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #3D2920;
    padding: 55px;
    width: 100%;
}

.booking-wrapper .section-title h1 {
    color: white;
}

.booking-wrapper .section-title h1:after {
    background-color: white;
}

.booking-wrapper .booking-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
}

.booking-wrapper .booking-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.booking-wrapper .booking-info-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
}

.booking-wrapper .booking-info-container-wrapper:last-child {
    width: calc( 30% - 55px);
}

.booking-wrapper .booking-info-container-wrapper:last-child .booking-info-container {
    margin-left: auto;
    margin-right: auto;
}

.booking-wrapper .booking-info-container-wrapper:nth-child(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
    width: calc( 35% + 55px);
}

.booking-wrapper .booking-info-container-wrapper:nth-child(2) .booking-info-container {
    margin-left: auto;
    margin-right: auto;
}

.booking-wrapper .booking-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-wrapper h2 {
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
}

.booking-wrapper h1 {
    font-family: 'Source Sans Pro Light', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 54px;
    margin-right: 20px;
}

.booking-wrapper .vertical-line {
    height: 100%;
    width: 1px;
}

.booking-wrapper .btn-container {
    margin-top: 55px;
}

.booking-wrapper .btn-container .white-btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 316px;
}

.booking-wrapper .calendar-wrapper {
    z-index: 20;
    position: absolute;
    width: calc(35% + 15px);
    height: 100%;
    background: white;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 40px 45px 40px;
}

.booking-wrapper .calendar-wrapper .close-btn {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.booking-wrapper .calendar-wrapper .right-arrow {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.booking-wrapper .calendar-wrapper .arrow-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.booking-wrapper .calendar-wrapper .month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-wrapper .calendar-wrapper .month-container .month-text {
    text-transform: capitalize;
    font-size: 44px;
    font-family: 'Source Sans Pro Light', 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
}

.booking-wrapper #check-out-cal {
    left: calc(35% + 15px);
}

.booking-wrapper .calendar-table {
    border-spacing: 0px;
    border-collapse: collapse;
}

.booking-wrapper .calendar-table th,
.booking-wrapper .calendar-table td {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 46px;
    text-align: center;
    width: calc( 100% / 7);
}

.booking-wrapper .calendar-table th {
    font-family: 'Source Sans Pro SemiBold', 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}

.booking-wrapper .calendar-table td {
    font-family: 'Source Sans Pro Bold', 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #333333;
    border: 1px solid #333333;
}

.booking-wrapper .calendar-table .selectable-day {
    background-color: white;
    color: #333333;
    cursor: pointer;
}

.booking-wrapper .calendar-table .selectable-day:hover {
    color: white;
    background-color: #333333;
}

.booking-wrapper .calendar-table .current-day {
    background-color: #865B48;
    color: white;
}

.booking-wrapper .calendar-table .previous-day {
    background-color: #AAAAAA;
    color: white;
}

.number-of-persons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    position: absolute;
    right: 0px;
    width: calc( 30% - 34px);
    height: 100%;
    top: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px 45px 40px;
}

.number-of-persons-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.number-of-persons-options .number-option:last-child {
    border-bottom: 1px solid #333333;
}

.number-option {
    border-top: 1px solid #333333;
    /*     border-left: 1px solid #333333;
      border-right: 1px solid #333333; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    text-align: center;
    color: #333333;
    width: 100%;
    cursor: pointer;
}

.number-option:hover {
    background-color: #333333;
    color: #ffffff;
}

.number-option span {
    margin-left: auto;
    margin-right: auto;
}

.close-btn {
    cursor: pointer;
}

@media only screen and (max-width: 1650px) {
    .booking-option h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 1450px) {
    .booking-option h1 {
        font-size: 38px;
    }
    .booking-wrapper .calendar-wrapper .month-container .month-text {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1300px) {
    .booking-container {
        display: none;
    }
}

/* -------------------------------------------------------------------------- */
/*                           FULL SCREEN IMAGE SHOW                           */
/* -------------------------------------------------------------------------- */
.full-screen-image-show {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(205, 195, 189, 0.8);
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 200001;
    padding: 100px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.full-sreen-image-show-count {
    display: block;
    margin: auto;
    max-width: 90px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    font-size: 20px;
    color: white;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.full-screen-close-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.full-screen-close-btn svg {
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.full-screen-close-btn:hover {
    -webkit-animation: pulse 0.5s infinite alternate;
    animation: pulse 0.5s infinite alternate;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.full-screen-left-btn,
.full-screen-right-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
    -webkit-transform: scaleX(-1) translateX(-20px) translateY(-50%);
    transform: scaleX(-1) translateX(-20px) translateY(-50%);
}

.full-screen-left-btn polygon,
.full-screen-right-btn polygon {
    fill: white;
}

.full-screen-right-btn {
    right: 0px;
    left: auto;
    -webkit-transform: translateX(-20px) translateY(-50%);
    transform: translateX(-20px) translateY(-50%);
}

.full-screen-image-show img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.full-screen-right-btn:hover {
    animation: move-right 0.5s infinite alternate;
    -webkit-animation: move-right 0.5s infinite alternate;
}

.full-screen-left-btn:hover {
    animation: move-left 0.5s infinite alternate;
    -webkit-animation: move-left 0.5s infinite alternate;
}

@keyframes move-right {
    0% {
        right: 0px;
    }
    100% {
        right: -10px;
    }
}

@-webkit-keyframes move-right {
    0% {
        right: 0px;
    }
    100% {
        right: -10px;
    }
}

@-webkit-keyframes move-left {
    0% {
        left: 0px;
    }
    100% {
        left: -10px;
    }
}

@keyframes move-left {
    0% {
        left: 0px;
    }
    100% {
        left: -10px;
    }
}

@media screen and (max-width: 600px) {
    .full-screen-image-show {
        padding: 20px;
    }
}

.success-message-container {
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    padding: 45px;
}

.success-message-text {
    display: block;
    margin: auto;
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
/*# sourceMappingURL=main.css.map */