/****** FORMULARIO DE RESERVAS *******/
#searchForm {
  float: left;
  width: 100%;
  height: 95px;
  background-color: #f9f6f3;
  box-shadow: 0 0 15px 0 rgb(41 51 88 / 10%);
  position: fixed;
  bottom: 0;
  z-index: 6;
}

#searchForm .searchFormClose {
  display: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.neobookings-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;

  margin: 10px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  gap: 13px;
}

.neobookings-mask .field {
  width: calc(18% - 13px);
  height: 100%;
  color: var(--primary-color);
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 13px 0;
}
.neobookings-mask .field:not(.neobookings-book-btn) {
  border-bottom: 1px solid #e8e6d9;
}

.neobookings-mask .field.neobookings-book-btn {
  width: 10%;
}

.neobookings-mask .field.neobookings-book-btn button {
  /* colores heredados de .btn-booking */
}

.neobookings-mask .field input,
.neobookings-mask .field input::placeholder,
.neobookings-mask .field a {
  color: var(--primary-color);
  font-size: 15px;
  font-family: var(--font-family-text);
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
  color: var(--primary-color);
  outline: unset;
  pointer-events: none;
}

.date_range_picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 4px;
}

.neobookings-form__param__promocode {
  background-color: transparent;
  color: var(--primary-color);
  border: 0px;
  outline: none;
  width: 100%;
  text-align: center;
  pointer-events: auto !important;
  cursor: text;
}

.neobookings-form__param__date {
  flex: 1;
  width: max-content;
  overflow: visible;
  background-color: transparent;
  border: 0px;
  color: var(--primary-color);
}

.field .select-hotels-zones__container {
  cursor: pointer;
}

.neobookings-form__param__date--start {
  text-align: right;
  margin-bottom: 1px;
  position: relative;
}

body #neobookings-form #guestsfake {
  cursor: pointer;
  height: 100%;
  color: var(--primary-color);
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-family: var(--font-family-text);
  font-style: italic;
  font-size: 18px;
  color: var(--primary-color);
}

.mobile-book-container,
.close-neobookings-form {
  display: none;
}

@media (max-width: 992px) {
  #searchForm {
    height: 100vh;
    z-index: 115;
  }

  .booking-wrapper {
    display: none;
  }
  .bookMobileButton {
    display: block;
  }

  #searchForm.booking-wrapper.open {
    z-index: 115;
  }

  .booking-wrapper.open {
    background: #fff;
    z-index: 110;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
  }

  .booking-wrapper form {
    width: 100%;
    flex-direction: column;
    margin-left: -6px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }

  .booking-wrapper .neobookings-mask .field {
    width: 100%;
    margin-bottom: 7px;
  }

  .close-neobookings-form {
    display: block;
    margin-bottom: 7px;
  }

  .mobile-book-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
  }

  .mobile-book-container button {
    width: 100%;
    height: 65px;
    background-color: var(--accent-color);
    color: #fff;
  }

  .booking-wrapper .neobookings-mask .field input {
    height: 60px;
  }

  body #neobookings-form #guestsfake {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
}

/****** FIN FORMULARIO DE RESERVAS *******/

/********************* CALENDARIOS *******************/

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month,
body > #section > #hero form > #date_range_picker,
.neobookings-form__param__date,
.litepicker .container__days .day-item {
  cursor: pointer;
}

.neobookings-form__param__date::placeholder {
  color: var(--primary-color);
}

body.sticked .neobookings-form__param__date {
  color: #000;
  outline: none;
  font-size: 22px;
}

body.sticked .date_range_picker__arrow {
  color: rgba(0, 0, 0, 0.7);
}

body.sticked .neobookings-form__param__date::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.neobookings-form__param__promocode::placeholder {
  color: var(--primary-color);
}

.date_range_picker__arrow {
  display: inline-flex;
  margin-right: 5px;
  color: var(--primary-color);
}

