@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* General Layout Styles */
body, html {
   font-family: 'Barlow', sans-serif;
   background: #f4f4f4;
}

html {
  scroll-behavior: smooth; /* Habilitar desplazamiento suave */
}
h1,h2,h3,h4,h5,p {
  font-family: 'Barlow', sans-serif;
}

input{
  border-radius: 3px;
  box-shadow: none!important;
}
iframe{
  width: 100%!important;
}
hr{
  margin: .5rem auto;
  border-bottom: 1px solid #F4F4F4;
}
.hrsucces {
  border-bottom: 1px solid #c0e4d5;
}
.hrwarning {
  border-bottom: 1px solid #e7ddc6;
}
.hrdetail {
  margin: .5rem auto;
  border-bottom: 1px solid #dddddd;
}
*:focus { outline: none; } 

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  border-color: #d2d2d2;
  border-radius: 3px;
}

  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 2px solid #4252F9!important;
    outline: none;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; 
  }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

thead, tbody, tfoot{
  border:none!important;
}

.button.primary{
  background-color: #4252F9;
}

.edit-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  position: fixed;
  opacity: 0.49;
  background-color: #0E53A5;
}

.elipsi{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nobottom-marg{
  margin-bottom: 0rem!important;
}
.bottom-marg{
  margin-bottom: 1rem!important;
}
.bottom-marg-dob{
  margin-bottom: 2rem!important;
}
.bottom-marg-tri{
  margin-bottom: 3rem!important;
}
.bottom-marg-med{
  margin-bottom: .5rem!important;
}
.bottom-marg-min{
  margin-bottom: .3rem!important;
}
.top-marg{
  margin-top: 1rem;
}
.top-marg-dob{
  margin-top: 2rem!important;
}
.top-marg-med{
  margin-top: .5rem!important;
}
.top-marg-tercio {
  margin-top: .75rem!important;
}
.top-marg-3{
  margin-top: .3rem!important;
}
.top-marg-middle{
  margin-top: 1.7vh;
}
.topalign{
  margin-top: 0rem;
}
.notop-pad{
  padding-top: 0rem!important;
}
.notop-marg{
  margin-top: 0rem!important;
}
.backtop{
  margin-top: -2rem;
}

.noleft-marg{
  margin-left: 0rem!important;
}
.lheight{
  line-height: 1.2;
}
.acentmenu{
  color: rgb(4 243 255) !important;
}
.menu a{
  padding: .3rem 1rem;
}

.free{
  padding: 0!important;
  margin: 0!important;
}
.free-l{
padding-left: 0!important;
}
.free-r{
padding-right: 0!important;
}

.nonav-secundary{
  margin-top: -20px!important;
}
.top-menu{
  padding-top: 3.3rem;
}
.top-menu-list{
  padding-top: 2rem;
}
.title{
  padding-top: 2rem!important;
}
.padd-1{
  padding: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .free-small {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

@media screen and (min-width: 40em) {
  .free-l-medium {
    padding-left: 0!important;
  }
  .free-r-medium {
    padding-right: 0!important;
  }
}
.button{
  border-radius: 3px;
}

.button-third{
  /*border: none!important;*/
  background-color: #dcecff!important;
  font-weight: 500;
}
.button-third:hover{
  /*border: none!important;*/
  background-color: #b2d7f1!important;
}
.light{
  font-weight: 300;
}
.semibold{
  font-weight: 500;
}
.bold{
  font-weight: 600;
}

.ranking{
  color: #3d4bdf;
  line-height: 1;
}

.ranking-list{
  color: #3d4bdf;
  line-height: 0.4!important;
  padding-top: 1rem;
}

.ranking-lineh-up{
  line-height: .5;
}
.ranking-subblue{
  color: #8d94d6;
}

.back img{
  width: 50px;
  padding-top: .5rem;
  -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.back-map{
  position: absolute;
  float: left;
  top: 10vh;
  left: 0.625rem;
  z-index: 2;
  border-radius: 3px;
  background-color: #FFF!important;
  box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, 0.2)!important;
  background-image: url(../img/prev.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: -3px;
  border: none!important;
}




/* icon button */

.round{
  border-radius: 100%;
  padding: .55rem!important;
}

.edit-button {
  display: block;
  background-image: url(../img/edit.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 1.3rem;
  opacity: 1!important;
  color:#333;
  width: .9rem;
  height: .9rem;
}

.close-button2 {
  display: block;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 1.4rem;
  opacity: 1!important;
  color:#333;
  width: .8rem;
  height: .8rem;
}

.filter-button {
  display: block;
  background-image: url(../img/filters.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 1.4rem;
  opacity: 1!important;
  width: 1rem;
  height: 1rem;
}



/*  Show higlight of filters included and crossed missing */
.destacado {
    font-weight: bold;
    color: green;
}
.tachado {
    text-decoration: line-through;
    opacity: 0.5;
}

/*  Minus-plus component */
.control-plus-minus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.control-plus-minus button {
  font-size: 28px;
  padding: 0.6rem;
  width: 100%;
  margin-bottom: 0;
}
.control-plus-minus button.plus {
  border-radius: 0px 3px 3px 0px!important;
}
.control-plus-minus button.minus {
  border-radius: 3px 0px 0px 3px!important;
}

.control-plus-minus .minplus-input {
  width: 50px;
  text-align: center;
  font-size: 22px;
  border-radius: 0px!important;
  padding: 1.4rem 0rem;
  border-color: #cfd4fe;
  border-top: solid 2px #cfd4fe;
  border-bottom: solid 2px #cfd4fe;
  margin-bottom: 0;
  color: #4252F9;
  font-weight: 600;
}

.arrow-main-button{
  background-image: url(../img/nextsmallwhite.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: 2.8rem;
}


/* Images styles
.img_fx img{
  -webkit-filter: brightness(105%);filter: brightness(105%);
}
.img_fx_lightbox img{
  -webkit-filter: brightness(115%);filter: brightness(108%);
} */

.callout{
  border: 1px solid rgba(10, 10, 10, .08)!important;
  border-radius: 3px;
  margin-bottom: 0px;
}

/* Acordion */
.panel {
    overflow: hidden;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    max-height: 0;
    opacity: 0;
}
.panel.open {
    opacity: 1;
}

.error-msg {
  margin-top: -1.5rem;
  font-size: 0.82rem;
  color: #cc4b37;
  padding-top: -1rem;
}

.bluecolor {
  color:#4252F9!important;
}
.secondary{
  color: #767676;
}
.black{
  color: #0A0A0A;
}
.checkwarning-dark{
  color: #df8308!important;
}
.graylight{
  color:#cdcdcd;
}

.imgs-small img{
  border-radius: 3px;
  margin-bottom: 1rem;
}



@media screen and (max-width: 39.9375em) {
  [type='text'].noborder-focus:focus {
    border: none!important;
  }
}



.btn-primary-full {
  position:fixed;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 70px;
  padding: 1.2rem 1.5rem;
  background-color: #4252F9;
  z-index: 99;
  font-size: 1.3125rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-full[disabled] {
  opacity: 0.25;
  cursor: not-allowed; 
}




/* Helper Classes */
.width-100 {
  width:100%;
}
.overflow-hidden {
  overflow:hidden!important;
}


/* Loader Global*/
.preloaders {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  overflow: hidden;
  z-index: 9998;
}
.preloaders:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #4252F9;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.preloaders--active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 5px;
  background-color: #f17370;
  z-index: 9999;
  
  -webkit-box-shadow: 10px 0 30px 15px #f17370, -10px 0 30px 15px #f17370;
  -moz-box-shadow: 10px 0 30px 15px #f17370, -10px 0 30px 15px #f17370;
  box-shadow: 10px 0 30px 15px #f17370, -10px 0 30px 15px #f17370;
  
  -webkit-animation: loadBar 2s cubic-bezier(.09,.89,.7,.71) infinite;
  -moz-animation: loadBar 2s cubic-bezier(.09,.89,.7,.71) infinite;
  animation: loadBar 2s cubic-bezier(.09,.89,.7,.71) infinite;
}
@keyframes loadBar {
  0% {
    left: -10%;
  }
  100% {
    left: 110%;
  }
}

/* -------------------------------- Auto-Hiding Navigation - Simple -------------------------------- */
.cd-auto-hide-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #3D4BDF;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cd-auto-hide-header .cd-auto-hide-header .nav-trigger {
  position: absolute;
  width: 5rem;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.logo{
  position: absolute;
  width: 8.5rem;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cd-auto-hide-header .logo {
  left: 5%;
}
@media screen and (max-width: 39.9375em) {
  .cd-auto-hide-header .logo {
    left: 3%;
  }
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
  display: block;
}
.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 1.1rem 1em;
  text-transform: uppercase;
  font-weight: bold;
  right: 0;
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
}
.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cd-primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 5%;
}
.cd-primary-nav > ul {
  list-style: none!important;
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #4252F9;
  display: none;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
  /* target primary-nav links */
  color:#FFFFFF;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  border-top: 1px solid #EEE;
}

#cd-navigation .active {
    box-shadow: inset 0 -3px #FFFFFF;
  }
@media screen and (max-width: 39.9375em) {
  .cd-primary-nav {
    padding-right: 0;
  }
  .cd-primary-nav > ul a {
    height: 15vh;
    line-height: 15vh;
    border-top: 1px solid #8d94d6;
  }
  #cd-navigation .active {
    box-shadow: none;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    /* vertically align its content */
    display: table;
  }
  .cd-primary-nav > ul {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    /* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
    height: 100%;
  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .cd-primary-nav > ul a {
    /* reset mobile style */
    height: auto;
    padding: 0;
    border: none;
  }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  /* 
    show primary nav - mobile only 
    :target is used to show navigation on no-js devices
  */
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
    display: table-cell;
  }
}
/* -------------------------------- Auto-Hiding Navigation - with Sub Nav-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  min-height: 50px;
  background-color: #F7F7F7;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-secondary-nav::after {
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: transparent;
  background: -webkit-linear-gradient(right, #F7F7F7, rgba(247, 247, 247, 0));
  background: linear-gradient(to left, #F7F7F7, rgba(247, 247, 247, 0));
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lineh-menu a {
  line-height: 1!important;
  font-size: 1.2rem;
}

.navblue{
  background-color: #e8eafe;
}
.navblue::after {
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background: transparent;
  background: -webkit-linear-gradient(right, #e8eafe 50%, rgba(232, 234, 254, 0) 100%);
  background: linear-gradient(to left, #e8eafe 50%, rgba(232, 234, 254, 0) 100%);
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.navblue a{
  color: #3d4bdf;
}
.back-nav{
  background-image: url(../img/prev.svg);
  background-repeat: no-repeat;
  background-position-y: -.22rem;
  background-position-x: 0.2rem;
  background-size: 1.6rem;
  opacity: 1!important;
}
.down-navblue{
  background-image: url(../img/down.svg);
  background-repeat: no-repeat;
  background-position-y: -.22rem;
  background-position-x: 0.2rem;
  background-size: 1.6rem;
  opacity: 1!important;
}

@media screen and (max-width: 39.9375em) {
  .navblue{
    font-size: 1rem;
  }
  .back-nav{
    background-position-y: -.15rem;
  }
  .down-navblue{
    background-position-y: -.15rem;
  }
}


.navblue-black{
  background-color: #3d4bdf;
}
.navblue-black::after {
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: transparent;
  background: -webkit-linear-gradient(right, #3d4bdf, rgba(61, 75, 223, 0));
  background: linear-gradient(to left, #3d4bdf, rgba(61, 75, 223, 0));
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.down-navblue-black{
  background-image: url(../img/downwite.svg);
  background-repeat: no-repeat;
  background-position-y: -.22rem;
  background-position-x: 0.2rem;
  background-size: 1.6rem;
  opacity: 1!important;
}
.navblue-black a{
  color: #FFF;
}


.back-navblue-black{
  background-image: url(../img/prevwite.svg);
  background-repeat: no-repeat;
  background-position-y: -.22rem;
  background-position-x: 0.2rem;
  background-size: 1.6rem;
  opacity: 1!important;
}

@media screen and (max-width: 39.9375em) {
  .navblue-black{
    font-size: 1rem;
  }
  .down-navblue-black{
    background-position-y: -.15rem;
  }
  .back-navblue-black{
    background-position-y: -.15rem;
  }
}
.cd-secondary-nav.nav-end::after {
  opacity: 0;
}
.cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
  height: 100%;
}
.cd-secondary-nav ul {
  /* enables a flex context for all its direct children */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 9%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 39.9375em) {
  .cd-secondary-nav ul {
      padding: 0 1%;
  }
}
.cd-secondary-nav ul::after {
  clear: both;
  content: "";
  display: block;
}
.cd-secondary-nav li {
  display: inline-block;
  float: left;
  /* do not shrink - elements float on the right of the element */
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cd-secondary-nav li:last-of-type {
  padding-right: 20px;
}
.cd-secondary-nav a {
  height: 100%;
  opacity: .6;
  line-height: 50px;
  padding: 0 1em;
}
.cd-secondary-nav a.active {
  box-shadow: inset 0 -3px #1c5b91;
}
.cd-secondary-nav a:hover, .cd-secondary-nav a.active {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .cd-secondary-nav {
    height: 50px;
    overflow: visible;
  }
  .cd-secondary-nav ul {
    /* reset mobile style */
    display: block;
    /* text-align: center;*/
  }
  .cd-secondary-nav li {
    /* reset mobile style */
    float: none;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .cd-secondary-nav a {
    line-height: 50px;
  }
}


.fix-seconday-nav {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 4;
}

/* -------------------------------- Main content -------------------------------- */
.cd-main-content {
  /*padding: 60px 3% 5px 3%;*/
  overflow: hidden;
}
.cd-main-content.secondary-nav-fixed {
  margin-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .cd-main-content.secondary-nav-fixed {
  margin-top: 50px;
  }
  .user-head{
  margin-right: 0!important;
  }
  .user-head-session{
    font-size: .9rem!important;
    line-height: 1.96rem!important;
    margin: 0.5rem 0rem!important;
    padding: 0.025rem 0.5rem!important;
    border: 1px solid #999!important;
    border-radius: 3px 0 0 3px;
    height: 35px!important;
  }
  .user-head-out{
    color: #999;
    font-size: .9rem!important;
    line-height: 1.96rem!important;
    margin: 0.5rem 0rem!important;
    padding: 0.1rem 0.3rem!important;
  }
}
.cd-main-content{
  padding-top: 70px;
  min-height: 85vh;
}

.cd-main-content-reduce{
  padding-top: 50px!important;
}

.srch_pure_content {
  background-color: #3d4bdf;
  min-height: 100vh;
}


/* -------------------------------- Datepicker plugin -------------------------------- */
.datepicker-panel > ul {
  line-height: inherit;
}
.datepicker-panel > ul > li {
  box-sizing: border-box;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #4252F9 !important;
  color:#ffffff !important;
}
.datepicker-panel > ul > li:hover {
  background-color: #ffffff !important;
  color:#3D4BDF !important;
  border: 1px solid #3D4BDF;
}
.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
  color: #ffffff !important;
}






img.nav-menu_icon {
  margin: 0 auto;
  width: 25px;
}



/* Forms inputs styles icons */
.icon-map {
  background-image: url("../img/location2.svg");
  width: 12px;
  height: 19px;
  display:inline-block;
  background-repeat: no-repeat;
  background-position-y: 5.5px;
  background-size: 10px;
}
.icon-map-input {
  background-image: url("../img/location2.svg");
  width: 16px;
  height: 21px;
  display:block;
  background-repeat: no-repeat;
  background-size: .95rem;
}
.icon-srch-input {
  background-image: url("../img/srch.svg");
  width: 25px;
  height: 25px;
  display:block;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-calendar {
  background-image: url("../img/calendar.svg");
  width: 20px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
}
.icon-personas {
  background-image: url("../img/user.svg");
  width: 10px;
  height: 19px;
  display: block;
  background-repeat: no-repeat;
}
.icon-menores {
  background-image: url("../img/user.svg");
  width: 8px;
  height: 16px;
  margin-top: 4px;
  display: block;
  background-repeat: no-repeat;
}
.icon-clock {
  background-image: url("../img/clock.svg");
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
}
.icon-bed {
  background-image: url("../img/bed.svg");
  width: 18px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position-y: .3rem;
}
.icon-warning {
  background-image: url(../img/warning.svg);
  height: 42px;
  display: block;
  background-repeat: no-repeat;
  background-position-y: 0.7rem;
  background-size: 32px;
  background-position-x: 0.3rem;
}
.icon-warning-mob {
  background-image: url(../img/warning.svg);
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 30px;
  background-position-x: center;
}
.icon-check {
  background-image: url("../img/check.svg");
  width: 28px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position-y: .3rem;
  background-size: 28px;
}

.filters > .cross-icon {
  position: sticky;
  margin-left: 100%;
  top: 0rem;
}
.cross-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 120;
}
.cross-icon:before, .cross-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 2px;
  top:0;
  background-color: #ffffff;
}
.cross-icon.dark::before, .cross-icon.dark::after {
  background-color: #474747;
}
.cross-icon:before {
  transform: rotate(45deg);
}
.cross-icon:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 39.9375em) {
  .icon-map {
    margin-top:.35rem;
  }
  .icon-calendar, .icon-personas, .icon-menores, .icon-clock, .icon-bed, .icon-map-input {
    width: 21px;
    height: 26px;
    background-position: center;
  }
  .icon-menores{
    width: 26px;
    height: 22px;
    background-position: center;
  }
  .card-hospedaje_info > div > span.icon-personas{
    width: 17px!important;
    height: 21px!important;
  }
  .card-hospedaje_info > div > span.icon-bed{
    width: 20px!important;
  }
  .hosp-input_wicon span.input-group-label::after {
      top:12px;
  }
}


/*-----------------------------------  NEW SEARCH BAR  ----------------------------------- */
.input-group{
  border-radius: 3px;
}
.hosp-input_wicon input.input-group-field, .hosp-input_wicon select.input-group-field, .hosp-input_wicon div.input-group-field  {
  display: inline-block;
  height: 44px;
  border: 0;
  border-radius: 0 3px 3px 0;
  box-shadow: none;
  font-size: 1.05rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
}
.hosp-input_wicon span.input-group-label {
  border-radius: 3px 0 0 3px!important;
  height: 44px;
  border: 0;
  background-color: transparent!important;
  position: relative;
}
.hosp-input_wicon span.input-group-label::after {
  width: 1px;
  height: 28px;
  background: #d2d2d2;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
}
.hosp-input_wicon span.user-busco {
  background-color: #e5effb!important;
}
.user-busco{
  background-color: #e5effb;
}

section.search-bar-home {
  background-color: #3d4bdf;
  /*background: rgb(35,140,212);
  background: linear-gradient(90deg, rgba(35,140,212,1) 0%, rgba(15,180,188,1) 78%);
  background-image:url(../img/backsearchmob.jpg);*/
  margin-top: -20px;
  margin-bottom: 1rem;
  height: auto;
}

@media screen and (max-width: 39.9375em) {
  section.edit {
    z-index: 4;
    position: absolute;
  }
}

section.search-bar-home .input-group {
  background:#ffffff;
}
section.search-bar-home .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
section.search-bar-home h2.section-title-home {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.12px;
  color: #FFF;
  margin-bottom: 0;
  padding-top: 1.5rem;
  /*padding-left: 0.625rem;
  padding-right: 0.625rem;*/
}
section.search-bar-home h4.section-subtitle-home {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.12px;
  color: #FFF;
  margin-bottom: 0;
  padding-top: .5rem;
}
section.search-bar-home label.input-label, section.search-bar-home span.input-label{
  font-size: 0.73rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: 0.37px;
  color: #ffffff;
  display: block;
  margin-top:.3rem;
}

@media screen and (min-width: 40em) {
  section.search-bar-home {
    /*background-image:url(../img/backsearch.jpg);
    background-position-y: 60%;*/
    border-radius: 0px;
  }
}
.button-high{
  background: linear-gradient(90deg, rgba(35,140,212,1) 0%, rgba(15,180,188,1) 78%)!important;
  font-size: 1.1rem;
  padding: 0.75rem;
}
.button-high:hover{
  background: linear-gradient(90deg, rgba(35,140,212,1) 0%, rgba(15,180,188,1) 48%)!important;
}
.list-mobile{
  background: linear-gradient(90deg, rgba(35,140,212,1) 0%, rgba(15,180,188,1) 78%)!important;
}

@media screen and (max-width: 39.9375em) {
  .button-high{
    font-size: 1.2rem;
    padding: 0.85rem;
  }
  .list-mobile{
    position:fixed;
    top:70px;
    z-index: 20;
  }
  section.search-bar-home .grid-x {
    justify-content: center;
  }
  section.search-bar-home span.input-label, section.search-bar-home label.input-label {
    margin-top: .5rem;
    font-size: 0.8rem;
  }
  section.search-bar-home .input-group {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.search-bar-home {
    height: 179px;
  }
  section.search-bar-home .grid-x {
    justify-content: center;
  }
}

/* Dates search */
.date-l{
  border-right: none!important;
  border-radius: 3px 0px 0px 3px!important;
}
.date-r{
  border-left: none!important;
  border-radius: 0px 3px 3px 0px!important;
}


.date-l input{
  border-right: none!important;
  border-radius: 3px 0px 0px 3px!important;
}
.date-r input{
  border-left: none!important;
  border-radius: 0px 3px 3px 0px!important;
}




div.date-r .input-group-label{
  padding: 0!important;
  border: 0px!important;
}


/* Predictive search */
.input-group {
  position: relative;
}
#suggestion-box {
  width: 100%;
  position: absolute;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 42px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px!important;
}
.suggestion-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 1rem;
}
.suggestion-item:hover {
  background-color: #dcecff;
  color: #4252F9;
}
.location-empty{
  background-color: #cc4b37;
  color: #FFF;
  font-size: .9rem;
  font-weight: 500;
}
.location-empty:hover{
  background-color: #cc4b37;
  color: #FFF;
  font-size: .9rem;
  font-weight: 500;
}




