/* Developed entirely by staycreative.es */

/* font-family: 'Playfair Display', serif; */


/* reset ui kit */
.uk-link:hover, a:hover{text-decoration: none;}
.uk-navbar-container:not(.uk-navbar-transparent) {z-index: 2;background-color: transparent;}

/* Generals */
html, body{font-family: 'Raleway', sans-serif; font-weight: 400;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;}
p{font-family: 'Raleway', sans-serif; color: #000000;text-align: left;font-weight: 400; line-height: 1.8; font-size: 1rem; margin-top: 5px;}
h1, h2, h3, h4, h5, h6{font-family: 'Raleway', sans-serif; font-weight: 400;font-style: normal; color: #000000; text-transform: Uppercase;}
h2{font-weight: 400;}
h5 span {font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #af9961; text-transform: initial; font-weight: 700;}
h1 span,h2 span,h3 span,h4 span,h6 span{font-family: 'Raleway', sans-serif; font-weight: 400;font-style: normal; color: #000000; font-size: 80%; display: block; text-transform: uppercase;}
ul {padding-left: 0px;}
li {text-decoration:none; list-style-type: none; color: #000000;font-size: 0.9rem;}
p b {font-size: 1.1rem; color: #af9961;}
:focus {outline: none;}



/* Buttons */
.uk-button{border-radius: 0 !important; font-family: 'Playfair Display', serif; font-weight: 700; border:0;line-height: 1.5;text-transform: lowercase;font-size: 1rem;-webkit-appearance: none !important;border-radius: 0;-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; padding: 0; text-transform: initial;}

.uk-button-default{color: white;  background-color: transparent; }
/* .uk-button-default:hover{} */

.uk-button-primary{color: #000000; background-color: transparent; color: #af9961; padding:0;  width: 100%;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; }
.uk-button-primary:after {content: ""; width: 7px; height: 14px; position: absolute; background-image: url(../img/assets-sprite.svg); background-position: -30px -17px; z-index: 0; background-size: 1000px 500px; margin-left: 5px; margin-top: 7px;}
.uk-button-primary:hover:after {margin-left: 10px;}
.uk-button-primary:hover{background-color: transparent; color: #af9961;}
.uk-button-primary:active, .uk-button-primary.focus {color: #af9961;}

.uk-button-primary:focus, .uk-button-primary:hover {background-color: transparent;color: #af9961;}


.uk-button-primary-left{color: #000000; background-color: transparent; color: #af9961; padding:0;  width: 100%;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; }
.uk-button-primary-left:before {content: ""; width: 7px; height: 14px; position: absolute; background-image: url(../img/assets-sprite.svg); background-position: -20px -17px; z-index: 0; background-size: 1000px 500px; margin-left: -14px; margin-top: 7px;}
.uk-button-primary-left:hover:before {margin-left: -20px;}
.uk-button-primary-left:hover{background-color: transparent; color: #af9961;}
.uk-button-primary-left:active, .uk-button-primary.focus {color: #af9961;}


.uk-button-secondary{color: #000000; background-color: transparent; color: white; padding:0;  width: 100%;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; }
.uk-button-secondary:after {content: ""; width: 9px; height: 14px; position: absolute; background-image: url(../img/assets-sprite.svg); background-position: -36px -17px; z-index: 0; background-size: 1000px 500px; margin-left: 5px; margin-top: 7px;}
.uk-button-secondary:hover:after {margin-left: 10px;}
.uk-button-secondary:hover{background-color: transparent; color: white;}
.uk-button-secondary:active, .uk-button-secondary.focus {color: white;}

/* uk notification */
.uk-notification-message{background-color: white;border: 1px solid #eee;}

/* breadcrumbs */
.uk-breadcrumb li a, .uk-breadcrumb li span{font-size: 0.7rem;text-transform: uppercase;}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {margin: -1px 10px 0;vertical-align: middle;}

    /* form */
    .form .uk-grid>.uk-grid-margin {margin-top: 0 !important; padding-top: 0 !important;}
    .form {margin-bottom: 10vh;}
    .form input[type=text],.form input[type=email],.form input[type=number],.form select,.form textarea{margin-top: 20px; padding: 10px 10px;border:0;background-color: transparent; box-shadow: none;border-radius: 0; height: 60px;margin-bottom: 0;color: #999;border-bottom: 1px solid #000000; font-size: 0.8rem;}
    .form input[type=text]:focus,.form input[type=email]:focus,.form input[type=number]:focus,.form select:focus,.form textarea:focus{border-bottom: 1px solid #af9961;}
    .form select{padding-right: 30px;font-size: 0.8rem;height: 60px !important;}
    .form textarea{margin-bottom: 10px;padding: 10px; min-height: 120px;} 
    .form input::-webkit-input-placeholder, .form input:-moz-placeholder, .form input::-moz-placeholder, .form input:-ms-input-placeholder, .form textarea::-webkit-input-placeholder,.form textarea:-moz-placeholder, .form textarea::-moz-placeholder, .form textarea:-ms-input-placeholder {color: #000000;font-size: 0.8rem;}
    .form small{color: #000000;float: left;margin-bottom: 30px; margin-top: 30px; color: #999; }
    .form .uk-checkbox:focus, .form .uk-radio:focus {border-color: #929084;}
    .form .uk-checkbox:checked, .form .uk-checkbox:checked:focus {background-color: #929084;}
    .form .uk-radio-label{font-size: 0.8rem;cursor: pointer;}
    .form .uk-radio:checked, .form .uk-radio:checked:focus {background-color: #580158;}
    .form .g-recaptcha{float: left;}
    .form .uk-button{border-radius: 0;margin: 10px 0;}
    .uk-input:focus, .uk-select:focus, .uk-textarea:focus {background-color: transparent;}


/* Hacks */
.clear{clear: both;}
.overlay{background-color: rgba(161,139,97,0.6);position: absolute;top: 0;left:0;width: 100%;height: 100%; z-index: 1;}
.overlay-light{background-color: rgba(255,255,255,0.3);position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 1;}
.overlay-dark{background-color: rgba(00,00,00,0.5);position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 1;}
.section{padding: 10vh;}
.section-h{padding: 10vh 10vh 0vh 10vh;}
.section-text{padding: 5vh;}
.no-padding{padding: 0 !important;}
.scrolloff{pointer-events: none;}
.p-0{padding: 0 !important;}
.mt-50{margin-top: 50px !important;}
.mt-0{margin-top: 0 !important;}
.ml-0{margin-left: 0 !important;}
.gradient-white{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: transparent;background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) , transparent); background: -o-linear-gradient(right, rgba(255,255,255,0.8) , transparent);background: -moz-linear-gradient(right, rgba(255,255,255,0.8) , transparent);background: linear-gradient(to right, rgba(255,255,255,0.8) , transparent);z-index:-1;}
.dark-bg-2{background-color: #00609C;}
.dark-bg-3{background-color: #94bed3;}
.visible-flex{display: flex !important;}
.left {float: left !important;}
.right {float: right !important;}
.center {text-align: center !important; margin: 0 auto !important;}
.mb-5 {margin-bottom: 5vh;}
.m-left:after {left:65px !important;}
.turquesa {color: #42D1B7 !important; }
.bg-white {background-color: white;}
.no-b {border:0 !important; padding: 0 !important;}
.mt-30 {margin-top: 30px;}
.mt-10 {margin-top: 10vh;}
.shadow {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);}
.relative {position: relative !important;}
.bg-grey {background-color: rgba(128,128,97, 0.1) !important;}

/* Icons */
.icon{background-image: url('../img/assets-sprite.svg');display: inline-block; background-size: 1000px 500px;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.icon-ind {position: relative;}
.icon.facebook{width: 35px;height: 35px;background-position: -0px -160px;}


.icon.mail{width: 32px; height: 22px; background-position: -220px -175px;}

.icon.pool{width: 50px; height: 50px; background-position: -0px -170px;}
.icon.parking{width: 50px; height: 50px; background-position: -50px -170px;}
.icon.rec{width: 50px; height: 50px; background-position: -100px -170px;}
.icon.wifi{width: 50px; height: 50px; background-position: -150px -170px;}
.icon.taq{width: 50px; height: 50px; background-position: -200px -170px;}


.icon.a-cama{width: 100px; height: 100px; background-position: -0px -220px;}
.icon.a-sofa{width: 100px; height: 100px; background-position: -100px -220px;}
.icon.a-personas{width: 100px; height: 100px; background-position: -200px -220px;}
.icon.a-metros{width: 100px; height: 100px; background-position: -300px -220px;}
.icon.a-cocina{width: 100px; height: 100px; background-position: -400px -220px;}
.icon.a-placa{width: 100px; height: 100px; background-position: -0px -320px;}
.icon.a-lavanderia{width: 100px; height: 100px; background-position: -100px -320px;}
.icon.a-bano{width: 100px; height: 100px; background-position: -200px -320px;}
.icon.a-tv{width: 100px; height: 100px; background-position: -300px -320px;}
.icon.a-utensilios{width: 100px; height: 100px; background-position: -400px -320px;}

.icon.s-pool{width: 75px; height: 75px; background-position: -250px -145px;}
.icon.s-varios{width: 75px; height: 75px; background-position: -325px -145px;}
.icon.s-rec{width: 75px; height: 75px; background-position: -400px -145px;}
.icon.s-ext{width: 75px; height: 75px; background-position: -475px -145px;}
.icon.s-ocio{width: 75px; height: 75px; background-position: -550px -145px;}
.icon.s-trans{width: 75px; height: 75px; background-position: -625px -145px;}
.icon.s-comida{width: 75px; height: 75px; background-position: -700px -145px;}
.icon.s-apa{width: 75px; height: 75px; background-position: -775px -145px;}
    

/* Cookies */
#cookieMessageWrapper{width: 100%;background: rgba(174, 174, 174, 0.9);position: fixed;left: 0;bottom: 0;text-align: center;padding: 0;z-index: 997;}
#cookieMessage{width: 90%;padding: 3px 0 3px 0;margin: 0 auto;position: relative;}
#cookieMessage p{font-size: 12px;line-height: 16px;margin-bottom: 5px;color: white;text-align: center;}
#cookieMessage p b{font-size: 12px !important; font-weight: 700 !important;}
#cookieMessage a{font-size: 12px;color: white;}
#cookieMessage:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#cookieClose{display: inline-block;padding: 5px 10px;text-decoration: none;background: #af9961;margin-top: 6px;cursor: pointer;color: white !important;}

/* Main */
.preloader{position: fixed;z-index: 999;width: 100vw;height:100vh;top: 0;left: 0; background-color: #af9961;}
.preloader img{position: absolute;top: calc(50vh - 100px);left: calc(50vw - 110px);width: 220px;height: auto;}
.header{background-repeat: no-repeat;background-position: center;background-size: cover; width:100%; min-height:80vh; z-index: -1; /* -webkit-box-shadow: 0px 0px 5px 0px rgba(00,00,00,0.3); -moz-box-shadow: 0px 0px 5px 0px rgba(00,00,00,0.3); box-shadow: 0px 0px 5px 0px rgba(00,00,00, 0.3); */ margin-top: -85px;}

.header h1 {color: white; z-index: 2; position: relative; text-align: center; margin-left: 10%; padding-top: 25vh;font-weight: 700;   max-width: 80%;     text-shadow: 0 0 10px #666; font-size: 3.5rem;}
.header h1 span {color: white; font-weight: 400; font-size: 70%; display: block;text-shadow: 0 0 10px #666;}
.page .header{min-height:50vh;}
.header h2{color: white; text-align: right; padding-bottom: 20vh; padding-right: 20vh; z-index: 1;}
.header h2 span{font-size: 60%;font-weight: 400;display: block;}
.is-stuck .header-logo{margin:10px;width: 300px;height: 32px;}
.page .header h1{margin: 10vh 5vh;}
.page .header .header-logo{background-image: url('../img/logo-header.svg');margin: 20px 0 0 20px;width: 100px;height: 100px;}

.menu-bg{height: 90px;background-color: #000000;margin-top: -90px;}
.page-intro h1{text-align: left;color: #000000;font-weight: 700;margin-bottom: 0;}
.page-intro h1:after{display: none;}
.page-intro h1 span{display: block;font-size: 60%;}
.page-intro p{text-align: left;margin: 20px 0;}

.social-header { z-index: 4; height: 40px; width: 40px; position: relative; top: 25vh;}
.sticky-social-header{z-index: 3 !important; margin-top: -80px;}

.sticky-social-header.uk-active .icon.facebook-h {top: 90px;}
.sticky-social-header.uk-active .icon.blog-h {top: 90px;}



    /* menu */
    .uk-navbar {display: flex; position: relative; width: 100%;}
    .uk-navbar .contact-header {width: 100px; background-color: #000000;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
    .uk-navbar .contact-header:hover {width: 100px; background-color: #af9961;}
    .uk-navbar-nav#main-menu {margin-right: 4vh;}
    .uk-navbar-nav>li>a{height: 75px; font-weight: 600;  text-transform: initial; color: #ffffff; padding: 0 15px 0 15px; font-size: 0.9rem;  font-family: 'Raleway', sans-serif; }
    .uk-navbar-dropdown-nav {line-height: 2;}
    .uk-navbar-nav>li.uk-active>a{color: #af9961 !important;text-shadow: none;}
    .uk-navbar-nav>li>a:active{color: #af9961 !important; text-shadow: none;}
    .uk-navbar-nav>li>a:hover{color: #af9961;text-shadow: none;}
    .uk-navbar-left {padding-left: 2vh;}
    .uk-navbar-dropdown-nav>li>a{ color: #000000;text-transform: Initial;height: auto; font-weight: 600;}
    .uk-navbar-dropdown-nav>li>a:hover, .uk-navbar-nav>li>a.uk-open{color: #af9961;}
    .uk-navbar-toggle {color: white !important; }
    .uk-navbar.uk-active .uk-navbar-toggle {color: #000000 !important;z-index: 5; }
    .has-dropdown{position: relative;}
    
    .has-dropdown a{padding: 0 3px 0 15px !important; }

    .has-dropdown:after{content: ""; display: inline-block; width: 12px; height: 6px; background-image: url(../img/assets-sprite.svg); background-position: -35px 0px; position: absolute; top: 38px; right: -15px; background-size: 1000px 500px;}
    .uk-navbar.uk-active .has-dropdown:after{background-position: -50px -0px;}
    .bm-waves a{padding: 0 !important;font-size: 0 !important;margin:0 !important;}
    .bm-waves a:hover,.bm-waves a:focus, .bm-waves a:visited{font-size: 0;}
    .bm-waves span{width: 230px; height: 85px; background-image: url(../img/logo-header.svg); background-size: contain;  background-repeat: no-repeat; background-position: left center; }
    #book-now-button{background-color: #513d35;color: white;display: none;}
    #book-now-button a{color: white;font-size: 1.2rem;padding: 2rem 4rem;}
    .uk-navbar-container.uk-active{background-color: white;width: 100vw !important; height: 80px;}
    .uk-navbar-container.uk-active .bm-waves span{width: 230; height: 85px; background-image: url(../img/logo-header-c.svg); background-size: contain; background-repeat: no-repeat; background-position: left center;  margin-top: -2px; }
    .uk-navbar-container.uk-active .uk-navbar-nav>li>a{color: #000000; }
    .uk-navbar-container.uk-active .uk-navbar-nav>li>a:hover{color: #af9961; }
    .uk-navbar-container.uk-navbar.uk-active .uk-navbar-left{opacity: 1;z-index: 5;}
/* 
    .uk-navbar-container.uk-navbar.uk-active  {background-color:  !important;} */




    /* buscador header */
    .buscador.uk-container.uk-container-small {padding-left: 0 !important; padding-right: 0 !important;}
    #buscador_reserva{width: 100%;background-color: rgba(42,44,55,0.3);position: relative;z-index: 1;padding: 15px;box-sizing: border-box;padding-bottom: 35px;}
    /* .buscador {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);} */
    .b-book{position: relative;font-size: 0.8rem;cursor: pointer;display: block; right: 10px; bottom: 8px;text-align: right;margin: 5px 10px 0 10px !important;text-decoration: underline; color: white;}
    .b-book:hover {color: #af9961;}
    .mis-reservas {text-align: center; color: #000000; margin-top: 35px;}
    .mis-reservas:before {content: "";display: inline-block;width: 10px;height: 10px;background-image: url('../img/assets-sprite.svg');background-position: -160px 0;position: absolute; background-size: 1000px 500px; margin-left: -15px; margin-top: 5px;}
    .promo { height: 80px; text-align: center; margin-top: 20px;}
    .promo h5 {color: #000000; text-align: center; font-weight: 400; margin-top: 8px;}
    .promo .b-voucher-input {height: 20px; width: 100%; padding-top: 10px;}
    .promo .b-voucher-input::placeholder {color:  #000000; opacity: 0.5; font-size: 0.9rem; font-family: 'Raleway', sans-serif;}
    .form input::-webkit-input-placeholder , .form input:-moz-placeholder , .form input::-moz-placeholder, .form input:-ms-input-placeholder {height: 30px; width: 100%;}
    /*#reservar {}*/
    .kids-years {height: 50px;}

    /* counter */
    .counter-container{position: relative;width:80px; padding-bottom: 10px; margin: 0 auto;}
    .counter{position: relative;padding: 0 30px; display: inline-block;height:30px;width: 20px;text-align: center;line-height: 1.9; color:#000000;}
    .b-more-beds span{display: block;}
    .b-more-beds .uk-width-expand{position: relative;padding: 0 5px;}
    .icon.less{content: ""; display: inline-block; width: 25px; height: 25px; background-image: url(../img/assets-sprite.svg); background-position: -400px -0px; text-align: center; background-color:#af9961;border-radius:25px;cursor:pointer;position: absolute;z-index:1;top: 2px;left: 2px;}
    .icon.more{content: ""; display: inline-block; width: 25px; height: 25px; background-image: url(../img/assets-sprite.svg); background-position: -430px -0px; text-align: center; background-color:#af9961;border-radius:25px;cursor:pointer;position: absolute;z-index:1;top: 2px;right:2px;}
    .icon.kids_less{content: ""; display: inline-block; width: 25px; height: 25px; background-image: url(../img/assets-sprite.svg); background-position: -400px -0px; text-align: center; background-color:#af9961;border-radius:25px;cursor:pointer;position: absolute;z-index:1;top: 2px;left: 2px;}
    .icon.kids_more{content: ""; display: inline-block; width: 25px; height: 25px; background-image: url(../img/assets-sprite.svg); background-position: -430px -0px; text-align: center; background-color:#af9961;border-radius:25px;cursor:pointer;position: absolute;z-index:1;top: 2px;right:2px;}
    .icon.more.disabled, .icon.less.disabled, .icon.kids_more.disabled, .icon.kids_less.disabled{background-color: #999;}
    .b-beds.uk-dropdown.uk-open.uk-dropdown-top-left {/*background-color: #000000;*/}   
    .sticky-buscador{z-index: 1 !important; margin-top: -115px;}
    .sticky-buscador.uk-active{ margin-top: 90px !important;/*background-color: rgb(248, 248, 248);*/ background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);}
    .sticky-buscador{z-index: 1 !important;}
    .sticky-buscador.uk-active{ margin-top: 80px !important; border-top: 1px solid #000000; }
    .sticky-buscador.uk-active .b-datepicker {height: 90px !important; z-index: 5 !important;}
    .sticky-buscador.uk-active .b-book {bottom: -50px; color: white; background-color: #000000; width: auto; height: 15px; padding: 13px; right: -10px;}
    .sticky-buscador.uk-active .b-book:hover {color: #af9961;}
        /* datepicker skin */
        /* .ui-widget {background: #000000;border: 1px solid #000000;}
        .ui-datepicker {padding: 0; margin-top: 25px;}
        .ui-datepicker-header {border: none;background: #000000;font-weight: normal;font-size: 11px;text-transform: uppercase;color: white;font-weight: 700;border-radius: 0;}
        .ui-datepicker-header .ui-state-hover {background: transparent;border-color: transparent;cursor: pointer;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;}
        .ui-datepicker .ui-datepicker-title {margin-top: 1.5em;margin-bottom: 1em;}
        .ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {top: 1.7em;border:none;}
        .ui-datepicker .ui-datepicker-prev-hover {left: 2px;}
        .ui-datepicker .ui-datepicker-next-hover {right: 2px;}
        .ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {background-image: url(../img/ui-icons_ffffff_256x240.png);background-position: -32px -32px;margin-top: 0;top: 0;font-weight: normal;}
        .ui-datepicker .ui-datepicker-prev span {background-position: -96px -32px;}
        .ui-datepicker .ui-datepicker-prev-hover span {background-position: -96px -48px;}
        .ui-datepicker .ui-datepicker-next-hover span {background-position: -32px -48px;}
        .ui-datepicker table {margin: 0;}
        .ui-datepicker th {padding: 1em 0;color: #000000;font-size: 8px;font-weight: normal;text-transform: uppercase;border: none;border-top: 1px solid #CBCBCB;}
        .ui-datepicker td {border: none;padding: 0;}
        td .ui-state-default {background: transparent !important;border: none;text-align: center;padding: 1em 0;margin: 0;font-weight: normal;color: white !important;font-size: 12px;border:0 !important;text-align: center !important;}
        td .ui-state-active,td .ui-state-hover {background: #e2333f;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;} */
        
        /* .uk-navbar-container.uk-navbar.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .ui-datepicker {margin-top: 30px !important;}
        .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {margin-top: 25px; }
        .sticky-buscador.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {margin-top: 30px; } */
        .b-beds.uk-dropdown.uk-open.uk-dropdown-bottom-left {margin-top: 25px !important; background-color: #ffffff;}

    /* .uk-form-div{position: relative;padding: 0 !important;} */
    .b-datepicker{height: 95px;border: 0;padding: 0;width: 100%;background-color: transparent; cursor: pointer; text-align: center;color: transparent !important;font-size: 0.8rem;line-height: 4.8;position: relative;z-index: 1;top: -95px;}
    .b-datepicker::-webkit-input-placeholder, .b-datepicker:-moz-placeholder,.b-datepicker::-moz-placeholder,.b-datepicker:-ms-input-placeholder {  color: white !important;}
    .b-hotel{width: 100%; padding-top: 20px; position: relative;}
    .b-hotel:after{content: "";width: 25px;height: 25px;position: absolute;bottom: 25px;background-image: url('../img/assets-sprite.svg');background-position: 0 -75px;right: 10px;z-index: 0; background-size: 1000px 500px;}
    .b-hotel select.uk-select{font-weight: 700;color: #000000;width:100%;cursor: pointer;height: 80px !important;border:0; border-right:1px solid #000000;line-height: 5.6;padding-left: 10px;font-size: 0.9rem;background: none !important;z-index: 1;position: relative; }

    .uk-notification-message{font-size: 1rem;}
    .uk-notification{width: 400px;}
    .uk-notification-top-center{margin-left: -200px;}
    .buscador .uk-dropdown {min-width: 320px !important; left: 0 !important; overflow: hidden;height: auto;}
    .buscador .b-more-beds .uk-grid>.uk-grid-margin {margin-top: 5px !important;}
    .buscador .uk-select:not([multiple]):not([size]) {border: 1px solid #af9961; color: #000000; border-radius: 5px; background-color: transparent}
    .uk-select:not([multiple]):not([size]) {background-image:  url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}



    /* BUSCADOR NUEVO*/
    .sticky-buscador .uk-form-div:nth-child(3), .sticky-buscador .uk-form-div:nth-child(4){margin-top: 15px;}
    .sticky-buscador {margin-top: -215px !important; width: 700px; margin: 0 auto 30px; height: auto;}
    .sticky-buscador.uk-active{width: 100% !important;max-width: 100% !important; z-index:1 !important;}
    .sticky-buscador.uk-active .uk-form-div{width: 25% !important;padding: 0 !important;border-left:1px solid #000000;margin: 0;}
    .sticky-buscador.uk-active .uk-form-div:first-child{border-left:1px solid #000000;}
    .sticky-buscador.uk-active #buscador_reserva {height: 60px;padding:0;}
    .sticky-buscador.uk-active .bh .header-search {height: 60px;margin: 0 !important;}
    .sticky-buscador.uk-active .uk-form-div.con-book {width: 100% !important; height: 60px;}
    .sticky-buscador.uk-active .bh .reservas .con {border-top: 0;}
    .sticky-buscador.uk-active .bh .reservas .promo {border-top: 0; }
    .sticky-buscador.uk-active .bh .rooms .con .hab-value{padding-left: 70px;}
    .buscador {margin: 0 auto;}
    .bh .hotel-sel-con .con{position: relative;background-color: white; height: 60px;}
    .bh .hotel-sel-con .con .hotel {font-size: 1rem; font-weight: 700; margin-top: 1px;}
    .bh .hotel-sel-con .uk-select#hotel-sel{border: 0;background-color: transparent;color: white;border-radius: 0;height: 60px;text-align: center;position: relative;z-index: 1;font-size: 0;}
    .bh .hotel-sel-con span{position: absolute;width: 100%;text-align: center;margin-top: 20px;color: #000000;z-index: 0;}
    .bh .dates {height: 60px; position: relative;}
    .bh .dates .ida-vuelta {text-align: center; height: 60px;}
    .bh .dates .ida-vuelta .con {height: 60px; width: 100%;position: relative; color: #000000;background-color: white;}
    .bh .dates .ida-vuelta #rangepicker_title {position: absolute; width: 100%; left: 0; top: 20px;}
    .bh .dates .ida-vuelta #rangepicker{opacity: 0;font-family: 'Raleway', sans-serif;font-weight: 700;font-size: 1rem;text-transform: uppercase;}
    .bh .dates .ida-vuelta #rangepicker span{font-weight: 400;}
    .bh .dates .daterange {border: 0;padding: 0;width: 100%;background-color: white; cursor: pointer; text-align: center;color: #000000 !important;position: relative;z-index: 1; height: 60px;font-size: 0.9rem;}
    .bh .rooms {height: 60px; position: relative;}
    .bh .rooms .con {height: 60px; position: relative; width: 100%; left: 0; top: 0; color: #000000; background-color: white;}
    .bh .rooms .con .hab-value { position: relative;width: 100%;left: 0px;top: 20px;text-align: left;font-weight: 700;color: #000000;z-index: 3;padding-left: 90px;box-sizing: border-box;opacity: 0;}
    .bh .rooms .con .b-title.hab-num {position: absolute; width: 100%; left: 0; top: 20px; text-align: center; }
    .bh .rooms .con .b-title.hab-num .ac-counter, .bh .rooms .con .b-title.hab-num .kc-counter{font-weight: 700;}
    .bh .rooms .con .b-beds {position: relative; width: 100%; left: 0; top: 20px; height: 240px;overflow-y: auto;}
    .bh .rooms .con .hv-title {font-weight: 700; color: #000000; margin-bottom: 5px; font-size: 0.8rem; text-transform: uppercase; text-align: center;}
    .bh .rooms .con .b-more-beds span {color: #000000; text-align: center; font-size: 0.7rem;text-transform: uppercase;font-weight: 700;margin-top: 5px;}
    .bh .rooms .con .b-more-beds .bmb-kids-cont{margin-bottom: 5px;margin-left: 0;}
    .bh .code {height: 60px;}
    .bh .reservas .promo {height: 60px; margin-top: 0;position: relative;background-color: white;}
    .bh .reservas .promo small {color: #000000; position: absolute; bottom: 4px; text-align: center; width: 100%; left: 0;}
    .bh .reservas .promo .b-voucher-input {border: 0; height: 55px; padding-top: 0; text-align: center; font-size: 1rem; color: #000000; width: calc(100% - 2px);}
    .bh .reservas {height: 60px;}
    .bh .reservas .con-book {background-color: #af9961; -webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
    .bh .reservas .b-book{height: 59px; width: 100%; text-align: center; cursor: pointer;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
    .bh .reservas .b-book:hover{background-color: rgba(27, 195, 234, 0.8)}
    .bh .reservas .b-book span {top: 20px; color: white; -webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;text-transform: uppercase;font-weight: 700;font-size: 0.8rem;display: block;}
    .bh .reservas .b-book:hover span {color: #000000; }
    .bh .b-send {background-color:#af9961; border: 0; height: 60px; padding: 0; color: white; -webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
    .bh .b-send:hover{background-color: #000000    !important;}
    .bh .buscador .uk-select:not([multiple]):not([size]) {background-color: transparent !important;}

    .uk-button.bb-close {background-color: #000000 !important; padding: 1rem 2rem; }
    .uk-button.bb-close:after {display: none;}
    .uk-button.bb-close:hover {background-color: #af9961 !important; color: white; }

            /*DATERANGEPICKER*/
            .daterangepicker {background-color: white !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);font-family:  'Montserrat', sans-serif !important; border: 1px solid #af9961 !important; z-index: 3 !important;}
            .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {color: #000000;}
            .daterangepicker td.active, .daterangepicker td.active:hover {background-color: #000000 !important;}
            .daterangepicker td.in-range {background-color: #af9961 !important;}
            .daterangepicker td.start-date, .daterangepicker td.end-date {background-color: #000000 !important; color : white;}
            .daterangepicker td.off.available, .daterangepicker td.disabled, .daterangepicker option.disabled{opacity: 0.2;}
            .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{background-color:transparent !important;}
            
            .icons-bottom{display: none;}

.container {width: calc(100% - 20vh); margin-left: 20vh;}
/* .intro {margin-top: 10vh; } */

/* BANNER HEADER */
.banner-header {background-color: #ffffff; max-width: 320px; margin-top: 120px; border-left: 4px solid #af9961; border-top: 4px solid #af9961; border-bottom: 4px solid #af9961; /* border-right: 4px solid #af9961; */}
.banner-header .text {padding: 20px;}
.banner-header .text h3 {font-size: 1.4rem; margin-bottom: 0px;text-align: center; margin-top: -5px;color: #af9961; font-weight: 700; font-weight: 700;}
.banner-header .text h3 small {font-size: 0.5rem; position: relative; top: -4px; font-weight: 900;}
.banner-header .text h3 span {font-size: 1.8rem; font-weight: 800; color: #af9961; line-height: 1.1; margin-top: 10px;}
.banner-header .text h4 {margin-bottom: 0px; color: #af9961; text-align: center;  margin-top: 0px; font-weight: 700; font-size: 0.9rem;}
.banner-header .text p {line-height: 1; font-size: 2.2rem; margin-top: 0px; margin-bottom: 0px;text-align: center; color:#af9961; font-weight:900; text-transform: uppercase; }
.banner-header .text h5 {font-size: 1rem; color: #af9961; line-height: 1.1; margin-top: 10px; text-align: center; margin-bottom: 10px;} 

/* BANNER VINO */
.banner-promo {background-color: #af9961; max-width: 320px; margin-top: 20px; border-left: 4px solid #af9961; border-top: 4px solid #af9961; border-bottom: 4px solid #af9961; /* border-right: 4px solid #af9961; */}
.banner-promo .text {padding: 20px;}
.banner-promo .text h3 {font-size: 1rem; margin-bottom: 0px;text-align: center; margin-top: -5px;color: white;}
.banner-promo .text h3 span {font-size: 1.2rem; font-weight: 800; color: #F0D48D; line-height: 1.1;}
.banner-promo .text h4 {margin-bottom: 0px; color: white; text-align: center;  margin-top: 0px; font-size: 1rem; font-weight: 700;}
.banner-promo .text p {line-height: 1; font-size: 0.9rem; color: white; margin-top: 5px; margin-bottom: 5px;text-align: center;}
.banner-promo .promo-img {background-image: url(../img/bg-wine.jpg); min-height: 150px; background-size: cover; background-position: center;}
#promo {display:block;}

/* BANNER 1 */

.banner-1 {max-width: 320px; width: 100%; z-index: 1; margin-top: 120px;}
.banner-1 .uk-close{color: white;}
.banner-1 .uk-card-default { background-color: #af9961;}
.banner-1 .padding-small {padding: 20px;}
.banner-1 h3 {font-size: 1rem; margin-bottom: 0px;text-align: center; margin-top: -5px;color: white; font-weight: 700; font-weight: 700;}
.banner-1 h3 small {font-size: 0.5rem; position: relative; top: -4px;}
.banner-1 h3 span {font-size: 1.8rem; font-weight: 800; color: white; line-height: 1.1; margin-top: 10px;}
.banner-1 h4 {margin-bottom: 0px; color: white; text-align: center;  margin-top: 0px; font-weight: 700; font-size: 0.8rem; }
.banner-1 p {line-height: 1; font-size: 1.1rem; margin-top: 5px; margin-bottom: 0px;text-align: center; color:white; font-weight:400; text-transform: uppercase; }
.banner-1 h5 {font-size: 2rem; font-weight: 900; color: white; line-height: 1.1; margin-top: 10px; text-align: center; margin-bottom: 10px;} 

/* BANNER 2 */
.banner-2 {max-width: 320px; width: 100%; z-index: 1; margin-top: 290px;}
.banner-2 .uk-close{color: #af9961;}
.banner-2 .uk-card-default { background-color: white; border-right: 4px solid #af9961; border-top: 4px solid #af9961; border-bottom: 4px solid #af9961;}
.banner-2 .padding-small {padding: 20px;}
.banner-2 h3 {font-size: 1.2rem; margin-bottom: 0px;text-align: center; margin-top: -5px;color: #af9961; line-height: 1.2;}
.banner-2 h3 small {font-size: 0.5rem; position: relative; top: -4px;}
.banner-2 h3 span {font-size: 1.8rem; font-weight: 800; color: #af9961; line-height: 1.1; margin-top: 10px;}
.banner-2 h4 {margin-bottom: 0px; color: #af9961; text-align: center;  margin-top: 0px; font-weight: 700; font-size: 0.8rem;  }
.banner-2 p {line-height: 1; font-size: 1.1rem; margin-top: 5px; margin-bottom: 0px;text-align: center; color:#af9961; font-weight:400; text-transform: initial; }
.banner-2 h5 {font-size: 1.6rem; font-weight: 900; color: #af9961; line-height: 1.1; margin-top: 10px; text-align: center; margin-bottom: 10px;} 

/* h5 span */
.uk-heading-line>::before {float: inherit; border-color: #af9961;}

h5.stroke-left {font-family: 'Playfair Display', serif; color: #af9961; text-transform: initial; font-weight: 700; position: absolute; left: 0; font-size: 1.2rem;}
h5.stroke-right {font-family: 'Playfair Display', serif; color: #af9961; text-transform: initial; font-weight: 700; position: absolute; right: 0; font-size: 1.2rem;}

h5.stroke-left:before {content: "";width: 150px; height: 2px;  background-color: #af9961; float: left; margin-right: 20px; margin-top: 15px;}
h5.stroke-right:after {content: "";width: 150px; height: 2px;  background-color: #af9961; float: right; margin-left: 20px; margin-top: 15px;}

/* INDEX */
.home .header {background-image: url(../img/bg-home-01.jpg); min-height: 90vh; }
.home .intro {position: relative;  padding-bottom: 20vh;}
.home .intro h1 {color: #af9961; font-size: 3rem;}
.home .intro h2 {/* font-family: 'Qwigley', cursive; */ font-family: 'Allura', cursive;  color: #af9961; text-transform: inherit; font-size: 3rem; text-align: right; margin-top: 0;}
.home .apartamentos {margin-top: -10vh; margin-bottom: 20vh;}
.home .apartamentos .apa-img {background-position: center; background-size: cover; min-height: 50vh; position: relative; }
.home .apartamentos .apa-img-1 { background-color: rgba(37, 50, 79, 0.7); position: relative; -webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.home .apartamentos .apa-img-2 { background-color: rgba(52, 175, 240, 0.7); position: relative; -webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.home .apartamentos .apa-img-2 .light, .home .apartamentos .apa-img-1 .light  { background-color: rgba(161, 139, 97, 0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.home .apartamentos .apa-img-2:hover .light, .home .apartamentos .apa-img-1:hover .light  {background-color: rgba(161, 139, 97, 1);} 
.home .apartamentos .apa-img-1:hover .light:after {position:absolute;top: 5vh; right: 5vh; width: 95%; height: 94%; border: 10px solid #af9961; content: ""; z-index: -1;}
.home .apartamentos .apa-img-2:hover .light:after {position:absolute;top: 5vh; left: 5vh; width: 95%; height: 94%; border: 10px solid #af9961; content: ""; z-index: -1;}
.home .apartamentos .apa-img .text-hover h3 {color: white; font-size: 1.4rem; font-weight: 700; text-transform: initial;}
.home .relajate {position: relative;}
.home .relajate .bg-left { height: 100%; width: 50%; z-index: -1;}
.home .relajate .bg-right {position: absolute; min-height: 70vh; height: 100%; width: 50%; background-color: rgba(128,128,97, 0.1);z-index: -1;padding-bottom: 20vh;}
.home .relajate .img-aqua {background-image: url(../img/bg-home-04.jpg); background-position: center; background-size: cover;min-height: 50vh;}
.home .relajate .img-wellness {background-image: url(../img/bg-home-05.jpg); background-position: center; background-size: cover;min-height: 50vh;}
.home .relajate h3 {color: #af9961;}
.home .descuento {background-position: top; background-size: cover;min-height: 50vh; margin-top: 20vh;}
.home .descuento p {text-transform: initial; margin-bottom: 0;}
.home .descuento h3 {font-size: 2rem; text-transform: initial;color: #af9961; font-weight: 700; margin-bottom: 0px;}
.home .descuento h4 {font-size: 4rem; text-transform: initial;color: #af9961; font-weight: 700; margin-top: 0px;}
.home .descuento h4 span {font-size: 1.8rem; color: #af9961; margin-bottom: 50px;}
.home .actividades h5 span {margin-top: 30px;}
.home .actividades .bg-left { height: 100%; width: 50%; z-index: -1;}
.home .actividades .img-tortuga {background-image: url(../img/bg-home-07.jpg); background-position: center; background-size: cover;min-height: 60vh; margin-top: 10vh;}
.home .actividades .img-buzo {background-image: url(../img/bg-home-08.jpg); background-position: center; background-size: cover;min-height: 40vh; margin-top: 10vh;}
.home .actividades .img-pareja {background-image: url(../img/bg-home-09.jpg); background-position: center; background-size: cover;min-height: 40vh; }
.home .actividades h3 {color: #af9961;}
.home .zona {background-image: url(../img/bg-home-10.jpg); background-position: top; background-size: cover;min-height: 60vh; }


/* NATUR */
.natur .header {background-image: url(../img/bg-natur-01.jpg); }
.natur .intro {position: relative;  padding-bottom: 20vh;}
.natur .intro h1 {color: #af9961; font-size: 3rem;}
.natur .pueblo .img-pueblo {background-image: url(../img/bg-natur-02.jpg); background-position: center; background-size: cover;min-height: 60vh; }
.natur .comodidad-texto {padding-left: 170px; padding-top: 10vh; padding-bottom: 10vh; padding-right: 10vh;}
.natur .comodidad-texto h3 {margin-top: 50px;}
.natur .imagenes {margin-bottom: 10vh;}
.natur .imagenes .img-cama {background-image: url(../img/bg-natur-03.jpg); background-position: center; background-size: cover;min-height: 50vh; }
.natur .imagenes .img-salon {background-image: url(../img/bg-natur-04.jpg); background-position: center; background-size: cover;min-height: 50vh; }
.natur .actividades {margin-bottom: 10vh;}
.natur .actividades h3 {color: #af9961;}
.natur .img-actividades {background-image: url(../img/bg-natur-05.jpg); background-position: center; background-size: cover;min-height: 60vh; }


/* APARTAMENTOS */
.apartamentos .header {background-image: url(../img/bg-apa-01.jpg); }
.apartamentos .intro {position: relative;  padding-bottom: 10vh;}
.apartamentos .intro h1 {color: #af9961; font-size: 3rem;}
.apartamentos .apa {position: relative;}
.apartamentos .apa .bg-grey {background-color: rgba(128,128,97, 0.1); min-height: 100vh; margin-top: 10vh;position: absolute; z-index: -1; width: 100%;}
.apartamentos .apa .img-una {background-position: center; background-size: cover;min-height: 65vh; }
.apartamentos .apa .img-dos {background-position: center; background-size: cover;min-height: 65vh; }
.apartamentos .apa .section-text h3 {color: #af9961; margin-top: 10vh;}
.apartamentos .imagenes {margin-top: 20vh; margin-bottom: 5vh;}
.apartamentos .imagenes .img-caja {background-image: url(../img/bg-apa-03.jpg); background-position: center; background-size: cover;min-height: 70vh; height: 100%; }
.apartamentos .imagenes .img-sofa {background-image: url(../img/bg-apa-04.jpg); background-position: center; background-size: cover;min-height: 70vh; height: 100%; }
.apartamentos .imagenes .img-mesa {background-image: url(../img/bg-apa-05.jpg); background-position: bottom; background-size: cover;min-height: 70vh; height: 100%; }
.apartamentos .imagenes .img-cava {background-image: url(../img/bg-apa-06.jpg); background-position: center; background-size: cover;min-height: 70vh; height: 100%; }
.apartamentos .imagenes .img-bano {background-image: url(../img/bg-apa-07.jpg); background-position: center; background-size: cover;min-height: 70vh; height: 100%; }
.apartamentos .imagenes .img-cocina {background-image: url(../img/bg-apa-08.jpg); background-position: center; background-size: cover;min-height: 70vh; height: 100%; }
.apartamentos .imagenes h3 {color: #af9961;}

    /* MODAL */
    .uk-modal-full .uk-modal-dialog {background-color: #f2f2eb!important;}
    .uk-modal-close-full {background-color: #f2f2eb!important; color: #af9961;}
    .uk-modal-close-full svg:not(:root) {height: 30px; width: 30px;}
    .img-gal {background-size: cover;}
    .uk-light .uk-slidenav {background-color: #af9961 !important;}
    .equipo ul li {line-height: 1.8rem;} 
    

/* AQUA */
.aqua .header {background-image: url(../img/bg-aqua-01.jpg); }
.aqua .intro {position: relative;  padding-bottom:10vh;}
.aqua .intro h1 {color: #af9961; font-size: 3rem; text-transform: uppercase;}
.aqua .intro p {font-family: 'Allura', cursive; font-size: 2rem; line-height: 1.4;}
.aqua .imagenes {margin-bottom: 10vh;}
.aqua .imagenes .bg-dark {background-color: rgba(175, 153, 97, 0.5);}
.aqua .imagenes .bg-light {background-color: rgba(175, 153, 97, 0.5); width:100%; height: 100%;}
.aqua .imagenes .img-persona {background-image: url(../img/bg-aqua-02.jpg); background-position: center; background-size: cover;min-height: 80vh; height: 100%;}
.aqua .imagenes .img-jac {background-image: url(../img/bg-aqua-03.jpg); background-position: center left; background-size: cover;min-height: 80vh; }
.aqua .imagenes .img-persona-2 {background-image: url(../img/bg-aqua-04.jpg); background-position: center; background-size: cover;min-height: 80vh; height: 100%;}


/* WELLNESS */
.wellness .header {background-image: url(../img/bg-wellness-01.jpg); }
.wellness .intro {position: relative;  padding-bottom: 10vh;}
.wellness .intro h1 {color: #af9961; font-size: 3rem;}
.wellness .servicios {margin-bottom: 10vh; position: relative; width: 100%;}
.wellness .servicios .bg-grey {min-height: 90vh; position: absolute; z-index: -1; width: 100%; top: 20vh;}
.wellness .servicios .ser-ind {position:relative;}
.wellness .servicios .ser-ind:hover .ser-img:after {position:absolute;top: 5vh; right: 5vh; width: 95%; height: 94%; border: 10px solid #af9961; content: ""; z-index: -1;}
.wellness .servicios .ser-ind-left:hover .ser-img:after {position:absolute;top: 5vh; left: 5vh; width: 95%; height: 94%; border: 10px solid #af9961; content: ""; z-index: -1;}
.wellness .servicios .ser-ind .overlay{opacity: 0; -webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.wellness .servicios .ser-ind .text-hover {opacity:0}
.wellness .servicios .ser-ind:hover .text-hover {opacity:1; z-index: 1;}
.wellness .servicios .ser-ind .text {z-index:1;}
.wellness .servicios .ser-ind:hover .overlay{opacity: 1;}
.wellness .servicios .ser-ind .img-masaje {background-image: url(../img/bg-wellness-02.jpg); background-position: center; background-size: cover;min-height: 60vh; }
.wellness .servicios .ser-ind .img-sonido {background-image: url(../img/bg-wellness-03.jpg); background-position: center; background-size: cover;min-height: 60vh; }
.wellness .servicios .ser-ind .img-medicina {background-image: url(../img/bg-wellness-04.jpg); background-position: center; background-size: cover;min-height: 60vh; }
.wellness .servicios .ser-ind .img-especiales {background-image: url(../img/bg-wellness-05.jpg); background-position: center; background-size: cover;min-height: 60vh; }
.wellness .servicios h4 {text-transform: initial; color: #ffffff; font-weight: 700; font-size: 1.6rem;}
.wellness .cuencos {position: relative;}
.wellness .cuencos .img-cuencos {background-image: url(../img/bg-wellness-06.jpg); background-position: center; background-size: cover;min-height: 50vh;}
.wellness .cuencos h3 {color: #af9961;}

/* DIVING */
.diving .header {background-image: url(../img/bg-diving-01.jpg); }
.diving h4 {color: #af9961 !important;}
.diving .intro {position: relative;}
.diving .intro h1 {color: #af9961; font-size: 3rem;}
.diving .intro .img-logo {background-image: url(../img/bg-diving-02.jpg); width: 60%;background-size: contain; background-repeat: no-repeat;}
.diving .servicios {position: relative;}
.diving .servicios .bg-grey {min-height: 90vh; height: calc(100% - 10vh); position: absolute; z-index: -1; width: 100%; top: 15vh; }
.diving .servicios .img-tours {background-image: url(../img/bg-diving-03.jpg); background-position: center; background-size: cover;min-height: 60vh; }
.diving .servicios .img-scuba {background-image: url(../img/bg-diving-04.jpg); background-position: center; background-size: cover;min-height: 60vh; }
.diving .servicios .img-padi-2 {background-image: url(../img/bg-diving-06.jpg); background-position: center; background-size: cover;min-height: 60vh;  margin-top: 10vh; }

.diving .servicios h4.snorkel  {margin-top: 0; margin-bottom: 0;}
.diving .servicios h3.snorkel  {color: #af9961; font-size: 2rem;}

.diving .padi h3 {color: #ffffff; font-weight: 700; font-size: 2.6rem;}
.diving .padi h4 {color: #ffffff !important; text-transform: initial; font-weight: 700; margin-bottom: 0; margin-top: 0;}
.diving .padi p {color: #ffffff;}
.diving .padi .img-padi {background-image: url(../img/bg-diving-05.jpg); background-position: center; background-size: cover;min-height: 40vh; margin-top: 10vh; }




/* ACTIVIDADES */
.actividades .header {background-image: url(../img/bg-actividades-01.jpg);  }
.actividades h4 {color: #af9961 !important;}
.actividades .intro {position: relative;}
.actividades .intro h1 {color: #af9961; font-size: 3rem;}
.actividades .img-senderismo {background-image: url(../img/bg-actividades-02.jpg); background-position: center; background-size: cover;min-height: 40vh; }
.actividades .img-golf {background-image: url(../img/bg-actividades-03.jpg); background-position: center; background-size: cover;min-height: 40vh; }
.actividades .img-kite {background-image: url(../img/bg-actividades-04.jpg); background-position: center; background-size: cover;min-height: 40vh; }
.actividades .restaurant {margin-top: 10vh;}
.actividades .restaurant .text {background-color: #000000;}
.actividades .restaurant .text h3 {color: white; font-weight: 700; font-size: 2.6rem; margin-bottom: 0;}
.actividades .restaurant .text h4 {color: #af9961 !important; text-transform: initial; font-weight: 700; margin-bottom: 0; margin-top: 0;}
.actividades .restaurant .text p {color: white;}
/* .actividades .restaurant ul {border-left: 1px solid white; padding-left: 20px;} */
.actividades .restaurant .text ul li {color: white; font-size: 1.2rem; line-height: 1.7;  font-weight: 700;  }
.actividades .restaurant .text ul li small {color: #af9961; font-weight: 400;}
.actividades .restaurant .rest {background-image: url(../img/bg-actividades-05.jpg); background-position: center; background-size: cover;min-height: 50vh; height: 100%;  background-color: rgba(0, 0, 0,0.1); background-blend-mode: multiply;}

/* -- GALERIA --  */
.galeria .header {background-image: url(../img/bg-galeria-01.jpg);}
.section-galeria { margin-bottom: 10vh; margin-top: 5vh !important;}
.galeria  h2 {font-size: 2.5rem; color: #000000; font-weight: 900; margin-bottom: 0;}
.galeria  h4 {color: #000000; margin-top: 0px; margin-bottom: 0;}
/* .galeria .sticky-buscador {margin-top: -95px;} */
.galeria-intro {min-height: 20vh; max-width: 700px; margin: 0 auto; text-align: center;}
.galeria-intro h3 { color: #000000; font-size: 3rem; text-align: center; margin: 10vh auto; padding-bottom: -10vh; }
.galeria-intro h5 { color: #000000; font-size: 1.5rem; text-align: center; }
.galeria-intro p { color: #294951; font-size: 1rem; text-align: center;}
.gallery-item{border:15px solid white;background-size: cover;background-position: center;}
.gallery-item img {/* box-shadow: 0 0 10px #aaa; -webkit-box-shadow: 0 0 10px #aaa; -moz-box-shadow: 0 0 10px #aaa; */-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.gallery-item img:hover {box-shadow: 0 0 10px #af9961; -webkit-box-shadow: 0 0 10px #af9961; -moz-box-shadow: 0 0 10px #af9961;}

/* -- PROMOCIONES --  */
.promociones .header {background-image: url(../img/bg-ofertas-01.jpg);  }
.promociones h3 {margin-bottom: 0;}
.promociones h4 {color: #af9961 !important; font-weight: 700; font-size:2rem; text-transform: initial; margin-top: 0; margin-bottom: 0;}
.promociones .intro {position: relative;}
.promociones .intro h1 {color: #af9961; font-size: 3rem;}
.promociones .promociones {position: relative;}
.promociones .promociones .promo-ind {margin-bottom: 5vh;}
.promociones .promociones .bg-grey {height: calc(100% - 20vh); position: absolute; z-index: -1; width: 100%; top: 15vh; }
.promociones .promociones .promo-img {background-size: cover; background-position: center; min-height: 50vh;}

/* -- CONTACTA --  */
.contacta .header {background-image: url('../img/bg-contacta-01.jpg');}
.contacta  h2 {font-size: 2.5rem; color: #000000; font-weight: 900; margin-bottom: 0;}
.contacta  h4 {color: #000000; margin-top: 0px; margin-bottom: 0;}
.contacta .sticky-buscador {margin-top: -95px;}
.contacta .formulario {position: relative; }
.contacta .formulario #form {position: relative; /*box-shadow: -30px 30px #000000; -webkit-box-shadow: -30px 30px #000000; -moz-box-shadow: -30px 30px #000000;*/ }
.contacta .formulario.text-intro {position: relative; min-height: 20vh;margin-bottom: 20vh;}
.contacta .formulario .left h3 {color: #889d9d; font-size: 1.8rem; margin-top: 20px;}
.contacta .formulario .right .text {background-color: #000000; position: relative; right: 3vh; top: -2vh; margin-bottom: -5vh;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding: 5vh;}
.contacta .formulario .right .text p {color: white;}
.contacta .formulario .right .text a {color: white;}
.contacta .formulario .right .text a:hover {opacity: 0.8; cursor: pointer;}
.contacta .formulario .right .text .social li {display: inline;}
.contacta .formulario .right .text .social li:hover {opacity: 0.8;}
.contacta .llegar .left h3 {text-align: right;}
.contacta .formulario #send-form  {padding: 1rem 3rem; background-color: #af9961; border: 1px solid #af9961;  color: white; width: auto; margin-right: 0;}
/* .contacta .formulario #send-form:hover  {background-color: transparent; border: 1px solid #000000; color: #000000;} */
.contacta .formulario #send-form:hover  {background-color: #000000; border: 1px solid #000000; color: white;}


    /* mapa */
    #map-container iframe{width: 100%; border:0;}
    

   /* SLIDER */
   /* .feed-hab-ind .img img {height: 250px;}
   .hh-slider .owl-stage-outer{z-index: 1;}
   .hh-slider .owl-nav{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;}
   .hh-slider .owl-prev{position: absolute;width: 25px;height: 50px;left: 3px; top:calc(50% - 25px);background-image: url('../img/assets-sprite.svg');background-position: -280px 0;font-size: 0; background-size: 1000px 500px;}
   .hh-slider .owl-next{position: absolute;width: 25px;height: 50px;right: -35px; top:calc(50% - 25px);background-image: url('../img/assets-sprite.svg');background-position: -310px 0;font-size: 0; background-size: 1000px 500px;}
   .hh-slider .owl-prev:hover, .home-slider .owl-next:hover{opacity: 0.7;}
   .hhs-ind{ height: 100%; position: relative;display: inline-block;width: calc(100% - 20px);background-repeat: no-repeat;background-size: cover;background-position: center;margin-left: 10px;    margin-top: 10vh;}
   .hhs-ind .overlay-light{opacity: 0;-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out,.35s ease-in-out;}
   .hhs-ind:hover .overlay-light{opacity: 1;} */
   /* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: block !important; } */

        
/* uk notification */
.uk-notification-message{background-color: white;border: 1px solid #eee;}

    /* danger */
    .uk-notification-message.uk-notification-message-danger{background-color: #f0506e;color: white;}
    .uk-notification-message.uk-notification-message-danger .uk-close{color: white;}
    .uk-notification-message.uk-notification-message-primary {background-color: #42d1b5; color: white;}
    .uk-notification-message.uk-notification-message-primary .uk-close{color: white;}

    
  /* cookies i aviso legal */
  .cookies .header {background-image: url('../img/bg-cookies.jpg');}
  .cookies .sticky-buscador,  .legal .sticky-buscador {margin-top: -95px;}
  .cookies .uk-link, a {color: #000000;-webkit-transition: ease-in-out,  .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
  .cookies .uk-link, a:hover {color: #af9961;}
  .legal .header {background-image: url('../img/bg-legal.jpg');}

  /* footer */
  footer{background-color: #af9961; padding: 5vh 5vh 2vh 5vh !important;}
  footer ul a h5 {color: white;margin-bottom: 10px; margin-top: 0; display: block;font-size: 1rem;margin-right: 40px;}
  footer ul a:hover h5 {text-decoration: none;color: #af9961;}
  footer ul h5 {color: white;margin-bottom: 10px; margin-top: 0; display: block;font-size: 1rem;}
  li.footer_menu {font-size: 1.2rem; color: white; font-weight: 700; margin-right: 70px; }
  .footer-logo {display: inline-block;width: 190px;}
  .footer-logo img{width: 100%;}
  .list-links li{margin-top: 10px;}
  .bg-autor{background-color: #af9961;}
  .social {margin-top: 10px; }
  .social:hover {opacity: 0.7;}
  .footer-social{text-align: center;}
  .footer-social li{display: inline-block; }
  .footer-social li a{display: block;height: 35px;}
  .footer-social li a:hover{opacity: 0.7;}
  .footer-menu{float: right;}
  .footer-ul {right: 0; float: right; margin-top: 0; }
  .footer-ul li a, .footer-ul li{text-decoration: none; font-weight: 600; color: white;font-size: 0.9rem;padding: 0;line-height: 1.8;list-style-type: none; width: 100%;}
  .footer-ul li a:hover{color: #000000 ;}
  .footer-submenu{float: right;}
  .footer-submenu li{display: inline-block;margin: 0 !important;}
  .footer-submenu li:after{content: "·";color: white;display: inline-block;margin: 0 5px 0 10px;}
  .footer-submenu li:last-child:after{display: none;}
  .footer-submenu li a{color: white;font-size: 0.8rem;padding: 0;}
  .footer-submenu li a:hover{color: #af9961;}
  .copyright{float: left;font-size: 0.8rem;color: white;margin-top: 5px;}
  .autor{float: right; text-align: right;margin-top: 10px !important;}
  .autor p{float: right; text-align: right; color: white !important;font-size: 0.7rem; margin-top: 10px !important;} 
  .autor a{color: white;font-weight: 700;margin-top: 10px !important;}


/* Media queries */
@media only screen and (min-width: 1600px){
    .villas .left-text {padding: 10vh;}

}

@media only screen and (min-width: 1200px){

}

@media only screen and (max-width: 1599px){ /* x-large */

    .menu-header .menu a{font-size: 0.9rem;}
    .is-stuck .header-logo{width: 230px;}
    .uk-navbar-nav>li>a{padding: 0 15px;}
    .uk-navbar-container{height: auto;}
    .uk-navbar-left {padding-left: 2vh; margin-left: 0 !important;}
    .uk-navbar-right{width: 100%;display: block; height: auto; padding-right: 2vh;}
    .uk-navbar-left{display: inline-block; width: 250px;}
    .uk-navbar-nav#main-menu{display: none; position: absolute; top: 80px; left: 0; width: calc(100% - 20px);  background-color: #f8f8f8; z-index: 4; padding-left: 20px; padding-top: 20px;}
    .uk-navbar-nav li{width: calc(100% - 10px);text-align: left;color: #000000;}
    .uk-navbar-nav li a{display: block;height: auto;padding: 10px 12px; min-height: 30px;}
    .uk-navbar-toggle{width: 80px;height: 80px;float: right;z-index: 4;position: relative;color: white !important;}
    .uk-navbar-toggle:focus, .uk-navbar-toggle:hover{color: #eee;}
    .uk-navbar-toggle-icon { color: #000000;}
    .uk-navbar-toggle-icon svg:not(:root) {margin-right: 30px;}
    .villa-search{margin-top: 0 !important;width: 100%;}
    /* .bm-waves span{display: block;  margin-top: -2px; height: 15px; margin-left: 0;position: relative; z-index: 4;background-image: url('../img/logo-header.svg');} */
    /* .uk-navbar.uk-active .uk-navbar-toggle{color: white !important;} */
    .uk-navbar-container .uk-navbar-nav>li a, .uk-navbar-container.uk-active .uk-navbar-nav>li a{color: #000000; text-transform: initial; font-size: 1rem; font-weight: 600; }
    .uk-navbar-container .uk-navbar-nav>li a:hover, .uk-navbar-container.uk-active .uk-navbar-nav>li a:hover{color: #af9961;}
    .has-dropdown:after {content: ""; display: inline-block; width: 10px; height: 4px; background-image: url(../img/assets-sprite.svg); background-position: -37px -5px; position: absolute; top: 18px; left: 90px; background-size: 1000px 500px;}
    .b-book span {top: -7px;}
    .uk-navbar-nav.visible-flex#main-menu {color: #000000;}
    .uk-navbar-toggle, .uk-navbar-toggle.uk-open, .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {color: #000000 !important;}
    .uk-nav.uk-navbar-dropdown-nav li {padding-left: 12px;}
    .uk-navbar-container.uk-navbar.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {background-color: #000000;}
    .uk-navbar-container:not(.uk-navbar-transparent) {background-color: #ffffff !important; height: 80px;}
    .uk-navbar-nav.visible-flex{display: block !important;overflow-y: auto;height: calc(100vh - 80px);}

    .uk-navbar-container .bm-waves span {width: 230px; height: 80px; background-image: url(../img/logo-header-c.svg); background-size: contain; background-repeat: no-repeat; background-position: left center; margin-top: -2px; padding-bottom: 0px; position: absolute;}

}



@media only screen and (max-width: 1199px){ /* large */
  .section-text {padding: 5vh;}
  .header h1{font-size: 2.2rem;}
    

    /* FINCA VISTA BONITA */
    .section {padding:10vh;}
    .section-text {padding: 3vh;}
    
    /* VISTA BONITA */
    
    
    .container{width: calc(100% - 10vh); margin-left: 10vh;}
    .home .habitaciones svg:not(:root) {padding: 0.5rem !important;}

}

@media (max-width: 1024px){ /* ipad */


}


@media (max-width: 959px){ /* medium */

        .section {padding: 5vh;}
    

        /* VISTA BONITA */
        .natur .pueblo {position: relative;}
        .natur .pueblo {position: relative;}
        h5.stroke-right {top: -10vh;}
        .natur .imagenes, .natur .actividades {margin-bottom: 0;}
        .natur .comodidad-texto {padding-left: 170px; padding-top: 10vh; padding-bottom: 10vh; padding-right: 10vh; padding: 5vh;}
        .natur .actividades h3 {text-align: left !important;}
        .order-1-m {order: -1; -webkit-order: -1;}
        .apartamentos .apa .section-text h3 {margin-top: 0;}
        .apartamentos .imagenes {margin-top: 0;}
        .wellness .servicios .ser-ind:hover .ser-img:after {display: none;}
        .wellness .servicios {margin-bottom: 0;}
        .diving .servicios .img-padi-2 {margin-top: 0;}
}


@media (max-width: 767px){ /* medium-small */

    /* demo */
    footer .right {float: left !important;}
    .social {margin-left: 0px; }
    .footer-ul {margin-left:0;}
    .apartamentos .owl-carousel .owl-prev, .apartamentos .owl-carousel .owl-next {bottom: 40px;}
    .home .hotel h3.fixed {font-size: 3.5rem;top: -10vh;}
    .header {width: 100% !important; margin-left: 0 !important;}
    .uk-navbar {margin-top: 0; width: 100%; margin-left: 0;}
    .contacta .sticky-buscador {margin-top: 0;}
    .sticky-buscador {width: auto;}
    /* #buscador_reserva {width: calc(100% - 34px);} */
    .home .comentarios .uk-slideshow-items {min-height: 40vh;}
    .home .promociones .ind h2 {font-size: 3rem;}



    
}

@media only screen and (max-width: 639px){ /* small */
    .section{padding: 10%;}
    .section-text{padding: 10%;}
    .search-engine{padding: 10%;}
    .footer-menu, .footer-submenu{float: left;}
    footer h6{text-align: left;}
    .footer-menu li a, .footer-menu li{text-align: left;}

        /* demo */
        /* .home .intro h2, .home .servicios h3 {font-size:2.5rem;}
        .habitaciones .intro {margin-bottom: 0;}
        .habitaciones .hab-ind .img {min-height: auto; border-bottom: 0px;}
        .home .habitaciones .confort {max-width: 100%;margin-left: 0; margin-right: 0;}
        .autor p {text-align: left;}
        .autor {text-align: left; float: left;}
        .servicios .relajate .text h3 {font-size: 3rem;} 
        
        .icons-bottom{background-color: rgba(1, 36, 40, 0.9); width: 100%; height: 60px; position: fixed; bottom: 0; left: 0; z-index: 4;display: block;}
        .icons-bottom .icon-ind {position: relative;}
        .icons-bottom .uk-width-1-3:nth-child(2){border-left: 1px solid white; border-right: 1px solid white; position: relative; margin-top:5px; height: 50px; }
        footer {padding-bottom: 80px !important;}
         */

         .uk-navbar-container .bm-waves span {width: 180px; height: 80px; background-image: url(../img/logo-header-c.svg); background-size: contain; background-repeat: no-repeat; background-position: left center; margin-top: -2px; padding-bottom: 0px; position: absolute;}

         .container {width: 100%; margin-left: 0vh;}
         .home .intro .intro-ind {border-right: 0;}
         .home .habitaciones svg:not(:root) {padding: 0rem !important;}

        /* buscador */
        #buscador_reserva {width: 100%;}
        .date-vuelta {border-right: 0;}
        .promo {border-right: 0;}
        .date-ida {border-left: 0;}
        .home .header { top:0; width: 100%; margin-left: 0;}
        .home .habitaciones {margin-bottom: 0;}
        .home .promociones {padding-bottom: 0;}

        .uk-navbar-right {padding-right: 20px;}
        .uk-navbar-left {padding-left: 5px;}
        .hab-value{  height: 90px; top: 0px; padding-top: 5px; padding-left: 15px; width: 100%; border-left: 0px;}
        .hab-value:after {right: 40px;}
        .uk-navbar-container.uk-navbar.uk-active .uk-navbar-left {padding-left: 0px; }
        .uk-navbar-container.uk-active .bm-waves span {margin-left: 20px !important;}
        .habitaciones .header {width: 100%; margin-top: -90px; margin-left: 0px; }
        .habitaciones .sticky-buscador {margin-top: 0;}
        .footer-ul {width: 100%;}
        .banner-header {margin-top: 140px; }
        /* .banner-header .text h3 span {font-size: 1.2rem; margin-bottom: -15px;} */
        .banner-header .text small {font-size: 0.8rem; line-height: 1;}


        

        /* BUSCADOR NUEVO*/
        .uk-form-div {height: 60px; margin-top: 0;}
        .buscador .uk-grid {display: inherit;}
        .buscador .icons-bottom .uk-grid {display: -webkit-box;}
        .sticky-buscador {width: 100%;position: relative !important; border: 0 !important; margin-top: 0 !important;}
        .sticky-buscador.uk-active .uk-form-div {width: 100% !important;}
        /* .sticky-buscador.uk-active .bh .code .con {border-top: 1px solid #000000;} */
        .sticky-buscador.uk-active .bh .code .promo {border-left: 0;}
        #buscador_reserva {height: 330px !important;}
        .bh .dates {height: 60px; position: relative;}
        .bh .rooms .con {border-left: 0;}
        .bh .reservas .con {border-left: 0;}
        .bh .dates .ida-vuelta .title {position: relative; width: 100%; left: 0; top: 20px; }
        .bh .dates .ida-vuelta .day{position: relative; width: 100%; left: 0; top: 15px; font-weight: 700; font-size: 1.4rem;}
        .bh .dates .ida-vuelta .month{ position: relative; width: 100%; left: 0; top: 15px; }
        .bh .dates .daterange {border: 0;padding: 0;width: 100%;background-color: transparent; cursor: pointer; text-align: center !important;color: #000000 !important;position: relative;z-index: 1; height: 60px; margin-top: 0px;} 
        .bh .code {height: 60px; top: 60px; border: 0; border-bottom: 0; }
        .bh .code .promo {border-left: 0;  border-bottom: 0;}
        .bh .rooms {border-right: 0; width: 100%; }
        .bh .rooms .con { border-right: 0;} 
        .bh .rooms .con .hab-value {left: -80px;}
        .bh .rooms .con .hab-value{top: 15px;}
        .bh .reservas {width: 100%;/* height: 135px; */}
        .bh .reservas .b-send{margin-top: 15px;}
        .b-book{padding: 0;margin: 5px 10px 0 15px !important;width: calc(100% - 20px);}
        .bh .dates .ida-vuelta #rangepicker_title, .bh .hotel-sel-con span{padding-left: 10px;width: calc(100% - 10px);}


        .contact-header {display:none;}
        .uk-navbar-container.uk-navbar.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);}


        /* VISTA BONITA */
        .intro h1 {font-size: 2rem !important;}
        .intro h2 {font-size: 2rem !important; text-align: left !important;}
        .home .apartamentos .apa-img-1:hover .light:after, .home .apartamentos .apa-img-2:hover .light:after  {display:none;}
        .home .apartamentos {margin-bottom: 10vh;}
        .order-1 {order: -1; -webkit-order: -1;}
        .home .descuento {margin-top: 0;}
        .home .descuento h4 {font-size: 2.5rem;}
        .home .actividades .img-tortuga {margin-top: 5vh;}
        .home .actividades .img-buzo {margin-top: 0px;}
        .mt-10 {margin-top: 10px;}

        .banner-1 {top: 180px; max-width: 100%;}
        .banner-2 {top: 140px;max-width: 100%; z-index: 1;}
        .banner-header {margin-top: 90px; max-width: 100%;}
        .banner-header .text h3 {font-size: 1rem;}
        .banner-header .text h5 {font-size: 1rem;}
        .banner-header .text h4 {font-size: 1rem;}

        .banner-1 h3 {font-size: 1rem;}
        .banner-1 p {font-size: 1rem;}

}
@media (max-width: 459px){ /* x-small */
    h1, h2, h3, h4, h5, h6 {letter-spacing: 0px !important;}
    h2 {font-size: 1.6rem;}
    
    /* demo */
    .footer-ul {float: left; display: block;}
    .header {min-height: 50vh;}
    .sticky-buscador {margin-bottom: 0;}
    .home .promociones .ind h2 {font-size: 2rem;}

      
}