/* Tipografía base */
.litepicker {
  font-family: var(--font-family-body);
  color: var(--primary-color);
}

/* Cabecera del mes */
.litepicker .container__months .month-item-header .month-item-name,
.litepicker .container__months .month-item-header .month-item-year {
  font-family: var(--font-family-subtitle);
  font-weight: bold;
  color: var(--primary-color);
}

/* Días de la semana */
.litepicker .month-item-weekdays-row .weekday {
  font-family: var(--font-family-subtitle);
  font-weight: bold;
  color: var(--primary-color);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Botones de navegación prev/next */
.litepicker .container__months .month-item-header .button-previous-month svg path,
.litepicker .container__months .month-item-header .button-next-month svg path {
  fill: var(--primary-color);
}

/* Días */
.litepicker .container__days .day-item {
  color: var(--primary-color);
  font-family: var(--font-family-body);
  font-size: 0.875rem;
}

.litepicker .container__days .day-item:hover:not(.is-locked) {
  background-color: var(--accent-color);
  color: var(--primary-color);
}

/* Hoy */
.litepicker .container__days .day-item.is-today {
  color: var(--primary-color);
  font-weight: bold;
  text-decoration: underline;
}

/* Fecha inicio y fin */
.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
  background-color: var(--primary-color);
  color: #fff;
}

/* Rango entre fechas */
.litepicker .container__days .day-item.is-in-range {
  background-color: var(--accent-color);
  color: var(--primary-color);
}

@media (max-width: 992px) {
  body.calendar-open {
    overflow: hidden;
    max-height: 100vh;
  }

  .litepicker {
    top: 35vh !important;
    left: 0 !important;
    width: 100vw !important;
  }

  .litepicker .container__main {
    flex-direction: column;
  }

  .litepicker .container__main .date-title {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8em;
    color: var(--litepickerMonthHeaderTextColor);
  }

  .litepicker .container__months {
    width: 100% !important;
    display: flex;
    justify-content: center;
    max-height: 65vh;
    overflow: auto;
    padding-top: 30px;
  }

  .litepicker.end-picker .day-item.is-locked + .day-item:not(.is-locked) {
    background-color: var(--accent-color);
    color: var(--black-color);
  }
}

/* Flecha entre fechas */
.right-arrow {
  flex-shrink: 0;
  filter: var(--icon-filter-primary);
}

/* Icono de cerrar máscara */
.searchFormClose img {
  filter: var(--icon-filter-primary);
  transition: filter 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.searchFormClose:hover img {
  filter: var(--icon-filter-primary-hover);
}

/************************** FIN CALENDARIOS **************************/

/***************************** HUÉSPEDES *****************************/
body #neobookings-form .guests {
  position: relative;
}

body #neobookings-form .field label {
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--primary-color);
  font-family: var(--font-family-subtitle);
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body .thickbox.rooms-data,
body .thickbox.hotels-data {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  z-index: 120;
  left: 50%;
  transform: translateX(-50%);
}


body .thickbox.rooms-data .rooms-modal-pop-up,
body .thickbox.hotels-data .rooms-modal-pop-up {
  background-color: #fff;
  padding: 10px 20px;
  font-family: var(--font-family-body);
  color: var(--primary-color);
  max-width: 90vw;
}

body .thickbox.rooms-data .close,
body .thickbox.hotels-data .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  position: absolute;
  top: 5%;
  right: 30px;
  text-decoration: none;
  font-size: 16px;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room,
body .thickbox.hotels-data .rooms-modal-pop-up .hotel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 535px;
  max-width: 100%;
  position: relative;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs .ages-label {
  margin: 15px;
  min-width: 58px;
  max-width: 60px;
  font-family: var(--font-family-subtitle);
  font-weight: bold;
}

