/* Developed entirely by staycreative.es 2020 */
/* 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: "Inter", 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: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 400; font-size: 1rem; margin-bottom: 0;}
h1, h2, h3, h4, h5, h6 {   font-family: "Inter", sans-serif; font-optical-sizing: auto; color: #000000;margin-bottom: 0; margin-top: 0px;}

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, .0s ease-in-out;transition: ease-in-out, .0s 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: "Inter", sans-serif; font-optical-sizing: auto;}
.uk-button{   font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight:500; border:0;line-height: 1.5;text-transform: inherit;font-size: 1.1rem;-webkit-appearance: none !important; -webkit-transition: ease-in-out, .0s ease-in-out;transition: ease-in-out, .0s ease-in-out; padding: 0rem;}

    .uk-button-default { position: relative; background-color: transparent !important; color: #000 !important; padding: 5px; text-decoration: none;}
    .uk-button-default::after { content: ''; position: absolute; bottom: 0; left: 0; height: 1px; width: 100%; background-color: #000; transition: width 0.4s ease;}
    .uk-button-default::before { content: ''; position: absolute; bottom: -2px; left: 100%; transform: translateX(-5px); width: 5px; height: 5px; background-color: #000; border-radius: 0%; transition: transform 0.4s ease, opacity 0.4s ease;}
    .uk-button-default:hover::after { width: 0; }
    .uk-button-default:hover::before { transform: translateX(0); opacity: 0;}

    .uk-button-primary { position: relative; background-color: transparent !important; color: #fff !important; padding: 5px; text-decoration: none;}
    .uk-button-primary::after { content: ''; position: absolute; bottom: 0; left: 0; height: 1px; width: 100%; background-color: #fff; transition: width 0.4s ease;}
    .uk-button-primary::before { content: ''; position: absolute; bottom: -2px; left: 100%; transform: translateX(-5px); width: 5px; height: 5px; background-color: #fff; border-radius: 0%; transition: transform 0.4s ease, opacity 0.4s ease;}
    .uk-button-primary:hover::after { width: 0; }
    .uk-button-primary:hover::before { transform: translateX(0); opacity: 0;}



    #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: "Inter", 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=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 #000; background-color: transparent; box-shadow: none; border-radius: 0px;  margin-bottom: 6px; color: #000000 !important; font-size: 1rem;height: auto;   font-family: "Inter", sans-serif; font-optical-sizing: auto;}
    .form .uk-select:not([multiple]):not([size]){background-color: #fff; background-image: none; color: white !important;}
    .uk-select:not([multiple]):not([size]) option {background-color: white !important; color: white !important;}
    .bg-select-white:focus {background-color: white !important; color: white !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: #000000 !important; }
    .form select{padding-right: 30px;}
    .form textarea{margin-bottom: 10px;padding: 10px; color: white;}
    .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: "Inter", 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;}


  /* DROPDOWN */
  .uk-drop.uk-open {border-radius: 0px; z-index: 1111; background-color: #F7F6EF;    width: max-content; top: 80px !important; }
  .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 */
.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%); background-color: white !important; */}
.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;}

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

  /* datedropper new */
  .bitgrup-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(0,0,0,0.6);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; }
