body {
    background-color: #fff;
    overflow-x: hidden;
    font-family: "scandia-web", sans-serif;
    font-size: 16px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #6DC3C1;
}
  
::selection {
    color: #fff;
    background: #6DC3C1;
}
a, a:active {
    color:#795548;
    text-decoration: none;
    font-size: 0.85rem;
    cursor: pointer;
}
a:hover{
    color:#9D958C;
}
p{
    color:#666666;
    font-size: 0.89rem;
    font-weight: 400;
}
img{
    max-width: 100%;
}
.img-fluid{width: 100%;}
section{
    padding: 3rem 1rem;
}
.section-title{
    color:#6e5247; 
    text-transform: uppercase;
}
.divider{
    border: 0.5px solid #d0d0d0;
}
.btn.btn-primary{
    background: #027a89;
    border:2px solid rgba(255,255,255,0.1);
    max-width: 200px;
    letter-spacing: 1px;
    font-size: 0.85rem;
    border-radius: 5px;
}
.btn.btn-primary:hover, 
.btn.btn-primary:active, 
.btn.btn-primary:focus{
    background: #027a89;
    border:1px solid #027a89;
    box-shadow:none;
}
.btn.btn-outline-secondary{
    border:1px solid #6e5247;
    color:#6e5247;
}
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary:focus{
    border:1px solid  #554f46;
    background-color: transparent;
    color: #554f46;
    box-shadow:none;
}
.section .section-title{
    font-size: 1.65rem;
    font-weight: normal;
}
.section .section-subtitle{
    font-size: 0.95rem;
    font-weight: normal;
}
.bg-beige-light{
    background:rgba(157,149,140, 0.10);
}

#header{
    background: #000;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
   
}
#header a{
    color: #fff;
    
}
#header ul{
    list-style: none;
}
#header .btn.btn-primary .cta-text{
    font-size: 0.7rem;
}
#header .btn.btn-primary img{
    filter: invert(100%);
    position: relative;
    top: -1px;
    width: 12px;
    margin: 0;
}
#header .btn.btn-primary small{
    font-size: 0.7rem;
}
#header .btn.btn-primary .cta-phone{
    display:block;
    letter-spacing: 1px;
    font-size: .825rem;
}
.navbar-brand{
    max-width: 90px;
}
.top-bar a{
    font-size: 0.8rem;
    font-weight: 300;
}
.nav-bar{
    position: relative;
}
.nav-bar::after{
    content:'';
    border-top: 0.1px solid #3E3E3E;
    position: absolute;
    width: 680px;
}
.nav-bar a{
    font-size: 0.85rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.top-bar .social img{
    width: 14px;
    margin: 0 0.3rem;
    cursor: pointer;
}
.head{
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 96px);
    background: linear-gradient(to left, rgba(0, 0, 0, .10), rgba(0, 0, 0,0));
    position: relative;
}
.text-brand{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(0 0 0 / 39%), rgba(0, 0, 0,0));
}
.text-brand >.container{
    top: 25%;
    position: relative;
}
.text-brand .head-title{
    font-size: 44px;
    font-weight: 300;
    position: relative;
}
.text-brand .head-title:after{
    content:'';
    border-top: 0.1px solid #fff;
    position: absolute;
    width: 85%;
    left: 0;
    bottom: -8px;
}
.text-brand .head-subtitle small{
    font-size: 0.65rem;
    font-weight: 300;
}
.head-down{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    width: 100%;
}
#intro .section-title{
    font-size: 1.6rem;
    font-weight: 500;
}
#intro .section-subtitle{
    color: #666666;
    font-size: 1.1rem;
    font-weight: 400;
}
#intro .btn-video{
    color: #9D958C;
    font-weight: 300;
}

#offcanvasNav{
    background: #000;
}

#watchVideo .close-video{
    width: 40px;
    padding: 3px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    background: #000;
}
#watchVideo .modal-content{
    background-color: #000;
}