body
  .thickbox.rooms-data
  .rooms-modal-pop-up
  .room
  .ages-inputs
  .ages-container {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room select {
  min-width: 130px;
  margin: 5px;
  position: relative;
  border: 0px;
  border-bottom: 1px solid var(--primary-color);
  padding: 5px 10px;
  background-color: transparent;
  height: auto;
  font-family: var(--font-family-text);
  font-style: italic;
  font-size: 18px;
  color: var(--primary-color);
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.adult,
body .thickbox.rooms-data > div .room .icon.child {
  position: relative;
}

body .thickbox.rooms-data > div .room .icon {
  position: relative;
}
body .thickbox.rooms-data > div .room .icon.adult {
  /* margin-left: auto; */
  margin-right: 0;
}
body .thickbox.rooms-data > div .room .icon.baby {
  margin-right: 21px;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.adult::after,
body .thickbox.rooms-data > div .room .icon.child::after,
body .thickbox.rooms-data > div .room .icon.baby::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 21px;
  width: 17px;
  height: 17px;
  background-image: url("../img/adult-icon.png");
  background-size: cover;
  filter: var(--icon-filter-primary);
  transition: filter 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon:hover::after {
  filter: var(--icon-filter-primary-hover);
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.child::after {
  background-image: url("../img/children-icon.png");
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.baby::after {
  background-image: url("../img/baby-icon.png");
}

body .thickbox.rooms-data .rooms-modal-pop-up #rooms {
  max-height: 60vh;
  overflow-y: auto;
  margin-bottom: 30px;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.remove {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 15px;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .room-title {
  margin: 15px;
  display: flex;
  align-items: center;
  min-width: 60px;
  font-family: var(--font-family-subtitle);
  font-weight: bold;
  color: var(--primary-color);
}

body .thickbox.rooms-data .rooms-modal-pop-up .action-buttons-container {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

body .thickbox.rooms-data .rooms-modal-pop-up .plus,
body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept {
  cursor: pointer;
  display: inline-flex;
  padding: 9px 30px;
  border-radius: 30px;
  font-size: 0.844rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body .thickbox.rooms-data .rooms-modal-pop-up .plus {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

body .thickbox.rooms-data .rooms-modal-pop-up .plus:hover {
  background-color: var(--primary-color);
  color: #fff;
}

body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept {
  background-color: var(--accent-color);
  color: var(--primary-color);
  border: none;
}

body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept:hover {
  background-color: var(--primary-color);
  color: #fff;
}

body .promo-container {
  padding: 30px 15px;
}

body .promo-container .field {
  text-align: center;
  margin-bottom: 30px;
}

body .promo-container .form-control {
  text-align: center;
  border-bottom: 1px solid #161616;
}

body .promo-container .form-control::placeholder {
  text-align: center;
}

@media screen and (max-width: 519px) {
  body .thickbox.rooms-data > div {
    padding: var(--mobile-section-space) 15px 15px 15px;
    width: 100vw;
    height: 100vh;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up .room {
    flex-direction: column;
    width: 100%;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up .room select,
  body .thickbox.rooms-data > div .promo-code-container input {
    width: calc(100% - 30px);
  }

  body
    .thickbox.rooms-data
    .rooms-modal-pop-up
    .room
    .ages-inputs
    select:nth-child(4) {
    margin-left: 15px;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.remove {
    justify-content: center;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up #rooms {
    margin-top: 50px;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs {
    flex-direction: column;
  }

  body .thickbox.rooms-data,
  body .thickbox.hotels-data {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.remove {
    right: 30px;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up,
  body .thickbox.hotels-data .rooms-modal-pop-up {
    max-width: none;
    border-radius: 0;
  }
}

/*************************FIN HUÉSPEDES*****************************/

/*SELECTOR DE HOTELES*/
:root {
  --mask-hotels-zones-height: 240px;
}

@media (max-width: 992px) {
  :root {
    --mask-hotels-zones-height: 350px;
  }
}

.select-hotels-zones__container {
  display: none;
  position: absolute;
  top: 60px;
  border-radius: 5px;
  width: 400px;
  overflow: auto;
  z-index: 20;
  cursor: pointer;
}

#hotels-mask::-webkit-scrollbar {
  width: 7px;
}

#hotels-mask::-webkit-scrollbar-track {
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

#hotels-mask::-webkit-scrollbar-thumb {
  min-height: 40px;
  background: var(--accent-color);
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

#zones-mask::-webkit-scrollbar {
  width: 7px;
}

#zones-mask::-webkit-scrollbar-track {
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

#zones-mask::-webkit-scrollbar-thumb {
  min-height: 40px;
  background: var(--accent-color);
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.select-hotels-zones__container a {
  text-decoration: none;
}

.select-hotels-zones__container .nav-tabs {
  margin: 7px 15px 10px 15px;
}

.select-hotels-zones__container .nav-item {
  padding: 15px 7px 0px 7px;
  position: relative;
}

.select-hotels-zones__container .nav-item a {
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 30px;
  position: relative;
}

.select-hotels-zones__container .nav-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: var(--icon-filter-primary);
}

.select-hotels-zones__container .nav-item a.icon-location::after {
  background-image: url("../img/ubicacion.svg");
  filter: var(--icon-filter-primary);
}

.select-hotels-zones__container .nav-item a.icon-hotels::after {
  background-image: url("../img/cama.svg");
  filter: var(--icon-filter-primary);
}

.select-hotels-zones__container .tab-pane {
  display: none;
  height: var(--mask-hotels-zones-height);
  overflow: auto;
  margin-left: 15px;
}

.select-hotels-zones__container .tab-pane.show {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.select-hotels-zones__container .select-hotels-container__hotel-search-cont {
  position: relative;
  margin-bottom: 7px;
  margin-top: 7px;
  display: flex;
}

.select-hotels-zones__container
  .select-hotels-container__hotel-search-cont::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 40%;
  transform: translateY(-50%);
  width: 18px;
  height: 17px;
  background-image: url("../img/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.select-hotels-zones__container #select-hotels-container__hotel-search {
  display: flex;
  background-color: #f1f1f1;
  padding: 7px 7px;
  width: 260px;
  margin-bottom: 10px;
}

.select-hotels-zones__container .select-hotels-zones__item,
.select-hotels-zones__container .fake-input-hotels-zones {
  display: flex;
  color: black;
  text-decoration: none;
  text-wrap: balance;
}

.select-hotels-zones__container .fake-input-hotels-zones {
  color: black;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.select-hotels-zones__container .select-hotels-zones__item {
  padding: 3px 0px;
  transition: all 0.6s;
  position: relative;
}

.select-hotels-zones__container .select-hotels-zones__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0px;
  display: flex;
  background-color: var(--accent-color);
  transition: width 0.6s;
}

.select-hotels-zones__container .select-hotels-zones__item:hover:after {
  width: 100%;
}

.select-hotels-zones__container .select-hotels-zones__item:last-child {
  margin-bottom: 15px;
}

.select-hotels-zones__container.to-bottom {
  bottom: auto;
  top: 43px;
}

.select-hotels-zones__container.expanded {
  display: block;
  background: #fff;
}

@media (max-width: 992px) {
  .select-hotels-zones__container .nav-item a {
    padding: 10px 7px 10px 30px;
  }

  .select-hotels-zones__container .nav-item a::after {
    left: 3px;
  }

  .select-hotels-zones__container.to-bottom {
    top: 0px;
  }

  .select-hotels-zones__container {
    width: 382px;
    height: 442px;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 100;
  }

  .booking-wrapper .neobookings-mask .selector {
    height: 60px;
    text-align: center;
  }

  .select-hotels-zones__container #select-hotels-container__hotel-search {
    width: 260px;
    height: 40px;
  }

  .fake-input-hotels-zones {
    margin-top: 15px;
  }
}

/*FIN SELECTOR DE HOTELES*/
