@charset "UTF-8";
/* estilos de componentes comunes en todas las dispos */
/* Importar estilos del cargador de rafagas */
/* cargador de rafagas */
.transportesrafagas-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.transportesrafagas-content {
  background: #f7f7f7;
}

.transportesrafagas-content .container-limited > div {
  height: 50px;
  margin: 0;
}

@media (min-width: 768px) {
  .transportesrafagas-content .container-limited > div {
    margin: 5px 0;
  }
}

.transportesrafagas-content .container-limited > div span {
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.transportesrafagas-content .container-limited .rafagas-text {
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  padding-right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .transportesrafagas-content .container-limited .rafagas-text {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .transportesrafagas-content .container-limited .rafagas-text {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .transportesrafagas-content .container-limited .rafagas-text {
    padding-right: 100px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("/headers/ilusion/img/flights/transport_design.png");
  }
}

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .transportesrafagas-content .container-limited .rafagas-text {
    background-image: url("/headers/ilusion/img/flights/transport_design@2x.png");
    background-size: contain;
  }
}

.transportesrafagas-content .container-limited .rafagas-text span {
  color: #ec5b14;
}

.transportesrafagas-content .container-limited .rafagas-text span:after {
  content: '...';
}

@media (min-width: 992px) {
  .transportesrafagas-content .container-limited .rafagas-text.rafagas-hotel {
    padding-right: 100px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("/headers/ilusion/img/hotels/icn-rafaga-hotel.png");
  }
}

@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .transportesrafagas-content .container-limited .rafagas-text.rafagas-hotel {
    background-image: url("/headers/ilusion/img/hotels/icn-rafaga-hotel@2x.png");
    background-size: contain;
  }
}

.transportesrafagas-content .container-limited .rafagas-company {
  text-transform: uppercase;
}

.transportesrafagas-content .container-limited .rafagas-company, .transportesrafagas-content .container-limited .rafagas-journey {
  font-size: 14px;
  color: #74716e;
  border-right: 2px dotted #dfdfde;
  padding-right: 30px;
}

.transportesrafagas-content .container-limited .rafagas-company span, .transportesrafagas-content .container-limited .rafagas-journey span {
  font-weight: 300;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.transportesrafagas-content .container-limited .rafagas-company span:after, .transportesrafagas-content .container-limited .rafagas-journey span:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-check-ec5b14.svg"), none;
}

.transportesrafagas-loader {
  background: #beb8b3;
  width: 100%;
  height: 6px;
}

.transportesrafagas-loader:before {
  content: '';
  display: block;
  background: #ec5b14;
  width: 0;
  height: 6px;
  transition: width 30s linear;
}

.transportesrafagas-loader.transportesrafagas-slow:before {
  transition: width 60s linear;
}

.transportesrafagas-loader.loading:before {
  width: 100%;
}

/* a partir de 992 */
@media (min-width: 768px) {
  .progress_bar_availability {
    height: 6px;
    background-color: #beb8b3;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
  }
  .progress_bar_availability .line_move {
    animation: 2.5s indeterminate linear infinite;
    width: 180px;
    background: #ec5b14;
    height: 6px;
  }
  @keyframes indeterminate {
    from {
      transform: translate(0, 0);
      /* UC Browser */
      transform: translate(15vw, 0);
    }
    100% {
      transform: translate(-900%, 0);
      /* UC Browser */
      transform: translate(-115vw, 0);
    }
    0% {
      transform: translate(0, 0);
      /* UC Browser */
      transform: translate(15vw, 0);
    }
  }
}

/* Comportamientos móvil y tablet: BOC */
@media (max-width: 991px) {
  .progress_bar_availability {
    height: 6px;
    background-color: #beb8b3;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
  }
  .progress_bar_availability .line_move {
    animation: 1.3s indeterminate linear infinite;
    width: 90px;
    background: #ec5b14;
    height: 6px;
  }
  @keyframes indeterminate {
    0% {
      transform: translate(0, 0);
      /* UC Browser */
      transform: translate(15vw, 0);
    }
    100% {
      transform: translate(-600%, 0%);
      /* UC Browser */
      transform: translate(-115vw, 0);
    }
    0% {
      transform: translate(0, 0);
      /* UC Browser */
      transform: translate(15vw, 0);
    }
  }
}

/* Importar estilos de los filtros */
.waiting {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/* Se aplica al body para mostrar los filtros en movil y para el preload */
.noScroll {
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  /**
* iPad with portrait orientation.
*/
  /**
 * iPad with landscape orientation.*/
  /**
   * iPhone 5
 * You can also target devices with aspect ratio.
 */
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .noScroll {
    width: 768px;
    height: 1024px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .noScroll {
    width: 1024px;
    height: 768px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .noScroll {
    height: 570px;
  }
}

.noScroll #thecontent {
  overflow: hidden;
}

.noScroll #thecontent > .container {
  padding: 0;
}

.dst-filter-loader {
  position: absolute;
  height: 100%;
  background-color: #f4f3f2;
  z-index: 999;
  padding-top: 20px;
}

.filtersHeader {
  display: block;
  margin: 15px 0;
}

.filtersHeader__title {
  display: inline;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .filtersHeader__title {
    font-size: 18px;
    vertical-align: middle;
  }
}

.filtersHeader__link {
  float: left;
}

@media (max-width: 1199px) {
  .filtersHeader__link {
    font-size: 16px;
  }
}

.filtersHeader__cross {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-close-46403c.svg"), none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px 14px;
  padding: 20px 25px;
  margin-right: -15px;
  display: inline;
  cursor: pointer;
}

.filtersHeaderFixed,
.filtersCounter {
  background: #FFFFFF;
  padding: 15px;
  position: sticky;
  z-index: 2;
}

.filtersHeaderFixed .btn-interactive,
.filtersCounter .btn-interactive {
  width: 100%;
}

.filtersHeaderFixed {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  top: 0;
}

.filtersCounter {
  box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.12);
  bottom: 0;
  margin-top: auto;
}

.filtersCounter--desktop {
  display: none;
}

html[lang|="ja"] .filtersHeader__link {
  font-size: 12px;
  margin-top: 6px;
}

@media (min-width: 1200px) {
  .filtersHeader--fixed,
  .filtersCounter {
    display: none;
  }
  .filtersHeader--fixed--visible,
  .filtersCounter--visible {
    display: block;
  }
  .filtersHeader--fixed--lg,
  .filtersCounter--lg {
    display: none !important;
  }
  .filtersHeader--fixed--desktop,
  .filtersCounter--desktop {
    display: block;
  }
}

@media (max-width: 1199px) {
  .filtersBox,
  .filtersHeader,
  .filtersCounter {
    background: #FFFFFF;
    margin: 0;
    right: 0;
    z-index: 2000;
    width: 100%;
    will-change: transform;
    transition: transform 0.3s ease-in;
    transform: translate3d(102%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .filtersBox::-webkit-scrollbar,
  .filtersHeader::-webkit-scrollbar,
  .filtersCounter::-webkit-scrollbar {
    display: none;
  }
  .filtersHeader {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
    top: 0;
  }
  .filtersCounter {
    bottom: 0;
  }
  .filtersCounter .btn-interactive {
    width: 100%;
  }
  .filtersHeader,
  .filtersCounter {
    padding: 15px;
    position: fixed;
  }
  .filtersCounterFixed {
    position: sticky;
  }
  .filtersBox.open_filters:not(.filters-removed),
  .filtersHeader.open_filters,
  .filtersHeaderFixed.open_filters,
  .filtersCounter.open_filters {
    transform: translate3d(0, 0, 0);
  }
  .filtersBox {
    width: 100%;
    /* iPad with portrait orientation.*/
    /*  iPad with landscape orientation.*/
    z-index: 1500;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 50px 0 0;
    overscroll-behavior: contain;
  }
}

@media all and (max-width: 1199px) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .filtersBox {
    width: 768px;
  }
}

@media all and (max-width: 1199px) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .filtersBox {
    width: 1024px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .filtersBox,
  .filtersHeader,
  .filtersHeaderFixed,
  .filtersCounter {
    max-width: 320px;
  }
  .filtros-layer {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background: rgba(116, 113, 110, 0.8);
    zoom: 1;
    display: block;
    z-index: 1499;
    opacity: 0;
    transition: opacity 100ms linear;
  }
  .open_filters + .filtros-layer {
    opacity: 1;
    right: 0;
  }
  .open_filters.filters-removed + .filtros-layer {
    display: none;
  }
}

.filtros-layer-fixed {
  position: fixed;
  right: -100%;
  background: rgba(116, 113, 110, 0.8);
  zoom: 1;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: opacity 100ms linear;
}

.open_filters + .filtros-layer-fixed {
  opacity: 1;
  right: 0;
}

.filters {
  border-radius: 6px;
  display: block;
}

@media (max-width: 1199px) {
  .filters {
    border: 0;
    border-radius: 0;
    padding: 0 0 60px;
  }
}

@media (max-width: 767px) {
  .filters {
    background: #FFFFFF;
  }
}

.filters__categ {
  border-bottom: 2px dotted #dfdfdf;
  padding: 5px 0;
}

.filters__categ:last-of-type {
  border-bottom: 0;
}

.filters__header {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  position: relative;
}

html.fonts-loaded .filters__header {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .filters__header, html[lang|="fa"].fonts-loaded .filters__header, html[lang|="he"].fonts-loaded .filters__header {
  font-weight: 700;
}

@media (max-width: 1199px) {
  .filters__header {
    font-size: 18px;
  }
}

.filters__infoTitle {
  color: #74716e;
  font-weight: 300;
  font-size: 14px;
  float: left;
}

@media (max-width: 1199px) {
  .filters__infoTitle {
    font-size: 16px;
  }
}

.filters__btn {
  display: block;
  padding: 10px 15px;
}

@media (max-width: 1199px) {
  .filters__btn {
    display: none;
  }
}

.filters__btn .btn-interactive {
  width: 100%;
}

.filters--full {
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
}

.filters--fixed {
  padding: 0 0 65px;
}

.filters .icon-tripadvisor-logo-rgb {
  width: 24px;
  height: 14px;
  float: left;
}

.filters .checkbox, .filters .radio {
  display: block;
  margin: 0;
  padding: 10px 15px;
  position: relative;
}

.filters .checkbox:hover, .filters .radio:hover {
  background: #f4f8fc;
}

.filters .checkbox.filter--highlight, .filters .radio.filter--highlight {
  background: #fde9dd;
}

.filters .checkbox .highlight__text, .filters .radio .highlight__text {
  font-weight: 500;
  color: #bc5715;
  font-size: 14px;
  padding-right: 4px;
}

.filters .checkbox.widget-filter-recommended-product-item--free-cancellation, .filters .radio.widget-filter-recommended-product-item--free-cancellation {
  background: #E5F1E5;
}

.filters .checkbox.widget-filter-recommended-product-item--free-cancellation label, .filters .radio.widget-filter-recommended-product-item--free-cancellation label {
  color: #027A02;
}

.filters .checkbox.widget-filter-recommended-product-item--free-cancellation label .counter, .filters .radio.widget-filter-recommended-product-item--free-cancellation label .counter {
  color: #222222;
}

.filters .checkbox input[type="checkbox"],
.filters .checkbox input[type="radio"], .filters .radio input[type="checkbox"],
.filters .radio input[type="radio"] {
  margin-right: 0;
}

.filters .checkbox label, .filters .radio label {
  width: 100%;
  padding-right: 22px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .filters .checkbox label, .filters .radio label {
    font-size: 16px;
  }
}

.filters .checkbox label span, .filters .radio label span {
  margin-right: auto;
  padding-right: 10px;
}

.filters .checkbox label span span, .filters .radio label span span {
  padding-right: 0;
}

.filters .checkbox label a, .filters .radio label a {
  margin-right: 5px;
  text-decoration: none !important;
}

.filters .slider-label {
  margin: 0 15px 10px;
}

.filters .slider-value-min,
.filters .slider-value-max {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
}

html.fonts-loaded .filters .slider-value-min, html.fonts-loaded
.filters .slider-value-max {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .filters .slider-value-min, html[lang|="fa"].fonts-loaded .filters .slider-value-min, html[lang|="he"].fonts-loaded .filters .slider-value-min, html[lang|="ar"].fonts-loaded
.filters .slider-value-max, html[lang|="fa"].fonts-loaded
.filters .slider-value-max, html[lang|="he"].fonts-loaded
.filters .slider-value-max {
  font-weight: 700;
}

@media (max-width: 1199px) {
  .filters .slider-value-min,
  .filters .slider-value-max {
    font-size: 16px;
  }
}

.filters div.slider > div.track {
  background-color: #dfdfdf;
  height: 3px !important;
  margin: 0 !important;
  overflow: visible;
  border-radius: 2px;
}

.filters div.slider > div.track > div {
  height: 3px !important;
  background: #3171c9;
}

.filters .slider {
  position: relative;
  margin: 0 34px 10px;
  height: 26px;
}

.filters div.slider > div.handle {
  background: #FFF;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: -15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

@media (max-width: 1199px) {
  .filters div.slider > div.handle {
    height: 35px;
    width: 35px;
    margin: -16px -18px 0 0;
  }
}

.filters div.slider > div.handle.low, .filters div.slider > div.handle.high {
  text-align: center;
}

.filters div.slider > div.handle.low:before, .filters div.slider > div.handle.high:before {
  content: '';
  color: #3171c9;
  height: 12px;
  width: 12px;
  display: block;
  margin: 9px auto 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .filters div.slider > div.handle.low:before, .filters div.slider > div.handle.high:before {
    height: 16px;
    width: 16px;
  }
}

.filters div.slider > div.handle.low:before {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-3171c9.svg"), none;
  background-position: left top;
}

.filters div.slider > div.handle.high:before {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-right-3171c9.svg"), none;
  background-position: right top;
}

.filters .checkboxgroup_showmore a {
  display: block;
  padding: 10px 15px;
  color: #3171c9;
}

@media (max-width: 1199px) {
  .filters .checkboxgroup_showmore a {
    font-size: 16px;
  }
}

/*rtl:ignore*/
[dir='rtl'] .filters svg.icon-tripadvisor-logo-rgb {
  float: none;
}

@media (max-width: 1199px) {
  /*rtl:ignore*/
  [dir='rtl'] .filters div.slider > div.handle {
    margin: -16px 0 0 -18px;
  }
}

.filterCategories .disabled_category input[disabled], .filterCategories .disabled_category label {
  cursor: default;
}

.filterCategories .disabled_category svg.icon, .filterCategories .disabled_category svg.icon * {
  opacity: 0.7;
}

.filterCategories svg.icon {
  /* Llaves de apartamentos */
}

.filterCategories svg.icon.icon-hotel-stars-0 {
  width: 0;
  height: 0;
}

.filterCategories svg.icon.icon-hotel-stars-1 {
  width: 16px;
  height: 14px;
}

.filterCategories svg.icon.icon-hotel-stars-2 {
  width: 32px;
  height: 14px;
}

.filterCategories svg.icon.icon-hotel-stars-3 {
  width: 48px;
  height: 14px;
}

.filterCategories svg.icon.icon-hotel-stars-4 {
  width: 64px;
  height: 14px;
}

.filterCategories svg.icon.icon-hotel-stars-5 {
  width: 80px;
  height: 14px;
}

.filterCategories svg.icon.icon-hotel-stars-gl, .filterCategories svg.icon.icon-hotel-stars-6 {
  width: 96px;
  height: 14px;
}

.filterCategories svg.icon.icon-hotel-keys-0 {
  width: 0;
  height: 0;
}

.filterCategories svg.icon.icon-hotel-keys-1 {
  width: 9px;
  height: 16px;
}

.filterCategories svg.icon.icon-hotel-keys-2 {
  width: 22px;
  height: 16px;
}

.filterCategories svg.icon.icon-hotel-keys-3 {
  width: 36px;
  height: 16px;
}

.filterCategories svg.icon.icon-hotel-keys-4 {
  width: 48px;
  height: 16px;
}

.filterCategories svg.icon.icon-hotel-keys-5 {
  width: 61px;
  height: 16px;
}

.filterNameForm {
  padding: 15px 10px;
}

.filterNameForm .input_name_hotel {
  width: 100%;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-search-beb8b3.svg"), none;
  background-repeat: no-repeat;
  background-position: 2% 45%;
  background-size: 18px 18px;
  padding-left: 25px;
}

@media (max-width: 1199px) {
  .filterNameForm .input_name_hotel {
    font-size: 16px;
  }
}

.filterNameForm .txtDelete {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-close-46403c.svg"), none;
  background-repeat: no-repeat;
  background-position: 3% 50%;
  background-size: 14px 14px;
  padding-left: 25px;
}

.filterNameForm .cross_reserved_space {
  position: absolute;
  width: 30px;
  height: 40px;
  left: 15px;
  display: none;
  cursor: pointer;
}

.filterTripAdvisorIcon {
  align-self: center;
  width: 12px;
  height: 12px;
  background: #00aa6c;
  border-radius: 50%;
  position: relative;
  margin-left: 2px;
}

@media (max-width: 767px) {
  .filterTripAdvisorIcon {
    width: 14px;
    height: 14px;
  }
}

.filterTripAdvisorIcon--empty {
  background: #FFFFFF;
  border: 2px solid #00aa6c;
}

.filterTripAdvisorIcon__more {
  padding-right: 5px;
}

.filtersTabs {
  margin: 15px 0;
  display: flex;
  justify-content: center;
}

.filtersTabs__item {
  position: relative;
  display: block;
  width: 45%;
  text-align: center;
  margin-bottom: 0;
}

.filtersTabs__item:first-child:not(:last-child) a {
  border-radius: 0 6px 6px 0;
}

.filtersTabs__item:last-child a {
  border-radius: 6px 0 0 6px;
}

.filtersTabs a {
  position: relative;
  display: block;
  cursor: pointer;
}

.filtersTabs a, .filtersTabs a:focus {
  color: #222222;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #222222;
  width: 100%;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .filtersTabs a, .filtersTabs a:focus {
    font-size: 18px;
  }
}

.filtersTabs a:hover {
  color: #74716e;
  border: 1px solid #74716e;
}

.filtersTabs .active a, .filtersTabs .active a:focus {
  color: #3171c9;
  border: 1px solid #3171c9;
  font-weight: 400;
}

.filtersTabs .active a:hover {
  color: #185596;
  border: 1px solid #185596;
}

.filtersTabs__subtitle {
  color: #74716e;
  margin-right: 15px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .filtersTabs__subtitle {
    font-size: 16px;
  }
}

/* Importar estilos de la cortinilla paso SCR */
/* Cortinilla scr */
.noScrollFixed #thecontent {
  overflow: hidden;
}

.pasoscr_container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* uc browser */
  background: rgba(246, 246, 246, 0.9);
  z-index: 999998;
}

.pasoscr_filler {
  height: 600px;
}

.pasoscr {
  position: absolute;
  padding: 0;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.pasoscr .ball-spin-fade-loader {
  margin: 40px auto 50px auto;
  width: 0;
  height: 1px;
}

.pasoscr p {
  margin-bottom: 10px;
}

.pasoscr .bigtext {
  font-size: 24px;
  color: #424242;
  margin-bottom: 28px;
}

.pasoscr .resumentrayecto {
  background: #E3E3E3;
  border-radius: 6px;
  color: #74716e;
  display: inline-block;
  padding: 10px 15px;
}

.pasoscr .resumentrayecto span {
  text-transform: uppercase;
}

.pasoscr .resumentrayecto svg {
  width: 19px;
  height: 19px;
  vertical-align: top;
  margin: 0 6px;
}

.pasoscr .resumentrayecto svg, .pasoscr .resumentrayecto svg * {
  fill: #74716e;
}

@media (max-width: 767px) {
  .pasoscr .textotrayecto, .pasoscr .resumentrayecto {
    width: 90%;
    margin: 0 auto;
  }
}

.trustpilot {
  margin: 10px auto 0;
  padding: 15px;
  width: 423px;
}

@media (max-width: 767px) {
  .trustpilot {
    width: 90%;
  }
}

.trustpilot__info {
  margin: 15px 0 10px;
}

.trustpilot__rating {
  font-weight: 700;
  font-size: 16px;
}

html.fonts-loaded .trustpilot__rating {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .trustpilot__rating, html[lang|="fa"].fonts-loaded .trustpilot__rating, html[lang|="he"].fonts-loaded .trustpilot__rating {
  font-weight: 700;
}

@media (max-width: 767px) {
  .trustpilot__rating {
    display: block;
    margin-bottom: 5px;
  }
}

.trustpilot .icon-ownfill-logo-trustpilotrating {
  width: 133px;
  height: 25px;
  vertical-align: middle;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .trustpilot .icon-ownfill-logo-trustpilotrating {
    margin: 0;
  }
}

.trustpilot .icon-ownfill-logo-trustpilot {
  width: 80px;
  height: 20px;
  vertical-align: middle;
}

.trustpilot--white {
  background: #FFFFFF;
  border-radius: 6px;
  margin: 15px auto;
}

.trustpilot--noMargin {
  margin: 0 auto;
}

/* TEMPORALMENTE SE METEN AQUI LAS DISTINTAS VERSIONES DEL RESUMEN DE BUSQUEDA, HASTA QUE SE UNIFIQUEN */
/* Importar estilos del resumen de busqueda comunes */
.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

/* Resumen de búsqueda dispo*/
.cont_search_summary {
  border-bottom: 1px solid #dfdfdf;
  min-height: 55px;
  display: block;
  position: relative;
  background: #FFF;
}

.cont_search_summary .bloque {
  border-left: 1px solid #dfdfdf;
  text-align: center;
  line-height: 0;
}

.cont_search_summary .bloque .tipoDato {
  color: #74716e;
  font-size: 10px;
  font-weight: 400;
  display: block;
  padding-top: 12px;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.5;
}

.cont_search_summary .bloque .dato {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 0 0 9px 0;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  color: #222222 !important;
}

html.fonts-loaded .cont_search_summary .bloque .dato {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .cont_search_summary .bloque .dato, html[lang|="fa"].fonts-loaded .cont_search_summary .bloque .dato, html[lang|="he"].fonts-loaded .cont_search_summary .bloque .dato {
  font-weight: 700;
}

.cont_search_summary .bloque .dato a, .cont_search_summary .bloque .dato a:hover {
  color: #222222 !important;
  text-decoration: none;
}

.cont_search_summary .bloque .dato a svg, .cont_search_summary .bloque .dato a svg *, .cont_search_summary .bloque .dato a:hover svg, .cont_search_summary .bloque .dato a:hover svg * {
  fill: #222222 !important;
}

.cont_search_summary svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.cont_search_summary svg, .cont_search_summary svg * {
  fill: #ec5b14;
}

.cont_search_summary svg.icon-anyfill-ui-close {
  vertical-align: middle;
}

.cont_search_summary svg.icon-anyfill-ui-close, .cont_search_summary svg.icon-anyfill-ui-close * {
  fill: #FFF;
}

.cont_search_summary button.searcherButton, .cont_search_summary button.btn-primary {
  margin: 10px 0 0 15px;
}

@media (max-width: 1199px) {
  .cont_search_summary button.searcherButton, .cont_search_summary button.btn-primary {
    padding: 9px;
  }
  .cont_search_summary button.searcherButton span, .cont_search_summary button.btn-primary span {
    position: absolute;
    text-indent: -10000px;
  }
  .cont_search_summary button.searcherButton .icon, .cont_search_summary button.btn-primary .icon {
    margin: 0;
    height: 20px;
    vertical-align: top;
  }
}

.cont_search_summary button.searcherButton span, .cont_search_summary button.btn-primary span {
  vertical-align: middle;
}

.cont_search_summary button.searcherButton .icon, .cont_search_summary button.btn-primary .icon {
  position: relative;
}

.cont_search_summary svg.icon-anyfill-ui-close {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}

.cont_search_summary svg.icon-anyfill-ui-close, .cont_search_summary svg.icon-anyfill-ui-close * {
  fill: #FFF;
  margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 767px) {
  /* Resumen de busqueda */
  .cont_search_summary .cont_search_summary_mobile {
    padding: 10px 0 10px 0;
    margin: 0 !important;
  }
  .cont_search_summary .cont_search_summary_mobile button.btn {
    margin: 0 0 0 10px;
  }
  .cont_search_summary .cont_search_summary_mobile .info-summary {
    font-size: 12px;
  }
  .cont_search_summary .cont_search_summary_mobile .info-summary .rooms {
    padding-right: 10px;
  }
  .cont_search_summary .cont_search_summary_mobile .destination {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .cont_search_summary .cont_search_summary_mobile button {
    margin: 10px 0 0 10px;
    padding: 10px;
  }
  /* Fin resumen busqueda */
}

/* fin mobile */
/* Fin resumen de búsqueda comun entre hoteles, vuelos y v+h */
/* Parte superior de la pagina estilos exclusivos en vuelos y v+h porque solo en ellos esta el id #datosBusqueda */
#datosBusqueda .icon-anyfill-ui-chevron-left {
  width: 11px;
  height: 11px;
  vertical-align: baseline;
}

#datosBusqueda .icon-anyfill-ui-chevron-right {
  width: 11px;
  height: 11px;
  vertical-align: baseline;
}

#datosBusqueda .seleccionado {
  z-index: 2;
  border-bottom: 1px solid #FFF;
  background: #FFF;
  color: #222222;
}

#datosBusqueda .bloque .icon-anyfill-ui-chevron-down {
  height: 11px;
  margin: 0 20px 0 0;
  position: absolute;
  width: 11px;
  color: #74716e;
}

#datosBusqueda .bloque .dato .chevronl {
  margin-left: 10%;
}

#datosBusqueda .bloque .dato .chevronr {
  margin-right: 9%;
}

#datosBusqueda .bloque .dato.nochev {
  padding: 0 0 22px !important;
}