/* Guests search */
.simil-input{
  padding: .7rem;
}
.guests-dropdown {
  position: absolute;
  min-width: 100%;
  top: 42px;
  padding: 10px;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px!important;
}

.guests-dropdown.hidden {
    display: none;
}
.guest-count {
  font-weight: 500;
  font-size: 1.1rem;
  color: #4253f9;
  padding: 0.1rem 1rem;
  border-bottom: 1px solid #e5effb;
  border-top: 1px solid #e5effb;
}
.guestminplus {
  font-size: 1.4rem;
  line-height: .6!important;
}
.left-vcenter{
  display: flex;
  align-items: center; 
  justify-content: left;
  height: 3.5rem; 
}
.right-vcenter{
  display: flex;
  align-items: center;
  justify-content: right;
  height: 3.5rem;
}

/*--------------------------  END NEW SEARCH BAR --------------------------*/

/* Images view */
@media screen and (max-width: 39.9375em) {
  .detail-info {
    background: #F4F4F4;
    height: auto;
    max-height: 86vh;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    overflow-x:hidden;
    padding-bottom: 3vh;
    border-radius: 10px 10px 0px 0px;
  }
  .head-fix{
    position: sticky;
    background: #ecf3fc;
    top: 0;
    padding-top: 1.2vh;
  }
  .head-fix h4{
    margin-top: 0vh!important;
  }
}