.overlay-light{background-color: rgba(224, 255, 83, 0.7);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-header {
    position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 0; mix-blend-mode: multiply;
    background: transparent;
    background: -webkit-linear-gradient(to bottom, transparent 50%, #000000 100%);
    background: -moz-linear-gradient(to bottom, transparent 50%, #000000 100%);
    background: linear-gradient(to bottom, transparent 50%, #000000 100%);
    -webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out;
}

.overlay-bottom {
    position: absolute;top: 0;left:0;width: 100%;height: 100%;z-index: 0; mix-blend-mode: multiply;
    background: transparent;
    background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(00,00,00,0.6) 100%);
    background: -moz-linear-gradient(to bottom, transparent 0%, rgba(00,00,00,0.6) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(00,00,00,0.6) 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: #F5F5F5 !important;}
.bg-dark {background-color: #000000 !important;}
.bg-primary{background-color: #000 !important;}


.white {color: #fff !important;}
.grey {color: #5A5858 !important;}
.light {color: #545454 !important;}
.dark {color: #000000 !important;}
.primary{color: #000 !important;}

.white p {color: #fff !important;}
.grey p {color: #5A5858 !important;}
.light p {color: #C5C5C5 !important;}
.dark p {color: #000000 !important;}
.primary p {color: #000 !important;}



.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: "Inter", sans-serif; font-optical-sizing: auto; font-size: 1.1rem;}
.bold {   font-family: "Inter", sans-serif;}

.uk-border-rounded {border-radius: 40px !important;}
.uk-border-rounded.left {border-radius: 40px 0px 0px 40px !important;}
.uk-border-rounded.right {border-radius: 0px 40px 40px 0px !important;}
.uk-border-rounded-small {border-radius: 20px !important;}

.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: 1111;width: 100vw;height:100vh; opacity: 1; background: #000; 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: "Inter", sans-serif; font-optical-sizing: auto;}
.text-serif {font-family: "Inter", sans-serif; font-optical-sizing: auto;}
.text-sans {font-family: "Inter", 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.4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
.uk-heading-small {font-size: 1.6rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
.uk-heading-medium {font-size: 2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
.uk-heading-large {font-size: 3rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
.uk-heading-xlarge {font-size: 5rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

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

.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 */
header {height: 80px;}
.uk-navbar {height: 80px; background-color: #000;}
.uk-navbar-container {padding-left: 30px; padding-right: 30px;}
.uk-navbar ul li a {color: white; font-size: 1rem;}
.uk-navbar ul li.uk-active a {color: #e0ff53;}
.uk-navbar ul li a:hover {color: #e0ff53; }

/* MAIN */
.uk-container-full {width: calc(100% - 60px); padding-left: 30px; padding-right: 30px;}
.container-section {padding-left: 30px; padding-right: 30px;}


.home-photo { transition: opacity 0.1s ease; opacity: 1; bottom: 30px; right: 30px; position: fixed;}
.home-photo.hidden { opacity: 0; pointer-events: none;}

/* HOME */

/* Cursor */
.cursor{position: relative; width: 24em; margin: 0 auto; /* border-right: 2px solid rgba(255,255,255,.75); */ font-size: 30px; text-align: center; white-space: nowrap; overflow: hidden;/* transform: translateY(-50%); */}
/* Animation */
.typewriter-animation { animation: typewriter 5s steps(50) 1s 1 normal both, blinkingCursor 500ms steps(50) infinite normal;}
.typewriter-animation-second { animation: typewriter 5s steps(50) 3s 1 normal both, blinkingCursor 500ms steps(50) infinite 3s normal;}
.typewriter-animation-third { opacity: 0; animation: fadeIn 1s ease-in-out 7s forwards;}
/* Typewriter blinking underscore for the second animation */
.typewriter-animation-second .blinking-underscore { animation: blink-underscore 1s step-end infinite;}

@keyframes blink-underscore {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}


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


@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes blinkingCursor{
  from { border-right-color: rgba(255,255,255,.75); }
  to { border-right-color: transparent; }
}

.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: 0 ; 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;}


/* HOME */
.home .header {height: 70vh;}
.home .projects .ellipsis-three {min-height: 80px;}
.home .projects .grid-nav {border-bottom: 1px solid #000; padding: 0 30px 30px 30px;}
.home .solutions .uk-subnav {border-bottom: 1px solid #000; padding-bottom: 20px;}

.home .solutions .uk-subnav-pill>.uk-active>a {background-color: #000000 !important; display: list-item; position: relative; text-align: center; color: white;}
.home .solutions .uk-subnav-pill>.uk-active>a:hover {color: white;}
.home .solutions .uk-subnav-pill>.uk-active>a::after {content: ''; width: 1px; height: 20px; background-color: #000; position: absolute; top: 32px; right: calc(50% - 2px);}
.home .solutions .uk-subnav-pill>*>a:hover {background-color: transparent; color: #000; text-align: center;}
.home .solutions .uk-subnav-pill>*>:first-child {display: block; text-align: center; color: #000;}

.diagram-iot {position: relative; padding-top: 80px; padding-bottom: 80px;}
.diagram-iot::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; border-top: 1px dotted #999; transform: translateY(-50%); z-index: 0;}
.iot-item {position: relative; text-align: center;padding: 60px 10px;}
.iot-line {position: absolute;left: 50%; width: 1px; background: #000; transform: translateX(-50%);}
.iot-point {position: absolute; width: 10px; height: 10px; background: #000; left: 50%;transform: translateX(-50%);}
.iot-top .iot-line { top: 0; height: 60px;}
.iot-top .iot-point { top: 60px;}
.iot-bottom .iot-line { bottom: 0; height: 60px;}
.iot-bottom .iot-point { bottom: 60px;}
/* .iot-title { margin-top: 20px; font-size: 16px;} */
.iot-sub { font-size: 14px; color: #888;}
.iot-item { position: relative; text-align: center; padding: 60px 10px;}
.iot-line { position: absolute; left: 50%; width: 1px; background: #000; transform: translateX(-50%);}

.iot-bottom {bottom: 48px; padding: 0;}
.iot-top {top: 48px; padding: 0;}
.iot-bottom .iot-text-container {position: absolute; bottom: 80px;}
.iot-top .iot-text-container {position: relative; top: 80px;}
.iot-top .iot-text-container.iot-title {margin-top: 20px;font-size: 16px;}
.iot-bottom .iot-text-container.iot-title {margin-bottom: 0px;font-size: 16px;}

/* FLATPAGES */
.flatpage .header {height: 60vh;}
.flatpage .header h1 {z-index: 1; position: relative;}
.flatpage .header h1 span {display: block; font-weight: 700; color: #000;}

.flatpage .company .asset-iti-fisrt {position: absolute; top: -20vh;}
.flatpage .company .asset-iti-fisrt img {width: 100%; height: 100%;z-index: -1;}
.flatpage .company .list-item .uk-grid {padding: 20px 0;}
.flatpage .company .group {margin-bottom: 10vh;}
.flatpage .company .group .bg-light { position: relative; bottom: -10vh; width: calc(50% + 10vh); margin-left: -10vh; margin-right: -20vh; padding-right: 0vh;}
.flatpage .company .group .bg-light .text-block {padding: 10vh 5vh;}
.flatpage .company .talent .bg-light .text-block {padding: 10vh;}

.flatpage .subservices .container-nav {width: calc(50% - 40px); margin-left: calc(50% + 40px); position: relative; /* margin-top: -170px; */ border-top: 1px solid #000; height: 70px;}
.flatpage .subservices .container-arrows {position: absolute; bottom: 0; right: 0; width: 80px; height: 60px;}
.flatpage .subservices .container-dots {position: absolute; bottom: 0; left: 0; width: auto; height: 50px;}
.flatpage .subservices .text-slider {padding: 5vh ;}

.flatpage .b-right {border-right: 1px solid #000;}


/* PROJECTS */
.projects .project img { width: 100%; height: auto; display: block;}
.projects .project .project-name {position: absolute; top: -30px; font-weight: 600; }
.projects .project .project-cat {position: absolute; bottom: -30px; }
.projects .project .project-base {position: absolute; bottom: -30px; right: 0;}
.project-name, .project-cat, .project-base { display: none; transform: translateY(0px); transition: opacity 0s ease, transform 0s ease; position: relative; z-index: 92; font-size: 0.9rem;}
.project.hover-visible .project-name, .project.hover-visible .project-cat, .project.hover-visible .project-base { display: block; transform: translateY(0); color: #000;}

/* .projects .js-filter li.m-40 {margin-top: 10vh;}
.projects .js-filter li.m-30 {margin-top: 5vh;}
.projects .js-filter li.m-20 {margin-top: -5vh;}
.projects .js-filter li.m-10 {margin-top: -10vh;} */



/* PROJECT */
.landing .text-share {margin-top: 7px;}
.feed-projects .container-text {min-height: 200px;}

.video-wrapper.vertical {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden;}
.video-wrapper.vertical video { max-height: 100%; height: auto; width: auto; max-width: 100%; /* aspect-ratio: 9 / 16; */ object-fit: contain;}
.video-wrapper.horizontal { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; overflow: hidden;}
.video-wrapper.horizontal video { max-height: 100%; height: auto; width: auto; max-width: 100%; /* aspect-ratio: 9 / 16; */ object-fit: contain;}


/* AQQUI ANIRIEN ELS STYLES PARTICULARS DE CADA PAGINA */
.hover-overlay {position: fixed; inset: 0; background: rgba(0, 0, 0, 0.8); opacity: 0; pointer-events: none; z-index: 9999; transition: opacity 0s ease, background-color 0s ease;}
.hover-overlay.active { opacity: 1; pointer-events: auto;}
.project.hover-visible { position: relative;z-index: 11111111;}
.projects.hover-active .project:not(.hover-visible) { opacity: 1; transition: opacity 0s ease;}

/* 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 {margin-bottom: 30px;}
  footer .uk-nav-default>li>a {color: white; padding: 2px 0px;}
  footer .uk-nav-default>li>a:hover {color: #e0ff53;}
  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: #e0ff53;}
  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: #90bd1d;}
  footer li a, footer li {color: #fff; list-style: none !important; font-size: 1rem; padding: 2px 0px;}
  footer li.uk-lead{font-weight: 700;}
  footer li a:hover {color: #90bd1d !important;}
  footer a:hover {color: #90bd1d !important;}
  footer small {font-size: 0.7rem;}
  footer .b-left {border-left: 1px solid white; 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;}

    /* BITGRUP */
    .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: #000;}
    #offcanvas-menu .uk-offcanvas-bar .uk-nav-primary>li>a {color: white;}
    #offcanvas-menu .uk-offcanvas-bar .uk-nav-primary>li>a:hover {color: #90bd1d;}



@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;}

    /* BITGRUP */


    .uk-heading-xsmall {font-size: 1.3rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-small {font-size: 1.5rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-medium {font-size: 1.8rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-large {font-size: 2.5rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-xlarge {font-size: 4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .uk-heading-xsmall p {font-size: 1.3rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-small p {font-size: 1.5rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-medium p {font-size: 1.8rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-large p {font-size: 2.5rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-xlarge p {font-size: 4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }


}

@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; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-small {font-size: 1.4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-medium {font-size: 1.6rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-large {font-size: 2.2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-xlarge {font-size: 3rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .uk-heading-xsmall p {font-size: 1.2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-small p {font-size: 1.4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-medium p {font-size: 1.6rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-large p {font-size: 2.2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-xlarge p {font-size: 3rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .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 */

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

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

    .uk-heading-medium {font-size: 1.5rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-medium p {font-size: 1.5rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .uk-heading-large {font-size: 2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-large p {font-size: 2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .uk-heading-xlarge {font-size: 2.4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-xlarge p {font-size: 2.4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .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;}
     .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 .header h1 {font-size: 3rem !important;}

    .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;}


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


    .uk-heading-large {font-size: 1.8rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-large p {font-size: 1.8rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .uk-heading-xlarge {font-size: 2.2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .uk-heading-xlarge p {font-size: 2.2rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }

    .home .header .uk-heading-xlarge {font-size: 2.4rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .home .header .uk-heading-xlarge p {font-size: 1.8rem !important; margin: 0; line-height: 1.3;  font-family: "Space Grotesk", sans-serif; }
    .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;}

}