#datosBusqueda .contDatos {
  min-width: 80%;
  max-width: 100%;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

#datosBusqueda ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#datosBusqueda li {
  display: inline-block;
}

#datosBusqueda li.enlace {
  padding: 15px 0;
  line-height: 1.5;
}

#datosBusqueda .origen {
  border-left: 1px solid #dfdfdf;
}

#datosBusqueda .destino {
  padding-right: 30px;
}

#datosBusqueda .destino .multidestino {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 53%;
}

#datosBusqueda .destino .multidestino .badge {
  padding: 5px !important;
}

#datosBusqueda .origen .icondirection, #datosBusqueda .destino .icondirection {
  background: #FFF;
  border: 1px solid #dfdfdf !important;
  border-radius: 2.8em;
  height: 34px;
  position: absolute;
  top: 25%;
  width: 34px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  vertical-align: middle;
}

#datosBusqueda .origen .icondirection svg, #datosBusqueda .destino .icondirection svg {
  vertical-align: top;
}

#datosBusqueda .origen .icondirection svg.icon-anyfill-ui-arrow-right, #datosBusqueda .destino .icondirection svg.icon-anyfill-ui-arrow-right {
  width: 18px;
  height: 32px;
}

#datosBusqueda .origen .icondirection svg.icon-anyfill-ui-doblearrow, #datosBusqueda .destino .icondirection svg.icon-anyfill-ui-doblearrow {
  width: 18px;
  height: 32px;
}

#datosBusqueda .origen .icondirection svg, #datosBusqueda .origen .icondirection svg *, #datosBusqueda .destino .icondirection svg, #datosBusqueda .destino .icondirection svg * {
  fill: #74716e;
}

html[lang|="en"] #datosBusqueda .contDatos {
  min-width: 90%;
}

#datosBusqueda .origen .icondirection {
  left: -18px;
}

#datosBusqueda .destino .icondirection {
  right: -18px;
}

#datosBusqueda.conSeleccion {
  border-bottom: 1px solid #FFF;
  background: #f4f3f2;
  color: #d4d3d2 !important;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #datosBusqueda .contDatos {
    max-width: 99%;
    margin-left: 0;
  }
  #datosBusqueda .chevronr, #datosBusqueda .chevronl {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #datosBusqueda .icon-anyfill-ui-chevron-down {
    display: none;
  }
  #datosBusqueda .chevronr, #datosBusqueda .chevronl {
    display: none;
  }
}

@media (max-width: 767px) {
  #datosBusqueda .cont_search_summary_mobile .destination .icondirection {
    display: inline-block;
    padding-top: 0;
    line-height: 14px;
    vertical-align: middle;
  }
  #datosBusqueda .cont_search_summary_mobile .destination .icondirection svg {
    vertical-align: middle;
  }
  #datosBusqueda .cont_search_summary_mobile .destination .icondirection svg.icon-anyfill-ui-arrow-right {
    width: 14px;
    height: 14px;
  }
  #datosBusqueda .cont_search_summary_mobile .destination .icondirection svg.icon-anyfill-ui-doblearrow {
    width: 14px;
    height: 14px;
  }
  #datosBusqueda .cont_search_summary_mobile .destination .icondirection svg, #datosBusqueda .cont_search_summary_mobile .destination .icondirection svg * {
    fill: #74716e;
  }
}

/*rtl:ignore*/
[dir='rtl'] #datosBusqueda .destino .icondirection svg.icon-anyfill-ui-arrow-right {
  transform: rotate(180deg);
}

/* Capa de buscador */
.cont_buscador_error {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
}

.cont_buscador_error .cerrar {
  appearance: none;
  border: 0;
  background: transparent;
  color: #222222 !important;
  display: inline-block;
  padding: 4px;
}

.cont_buscador_error .icon-anyfill-ui-close {
  width: 14px;
  height: 14px;
}

.cont_buscador_error .icon-anyfill-ui-close * {
  fill: #222222 !important;
}

.cont_buscador_error .searcher-form {
  clear: both;
}

.cont_buscador_error .multicriteriasearch {
  border: 0;
}

/* form control dentro del contenedor de buscador de error de las dispos se esconde el label y los inputs se hacen menos altos */
.cont_buscador_error .form-group label:not(.sr-only) {
  display: none;
}

.cont_buscador_error .dates .complete_date {
  height: 38px;
  line-height: 38px;
}

.cont_buscador_error .dates .complete_date .numdia {
  line-height: 38px;
}

.cont_buscador_error .dates a.in_date:before, .cont_buscador_error .dates a.out_date:before {
  bottom: 12px;
}

.cont_buscador_error .form-group label:not(.sr-only) ~ .form-control.bootstrap-select {
  height: 40px;
}

.cont_buscador_error .form-group label:not(.sr-only) ~ .form-control.bootstrap-select .dropdown-toggle .caret {
  top: 18px;
}

.cont_buscador_error .form-group label:not(.sr-only) ~ .form-control.bootstrap-select .filter-option {
  position: relative;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  float: none !important;
  margin-top: 0;
}

.cont_buscador_error .destiny .locator, .cont_buscador_error .origindestiny .locator {
  top: 7px;
}

.cont_buscador_error .swap {
  top: 50%;
}

@media (min-width: 768px) {
  .cont_buscador_error .swap {
    transform: translate(50%, -50%);
  }
}

.cont_buscador_error .origindestiny .location-container.location-container-focus {
  min-height: 40px;
}

.cont_buscador_error .form-group label:not(.sr-only) + .form-control,
.cont_buscador_error .form-group label:not(.sr-only) + span .form-control,
.cont_buscador_error .form-group label:not(.sr-only) + .twitter-typeahead .form-control,
.cont_buscador_error .form-group label:not(.sr-only) + .autocomplete-widget .form-control,
.cont_buscador_error .form-group label:not(.sr-only) + .autocomplete-widget .twitter-typeahead .form-control,
.cont_buscador_error .form-group label:not(.sr-only) + .geounits-autocomplete-input-widget .twitter-typeahead .form-control,
.cont_buscador_error .form-group label:not(.sr-only) ~ .form-control.bootstrap-select .dropdown-toggle {
  height: 40px;
  /*$input-height-base;*/
  padding-top: 0;
  padding-bottom: 0;
}

.cont_buscador_error .form-group label.long-label + .form-control,
.cont_buscador_error .form-group label.long-label + span .form-control,
.cont_buscador_error .form-group label.long-label + .twitter-typeahead .form-control,
.cont_buscador_error .form-group label.long-label + .autocomplete-widget .form-control,
.cont_buscador_error .form-group label.long-label + .autocomplete-widget .twitter-typeahead .form-control,
.cont_buscador_error .form-group label.long-label + .geounits-autocomplete-input-widget .twitter-typeahead .form-control,
.cont_buscador_error .form-group label.long-label:not(.sr-only) ~ .form-control.bootstrap-select .dropdown-toggle {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.cont_buscador_error .form-group label:not(.sr-only) + .twitter-typeahead select.form-control,
.cont_buscador_error .form-group label:not(.sr-only) + select.form-control,
.cont_buscador_error .form-group label:not(.sr-only) + span select.form-control {
  background-position: left 10px top 14px;
}

.cont_buscador_error .travels_searcher .continente_boton_submit button[type=submit] {
  height: 40px;
  line-height: 1;
}

/* Fin de la capa de buscador */
/* Importar estilos del resumen de busqueda superior para hotel */
/* Estilos exclusivos para hoteles del resumen de búsqueda dispo porque solo en hoteles el resumen esta dentro de .search_summary */
.search_summary .cont_search_summary .container-limited.toggle_searcher {
  cursor: pointer;
}

/* Fin resumen de búsqueda */
html[lang|="hu"] .search_summary .cont_search_summary .container-limited .bloque {
  padding: 0 10px;
}

/* Botonera movil para abrir distintos elementos ocultos en las dispos (filtros, ordenacion, mapa...) */
/*estilos comunes para botonera de dispo hoteles y dispo paquetes vacacionales */
.mobile_navigation_map_filter_order,
.mobile_navigation_filter_order {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.mobile_navigation_map_filter_order li,
.mobile_navigation_filter_order li {
  text-align: center;
  border-left: 1px solid #dfdfdf;
  flex: 1 0 auto;
  float: none;
}

.mobile_navigation_map_filter_order li:last-child,
.mobile_navigation_filter_order li:last-child {
  border-left: none;
}

.mobile_navigation_map_filter_order li a,
.mobile_navigation_filter_order li a {
  font-size: 14px;
  border-radius: 0;
  padding: 10px 0;
}

.mobile_navigation_map_filter_order li a:focus, .mobile_navigation_map_filter_order li a:hover,
.mobile_navigation_filter_order li a:focus,
.mobile_navigation_filter_order li a:hover {
  background: transparent;
}

.mobile_navigation_map_filter_order li.dst-filter-highlighted a:after,
.mobile_navigation_filter_order li.dst-filter-highlighted a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ec5b14;
  margin-right: 5px;
}

.mobile_navigation_map_filter_order > li + li,
.mobile_navigation_filter_order > li + li {
  margin-right: 0;
}

/* Fin Botonera movil para abrir distintos elementos ocultos */
/* barra superior de herramientas de dispo en tablet */
/* num. de alojamientos, vuelos, paquetes... encontrados*/
.num_lodging, .num_lodging h3, .num_journeys, .num_journeys h3, .num_packages, .num_packages h3 {
  font-size: 16px;
  line-height: 50px;
  margin: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .num_lodging, .num_lodging h3, .num_journeys, .num_journeys h3, .num_packages, .num_packages h3 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    margin: 0;
  }
}