#accommodations .card-title{
    color: #6e5247;
    font-size: 1.2rem;
    font-weight: normal;
}
#accommodations .room-amenities-list{
    font-size: 0.95rem;
    color:#6e5247;
}
#accommodations .phone-cta small{
font-size: 0.75rem;
}
#accommodations .phone-cta a{
    font-size: 1.22rem;
    color:#027a89;
    font-weight: normal;
}
#accommodations .btn.btn-primary{
    width: 155px;
}
#accommodations .card{
    border-radius:none;
    border:none;
}
#accommodations .list-amenities-room{
    color: #6e5247;
    margin: 1.3rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#accommodations .list-amenities-room img{
    display: block;
    margin: 0 auto;
}
#accommodations .list-amenities-room span{
    font-size: 0.85rem;
}
#facilities .facilities-list{
    font-size: 0.82rem;
    color:#6e5247;
    padding-left: 0;
    list-style: none;
}
#facilities .facilities-list li{
    padding: 8px 0 0 20px;
    position: relative;
}
#facilities .facilities-list li:before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('/lib/icons/check-circle.svg');
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 40%;
}
.box-facilities {
    max-height: 730px;
    overflow: hidden;
}
.carousel-cell {
    max-width: 500px;
    margin-right: 20px;
    border-radius: 5px;
    counter-increment: carousel-cell;
    position: relative;
}
.carousel-cell .carousel-text{
    color: #9D958C;
    background: #fff;
    position: absolute;
    z-index: 1;
    bottom: -150px;
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    min-height: 240px;
}
.carousel-cell .carousel-title{
    color: #027a89;
    font-size:1.2rem;
    font-weight: normal;
}
.carousel-cell .carousel-subtitle{
    color: #6e5247;
    font-size: 0.75rem;
}

.carousel-cell img{
    width: 100%;
}
.flickity-button{
    color: rgb(121 85 72 / 70%) !important;
}
.flickity-page-dots{
    bottom: -50px !important;
}
.flickity-page-dots .dot{
    background: rgb(121 85 72 / 70%) !important;
}
.flickity-viewport{
    min-height: 700px;
}

.contact-spa > div{
    position: relative;
}
.contact-spa > div:first-child:before{
    background: transparent;
}
.contact-spa > div:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    left: 0;
    top: 20%;
    background: rgb(157 149 140 / 27%);
}
.footer-content{
    background: #222222;
    color:#fff;
    font-size:0.8rem;
}
.footer-content a{
    color: #fff;
    font-size:0.8rem;
}
.footer-content .firma-text{
    font-size: 0.55rem;
}

.social-footer img:first-child{
    margin-left: 0;
}
.social-footer img{
    width: 20px;
    margin: 0 1rem;
    cursor: pointer;
}
.footer-content .title{
    font-size: 0.85rem;
    font-weight: normal;
}
.footer-content .logo-footer img{
    max-width: 120px;
}
.satelites img{
    max-width: 70px;
    max-height: 50px;

}
.satelites{
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
}
.firma{ font-size: 0.75rem;}
.map{
    min-height: 500px;
}
.bottom-bar{
    background: #333;
    color: #fff;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
    border-top: 1px solid #ffffff;
}
.bottom-bar a, .bottom-bar button{
    color: #fff;
}
.bottom-bar img{
    display: block;
    margin: 0 auto;
    min-width: 20px;
    max-height: 20px;
    margin-bottom: 0.3rem;
}
.bottom-bar .btn-reservations{
    background: #027a89;
}
.bottom-bar .btn-reservations span{
    font-weight: 500;
}
.bottom-bar .btn-reservations button{
    background-color: transparent;
    border: none;
}
.table-responsive tbody th{
    font-weight: 400;
}
@media only screen and (min-width: 1400px) {
    #header .btn-booking{
        padding: 0.6rem 2rem;
    }
    
}
@media only screen and (max-width: 1300px) {
    #header >.container{
        max-width: 99%;
    }
}

