/* Developed entirely by staycreative.es 2022 */

/* 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: #1A1A1A;}
*+.uk-hr, *+hr {margin-top: 5px; margin-bottom: 15px;}


/* Generals */
html, body {font-family: 'Montserrat', sans-serif; font-weight: 400;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #26272E;font-size: 1rem;}
p{font-family: 'Montserrat', sans-serif; color: #666666;font-weight: 400; font-size: 1rem; line-height: 1.7;}
h1, h2{font-family: 'Montserrat', sans-serif; color: #1A1A1A;font-weight: 700; margin-bottom: 0; margin-top: 0px;}
h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; color: #1A1A1A;font-weight: 700; margin-bottom: 0; margin-top: 0px;}
/* h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-style: normal;display: block;font-size: 70%;font-weight: 400;} */
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, .20s ease-in-out;transition: ease-in-out, .20s ease-in-out; word-wrap: break-word;color: #1A1A1A;}
a:hover{color: #1A1A1A;}
a span {display: inline-block;}
small {font-weight: 400 !important;}
ul li {list-style-type: none; list-style: none; }
/*p b {font-size: 1rem; font-weight: 600;}*/
:focus {outline: none;}

/* Buttons */
.uk-button{ font-family: 'Montserrat', sans-serif; font-weight: 700; border:0;line-height: 1.5;text-transform: none;font-size: 0.9rem; -webkit-appearance: none !important;border-radius: 0;-webkit-transition: ease-in-out, .35s ease-in-out;transition: ease-in-out, .35s ease-in-out; padding: 1rem 2rem; text-align: center; position: relative;}
   
    .uk-button-default{ background-color: #A40B33; color: #fff !important;border: 1px solid #A40B33;}
    .uk-button-default:hover{background-color: #1a1a1a; color: #fff !important;border: 1px solid #1a1a1a; }

    .uk-button-primary{ background-color: transparent; color: #040f0c !important;border: 1px solid #1a1a1a;}
    .uk-button-primary:hover{background-color: #1a1a1a; color: #fff !important;border: 1px solid #fff; }

    .uk-button-secondary{ background-color: #fff; color: #1a1a1a !important;border: 1px solid #fff;}
    .uk-button-secondary:hover{background-color: #1a1a1a; color: #fff !important;border: 1px solid #1a1a1a; }

    .uk-button-light{ background-color: transparent; color: white !important;border: 1px solid white;}
    .uk-button-light:hover{background-color: #1a1a1a !important; color: white !important;border: 1px solid #1a1a1a; }

    .uk-button-popup{ background-color: transparent; color: white !important;border: 1px solid white; border-radius: 50px;}
    .uk-button-popup:hover{background-color: #1a1a1a !important; color: white !important;border: 1px solid #1a1a1a; }

    .uk-button-arrow{ background-color: transparent; color: #A40B33 !important;border: 0; padding: 0; font-size: 1.2rem;}
    .uk-button-arrow:hover{color: #1a1a1a !important;}
    .uk-button-arrow svg {-webkit-transition: ease-in-out, .20s ease-in-out;transition: ease-in-out, .20s ease-in-out;}
    .uk-button-arrow:hover svg {color: #1a1a1a; margin-left: 10px;}



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

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

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

    /* form */
    .form {position: relative; z-index: 2;}
    .form .uk-form-label{font-weight: 700;}
    .form input[type=text],.form input[type=email],.form input[type=number],.form select,.form textarea, .form input[type=search]{min-height: 40px; margin-top: 0px !important; padding: 5px 10px; border:0; border-bottom: 1px solid white; background-color: transparent; box-shadow: none; border-radius: 0;  margin-bottom: 6px; color: white !important; font-size: 1rem;height: auto;font-family: 'Montserrat', sans-serif; }
    .form .uk-select:not([multiple]):not([size]){background-image: none; color: #1A1A1A !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, .form input[type=search]::placeholder{color: #1A1A1A !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: #f0506e !important; border-color: #f0506e;}
    .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: #1A1A1A !important;font-size: 0.8rem;}
    .form small{color: white;}
    .form .uk-checkbox {border-color: white !important;}
    .form .uk-checkbox:focus, .form .uk-radio:focus {border-color: #fff !important;}
    .form .uk-checkbox:checked, .form .uk-checkbox:checked:focus {background-color: #1A1A1A;}
    .form .uk-radio-label{font-size: 0.8rem;cursor: pointer;}
    .form .uk-radio:checked, .form .uk-radio:checked:focus {background-color: #1A1A1A;}    
    .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 #f0506e; -webkit-text-fill-color: #1A1A1A; -webkit-box-shadow: 0 0 0px 1000px white inset; transition: background-color 5000s ease-in-out 0s;}
    .form input[type=text]::placeholder,.form input[type=email]::placeholder,.form input[type=number]::placeholder, .form input[type=email]::placeholder,  .form input::placeholder, .form select,.form textarea::placeholder{color: white !important; font-size: 1rem;}
    form, input:focus::placeholder { color: white;}

    .form .uk-form-danger, .form .uk-form-danger:focus {color: #f0506e !important;border-color: #f0506e !important;}

/* Icons */
.icon{background-image: url('../../public/img/assets-sprite.svg');display: inline-block; background-size: 1000px 500px;}

.icon.facebook {width: 30px;height: 30px;background-position: -125px -0px;}
.icon.instagram {width: 30px;height: 30px;background-position: -155px -0px;}
.icon.youtube {width: 30px;height: 30px;background-position: -125px -30px;}
.icon.whatsapp {width: 30px;height: 30px;background-position: -155px -30px;}

.icon.facebook-b {width: 30px;height: 30px;background-position: -300px -0px;}
.icon.instagram-b {width: 30px;height: 30px;background-position: -330px -0px;}
.icon.youtube-b {width: 30px;height: 30px;background-position: -300px -30px;}
.icon.whatsapp-b {width: 30px;height: 30px;background-position: -330px -30px;}

.icon.ida-vuelta{width: 25px;height: 25px; background-position: -185px 0;}
.icon.ida{width: 25px;height: 25px; background-position: -210px 0;}

.icon.pax{background-position: 0 -150px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.bag{background-position: -35px -150px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.fuel{background-position: -70px -150px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.gear{background-position: -105px -150px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.aire{background-position: -140px -150px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.climatizador{background-position: -175px -150px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.doors{background-position: -210px -150px; width: 32px; height: 35px; position: relative; bottom: -7px;}


.icon.pax-w{background-position: 0 -185px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.bag-w{background-position: -35px -185px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.fuel-w{background-position: -70px -185px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.gear-w{background-position: -105px -185px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.aire-w{background-position: -140px -185px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.climatizador-w{background-position: -175px -185px; width: 32px; height: 35px; position: relative; bottom: -7px;}
.icon.doors-w{background-position: -210px -185px; width: 32px; height: 35px; position: relative; bottom: -7px;}

.icon.ca{background-position: 0 -11px;width: 30px;height: 30px;vertical-align: middle;font-size: 0;}
.icon.es{background-position: 0 -45px;width: 30px;height: 30px;vertical-align: middle;font-size: 0;}
.icon.de{background-position: 0 -79px;width: 30px;height: 30px;vertical-align: middle;font-size: 0;}
.icon.en{background-position: 0 -113px;width: 30px;height: 30px;vertical-align: middle;font-size: 0;}

/* POPUP  */

.popup h2 {font-size: 3rem; font-weight: 800;}
.popup h3 {font-size: 2.2rem;}
.popup .uk-slideshow-items {height: 70vh; min-height: 70vh !important;}

  /* menu */
  .uk-navbar-container:not(.uk-navbar-transparent){height: 100px;z-index:5;background-color: #A40B33;padding-left: 30px;padding-right: 0px;width: 100%;box-sizing: border-box;}
  .uk-navbar-container.uk-navbar .uk-navbar-left{opacity: 1;}
  .uk-navbar-left {float: left; }
  .uk-navbar-right {background-color: transparent; float: right; height: 100px; padding-right: 20px;}
  .uk-navbar-nav>li>a, .uk-navbar-nav>li ul.uk-nav-sub li a{font-weight: 600; color: white; padding: 0px 5px; font-size: 1rem; font-family: 'Montserrat', sans-serif; text-transform: none; min-height: 100px;}
  .uk-navbar-nav>li ul li a, .uk-nav-default>li>a:focus, .uk-nav-default>li>a:hover{font-weight: 400;font-size: 1rem; font-family: 'Montserrat', sans-serif; text-transform: none;}
  .uk-navbar-nav .uk-active {color:#1A1A1A;   }
  .uk-navbar-nav#main-menu {width: 100%; }
  .uk-navbar-nav#main-menu .lang{margin-left: 10px;}
  .uk-navbar-nav#main-menu .lang .languages-menu{padding: 5px;float: left;width: 100%;box-sizing: border-box;}
  .uk-navbar-nav#main-menu .lang .languages-menu li{width: 50%;display: inline-block;text-align: center;float: left;font-size: 0.9rem;padding: 7px 0px;}
  .uk-navbar-nav#main-menu .lang .languages-menu li a{padding: 0;color: #1A1A1A;}
  .uk-navbar-nav#main-menu .lang .languages-menu li a:hover{color: #1A1A1A;}
  .uk-navbar-nav>li>a:hover, .uk-navbar-nav>li.uk-active>a{color: #1A1A1A !important;}
  .uk-navbar-dropdown-nav>li>a{ color: #1A1A1A; height: auto;}
  .uk-navbar-dropdown-nav>li>a:hover, .uk-navbar-nav>li>a.uk-open{color: #1A1A1A;}
  .uk-navbar-dropdown{position: absolute; }
  .uk-navbar-dropdown.uk-navbar-dropdown-bottom-left {z-index: 100000;left: 0px; top: -5px;}
  .uk-navbar-dropdown.uk-open{background-color: rgba(255, 255, 255, 0.8);}
  .uk-navbar-dropdown.uk-open:before{content: "";width: 0;height: 10px;display: block;position: absolute;top: -20px;left: 30px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid rgba(255, 255, 255, 0.8);}
  .uk-navbar-dropdown.uk-open.uk-navbar-dropdown-bottom-right:before{left:auto;right: 30px;}
  .uk-navbar-toggle {color: white !important; }
  .uk-nav-parent-icon>.uk-parent>a::after{background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");}
  .uk-nav-parent-icon>.uk-parent.uk-open>a::after{background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");}
  /* .uk-navbar.uk-active .uk-navbar-toggle {color: #1A1A1A !important;z-index: 5; } */
  .has-dropdown{position: relative; }
  .has-dropdown {padding-right: 0;}
  .uk-navbar-dropdown {width: 80px; } 
  /* .has-dropdown:after{content: ""; display: inline-block; width: 7px; height: 4px; background-image: url(../../public/img/assets-sprite.svg); background-position: -55px -8px; position: absolute; top: 39px; right: -2px; background-size: 1000px 500px;}  */
/*   .has-dropdown:hover:after, .uk-navbar.uk-active .has-dropdown:after{content: ""; display: inline-block; width: 7px; height: 4px; background-image: url(../../public/img/assets-sprite.svg); background-position: -55px -4px; position: absolute; top: 39px; right: -2px; background-size: 1000px 500px;} */
  .lang.has-dropdown:after{content: ""; display: inline-block; width: 10px; height: 5px; background-image: url(../../public/img/assets-sprite.svg); background-position: -55px -7px; position: absolute; top: 40px; right: -5px; background-size: 1000px 500px;}
  .uk-navbar.uk-active .lang.has-dropdown:after{content: ""; display: inline-block; width: 10px; height: 4px; background-image: url(../../public/img/assets-sprite.svg); background-position: -55px 0px; position: absolute; top: 40px; right: -15px; background-size: 1000px 500px;}
  .bm-waves a{padding: 0 !important;font-size: 0 !important;}
  .bm-waves a:hover,.bm-waves a:focus, .bm-waves a:visited{font-size: 0;}
  .bm-waves span{display: block; z-index: 4; position: relative; width: 200px; height: 65px; background-image: url('../../public/img/logo-header-white.svg'); background-size: contain; background-repeat: no-repeat; position: relative;}
  .uk-navbar-container.uk-active{background-color: #A40B33 !important;width: 100vw !important; height: 100px;  z-index: 5;padding: 0 0 0 30px;}
  .uk-navbar-container.uk-sticky-below{box-shadow: 0 5px 15px rgb(0 0 0 / 8%);}
  .uk-navbar-container.uk-active .uk-navbar-right {background-color: transparent; height: 100px; /* margin-top: 5px;  padding-left: 20px;*/ box-shadow: none; }
  .uk-navbar-nav>li>a:active{color: #999; }
  /* .uk-navbar-container.uk-active .uk-navbar-nav>li.uk-active>a {color: #1A1A1A !important;font-weight: 600;} */
  .uk-navbar-container.uk-active .uk-navbar-nav>li>a{color: white;}
  .uk-navbar-container.uk-active .uk-navbar-nav>li>a:hover{color: #1A1A1A !important;} 
  .uk-navbar-container.uk-active .uk-navbar-nav>li>a.uk-active {font-weight: 600;} 
  .uk-navbar-container.uk-navbar.uk-active .uk-navbar-left{opacity: 1;z-index: 5;}
/*   .uk-navbar-container.uk-active .bm-waves span{width: 200px; height: 70px; top: 3px; background-image: url('../../public/img/logo-header.svg');} */
  .uk-navbar-container.uk-active .uk-button-menu {color: #999 !important;}
  .uk-form-div{position: relative;padding: 0 !important;}
  .uk-notification-message{font-size: 1rem;}
  .uk-notification{width: 400px;}
  .uk-notification-top-center{margin-left: -200px;}    
  .uk-nav.uk-navbar-dropdown-nav {position: relative; z-index: 5;}
  .uk-button-menu svg:not(:root) {width: 50px; height: 50px;}
  .uk-button-menu svg:not(:root) rect {height: 1px !important;}
  .menu .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve),  #book .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {display: none;}
  .sales-dropdown{position: relative;}
  .sales-dropdown .sd-container{margin-top: 0;padding: 30px 20px 20px;}
  .sales-dropdown .sd-container li .sd-menu-item{opacity: 0.6;}
  .sales-dropdown .sd-container li:hover .sd-menu-item{opacity: 1;}
  .sales-dropdown .sd-container a{text-align: center;font-weight: 600;}
  .sd-menu-item{background-position: center;background-size: cover;background-repeat: no-repeat;margin-bottom: 10px;}

      #main-menu li.lang-item:first-child{margin-left: 20px;}
      #main-menu .lang-item:last-child{margin-right: 20px;}
      #main-menu .lang-item a{text-transform: uppercase !important;padding-right: 0;}

    .uk-navbar-nav>li#menu-book>a {color: white !important; }
    #menu-book a {background-color: #A40B33;  padding-left: 2rem !important; padding-right: 2rem !important; }
    #menu-book a:hover {background-color: #1A1A1A;}

  /* datedropper new */
  div.datedropper.mallorcar-theme {--dd-color1: #1A1A1A !important;--dd-color2: #FFF !important;--dd-color3: #26272E !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;}

/* HACKS */
.clear{clear: both;}
.overlay{background-color: rgba(146,144,132,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(255,255,255,0.3);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-dark{background-color: rgba(00,00,00,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; }

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

.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-dark {background-color: #333333 !important;}
.bg-red {background-color: #A40B33 !important;}
.bg-light {background-color: #f4f4f4 !important;}
.white {color: #fff !important;}
.dark {color: #1A1A1A !important;}
.red {color: #A40B33 !important;}

.bg-img {background-position: center; background-repeat: no-repeat; background-size: cover; }
.bg-img-contain {background-position: center; background-repeat: no-repeat; background-size: contain; }
.scalex {transform: scaleX(-1);}

.text-white{color: #fff;}

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

.b-bottom {border-bottom: 1px solid #040f0c;}
.b-top {border-top: 1px solid #040f0c;}
.sans {font-family: 'Montserrat', sans-serif;  font-size: 1.1rem;}
.bold {font-family: 'Montserrat', sans-serif;}
p.lead{font-size: 120%;}

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

/* .mt-0{margin-top: 0 !important;}
.mt-10{margin-top: 10px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-100 {margin-top: 100px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-100{margin-bottom: 100px !important;}

.p-10{padding: 10px;}
.p-20{padding: 20px;}
.pt-0{padding-top: 0 !important;}
.pt-20{padding-top: 20px !important;}
.pr-0{padding-right: 0 !important;}
.pl-0{padding-left: 0 !important;}
.pb-0{padding-bottom: 0 !important;}

.pt-100{padding-top: 100px !important;} */


/* PRELOADER */
.preloader{position: fixed;z-index: 999;width: 100vw;height:100vh; opacity: 1; background: #1A1A1A; top: 0;left: 0;}
.preloader img{-webkit-animation: heartbeat 1.5s ease-out infinite normal;animation: heartbeat 1.5s ease-out infinite normal;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-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;}
}

  /* VIDEO PLYR.IO */
  .plyr{border-radius: 8px;box-shadow: 0 0 5vh rgb(0 0 0 / 35%);}
  .plyr--full-ui.plyr--video .plyr__control--overlaid{background-image: url('/public/img/play_video_all.svg') !important;width: 100px;height: 100px;background-color: transparent;padding: 0;}
  .plyr--full-ui.plyr--video .plyr__control--overlaid:hover{background-color: transparent;transform: translate(-50%,-50%) rotate(180deg);transform-origin: center center;}
  .plyr__control--overlaid svg{left: 50% !important;position: absolute !important;top: 50%;transform: translate(-50%,-50%);}
  .plyr__control--overlaid:hover svg{transform: translate(-50%,-50%) rotate(180deg);}
  .plyr__poster{background-size: cover !important;}

  .home-video-container .plyr--full-ui.plyr--video .plyr__control--overlaid{background-image: url('/public/img/play_video.svg') !important;width: 100px;height: 100px;background-color: transparent;padding: 0;}

/* GENERALS */
h1, h2, h3, h4, h5, h6 {line-height: 1.1;}
h1{font-size: 2.6rem;}
/* h3 span{ font-family: 'Montserrat', sans-serif; font-size: 50%;} */
h4{font-family: 'Montserrat', sans-serif;}
.uk-link{color: #666666; text-decoration: underline;}
.uk-link:hover{color: #000;}
.uk-lead{font-size: 120%;}
.header-container{background-color: #1A1A1A;/* margin-top: -100px; */position: relative;}
.header{background-position: center;background-repeat: no-repeat;background-size: cover;position: relative; margin-bottom: 170px;}
.page .header{min-height: 50vh;}
.page.flat-page .header{min-height: 30vh; height: 30vh;}
.page .header .overlay-top{position: absolute;top: 0;left: 0;width: 100%;height: 100px;background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));}
.bg-menu{height: 100px;margin-top: -100px;background-color: #fff;width: 100%;}
.g-overlay{position: absolute;bottom: 0;left: 0;width: 100%;height: 10vh; background-image: linear-gradient(to bottom, rgba(43,46,54,0), rgba(43,46,54,0.5));z-index: 0;}
.g-overlay-top{position: absolute;top: 0;left: 0;width: 100%;height: 10vh; background-image: linear-gradient(to top, rgba(43,46,54,0), rgba(43,46,54,0.5));z-index: 0;}

/* .page .header h2{color: #fff;font-size: 8rem;padding: 10vh;line-height: 1;} */
/* h5{font-size: 1.2rem;font-weight: 400;} */

        /* cercador */
        .buscador-home{z-index: 1;position: absolute;bottom: -170px;left: 50%;transform: translateX(-50%);background-color: white; padding: 10px;border-radius: 15px;box-shadow: 0 0 10px #1A1A1A60;width: 80%;max-width: 1000px;}
        .buscador-home>form>div.uk-grid>div{position: relative;}
        .buscador-home>form>div.uk-grid>div:nth-child(2),.buscador-home>form>div.uk-grid>div:nth-child(3),.buscador-home>form>div.uk-grid>div:nth-child(4){border-left: 1px solid #182936;}
        .buscador-home label{font-size: 0.9rem;padding: 0 10px;}
        .buscador-home input{border-bottom: 0 !important;font-weight: 700;}
        .buscador-home .select2-container--default .select2-selection--multiple{background-color: transparent;border: 0 !important;border-radius: 0;padding: 0 5px;}
        .buscador-home .more-less-control{position: relative;margin-top: -40px;margin-left: 20px;}
        .buscador-home .m_touchspin_container{position: absolute;width: calc(100% - 35px);height: 70px;top: 14px;padding-left: 20px;}
        .buscador-home .m_touchspin_container .touch-spin-counter{width: calc(100% - 90px);border: 0 !important;background-color: transparent !important;text-align: center;color: #fff !important;}
        .buscador-home .ml-control{position: relative;display: inline-block;padding: 0 8px;border-radius: 20px;border: 1px solid #A40B33;width: 26px;height: 26px;box-sizing: border-box;cursor: pointer;background-color: #A40B33;color: #fff;}
        .buscador-home .ml-control:hover{color: #fff;background-color:#1A1A1A;border: 1px solid #1A1A1A;}
        .buscador-home .ml-control-number{color: #000;font-size: 1.1rem;margin: 0 5px;}
        .buscador-home .bh-search{font-size: 1.2rem;border-radius: 15px;}

        .buscador-home .uk-subnav{width: 190px;}
        .buscador-home .uk-subnav li:last-child{margin-bottom: 0;padding-left: 10px;}
        .buscador-home .uk-subnav li a{width: 60px;padding: 10px;display: block;text-align: center;font-size: 0.7rem;background-color: #FFFFFF40;border-radius: 10px;text-transform: none;line-height: 1;color: #fff;min-height: 48px;}
        .buscador-home .uk-subnav li.uk-active a{background-color: #A40B33;}
        .buscador-home .uk-subnav li a i{display: block;margin: 0 auto 5px;}

        .buscador-home label{color: #fff;text-align: center;display: block;}

        .buscador-home input[type=text]::placeholder, .buscador-home input[type=search]::placeholder{color: rgba(255, 255, 255, 1) !important;}
        .buscador-home .seh-guests{min-height: 70px;}
        /* .buscador-home .select2-container{max-width: 100%;width: 100% !important;}
        .buscador-home .select2-container--default .select2-selection--multiple{border: 0;padding: 0;}
        .buscador-home .select2-container--default.select2-container--focus .select2-selection--multiple{border: 0;border-radius: 0;}
        .buscador-home .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 0;margin-bottom: 5px;background-color: #1A1A1A;border: 1px solid #1A1A1A;}
        .select2-container--default .select2-selection--multiple .select2-selection__choice__display{color: white;}
        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: white !important;border-right: 1px solid white !important;}
        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color: #1A1A1A !important;}
        .buscador-home .select2-container .select2-search--inline .select2-search__field{margin: 0;border: 0;border-bottom: 1px solid #828A9D;border-radius: 0;padding: 5px 10px;min-height: 40px;margin-bottom: 6px;font-weight: 700;width: 100% !important;text-align: center;} */
        .buscador-home .form .uk-select:not([multiple]):not([size]){color: white !important;border: 0;text-align: center;font-weight: 700;}
        .buscador-home .form .datedropper{text-align: center;color: #fff !important;}

/* HOME NEW */
.home.new .header {margin-bottom: 0;}
.home.new .buscador-home{z-index: 1;position: relative; left: 50%;transform: translateX(-50%);background-color: white; padding: 10px; border-radius: 15px;box-shadow: 0 0 10px #1A1A1A60;width: 80%;max-width: 1000px; top: 5vh;}
.home.new .header .bg-header {background-image: linear-gradient(to right, rgba(164,11,51,0.9), rgba(164,11,51,0))}
.home.new .header .text {position: relative; z-index: 2;}
.home.new .header .text h2 {font-size: 3rem;}

/* HOME */
.top-bar{background-color: #A40B33;text-align: right;padding: 5px 20px;}
.top-bar ul{margin: 0;}
.top-bar ul li{display: inline-block;margin-left: 10px;}
.top-bar ul li a{color: #fff;font-weight: 700;font-size: 0.9rem;}
.top-bar ul li a:hover{text-decoration: underline;}

/* SEARCH */
 #start-search {position: absolute; top: 20px !important; width: auto; left: 0 !important;} 
/* #start-search {
position: absolute;
    z-index: 1020;
    --uk-position-offset: 20px;
    --uk-position-viewport-offset: 15px;
    box-sizing: border-box;
    width: 300px;} */
.start-search-message {background-color: #A40B33; color: white; padding: 0.6rem 0.8rem;}
.start-search-message h4 {font-size: 1rem;}
.start-search-message .start-search-text {border: 3px solid #A40B33; background-color: white; box-shadow: 0 5px 15px rgb(0 0 0 / 8%); padding: 20px;}
.start-search-message .start-search-text small {color: #171919 !important;}

/* BANNER */
.banners h3 {font-size: 2rem;}

/* PAGE */
.page .header{height: 50vh;/* overflow: hidden; */position: relative;}


/* .home .header-container{height: 100vh;} */
.home .header{height: 50vh;/* overflow: hidden; */position: relative;}
.home .header .bg-header{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%; background-image: linear-gradient(to right, rgba(164,11,51,0.3), rgba(164,11,51,0));z-index: 0;}
.home .intro img {width: 100px; margin-bottom: 20px;}
.home .cars h1 { font-size: 3.6rem;}
.home .cars h2 {font-size: 5rem; font-weight: 800; opacity: 0.3;}
.home .cars h3 {font-size: 3rem; margin-top: -8px !important; margin-bottom: -8px !important;}
.home .cars .bg-red {margin-top: -20vh;}
.home .cars .car-img {transform: scale(1.6); margin-left: -20vh; margin-top: 100px; margin-bottom: 100px;}
.home .cars .uk-button-secondary {font-size: 1.1rem; padding: 2rem;}
.home .cars .featured {margin-top: -10vh;}
.home .feed .feed-ind {opacity: 0.6;}
.home .feed .feed-ind h3{font-size: 1.2rem; color: #1A1A1A;}
.home .feed .feed-ind:hover {opacity: 1;}
.home .feed .feed-ind:hover h3 {color: #A40B33;}
.home .feed .feed-ind h3:after{content: "———"; display: block; opacity: 0; }
.home .feed .feed-ind:hover h3:after{content: "———"; display: block; opacity: 1; }
.home .key-go {margin-top: 10vh;}
.home .key-go .asset-keygo img {margin-top: -70px;}
.home .key-go .asset-keygo h3 {font-size: 7rem; font-weight: 900; font-style: italic; top: -120px; position: relative;}
.home .key-go .asset-keygo h3 span {font-size: 3rem; font-weight: 500; display: block;   font-style: normal;}
.home .key-go .icons .icon-go {max-width: 80px;}

.home .key-go .icons {margin-top: -100px;}
.home .key-go .icons ul li {font-size: 4rem; font-weight: 900; font-style: italic; line-height: 1.3;}
.home .key-go .icons ul li:first-child {padding-left: 60px;}
.home .key-go .icons ul li:nth-child(2) {padding-left: 30px;}
.home .key-go .icons ul li small {display: block; font-size: 1.2rem; position: relative; top: -10px;}

/* ABOUT US */
/* .about .cars h1 { font-size: 3.4rem;}
.about .cars h2 {font-size: 5rem; font-weight: 700; opacity: 0.3;}
.about .cars h3 {font-size: 4rem; margin-top: -8px !important; margin-bottom: -8px !important;}
.about .cars .bg-red {margin-top: -20vh;}
.about .cars .car-img {transform: scale(2); margin-left: -20vh; margin-top: 100px; margin-bottom: 100px;} */

.about .cars h1 { font-size: 3.6rem;}
.about .cars h2 {font-size: 5rem; font-weight: 800; opacity: 0.3;}
.about .cars h3 {font-size: 3rem; margin-top: -8px !important; margin-bottom: -8px !important;}
.about .cars .bg-red {margin-top: -20vh;}
.about .cars .car-img {transform: scale(1.6); margin-left: -20vh; margin-top: 100px; margin-bottom: 100px;}
.about .cars .uk-button-secondary {font-size: 1.1rem; padding: 2rem;}
.about .cars .featured {margin-top: -10vh;}


/* FLEET */
.fleet .feed .feed-ind h3 {font-size: 1.8rem; color: #333333;}
.fleet .feed .feed-ind h4 {font-size: 1.8rem; margin: 0 6px;}
.fleet .feed .feed-ind h5 {font-size: 1.2rem; color: #333333;}
.fleet .feed .feed-ind p {margin-top: 10px; font-size: 0.85rem;}
.fleet .feed .feed-ind span.number {position: relative;font-size: 0.8rem; }
.fleet .feed .feed-ind small {color: #333333;}
.fleet .feed .feed-ind hr {border-top: 1px solid #333333; margin-top: 15px; margin-bottom: 15px;}
.fleet .feed .feed-ind .bg-img-contain {margin: 30px 30px 0px 30px;}

/* PRODUCT */
.product .header {height: auto;}
.product .header h1 {font-size: 2.4rem;}
.product .header .category h2 {opacity: 0.5; font-size: 4rem;}
.product .header .price h3 {font-size: 3rem;}
.product .header .car-img {transform: scale(1.3); margin-left: -5vh; margin-top: 20px; margin-bottom: 20px;}
.product .header .bg-red {margin-top: -20px;}
.product .header ul li {list-style-type: disc; list-style: disc;}
.product .header .uk-button {font-size: 1.1rem; padding: 2rem;}
.product .zones {margin-bottom: 10vh; margin-top: 10vh;}
.product .zones .bg-img {min-height: 50vh;}
.product .zones h3 {font-size: 5rem; margin-left: -20vw;}
.product .related {margin-top: 10vh; margin-bottom: 10vh;}
.product .related h3 {font-size: 2.4rem;}
.product .conditions h1 {font-size: 2.4rem; margin: 20px 0px; color: #A40B33;}
.product .conditions h2 {font-size: 2.1rem;  margin: 20px 0px; color: #A40B33;} 
.product .conditions h3 {font-size: 1.8rem;  margin: 20px 0px; color: #A40B33;  }
.product .conditions h4 {margin: 0 !important;font-size: 1.5rem;  margin: 10px 0px;} 
.product .conditions h5 {font-size: 1.2rem;  margin: 10px 0px;}
.product .conditions h6 {font-size:1rem;  margin: 10px 0px;}
.product .conditions ul {padding-left: 30px;}
.product .conditions ul li {list-style: disc; list-style-type: disc;}

.product .feed .feed-ind span.name {font-size: 1.4rem; color: #333333; font-weight: 700;}
.product .feed .feed-ind span.price {font-size: 1.4rem; margin: 0 6px; font-weight: 700;}
.product .feed .feed-ind span.subtitle {font-size: 1.2rem;  color: #333333;font-weight: 700;}
.product .feed .feed-ind p {margin-top: 10px; font-size: 0.85rem;}
.product .feed .feed-ind span.number {position: relative; bottom: 7px;  color: #333333;}
.product .feed .feed-ind hr {border-top: 1px solid #333333; margin-top: 15px; margin-bottom: 15px; width: 100%;}
.product .feed .feed-ind .bg-img-contain {margin: 30px 30px 0px 30px;}

/* related */
.related .feed-ind h3 {font-size: 1.4rem; position: relative; bottom: -5px;}
.related .feed-ind h4 {font-size: 1.4rem; margin-top: -5px; margin-bottom: -5px;}
.related .feed-ind h5 {font-size: 1.2rem;}
.related .feed-ind .bg-img-contain {margin: 30px 30px 0px 30px;}
.related .feed-ind span.number {position: relative; bottom: 0px; font-size: 0.9rem;}

/* zones */
.zones .zone-ind .text {padding: 30px 20px;}
.zones .zone-ind .text p {margin-top: 10px;}
.zones .zone-ind .text h3 {font-size: 1.2rem;}

/* zone-ind */
.zone-ind .related {margin-bottom: 10vh;}

/* extras */
.extras .feed .text {margin-left: -5vh;}
.extras .feed .text h5 {font-size: 1.2rem;}

/* about */
.about .intro img {width: 100px; margin-bottom: 20px;}

/* ofertas */
.offers h3 {font-size: 2rem; margin-top: 10px;}

/* contact */
/* .contact .bg-dark {margin-right: -10vh; padding-right: 20vh;} */

/* page */
.flat-page .header {margin-bottom: 0;}
.flat-page .info h3 {margin-bottom: 10px; font-size: 1.2rem;}

/* eco */
.eco .cars .car-img {transform: scale(1.6); margin-left: -20vh; margin-top: 100px; margin-bottom: 100px;}
.eco .cars h3.big {font-size: 4rem;}
.eco .hotels ul li a:hover {color: #A40B33;}

/* contact */
.contact-list{margin-top: 50px;}
.contact-list li a{font-size: 1rem;}
.contact-list li a:hover{color: #A40B33;}

/* booking form */
.booking-form .bg-primary{height: 100%;padding: 40px;}
.booking-form .bg-primary h1{color: #fff;}
.booking-form .bg-primary p{color: #fff;}
.booking-form .bg-primary .booking-list{border-left: 1px solid white;padding-left: 20px;}
.booking-form .bg-primary .booking-list li{color: #A40B33;font-weight: 700;}
.booking-form .bg-primary .booking-list li.uk-lead{color: #fff;font-size: 0.9rem;margin-top: 20px;font-weight: 400;}


/* MODAL GOLF*/
.uk-modal-dialog.exp h2 {color: white; font-size: 4rem; line-height: 1; padding: 30px;z-index: 2; position: relative;}
.uk-modal-dialog h2 {color: #1e3f39; font-size: 4rem; line-height: 1; padding: 30px;z-index: 2; position: relative;}
.uk-modal-dialog p {color: #1e3f39;}
/* .uk-modal-dialog {width: 767px; top: calc(50% - 250px);} */
.uk-modal-dialog .text {width: 100%;box-sizing: border-box;}
.uk-modal-dialog h3 {font-size: 2rem; font-weight: 900;}
.uk-modal-dialog p.modal {font-size: 1rem;}
.bg-modal-img {min-height: 200px!important; width: 100%; height: 100%;}
.uk-modal-close-full {background-color: transparent;}
/* .uk-button-primary{} */
.uk-button-primary:hover {background-color: #fff  !important;color: #1e3f39 !important;}
.uk-modal-dialog svg:not(:root) {color: white;}

.half-top {min-height: calc(40vh) !important;position: relative;}
.half-bottom {min-height: calc(60vh) !important;overflow-y: auto;}
#cmodal-desc p{text-align: justify;}

#modal-visit .uk-background-cover.bg-modal {min-height: 30vh; border-left: 30px solid #A40B33; border-top: 30px solid #A40B33; border-right: 30px solid #A40B33;}
#modal-visit .uk-modal-close-full {padding: 50px;}
#modal-visit .uk-modal-dialog svg:not(:root) {width: 30px;}
#modal-visit-gif .uk-modal-dialog {width: 203px;}

/* 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: 500px;transform: translateX(-50%) translateY(-50%);background-color: white;}
#cookieMessage p{margin-bottom: 0;color: #444;}
#cookieMessage .uk-link{margin-top: 20px;color: #1A1A1A;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;}
#modal-cookies h4.uk-modal-title{font-size: 1rem;}
#modal-cookies .uk-link{color: #1A1A1A;display: inline-block;padding: 20px;vertical-align: middle;}
#modal-cookies .uk-checkbox{border-color: #1A1A1A !important;}
#modal-cookies .uk-checkbox:checked{background-color: #1A1A1A;}
#modal-cookies .uk-checkbox:disabled:checked{background-color: #f5e9c9;border-color: #f5e9c9 !important;}
.uk-button-accept{ background-color: #A40B33; color: white !important; border: 1px solid #A40B33; padding: 10px 20px !important;}
.uk-button-accept:hover{background-color: white; color: #1A1A1A !important; }
.uk-button-decline{ background-color: white; color: #A40B33 !important; border: 1px solid #A40B33; padding: 10px 20px !important;}
.uk-button-decline:hover{ background-color: #1A1A1A; color: white !important; border: 1px solid #1A1A1A; }
.uk-button-decline-all{ background-color: #1A1A1A; color: white !important; border: 1px solid #1A1A1A; padding: 10px 20px !important;}
.uk-button-decline-all:hover{background-color: white; color: #A40B33 !important; }


  /* cookies i aviso legal */
  .cookies .header {background-position: center; position: relative; background-image: url('../../public/img/bg-cookies.jpg');background-size: cover; background-repeat: no-repeat; }
  .legal .header {background-position: center; position: relative; background-image: url('../../public/img/bg-legal.jpg');background-size: cover; background-repeat: no-repeat; }
  .conditions .header {background-position: center; position: relative; background-image: url('../../public/img/bg-legal.jpg');background-size: cover; background-repeat: no-repeat; }

  /* newsletter */
  #form-newsletter input[type=text]{background-color:transparent;border: 1px solid white;color: white;height: 55px;}
  #form-newsletter input[type=text]::placeholder{color: rgba(255, 255, 255, 0.8) !important;}
  #form-newsletter small{color: #fff;}
  #form-newsletter .g-recaptcha{margin: 10px 0;}

  /* footer */
  footer {background-color: #1A1A1A;padding: 5vh 10vh !important;}
  footer li a, footer li {color: #fff; list-style: none !important; font-size: 1rem;text-transform: none;}
  footer li.uk-lead{font-weight: 600;font-size: 1rem;}
  footer li a:hover {opacity: 0.8;color: #A40B33;}
  footer small {font-size: 0.7rem;}

  .footer-logo {display: inline-block;}
  .footer-logo img{width: 100%;max-width: 240px;}
  .footer-logo p{text-transform: uppercase;color: #fff;}
  .footer-logo p a{font-weight: 600;color: #fff;}
  .footer-logo p a:hover{text-decoration: underline;}

  .menu-footer{margin-top: 30px;}

  .menu-address{margin-top: 30px;text-align: right;}

  .menu-social{text-align: right;}
  .menu-social span{display: inline-block;margin-top: 10px;}
  .menu-social ul{margin-top: 0;}
  .menu-social li{display: inline-block;font-weight: 700;font-size: 1.2rem;}


  .menu-legal li{display: inline-block;margin-left: 10px;font-size: 0.9rem;}
  .menu-legal li a{font-size: 0.9rem;}
  
  .copyright{font-size: 0.9rem; color: #fff;}
  .autor{margin-top: 20px !important; font-size: 0.8rem; color: #fff;margin-bottom: 0;opacity: 0.6;}
  .autor a{color: #fff;font-weight: 400;margin-top: 10px !important; }
  .autor b {font-weight: 600;}



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


  .uk-navbar-container:not(.uk-navbar-transparent){padding-left: 20px; height: 80px;}
  .uk-navbar-container.uk-active .uk-navbar-right {height: 80px;}
  .uk-navbar-right {height: 80px;}
  .bm-waves span{width: 220px;height: 55px;}
  .uk-navbar-nav#main-menu {display: none; position: absolute; top: 80px; left: 0; width: 100%; background-color: #f8f8f8; z-index: 3;  padding-top: 40px;}
  .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: #1A1A1A !important;}
  .uk-navbar-toggle-icon {margin-right: 10px;}
  .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;color: #1A1A1A !important;}
  

  .home .key-go .asset-keygo h3 {font-size: 5rem;     top: -85px;}
  .home .key-go .asset-keygo h3 span {font-size: 2.4rem;}

  .home .key-go .icons {margin-top: -40px;}
  .home .key-go .icons ul li {font-size: 2.5rem; font-weight: 900; font-style: italic; line-height: 1.3;}
  .home .key-go .icons ul li:first-child {padding-left: 0px;}
  .home .key-go .icons ul li:nth-child(2) {padding-left: 0px;}
  .home .key-go .icons ul li small {display: block; font-size: 1.2rem; position: relative; top: 0px;}

  .product .header .category h2 {font-size: 4rem;}

}

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

}


@media (max-width: 959px){ /* medium */
  .section {padding: 5vh;}


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

  .section-large{padding: 10% 5%;}
  footer{padding: 5% !important;}

  /* mallorcar */

  h3 {font-size: 1.6rem;}
  /* .home .header{margin-bottom: 0vh;} */
  .home .header h1{position: relative !important;font-size: 2rem;left: auto;top: auto;transform: none;padding-top: 30vh;margin-bottom: 30px;}
  .buscador-home{left: auto;bottom: -15px; transform: none;width: 100%;box-sizing: border-box;}

  .home .header{margin-bottom: 330px;}
  .home .buscador-home{position: absolute;bottom: -100px;}
  .page .header{margin-bottom: 300px;}
  .page .buscador-home{position: absolute;bottom: -100px !important;}
  .home.new .buscador-home {top: 100px;}

  /* .buscador-home .uk-subnav {width: 80px;}
  .buscador-home .uk-subnav li a{width: 40px;min-height: 40px;}
  .buscador-home .uk-subnav li:last-child{padding-left: 20px;margin-top: 10px;} */
  /* .header-padding{padding-top: 30vh;display: block;} */

  .tarifas .lri-container .bg-item {top: 20px;left: 90px;}
  .flat-page .header{margin-bottom: 0;}

  .home .cars .featured {margin-top: 0vh;}
  .home .cars h1 {font-size: 2.4rem;}
  .home .cars .bg-red {margin-top: 0;}
  .home .cars .car-img {transform: none; margin-left: 0; margin-top: 0; margin-bottom: 0;}
  .menu-address {text-align: left;}
  .menu-footer {margin-top: 0;}
  #main-menu li {padding-left: 20px; padding-right: 20px;}
  #main-menu li.uk-parent {padding-left: 0;}

  .about .cars h1 {font-size: 2.2rem;}
  .about .cars .featured {margin-top: 0;}
  .about .cars .bg-red {margin-top: 5vh;}
  .about .cars .car-img {transform: none; margin: 0;}

  .contact .bg-dark {margin-right: 0; padding-right: 5vh;}
  .extras .feed .text {margin-left: 0;}

  .product .header {height: auto; margin-bottom: 0;}
  .product .header .car-img {transform: none; margin-left: 0vh; margin-top: 0px; margin-bottom: 0px;}
  .product .header .bg-red {margin-top: 0;}
  .product .zones {margin-bottom: 5vh; margin-top: 5vh;}
  .product .zones h3 {margin: 0; font-size: 2rem;}
  .product .related h3 {font-size: 2rem;}

  .eco .cars .car-img {transform: scale(1); margin-left: 0vh;  margin-top: 0px; margin-bottom: 0px;}
  .eco .cars h3.big {font-size: 2.4rem;}
            

  .popup h2 {font-size: 2.4rem; font-weight: 800;}
  .popup h3 {font-size: 1.8rem;}
  .popup .uk-slideshow-items {height: 70vh; min-height: 70vh !important;}
  .home.new .header .text h2 {font-size: 2.4rem;}
  .product .header .category h2 {font-size: 3rem;}
}
@media (max-width: 767px){ /* medium-small */
  
  .start-search-message {padding: 0.4rem 0.4rem;}


}

@media only screen and (max-width: 639px){ /* small */
  h1 {font-size: 2rem;}
  .br-small{display: none;}
  .page .header h2{font-size: 3rem;}
  .order-1{order: -1;}

  .section{padding: 10%;}
  .section-large{padding: 10%;}
  .section-small{padding: 10%;}

  .home .cars h1 {font-size: 2rem;}
  .banners h3 {font-size: 1.6rem; margin-top: 10px;}
  .banners p {font-size: 0.8rem;}

  .home .key-go .asset-keygo h3 {font-size: 2.4rem; top: 10px; padding: 15px;}
  .home .key-go .asset-keygo h3 span {font-size: 1.8rem;}

  .home .key-go .icons {margin-top: 20px;}
  .home .key-go .icons ul li {font-size: 1.6rem; font-weight: 900; font-style: italic; line-height: 1.3;}
  .home .key-go .icons ul li:first-child {padding-left: 0px;}
  .home .key-go .icons ul li:nth-child(2) {padding-left: 0px;}
  .home .key-go .icons ul li small {display: block; font-size: 1.2rem; position: relative; top: 0px;}

  .popup h2 {font-size: 2rem; font-weight: 800;}
  .home.new .header .text h2 {font-size: 1.8rem;}
  .popup h3 {font-size: 1.4rem;}
  .popup .uk-slideshow-items {height: 70vh; min-height: 70vh !important;}
   

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

  .section{padding: 5%;}
  .section-large{padding: 5%;}
  .section-small{padding: 5%;}
  .offers .feed .bg-red p, .offers .feed .bg-dark p {font-size: 0.8rem;}

      
}