/* Botones filtrar y ver mapa */
.cont_btn_mix {
  /*border-bottom: 1px solid #e0e0e0;*/
  overflow: hidden;
  padding-bottom: 10px;
}

.cont_btn_mix .btn_mix_filtros {
  border: 1px solid #beb8b3;
  text-align: center;
  color: #222222;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.cont_btn_mix .btn_mix_filtros a {
  color: #222222;
}

.cont_btn_mix .btn_mix_filtros:hover {
  border: 1px solid #222222;
  border-radius: 6px;
}

.cont_btn_mix .btn_mix_filtros.dst-filter-highlighted:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ec5b14;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .cont_btn_mix > div {
    width: 100%;
  }
}

.cont_btn_mix .view_map {
  display: block;
  background-color: transparent;
  background-image: url("/headers/widgets/hotels/availability/hotelavailabilitywidget/img/bg-btn-map.svg");
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  min-width: 190px;
  height: 36px;
  line-height: 1;
}

.cont_btn_mix .view_map svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.cont_btn_mix .view_map svg, .cont_btn_mix .view_map svg * {
  fill: #222222;
}

.cont_btn_mix .view_map, .cont_btn_mix .view_map:hover, .cont_btn_mix .view_map:focus {
  text-decoration: none;
}

.cont_btn_mix .filtrar {
  width: 100%;
  padding: 10px;
}

.cont_btn_mix svg {
  margin-left: 5px;
}

.cont_btn_mix .icon-anyfill-graph-location {
  width: 14px;
  height: 14px;
}

.cont_btn_mix .icon-monochrome-listado {
  width: 12px;
  height: 10px;
}

/* Fin botón filtrar y botón ver mapa */
/* Menú ordenación */
.availability_sort_container {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .availability_sort_container {
    display: block;
    margin-bottom: 0;
  }
}

.txt_sort {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0;
  vertical-align: bottom;
  flex-grow: 0;
}

.txt_sort svg {
  display: none;
}

