
/* COLORBOX */

#cboxOverlay.modal-2023 {
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

#colorbox.modal-2023 {
    z-index: 9999;
}

#colorbox.modal-2023 #cboxClose {
    top: 20px;
    right: 20px;
    background: none;
}

#colorbox.modal-2023 #cboxWrapper {
    padding: 0;
}

#colorbox.modal-2023 #SearchForm {
    width: 380px;
}

@media (min-width: 681px) {
    #colorbox.modal-2023 #SearchForm {
        width: 560px;
    }
}

/* HOME */

.home-title {
    padding-top: 90px;
}

.home-title h2 {
    margin: 0 0 60px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-weight: bold;
}

@media (min-width: 768px) {
    .home-title h2 {
        font-size: 46px;
    }
}

[dir] .Searches__content {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

#home-2023 .SearchForm-module__destination {
    inline-size: 100%;
}

#home-2023 .SearchForm-module__dates {
    inline-size: 180px;
}

#home-2023 .SearchForm-module__guests {
    min-inline-size: 136px;
}

#home-2023 .SearchForm-module__submit {
  inline-size: 15%;
}

@media (max-width: 680px) {
    #home-2023 .SearchForm-module__dates {
        inline-size: 100%;
    }
    #home-2023 .SearchForm-module__guests {
        inline-size: 100%;
    }
}

@media (min-width: 681px) and (max-width: 1074px) {
    #home-2023 .SearchForm-module__submit {
        inline-size: 200px;
    }
}

@media (min-width: 1075px) {
    #home-2023 .SearchForm-module__destination {
        flex-grow: 10;
        inline-size: 29%;
    }

    #home-2023 .SearchForm-module__dates {
        inline-size: 30%;
    }
}

/* HOME TABS */

.Tabs-module__content {
    box-sizing: border-box;
    line-height: 18px;
}

[dir] .Tabs-module__content {
    background-color: var(--block-bg);
    border-radius: 4px;
    box-shadow: 0 8px 24px 0 var(--shadow);
    padding: 10px;
}

/* BUSCADOR */

.SearchForm-module__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[dir] .SearchForm-module__wrapper {
  margin: 0 auto;
}

.SearchForm-module__control {
  flex-grow: 1;
}

[dir] .SearchForm-module__control {
    margin: 10px;
}

.SearchForm-module__destination.SearchForm-module__destination_inPopup {
  width: 100%;
}

.SearchForm-module__dates {
  position: relative;
}

@media (max-width: 680px) {
  .SearchForm-module__dates {
    width: 100%;
  }
}

@media (min-width: 1075px) {
  .SearchForm-module__dates {
    width: 30%;
  }
}

.Input-module__wrapper {
  display: inline-flex;
  flex-direction: column;
}

.Input-module__wrapper_pseudo {
  display: grid;
}

.Input-module__wrapper_wide {
  width: 100%;
}

.Input-module__label {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  margin: 0;
}

[dir] .Input-module__label {
  background-color: var(--field-bg);
  border: 1px solid var(--field-border);
  border-radius: 4px;
}

.Input-module__label_size_m {
  height: 48px;
}

[dir=ltr] .Input-module__label_size_m {
  padding: 3px 12px 5px 16px;
}

.Input-module__label:hover:not(.Input-module__label_disabled):not(.Input-module__label_readOnly) {
  z-index: var(--z-index-start);
}

[dir] .Input-module__label:hover:not(.Input-module__label_disabled):not(.Input-module__label_readOnly) {
  border-color: var(--field-hover-border);
}