@media only screen and (max-width: 1024px) {
    #header .btn.btn-primary{
        font-size: 0.95rem;
    }
    #header ul{
        padding-left: 0;
    }
    .head{
        overflow:auto;
        width: 100%;
        height: auto;
    }
    .openNavMobile{
        background-color: #000000;
        border: 1px solid rgb(255 255 255 / 67%);
        border-radius: 2px;
    }
    .navbar-brand img{
        padding: 5px;
    }
   
    .openNavMobile img{
        padding: 4px 0;
    }
    #offcanvasNav .btn-close{
        width: 22px;
        opacity: 1;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    #offcanvasNav .social img{
        width: 30px;
    }
    .nav-bar::after{
        top: 22px;
        width: 100%;
    }
    #header ul{
        padding-top: 30px;
    }
    .socialmobile{
        border-top: 1px solid rgb(255 255 255 / 24%);
        border-bottom: 1px solid rgb(255 255 255 / 24%);
    }
    .socialmobile img{
        width: 17px;
        margin: 0 5px;
    }
    #header a.btn.btn-mobile{
        margin: 1rem auto;
        border-bottom: 1px solid rgb(255 255 255 / 24%);
        color: #6DC3C1;
        width: 100%;
        font-size: 1rem;
    }
    .d-flex.socialmobile li a{
        font-weight: 400;
        letter-spacing: 1px;
    }
    .d-flex.socialmobile li a b{
        font-weight: 400;
    }
    #accommodations{
        padding: 2rem 0;
    }
    #accommodations >.container{
        max-width: 100%;
    }
    .footer-content .logo-footer img{
        max-width:90px;
    }
}
@media only screen and (max-width: 900px) {

    .footer-content a, .footer-content a:active{color: #fff;}
    p{
        color:#2c2c2c;
        font-size: 0.825rem;
        font-weight: 400;
    }
    .text-brand .head-title{
        font-size: 34px;
    }
    #intro .section-subtitle{
        color: #707070;
        font-weight: normal;
    }
    #intro .btn-video{
        margin-bottom: 3rem;
    }
    .head{
        background:none;
    }
    .social img{
        width: 20px;
        margin: 0 0.6rem;
    }
    #header a.btn.btn-mobile{text-align: left;}
    .socialmobile img{
        width: 18px;
        margin: 0 10px;
    }
    .text-brand{
        background:linear-gradient(180deg, rgb(0 0 0 / 45%), rgba(0, 0, 0,0));
    }
    .text-brand >.container{
        top: 18%;
    }
    .box-facilities{
        max-height: none;
        overflow: auto;
    }
    .facilities-list{
        columns: 2; 
        -webkit-columns: 2; 
        -moz-columns: 2; 
    }
    #facilities .facilities-list{
        padding-bottom: 3rem;
    }
    
    .carousel-cell .carousel-text{
        max-width: 100%;
        border-radius: 0 0 5px 5px;
        position: relative;
        bottom: 0;
        min-height: 200px;
    }
    .carousel-cell .carousel-subtitle{
        font-size: 0.85rem;
    }
    #restaurants .flickity-viewport{
        min-height: 800px;
    }
    .satelites{
        margin-top: 2rem;
    }
    #accommodations .box-room{
        margin-bottom: 5rem;   
    }
    #accommodations .card-body{
        padding-bottom: 3rem;
    }
    #accommodations sup{
        top: 0;
    }
    #accommodations .list-amenities-room{
        border-top: 1px solid rgba(0,0,0,0.1);
        padding: 1.5rem 0 !important;
        border-bottom: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    #accommodations .card-title{
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        font-size: 1.35rem;
        text-align: center;
    }
    .footer-content{
        padding-bottom: 7rem;
    }
    .footer-content .logo-footer img{
        max-width: 120px;
    }
    
    .firma{
        border-top: 1px solid rgba(255,255,255,0.1);
        margin-top: 4rem;
    }
    #accordionSatelites{
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 2rem;
        margin-bottom: 3.3rem;
    }
    #accordionSatelites .accordion-body div{
        width: 50px;
        display: inline-block;
        margin: 1rem;
    }
    #accordionSatelites img{
        width: 100%;
        min-height: 60px;
    }
    #accordionSatelites.accordion-flush .accordion-item .accordion-button{
        max-width: 150px;
        margin: 0 auto;
    }
    #accordionSatelites .accordion-button::after{
        background-image:url('/lib/icons/down-white.svg');
        background-size: 1rem;
        top: 7px;
        position: relative;
    }
    .accordion-button:not(.collapsed)::after{
        top: -5px !important;
    }
    .accordion-button:focus{
        box-shadow: 0 0 0 0.12rem rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.1);
    }
}
@media only screen and (max-width: 640px) {
    .socialmobile img{ width: 20px; }
    .section .section-title{font-size: 1.125rem;}
    .nav-bar a{
        font-size: 1rem;
    }
    .d-flex.socialmobile{
        display: inline !important;
    }
    .d-flex.socialmobile li{
        margin-bottom: 1rem;
    }
    .d-flex.socialmobile li a{
        font-size: 1rem;
    }
    ul.d-flex.socialmobile li:nth-child(2){
        display: none;
    }
    #intro .section-subtitle{
        font-size: 1.1rem;
    }
    #intro .btn-video{
        justify-content: left !important;
        margin-bottom: 0;
    }
    .head{
        background: none;
    }
    .text-brand{
        height: 98%;
        background: linear-gradient(to bottom, rgb(0 0 0 / 40%), rgba(0, 0, 0,0));
    }
    .text-brand .head-title{
        font-size: 21px;
        font-weight: normal;
    }
    .text-brand .head-subtitle small{
        font-weight: normal;
    }
    #facilities .section-subtitle{
        margin-top: 1rem;
    }
    #accommodations .room-amenities-list{
        margin-top: 2rem;
    }
    #accommodations .room-amenities-list img{
        display: block;
        margin: 0 auto;
    }
    #accommodations .list-amenities-room .text-center{
        text-align: left !important;
        padding: 10px 0;
        position: relative;
    }
    #accommodations .list-amenities-room img{
        display: inline;
        position: absolute;
        top: 15px;
    }
    #accommodations .list-amenities-room span{
        display: inline-flex;
        vertical-align: middle;
        padding-left: 40px;
    }
    #accommodations .card-text{
        font-size: 0.85rem;
    }
    #accommodations .box-room{
        margin-bottom: 2rem;
    }
    .carousel-cell .carousel-text{
        min-height: 260px;
    }
    #restaurants .flickity-viewport{
        height: 400px !important;
        min-height: 560px;
    }
    .flickity-prev-next-button{
        top: 46% !important;
    }

    .contact-spa{display: block !important;}
    .contact-spa > div{text-align: center;}
    .contact-spa > div:before{background: transparent;}
    .social-content{
        text-align: center;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 2rem 0;
        margin-bottom: 3rem;  
    }
    .social-footer > div{
        margin: 0 auto;
    }
    .social-footer img{
        width: 28px;
        margin: 0 2rem;
    }
    .reservation-footer{
        text-align: center;
    }
    .footer-content .logo-footer img{
        max-width: 100%;
    }
    .firma .justify-content-end{
        justify-content: center !important;
    }
    .firma .firma-text{
        text-align: center;
        padding-top: 1rem;
        margin-top: 3rem;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    #accordionSatelites{
        border-bottom: none;
        margin-bottom: 2rem;
        padding-bottom: 0;
    }
    .bottom-bar a,.bottom-bar button {
        font-size: 0.625rem;
        letter-spacing: 1px;
        font-weight: 500;
    }   
    
}