/* Footer */
.site-footer {
  background: #e2e3ec;
  padding: 3rem 0 0;
  margin-top: 5rem;
}
.site-footer .column-block {
  margin-bottom: 30px;
}
.site-footer > .row {
  margin-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .site-footer .columns {
    margin-bottom: 2rem;
  }
}
.site-footer-name {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.site-footer-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.site-footer-bottom {
  background: #333;
  color: #e8eafe;
  padding: 1rem 0;
}
.site-footer-bottom p {
  margin-bottom: 0;
}

/* Hospedajes */
section.grid-hospedajes {
  margin-top: 2.875rem;
}
h4.section-title {
  /*font-size: 1.6rem;*/
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  color: #474747;
  margin-bottom: 0;
  /*padding-left: 0.625rem;
  padding-right: 0.625rem;*/
}
span.section-desc {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.11px;
  color: #474747;
  margin-bottom: 1rem;
  display: block;
}
span.section-desc.blue {
  color:#346aaa;
}
.card-hospedaje {
  /*box-shadow: 7px 5px 17px 0 rgba(207, 207, 207, 0.5);*/
  box-shadow: 2px 2px 12px -2px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  cursor: default;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.card-hospedaje.outstanding {
  height: 537px;
}
.card-hospedaje.exclusive {
  background-color: #e2e3ec;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.card-hospedaje.exclusive h3 {
  color:#4252F9;
  font-weight: 500;
}
.card-hospedaje.exclusive h5 {
  color:#333;
}
.card-hospedaje.exclusive img {
  width:30%;;
}
.card-hospedaje_thumb {
  display: flex; /* Establece el modelo de caja flexible */
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
  overflow: hidden; /* Oculta el contenido que sobrepasa el div */
  height: 170px; /* Altura del div (ajustable a tus necesidades) */
  /*width: 200px;  Anchura del div (ajustable a tus necesidades) */
}
.card-hospedaje_thumb > img {
  height: auto;
  width: 100%;
  min-height: 100%;
}
.card-hospedaje_thumb, .prevorbit, .nextorbit {
  top: 110px;
}
.card-hospedaje_thumb-list {
  height: 130px;
  overflow: hidden;
}
.card-hospedaje_thumb-list > div > a {
  display: flex; /* Establece el modelo de caja flexible */
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
  height: 130px;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}
.card-count-images {
  position:absolute; 
  right:1rem; 
  bottom:1rem; 
  background-color:#0a0a0a;
  color: #cdcdcd;
  padding: .2rem .5rem;
  border-radius: 5px;
}
.card-hospedaje_thumb-list > div > a > img {
  height: auto;
  width: 100%;
  min-height: 100%;
}

.card-hospedaje.outstanding .card-hospedaje_thumb {
  height: 319px;
}
.card-hospedaje.expanded .card-hospedaje_thumb {
  height: 100%;
}
.card-hospedaje.expanded .card-hospedaje_thumb > img {
  height: 449px;
  max-width: none;
}
.card-hospedaje.expanded .orbit {
  height: 449px;
}
.card-hospedaje.expanded .orbit-wrapper, .card-hospedaje.expanded .orbit-container, .card-hospedaje.expanded .orbit-slide {
  height: 100% !important;
}
.card-hospedaje.expanded .orbit-slide a {
  cursor: default;
}
.card-hospedaje.expanded .orbit-controls {
  display: none;
}
.card-hospedaje.expanded .orbit-bullets {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-hospedaje.expanded .orbit-bullets > button {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 0.5;
}
.card-hospedaje.expanded .orbit-bullets > button.is-active {
  opacity: 1;
}
.card-hospedaje.expanded .orbit-figure {
  width: 100%;
  height: 100%;
}
.card-hospedaje.expanded .orbit-image {
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
}
.card-hospedaje_name {
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #474747;
  display: block;
  padding: 0 1rem;
  margin-top: .7rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0rem;
  text-align: left;
}
.carousel-name{
  font-size: 1.15rem;
}
.card-hospedaje_desc {
  font-size: .95rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.04px;
  color: #747474;
  padding: .5rem 1rem;
  display: block;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  text-align: left;

  height: 50px;
  margin-bottom: .5rem;
}

.card-hospedaje_info{
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.04px;
  color: #474747;
  padding: 0 1rem;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;

}
.card-hospedaje_info > div > p.subheader{
  font-size: .9rem!important;
  margin-top: .05rem!important;
  margin-bottom: .05rem!important;

}

.card-hospedaje.outstanding .card-hospedaje_desc {
  margin-top: 0.5rem;
  height: 88px;
  letter-spacing: -0.32px;
  font-size: 0.9rem;
}

.card-hospedaje.outstanding .card-hospedaje_desc > span.highlight {
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4252F9;
  display: block;
  margin-top: 1rem;
}

.card-hospedaje.expanded span.highlight {
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4252F9;
  display: block;
  margin-top: 2rem;
  padding: 0 1.562rem;
}

.card-hospedaje.expanded .card-hospedaje_desc {
  margin-top: 0.6rem;
}

.card-hospedaje.expanded ul.features {
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
  letter-spacing: -0.32px;
  color: #474747;
  margin-top: 1.56rem;
  padding: 0 1.562rem;
  list-style: none;
  margin-left: 1.562rem;
  position: relative;
}

.card-hospedaje.expanded ul.features > li::before {
  width: 15px;
  height: 15px;
  background-color: #fb974e;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 0;
  margin-top: 0.312rem;
}


.card-hospedaje_butprice {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.card-hospedaje_but {
    margin-left: 1rem;
}
.card-hospedaje_price {
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: right!important;
  color: #474747;
  display: block;
}

.card-hospedaje_price h4{
  margin-bottom: -0.65rem;
}
.card-hospedaje_price small {
  color: #8A8A8A;
  font-size: 70%!important;
}


.card-hospedaje_price-list {
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #474747;
}

.card-hospedaje_price-list small {
  color: #8A8A8A;
}


.card-hospedaje.exclusive span.card_ribbon {
  height: 31px;
  border-radius: 0 5px 5px 0;
  background-color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #fa8a38;
  text-transform: uppercase;
  display: block;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  margin-top: 0.75rem;
}

.card-hospedaje span.card_ribbon {
  border-radius: 0 5px 5px 0px;
  background-color: #F8F8F8;
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #00a671;
  display: block;
  position: absolute;
  padding: 0.3rem 1rem;
  top: 0;
  margin-top: 0.75rem;
}

.card-hospedaje span.card_ribbon-list {
  border-radius: 0 5px 5px 0;
  background-color: #32edb1;
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #0A0A0A;
  display: block;
  position: absolute;
  padding: 0.3rem 1rem;
  top: 0;
  margin-top: 0.75rem;
}

.serv-list {
    height: 5.3rem;
    overflow: hidden;
    position: relative;
    font-size: .92rem;
}
.serv-list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    height: .7rem;  
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); 
    pointer-events: none;
}
.serv-list img {
    vertical-align: -1.5px;
    width: 15px;
}
.cardsmall{
  padding: 1rem;
  background-color: #e2effe;
}

.card-hospedaje_pricedesde {
  width: 100%;
  margin-top: .3rem;
  padding: 0rem 1rem 0rem 1rem;
  background-color: #edf5ff;
  color: #474747;
  text-align: left;
}
.card-hospedaje_pricedesde small {
  color: #8A8A8A;
}

@media screen and (max-width: 39.9375em) {
  .card-hospedaje_pricedesde {
    padding: 0.3rem 1rem 0.3rem 1rem;
  }
  .serv-list {
    height: unset;
    padding-bottom: .5rem;
  }
  span.section-desc {
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -0.04px;
  }
  .card-hospedaje_info > div > p.subheader{
    font-size: 1rem!important;
    margin-top: .1rem!important;
    margin-bottom: .05rem!important;
  }
  .card-hospedaje.expanded {
    height: auto;
    padding-bottom: 1.562rem;
  }
  .card-hospedaje.expanded .orbit {
    height: 319px;
  }
  .card-hospedaje.expanded .card-hospedaje_thumb {
    height: 319px;
    overflow: hidden;
  }
  .card-hospedaje.expanded .card-hospedaje_price .card-hospedaje_priceaprox {
    padding-bottom: 5rem;
  }
  .card-hospedaje.expanded span.highlight {
    margin-bottom: 2rem;
  }
  .card-hospedaje.outstanding {
    height: 600px;
  }
  .card-hospedaje_name {
    font-size: 1.4rem;
  }
  .card-hospedaje_desc {
    margin-bottom: .5rem;
  }
  .card-hospedaje_price {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: .5rem;
    padding: 1rem 3.5rem 1rem 1rem;
    background-color: #edf5ff;
    background-image: url(../img/nextsmall.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: 2.8rem;
  }
  .card-hospedaje_price small {
    color: #474747;
  }
  .card-hospedaje_priceaprox {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: .5rem;
    padding: .7rem 3.5rem .7rem 1rem;
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #FFF;

    background-color: #4252F9;
    background-image: url(../img/nextsmallwhite.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: 2.8rem;
  }
  .card-hospedaje_priceaprox:hover, .card-hospedaje_priceaprox:focus {
    color: #FFF;
  }
  .card-hospedaje_priceaprox p {
    color: #FFF;
    line-height: 1!important;
  }
  .card-hospedaje_priceaprox .light {
    color: #dcecff;
  }
  .card-hospedaje_priceaprox .grid-x {
    align-items: center;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .card-hospedaje.outstanding .card-hospedaje_desc {
    height: 120px;
  }
  .card-hospedaje.outstanding {
      height: 580px;
  }
}

/* Cards comerciales */
.card-comercial {
  height: 256px;
  box-shadow: 7px 5px 17px 0 rgba(207, 207, 207, 0.5);
  background-color: #4252F9;
  padding: 2.5rem;
  margin-bottom: 1.562rem;
  position: relative;
}

.card-comercial.empty {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-comercial-img {
  height: 256px;
  box-shadow: 7px 5px 17px 0 rgba(207, 207, 207, 0.5);
  margin-bottom: 1.562rem;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.card-comercial-img img {
  width: 100%;
}
h2.card-comercial_title {
  font-size: 1.625rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.19px;
  color: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-comercial.empty h2.card-comercial_title {
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.19px;
  color: #346aaa;
}
span.card-comercial_desc {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.73px;
  color: #ffffff;
  display: block;
  max-width: 362px;
  margin-top: 0.812rem;
  max-height: 66px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
}

/* --> Details Page */
.banner-left-images {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.banner-left-images > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  overflow: hidden;
}
.banner-left-images > div > a > img {
  height: auto;
  width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 39.9375em) {
  .banner-left-images {
    height: 400px;
  }
  .banner-left-images > div > a {
    height: 400px;
    cursor: zoom-in;
  }
}
.banner-right-images {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.banner-right-images > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  overflow: hidden;
}
.banner-right-images > div > img {
  height: auto;
  width: 100%;
  min-height: 100%;
}
.banner-count-images {
  position:absolute; 
  right:2rem; 
  bottom:1rem; 
  background-color:#0a0a0a;
  color: #cdcdcd;
  padding: .2rem .5rem;
  border-radius: 5px;
}
.banner-count-images-mob {
  position:absolute; 
  right:1rem; 
  bottom:1rem; 
  background-color:#0a0a0a;
  color: #cdcdcd;
  padding: .2rem .5rem;
  border-radius: 5px;
}

/* Details section */
.grid-details {
  margin-top:-5.125rem;
}
.details-section {
  margin-top: 7rem;
}
.details-section h1 {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.16px;
  color: #474747;
}
.details-section p {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: -0.07px;
  color: #646464;
  margin-top: 1rem;
}

.details-section h4 {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.14px;
  color: #474747;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.explica-price{
  line-height:1rem;
  font-size:.85rem
}

.join{
  margin-bottom: 0;
}


/* Booking section */
.booking-form {
  width: 26rem;
  box-shadow: 7px 5px 17px 0 rgba(207, 207, 207, 0.5);
  background-color: #ffffff;
  padding: 1.5rem;
  /*float: right;*/
  margin-left: 3rem;
  z-index:100!important;
  position:relative;
  border-radius: 5px;
}
#elementoFijo {
  transition: transform 0.5s ease-in-out;
}
.fijo {
  position: fixed;
  top: 100px;
}
.booking-form > h4 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.14px;
  color: #474747;
}
.booking-form > span {
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.16px;
  color: #474747;
  margin-bottom: 1.5rem;
  display: block;
}
.booking-form .input-group {
  width:auto;
  margin-bottom: 2rem;
}
.booking-form input.input-group-field, .booking-form select.input-group-field, .booking-form div.guests-input {
  border: solid 1px #d2d2d2;
  border-left: 0;
}
.booking-form span.input-group-label {
  border-radius: 3px 0 0 3px;
  border: solid 1px #d2d2d2;
  border-right: 0;
  background-color: #ffffff;
  position: relative;
}
.booking-form span.input-group-label::after {
  width: 1px;
  height: 28px;
  background: #d2d2d2;
  content: "";
  position: absolute;
  right: 0;
}
.booking-form span.input-label{
  font-size: .8rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: 0.37px;
  color: #474747;
}
.booking-form label.input-label{
  font-size: .8rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: 0.37px;
  color: #474747;
}
.booking-form span.price {
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.15px;
  color: #4252F9;
  margin-top: 1.5rem;
  display: block;
}
.price{
  color: #4252F9;
}
.price > h4 > small{
  color:#8A8A8A;
}
.price > h6 > span > small{
  color:#8A8A8A;
}
.card-select{
  background-color: #dcecff!important;
}
.compile-sel {
  position: fixed;
  bottom: -1px;
  height: 69px;
  width: 100%;
  padding-top: 10px;
  z-index: 99;
  font-size: 1.3125rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  background-color: #e8eafe;
  color: #474747;
  cursor: pointer;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2);
}
.compile-sel-top {
  height: 80px;
  width: 100%;
  padding-top: 10px;
  z-index: 99;
  font-size: 1.3125rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  background-color: #e8eafe;
  color: #474747;
  cursor: pointer;
  margin-top: -20px;
}

.booking-form span.book-contact_info {
  font-size: 1.125rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #b2b2b2;
  margin-top: 2rem;
}
.busymobile-detail{
  position: fixed;
  bottom: 68px;
  margin-bottom: 0px; 
  width: 100%;
  z-index: 70;
  text-transform: initial;
  border-radius: 5px 5px 0 0!important;
  box-shadow: 0px -10px 8px 0px rgba(0, 0, 0, 0.08);
}
.edit-mobile {
  display: block;
  background-image: url(../img/edit.svg);
  background-repeat: no-repeat;
  background-position-y: .6em;
  background-position-x: right;
  background-size: 1.7rem;
  opacity: 1!important;
  color:#333;
}
@media screen and (max-width: 39.9375em) {
  .booking-form {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x:hidden;
    z-index: 100;
    border-radius: 10px 10px 0px 0px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3vh;
  }
  .booking-form span.input-group, .booking-form span.input-label, .booking-form label.input-label {
    font-size: 1rem;
  }
  .booking-form span.price {
    font-size: 1.5rem;
    margin-left: 0;
    text-align: center;
    text-align: left;
  }
  .booking-form .input-group {
    margin-bottom: 2vh;
  }
  section.grid-resultados h4.section-title{
    margin-bottom: 2rem!important;
  }
  .details-section {
    margin-top: 6rem;
  }
  .details-section > div > div > h5.icon-personas {
    height: 20px;
  }
    .details-section > div > div > h5.icon-bed {
    height: 23px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .booking-form {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x:hidden;
    z-index: 100;
    border-radius: 10px 10px 0px 0px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3vh;
  }
  .booking-form .input-group, .booking-form .input-label {
    /*margin-right: 0.5rem;*/
  }
  .booking-form span.price {
    margin-top: 1rem;
  }
  .details-section {
    margin-top: 4rem;
  }
}

/* Location section */
section.grid-location-map {
  margin-top: 1rem;
}
section.grid-location-map h4 {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.19px;
}
section.grid-location-map div.map-container {
  width: 100%;
  height: 401px;
  background: #e3e9e9;
  margin-top: 2rem;
  overflow: hidden;
}

/* Search Page */
section.grid-resultados {
    margin-top: 1.5rem;
}
section.grid-resultados h4.section-title {
  margin-bottom: 1rem;
}

/* Slider base */
input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 5px;
  outline: none;
  transition: opacity 0.2s;
  background: linear-gradient(to right, #4252F9 30%, #ddd 30%);
}


input[type="range"]:hover {
  opacity: 1;
}


input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4252F9;
  border-radius: 50%;
  cursor: pointer;
}


input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4252F9;
  border-radius: 50%;
  cursor: pointer;
}


.range-container {
      position: relative;
      width: 100%;
      height: 30px;
      display: flex;
      align-items: center;
  }

  /* Barra de fondo gris */
  .slider-track {
      position: absolute;
      width: 100%;
      height: 6px;
      background: #ddd;
      border-radius: 3px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
  }

  /* Inputs de rango */
  .range-container input[type="range"] {
      position: absolute;
      width: 100%;
      -webkit-appearance: none;
      appearance: none;
      background: transparent;
      pointer-events: none;
      z-index: 2;
  }

  /* Estilos personalizados para los sliders */
  .range-container input[type="range"]::-webkit-slider-runnable-track {
      background: transparent;
      height: 6px;
  }

  .range-container input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      background: #4252F9;
      border-radius: 50%;
      cursor: pointer;
      pointer-events: auto;
      position: relative;
      margin-top: -6px;
  }

  /* Barra activa entre los sliders */
  .active-track {
      position: absolute;
      height: 6px;
      background: #4252F9;
      border-radius: 3px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
  }

  .price-values {
      text-align: center;
      font-size: 16px;
      margin-top: 10px;
      font-weight: bold;
  }





/* filters */
div.filters {
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
}
div.filters > h4, .filters-group legend {
  font-size: 1.1rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.07;
}
div.filters .filters-group {
  margin-bottom: 1.5rem;
}
div.filters .filters-group label {
  font-size:  1.03rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #7e7e7e;
  padding-top: .2rem;
}
@media screen and (max-width: 39.9375em) {
  .filters-group > .group {
    display: block;
    margin-bottom: .8rem;
  }
  .otros{
    margin-bottom: 4rem!important;
  }
  div.filters {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 90;
    left: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x:hidden;
  }
  div.filters fieldset{
    padding: 1rem 2rem 0rem 2rem;
  }
  div.filters > h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .filters-group {
    float:left;
    padding-right: 2rem;
  }
  div.filters {
    height: 100%;
  }
  section.grid-resultados .grid-container.results_list {
    padding: 0;
  }
}
/* Filters Map */
.filt-map{
  position: absolute;
  float: left;
  top: 10vh;
  left: 3.5rem;
  z-index: 2;
  border-radius: 3px;
  background-color: #FFF!important;
  box-shadow: 7px 5px 10px 0 rgba(0, 0, 0, 0.2)!important;
  border:none!important;
}
.filt-scroll{
  padding-top: 0!important;
}
@media screen and (max-width: 39.9375em) {
  .filt-scroll{
    margin-top: -0.5rem!important;
  }
}
@media screen and (min-width: 40em) {
  .filt-scroll{
    height: 80vh;
    overflow-y: scroll;
    margin-top: 0.625rem!important;
  }
  .filt-header{
    height: 10vh;
    background-color:#FFF;
    position: sticky;
    z-index: 5;
    top:0;
  }
  .free-r{
  padding-right: 0!important;
  }
}
.button-badge {
  display: inline-block;
  transition: all ease 0.4s;
}
.align-badge > .button-badge{
  position: relative;
}
.badge {
  position: absolute;
  top: .2rem;
  right: -.5rem;
  font-size: .5rem;
  line-height: .43rem!important;
  border-radius: 50%;
  padding: 0.3rem;
  min-width: 2.1em;
  text-align: center;
  font-weight: 600;
}
.badge.alert{
  color:#cc4b37;
}

/* checkout section */
.checkout-header {
  padding-left: 1.3rem!important;
  padding-right: 1.3rem!important;
}
.checkout-form {
  box-shadow: 7px 5px 17px 0 rgba(207, 207, 207, 0.5);
  background-color: #ffffff;
  padding: 2rem 1.3rem 3rem 1.3rem!important;
}
.checkout-form > form > div {
  margin-top: 1rem!important;
}
.checkout-form > form > div > input {
  border-color: #cacaca!important;
}
.checkout-form > form > div > small {
  padding-top: .5rem!important;
}

/* review section */
.review-header {
  box-shadow: 7px 5px 17px 0 rgba(207, 207, 207, 0.5);
  background-color: #ffffff;
  padding: 0rem!important;
}
.banner-review-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 150px;
  border-radius: 5px 5px 0px 0px;
}
.banner-review-image > img{
  height: auto;
  width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 39.9375em) {
  .banner-review-image {
    height: 250px;
  }
}
.radioButtonGroup {
    margin-bottom: 20px;
}
.radioButton {
    padding: 5px 10px;
    border: 1px solid #4252F9;
    background-color: #fff;
    color: #4252F9;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    outline: none;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 3px;
}
.radioButton.selected {
    background-color: #4252F9;
    color: #fff;
}

/* Progress review */
.progress-bar {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 5px;
}
.progress {
  height: 6px;
  background-color: #2199e8;
  border-radius: 5px;
  width: 0%; /* Cambia este valor para ajustar el progreso */
  transition: width 0.5s ease-in-out;
}


.card-comment {
  background-color: #ffffff;
  cursor: default;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

/* Carousel */
.carousel {
    overflow: hidden;
    position: relative;
}
.carousel-inner {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    will-change: transform;
}
.carousel-item {
    text-align: center;
}
.prev-carousel, .next-carousel {
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: #FFF;
  color: #4252F9;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 300;
  z-index: 8;
  border-radius: 50px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.88;
}
.prev-carousel {
  left: 0.3rem;
}
.next-carousel {
  right: 0.3rem;
}
.prev-carousel[aria-disabled="true"], .next-carousel[aria-disabled="true"] {
    opacity: 0;
    cursor: default;
}
.prev-carousel[aria-disabled="false"]:hover, .next-carousel[aria-disabled="false"]:hover {
    color:#346aaa!important;
    opacity: 1;
}

/* Carousel cabanas*/
.carousel-caba {
    overflow: hidden;
    position: relative;
}
.carousel-inner-caba {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    will-change: transform;
}
.carousel-item-caba {
    text-align: center;
}
.prev-carousel-caba, .next-carousel-caba {
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: #FFF;
  color: #4252F9;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 300;
  z-index: 8;
  border-radius: 50px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.88;
}
.prev-carousel-caba {
  left: 0.3rem;
}
.next-carousel-caba {
  right: 0.3rem;
}
.prev-carousel-caba[aria-disabled="true"], .next-carousel-caba[aria-disabled="true"] {
    opacity: 0;
    cursor: default;
}
.prev-carousel-caba[aria-disabled="false"]:hover, .next-carousel-caba[aria-disabled="false"]:hover {
    color:#346aaa!important;
    opacity: 1;
}

/* Animations */
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  box-shadow: 10px 10px 500px 500px rgba(14, 83, 165, 0.49);
}
.slide-out-bottom {
  -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  box-shadow: 10px 10px 500px 500px rgba(14, 83, 165, 0.49);
}
.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}

.slide-in-bottom-noshadow {
  -webkit-animation: slide-in-bottom-noshadow 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom-noshadow 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-out-bottom-noshadow {
  -webkit-animation: slide-out-bottom-noshadow 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: slide-out-bottom-noshadow 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes slide-in-bottom-noshadow {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom-noshadow {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-bottom-noshadow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom-noshadow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}

.slide-in-bottom-select {
  -webkit-animation: slide-in-bottom-select 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-in-bottom-select 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.slide-in-bottom-select {
  -webkit-animation: slide-in-bottom-select 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: slide-in-bottom-select 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes slide-in-bottom-select {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom-select {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* Bounce */
@media screen and (max-width: 39.9375em) {
  .bottom-sheet {
    height: 60%; 
    background-color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
  }
  @keyframes bounce {
    0% {
      transform: translateY(100%);
    }
    50% {
      transform: translateY(70%);
    }
    100% {
      transform: translateY(100%);
    }
  }
}

/* Loader */
#load{
  display: none;
}
#cmbload{
  display: none;
}

/* Spinner Contact Form*/
.spinner {
  margin-top:6%;
  width: 70px;
}
.spinner > div {
  width: 16px;
  height: 16px;
  background-color: #33c8dc;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* LAZY LOADING */
.lazy-image-placeholder {
    opacity: 1;
}
.lazy-image {
    transition: opacity 1s ease-in-out;
    opacity: 0.5;
}
.loaded {
    opacity: 1;
}