.Input-module__controlLine {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

[dir] .Input-module__control {
  background-color: transparent;
}

.Input-module__control,
input:not([type="checkbox"]):not([type="radiobuttons"]):not([type="submit"]).Input-module__control,
textarea.Input-module__control {
  font-family: 'PTRootUI', Verdana, sans-serif;
  color: var(--field-typo);
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.25;
  outline: 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  border: none;
  padding: 0;
}

.Input-module__titleWrapper {
    display: inline-flex;
    max-width: 100%;
}

[dir] .Input-module__label_size_m .Input-module__title {
  margin-bottom: 1px;
}

.Input-module__label_size_m .Input-module__title {
  font-size: 12px;
}

.Input-module__title {
  color: var(--field-label);
  line-height: 17px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ControlGroup-module__controlGroup {
  align-items: flex-start;
  display: inline-flex;
}

.Datepicker-module__group {
  display: flex;
}

[dir] .Datepicker-module__input {
    cursor: pointer;
}

.Datepicker-module__input {
  flex-basis: 100%;
  flex-grow: 1;
  min-width: 100px;
}

[dir=ltr] .controlGroup > .Input-module__wrapper:first-child .Input-module__label,
[dir=ltr] .controlGroup .clickOutside:first-child > .Input-module__wrapper .Input-module__label {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

[dir=ltr] .controlGroup > .Input-module__wrapper:last-child .Input-module__label,
[dir=ltr] .controlGroup .clickOutside:last-child > .Input-module__wrapper .Input-module__label {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.controlGroup .Input-module__wrapper .Input-module__label {
  overflow: hidden;
}

[dir] .controlGroup .Input-module__wrapper .Input-module__label {
  border-radius: 0;
}

.Input-module__icon {
    display: flex;
    pointer-events: none;
}

.Guests-module__arrowDown {
  opacity: 0.6;
}

.SearchForm-module__guests {
  min-width: 136px;
}

.SearchForm-module__submit {
  width: 15%;
}

.SearchForm-module__submit_inPopup {
  width: 100%;
}

.SearchForm-module__submit_inPopup.SearchForm-module__submit_isB2B {
  order: 1;
}

[dir=ltr] .controlGroup .Input-module__wrapper:not(:first-child) {
  margin-left: -1px;
}

.Button-module__button {
  align-items: center;
  box-sizing: border-box;
  color: var(--button-primary-typo);
  display: inline-flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  justify-content: center;
  min-width: 40px;
  outline: none;
  position: relative;
  text-decoration: none;
  transition: all 0.16s ease;
  user-select: none;
}

.Button-module__button_size_m {
  font-size: 18px;
  height: 48px;
  line-height: 24px;
}

.Button-module__button_wide {
  width: 100%;
}

[dir] .Button-module__button {
  background-color: #dc0000;
  color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

[dir] .Button-module__button:hover:not(.Button-module__button_disabled) {
  background-color: #b30000;
}

[dir] .Button-module__button_size_m {
  padding: 0 20px;
}

.Button-module__button .Button-module__loader {
  align-items: center;
  display: none;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.DotsLoader-module__wrapper {
  display: flex;
  justify-content: space-between;
  width: 70px;
}
.Popup-module__popup {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  z-index: var(--z-index-popup-important);
}

.Guests-module__popup {
  display: none;
  min-height: 250px;
  max-height: 500px;
  overflow-y: auto;
  padding: 0;
  z-index: 10000;
}

[dir] .Popup-module__popup {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 var(--shadow);
    padding: 8px 16px;
}

.Form-module__wrapper {
    position: relative;
}

[dir] .Form-module__rooms {
  padding: 20px;
}

.Room-module__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.Room-module__wrapper {
  display: flex;
  flex-direction: column;
}

[dir] .Room-module__wrapper {
  border-top: 1px solid var(--border);
  margin-top: 16px;
  padding-top: 16px;
}

[dir] .Room-module__wrapper:first-child {
  border-top: none;
}

.SearchForm-module__wrapper .Input-module__control_autocomplete {
  width: 100%;
}

.Input-module__control_autocomplete_panel.ui-autocomplete-panel .ui-autocomplete-table td {
  font-family: 'PTRootUI', Verdana, sans-serif;
  font-size: 16px;
  border: none;
}

.Input-module__control_autocomplete_panel.ui-autocomplete-panel .ui-autocomplete-table td.titulo {
  font-size: 10px;
  font-weight: 600;
  padding-top: 16px;
  color: #292f37;
}

.destinies_autocomplete_panel {
  
}

/* LISTADO HOTELES */

@media (min-width: 681px) {
  [dir] .zen-hotels {
    margin-top: 10px;
  }
  
  [dir] .zen-hotels-main {
    padding-top: 0;
  }
}

@media (max-width: 954px) {
  .zen-hotels-leftbar,
  .zen-hotels-leftbar .zenregioninfo,
  .zen-hotels-leftbar-map-trigger,
  .zen-hotels-map {
    display: none;
  }
  
  .zen-hotels-leftbar,
  .zen-hotels-map {
    top: 168px;
  }
}

[dir] .clubfinds2023 .page-content .button-size-m {
  border-radius: 4px;
  background-color: white;
}

.clubfinds2023.clubfinds-search .button-view-primary,
.clubfinds2023.clubfinds-hotel .button-view-primary {
  background-color: #dc0000;
  color: white;
}

.clubfinds2023.clubfinds-search .button-view-primary:hover,
.clubfinds2023.clubfinds-hotel .button-view-primary:hover {
  background-color: #b30000;
}

/* Añadiendo / quitando la clase "clubfinds-search" se puede ver como estaba antes */

body.clubfinds-search .zen-hotelcard-wide {
  height: 180px;
}

body.clubfinds-search .zen-hotelcard-content-wrapper {
  height: 40px;
}

body.clubfinds-search .zen-hotelcard-wide .zen-hotelcard-content-wrapper {
  height: 56px;
}

@media (max-width: 680px) {
  body.clubfinds-search .zen-hotelcard-rates-wrapper {
    width: 40%; 
  }

  body.clubfinds-search .zen-hotelcard-nextstep-wrapper {
    width: 60%;
  }
}

body.clubfinds-search .zen-hotelcard-wide .zen-hotelcard-rates-wrapper {
  height: 61px;
}

body.clubfinds-search .zen-hotelcard-distances,
body.clubfinds-search .zen-hotelcard-rating-wrapper,
body.clubfinds-search .zenmobilegallery-controls,
body.clubfinds-search .valueadds-item-pro,
body.clubfinds-search .valueadds-item-payment,
body.clubfinds-search .zen-hotelcard-favorite,
body.clubfinds-search .zen-hotelcard-rate-price-net,
body.clubfinds-search .zen-hotels-leftbar-map-trigger,
body.clubfinds-search .zen-hotels-filter-favorites,
/* body.clubfinds-search .zen-hotels-filter-mealtypes, */
body.clubfinds-search .zen-filter-checkbox-count,
body.clubfinds-search .zen-hotels-filter-paymenttypes,
body.clubfinds-search .zen-hotels-filter-amenities,
body.clubfinds-search .zen-hotels-filter-accommodation,
body.clubfinds-search .zen-hotels-filter-estatetypes,
body.clubfinds-search .zen-hotels-filter-neighbourhoods,
body.clubfinds-search .zen-hotels-filter-distance,
body.clubfinds-search .zen-hotels-filter-rating,
body.clubfinds-search .zen-hotels-filter-price,
body.clubfinds-search .zen-hotels-filter-poi,
body.clubfinds-search .zen-hotels-filter-bedrooms,
body.clubfinds-search .zen-hotels-filter-beddingtypes,
body.clubfinds-search .zen-hotels-filter-chains,
body.clubfinds-search .zen-hotels-filter-metro,
body.clubfinds-search .zen-hotelcard-rate-price-popuptip {
  display: none;
}

@media (min-width: 682px) {
  body.clubfinds-search .zen-hotelcard-rate-price {
    text-align: right;
  }

  body.clubfinds-search .zen-hotelcard-rate-price-value {
    display: block;
  }

  body.clubfinds-search .zenhotelcardsskeleton-item-content-rates-price-value,
  body.clubfinds-search .zenhotelcardsskeleton-item-content-rates-price-note {
    float: right;
  }
}

[dir=ltr] .emptyserpfiltered {
  padding: 50px;
}

@media (max-width: 680px) {
  [dir] .emptyserpfiltered, [dir] .emptyserp {
    padding: 40px 21px;
  }
}

.emptyserpfiltered {
  max-width: none;
}

[dir] .zenfiltersskeleton-stars-checkbox:not(:last-child) {
  margin-bottom: 15px;
}

[dir=ltr] .zenfiltersskeleton-stars-checkbox-input {
  margin-right: 3px;
}

/* LISTADO HOTELES - SKELETON */

/* Añadiendo / quitando la clase "clubfinds-search" se puede ver como estaba antes */

body.clubfinds-search .zenhotelcardsskeleton-item {
  height: 180px;
}

.zenhotelcardsskeleton-item {
  display: none;
}

@media (min-width: 681px) {
  .zenhotelcardsskeleton-narrow-item {
    display: none;
  }
  .zenhotelcardsskeleton-item {
    display: flex;
  }
}

body.clubfinds-search .zenhotelcardsskeleton-item-content-rating,
body.clubfinds-search .zenhotelcardsskeleton-item-image-favorite,
body.clubfinds-search .zenfiltersskeleton-favorites,
/* body.clubfinds-search .zenfiltersskeleton-mealtypes, */
body.clubfinds-search .zenfiltersskeleton-price,
body.clubfinds-search .zenfiltersskeleton-distance,
body.clubfinds-search .zenhotelcardsskeleton-narrow-item-image-favorite,
body.clubfinds-search .zenhotelcardsskeleton-narrow-item-rating {
  display: none;
}

body.clubfinds-search .zenhotelcardsskeleton-item-content-rates {
  padding-bottom: 4px;
}

@media (min-width: 681px) and (max-width: 1074px) {
  body.clubfinds-search .zenhotelcardsskeleton-item-image {
    width: 240px;
  }
}

[dir] .zenhotelcardsskeleton-item:not(:first-child) {
  margin-top: 0;
  margin-bottom: 15px;
}

[dir] .zenhotelcardsskeleton-narrow-item:not(:first-child) {
  margin-top: 16px;
}

/* LISTADO HOTELES - MAPA */

.zenwidgetmap-container {
  opacity: 0;
}

.zen-hotels-rightbar {
    top: 10px;
}

@media (min-width: 1451px) {
    .zen-hotels-rightbar {
        top: 116px;
    }
}

/* FICHA HOTEL */

.zen-roomspage-hotel,
.zen-roomspage-rooms,
.zenroomspagegeoblock {
  max-width: none;
}

/* Añadiendo / quitando la clase "clubfinds-hotel" se puede ver como estaba antes */

body.clubfinds-hotel .zen-roomspage-rightbar,
body.clubfinds-hotel .zen-roomspage-header-icons,
body.clubfinds-hotel .zen-roomspage-content-rating,
body.clubfinds-hotel .zenroomspage-rates-table-cell-selections {
  display: none;
}

[dir=ltr] .clubfinds2023.clubfinds-hotel .zen-roomspage-title {
  border-left: 0;
  padding-left: 0;
}

body.clubfinds-hotel .zen-roomspage-gallery-inner {
  max-width: none;
}

/* FICHA HOTEL - GALERÍA OWL */

.c-hotel-slider {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .c-hotel-slider {
    width: 700px;
  }
}

.slider-thumbs {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .slider-thumbs {
    width: 700px;
  }
}

/* FIN FICHA HOTEL - GALERÍA OWL */