@media (max-width: 767px) {
  .txt_sort {
    display: block;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    text-transform: none;
    font-size: 18px;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    border-top: 0;
    float: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    background: #FFF;
    will-change: transform;
    transition: transform 0.3s ease-out;
    transform: translate3d(100%, 0, 0);
  }
  .txt_sort svg {
    display: inline-block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 5px;
    right: 12px;
    padding: 10px;
  }
  .txt_sort svg, .txt_sort svg * {
    fill: #3171c9;
  }
  .txt_sort::-webkit-scrollbar {
    display: none;
  }
  .txt_sort.open {
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
}

/*rtl:ignore*/
[dir='rtl'] .txt_sort svg {
  transform: rotate(-180deg);
}

ul.availability_sort {
  overflow: hidden;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border: 1px solid #dfdfdf;
  background: #e3e3e3;
  margin-bottom: 0;
  display: flex;
  vertical-align: bottom;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  ul.availability_sort {
    border: 0;
    border-radius: 0;
    position: fixed;
    top: 47px;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    z-index: 300;
    height: 100vh;
    min-height: 100vh;
    display: block;
    /**
       * iPhone 5
       * You can also target devices with aspect ratio.
       */
    will-change: transform;
    transition: transform 0.3s ease-out;
    transform: translate3d(100%, 0, 0);
  }
}

@media screen and (max-width: 767px) and (device-aspect-ratio: 40 / 71) {
  ul.availability_sort {
    height: 570px;
  }
}

@media (max-width: 767px) {
  ul.availability_sort::-webkit-scrollbar {
    display: none;
  }
  ul.availability_sort.open {
    transform: translate3d(0, 0, 0);
  }
}

ul.availability_sort li {
  text-align: center;
  background: #f7f7f7;
  border-left: 1px solid #dfdfdf;
  color: #74716e;
  flex-grow: 1;
}

ul.availability_sort li:last-child {
  border-left: none;
}

@media (max-width: 767px) {
  ul.availability_sort li {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #827e7a;
    background: none;
    border-left: 0;
  }
}

ul.availability_sort li a {
  background: #FFFFFF;
  display: block;
  font-size: 14px;
  color: #74716e;
  padding: 7px;
  border-top: 3px solid #dfdfdf;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
}

ul.availability_sort li a:hover {
  background: #F4F8FC;
  color: #222222;
  text-decoration: none;
  font-weight: 700;
}

html.fonts-loaded ul.availability_sort li a:hover {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded ul.availability_sort li a:hover, html[lang|="fa"].fonts-loaded ul.availability_sort li a:hover, html[lang|="he"].fonts-loaded ul.availability_sort li a:hover {
  font-weight: 700;
}

ul.availability_sort li a:active, ul.availability_sort li a.selected {
  background: #7c7167;
  color: #FFF !important;
  border-top: 3px solid #6c635a;
  text-decoration: none;
  font-weight: 700;
}

html.fonts-loaded ul.availability_sort li a:active, html.fonts-loaded ul.availability_sort li a.selected {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded ul.availability_sort li a:active, html[lang|="fa"].fonts-loaded ul.availability_sort li a:active, html[lang|="he"].fonts-loaded ul.availability_sort li a:active, html[lang|="ar"].fonts-loaded ul.availability_sort li a.selected, html[lang|="fa"].fonts-loaded ul.availability_sort li a.selected, html[lang|="he"].fonts-loaded ul.availability_sort li a.selected {
  font-weight: 700;
}

@media (max-width: 767px) {
  ul.availability_sort li a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 18px 25px;
    color: #827e7a;
    border-top: 0;
    text-transform: uppercase;
  }
  ul.availability_sort li a:hover {
    background: none;
  }
  ul.availability_sort li a:active, ul.availability_sort li a.selected {
    background: none;
    border: none;
    font-weight: 700;
    color: #827e7a !important;
  }
  ul.availability_sort li a.selected:after {
    content: '';
    width: 14px;
    height: 14px;
    float: left;
    background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-check-027a02.svg"), none;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  ul.availability_sort li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}

/* fin menú ordenación */
/* Botón ver más resultados */
.hotel_availability_widget .showMore, .packages_availability_widget .showMore {
  margin: 25px 0 0 0;
}

/* fin Botón ver más resultados */
/* hoteles no encontrados*/
.results_not_founds_message {
  font-size: 14px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-search-beb8b3.svg"), none;
  background-repeat: no-repeat;
  background-position: 0% 0;
  background-size: 160px 160px;
  min-height: 150px;
  margin: 50px 30px 0 0;
  /* tablet portrait */
  /* tablet landscape */
}

@media (min-width: 768px) and (max-width: 1023px) {
  .results_not_founds_message {
    margin: 10% 0;
    min-height: 651px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .results_not_founds_message {
    margin: 9% 0;
  }
}

@media (max-width: 767px) {
  .results_not_founds_message {
    margin: 15% 0;
  }
}

.results_not_founds_message strong {
  font-size: 18px;
}

.results_not_founds_message ul.filter_delete li {
  padding: 0 !important;
}

.results_not_founds_message ul.filter_delete li a {
  font-size: 14px;
  color: #3171c9;
  display: block;
  font-weight: 300;
}

.results_not_founds_message ul.filter_delete li a svg {
  width: 10px;
  height: 10px;
}

.results_not_founds_message ul.filter_delete li a svg, .results_not_founds_message ul.filter_delete li a svg * {
  fill: #222222;
}

/*rtl:ignore*/
[dir='rtl'] ul.filter_delete svg {
  transform: rotate(-180deg);
}

.position-relative {
  position: relative;
}

/* Tooltip Forfait filter */
.filtertooltip {
  display: block;
  width: 300px;
  top: 50px;
  right: 0;
  z-index: 110;
}

.filtertooltip.filter_ski.bottom {
  right: 50%;
  top: 45px;
}

.filtertooltip.filter_ski.bottom .tooltip-arrow {
  right: 15% !important;
}

.filtertooltip.filter_ski.right {
  top: -11px;
  right: 255px;
}

.filtertooltip.filter_ski.right .tooltip-arrow {
  top: 25%;
  right: -9px !important;
}

.filtertooltip.filter_ski.right .tooltip-arrow:after {
  border-left-color: #FFF;
}

.filtertooltip .tooltip-inner {
  padding-right: 26px;
  padding-left: 40px;
  position: relative;
}

.filtertooltip .tooltip-inner .tooltipfilters_close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 14px;
  left: 14px;
}

.filtertooltip .tooltip-inner .tooltipfilters_close svg {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.filtertooltip .tooltip-inner .tooltipfilters_close svg, .filtertooltip .tooltip-inner .tooltipfilters_close svg * {
  fill: #7c7167;
}

.filtertooltip .tooltip-inner p {
  margin-bottom: 0;
  text-align: right;
}

.filtertooltip .tooltip-inner p.titletooltip {
  margin-bottom: 15px;
}

/*rtl:ignore*/
[dir='rtl'] .tooltip.right {
  margin-right: 10px;
  margin-left: 0;
}

/*rtl:ignore*/
[dir='rtl'] .tooltip.right .tooltip-arrow {
  right: -9px !important;
  border-left-width: 10px;
  border-right-width: 0;
  border-left-color: #999999;
}

/*rtl:ignore*/
[dir='rtl'] .tooltip.right .tooltip-arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  border-left-width: inherit;
}

@media (min-width: 768px) {
  .detail_information_reservation {
    padding-left: 10px;
  }
}

/* estilos extras para card de dispo de hoteles y SH */
.txt_extras {
  border-radius: 15px;
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 8px;
  background: #fde9dd;
}

.txt_extras .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  float: right;
  margin-top: 2px;
  margin-left: 5px;
}

.txt_extras .icon, .txt_extras .icon * {
  fill: #ec5b14;
}

.txt_extras .txt_extras-service {
  display: block;
  margin-right: 22px;
}

.extra-rate-services .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.extra-rate-services .icon, .extra-rate-services .icon * {
  fill: #ec5b14;
}

.extra-rate-services .icon.icon-anyfill-graph-occupancyadult, .extra-rate-services .icon.icon-anyfill-graph-occupancychild, .extra-rate-services .icon.icon-anyfill-graph-occupancybaby {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.extra-rate-services .icon.icon-anyfill-graph-occupancyadult, .extra-rate-services .icon.icon-anyfill-graph-occupancyadult *, .extra-rate-services .icon.icon-anyfill-graph-occupancychild, .extra-rate-services .icon.icon-anyfill-graph-occupancychild *, .extra-rate-services .icon.icon-anyfill-graph-occupancybaby, .extra-rate-services .icon.icon-anyfill-graph-occupancybaby * {
  fill: #ec5b14;
}

.extra-rate-services.black-friday {
  padding: 2px 10px;
  color: #FFF;
  background-color: #222;
  border-radius: 12.5px;
  width: fit-content;
  cursor: pointer;
}

.extra-rate-services.black-friday .icon * {
  fill: #E50000;
}

.see-all {
  margin-top: 20px;
}

.scrollBlock {
  position: fixed;
  right: 0;
  left: 0;
}

/* Importar estilos de la ficha de hotel */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.no-touchevents .hotel_card {
  transition: all 0.3s;
}

.no-touchevents .hotel_card:hover {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
  .no-touchevents .noTabs .hotel_card:hover {
    padding: 9px 9px 0 9px;
  }
}

.no-touchevents .searched_hotel .hotel_card:hover {
  border: 0;
}

.no-touchevents .searched_hotel .hotel_card tr.rate-odd:hover {
  background: #f8f8f8;
}

/*ESTILOS HOTEL SELECCIONADO y buscado */
.selected_hotel, .searched_hotel {
  background: #3171c9;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.selected_hotel .icon-anyfill-graph-check, .selected_hotel .icon-anyfill-graph-clock, .searched_hotel .icon-anyfill-graph-check, .searched_hotel .icon-anyfill-graph-clock {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 15px 0 5px;
}

.selected_hotel .icon-anyfill-graph-check, .selected_hotel .icon-anyfill-graph-check *, .selected_hotel .icon-anyfill-graph-clock, .selected_hotel .icon-anyfill-graph-clock *, .searched_hotel .icon-anyfill-graph-check, .searched_hotel .icon-anyfill-graph-check *, .searched_hotel .icon-anyfill-graph-clock, .searched_hotel .icon-anyfill-graph-clock * {
  fill: #FFF;
}

.selected_hotel .message_hotel_searched, .searched_hotel .message_hotel_searched {
  color: #FFF;
  line-height: 30px;
}

.selected_hotel .hotel_card, .searched_hotel .hotel_card {
  padding: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
  margin-bottom: 0;
  clear: both;
  border: 0;
  margin-top: 0;
}

.selected_hotel .hotel_card .cont_discount, .searched_hotel .hotel_card .cont_discount {
  border-top-left-radius: 0;
}

.selected_hotel {
  border: 1px solid #3171c9;
}

.searched_hotel {
  border: 2px solid #3171c9;
}

/*FIN ESTILOS HOTEL SELECCIONADO y buscado */
/* ficha hotel descuento logado */
.logged_discount_hotel {
  position: relative;
}

.logged_discount_hotel .discount_message_container {
  display: block;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
  border-radius: 50%;
  background: #35495a;
  padding: 4px;
  z-index: 9;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .logged_discount_hotel .discount_message_container {
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    border-radius: 15px;
    padding: 0 10px;
  }
}

.logged_discount_hotel .discount_message_container .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0;
}

.logged_discount_hotel .discount_message_container .icon, .logged_discount_hotel .discount_message_container .icon * {
  fill: #ffd212;
}

.logged_discount_hotel .message_hotel_discount_price {
  color: #ffd212;
  line-height: 25px;
  border-bottom: 1px dashed #ffd212;
}

@media (max-width: 767px) {
  .logged_discount_hotel .message_hotel_discount_price {
    display: none;
  }
}

.logged_discount_hotel .dst_exclusivebanner_completo .message_hotel_discount_price {
  border-bottom: 0;
}

.logged_discount_hotel .exclusiveinfotooltip {
  display: none;
  width: 270px;
  top: 40px;
  right: auto;
  left: 50%;
  z-index: 300;
}

.logged_discount_hotel .exclusiveinfotooltip .tooltip-arrow {
  right: auto;
  left: 7% !important;
}

.logged_discount_hotel .exclusiveinfotooltip .tooltip-inner {
  padding: 15px;
  position: relative;
}

.logged_discount_hotel .exclusiveinfotooltip .tooltip-inner .exclusiveinfoclose {
  background: transparent;
  border: 0;
  position: absolute;
  top: 14px;
  left: 14px;
}

.logged_discount_hotel .exclusiveinfotooltip .tooltip-inner .exclusiveinfoclose svg {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.logged_discount_hotel .exclusiveinfotooltip .tooltip-inner .exclusiveinfoclose svg, .logged_discount_hotel .exclusiveinfotooltip .tooltip-inner .exclusiveinfoclose svg * {
  fill: #7c7167;
}

.logged_discount_hotel .exclusiveinfotooltip .tooltip-inner p {
  margin-bottom: 0;
  margin-right: 0;
  text-align: right;
  color: #222222;
}

.logged_discount_hotel .label_sold_out_block {
  color: #E50000;
}

.logged_discount_hotel .label_sold_out_block .label_sold_out {
  margin-bottom: 0;
  color: #E50000 !important;
}

/* Fin ficha hotel descuento logado */
/* ficha de hotel */
.hotel_card {
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  clear: both;
  /* tarifas tabla */
  /* estilos para dispo sin tabs */
  /* tabs Menú info hotel */
  /* Fin tabs menú hotel */
}

.hotel_card .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.hotel_card .txt_regimen {
  font-size: 14px;
  color: #027A02;
}

.hotel_card .cont_img_hotel {
  padding: 0 15px !important;
}

.hotel_card .container_img_hotel, .hotel_card .img_hotel.generic-pic, .hotel_card .bg_mystery {
  overflow: hidden;
  padding-left: 0;
  position: relative;
  min-height: 135px;
}

.hotel_card .bg_holiday, .hotel_card .bg_apartment {
  background: #ec5b14;
  top: 10px;
  position: absolute;
  color: #FFF;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 30px 2px 10px;
  right: 10px;
  z-index: 1;
  max-width: 93%;
}

.hotel_card .bg_holiday .icon, .hotel_card .bg_apartment .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.hotel_card .bg_holiday .icon, .hotel_card .bg_holiday .icon *, .hotel_card .bg_apartment .icon, .hotel_card .bg_apartment .icon * {
  fill: #FFF;
}

.hotel_card .bg_holiday span, .hotel_card .bg_apartment span {
  font-weight: 700;
  display: block;
}

html.fonts-loaded .hotel_card .bg_holiday span, html.fonts-loaded .hotel_card .bg_apartment span {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .bg_holiday span, html[lang|="fa"].fonts-loaded .hotel_card .bg_holiday span, html[lang|="he"].fonts-loaded .hotel_card .bg_holiday span, html[lang|="ar"].fonts-loaded .hotel_card .bg_apartment span, html[lang|="fa"].fonts-loaded .hotel_card .bg_apartment span, html[lang|="he"].fonts-loaded .hotel_card .bg_apartment span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .hotel_card .bg_holiday, .hotel_card .bg_apartment {
    top: auto;
    bottom: 0;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 12px;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-bottom-right-radius: 6px;
  }
  .hotel_card .bg_holiday .icon, .hotel_card .bg_apartment .icon {
    display: none;
  }
}

.hotel_card .container_img_hotel .bg_popular {
  background: #3171c9;
  top: 10px;
  position: absolute;
  right: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .hotel_card .container_img_hotel .bg_popular {
    top: auto;
    bottom: 0;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 12px;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-bottom-right-radius: 6px;
  }
  .hotel_card .container_img_hotel .bg_popular .icon {
    display: none;
  }
}

.hotel_card .button_availability {
  margin: 3px 0;
}

.hotel_card .panel-body {
  padding: 0;
}

.hotel_card .panel-group {
  margin: 0;
}

.hotel_card .hotelAdress_map {
  margin-top: 10px;
  font-size: 14px;
}

.hotel_card .hotelAdress_map svg {
  width: 14px;
  height: 14px;
  vertical-align: sub;
}

.hotel_card .hotelAdress_map svg, .hotel_card .hotelAdress_map svg * {
  fill: #222222;
}

.hotel_card #map_container {
  margin-top: 10px;
}

.hotel_card .view-more-text.view-more-text-container {
  overflow: hidden;
  height: 112px;
  margin-bottom: 10px;
}

.hotel_card .panel-body {
  padding: 0;
}

.hotel_card .tab-content .gallery_availability {
  height: 258px;
}

.hotel_card .tab-content .gallery_availability .loader-inner {
  margin-top: 30px;
}

.hotel_card .tab-content .map_availability {
  height: 338px;
  position: relative;
}

.hotel_card .tab-content .map_availability .loader-inner {
  margin-top: 30px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer {
  border-top: solid 1px #e3e3e3;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer:first-child {
  border-top: 0;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento {
  padding: 6px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer .hotels-information-box {
  padding: 7px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer {
  width: 76%;
  border-right: solid 1px #e3e3e3;
  border-bottom: 0;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr {
  /*border: 0;
             display: table;
             width:100%;*/
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr:hover {
  background: none;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.rate-odd {
  background: #f8f8f8;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr .extra_services {
  font-weight: 700;
}

html.fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr .extra_services {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr .extra_services, html[lang|="fa"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr .extra_services, html[lang|="he"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr .extra_services {
  font-weight: 700;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files {
  /* border-top: 1px solid #e3e3e3;
               &:first-child {
                 border-top: 0 !important;
               }*/
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td {
  width: 100%;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div {
  display: inline-block;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.payment {
  width: 49%;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.payment svg {
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.payment svg, .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.payment svg * {
  fill: #c7c7c7;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.refundable {
  width: 50%;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.refundable span [data-tooltip-hoverarea] {
  color: #222222;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.refundable svg {
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.refundable svg, .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.refundable svg * {
  fill: #c7c7c7;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.extra_services {
  width: 49%;
  font-weight: 700;
}

html.fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.extra_services {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.extra_services, html[lang|="fa"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.extra_services, html[lang|="he"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.extra_services {
  font-weight: 700;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.extra_services svg.icon-anyfill-prod-ski {
  width: 14px;
  height: 14px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price {
  width: 50%;
  text-align: left;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  padding-right: 0;
}

html.fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price, html[lang|="fa"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price, html[lang|="he"].fonts-loaded .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price {
  font-weight: 700;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price.cont_tax {
  line-height: 15px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price.cont_tax del.oldPrice {
  display: block;
  line-height: 14px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price.cont_tax .pvp_taxes {
  display: block;
  color: #8c8885;
  font-size: 12px;
  font-weight: 300;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price del.oldPrice {
  display: inline-block;
  color: #74716e;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price .symbol {
  font-weight: normal;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.two_files td > div.price .price_pvp {
  display: inline-block;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td {
  padding: 8px 10px;
  /*rtl:ignore*/
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.pvp_recommended {
  color: #74716e;
  text-align: right;
  font-size: 14px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.refundable {
  width: 22%;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.forfait {
  width: 27%;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.forfait svg.icon-anyfill-prod-ski {
  margin-left: 5px;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.price span.txt_total {
  font-size: 11px;
  color: #74716e;
  text-transform: lowercase;
  font-weight: 400;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.price [data-tooltip-hoverarea] {
  display: inline-block;
}

.hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td .arrow_box[data-tooltip-right] {
  right: 100%;
}

.hotel_card .more-types {
  margin-top: 9px;
  display: inline-block;
  cursor: pointer;
}

.hotel_card .general_hotel_information {
  position: relative;
  min-height: 86px;
  /* dispo con tabs */
}

@media (min-width: 768px) {
  .hotel_card .general_hotel_information {
    display: flex;
    flex-flow: row wrap;
  }
}

.hotel_card .general_hotel_information svg.icon-anyfill-graph-info-circle {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}

.hotel_card .general_hotel_information svg.icon-anyfill-graph-info-circle, .hotel_card .general_hotel_information svg.icon-anyfill-graph-info-circle * {
  fill: #beb8b3;
}

@media (min-width: 768px) {
  .hotel_card .general_hotel_information .detail_information_hotel {
    flex: 1 1 60%;
    position: relative;
  }
  .hotel_card .general_hotel_information .detail_information_hotel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    border-left: 2px dotted #d0cbc9;
  }
}

.hotel_card .bg_mystery {
  width: 100%;
  min-height: 150px;
  padding: 15px 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.hotel_card .bg_mystery .icon {
  height: 114px;
  margin: 0;
  width: 100%;
}

.hotel_card .img_hotel {
  width: 202px;
  height: 150px;
  background-size: cover;
}

.hotel_card .img_hotel.photo_link {
  cursor: pointer;
}

.hotel_card svg.icon-anyfill-ui-photo {
  width: 45px;
  height: 45px;
  margin: 53px auto 0;
}

.hotel_card .detail_information {
  max-width: 350px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hotel_card .detail_information {
    max-width: 300px;
  }
}

.hotel_card .hotel_name {
  margin: 0 0 3px 0;
  color: #515253;
  font-size: 18px;
  display: block;
  font-weight: 700;
}

html.fonts-loaded .hotel_card .hotel_name {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .hotel_name, html[lang|="fa"].fonts-loaded .hotel_card .hotel_name, html[lang|="he"].fonts-loaded .hotel_card .hotel_name {
  font-weight: 700;
}

.hotel_card .hotel_name a {
  color: #515253;
  text-decoration: none;
  cursor: pointer;
}

.hotel_card .hotel_name .phone-tooltip {
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  cursor: pointer;
}

.hotel_card .hotel_name .phone-tooltip .icon {
  vertical-align: top;
  width: 20px;
  height: 20px;
}

.hotel_card .hotel_name .phone-tooltip .icon, .hotel_card .hotel_name .phone-tooltip .icon * {
  fill: #74716e;
}

.hotel_card .city {
  font-size: 14px;
  color: #74716e;
  line-height: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.hotel_card .island_name {
  font-size: 12px;
}

.hotel_card .distance {
  font-size: 14px;
  color: #74716e;
  line-height: 14px;
  display: inline-block;
}

.hotel_card .distance[data-toggle="tooltip"] {
  border-bottom: 1px dashed #74716e;
  cursor: pointer;
}

.hotel_card .opinions {
  font-size: 14px;
  color: #74716e;
  text-decoration: none;
  vertical-align: sub;
  display: block;
  float: none;
  margin: 5px 0;
  color: #74716e;
  text-decoration: none;
  cursor: pointer;
}

.hotel_card .opinions .icon {
  vertical-align: middle;
}

.hotel_card .opinions .num_opinions {
  vertical-align: middle;
  text-decoration: none;
  padding-left: 30px;
  font-size: 14px;
}

.hotel_card .opinions .num_opinions:hover {
  text-decoration: none;
}

.hotel_card .opinions a {
  text-decoration: none;
}

.hotel_card .opinions a .num_opinions {
  color: #74716e;
}

.hotel_card .opinions a .num_opinions:hover {
  text-decoration: none;
}

.hotel_card .perPerson {
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.hotel_card .rate_type, .hotel_card .discountApplied {
  color: #027A02;
  font-size: 14px;
  font-weight: 300;
}

.hotel_card .rate_type svg, .hotel_card .discountApplied svg {
  cursor: pointer;
}

.hotel_card .discountApplied {
  margin-top: 5px;
  font-weight: 700;
}

html.fonts-loaded .hotel_card .discountApplied {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .discountApplied, html[lang|="fa"].fonts-loaded .hotel_card .discountApplied, html[lang|="he"].fonts-loaded .hotel_card .discountApplied {
  font-weight: 700;
}

.hotel_card .txt_payment {
  color: #027A02;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

@media (min-width: 768px) {
  .hotel_card .txt_payment {
    padding: 0 5px;
  }
}

.hotel_card .txt_deferred_payment {
  color: #027A02;
  font-size: 14px;
  text-wrap: balance;
}

.hotel_card .txt_deferred_payment svg {
  cursor: pointer;
}

.hotel_card .popular {
  color: #E50000;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.hotel_card .location {
  color: #3171c9;
  font-size: 14px;
  font-weight: 700;
  margin-left: 4px;
  display: inline-block;
}

html.fonts-loaded .hotel_card .location {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .location, html[lang|="fa"].fonts-loaded .hotel_card .location, html[lang|="he"].fonts-loaded .hotel_card .location {
  font-weight: 700;
}

.hotel_card .bioscore_icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
}

@media (max-width: 767px) {
  .hotel_card .bioscore_icon {
    top: 4px;
    left: 8px;
    width: 30px;
    height: 30px;
  }
}

.hotel_card .cont_price_card {
  display: block;
  margin-top: 20px;
}

.hotel_card .cont_price_card .txt_nights {
  font-size: 12px;
  font-weight: 400;
}

.hotel_card .cont_price_card .txt_from {
  font-size: 12px;
}

.hotel_card .cont_price_card .oldPriceContainer {
  font-weight: 700;
  color: #E50000;
  margin-bottom: 5px;
}

html.fonts-loaded .hotel_card .cont_price_card .oldPriceContainer {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .cont_price_card .oldPriceContainer, html[lang|="fa"].fonts-loaded .hotel_card .cont_price_card .oldPriceContainer, html[lang|="he"].fonts-loaded .hotel_card .cont_price_card .oldPriceContainer {
  font-weight: 700;
}

.hotel_card .cont_price_card .oldPriceContainer .oldPriceNoTabs .price {
  color: #E50000;
  font-size: 14px !important;
}

.hotel_card .cont_price_card .oldPriceContainer .oldPriceNoTabs .price .symbol {
  display: initial;
  font-size: 14px !important;
}

.hotel_card .cont_price_card .oldPriceNoTabs .price {
  font-size: 12px !important;
  color: #74716e;
  font-weight: 300;
}

.hotel_card .cont_price_card .oldPriceNoTabs .price.eur, .hotel_card .cont_price_card .oldPriceNoTabs .price.usd, .hotel_card .cont_price_card .oldPriceNoTabs .price.gbp {
  font-size: 14px !important;
}

.hotel_card .cont_price_card .oldPriceNoTabs .price .symbol {
  display: none;
}

.hotel_card .cont_price_card .oldPriceNoTabs.priceWithoutDiscounts .price .symbol {
  display: initial;
}

.hotel_card .cont_price_card.oldPriceNoTabs .price .symbol {
  display: initial;
}

.hotel_card .cont_price_card .price_definitive {
  display: inline-block;
}

.hotel_card .cont_price_card .price_definitive .price {
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

html.fonts-loaded .hotel_card .cont_price_card .price_definitive .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price, html[lang|="fa"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price, html[lang|="he"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price {
  font-weight: 700;
}

.hotel_card .cont_price_card .price_definitive .price .symbol {
  font-size: 0.8em;
}

.hotel_card .cont_price_card .price_definitive .price.eur, .hotel_card .cont_price_card .price_definitive .price.usd, .hotel_card .cont_price_card .price_definitive .price.gbp {
  font-size: 20px;
  font-weight: 700;
}

html.fonts-loaded .hotel_card .cont_price_card .price_definitive .price.eur, html.fonts-loaded .hotel_card .cont_price_card .price_definitive .price.usd, html.fonts-loaded .hotel_card .cont_price_card .price_definitive .price.gbp {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.eur, html[lang|="fa"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.eur, html[lang|="he"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.eur, html[lang|="ar"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.usd, html[lang|="fa"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.usd, html[lang|="he"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.usd, html[lang|="ar"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.gbp, html[lang|="fa"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.gbp, html[lang|="he"].fonts-loaded .hotel_card .cont_price_card .price_definitive .price.gbp {
  font-weight: 700;
}

.hotel_card .cont_price_card .price {
  font-size: 22px;
  font-weight: 700;
}

html.fonts-loaded .hotel_card .cont_price_card .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .cont_price_card .price, html[lang|="fa"].fonts-loaded .hotel_card .cont_price_card .price, html[lang|="he"].fonts-loaded .hotel_card .cont_price_card .price {
  font-weight: 700;
}

.hotel_card .cont_price_card .symbol {
  font-size: 18px;
  font-weight: 700;
}

html.fonts-loaded .hotel_card .cont_price_card .symbol {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .cont_price_card .symbol, html[lang|="fa"].fonts-loaded .hotel_card .cont_price_card .symbol, html[lang|="he"].fonts-loaded .hotel_card .cont_price_card .symbol {
  font-weight: 700;
}

@media (min-width: 768px) {
  .hotel_card .cont_info_priceTabs {
    margin-top: 0;
    position: absolute;
    left: 15px;
  }
  .hotel_card .cont_info_priceTabs--bottom {
    bottom: 15px;
  }
  .hotel_card .cont_info_priceTabs .reservationBtn {
    margin: 3px 0;
  }
  [lang|="hu"] .hotel_card .cont_info_priceTabs .reservationBtn {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.hotel_card .cont_info_price .label_sold_out_block {
  color: #E50000 !important;
}

.hotel_card .cont_info_price .label_sold_out_block .label_sold_out {
  margin-bottom: 0;
  color: #E50000 !important;
}

@media (min-width: 767px) {
  .hotel_card .cont_info_price_sold {
    justify-content: center;
  }
}

.hotel_card .cont_info_price_sold .label_sold_out_block {
  color: #E50000 !important;
}

.hotel_card .cont_info_price_sold .label_sold_out_block .label_sold_out {
  margin-bottom: 0;
  color: #E50000 !important;
  text-decoration: none;
}

.hotel_card .cont_info_price {
  text-align: left;
}

@media (min-width: 768px) {
  .hotel_card .cont_info_price {
    text-align: center;
    flex: 1 1 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    padding-right: 0;
  }
  .logged_discount_hotel .hotel_card .cont_info_price {
    padding-top: 40px;
  }
  .hotel_card .cont_info_price .discount_message_container {
    top: 10px;
    width: auto;
  }
  .hotel_card .cont_info_price .discount_message_container + .exclusiveinfotooltip {
    display: none;
  }
  .hotel_card .cont_info_price .discount_message_container:hover {
    cursor: pointer;
  }
  .hotel_card .cont_info_price .discount_message_container:hover + .exclusiveinfotooltip {
    display: block;
  }
}

.hotel_card .cont_info_price .cont_price_card {
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .hotel_card .cont_info_price .cont_price_card {
    margin-top: auto;
  }
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from {
  display: flex;
  flex-direction: column;
  vertical-align: top;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night {
  font-size: 12px;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night, html.fonts-loaded .hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night {
  font-weight: 300;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night .price, .hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night .price .symbol {
  font-size: 12px;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night .price, html.fonts-loaded .hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night .price, .hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night .price .symbol, html.fonts-loaded .hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_price_per_night .price .symbol {
  font-weight: 300;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .cont_text_nights {
  margin-top: auto;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .txt_nights {
  display: inline;
  font-weight: 700;
}

html.fonts-loaded .hotel_card .cont_info_price .cont_price_card .cont_price_from .txt_nights {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card .cont_info_price .cont_price_card .cont_price_from .txt_nights, html[lang|="fa"].fonts-loaded .hotel_card .cont_info_price .cont_price_card .cont_price_from .txt_nights, html[lang|="he"].fonts-loaded .hotel_card .cont_info_price .cont_price_card .cont_price_from .txt_nights {
  font-weight: 700;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .price_from {
  display: inline-block;
}

.hotel_card .cont_info_price .cont_price_card .cont_price_from .price_from.newline {
  display: block;
}

.hotel_card .cont_info_price .cont_price_card .txt_rates {
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px dashed #74716e;
  cursor: pointer;
  color: #74716e;
}

.hotel_card .cont_info_price .cont_price_card .txt_rates .price,
.hotel_card .cont_info_price .cont_price_card .txt_rates .symbol {
  font-size: 12px;
  color: #74716e;
  font-weight: 300;
}

.hotel_card .cont_info_price .included_taxes_and_fee {
  font-size: 12px;
}

.hotel_card .cont_discount {
  width: 0;
  height: 0;
  border-top: 55px solid #ec5b14;
  border-right: 55px solid #FFF;
  position: absolute;
  left: 5px;
  top: -10px;
  border-top-left-radius: 6px;
}

.hotel_card .discount {
  position: absolute;
  top: -2px;
  color: #FFF;
  left: 7px;
  transform: rotate(-45deg);
}

.hotel_card .button_availability {
  /* cambio en hungaro porque al cambiar la etiqueta buscar habitacion por Ver detalles que en hungaro es muy larga */
}

@media (min-width: 1200px) {
  html[lang|="hu"] .hotel_card .button_availability {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.hotel_card .hurry_up_message {
  color: #E50000;
  font-size: 14px;
  margin: 4px 0 0 0;
  font-weight: 300;
  display: block;
}

@media (min-width: 768px) {
  .hotel_card .hurry_up_message {
    opacity: 0;
  }
}

.hotel_card .room_type {
  color: #222222;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px;
  float: right;
}

.hotel_card .panel.clearfix {
  clear: both;
}

.hotel_card .details ul.amenities_icons_hotels li {
  width: 100%;
}

.hotel_card ul.menu_info_hotel {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  height: 40px;
  margin-bottom: 0;
}

.hotel_card ul.menu_info_hotel li {
  float: right;
  border-bottom: 2px solid transparent;
}

.hotel_card ul.menu_info_hotel li.opinions {
  margin: 0;
}

.hotel_card ul.menu_info_hotel li:hover, .hotel_card ul.menu_info_hotel li:active {
  border-bottom: 2px solid #ec5b14;
}

.hotel_card ul.menu_info_hotel li.active {
  border-bottom: 2px solid #ec5b14;
  font-weight: 700;
}

html.fonts-loaded .hotel_card ul.menu_info_hotel li.active {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel_card ul.menu_info_hotel li.active, html[lang|="fa"].fonts-loaded .hotel_card ul.menu_info_hotel li.active, html[lang|="he"].fonts-loaded .hotel_card ul.menu_info_hotel li.active {
  font-weight: 700;
}

.hotel_card ul.menu_info_hotel li.mistery_hotel a {
  color: #ec5b14;
  font-weight: 700;
}

.hotel_card ul.menu_info_hotel li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #74716e;
  display: block;
  padding: 9px 20px;
  text-decoration: none;
}

.hotel_card .mystery_description {
  background: #f7f7f7;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  color: #7c7167;
}

.hotel_card .mystery_description .title {
  color: #ec5b14;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 8px;
}

/* Dispo nueva hoteles sin tabs*/
.showPricesFrom .availability_list_sold-hotel-card {
  border-radius: 6px;
}

.showPricesFrom .availability_list_sold-hotel-card .hotel-card_border {
  border-radius: 6px;
}

.showPricesFrom .availability_list_sold-hotel-card .dst-select-hotel-border {
  border-top-right-radius: 6px !important;
}

.showPricesFrom .hotel_card {
  padding: 0;
}

.showPricesFrom .hotel_card > .row {
  display: flex;
}

@media (max-width: 767px) {
  .showPricesFrom .hotel_card .cont_img_hotel {
    padding-left: 10px !important;
    position: relative;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .showPricesFrom .hotel_card .detail_information_hotel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.showPricesFrom .hotel_card .hotel_name {
  padding: 0 0 0 38px;
  line-height: 1.3;
  font-size: 20px;
}

@media (min-width: 768px) {
  .showPricesFrom .hotel_card .hotel_name {
    padding: 0 0 0 50px;
  }
}

.showPricesFrom .hotel_card .general_hotel_information {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 156px;
  padding-right: 0;
}

.showPricesFrom .hotel_card .general_hotel_information ul.amenities_icons_hotels {
  display: block;
  clear: both;
}

.showPricesFrom .hotel_card .general_hotel_information ul.amenities_icons_hotels li {
  margin-left: 16px;
  margin-bottom: 10px;
}

.showPricesFrom .hotel_card .container_img_hotel a {
  display: block;
}

.showPricesFrom .hotel_card .container_img_hotel, .showPricesFrom .hotel_card .generic-pic, .showPricesFrom .hotel_card .bg_mystery {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  min-height: 174px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .showPricesFrom .hotel_card .container_img_hotel, .showPricesFrom .hotel_card .generic-pic, .showPricesFrom .hotel_card .bg_mystery {
    min-height: 103px;
    flex: 1 0 100%;
  }
}

.showPricesFrom .hotel_card .container_img_hotel a, .showPricesFrom .hotel_card .generic-pic a, .showPricesFrom .hotel_card .bg_mystery a {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}

.showPricesFrom .hotel_card .generic-pic {
  background-image: url(/headers/img/hotel_rooms/generic-250x200.jpg) !important;
  height: 100%;
}

.showPricesFrom .hotel_card .generic-pic .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  margin: 0;
}

.showPricesFrom .hotel_card .generic-pic .bg_holiday, .showPricesFrom .hotel_card .generic-pic .bg_apartment {
  right: 25px;
}

.showPricesFrom .hotel_card .generic-pic .bg_holiday .icon, .showPricesFrom .hotel_card .generic-pic .bg_apartment .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.showPricesFrom .hotel_card .generic-pic .bg_holiday .icon, .showPricesFrom .hotel_card .generic-pic .bg_holiday .icon *, .showPricesFrom .hotel_card .generic-pic .bg_apartment .icon, .showPricesFrom .hotel_card .generic-pic .bg_apartment .icon * {
  fill: #FFF;
}

.showPricesFrom .hotel_card .generic-pic .bg_holiday span, .showPricesFrom .hotel_card .generic-pic .bg_apartment span {
  font-weight: 700;
  display: block;
}

html.fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_holiday span, html.fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_apartment span {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_holiday span, html[lang|="fa"].fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_holiday span, html[lang|="he"].fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_holiday span, html[lang|="ar"].fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_apartment span, html[lang|="fa"].fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_apartment span, html[lang|="he"].fonts-loaded .showPricesFrom .hotel_card .generic-pic .bg_apartment span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .showPricesFrom .hotel_card .generic-pic .bg_holiday, .showPricesFrom .hotel_card .generic-pic .bg_apartment {
    right: 0;
  }
  .showPricesFrom .hotel_card .generic-pic .bg_holiday .icon, .showPricesFrom .hotel_card .generic-pic .bg_apartment .icon {
    display: none;
  }
  .showPricesFrom .hotel_card .generic-pic .bg_holiday span.holiday_label, .showPricesFrom .hotel_card .generic-pic .bg_apartment span.holiday_label {
    font-weight: 300 !important;
  }
}

.showPricesFrom .hotel_card .bg_mystery {
  position: relative;
  min-height: 0;
  padding: 0;
}

.showPricesFrom .hotel_card .bg_mystery .icon {
  width: 100%;
  height: 48px;
  position: absolute;
  top: 15px;
  right: 0;
}

@media (min-width: 400px) and (max-width: 767px) {
  .showPricesFrom .hotel_card .bg_mystery .icon {
    height: 60px;
  }
}

@media (min-width: 768px) {
  .showPricesFrom .hotel_card .bg_mystery .icon {
    height: 88px;
  }
}

.showPricesFrom .hotel_card .bg_mystery .txt_mystery {
  background: #ec5b14;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 2px 10px;
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  border-bottom-right-radius: 6px;
}

@media (min-width: 768px) {
  .showPricesFrom .hotel_card .bg_mystery .txt_mystery {
    font-size: 14px;
    padding: 10px;
  }
}

.showPricesFrom .hotel_card .img_hotel {
  margin-left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showPricesFrom .hotel_card .img_hotel.photo_link {
  cursor: pointer;
}

.showPricesFrom .hotel_card svg.icon-anyfill-ui-photo {
  width: 45px;
  height: 45px;
  margin: 53px auto 0;
}

.showPricesFrom .hotel_card .opinions {
  display: block;
}

@media (max-width: 767px) {
  .showPricesFrom .hotel_card .opinions {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .showPricesFrom .hotel_card .txt_regimen {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .showPricesFrom .hotel_card .txt_payment {
    font-size: 14px;
  }
}

.showPricesFrom .searched_hotel .hotel_card .container_img_hotel, .showPricesFrom .searched_hotel .hotel_card .generic-pic, .showPricesFrom .searched_hotel .hotel_card .bg_mystery, .showPricesFrom .selected_hotel .hotel_card .container_img_hotel, .showPricesFrom .selected_hotel .hotel_card .generic-pic, .showPricesFrom .selected_hotel .hotel_card .bg_mystery {
  border-top-right-radius: 0;
}

.cont_hotels {
  margin-bottom: 60px;
}

.cont_hotels .cont_banner > div {
  margin: 10px auto;
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .cont_hotels {
    overflow-x: hidden;
    /* solucion rtl */
    min-height: 616px;
  }
  .hotel_card svg.icon-anyfill-ui-photo {
    width: 40px;
    height: 40px;
    margin: 55px auto 0;
  }
  .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer {
    width: 100%;
    border-right: 0;
  }
  .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr {
    border-top: 1px solid #e3e3e3;
  }
  .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.rate-odd {
    background: #fff;
  }
  .hotel_card .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td {
    padding: inherit;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .showPricesFrom .hotel_card .hotel_name {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .hotel_card {
    padding: 0;
    margin: 5px 0;
    color: #222222;
    line-height: 1.25;
    position: relative;
  }
  .hotel_card .container_img_hotel .img_hotel {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 0;
    position: absolute;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .hotel_card .rate_type {
    margin-left: 0;
  }
  .hotel_card .rate_type svg {
    display: none;
  }
  .hotel_card .txt_payment {
    font-size: 12px;
  }
  .hotel_card .cont_img_hotel {
    padding: 0 15px 0 5px !important;
  }
  .hotel_card .txt_regimen {
    font-size: 12px;
    float: none !important;
  }
  .hotel_card .all_without_price {
    /*min-height:65px;*/
    margin-bottom: 8px;
  }
  .hotel_card .txt_extras {
    text-align: right;
    display: table;
  }
  .hotel_card .row {
    display: flex;
    margin-left: 0;
  }
  .hotel_card .general_hotel_information {
    min-height: 103px !important;
    padding: 7px 0 7px 8px !important;
    position: static;
    display: flex;
    flex-direction: column;
  }
  .hotel_card .general_hotel_information hr {
    display: none;
  }
  .hotel_card .general_hotel_information .detail_information_reservation {
    font-size: 12px;
    text-align: left;
  }
  .hotel_card .cont_info_priceTabs {
    margin-top: auto;
  }
  .hotel_card .city,
  .hotel_card .distance {
    line-height: 14px;
    font-size: 14px;
  }
  .hotel_card .hotel_name {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .hotel_card .amenities_icons {
    display: none;
  }
  .hotel_card .container_img_hotel, .hotel_card .generic-pic, .hotel_card .bg_mystery {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 103px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    height: 100%;
  }
  .hotel_card .generic-pic {
    background-position: top center !important;
    background-size: cover !important;
  }
  .hotel_card .generic-pic svg.icon-anyfill-ui-photo {
    width: 40px;
    height: 40px;
    margin: 32px auto 0;
  }
  .showPricesFrom .hotel_card .generic-pic svg.icon-anyfill-ui-photo {
    margin: 0;
  }
  .hotel_card .bg_mystery {
    padding: 10px 0;
  }
  .hotel_card .bg_mystery .icon {
    height: 78px;
  }
  .hotel_card .cont_discount_mobile {
    width: 0;
    height: 0;
    border-top: 55px solid #ec5b14;
    border-left: 55px solid transparent;
    position: absolute;
    right: 15px;
    top: 0;
    /*border-top-left-radius:6px*/
  }
  .hotel_card .discount_mobile {
    position: absolute;
    top: 8px;
    color: #FFF;
    right: 19px;
    transform: rotate(45deg);
  }
  .hotel_card .pvp_foreign {
    font-size: 11px;
    color: #222222;
    line-height: 18px;
  }
  .hotel_card .pvp_foreign .price {
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
  }
  html.fonts-loaded .hotel_card .pvp_foreign .price {
    font-weight: 500;
  }
  html[lang|="ar"].fonts-loaded .hotel_card .pvp_foreign .price, html[lang|="fa"].fonts-loaded .hotel_card .pvp_foreign .price, html[lang|="he"].fonts-loaded .hotel_card .pvp_foreign .price {
    font-weight: 700;
  }
  .hotel_card .pvp_foreign .price .symbol {
    color: #222222;
    font-size: 0.8em;
  }
  .hotel_card .pvp_foreign .price.eur, .hotel_card .pvp_foreign .price.usd, .hotel_card .pvp_foreign .price.gbp {
    font-size: 20px;
  }
  .hotel_card .go_mobile {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
  }
  .hotel_card .go_mobile svg {
    width: 10px;
    height: 10px;
    /*rtl:ignore*/
  }
  [dir='rtl'] .hotel_card .go_mobile svg {
    transform: rotate(-180deg);
  }
  .hotel_card .go_mobile svg, .hotel_card .go_mobile svg * {
    fill: #beb8b3;
  }
  .hotel_card .visible-xs-block .txt_nights {
    display: inline;
    font-weight: 700;
  }
  html.fonts-loaded .hotel_card .visible-xs-block .txt_nights {
    font-weight: 500;
  }
  html[lang|="ar"].fonts-loaded .hotel_card .visible-xs-block .txt_nights, html[lang|="fa"].fonts-loaded .hotel_card .visible-xs-block .txt_nights, html[lang|="he"].fonts-loaded .hotel_card .visible-xs-block .txt_nights {
    font-weight: 700;
  }
  .hotel_card .visible-xs-block .cont_price_from {
    display: inline-block;
  }
  .hotel_card .visible-xs-block .cont_price_from .txt_from {
    font-size: 12px;
  }
  .hotel_card .visible-xs-block .total_price_text {
    font-size: 12px;
  }
  .hotel_card .pR5 {
    padding-left: 5px;
  }
  .opinions {
    display: block;
    margin-top: 3px;
  }
  .opinions .num_opinions {
    padding-left: 0 !important;
  }
  /* ficha hotel buscado */
  .searched_hotel .hotel_card {
    margin: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .searched_hotel .hotel_card .container_img_hotel, .searched_hotel .hotel_card .img_hotel.generic-pic, .searched_hotel .hotel_card .bg_mystery {
    border-top-right-radius: 0;
  }
}

.cont_precio {
  font-size: 12px;
  padding-top: 4px;
  text-align: left;
  line-height: 17px;
  color: #222222;
}

.cont_precio .current-price {
  display: inline-block;
}

.cont_precio .price,
.cont_precio .current-price .price {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

html.fonts-loaded .cont_precio .price, html.fonts-loaded
.cont_precio .current-price .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .cont_precio .price, html[lang|="fa"].fonts-loaded .cont_precio .price, html[lang|="he"].fonts-loaded .cont_precio .price, html[lang|="ar"].fonts-loaded
.cont_precio .current-price .price, html[lang|="fa"].fonts-loaded
.cont_precio .current-price .price, html[lang|="he"].fonts-loaded
.cont_precio .current-price .price {
  font-weight: 700;
}

.cont_precio .price.eur, .cont_precio .price.usd, .cont_precio .price.gbp,
.cont_precio .current-price .price.eur,
.cont_precio .current-price .price.usd,
.cont_precio .current-price .price.gbp {
  font-size: 20px;
}

.cont_precio .price abbr, .cont_precio .price .symbol,
.cont_precio .current-price .price abbr,
.cont_precio .current-price .price .symbol {
  font-size: 0.8em;
  font-weight: 700;
}

html.fonts-loaded .cont_precio .price abbr, html.fonts-loaded .cont_precio .price .symbol, html.fonts-loaded
.cont_precio .current-price .price abbr, html.fonts-loaded
.cont_precio .current-price .price .symbol {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .cont_precio .price abbr, html[lang|="fa"].fonts-loaded .cont_precio .price abbr, html[lang|="he"].fonts-loaded .cont_precio .price abbr, html[lang|="ar"].fonts-loaded .cont_precio .price .symbol, html[lang|="fa"].fonts-loaded .cont_precio .price .symbol, html[lang|="he"].fonts-loaded .cont_precio .price .symbol, html[lang|="ar"].fonts-loaded
.cont_precio .current-price .price abbr, html[lang|="fa"].fonts-loaded
.cont_precio .current-price .price abbr, html[lang|="he"].fonts-loaded
.cont_precio .current-price .price abbr, html[lang|="ar"].fonts-loaded
.cont_precio .current-price .price .symbol, html[lang|="fa"].fonts-loaded
.cont_precio .current-price .price .symbol, html[lang|="he"].fonts-loaded
.cont_precio .current-price .price .symbol {
  font-weight: 700;
}

@media (max-width: 420px) {
  .hotel_card .container_img_hotel .img_hotel {
    min-height: 103px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
  }
}

.percent_message_container {
  font-weight: 700;
  background: #E50000;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 3px 10px;
  align-self: center;
  margin-bottom: auto;
  display: inline-block;
}

html.fonts-loaded .percent_message_container {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .percent_message_container, html[lang|="fa"].fonts-loaded .percent_message_container, html[lang|="he"].fonts-loaded .percent_message_container {
  font-weight: 700;
}

@media (max-width: 767px) {
  .percent_message_container {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
  }
  .logged_discount_hotel .percent_message_container {
    right: 35px;
  }
}

@media (max-width: 767px) {
  .hotel_card .coupon_message_container--mobile {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    padding: 4px !important;
    border-radius: 50% !important;
    margin: 0;
    width: 24px;
    height: 24px;
  }
}

.coupon_message_container {
  display: inline-block;
  z-index: 9;
  border-radius: 15px;
  padding: 0 10px;
  align-self: center;
  margin-bottom: auto;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .coupon_message_container--cashback {
    margin: 0;
  }
}

.coupon_message_container--cashback {
  background: #027A02;
}

.coupon_message_container--cashback .icon, .coupon_message_container--cashback .icon * {
  fill: #fff;
}

.coupon_message_container--mobile {
  background: #E5F1E5;
}

.coupon_message_container--mobile .icon, .coupon_message_container--mobile .icon * {
  fill: #027A02;
}

.coupon_message_container .icon_container {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

.coupon_message_container .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0;
}

.message_hotel_coupon_price {
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  cursor: pointer;
}

.message_hotel_coupon_price .price {
  display: inline-block;
}

@media (max-width: 767px) {
  .message_hotel_coupon_price--mobile {
    display: none;
  }
}

.container_img_hotel .main_highlights_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding: 8px;
}

.container_img_hotel .main_highlights_container .main_highlight {
  background: #ec5b14;
  color: #FFF;
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 14px;
  z-index: 1;
  max-width: 93%;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.container_img_hotel .main_highlights_container .main_highlight .icon {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.container_img_hotel .main_highlights_container .main_highlight .icon, .container_img_hotel .main_highlights_container .main_highlight .icon * {
  fill: #FFF;
}

.container_img_hotel .main_highlights_container .main_highlight--popular, .container_img_hotel .main_highlights_container .main_highlight--value_money {
  background-color: #3171c9;
}

.container_img_hotel .main_highlights_container .main_highlight--black_friday {
  background-color: #222;
}

.container_img_hotel .main_highlights_container .main_highlight--black_friday .icon, .container_img_hotel .main_highlights_container .main_highlight--black_friday .icon * {
  fill: #E50000;
}

@media (max-width: 767px) {
  .container_img_hotel .main_highlights_container .main_highlight--popular, .container_img_hotel .main_highlights_container .main_highlight--value_money, .container_img_hotel .main_highlights_container .main_highlight--apartment, .container_img_hotel .main_highlights_container .main_highlight--holiday {
    top: auto;
    bottom: 0;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 12px;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: absolute;
    display: block;
    border-bottom-right-radius: 6px;
  }
  .container_img_hotel .main_highlights_container .main_highlight--popular .icon, .container_img_hotel .main_highlights_container .main_highlight--value_money .icon, .container_img_hotel .main_highlights_container .main_highlight--apartment .icon, .container_img_hotel .main_highlights_container .main_highlight--holiday .icon {
    display: none;
  }
}

html[lang|="ja"] .hotel_card .button_availability {
  font-size: 11px;
}

.nocache20260325 {
  color: green;
}

/* Importar estilos de la galeria de fotos de dispo */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: right;
  transform: translate3d(0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: ltr;
}

.owl-carousel.owl-rtl .owl-item {
  float: left;
}

/*rtl:ignore*/
.owl-carousel.owl-rtl {
  direction: rtl;
}

/*rtl:ignore*/
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* Galería main */
.owl-carousel.availability_main_gallery {
  margin-top: 14px;
  background: #dfdfdf;
}

.owl-carousel.availability_main_gallery .owl-item {
  height: 188px;
  vertical-align: middle;
}

.owl-carousel.availability_main_gallery .owl-item .main_gallery_slide {
  max-width: 100%;
  height: 188px;
  text-align: center;
  padding: 0 !important;
  overflow: hidden;
  font-size: 0;
  background: #dfdfdf;
  vertical-align: middle;
}

.owl-carousel.availability_main_gallery .owl-item .main_gallery_slide:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.owl-carousel.availability_main_gallery .owl-item .main_gallery_slide img {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  text-align: right;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 99.9% !important;
  max-height: 188px !important;
}

.owl-carousel.availability_main_gallery .owl-nav .owl-prev {
  position: absolute;
  top: 80px;
  right: 0;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-right-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 32px;
  height: 30px;
  -webkit-filter: drop-shadow(0px 3px 5px #000);
  filter: drop-shadow(0px 3px 5px #000);
  /* Same syntax as box-shadow */
}

.owl-carousel.availability_main_gallery .owl-nav .owl-next {
  position: absolute;
  top: 80px;
  left: 0;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 32px;
  height: 30px;
  filter: drop-shadow(0px 3px 5px #000);
  /* Same syntax as box-shadow */
}

/*rtl:ignore*/
[dir='rtl'] .owl-carousel.availability_main_gallery .owl-nav .owl-prev {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

/*rtl:ignore*/
[dir='rtl'] .owl-carousel.availability_.main_gallery_slide .owl-nav .owl-next {
  left: 0;
  transform: rotate(180deg);
}

/* thumbs */
.gallery_availability .cont_thumbs {
  background: #dfdfdf;
  overflow: hidden;
  margin: 0;
  padding: 0 35px;
}

.gallery_availability .cont_thumbs .nav-prev {
  position: absolute;
  right: 15px;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
}

.gallery_availability .cont_thumbs .nav-prev .arrow-prev {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-right-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-color: #222222;
  background-position: 70% 50%;
  background-size: 38%;
  width: 25px;
  height: 30px;
}

.gallery_availability .cont_thumbs .nav-prev .arrow-prev.disabled {
  background: none;
}

.gallery_availability .cont_thumbs .nav-next {
  position: absolute;
  left: 15px;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
}

.gallery_availability .cont_thumbs .nav-next .arrow-next {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-color: #222222;
  background-position: 40% 50%;
  background-size: 38%;
  width: 25px;
  height: 30px;
}

.gallery_availability .cont_thumbs .nav-next .arrow-next.disabled {
  background: none;
}

.gallery_availability .cont_thumbs .picture_gallery_thumbs.owl-carousel {
  width: auto;
  padding: 0;
  margin: 0;
}

.gallery_availability .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer {
  height: 70px;
  padding-top: 10px;
}

.gallery_availability .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item .thumb_gallery_slide {
  text-align: center;
}

.gallery_availability .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item .selected img {
  border: 2px solid #fff;
}

.gallery_availability .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  border-radius: 6px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  width: 65px;
  height: auto;
}

.gallery_availability .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item img:hover {
  border: 2px solid #fff;
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .gallery_availability .cont_thumbs .nav-prev,
  .gallery_availability .cont_thumbs .nav-next {
    display: none;
  }
  .gallery_availability .cont_thumbs .picture_gallery_thumbs.owl-carousel.picture_gallery_main .owl-item {
    height: 162px;
  }
}

/* mobile */
.filtros-y-disponibilidad:after {
  content: '';
  display: block;
  clear: both;
}

/* estilos bocadillo hoteles en mapa*/
.info-window-bubble .titulo_hotel_mapa {
  font-weight: 700;
  display: inline;
  vertical-align: middle;
}

html.fonts-loaded .info-window-bubble .titulo_hotel_mapa {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .info-window-bubble .titulo_hotel_mapa, html[lang|="fa"].fonts-loaded .info-window-bubble .titulo_hotel_mapa, html[lang|="he"].fonts-loaded .info-window-bubble .titulo_hotel_mapa {
  font-weight: 700;
}

.info-window-bubble .caja_info {
  width: 66%;
}

.info-window-bubble .direccion {
  line-height: 14px;
  color: #74716e;
}

.info-window-bubble .nota_hotel {
  display: none;
}

.info-window-bubble a.precio_hotel {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px;
  float: left;
}

html.fonts-loaded .info-window-bubble a.precio_hotel {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .info-window-bubble a.precio_hotel, html[lang|="fa"].fonts-loaded .info-window-bubble a.precio_hotel, html[lang|="he"].fonts-loaded .info-window-bubble a.precio_hotel {
  font-weight: 700;
}

.info-window-bubble .img_hotel img {
  width: 90px;
  height: 60px;
}

/* fin estilos bocadillo */
/* loader */
.hotel_availability_widget .destinia_av_web_hotels_modules_loader {
  background-color: #f7f7f7;
}

.hotel_availability_widget .actualizandoResultados {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #f4f3f2;
  z-index: 999;
}

.SEO_enabled .hotel_availability_widget .actualizandoResultados {
  top: 72px;
}

.dst_app_mode .hotel_availability_widget .actualizandoResultados {
  top: 0;
}

.hotel_availability_widget .actualizandoResultados .spinnerCore {
  width: 150px;
  height: 100px;
  margin: 20% 50% 0 50%;
}

@media (max-width: 767px) {
  .hotel_availability_widget .actualizandoResultados .spinnerCore {
    margin: 60% 50% 0 50%;
  }
}

.hotel_availability_widget .actualizandoResultados .spinnerCore .ball-spin-fade-loader {
  margin: 0;
}

.hotel_availability_widget .actualizandoResultados .spinnerCore p {
  padding-top: 50px;
  margin-right: -150px;
}

#map_container .leyenda_mapa {
  font-size: 12px;
  line-height: 14px;
  margin: 12px 0 0 0;
}

.dst_mainmap_container #map_container .leyenda_mapa {
  margin: 10px 0 15px 0;
}

/* alojamientos cercanos */
.cont_hotels hr.separator-decoration {
  border-bottom: 2px solid #dfdfdf;
  border-top: 0;
  width: 20px;
  text-align: right;
  margin: 15px 0 5px 0;
}

.cont_hotels hr.separator-decoration + .num_lodging {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  padding: 0;
}

/* Fin estilos independientes */
/* mapa */
.bg_mapwidget_availability .leaflet-container {
  border: 2px solid #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.bg_mapwidget_availability .lodging_place {
  color: #74716e;
  font-size: 14px;
  position: absolute;
  margin: 10px;
}

.bg_mapwidget_availability .close_map_container {
  display: none !important;
}

.bg_mapwidget_availability .topsheet_map {
  background: #FFF;
  overflow: hidden;
}

.bg_mapwidget_availability .topsheet_map .toggle_map {
  float: left;
  cursor: pointer;
}

.bg_mapwidget_availability .topsheet_map svg.icon-anyfill-ui-close {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  padding: 10px;
}

.bg_mapwidget_availability .topsheet_map svg.icon-anyfill-ui-close, .bg_mapwidget_availability .topsheet_map svg.icon-anyfill-ui-close * {
  fill: #222222;
}

/* fin mapa */
.cont_publi_dispo {
  padding: 0;
  margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 767px) {
  /* mapa */
  .bg_mapwidget_availability {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    background: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    z-index: 1000;
    height: 100%;
    padding: 0;
    box-shadow: 0;
    margin: 0;
    will-change: transform;
    transition: transform 0.3s ease-out;
    transform: translate3d(100%, 0, 0);
  }
  .bg_mapwidget_availability::-webkit-scrollbar {
    display: none;
  }
  .bg_mapwidget_availability.open {
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .bg_mapwidget_availability .tit_layout_map {
    box-shadow: 0;
    text-transform: none;
    font-size: 18px;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    border-top: 0;
  }
  .bg_mapwidget_availability .tit_layout_map svg {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 5px;
    right: 12px;
    padding: 10px;
  }
  .bg_mapwidget_availability .tit_layout_map svg, .bg_mapwidget_availability .tit_layout_map svg * {
    fill: #3171c9;
  }
  .bg_mapwidget_availability .tit_layout_map .num_lodgin_layout_map {
    color: #74716e;
    font-size: 11px;
    display: block;
    line-height: 11px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .bg_mapwidget_availability #map_container #gmclose {
    display: none !important;
  }
  /*rtl:ignore*/
  [dir='rtl'] .bg_mapwidget_availability .tit_layout_map svg {
    transform: rotate(-180deg);
  }
}

@media (max-width: 319px) {
  .leyenda_mapa {
    padding: 5px;
    font-size: 10px;
    margin: 0;
    line-height: 12px;
  }
}

/* Fin mobile */
/* TEST A/B (sin Tabs) para DK y Tablet */
@media (min-width: 768px) {
  .noTabs .hotel_card {
    padding: 10px 10px 0 10px;
  }
  .noTabs .hotel_card ul.menu_info_hotel {
    display: none;
  }
  .noTabs .hotel_card .room_type {
    display: none;
  }
  .noTabs .hotel_card .more-types {
    display: none;
  }
  .noTabs .hotel_card .distance {
    margin-bottom: 16px;
  }
  .noTabs .hotel_card .amenities_icons_hotels {
    margin: 10px 0 0 0;
  }
  .noTabs .hotel_card .panel-group {
    margin-top: 10px;
  }
  .noTabs .hotel_card .panel-group .panel {
    margin-bottom: 10px;
  }
  .noTabs .hotel_card .button_availability {
    margin-top: 100px;
  }
  .noTabs .hotel_card .hurry_up_message {
    display: none;
  }
  .noTabs .hotel_card .hurry_up_message_noTabs {
    display: block;
  }
}

/* TEST A/B (sin Tabs y con precio desde) */
@media (max-width: 767px) {
  #btnArriba.showBtnArriba {
    display: inline-block;
  }
}

/* estilos de componentes comunes a la dispo y selecc de habitacion */
/* Importar estilos de ventanas modales */
.modal_hotels .modal-text {
  font-size: 16px;
  margin-bottom: 30px;
}

.modal_hotels .modal-text .light {
  color: #8c8885;
}

.modal_hotels .modal-text .light .price, .modal_hotels .modal-text .light .price * {
  color: #8c8885;
}

.modal_hotels .modal-text .upgrade_price {
  color: #027A02;
}

.modal_hotels .modal-text .price *,
.modal_hotels .modal-text .price {
  color: #027A02;
}

/* mobile */
@media (max-width: 767px) {
  .modal_hotels button {
    margin-bottom: 15px;
  }
}

/* Importar estilos de las tarifas  */
/* hover en desktop - no dispositivos*/
.no-touchevents table.info_habitacionContainer tr:hover {
  background-color: #fffbcc;
}

/* desktop */
.widgets_hotels_search_mainavailabilitywidget .roomSelection .info_habitacionContainer td.reservation {
  display: none;
}

.panel-body h3 {
  margin-bottom: 0;
  border: solid 1px #dfdfdf;
}

.icon-hotels-info {
  width: 18px;
  height: 18px;
  fill: #beb8b3;
  vertical-align: text-bottom;
}

.tipo_regimen {
  margin: 0;
  padding: 0;
}

.tipo_regimen li {
  /* Anchura de las columnas */
}

.tipo_regimen li .info_habitacionContainer {
  border-bottom: solid 1px #dfdfdf;
}

.tipo_regimen li:last-child .info_habitacionContainer:last-child {
  border-bottom: 0;
}

.tipo_regimen li.regimenAlojamientoContainer:first-child .info_habitacionContainer.selected-price-hotel {
  border-top-left-radius: 6px;
}

.tipo_regimen li.regimenAlojamientoContainer:last-child .info_habitacionContainer.selected-price-hotel {
  border-top-left-radius: 0;
  border-bottom-left-radius: 6px;
}

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel {
  border: solid 1px #3171c9;
  margin-right: -2px;
  margin-left: 0;
  width: auto;
}

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel:hover {
  background: #F4F8FC;
}

@media (max-width: 1024px) {
  .tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel {
    margin-top: -2px;
    margin-right: 0;
  }
  .tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel:first-child {
    border-top-left-radius: 0;
  }
  .tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel .hotels-information-box:hover {
  background: none;
}

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel .selected-price-hotel-container {
  background-color: #3171c9;
  display: block;
}

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel .selected-price-hotel-container .icon {
  width: 16px;
  height: 16px;
  margin: 0 15px 0 5px;
  vertical-align: middle;
}

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel .selected-price-hotel-container .icon, .tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel .selected-price-hotel-container .icon * {
  fill: #fff;
}

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel .selected-price-hotel-container .message-sel-hotel {
  color: #fff;
  line-height: 30px;
}

.tipo_regimen li.regimenAlojamientoContainer {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  text-transform: none;
}

.tipo_regimen li.regimenAlojamientoContainer .selected-price-hotel-container {
  display: none;
}

.tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento {
  font-size: 14px;
  color: #74716e;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
  font-weight: 700;
}

html.fonts-loaded .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento, html[lang|="fa"].fonts-loaded .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento, html[lang|="he"].fonts-loaded .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento {
  font-weight: 700;
}

@media (min-width: 992px) {
  .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento.regime_exceptions {
    line-height: 14px;
    padding-right: 38px;
    width: 175px;
  }
  .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento.regime_exceptions span {
    position: absolute;
    right: 6px;
    top: 0;
  }
}

.tipo_regimen li table.info_habitacionContainer {
  width: 80%;
  float: left;
  clear: both;
  margin-left: 1px;
  border-right: solid 3px #dfdfdf;
  /*rtl:ignore*/
}

.tipo_regimen li table.info_habitacionContainer tr {
  border-top: 1px solid #dfdfdf;
}

.tipo_regimen li table.info_habitacionContainer tr:nth-child(2) {
  border-top: none;
}

.tipo_regimen li table.info_habitacionContainer td, .tipo_regimen li table.info_habitacionContainer th {
  display: table-cell;
  padding: 8px 15px;
}

.tipo_regimen li table.info_habitacionContainer .arrow_box {
  width: 250px;
}

.tipo_regimen li table.info_habitacionContainer .arrow_box[data-tooltip-right] {
  right: 100%;
}

.tipo_regimen li table.info_habitacionContainer .forfait_included {
  font-size: 12px;
  font-weight: 100;
  color: #222222;
}

.tipo_regimen li table.info_habitacionContainer span.tarifa_flexible {
  font-weight: 300;
  color: #027A02;
}

.tipo_regimen li table.info_habitacionContainer span.tarifa_reducida {
  font-weight: 300;
  color: #222222;
}

.tipo_regimen li .info_habitacionContainer td {
  font-size: 13px;
  line-height: 18px;
}

.tipo_regimen li .info_habitacionContainer td.extra_services {
  width: 30%;
  padding-left: 0;
}

.tipo_regimen li .info_habitacionContainer td.extra_services .txt_extras {
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 13px;
}

.tipo_regimen li .info_habitacionContainer td.extra_services svg.icon-anyfill-prod-ski {
  width: 14px;
  height: 14px;
}

.tipo_regimen li .info_habitacionContainer td.refundable {
  width: 18%;
  padding-left: 0;
}

.tipo_regimen li .info_habitacionContainer td.refundable svg {
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.tipo_regimen li .info_habitacionContainer td.refundable svg, .tipo_regimen li .info_habitacionContainer td.refundable svg * {
  fill: #c7c7c7;
}

.tipo_regimen li .info_habitacionContainer td.payment {
  width: 22%;
  padding-left: 0;
  font-weight: 100;
  color: #36312e;
}

.tipo_regimen li .info_habitacionContainer td.payment .tooltip-inner {
  width: 300px;
}

.tipo_regimen li .info_habitacionContainer td.payment svg {
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.tipo_regimen li .info_habitacionContainer td.payment svg, .tipo_regimen li .info_habitacionContainer td.payment svg * {
  fill: #c7c7c7;
}

.tipo_regimen li .info_habitacionContainer td.price {
  width: 25%;
  text-align: left;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  padding-right: 0;
}

html.fonts-loaded .tipo_regimen li .info_habitacionContainer td.price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .tipo_regimen li .info_habitacionContainer td.price, html[lang|="fa"].fonts-loaded .tipo_regimen li .info_habitacionContainer td.price, html[lang|="he"].fonts-loaded .tipo_regimen li .info_habitacionContainer td.price {
  font-weight: 700;
}

.tipo_regimen li .info_habitacionContainer td.price.cont_tax {
  line-height: 15px;
}

.tipo_regimen li .info_habitacionContainer td.price.cont_tax del.oldPrice {
  display: block;
  line-height: 14px;
}

.tipo_regimen li .info_habitacionContainer td.price.cont_tax .pvp_taxes {
  display: block;
  color: #8c8885;
  font-size: 12px;
  font-weight: 300;
}

.tipo_regimen li .info_habitacionContainer td.price .price {
  display: inline-block;
  font-size: 16px;
}

.tipo_regimen li .info_habitacionContainer td.price .price .symbol {
  font-size: 0.8em;
}

.tipo_regimen li .info_habitacionContainer td.price .price.eur, .tipo_regimen li .info_habitacionContainer td.price .price.usd, .tipo_regimen li .info_habitacionContainer td.price .price.gbp {
  font-size: 20px;
}

.tipo_regimen li .info_habitacionContainer td.price del.oldPrice {
  display: inline-block;
  color: #74716e;
}

.tipo_regimen li .info_habitacionContainer td.price del.oldPrice .price {
  font-size: 14px;
  text-decoration: line-through;
}

.tipo_regimen li .info_habitacionContainer td.price del.oldPrice .symbol {
  display: none;
}

.tipo_regimen li .info_habitacionContainer td.price svg {
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.tipo_regimen li .info_habitacionContainer td.price svg, .tipo_regimen li .info_habitacionContainer td.price svg * {
  fill: #c7c7c7;
}

.tipo_regimen li .info_habitacionContainer td.price svg.icon-anyfill-graph-exclusive {
  width: 18px;
  height: 18px;
}

.tipo_regimen li .info_habitacionContainer td.price svg.icon-anyfill-graph-exclusive, .tipo_regimen li .info_habitacionContainer td.price svg.icon-anyfill-graph-exclusive * {
  fill: #027A02;
}

.tipo_regimen li .info_habitacionContainer td.price .tooltip-inner {
  font-size: 14px;
}

.tipo_regimen li .info_habitacionContainer td.reservation {
  padding-right: 0;
  text-align: left;
  width: 16%;
}

.tipo_regimen li .info_habitacionContainer td.reservation svg {
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.tipo_regimen li .info_habitacionContainer td.reservation svg, .tipo_regimen li .info_habitacionContainer td.reservation svg * {
  fill: #c7c7c7;
}

.tipo_regimen li .info_habitacionContainer td .total_price_text {
  font-size: 11px;
  font-weight: 300;
  margin-left: 4px;
  text-transform: lowercase;
  white-space: nowrap;
  color: #74716e;
}

.tipo_regimen li .info_habitacionContainer td .amount {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}

html.fonts-loaded .tipo_regimen li .info_habitacionContainer td .amount {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .tipo_regimen li .info_habitacionContainer td .amount, html[lang|="fa"].fonts-loaded .tipo_regimen li .info_habitacionContainer td .amount, html[lang|="he"].fonts-loaded .tipo_regimen li .info_habitacionContainer td .amount {
  font-weight: 700;
}

.tipo_regimen li .info_habitacionContainer td .oldPrice * {
  font-size: 12px;
  font-weight: 100;
  color: #74716e;
}

.tipo_regimen li .info_habitacionContainer td .symbol {
  font-size: 12px;
}

.tipo_regimen li .info_habitacionContainer td .tooltip-inner {
  font-size: 14px;
}

/* Regimenes alojamiento */
.regimenAlojamiento span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  vertical-align: top;
}

.regimenAlojamiento span .icon {
  width: 25px;
  height: 25px;
  vertical-align: top;
}

.regimenAlojamiento span .icon, .regimenAlojamiento span .icon * {
  fill: #858f9a;
}

/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .tipo_regimen li.regimenAlojamientoContainer {
    /* tabla con forfait */
  }
  .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento {
    position: absolute;
    line-height: 23px;
  }
  .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento span {
    margin-top: 0;
    margin-right: 0;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer {
    width: 100%;
    float: none;
    border-right: 0;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr {
    border-top: 1px solid #dfdfdf;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr:nth-child(2) {
    border-top: 1px solid #dfdfdf;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.rate-odd {
    background-color: #FFF;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff {
    width: 100%;
    float: none;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff tr {
    border-top: 1px solid #dfdfdf;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff tr td {
    display: inline-block;
    padding: 0 15px;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff tr td.refundable, .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff tr td.payment {
    width: 50%;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff tr td.extra_services {
    width: 45%;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff tr td.price {
    width: 27%;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer.Ff tr td.reservation {
    width: 23%;
    text-align: left;
    margin-bottom: 15px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer {
    margin-bottom: 0;
    text-transform: none;
    line-height: 23px;
    position: relative;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento {
    line-height: 23px;
    color: #74716e;
    position: relative;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento span {
    background-position: 15% 85%;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer {
    width: 100%;
    float: none;
    border-right: 0;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr {
    display: table-row;
    border-bottom: solid 1px #dfdfdf;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr.rate-odd {
    background-color: #FFF;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr:last-child {
    border-bottom: none;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td {
    display: block;
    padding: 5px 5px 0 5px;
    width: 100%;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td span[data-tooltip-hoverarea] {
    right: 0;
    position: initial;
    padding: 10px 0;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td span[data-tooltip-hoverarea] .arrow_box[data-tooltip-right] {
    right: 0;
    top: auto;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td .arrow_box {
    width: 218px;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.payment span[data-tooltip-hoverarea] svg {
    margin-right: 5px;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.price {
    text-align: left;
    display: inline-block;
    width: 61%;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.price .oldPrice {
    display: block;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.reservation {
    display: inline-block;
    width: 37%;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.extra_services svg.icon-anyfill-prod-ski {
    margin-left: 5px;
  }
  .roomSelection ul > li.special_case td.reservation {
    margin-bottom: 0;
  }
}

html[lang|="fa"] .tipo_regimen li .info_habitacionContainer td.payment span span {
  display: none;
}

/* iraníes usan la pasarela Shaparak para la cual no tenemos pago a plazos.*/
/* Importar estilos de opiniones de tripadvisor*/
.opinions_tripAdvisor .text-based {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 4px solid #e6e6e6;
}

.opinions_tripAdvisor ul.quality_note {
  margin: 0;
  padding: 30px 0 15px 0;
  border-bottom: 2px solid #e6e6e6;
}

.opinions_tripAdvisor ul.quality_note li {
  line-height: 25px;
}

.opinions_tripAdvisor ul.quality_note li span {
  padding-right: 10px;
  font-size: 14px;
  vertical-align: top;
}

.opinions_tripAdvisor a.opinions {
  text-decoration: none;
}

.opinions_tripAdvisor a.opinions .txt-opinions {
  border-bottom: 0;
}

.opinions_tripAdvisor .txt-opinions {
  color: #222222;
  font-size: 14px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 15px;
}

.opinions_tripAdvisor .txt-opinions strong {
  color: #222222;
}

ul.user_reviews {
  margin-top: 0;
}

@media (max-width: 991px) {
  ul.user_reviews {
    margin-top: 20px;
  }
}

ul.user_reviews li .user {
  color: #74716e;
  font-style: italic;
}

ul.user_reviews li .date {
  color: #74716e;
}

ul.user_reviews li p.review {
  border-top: 2px solid #e6e6e6;
  margin: 6px 0 30px 0;
  padding-top: 4px;
}

ul.user_reviews + a {
  text-decoration: none;
}

ul.user_reviews + a svg {
  width: 27px;
  height: 9px;
}

ul.user_reviews + a svg, ul.user_reviews + a svg * {
  fill: #3171c9;
}

ul.TripAdvisor_final_opinions {
  clear: both;
  margin: 25px 0 0 0;
}

ul.TripAdvisor_final_opinions li {
  line-height: 20px;
  clear: both;
  overflow: hidden;
}

ul.TripAdvisor_final_opinions li .TripAdvisor_calification_value {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

ul.TripAdvisor_final_opinions li .TripAdvisor_calification {
  font-size: 14px;
  text-align: right;
}

ul.TripAdvisor_final_opinions li .progress {
  height: 7px;
  background-color: #d0cbc9;
  margin-bottom: 10px;
  border-radius: 0;
  margin-right: 0;
}

ul.TripAdvisor_final_opinions li .progress .progress-bar {
  background-color: #00b087;
}

ul.TripAdvisor_final_opinions li > div {
  padding-right: 0;
}

ul.TripAdvisor_final_opinions li > div:last-child {
  padding: 0 10px 0 0;
}

.link_read_more {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .link_read_more {
    text-align: left;
  }
}

a.txt-legal {
  color: #3171c9;
}

a.txt-legal svg, a.txt-legal svg *, a.txt-legal svg .icon-anyfill-ui-chevron-right, a.txt-legal svg .icon-anyfill-ui-chevron-left {
  fill: #3171c9;
}

.txt-legal .icon-anyfill-ui-chevron-right,
.txt-legal .icon-anyfill-ui-chevron-left {
  width: 11px;
  height: 11px;
  vertical-align: middle;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  ul.TripAdvisor_final_opinions {
    margin-top: 32px;
  }
  ul.TripAdvisor_final_opinions .progress {
    margin-bottom: 10px;
  }
}

/* Mobile */
@media (min-width: 767px) and (max-width: 1023px) {
  .opinions_tripAdvisor ul.quality_note {
    padding: 12px 0 0 0;
    border-bottom: 0;
  }
  .TripAdvisor_calification_value {
    font-size: 14px;
  }
}

/*rtl:ignore*/
[dir='rtl'] a.txt-legal svg {
  transform: rotate(180deg);
}

/* Importar estilos de opiniones de Google*/
.googleOpinions {
  display: flex;
  border-bottom: 2px solid #e6e6e6;
  padding: 0 0 30px 0;
}

.googleOpinions__rating {
  font-weight: 700;
  font-size: 44px;
  margin-left: 10px;
}

html.fonts-loaded .googleOpinions__rating {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .googleOpinions__rating, html[lang|="fa"].fonts-loaded .googleOpinions__rating, html[lang|="he"].fonts-loaded .googleOpinions__rating {
  font-weight: 700;
}

.googleOpinions__info {
  display: flex;
  align-items: center;
}

.googleOpinions__infoText {
  font-weight: 700;
  margin-left: 5px;
}

html.fonts-loaded .googleOpinions__infoText {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .googleOpinions__infoText, html[lang|="fa"].fonts-loaded .googleOpinions__infoText, html[lang|="he"].fonts-loaded .googleOpinions__infoText {
  font-weight: 700;
}

.googleOpinions p {
  margin-bottom: 0;
}

.googleOpinions__stars {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.googleOpinions__star {
  position: relative;
  overflow: hidden;
}

.googleOpinions__star--empty .icon, .googleOpinions__star--empty .icon * {
  fill: #dadce0;
}

.googleOpinions__star--filled {
  position: absolute;
  top: 0;
  right: 0;
}

.googleOpinions__star--filled, .googleOpinions__star--filled * {
  fill: #fbbc04;
}

.googleOpinionsBar {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}

.googleOpinionsBar__value {
  padding: 0 0 0 10px;
  text-align: left;
}

.googleOpinionsBar__progress {
  margin: 7px 0 0 0;
  height: 7px;
  border-radius: 0;
  box-shadow: none;
  background: #d0cbc9;
  padding: 0;
}

.googleOpinionsBar__progress .progress-bar {
  background: #f6b500;
}

.googleOpinionsBar__star {
  padding: 0 10px 0 0;
}

.googleOpinionsBar__star span {
  vertical-align: middle;
}

.googleOpinionsBar__star svg.icon-hotel-stars-1,
.googleOpinionsBar__star svg.icon-hotel-stars-1 * {
  fill: #beb8b3;
  vertical-align: middle;
}

ul.google_final_opinions {
  clear: both;
  margin: 25px 0 0 0;
}

/* Importar estilos de opiniones genericas (tanto para tripadvisor, destinia, google...)*/
.generic-rating-container {
  margin-bottom: 15px;
}

.generic-rating {
  display: block;
  overflow: hidden;
}

.generic-rating__score {
  display: inline-block;
  background: #3171c9;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
}

.generic-rating__text {
  font-weight: 700;
  color: #222222;
}

html.fonts-loaded .generic-rating__text {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .generic-rating__text, html[lang|="fa"].fonts-loaded .generic-rating__text, html[lang|="he"].fonts-loaded .generic-rating__text {
  font-weight: 700;
}

.generic-rating__number {
  color: #74716e;
}

.generic-rating--lite .generic-rating__score {
  font-size: 12px;
  line-height: 20px;
}

.generic-rating--lite .generic-rating__score strong {
  font-size: 14px;
}

.generic-rating--full {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
}

.generic-rating--full .generic-rating__score {
  font-size: 14px;
  line-height: 25px;
  float: right;
}

.generic-rating--full .generic-rating__score strong {
  font-size: 18px;
}

.generic-rating--full .generic-rating__text:after {
  content: "—";
  font-weight: 400;
  margin: 0px 4px;
}

.btn-reviews {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .btn-reviews {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

/* Importar estilos de rating bioscore */
.bioscore-rating {
  display: block;
  overflow: hidden;
}

.bioscore-rating__score {
  display: block;
  float: right;
  width: 40px;
  height: 46px;
  background: center center no-repeat;
  background-size: 100%;
}

.bioscore-rating__score:hover {
  cursor: pointer;
}

.bioscore-rating__score--Aplus {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-ratingbio-aplus.svg");
}

.bioscore-rating__score--A {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-ratingbio-a.svg");
}

.bioscore-rating__score--B {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-ratingbio-b.svg");
}

.bioscore-rating__score--C {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-ratingbio-c.svg");
}

.bioscore-rating__score--D {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-ratingbio-d.svg");
}

.bioscore-rating__content {
  margin-top: 5px;
  margin-right: 55px;
}

.bioscore-rating__text {
  font-weight: 700;
  color: #222222;
}

html.fonts-loaded .bioscore-rating__text {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .bioscore-rating__text, html[lang|="fa"].fonts-loaded .bioscore-rating__text, html[lang|="he"].fonts-loaded .bioscore-rating__text {
  font-weight: 700;
}

.bioscore-rating__brand .bioscore__brandtext, .bioscore-rating__brand .bioscore__brandlink {
  vertical-align: middle;
}

.bioscore-rating__brand .bioscore__brandlogo {
  vertical-align: sub;
  width: 107px;
  height: 24px;
}

.bioscore-rating--logo .bioscore-rating__score {
  width: 48px;
  height: 55px;
}

.bioscore-rating--logo .bioscore-rating__content {
  margin-right: 59px;
}

.puntuacion_resumen_bioscore {
  margin-top: 20px;
}

/* Expand clicable */
.expand_clickable {
  position: relative;
}

.expand_clickable:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  cursor: pointer;
}

.modal_hotels .loader-inner {
  margin-bottom: 40px;
}

/* cortinilla cuando viene de caché y se muestra resumen de búsqueda*/
.availability_cache .actualizandoResultados {
  top: 112px;
}

/* estilos buscador desplegable - modificar */
.cont_btn_mix {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.cont_btn_mix .btn_mix_filtros {
  flex: 0 1 auto;
}

.cont_btn_mix .btn_mix_filtros + .btn_mix_filtros {
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .col-lg-3 .cont_btn_mix .btn_mix_filtros {
    flex: 1 1 auto;
  }
}

/* Text club Cortefiel */
.text-price-club {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.text-price-club .text-label {
  font-size: 16px;
  color: #027A02;
  font-weight: 700;
  padding: 10px 0;
}

html.fonts-loaded .text-price-club .text-label {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .text-price-club .text-label, html[lang|="fa"].fonts-loaded .text-price-club .text-label, html[lang|="he"].fonts-loaded .text-price-club .text-label {
  font-weight: 700;
}

/* Mobile */
@media (max-width: 767px) {
  /* cortinilla cuando viene de caché y se muestra resumen de búsqueda*/
  .availability_cache .actualizandoResultados .spinnerCore {
    margin: 50%;
  }
  .hotelsearchwidget {
    width: auto;
    margin: 20px 15px 32px 15px;
  }
}

/* fin mobile */
/* tooltip para remite interno siempre deplegados */
.tooltip-opened-remite-interno {
  width: 130px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.summary_widget .cont_buscador_error.buscador_cerrado {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

/* estilos disponibilidad v+h */
.sorting_container select, .sorting_container span {
  font-size: 12px;
}

.sorting_container {
  border-bottom: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
}

#sorting {
  float: right;
}

.TA_sello {
  font-size: 11px;
}

.continue_button_container {
  margin-top: 10px;
}

.etiqueta_mistery_hotel {
  position: relative;
  margin-top: -50px;
  margin-left: 0;
  float: left;
  margin-right: 15px;
}

.comment, .cont_buscador_dispo_hotel {
  border: 1px solid #e9e9e9;
  padding: 10px;
  background-color: #FFF;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 4px;
}

.info_txt_hotel {
  margin-top: 20px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .reservation_anchor_container {
    margin-top: 40px;
  }
}

/**/
.reservation_anchor {
  background: transparent;
  color: #222222;
  background-color: #ffd212;
  border-color: #ffd212;
  font-size: 15px;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  line-height: 18px;
  padding: 13px 20px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background 0.3s;
  box-shadow: none;
  margin: 20px 0 0 0;
}

.reservation_anchor .icon, .reservation_anchor .icon * {
  fill: #222222;
}

.reservation_anchor .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.reservation_anchor:focus, .reservation_anchor.focus {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.reservation_anchor:focus .icon, .reservation_anchor:focus .icon *, .reservation_anchor.focus .icon, .reservation_anchor.focus .icon * {
  fill: #222222;
}

.reservation_anchor:focus .loader-inner div, .reservation_anchor.focus .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.reservation_anchor:hover {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.reservation_anchor:hover .icon, .reservation_anchor:hover .icon * {
  fill: #222222;
}

.reservation_anchor:hover .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.reservation_anchor:active, .reservation_anchor.active,
.open > .reservation_anchor.dropdown-toggle {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.reservation_anchor:active .icon, .reservation_anchor:active .icon *, .reservation_anchor.active .icon, .reservation_anchor.active .icon *,
.open > .reservation_anchor.dropdown-toggle .icon,
.open > .reservation_anchor.dropdown-toggle .icon * {
  fill: #222222;
}

.reservation_anchor:active .loader-inner div, .reservation_anchor.active .loader-inner div,
.open > .reservation_anchor.dropdown-toggle .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.reservation_anchor:active:hover, .reservation_anchor:active:focus, .reservation_anchor:active.focus, .reservation_anchor.active:hover, .reservation_anchor.active:focus, .reservation_anchor.active.focus,
.open > .reservation_anchor.dropdown-toggle:hover,
.open > .reservation_anchor.dropdown-toggle:focus,
.open > .reservation_anchor.dropdown-toggle.focus {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.reservation_anchor:active:hover .icon, .reservation_anchor:active:hover .icon *, .reservation_anchor:active:focus .icon, .reservation_anchor:active:focus .icon *, .reservation_anchor:active.focus .icon, .reservation_anchor:active.focus .icon *, .reservation_anchor.active:hover .icon, .reservation_anchor.active:hover .icon *, .reservation_anchor.active:focus .icon, .reservation_anchor.active:focus .icon *, .reservation_anchor.active.focus .icon, .reservation_anchor.active.focus .icon *,
.open > .reservation_anchor.dropdown-toggle:hover .icon,
.open > .reservation_anchor.dropdown-toggle:hover .icon *,
.open > .reservation_anchor.dropdown-toggle:focus .icon,
.open > .reservation_anchor.dropdown-toggle:focus .icon *,
.open > .reservation_anchor.dropdown-toggle.focus .icon,
.open > .reservation_anchor.dropdown-toggle.focus .icon * {
  fill: #222222;
}

.reservation_anchor:active:hover .loader-inner div, .reservation_anchor:active:focus .loader-inner div, .reservation_anchor:active.focus .loader-inner div, .reservation_anchor.active:hover .loader-inner div, .reservation_anchor.active:focus .loader-inner div, .reservation_anchor.active.focus .loader-inner div,
.open > .reservation_anchor.dropdown-toggle:hover .loader-inner div,
.open > .reservation_anchor.dropdown-toggle:focus .loader-inner div,
.open > .reservation_anchor.dropdown-toggle.focus .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.reservation_anchor:active, .reservation_anchor.active,
.open > .reservation_anchor.dropdown-toggle {
  background-image: none;
}

.reservation_anchor.disabled, .reservation_anchor.disabled:hover, .reservation_anchor.disabled:focus, .reservation_anchor.disabled.focus, .reservation_anchor.disabled:active, .reservation_anchor.disabled.active, .reservation_anchor[disabled], .reservation_anchor[disabled]:hover, .reservation_anchor[disabled]:focus, .reservation_anchor[disabled].focus, .reservation_anchor[disabled]:active, .reservation_anchor[disabled].active,
fieldset[disabled] .reservation_anchor,
fieldset[disabled] .reservation_anchor:hover,
fieldset[disabled] .reservation_anchor:focus,
fieldset[disabled] .reservation_anchor.focus,
fieldset[disabled] .reservation_anchor:active,
fieldset[disabled] .reservation_anchor.active {
  color: #222222;
  background-color: #ffe269;
  border-color: #ffd212;
}

.reservation_anchor.disabled .icon, .reservation_anchor.disabled .icon *, .reservation_anchor.disabled:hover .icon, .reservation_anchor.disabled:hover .icon *, .reservation_anchor.disabled:focus .icon, .reservation_anchor.disabled:focus .icon *, .reservation_anchor.disabled.focus .icon, .reservation_anchor.disabled.focus .icon *, .reservation_anchor.disabled:active .icon, .reservation_anchor.disabled:active .icon *, .reservation_anchor.disabled.active .icon, .reservation_anchor.disabled.active .icon *, .reservation_anchor[disabled] .icon, .reservation_anchor[disabled] .icon *, .reservation_anchor[disabled]:hover .icon, .reservation_anchor[disabled]:hover .icon *, .reservation_anchor[disabled]:focus .icon, .reservation_anchor[disabled]:focus .icon *, .reservation_anchor[disabled].focus .icon, .reservation_anchor[disabled].focus .icon *, .reservation_anchor[disabled]:active .icon, .reservation_anchor[disabled]:active .icon *, .reservation_anchor[disabled].active .icon, .reservation_anchor[disabled].active .icon *,
fieldset[disabled] .reservation_anchor .icon,
fieldset[disabled] .reservation_anchor .icon *,
fieldset[disabled] .reservation_anchor:hover .icon,
fieldset[disabled] .reservation_anchor:hover .icon *,
fieldset[disabled] .reservation_anchor:focus .icon,
fieldset[disabled] .reservation_anchor:focus .icon *,
fieldset[disabled] .reservation_anchor.focus .icon,
fieldset[disabled] .reservation_anchor.focus .icon *,
fieldset[disabled] .reservation_anchor:active .icon,
fieldset[disabled] .reservation_anchor:active .icon *,
fieldset[disabled] .reservation_anchor.active .icon,
fieldset[disabled] .reservation_anchor.active .icon * {
  fill: #222222;
}

.reservation_anchor.disabled .ball-clip-rotate div, .reservation_anchor.disabled:hover .ball-clip-rotate div, .reservation_anchor.disabled:focus .ball-clip-rotate div, .reservation_anchor.disabled.focus .ball-clip-rotate div, .reservation_anchor.disabled:active .ball-clip-rotate div, .reservation_anchor.disabled.active .ball-clip-rotate div, .reservation_anchor[disabled] .ball-clip-rotate div, .reservation_anchor[disabled]:hover .ball-clip-rotate div, .reservation_anchor[disabled]:focus .ball-clip-rotate div, .reservation_anchor[disabled].focus .ball-clip-rotate div, .reservation_anchor[disabled]:active .ball-clip-rotate div, .reservation_anchor[disabled].active .ball-clip-rotate div,
fieldset[disabled] .reservation_anchor .ball-clip-rotate div,
fieldset[disabled] .reservation_anchor:hover .ball-clip-rotate div,
fieldset[disabled] .reservation_anchor:focus .ball-clip-rotate div,
fieldset[disabled] .reservation_anchor.focus .ball-clip-rotate div,
fieldset[disabled] .reservation_anchor:active .ball-clip-rotate div,
fieldset[disabled] .reservation_anchor.active .ball-clip-rotate div {
  border: 2px solid #222222;
  border-bottom-color: transparent;
}

.reservation_anchor.inactive, .reservation_anchor.inactive:hover, .reservation_anchor.inactive:focus, .reservation_anchor.inactive.focus, .reservation_anchor.inactive:active, .reservation_anchor.inactive.active, .reservation_anchor.inactive.disabled, .reservation_anchor.inactive[disabled] {
  color: #222222;
  background-color: #ffd212;
}

.reservation_anchor.inactive .icon, .reservation_anchor.inactive .icon *, .reservation_anchor.inactive:hover .icon, .reservation_anchor.inactive:hover .icon *, .reservation_anchor.inactive:focus .icon, .reservation_anchor.inactive:focus .icon *, .reservation_anchor.inactive.focus .icon, .reservation_anchor.inactive.focus .icon *, .reservation_anchor.inactive:active .icon, .reservation_anchor.inactive:active .icon *, .reservation_anchor.inactive.active .icon, .reservation_anchor.inactive.active .icon *, .reservation_anchor.inactive.disabled .icon, .reservation_anchor.inactive.disabled .icon *, .reservation_anchor.inactive[disabled] .icon, .reservation_anchor.inactive[disabled] .icon * {
  fill: #222222;
}

.reservation_anchor.inactive .loader-inner div, .reservation_anchor.inactive:hover .loader-inner div, .reservation_anchor.inactive:focus .loader-inner div, .reservation_anchor.inactive.focus .loader-inner div, .reservation_anchor.inactive:active .loader-inner div, .reservation_anchor.inactive.active .loader-inner div, .reservation_anchor.inactive.disabled .loader-inner div, .reservation_anchor.inactive[disabled] .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.reservation_anchor.loading, .reservation_anchor.loading:hover, .reservation_anchor.loading:focus, .reservation_anchor.loading.focus, .reservation_anchor.loading:active, .reservation_anchor.loading.active, .reservation_anchor.loading.disabled, .reservation_anchor.loading[disabled] {
  color: #222222;
  background-color: #ffd212;
  border-color: #ffd212;
}

.reservation_anchor.loading .icon, .reservation_anchor.loading .icon *, .reservation_anchor.loading:hover .icon, .reservation_anchor.loading:hover .icon *, .reservation_anchor.loading:focus .icon, .reservation_anchor.loading:focus .icon *, .reservation_anchor.loading.focus .icon, .reservation_anchor.loading.focus .icon *, .reservation_anchor.loading:active .icon, .reservation_anchor.loading:active .icon *, .reservation_anchor.loading.active .icon, .reservation_anchor.loading.active .icon *, .reservation_anchor.loading.disabled .icon, .reservation_anchor.loading.disabled .icon *, .reservation_anchor.loading[disabled] .icon, .reservation_anchor.loading[disabled] .icon * {
  fill: #222222;
}

.reservation_anchor.loading .ball-clip-rotate div, .reservation_anchor.loading:hover .ball-clip-rotate div, .reservation_anchor.loading:focus .ball-clip-rotate div, .reservation_anchor.loading.focus .ball-clip-rotate div, .reservation_anchor.loading:active .ball-clip-rotate div, .reservation_anchor.loading.active .ball-clip-rotate div, .reservation_anchor.loading.disabled .ball-clip-rotate div, .reservation_anchor.loading[disabled] .ball-clip-rotate div {
  border: 2px solid #222222;
  border-bottom-color: transparent;
}

.reservation_anchor .badge {
  color: #ffd212;
  background-color: #222222;
}

/*.cont_publi_dispo {
  padding: 10px;
  margin-bottom: 15px;
}*/
/* fin estilos disponibilidad v+h*/
.tooltip.top .tooltip-arrow:after {
  border-top-color: #FFF;
}

.bg_popular {
  position: relative;
  display: inline-block;
  background: #3171c9;
  color: #FFF;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 30px 2px 10px;
  max-width: 93%;
}

.bg_popular .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.bg_popular .icon, .bg_popular .icon * {
  fill: #FFF;
}

.bg_popular span {
  display: block;
}

@media (min-width: 768px) {
  .bg_popular span {
    font-weight: 700;
  }
  html.fonts-loaded .bg_popular span {
    font-weight: 500;
  }
  html[lang|="ar"].fonts-loaded .bg_popular span, html[lang|="fa"].fonts-loaded .bg_popular span, html[lang|="he"].fonts-loaded .bg_popular span {
    font-weight: 700;
  }
}

/* Banner precios exclusivos */
.banner-exclusive-prices {
  position: relative;
  padding: 15px;
  margin: 10px 0;
  background-color: #35495a;
}

.room_selection .banner-exclusive-prices {
  padding: 8px 15px;
  max-width: 870px;
}

@media (min-width: 1200px) {
  .room_selection .banner-exclusive-prices {
    margin-top: 30px;
  }
}

.banner-exclusive-prices a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.banner-exclusive-prices a:hover, .banner-exclusive-prices a:focus {
  text-decoration: none;
}

.banner-exclusive-prices a:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin-left: 12px;
  background: transparent url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-deco-vip.svg") no-repeat top right;
  background-size: 100%;
  flex: 0 0 auto;
}

.room_selection .banner-exclusive-prices a:before {
  width: 44px;
  height: 44px;
}

.banner-exclusive-prices a .banner-copy, .banner-exclusive-prices a .banner-cta {
  color: #fff;
}

.banner-exclusive-prices a .banner-copy {
  font-weight: 300;
  font-size: 16px;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .banner-exclusive-prices a .banner-copy {
    font-size: 14px;
    line-height: 1.2;
  }
}

.banner-exclusive-prices a .banner-copy span {
  display: block;
  line-height: 1.4;
}

.banner-exclusive-prices a .banner-copy strong {
  color: #ffd212;
}

.banner-exclusive-prices a .banner-cta {
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 auto;
  margin-right: 5px;
}

html.fonts-loaded .banner-exclusive-prices a .banner-cta {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .banner-exclusive-prices a .banner-cta, html[lang|="fa"].fonts-loaded .banner-exclusive-prices a .banner-cta, html[lang|="he"].fonts-loaded .banner-exclusive-prices a .banner-cta {
  font-weight: 700;
}

.banner-exclusive-prices a .banner-cta:after {
  position: relative;
  top: -1px;
  margin-right: 10px;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-46403c.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
}

@media (max-width: 767px) {
  .banner-exclusive-prices a .banner-cta:after {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .banner-exclusive-prices a .banner-cta span {
    display: none;
  }
}