/* Developed entirely by staycreative.es 2025 */

/* Accessibility: Skip link */
.skip-link {
    position: absolute;
    top: -100%;
    left: 16px;
    z-index: 10000;
    padding: 8px 16px;
    background: #3d5a6b;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    transition: top 0.2s;
}
.skip-link:focus {
    top: 0;
    color: #fff;
}



/* reset ui kit */
.uk-link:hover, a:hover{text-decoration: none;}
/* .uk-card-default {background-color: transparent !important; box-shadow: none; } */
::selection {color: white; background-color: #000;}
*+.uk-hr, *+hr {margin-top: 5px; margin-bottom: 15px;}



/* Generals */
html, body {     font-family: "Manrope", sans-serif; font-optical-sizing: auto;font-weight: 400;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #000000; background-color: #fff;}
p{font-family: "Manrope", sans-serif; font-optical-sizing: auto; font-weight: 400; font-size: 1rem; margin: 0;}
h1, h2, h3, h4, h5, h6 {     font-family: "Manrope", sans-serif; font-optical-sizing: auto; color: #000000;margin-bottom: 0; margin-top: 0px;}
div {font-size: 1rem !important;}
ul {padding-left: 0px;}
/* li {text-decoration:none; list-style-type: none; color: #323031;} */
.post ul li {text-decoration: initial !important;}
a {-webkit-transition: ease-in-out, .30s ease-in-out;transition: ease-in-out, .30s ease-in-out; word-wrap: break-word;color: #000;}
a:hover{color: #000;}
a span {display: inline-block;}
small {font-weight: 400 !important;}
ul li {list-style-type: none; list-style: none; font-size: 0.9rem; line-height: 1.6;}
/*p b {font-size: 1rem; font-weight: 700;}*/
:focus {outline: none;}

/* Buttons */
button{  font-family: "Manrope", sans-serif; font-optical-sizing: auto;}
.uk-button{ font-family: "Manrope", sans-serif; font-optical-sizing: auto; font-weight:700; border:0;line-height: 1.5;text-transform: inherit;font-size: 1.1rem;-webkit-appearance: none !important; padding: 0rem; border-radius: 50px;}

    .uk-button-primary {background-color: #2D4853 !important; color: white !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #2D4853;}
    .uk-button-primary:hover {background-color: white !important; color: #2D4853 !important; padding: 1rem 2rem; text-decoration: none;}

    .uk-button-secondary {background-color: #E4FFF9 !important; color: #2D4853 !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #E4FFF9;}
    .uk-button-secondary:hover {background-color: #2D4853 !important; color: #E4FFF9 !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #2D4853;}

    .uk-button-white {background-color: white !important; color:#2D4853 !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid white;}
    .uk-button-white:hover {background-color: #2D4853 !important; color: white !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #2D4853;}

    .uk-button-border {background-color: white !important; color:#2D4853 !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #2D4853;}
    .uk-button-border:hover {background-color: #2D4853 !important; color: white !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #2D4853;}

    .uk-button-yellow {background-color: #FDD349 !important; color:#7329B2 !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #FDD349;}
    .uk-button-yellow:hover {background-color: #7329B2 !important; color: #FDD349 !important; padding: 1rem 2rem; text-decoration: none; border: 1px solid #7329B2;}





    #button-italic { display: inline-block; min-width: max-content; font-style: normal; border: 1px solid #000; width: calc(100% - 100px); padding: 5px 0px;}
    #button-italic span { width: 100%;}
    #button-italic span.italic-effect {font-style: italic;}

/* uk notification */
.uk-notification-message{background-color: white;border: 1px solid #eee;}
.uk-notification-message{font-size: 1rem;}
.uk-notification{width: 400px;}
.uk-notification-top-center{margin-left: -200px;}
.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;}

/* 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;}

/* sweet alert */
.swal2-title{     font-family: "Manrope", sans-serif; font-optical-sizing: auto;}

    /* form */
    .form {position: relative; /* z-index: 2 */;}
    .form input[type=text],.form input[type=email],.form input[type=password], form input[type=tel], .form input[type=number],.form input[type=search],.form select,.form textarea{min-height: 40px; margin-top: 0px !important; padding: 5px 10px; border: 0; border-bottom: 1px solid #2D4853; background-color: transparent; box-shadow: none; border-radius: 0px;  margin-bottom: 6px; color: #000000 !important; font-size: 1rem;height: auto;     font-family: "Manrope", sans-serif; font-optical-sizing: auto;width: -webkit-fill-available;}
    .form .uk-select:not([multiple]):not([size]){background-color: #fff; background-image: none; color: #2D4853 !important;}
    .uk-select:not([multiple]):not([size]) option {background-color: white !important; color: #2D4853 !important;}
    .bg-select-white:focus {background-color: white !important; color: #E4FFF9 !important;}
    .form p {color: white;}
    .form input[type=text]::placeholder,.form input[type=email]::placeholder,.form input[type=number]::placeholder,.form select,.form textarea::placeholder{color: #72706E !important;}
    .form input[type=text]:focus,.form input[type=email]:focus,.form input[type=number]:focus,/*.form select:focus,*/.form textarea:focus, .form select:focus{ background-color: transparent !important; color: #2D4853 !important; border-bottom: 1px solid #E4FFF9;}
    .form select{padding-right: 30px;}
    .form textarea{margin-bottom: 10px;padding: 10px; color: #2D4853;}
    .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: #72706E !important;font-size: 0.7rem !important;}
    .form small{color: white;}
    .form .uk-checkbox {border-color: #000 !important; border-radius: 20px;}
    .form .uk-checkbox:focus, .form .uk-radio:focus {border-color: #000 !important;}
    .form .uk-checkbox:checked, .form .uk-checkbox:checked:focus {background-color: #000;}
    .form .uk-radio-label{font-size: 0.8rem;cursor: polarken;}
    .form .uk-radio:checked, .form .uk-radio:checked:focus {background-color: #000;}
    .form input:-webkit-autofill,
    .form input:-webkit-autofill:hover,
    .form input:-webkit-autofill:focus
    .form textarea:-webkit-autofill,
    .form textarea:-webkit-autofill:hover
    .form textarea:-webkit-autofill:focus,
    .form select:-webkit-autofill,
    .form select:-webkit-autofill:hover,
    .form select:-webkit-autofill:focus { /* border-bottom: 1.5px solid #171919; -webkit-text-fill-color: #171919; -webkit-box-shadow: 0 0 0px 1000px #000000 inset; transition: background-color 5000s ease-in-out 0s; */color: #171919;     font-family: "Manrope", sans-serif; font-optical-sizing: auto;}
    .form input[type=text]::placeholder,.form input[type=email]::placeholder,.form input[type=number]::placeholder,.form select,.form textarea::placeholder{color: #72706E !important; font-size: 0.8rem !important;}
    form, input:focus::placeholder { color: #000;}


/* Icons */


.icon{background-image: url('../../front_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.facebook {width: 30px;height: 30px;background-position: -125px -0px;}
.icon.instagram {width: 30px;height: 30px;background-position: -155px -0px;}

.icon.twitter {width: 30px;height: 30px;background-position: -185px -0px;}
.icon.linkedin {width: 30px;height: 30px;background-position: -215px -0px;}
.icon.user {width: 30px;height: 30px;background-position: -245px -0px; position: relative; margin-bottom: 4px;}

.icon.twitter-small {width: 20px;height: 20px;background-position: -300px -0px;}
.icon.linkedin-small {width: 20px;height: 20px;background-position: -320px -0px;}

.icon.check {width: 20px;height: 20px;background-position: -380px -0px;position: relative; top: 5px;}

.icon.facebook:hover {filter: invert(100%);}
.icon.instagram:hover {filter: invert(100%);}

.icon.tripadvisor {width: 30px;height: 30px;background-position: -125px -30px;}

.icon.psfi-guests{width: 20px;height: 20px; background-position: -185px -0px;}
.icon.psfi-area{width: 20px;height: 20px; background-position: -205px -0px;}
.icon.psfi-date{width: 20px;height: 20px; background-position: -225px -0px;}
.icon.psfi-price{width: 20px;height: 20px; background-position: -245px -0px;}
.icon.psfi-larkenests{width: 20px;height: 20px; background-position: -265px -0px;}

.uk-lightbox {z-index: 1111111 !important;}

  /* DROPDOWN */
  .uk-drop.uk-open {border-radius: 0px; z-index: 1111; /* background-color: #F7F6EF; */ width: max-content; top: 80px !important; border-radius: 5px;}
  .uk-navbar-dropdown-nav>li>a {font-size: 0.9rem; font-weight: 400;color: #000;}
  .uk-navbar-dropdown-nav>li>a:hover {text-decoration: underline;}
  .uk-dropdown {min-width: max-content;}
  .uk-navbar-nav>li>a {text-transform: initial; font-size: 1.1rem; font-weight: 400; color: #000;transition: .0s ease-in-out;}
  .langs .uk-navbar-nav>li>a {font-weight: 400 !important; }

  .uk-navbar-nav>li:nth-child(6) a {background-color: #000 !important; color: white !important; border: 1px solid #000; padding: 0.2rem 1rem !important; min-height: 35px !important; border-radius: 35px; margin-top: 20px;}
  .uk-navbar-nav>li:nth-child(6) a:hover {background-color:white !important; color: #000 !important;border: 1px solid #000; }



  .uk-navbar-nav>li.uk-active>a {font-weight: 700;}
  .uk-navbar-dropdown-nav>li>a.uk-active {color: #8ef1e8;}

  /* MENU */
  nav {z-index: 1111;}
nav.uk-active {box-shadow: 0 2px 8px rgb(0 0 0 / 8%); }
.user-menu {gap: 15px;margin-left: 20px;}
.uk-navbar-container {position: relative; z-index: 980; }
.uk-navbar-container.uk-sticky.uk-active {box-shadow: 0 2px 8px rgb(0 0 0 / 8%);  }
.uk-sticky.uk-active .hide-on-navbar-active {display: none !important;}
.uk-navbar-container.uk-sticky.uk-active .uk-navbar-center {display: none;}
.uk-navbar-container:not(.uk-navbar-transparent) {background-color: transparent !important;}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true] {text-decoration: line-through; color: #000;}

/* Menu Background Variants */

/* Logos - por defecto mostrar logo oscuro, ocultar logo blanco */
.logo-dark { display: inline-block; }
.logo-white { display: none; }

/* Transparent background - texto blanco, logo blanco */
#container-menu.menu-transparent {
    background-color: transparent;
    z-index: 1111;
}
#container-menu.menu-transparent .logo-dark { display: none; }
#container-menu.menu-transparent .logo-white { display: inline-block; }
#container-menu.menu-transparent .uk-navbar-right li a {
    color: white !important;
}
#container-menu.menu-transparent .uk-navbar-right li:hover a {
    color: white !important;
}
/* Cuando sticky, fondo primary y texto blanco, logo blanco */
#container-menu.menu-transparent.uk-active {
    background-color: #2D4853;
    transition: background-color 0.3s ease;
}
#container-menu.menu-transparent.uk-active .logo-dark { display: none; }
#container-menu.menu-transparent.uk-active .logo-white { display: inline-block; }
#container-menu.menu-transparent.uk-active .uk-navbar-right li a {
    color: white !important;
}
#container-menu.menu-transparent.uk-active .uk-navbar-right li:hover a {
    color: #E4FFF9 !important;
}

/* White/default background - fondo primary, texto blanco, logo blanco */
#container-menu.menu-white {
    background-color: #2D4853;
    z-index: 1111;
}
#container-menu.menu-white .logo-dark { display: none; }
#container-menu.menu-white .logo-white { display: inline-block; }
#container-menu.menu-white .uk-navbar-right li a {
    color: white !important;
}
#container-menu.menu-white .uk-navbar-right li:hover a {
    color: #E4FFF9 !important;
}

/* Primary/Blue background - texto blanco, logo blanco */
#container-menu.menu-primary {
    background-color: #2D4853;
    z-index: 1111;
}
#container-menu.menu-primary .logo-dark { display: none; }
#container-menu.menu-primary .logo-white { display: inline-block; }
#container-menu.menu-primary .uk-navbar-right li a {
    color: white !important;
}
#container-menu.menu-primary .uk-navbar-right li:hover a {
    color: #E4FFF9 !important;
}

  /* datedropper */
  div.datedropper.bonaire-theme {--dd-color1: #2D4853 !important;--dd-color2: #FFF !important;--dd-color3: #E4FFF9 !important;--dd-color4: #E4FFF9 !important;--dd-radius: 16px !important;--dd-width: 160px !important;--dd-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3) !important;}

  /* datedropper new */
  .bonaire-theme { --dd-overlay:rgba(0, 0, 0, .75); --dd-background:#FFFFFF;--dd-text1:#000000;--dd-text2:#FFFFFF;--dd-primary:#000000;--dd-gradient:linear-gradient(45deg, #000000 0%, #000000 100%);--dd-radius:16px;--dd-shadow:0 0 2.5em rgba(0, 0, 0, 0.1);--dd-range:rgba(0, 0, 0, 0.05);--dd-monthBackground:var(--dd-gradient);--dd-monthText:var(--dd-text2);--dd-monthBorder:transparent;--dd-confirmButtonBackground:var(--dd-gradient);--dd-confirmButtonText:var(--dd-text2);--dd-selectedBackground:var(--dd-gradient);--dd-selectedText:var(--dd-text2);}

/* HACKS */
.clear{clear: both;}
.overlay{background-color: rgba(45, 72, 83,0.2);position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 0;-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; mix-blend-mode: multiply; }

.overlay-top {
    position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 0; mix-blend-mode: multiply;
    background: transparent;
    background: -webkit-linear-gradient(to top, transparent 0%, rgba(45, 72, 83,1) 100%);
    background: -moz-linear-gradient(to top, transparent 0%, rgba(45, 72, 83,1) 100%);
    background: linear-gradient(to top, transparent 0%, rgba(45, 72, 83,1) 100%);
    -webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;
}


.overlay-dark{background-color: rgba(45, 72, 83,0.4);position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 0;-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; mix-blend-mode: multiply; }



.overlay-degree {
    position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 0; mix-blend-mode: multiply;
    background: transparent;
    background: -webkit-linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    background: -moz-linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    background: linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    -webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;
}

.overlay-left {
    position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 0; mix-blend-mode: multiply;
    background: transparent;
    background: -webkit-linear-gradient(to left, transparent 0%, rgba(18, 50, 76, 1) 100%);
    background: -moz-linear-gradient(to left, transparent 0%, rgba(18, 50, 76, 1) 100%);
    background: linear-gradient(to left, transparent 0%, rgba(18, 50, 76, 1) 100%);
    -webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;
}


.section{padding: 5vh;}
.section-large{padding: 10vh;}
.section-small{padding: 3vw;}

.transition {-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;}
.bg-white {background-color: #fff !important;}
.bg-grey {background-color: #5A5858 !important;}
.bg-light {background-color: #E1F3FF !important;}
.bg-dark {background-color: #000000 !important;}
.bg-primary{background-color: #2D4853 !important;}
.bg-secondary{background-color: #E4FFF9 !important;}


.white {color: #fff !important;}
.grey {color: #5A5858 !important;}
.light {color: #E1F3FF !important;}
.dark {color: #000000 !important;}
.primary{color: #2D4853 !important;}
.secondary{color: #E4FFF9 !important;}

.white p {color: #fff !important;}
.grey p {color: #5A5858 !important;}
.light p {color: #E1F3FF !important;}
.dark p {color: #000000 !important;}
.primary p {color: #2D4853 !important;}
.secondary p {color: #E4FFF9 !important;}

hr.primary {border-top: 1px solid #2D4853;}
hr.secondary {border-top: 1px solid #E4FFF9;}
hr.white {border-top: 1px solid #ffffff;}


.uk-border-rounded-small {border-radius: 8px;}

.bg-img {background-position: center; background-repeat: no-repeat; background-size: cover; }
.bg-img img{width: 100%;}

.shadow {box-shadow: 0 0px 10px rgba(0,0,0,0.3);}

.b-bottom {border-bottom: 1px solid #000000;}
.b-top {border-top: 1px solid #000000;}
.sans {     font-family: "Manrope", sans-serif; font-optical-sizing: auto; font-size: 1.1rem;}
.bold {     font-family: "Manrope", sans-serif;}



.container-border{border-top: 1.5px solid #000000; border-bottom: 1.5px solid #000000;}
.container-text {max-width: 700px; margin: 0 auto;}
.container-feed {width: calc(100% - 10%); padding-left: 10%;}


.uk-link{color: #00BE94;text-decoration: underline;font-weight: 700;}

/* DOTS */
.uk-dotnav>*>*{ border-radius: 0; }
.uk-dotnav>.uk-active>* {background-color: rgba(00, 00, 00, .9);}

/* PRELOADER */
.preloader{position: fixed;z-index: 11111;width: 100vw;height:100vh; opacity: 1; background: #2D4853; top: 0;left: 0;}
.preloader img{-webkit-animation: heartbeat 1.5s ease-out infinite normal;animation: heartbeat 1.5s ease-out infinite normal;width: 120px;height: 120px;position: absolute;top: 50%;left: 50%; transform: translate(-50%,-50%);}

@keyframes heartbeat{
  0%{transform: scale( .95 ) translate(-50%,-50%);opacity:0.6;}
  15%{transform: scale( 1 ) translate(-50%,-50%);opacity:1;}
  30%{transform: scale( .95 ) translate(-50%,-50%);opacity:0.6;}
  45%{transform: scale( 1 ) translate(-50%,-50%);opacity:1;}
  80%{transform: scale( .95 ) translate(-50%,-50%);opacity:0.6;}
  100%{transform: scale( .95 ) translate(-50%,-50%);opacity:0.6;}
}


/* GENERALS */
.home h1 {font-size: 3.4rem;}
h1{font-size: 3rem; line-height: 1;}
h3{font-size: 1.4rem;}


h4{     font-family: "Manrope", sans-serif; font-optical-sizing: auto;}
.text-serif {  font-family: "Manrope", sans-serif; font-optical-sizing: auto;}
.text-sans {  font-family: "Manrope", sans-serif;}

.border-left {border-left: 1px solid #000;}
.border-top {border-top: 1px solid #000;}


.uk-height-xlarge {height: 50vh;}

.uk-heading-xsmall {font-size: 1.3rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-small {font-size: 1.6rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-medium {font-size: 2rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-large {font-size: 3rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-xlarge {font-size: 5rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }

.uk-text-meta p {font-size: .875rem; line-height: 1.4; color: #999;}

.uk-heading-xsmall p {font-size: 1.3rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-small p {font-size: 1.6rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-medium p {font-size: 2rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-large p {font-size: 3rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }
.uk-heading-xlarge p {font-size: 5rem !important; margin: 0; line-height: 1.1; font-family: "Manrope", sans-serif; }


.uk-font-light {font-weight: 300;}
.uk-font-regular {font-weight: 400;}
.uk-font-semi {font-weight: 500;}
.uk-font-medium {font-weight: 600;}
.uk-font-bold {font-weight: 700;}
.uk-font-extra {font-weight: 800;}
.uk-font-black {font-weight: 900;}

.ellipsis-two {  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.ellipsis-three {  display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.ellipsis-two p {  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.ellipsis-three p {  display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.intro-padding {padding: 70px 70px 0 70px;}

.uk-text-bold p {font-weight: 700;}
.uk-text-medium {font-weight: 600 !important;}

.uk-text-large {font-size: 1.5rem; line-height: 1.4;}
.uk-text-large p {font-size: 1.5rem; line-height: 1.4;}

.uk-overlay-primary {position: absolute;bottom: 0;left:0;width: 100%;height: auto;z-index: 1; background: transparent; background: -webkit-linear-gradient(to bottom, transparent 0%, #000000 100%); background: -moz-linear-gradient(to bottom, transparent 0%,#000000 100%); background: linear-gradient(to bottom, transparent 0%, #000000 100%);}

hr.line-right {border-top: 1px solid #000000;position: relative;}
hr.line-right::after {content: ""; display: inline-block; width: 7px; height: 7px; background-color: #000;  vertical-align: middle; position: absolute; right: 0; bottom: -3px;}

hr.line-left {border-top: 1px solid #000000;position: relative;}
hr.line-left::before {content: ""; display: inline-block; width: 7px; height: 7px; background-color: #000; vertical-align: middle; position: absolute; left: 0; bottom: -3px;}


.filter-categories ul li {font-size: 0.9rem;}
.vertical-text {writing-mode: vertical-rl; transform: rotate(180deg); text-align: center; font-size: 0.9rem; font-weight: 600; position: fixed; height: 190px; bottom: 30px;}

/* HEADER */

.uk-navbar {height: 80px; }
.uk-navbar-container {padding-left: 30px; padding-right: 30px;}
.uk-navbar ul li a {color: #2D4853; font-size: 1rem;}
.uk-navbar ul li.uk-active a {color: #E4FFF9;}
.uk-navbar ul li a:hover {color: #E4FFF9; }
nav {background-color: white;}



.ellipsis-three {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.ellipsis-three p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;text-overflow: ellipsis;}
.uk-card-default .uk-card-title {font-size: 1.3rem !important;}

/* plyr */
.plyr--video{height: 50vh;}

.block-ind.video{height: 50vh;}

.block-ind.video video { width: 100%; height: 50vh; object-fit: cover;}
.video-full-height { width: 100%; height: 50vh; object-fit: cover; display: block;}


/* CONTAINER ARROWS */

.container-arrows {position: absolute; bottom: 20px ; right: 0; width: 100px; }
.container-arrows .uk-slidenav {color: rgba(00, 00, 00, .8);}
.container-arrows .uk-slidenav:hover {color: rgba(00, 00, 00, .3);}
.container-arrows .uk-position-center-left {margin-left: 30px;}

.text-block {padding: 40px;}
.uk-text-muted, .uk-text-meta {color: #595959 !important;}


/* PROPERTY CARD */
.property-card .uk-border-rounded {
    border-radius: 10px !important;
}

.property-card {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.property-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 40px;
    /* box-shadow: 0 30px 60px rgba(45, 72, 83, 0.25),
                0 15px 30px rgba(45, 72, 83, 0.15); */
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    pointer-events: none;
}

.property-card .property-card-link {
    display: block;
}

.property-card .property-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.property-card .uk-background-cover {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.property-card .overlay-dark {
    transition: background-color 0.5s ease;
}

.property-card .pc-price {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.property-card .pc-price small {font-size: 0.7rem;}
.property-card .pc-price h4 {font-size: 1.2rem; margin-top: -5px; margin-bottom: -8px;}

.property-card .pc-specs {
    position: absolute;
    bottom: 20px;
    width: calc(80% - 120px);
    left: calc(10% + 30px);
    padding: 10px 30px;
    border-radius: 30px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
                background-color 0.5s ease;
}

.property-card .property-card-content {
    padding: 20px 40px;
}

.property-card .property-card-content h3 {
    transition: color 0.4s ease;
}

.property-card .property-card-content p {
    transition: color 0.4s ease;
}

/* Hover Effects */
.property-card:hover {
    transform: translateY(-2px) scale(1);
}

.property-card:hover .overlay-dark {
    background-color: rgba(45, 72, 83, 0);
}

.property-card:hover::after {
    opacity: 1;
}

.property-card:hover .uk-background-cover {
    transform: scale(1.02);
}

.property-card:hover .pc-price {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(45, 72, 83, 0.25);
}

.property-card:hover .pc-specs {
    transform: translateY(3px);
    background-color: rgba(228, 255, 249, 1);
}

.property-card:hover .property-card-content h3 {
    color: #2D4853;
}

@media (prefers-reduced-motion: reduce) {
    .property-card,
    .property-card::after,
    .property-card .uk-background-cover,
    .property-card .overlay-dark,
    .property-card .pc-price,
    .property-card .pc-specs,
    .property-card .property-card-content h3,
    .property-card .property-card-content p {
        transition: none;
    }
}


/* HOME */
.home .header {height: 70vh; margin-top: -80px;}
.home .featured .uk-slider-container {padding-bottom: 30px;}
.feed-projects .overlay-degree {position: relative;}

/* FLATPAGES */
.flatpage .header .overlay {    background-color: rgba(45, 72, 83, 0.4);}
.flatpage .zones-mallorca .uk-heading-xlarge {margin-bottom: -15px;}
.flatpage .zones-mallorca .uk-dotnav>*>* {border: 1px solid #fff;}
.flatpage .zones-mallorca .uk-dotnav>.uk-active>* {background-color: #ffffff;}
.flatpage-title-bordered {
    border: 2px solid #1A4D4D;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 8px;
}

/* LOOP ZONES */
.zones .zone-ind-text {padding: 20px;}


/* PROPERTY */
.property .uk-height-xlarge, .property .uk-slideshow-items, .property .uk-slideshow-items>* {height: 65vh;}
.property .uk-border-rounded {border-radius: 10px;}
.property .uk-border-rounded-large {border-radius: 50px;}
.property .text-block {padding: 4vh 20px;}

/* Property Page - Booking Widget Styles (movidos desde inline) */
.property .property-booking-widget {
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.property .booking-price-header {
    /* background: linear-gradient(135deg, #00313B 0%, #004d5c 100%); */
    color: white;
    padding: 1.5rem;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin: -1.5rem -1.5rem 0;
}

.property .price-label {
    font-size: 0.875rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property .price-value {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0.25rem 0;
}

.property .price-period {
    font-size: 0.875rem;
    opacity: 0.9;
}

.property .booking-form .uk-form-label {
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
}

.property .booking-summary {
    /* background: #f8f9fa; */
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.property .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    align-items: center;
}

.property .summary-row:last-child {
    margin-bottom: 0;
}

.property .summary-total {
    font-weight: 700;
    font-size: 1.1rem;
    color: #00313B;
}

.property .summary-deposit {
    text-align: center;
}

.property .uk-button-primary {
    background-color: #00313B;
    color: white;
    transition: all 0.3s ease;
}

.property .uk-button-primary:hover {
    background-color: #004d5c;
}

.property .uk-button-primary:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.property .uk-button-secondary {
    background-color: white;
    color: #00313B;
    border: 2px solid #00313B;
}

.property .uk-button-secondary:hover {
    background-color: #00313B;
    color: white;
}

/* Property Page - Flatpickr custom styles */
.property .flatpickr-day.selected,
.property .flatpickr-day.selected:hover {
    background: #00313B;
    border-color: #00313B;
}

.property .flatpickr-day.inRange {
    background: rgba(0, 49, 59, 0.1);
    border-color: transparent;
}

/* Property Page - Icons Grid */
.property .uk-card.uk-flex {
    gap: 5px;
}

/* Property Page - Slideshow Counter */
.property #slideshow-counter {
    font-weight: 500;
}

.property .uk-panel.uk-flex {
    gap: 10px;
}

/* Property Page - Map */
.property #map {
    height: 400px;
    width: 100%;
}

.property .conditions .uk-accordion-title {
    font-size: 1.1rem;
    padding: 15px 0px;
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #00313B;
    font-weight: 600;
}

.property .conditions .uk-accordion-content { margin-top: 0; padding: 15px;}

.property .conditions .uk-accordion>:nth-child(n+2) {margin-top: 0;}

.property .feed-projects .overlay-degree {
    position: relative ;top: 0;left:0;width: 100%;height: 100%;z-index: 0; mix-blend-mode: multiply;
    background: transparent;
    background: -webkit-linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    background: -moz-linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    background: linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    -webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;
}

.property .border-top {border-top: 1px solid #2d4853; padding: 10px 0px;}

/* Property Page - Responsive */
@media (max-width: 959px) {
    .property .price-value {
        font-size: 2rem;
    }
}

/* Cookies */
#cookieMessageWrapper{width: 100%;position: fixed;left:0;top: 0;z-index: 997;height:100%;background: rgba(38,38,38,0.6);}
#cookieMessage{margin: 0 auto;position: absolute;padding: 20px;width: 80%;left: 50%;top: 50%;max-width: 400px;transform: translateX(-50%) translateY(-50%);background-color: white;}
#cookieMessage p{margin-bottom: 0;color: #444;}
#cookieMessage .uk-link{margin-top: 20px;color: #00BE94;display: inline-block;padding: 20px;vertical-align: middle;}
#cookieMessage:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#cookieClose{display: inline-block;margin-top: 20px;cursor: polarken;margin-right: 5px;}
#cookieClose:hover{color: #fff;}
#cookieNone{margin-top: 20px;}

#modal-cookies .uk-link{color: #00BE94;display: inline-block;padding: 20px;vertical-align: middle;}
#modal-cookies .uk-checkbox{border-color: #00BE94 !important;}
#modal-cookies .uk-checkbox:checked{background-color: #00BE94;}
#modal-cookies .uk-checkbox:disabled:checked{background-color: #f5e9c9;border-color: #f5e9c9 !important;}


/* Cookies */
#cookieMessageWrapper{width: 100%;position: fixed;left:0;top: 0;z-index: 997;height:100%;background: rgba(38,38,38,0.6);}
#cookieMessage{margin: 0 auto;position: absolute;padding: 40px;width: 80%;left: 50%;top: 50%;max-width: 580px;transform: translateX(-50%) translateY(-50%);background-color: #F7F6EF;}
#cookieMessage .cookies-logo{width: 130px;}
#cookieMessage p{margin: 20px 0; color: #444;}
.cookie-consent-options {margin-top: 10px;color: #000;}
#cookieMessage h3 {font-size: 1.6rem;}
#cookieMessage .uk-link{margin-top: 20px;color: #040f0c;display: inline-block;padding: 10px;vertical-align: middle;}
#cookieMessage:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#cookieClose{display: inline-block;margin-top: 20px;cursor: pointer;margin-right: 5px;}
#cookieClose:hover{color: #fff;}
#cookieNone{margin-top: 20px;}
#cookieMessageWrapper h4.uk-modal-title{font-size: 1rem;}
#cookieMessageWrapper .uk-link{color: #040f0c;display: inline-block;padding: 20px;vertical-align: middle;}
#cookieMessageWrapper label{margin-right: 10px;text-transform: uppercase;font-size: 0.8rem;}
#cookieMessageWrapper .uk-checkbox{border-color: #040f0c !important;margin-right: 5px;}
#cookieMessageWrapper .uk-checkbox:checked{background-color: #040f0c;}
#cookieMessageWrapper .uk-checkbox:disabled:checked{background-color: rgba(255, 255, 255, 0.5);border-color: rgba(255, 255, 255, 0.5) !important;}
.uk-button-accept{ background-color: #040f0c; color: #F7F6EF !important; border: 1px solid #040f0c; padding: 7px 9px !important; margin: 2px;}
.uk-button-accept:hover{background-color: #F7F6EF; color: #040f0c !important; border: 1px solid #040f0c;}
.uk-button-decline{ background-color: transparent; color: #040f0c !important; border: 1px solid #040f0c; padding: 7px 9px !important; margin: 2px;}
.uk-button-decline:hover{ background-color: #040f0c; color: #F7F6EF !important; border: 1px solid #040f0c; }
.uk-button-decline-all{ background-color: transparent; color: #040f0c !important; border: 1px solid #040f0c; padding: 7px 9px !important; margin: 2px;}
.uk-button-decline-all:hover{background-color: #c3c3c3; color: #040f0c !important; }

#cookieMessageWrapper .uk-link{color: #000;display: inline-block;padding: 20px;vertical-align: middle;}
#cookieMessageWrapper .uk-checkbox{border-color: #000 !important;}
#cookieMessageWrapper .uk-checkbox:checked{background-color: #000;}
#cookieMessageWrapper .uk-checkbox:disabled:checked{background-color: #f5e9c9;border-color: #f5e9c9 !important;}


  /* footer */




  footer .uk-nav-default>li>a {color: white; padding: 2px 0px;}
  footer .uk-nav-default>li>a:hover {color: #E4FFF9;}
  footer .footer-list {border-left: 1px solid white; padding-right: 30px;}
  footer .uk-nav-default .uk-nav-sub a {color: white;}
  footer .uk-nav-default .uk-nav-sub a.email {color: white; font-weight: 700;}
  footer .uk-nav-default .uk-nav-sub a:hover {color: #E4FFF9;}
  footer .footer-newsletter .uk-input {background-color: transparent;height: 50px; border-radius: 5px 0 0 5px;}
  footer .footer-newsletter .uk-button-arrow.white {border-radius: 0; border-radius: 0px 5px 5px 0px; height: 50px;}
  footer .form .uk-checkbox {border-color: white !important;}
  footer .form small {font-size: 0.8rem !important;}
  footer .form a {color: white; font-weight: 600;}
  footer a.social span:hover {color: #E4FFF9;}
  footer li a, footer li {color: #2D4853; list-style: none !important; font-size: 1rem; padding: 2px 0px;}
  footer li.uk-lead{font-weight: 700;}
  footer li a:hover {color: #E4FFF9 !important;}
  footer a:hover {color: #E4FFF9 !important;}
  footer small {font-size: 0.7rem;}
  footer .b-left {border-left: 1px solid #2D4853; padding-left: 20px;}
  footer .container-section {padding-left: 50px; padding-right: 50px;}

  footer .container-logo {padding: 0 40px;}

  .footer-logo {display: inline-block;}
  .footer-logo img{width: 100%;max-width: 250px;}
  .footer-logo p{text-transform: uppercase;color: white;margin-top: 20px;}
  .footer-logo p a{font-weight: 700;color: white;}
  .footer-logo p a:hover{text-decoration: underline;}

  .copyright{font-size: 0.9rem;}
  .autor{ font-size: 0.8rem; margin-bottom: 0;opacity: 0.6;}
  .autor a{font-weight: 400;margin-top: 10px !important; color: #999;}
  .autor b {font-weight: 700;}

    /* NORTH PROPERTIES */
    .uk-navbar-toggle {width: 40px; color: white;}
    .uk-navbar-toggle:hover {color: #90bd1d;}
    .uk-navbar-toggle svg{width: 30px;}
    #offcanvas-menu .uk-offcanvas-bar {padding: 50px; background-color: #2D4853;}
    #offcanvas-menu .uk-offcanvas-bar .uk-nav-primary>li>a {color: white; font-size: 1.3rem;}
    #offcanvas-menu .uk-offcanvas-bar .uk-nav-primary>li>a:hover {color: #E4FFF9;}
    #offcanvas-menu .uk-offcanvas-bar .uk-close {color: white;}
    #offcanvas-menu .uk-offcanvas-bar .uk-nav-divider {border-top-color: rgba(255,255,255,0.2);}



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

    .diagram-iot::before {content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; border-left: 1px dotted #999; transform: translateX(-50%); z-index: 0;}
    .iot-text-container {padding:10px 30px;}
        /* Adaptar las líneas a formato horizontal (vertical visualmente) */
    .iot-line { position: absolute; top: 50%; left: 0; height: 1px !important; width: 60px !important; background: #000;transform: translateY(-50%);}
    .iot-bottom .iot-line { top: 50%; left: auto; right: 0; height: 1px !important; width: 60px !important; background: #000;transform: translateY(-50%);}

    .home .solutions .uk-subnav-pill>.uk-active>a::after {display: none;}
    .home .solutions .uk-subnav {padding-bottom: 0; border: 0;}
    .home .solutions .uk-subnav li a{padding: 10px;}

    .home .solutions .uk-subnav-pill>*>:first-child {border-bottom: 1px solid #000; margin-top: 5px;}
    .home .solutions .uk-subnav-pill>*>:first-child:hover {color: white; background-color: #000;}

    .iot-item-vertical {margin-bottom: 10px;}

}





@media only screen and (max-width: 1199px){ /* large */
  .section-text {padding: 5vh;}
  .text.section-text {padding: 3vh !important;}

    /* NORTH PROPERTIES  */


    .uk-heading-xsmall {font-size: 1.3rem !important;}
    .uk-heading-small {font-size: 1.5rem !important;}
    .uk-heading-medium {font-size: 1.8rem !important;}
    .uk-heading-large {font-size: 2.5rem !important;}
    .uk-heading-xlarge {font-size: 4rem !important;}

    .uk-heading-xsmall p {font-size: 1.3rem !important;}
    .uk-heading-small p {font-size: 1.5rem !important;}
    .uk-heading-medium p {font-size: 1.8rem !important;}
    .uk-heading-large p {font-size: 2.5rem !important;}
    .uk-heading-xlarge p {font-size: 4rem !important;}


}

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


}


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

    .m-0 { margin: 0; }
    .m-10 { margin: 0px; }
    .m-20 { margin: 0px; }
    .m-30 { margin: 0px; }
    .m-40 { margin: 0px; }

    .p-0 { padding: 0; }
    .p-10 { padding: 10px; }
    .p-20 { padding: 20px; }
    .p-30 { padding: 30px; }
    .p-40 { padding: 40px; }

  .uk-navbar-nav#main-menu {display: none;position: absolute;top: 0;left: 0;padding: 20px 0vw 0 0vw;width: calc(100% - 10px);background-color: #00BE94;z-index: 3;padding-left: 10px;padding-top: 100px;}
  .uk-navbar-nav.visible-flex {display: block !important;overflow-y: auto;height: calc(100vh - 80px);}
  .uk-navbar-toggle {height: 80px;float: right;z-index: 4;position: relative;color: white !important;}

  .uk-navbar-nav>li, .uk-navbar-nav>li ul li, .uk-navbar-nav>li ul.uk-nav-sub li{min-height: 40px;justify-content: left;}
  .uk-navbar-nav>li>a, .uk-navbar-nav>li ul li a, .uk-navbar-nav>li ul.uk-nav-sub li a{min-height: auto;justify-content: left;padding: 8px 10px;}

  .vertical {writing-mode: horizontal-tb;transform: rotate(0deg);}

  .section-large{padding: 5%;}
  /* footer{padding: 5vh 5vh 2.5vh!important;;} */

  /* BOTGRUP */
  .uk-navbar-container:not(.uk-navbar-transparent){padding-left: 20px;}
  .uk-navbar-container.uk-active .uk-navbar-nav>li a{color: #fff;}
  .bm-waves span {width: calc(100vw - 135px);height: 40px;}
  .psf-selector{min-width: auto;}
  .twitter-typeahead, .select2-container{width: 100% !important;}
  .reset-filters{padding: 10px 0 0;}
  .pf-container .uk-container{padding: 0;}
    .iot-item-vertical {margin-bottom: 5px;}

    #offcanvas-menu .uk-offcanvas-bar {width: 50vw;}

footer .container-section {padding-left: 30px; padding-right: 30px;}
footer .container-logo {padding: 0 30px;}

    .uk-heading-xsmall {font-size: 1.2rem !important;}
    .uk-heading-small {font-size: 1.4rem !important;}
    .uk-heading-medium {font-size: 1.6rem !important;}
    .uk-heading-large {font-size: 2.2rem !important;}
    .uk-heading-xlarge {font-size: 3rem !important;}

    .uk-heading-xsmall p {font-size: 1.2rem !important;}
    .uk-heading-small p {font-size: 1.4rem !important;}
    .uk-heading-medium p {font-size: 1.6rem !important;}
    .uk-heading-large p {font-size: 2.2rem !important;}
    .uk-heading-xlarge p {font-size: 3rem !important;}

    .flatpage .company .group {margin-bottom: 0;}
    .flatpage .company .group .bg-light {position: relative;  bottom: 0vh; width: auto; margin-left: -0vh; margin-right: -0vh; padding-right: 0vh}
    .flatpage .company .talent .bg-light .text-block {padding: 10%;}

    .intro-padding {padding: 40px 40px 0 40px;}

    .flatpage .subservices .text-slider {padding: 20px;}
    .flatpage .subservices .container-nav {width: 100%; margin-left: 0;}
    .diagram-iot {padding-top: 50px; padding-bottom: 50px;}

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



}

@media only screen and (max-width: 639px){ /* small */

    .hero-home .hero-home-content h1 {
        font-size: 2.2rem !important;
    }

    .flatpage-title-bordered {
        padding: 0.8rem 1.5rem;
    }

    #offcanvas-menu .uk-offcanvas-bar {width: 100vw;}

    footer .container-logo {padding: 0 20px;}

    .uk-heading-medium {font-size: 1.5rem !important; }
    .uk-heading-medium p {font-size: 1.5rem !important; }

    .uk-heading-large {font-size: 2rem !important; }
    .uk-heading-large p {font-size: 2rem !important; }

    .uk-heading-xlarge {font-size: 2.4rem !important; }
    .uk-heading-xlarge p {font-size: 2.4rem !important; }

    .home .block-ind.solutions .uk-switcher .uk-padding.uk-text-center img {max-width: 200px;}
    .uk-card-title {font-size: 1.2rem; font-weight: 600;}

     .uk-slider-container-offset {margin: 0; padding: 0;}
     .uk-slider-container {padding-bottom: 35px;}
     .text-block {padding: 0;}

     .intro-padding {padding: 20px 0 0;}
     .flatpage .company .group .bg-light .text-block {padding: 25px;}
    .flatpage .company .talent .bg-light .text-block {padding: 20px;}
    footer .container-section {padding-left: 20px; padding-right: 20px;}

    main .entropy .uk-padding {padding: 10px;}

    .flatpage .subservices .text-slider {padding: 20px 0;}

    .home .block-ind.intro .uk-padding{padding: 20px 0 10px;}

    .home .block-ind.solutions .uk-switcher .uk-section-small {padding: 0;}
    .uk-text-right.iot-text-container {padding: 10px 20px 10px 10px;}
    .uk-text-left.iot-text-container {padding: 10px 10px 10px 20px;}

    .diagram-iot {padding-top: 30px; padding-bottom: 30px;}

    .home .block-ind.capacities .uk-section-large {padding: 30px 0;}

    .flatpage .zones-mallorca .uk-heading-xlarge {font-size: 3rem !important; margin-bottom: -10px !important;}


}
@media (max-width: 459px){ /* x-small */


    .uk-heading-large {font-size: 1.8rem !important; }
    .uk-heading-large p {font-size: 1.8rem !important; }

    .uk-heading-xlarge {font-size: 2.2rem !important; }
    .uk-heading-xlarge p {font-size: 2.2rem !important; }

    .home .header .uk-heading-xlarge {font-size: 2.4rem !important; }
    .home .header .uk-heading-xlarge p {font-size: 1.8rem !important; }
    .home .header .uk-text-large {font-size: 1.2rem;}
    .home .block-ind.solutions .uk-switcher .uk-padding.uk-text-center img {max-width: 160px;}
    .flatpage .company .group .bg-light .text-block {padding: 15px;}

    .iot-item-vertical {margin-bottom: 0px;}
    .iot-item-vertical .iot-title {font-size: 0.9rem;}


}

/* ============================================
   Property Search Widget Styles
   ============================================ */

/* Sticky en home */




/* Hero home: H1 centrado */
.hero-home .hero-home-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    z-index: 2;
    text-align: center;
}

/* Buscador home: superpuesto abajo del hero, luego sticky */
.home-search-wrapper {
    position: relative;
    z-index: 10;
    margin-top: -130px;
}

.home-search-wrapper .container-property-search {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.home-search-wrapper .container-property-search .property-search-widget {
    background: rgba(228, 255, 249, 0.95);
}

/* Cuando se activa el sticky en home */
.container-property-search.search-sticky-active {
    position: fixed !important;
    top: 80px;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    z-index: 980;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    animation: stickyFadeIn 0.35s ease-out;
}

@keyframes stickyFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { transform: translateY(0); opacity: 1; }
}

.container-property-search.search-sticky-active .property-search-widget {
    background: white;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.container-property-search.search-sticky-active .uk-form-label {
    font-size: 0.75rem;
    margin-bottom: 1px;
}

.container-property-search.search-sticky-active .uk-input,
.container-property-search.search-sticky-active .uk-select {
    padding: 0;
    font-size: 0.9rem;
    height: 28px;
}

.container-property-search.search-sticky-active .uk-button-group {
    height: 30px;
}

.container-property-search.search-sticky-active .pax-counter .uk-button {
    padding: 2px 8px;
    font-size: 0.85rem;
}

.container-property-search.search-sticky-active .uk-button-primary {
    padding: 6px 14px;
    height: 100%;
}

.container-property-search.search-sticky-active .input-border {
    border-right-color: #ddd;
}

/* Sticky en otras páginas (debajo del navbar) */
.container-property-search-wrapper {
    position: relative;
    width: 100%;
    padding: 5vh 0;
    background: transparent;
    background: -webkit-linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    background: -moz-linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    background: linear-gradient(to top, transparent 0%, rgba(228, 255, 249,1) 100%);
    mix-blend-mode: multiply;
    transition: all 0.35s ease-in-out;
    z-index: 1;
}

.container-property-search-wrapper .property-search-widget.search-compact {
    background-color: transparent;
}

.container-property-search-wrapper.uk-active {
    position: fixed !important;
    top: 80px !important;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 !important;
    background: white;
    mix-blend-mode: normal;
    z-index: 990 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.container-property-search-wrapper.uk-active .container-property-search {
    background-color: white;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0px 0;
    border-bottom: 1px solid #E4FFF9;
    left: 0;
    transform: none;
}

.container-property-search-wrapper .container-property-search {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
}


/* Compact search widget for non-home pages */
.property-search-widget.search-compact {
    padding: 10px 25px;
    border-radius: 8px;
    background: white;
    box-shadow: none;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.property-search-widget.search-compact .uk-form-label {
    font-size: 12px;
    margin-bottom: 3px;
    color: #666;
}

.property-search-widget.search-compact .uk-input,
.property-search-widget.search-compact .uk-select {
    padding: 8px 12px;
    font-size: 14px;
}

.property-search-widget.search-compact .pax-counter .uk-button {
    padding: 6px 12px;
    font-size: 14px;
}

.property-search-widget.search-compact .uk-button-primary {
    padding: 8px 20px;
    height: 100%;
}

.container-property-search .input-border {border-right: 1px solid #2D4853; padding-right: 15px;}

.property-search-widget {
    background: #E4FFF9;
    padding: 12px 20px 10px 40px;
    border-radius: 100px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 0px;

}



.property-search-widget .uk-input,
.property-search-widget .uk-select {
    border-radius: 4px;
    border: 0;
    padding: 10px 0px;
    font-size: 1rem;
    background-color: transparent;
}

.property-search-widget .uk-input:focus,
.property-search-widget .uk-select:focus {
    border-color: #2D4853;
    outline: none;
}
.property-search-widget .uk-button-group {height: 40px;}

.container-property-search.uk-sticky.uk-active {top: 80px !important;}

/* Reduce el tamaño del widget cuando está sticky */
.container-property-search.uk-active .property-search-widget {
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.container-property-search.uk-active .property-search-widget .uk-form-label {
    font-size: 0.8rem;
    margin-bottom: 2px;
}

.container-property-search.uk-active .property-search-widget .uk-input,
.container-property-search.uk-active .property-search-widget .uk-select {
    padding: 0;
    font-size: 0.9rem;
    height: 30px;
}

.container-property-search.uk-active .property-search-widget .uk-button-group {
    height: 32px;
}

.container-property-search.uk-active .pax-counter .uk-button {
    padding: 3px;
    font-size: 0.85rem;
}

.container-property-search.uk-active .uk-button-primary {
    padding: 8px 15px;
    height: 100%;
}

/* Pax Counter Styles */
.pax-counter .uk-button {
    min-width: 30px;
    border-radius: 4px;
    padding: 5px;
}

/* Tamaño de los iconos SVG en los botones de pax */
.pax-counter .uk-button svg {
    width: 15px;
    height: 15px;
}

.pax-counter .uk-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pax-counter .uk-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pax-counter .uk-button[disabled] {
    background:transparent !important;
    color: #2D4853 !important;
    cursor: default;
    border: 0px;
    border-left: 0;
    border-right: 0;
    min-width: 40px;
    font-size: 1rem;
}

.pax-counter .uk-button:not([disabled]) {
    background: transparent !important;
    color: #2D4853 !important;
    border: 0;
}

.pax-counter .uk-button:not([disabled]):hover {
    background: #2D4853 !important;
    color: white !important;
    border-color: #2D4853;
}

/* Search Results Animation */
.property-search-results {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading States */
.property-search-widget .uk-button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ========================================
   FAB (Floating Action Button) + Bottom Sheet
   ======================================== */

/* FAB: burbuja flotante - solo visible en mobile/tablet */
.search-fab {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2D4853;
    color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    z-index: 990;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.search-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

.search-fab:active {
    transform: scale(0.95);
}

/* Booking FAB - burbuja para reservar/contactar en ficha de propiedad */
.booking-fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 56px;
    padding: 0 24px;
    border-radius: 28px;
    background: #2D4853;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    z-index: 990;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-fab:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

.booking-fab:active {
    transform: scale(0.95);
}

.booking-fab-label {
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 639px) {
    .booking-fab {
        bottom: 20px;
        right: 20px;
        padding: 0 18px;
        height: 50px;
    }
    .booking-fab-label {
        font-size: 0.85rem;
    }
}

/* Bottom sheet body para booking widget */
.search-bottom-sheet-body .property-booking-widget {
    box-shadow: none;
    padding: 0;
}

.search-bottom-sheet-body .property-booking-widget .booking-form {
    margin-top: 10px;
}

/* Bottom Sheet */
.search-bottom-sheet {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.search-bottom-sheet.active {
    display: block;
}

.search-bottom-sheet-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    animation: fadeIn 0.25s ease;
}

.search-bottom-sheet-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2D4853;
    color: #E4FFF9;
    border-radius: 20px 20px 0 0;
    max-height: 85vh;
    overflow-y: auto;
    animation: sheetSlideUp 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes sheetSlideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.search-bottom-sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 10px;
    border-bottom: 1px solid rgba(228, 255, 249, 0.2);
    color: #E4FFF9;
}
.search-bottom-sheet-header h4 { color: #E4FFF9; }
.search-bottom-sheet-header .uk-close { color: #E4FFF9; }

.search-bottom-sheet-body {
    padding: 20px 24px 30px;
}

/* En el bottom sheet, el widget va vertical */
.search-bottom-sheet-body .property-search-widget {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-bottom-sheet-body .property-search-widget .uk-form-label {
    font-size: 0.85rem;
    color: #E4FFF9;
    font-weight: 600;
    margin-bottom: 5px;
}

.search-bottom-sheet-body .property-search-widget .uk-input,
.search-bottom-sheet-body .property-search-widget .uk-select {
    border: 0;
    border-bottom: 1px solid #E4FFF9;
    border-radius: 0;
    padding: 10px 12px;
    height: auto;
    background: rgba(228, 255, 249, 0.1);
    color: #E4FFF9;
}

.search-bottom-sheet-body .property-search-widget .uk-input::placeholder {
    color: rgba(228, 255, 249, 0.6);
}

.search-bottom-sheet-body .property-search-widget .uk-select option {
    background-color: #1A4D4D;
    color: #E4FFF9;
}

.search-bottom-sheet-body .property-search-widget .uk-button-primary {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    font-size: 1rem;
    margin-top: 10px;
    background-color: #E4FFF9;
    color: #2D4853;
    border: 1px solid #E4FFF9;
}

.search-bottom-sheet-body .property-search-widget .uk-button-primary:hover {
    background-color: #D1F0E8;
    color: #2D4853;
}

.search-bottom-sheet-body .input-border {
    border-right: none;
    padding-right: 0;
}

.search-bottom-sheet-body .pax-counter .uk-button {
    border-color: #E4FFF9;
    color: #E4FFF9;
}
.search-bottom-sheet-body .pax-counter .uk-button[disabled] {
    color: #E4FFF9;
    border-color: rgba(228, 255, 249, 0.3);
}
.search-bottom-sheet-body .pax-counter .uk-button:not([disabled]):hover {
    background-color: rgba(228, 255, 249, 0.15);
}
.search-bottom-sheet-body p,
.search-bottom-sheet-body span,
.search-bottom-sheet-body label {
    color: #E4FFF9;
}

/* Responsive adjustments */
@media (max-width: 959px) {
    /* Ocultar search inline, mostrar FAB */
    .search-desktop-only {
        display: none !important;
    }

    .search-fab {
        display: flex;
    }

    .property-search-widget {
        padding: 20px;
        border-radius: 15px;
    }

    .property-search-widget .uk-grid-small > * {
        padding-left: 10px;
    }

    .pax-counter .uk-button[disabled] {
        min-width: 100px;
        font-size: 0.9rem;
    }

    .property-search-widget .uk-button-primary {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .search-fab {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .property-search-widget {
        padding: 15px;
    }

    .pax-counter {
        width: 100%;
    }

    .pax-counter .uk-button {
        flex: 1;
    }
}


/* ===================================

/* ===================================
   BOOKING WIDGET - Diseño personalizado
   =================================== */

.property-booking-widget {
    background: linear-gradient(135deg, #3d5a6b 0%, #2d4853 100%) !important;
    border-radius: 16px !important;
    border: none !important;
    padding: 32px !important;
    position: sticky;
    /* top: 100px; */
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

/* Header de precio */
.booking-price-header {
    text-align: center;
    margin-bottom: 24px;
    padding: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}

.booking-price-header h3 {
    color: white;
    font-size: 28px;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.booking-price-header .price-from {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.booking-price-header .price-value {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.booking-price-header .price-period {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

/* Título del widget */
.booking-widget-title {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.booking-widget-title h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

/* Formulario */
.booking-form {
    margin-top: 24px;
}

/* Wrapper de fechas lado a lado */
.booking-dates-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}



/* Grupos de campos */


.booking-field-group-large {
    background: transparent;
    border: none !important;
    border-radius: 0px;
    padding: 16px 20px;
    margin-bottom: 0 !important;
    transition: all 0.3s;
}

.booking-field-group-large .booking-input {
    width: 100%;
    border-bottom: 1px solid #ffffff !important;
    padding: 5px !important;
    margin: 0 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    box-shadow: none !important;
    color: white !important;
    height: auto;
    -webkit-text-fill-color: white !important;
}

.booking-field-group-large .booking-input:-webkit-autofill,
.booking-field-group-large .booking-input:-webkit-autofill:hover,
.booking-field-group-large .booking-input:-webkit-autofill:focus {
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.booking-field-group-large .booking-input::placeholder {
    color: white;
    opacity: 1;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

.booking-field-group-large .booking-input:-ms-input-placeholder {
    color: white;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

.booking-field-group-large .booking-input::-ms-input-placeholder {
    color: white;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

.booking-field-group-large .privacy-label {
    color: white;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-field-group-large .privacy-label span {
    font-family: "Manrope", sans-serif !important;
}

.booking-field-group-large .privacy-label .uk-checkbox {
    margin: 0;
}

.booking-field-group-large textarea.booking-input {
    font-family: "Manrope", sans-serif !important;
    resize: vertical;
    line-height: 1.5;
}

.booking-field-group-large input.booking-input {
    font-family: "Manrope", sans-serif !important;
}

/* Título del widget */
.booking-widget-title h4 {
    font-family: "Manrope", sans-serif !important;
}

/* Botón de envío */
.booking-button {
    font-family: "Manrope", sans-serif !important;
}

/* Mensajes de error y éxito */
.uk-alert {
    font-family: "Manrope", sans-serif !important;
}

.booking-error,
.booking-info {
    font-family: "Manrope", sans-serif !important;
}

.uk-text-danger,
.uk-text-small {
    font-family: "Manrope", sans-serif !important;
}

.booking-field-group-large .g-recaptcha {
    display: inline-block !important;
    margin: 20px auto !important;
    transform: scale(1.05);
    transform-origin: center;
}


.booking-field-group {
    background: rgba(228, 255, 249, 0.95);
    border: none !important;
    border-radius: 50px;
    padding: 16px 20px;
    margin-bottom: 0 !important;
    transition: all 0.3s;
}

.booking-field-group:hover {
    background: rgba(228, 255, 249, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.booking-dates-wrapper .booking-field-group {
    border-radius: 50px !important;
    margin: 0 !important;
}

/* Labels */
.booking-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #2d4853;
    margin-bottom: 4px;
    text-transform: capitalize;
    letter-spacing: 0;
}

/* Inputs */
.booking-input {
    width: 100%;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    box-shadow: none !important;
    color: #2d4853;
    height: auto;
}

.booking-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.booking-input::placeholder {
    color: rgba(45, 72, 83, 0.5);
}

.booking-input-checkout {
    cursor: default;
    color: #2d4853;
}

/* Select styling */
.booking-input option {
    background: white;
    color: #2d4853;
}

/* Botón de búsqueda */
.booking-button {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px !important;
}

.booking-btn-primary {
    background: white;
    color: #2d4853;
}

.booking-btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.booking-btn-disabled {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(45, 72, 83, 0.5);
    cursor: not-allowed;
}

/* Mensaje */
.booking-message {
    text-align: center;
    margin-top: 12px;
}

.booking-message p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

/* Error */
.booking-error {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(254, 226, 226, 0.95);
    border-left: 3px solid #DC2626;
    border-radius: 8px;
    color: #991B1B;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
}

/* Info */
.booking-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(219, 234, 254, 0.95);
    border-left: 3px solid #2563EB;
    border-radius: 8px;
    color: #1E40AF;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
}

/* Resumen */
.booking-summary {
    padding: 20px 0;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: white;
}

.summary-label {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.summary-value {
    color: white;
    font-weight: 500;
}

.summary-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 16px 0;
}

.summary-total {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.summary-label-total {
    color: white;
    font-weight: 600;
    font-size: 17px;
}

.summary-value-total {
    color: white;
    font-weight: 700;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 960px) {
    .property-booking-widget {
        position: static;
        top: 0;
        margin-bottom: 32px;
    }
}

@media (max-width: 639px) {
    .booking-dates-wrapper {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .property-booking-widget {
        padding: 24px !important;
    }
}

/* ===================================
   FLATPICKR - Customización Corporativa
   =================================== */

/* Contenedor principal del calendario */
.flatpickr-calendar {
    background: white;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
    border: none !important;
}

/* Header del mes */
.flatpickr-months {
    background: linear-gradient(135deg, #3d5a6b 0%, #2d4853 100%);
    border-radius: 16px 16px 0 0;
    padding: 12px 0;
}

.flatpickr-month {
    color: white;
}

.flatpickr-current-month {
    font-size: 110%;
    color: white;
    font-weight: 600;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 600;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(255, 255, 255, 0.3);
}

.flatpickr-current-month input.cur-year {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 600;
}

/* Flechas de navegación */
.flatpickr-prev-month,
.flatpickr-next-month {
    color: white !important;
    fill: white !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
}

/* Días de la semana */
.flatpickr-weekdays {
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}

span.flatpickr-weekday {
    color: #2d4853;
    font-weight: 600;
    font-size: 90%;
}

/* Días del mes */
.flatpickr-days {
    background: white;
}

.flatpickr-day {
    color: #2d4853;
    border: none;
    border-radius: 8px;
    margin: 2px;
    font-weight: 500;
}

/* Día actual (hoy) */
.flatpickr-day.today {
    background: rgba(228, 255, 249, 0.5);
    color: #2d4853;
    border: 2px solid #42d1b5;
}

.flatpickr-day.today:hover {
    background: rgba(228, 255, 249, 0.8);
    color: #2d4853;
}

/* Día seleccionado */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #42d1b5 !important;
    color: white !important;
    border: none;
    font-weight: 600;
}

.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    background: #3bc0a7 !important;
    color: white !important;
}

/* Rango de fechas seleccionado */
.flatpickr-day.inRange {
    background: rgba(228, 255, 249, 0.5);
    border: none;
    color: #2d4853;
    box-shadow: none;
}

.flatpickr-day.inRange:hover {
    background: rgba(228, 255, 249, 0.8);
}

/* Día hover */
.flatpickr-day:hover {
    background: #f0f0f0;
    color: #2d4853;
}

/* Días deshabilitados */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    background: transparent;
    color: #d0d0d0;
    cursor: not-allowed;
    text-decoration: line-through;
}

/* Días de otros meses */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #c0c0c0;
}

/* Mes actual con precios (si se implementa) */
.flatpickr-day .price-tag {
    display: block;
    font-size: 9px;
    color: #42d1b5;
    margin-top: -2px;
    font-weight: 600;
}

.flatpickr-day.selected .price-tag {
    color: white;
}

/* Footer del calendario (si existe) */
.flatpickr-time {
    border-top: 1px solid #e0e0e0;
    background: #f8f8f8;
}

/* Animación al abrir */
.flatpickr-calendar.open {
    animation: flatpickrFadeIn 0.3s ease-in-out;
}

@keyframes flatpickrFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 639px) {
    /* .flatpickr-calendar {
        width: 100% !important;
    } */
}

/* ===================================
   PAGINACIÓN UIkit - Personalizada
   =================================== */

.uk-pagination {
    margin: 40px 0;
}

.uk-pagination > * {
    margin: 0 5px;
}

.uk-pagination > * > * {
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
    text-decoration: none;
}

.uk-pagination > * > a {
    background: white;
    color: #2d4853;
    border: 1px solid #e0e0e0;
}

.uk-pagination > * > a:hover {
    background: #42d1b5;
    color: white;
    border-color: #42d1b5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(66, 209, 181, 0.2);
}

.uk-pagination > .uk-active > span {
    background: #2d4853;
    color: white;
    border: 1px solid #2d4853;
    font-weight: 600;
}

.uk-pagination > .uk-disabled > span {
    background: #f5f5f5;
    color: #c0c0c0;
    border: 1px solid #e0e0e0;
    cursor: not-allowed;
}

/* Flechas de navegación */
.uk-pagination [uk-pagination-previous],
.uk-pagination [uk-pagination-next] {
    width: 20px;
    height: 20px;
}

/* Responsive */
@media (max-width: 639px) {
    .uk-pagination > * {
        margin: 0 3px;
    }

    .uk-pagination > * > * {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }
}

/* ===================================
   SLIDESHOW CLICKABLE - Lightbox en toda la imagen
   =================================== */

.slideshow-clickable {
    cursor: pointer;
}

.slideshow-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: zoom-in;
    transition: opacity 0.3s;
}

.slideshow-image-link:hover {
    opacity: 0.95;
}

/* Icono de expand como hint visual */
.expand-hint {
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.slideshow-clickable:hover .expand-hint {
    opacity: 1;
}

/* Prevenir que las flechas del slideshow abran el lightbox */
.uk-slidenav {
    z-index: 10;
    pointer-events: all;
}

/* El contador tampoco debe abrir lightbox */
#slideshow-counter,
.uk-position-bottom-right .uk-panel {
    pointer-events: none;
}

.uk-position-bottom-right .uk-panel a {
    pointer-events: all;
}

/* ===================================
   CALENDARIO DE DISPONIBILIDAD
   =================================== */

.availability-calendar .calendar-container {
    position: relative;
}

.availability-calendar .month-calendar {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e5e5e5;
}

.availability-calendar .month-calendar h4 {
    margin: 0 0 20px 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2d4853;
}

.availability-calendar .calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.75rem;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.availability-calendar .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    grid-template-rows: repeat(6, 45px);
}

.availability-calendar .calendar-days > div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.availability-calendar .calendar-days > div.empty {
    visibility: hidden;
}

.availability-calendar .calendar-days > div.available {
    background: #ffffff;
    border-color: #ffffff;
    color: #00313B !important;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    font-weight: 600;
}

.availability-calendar .calendar-days > div.available:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #00313B !important;
}

.availability-calendar .calendar-days > div.unavailable {
    background: #d0d0d0;
    color: white;
    cursor: not-allowed;
    border: 1px solid #d0d0d0;
    font-weight: 600;
    text-decoration: line-through;
}

.availability-calendar .legend-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.availability-calendar .legend-box.available {
    background: #ffffff;
    border-color: #ffffff;
    color: #00313B !important;
}

.availability-calendar .legend-box.unavailable {
    background: #d0d0d0;
    border-color: #d0d0d0;
    text-decoration: line-through;
}

@media (max-width: 960px) {
    .availability-calendar .month-calendar {
        padding: 15px;
    }

    .availability-calendar .calendar-weekdays,
    .availability-calendar .calendar-days > div {
        font-size: 0.75rem;
    }
}

/* Estilos específicos para formulario de contacto con color secondary */
.contact-form-secondary .uk-form-label {
    color: #E4FFF9 !important;
}

.contact-form-secondary .uk-input,
.contact-form-secondary .uk-select,
.contact-form-secondary .uk-textarea,
.contact-form-secondary input[type=text],
.contact-form-secondary input[type=email],
.contact-form-secondary input[type=password],
.contact-form-secondary input[type=tel],
.contact-form-secondary input[type=number],
.contact-form-secondary input[type=search],
.contact-form-secondary select,
.contact-form-secondary textarea {
    border-color: #E4FFF9 !important;
    color: #E4FFF9 !important;
    background: rgba(228, 255, 249, 0.1) !important;
}

.contact-form-secondary .uk-select:not([multiple]):not([size]) {
    color: #E4FFF9 !important;
    background-color: rgba(228, 255, 249, 0.1) !important;
    background-image: none !important;
}
.contact-form-secondary .uk-select option {
    background-color: #1A4D4D !important;
    color: #E4FFF9 !important;
}

.contact-form-secondary .uk-input::placeholder,
.contact-form-secondary .uk-textarea::placeholder,
.contact-form-secondary input[type=text]::placeholder,
.contact-form-secondary input[type=email]::placeholder,
.contact-form-secondary input[type=tel]::placeholder,
.contact-form-secondary input[type=number]::placeholder,
.contact-form-secondary textarea::placeholder {
    color: rgba(228, 255, 249, 0.6) !important;
}

.contact-form-secondary .uk-input:focus,
.contact-form-secondary .uk-select:focus,
.contact-form-secondary .uk-textarea:focus,
.contact-form-secondary input[type=text]:focus,
.contact-form-secondary input[type=email]:focus,
.contact-form-secondary input[type=tel]:focus,
.contact-form-secondary input[type=number]:focus,
.contact-form-secondary select:focus,
.contact-form-secondary textarea:focus {
    border-color: #E4FFF9 !important;
    color: #E4FFF9 !important;
    background: rgba(228, 255, 249, 0.15) !important;
    outline: none !important;
}

.contact-form-secondary .accept-checkbox small,
.contact-form-secondary .accept-checkbox small a {
    color: #E4FFF9 !important;
}

.contact-form-secondary .uk-checkbox {
    border-color: #E4FFF9 !important;
}

/* Botón con color secondary */
.contact-form-secondary .uk-button {
    background-color: #E4FFF9 !important;
    color: #1A4D4D !important;
    border-color: #E4FFF9 !important;
    font-weight: 600 !important;
    padding: 1rem 2rem;
}

.contact-form-secondary .uk-button:hover {
    background-color: #D1F0E8 !important;
    color: #1A4D4D !important;
}

.contact-form-secondary .uk-button svg {
    fill: #1A4D4D !important;
}

/* Ajustes para reCAPTCHA */
.contact-form-secondary .g-recaptcha {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 400px) {
    .g-recaptcha { transform: scale(0.85); transform-origin: 0 0; }
}
