@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-left: 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: left;
  }
}

@media (min-width: 992px) {
  .transportesrafagas-content .container-limited .rafagas-text {
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: left 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-left: 100px;
    background-repeat: no-repeat;
    background-position: left 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-left: 2px dotted #dfdfde;
  padding-left: 30px;
}

.transportesrafagas-content .container-limited .rafagas-company span, .transportesrafagas-content .container-limited .rafagas-journey span {
  font-weight: 300;
  padding-left: 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;
  left: 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: right;
}

@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-left: -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;
    left: 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;
    left: -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;
    left: 0;
  }
  .open_filters.filters-removed + .filtros-layer {
    display: none;
  }
}

.filtros-layer-fixed {
  position: fixed;
  left: -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;
  left: 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: right;
}

@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: right;
}

.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-left: 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-left: 0;
}

.filters .checkbox label, .filters .radio label {
  width: 100%;
  padding-left: 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-left: auto;
  padding-left: 10px;
}

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

.filters .checkbox label a, .filters .radio label a {
  margin-left: 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 0 0 -18px;
  }
}

.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-right-3171c9.svg"), none;
  background-position: right top;
}

.filters div.slider > div.handle.high:before {
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-3171c9.svg"), none;
  background-position: left 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: 98% 45%;
  background-size: 18px 18px;
  padding-right: 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: 97% 50%;
  background-size: 14px 14px;
  padding-right: 25px;
}

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

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

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

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

.filterTripAdvisorIcon__more {
  padding-left: 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: 6px 0 0 6px;
}

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

.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-left: 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;
  left: 0;
  right: 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;
  left: 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-right: 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: left;
  line-height: 1.5;
}

.cont_search_summary .bloque .dato {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 0 0 9px 0;
  text-align: left;
  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 15px 0 0;
}

@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 10px 0 0;
  }
  .cont_search_summary .cont_search_summary_mobile .info-summary {
    font-size: 12px;
  }
  .cont_search_summary .cont_search_summary_mobile .info-summary .rooms {
    padding-left: 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 10px 0 0;
    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 0 0 20px;
  position: absolute;
  width: 11px;
  color: #74716e;
}

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

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

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

#datosBusqueda .contDatos {
  min-width: 80%;
  max-width: 100%;
  display: inline-block;
  margin-left: auto;
  margin-right: 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-right: 1px solid #dfdfdf;
}

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

#datosBusqueda .destino .multidestino {
  position: absolute;
  z-index: 3;
  left: 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 {
  right: -18px;
}

#datosBusqueda .destino .icondirection {
  left: -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-right: 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-left: 0;
  border-right: 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: right 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-right: 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-right: 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-left: 5px;
}

.mobile_navigation_map_filter_order > li + li,
.mobile_navigation_filter_order > li + li {
  margin-left: 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-left: 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-right: 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;
    left: 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;
    left: 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-left-radius: 6px;
  border-top-right-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;
    left: 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-right: 1px solid #dfdfdf;
  color: #74716e;
  flex-grow: 1;
}

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

@media (max-width: 767px) {
  ul.availability_sort li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #827e7a;
    background: none;
    border-right: 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: right;
    background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-check-027a02.svg"), none;
    background-repeat: no-repeat;
    background-position: 0 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: 100% 0;
  background-size: 160px 160px;
  min-height: 150px;
  margin: 50px 0 0 30px;
  /* 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;
  left: 0;
  z-index: 110;
}

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

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

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

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

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

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

.filtertooltip .tooltip-inner .tooltipfilters_close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 14px;
  right: 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: left;
}

.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-right: 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: left;
  margin-top: 2px;
  margin-right: 5px;
}

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

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

.extra-rate-services .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 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-right: 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;
  left: 0;
  right: 0;
}

/* 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-right-radius: 6px;
}

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

.tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel {
  border: solid 1px #3171c9;
  margin-left: -2px;
  margin-right: 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-left: 0;
  }
  .tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel:first-child {
    border-top-right-radius: 0;
  }
  .tipo_regimen li.regimenAlojamientoContainer .info_habitacionContainer.selected-price-hotel:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-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 5px 0 15px;
  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;
  left: 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-left: 38px;
    width: 175px;
  }
  .tipo_regimen li.regimenAlojamientoContainer .regimenAlojamiento.regime_exceptions span {
    position: absolute;
    left: 6px;
    top: 0;
  }
}

.tipo_regimen li table.info_habitacionContainer {
  width: 80%;
  float: right;
  clear: both;
  margin-right: 1px;
  border-left: 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] {
  left: 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-right: 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-right: 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-right: 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: right;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  padding-left: 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-left: 0;
  text-align: right;
  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-right: 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-right: 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-left: 0;
  }
  .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer {
    width: 100%;
    float: none;
    border-left: 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: right;
    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: 85% 85%;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer {
    width: 100%;
    float: none;
    border-left: 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] {
    left: 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] {
    left: 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-left: 5px;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.price {
    text-align: right;
    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: right;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.extra_services svg.icon-anyfill-prod-ski {
    margin-right: 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-left: 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: right;
  font-size: 14px;
  font-weight: 700;
}

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

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

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

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

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

.link_read_more {
  margin-top: 5px;
}

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

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-right: 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-right: 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;
  left: 0;
}

.googleOpinions__star--filled, .googleOpinions__star--filled * {
  fill: #fbbc04;
}

.googleOpinionsBar {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}

.googleOpinionsBar__value {
  padding: 0 10px 0 0;
  text-align: right;
}

.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 0 0 10px;
}

.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: left;
}

.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: left;
  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-left: 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-left: 59px;
}

.puntuacion_resumen_bioscore {
  margin-top: 20px;
}

/* Expand clicable */
.expand_clickable {
  position: relative;
}

.expand_clickable:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -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-left: 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: left;
}

.TA_sello {
  font-size: 11px;
}

.continue_button_container {
  margin-top: 10px;
}

.etiqueta_mistery_hotel {
  position: relative;
  margin-top: -50px;
  margin-right: 0;
  float: right;
  margin-left: 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 10px 2px 30px;
  max-width: 93%;
}

.bg_popular .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 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-right: 12px;
  background: transparent url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-deco-vip.svg") no-repeat top left;
  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-left: 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-left: 10px;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-right-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-right-ffffff.svg"), none;
}

@media (max-width: 767px) {
  .banner-exclusive-prices a .banner-cta:after {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-exclusive-prices a .banner-cta span {
    display: none;
  }
}

/* Importar estilos de caja de hoteles */
.cont-hotel-offer:hover, .cont-hotel-offer:focus {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.12);
}

.cont-bg-hotel {
  background: url("/headers/img/hotel_rooms/generic-250x186.png") no-repeat 50% 50%;
  background-size: cover;
  max-width: 367px;
  height: 166px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.cont-bg-hotel .hotel-name {
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #dfdfdf;
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  max-width: 367px;
}

.cont-bg-hotel .hotel-name img {
  display: block;
}

.cont-price {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 0 0 10px 0;
  max-width: 367px;
  min-height: 61px;
}

.cont-price .from-price {
  color: #4d4946;
  font-size: 12px;
  display: block;
}

.cont-price .price {
  color: #4d4946;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.cont-price .price abbr, .cont-price .price .symbol {
  text-decoration: none;
  border-bottom: 0;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .cont-price {
    max-width: 367px;
  }
}

/* Nueva galeria de fotos con mosaico */
@media (max-width: 767px) {
  .package-photo-carousel {
    margin: 0 -15px;
  }
}

.package-photo-carousel .carousel {
  margin-bottom: 0;
}

.sh-photo-carousel .carousel {
  margin-bottom: 0;
}

.package-photo-gallery {
  background: #fff;
  min-height: 240px;
}

@media (min-width: 768px) {
  .package-photo-gallery {
    min-height: 340px;
  }
}

.photo-gallery {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .photo-gallery {
    display: flex;
    flex-wrap: wrap;
  }
}

.photo-gallery-bt {
  display: block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.photo-gallery__main {
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .photo-gallery__main {
    flex: 1 0 auto;
    height: auto;
    max-height: 500px;
    min-height: 500px;
  }
}

.photo-gallery-info {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  padding: 10px;
  pointer-events: none;
}

.photo-gallery-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.7;
  z-index: 2;
}

@media (min-width: 768px) {
  .photo-gallery-info {
    display: none;
  }
}

.photo-gallery-info__icon {
  position: relative;
  z-index: 3;
}

.photo-gallery-info__icon .icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.photo-gallery-info__icon .icon, .photo-gallery-info__icon .icon * {
  fill: #fff;
}

.photo-gallery-info__text {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

html.fonts-loaded .photo-gallery-info__text {
  font-weight: 500;
}

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

.photo-gallery__thumbs {
  height: 100%;
  position: relative;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .photo-gallery__thumbs {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    flex: 0 0 177px;
    margin-left: 10px;
    margin-top: 0;
    gap: 10px;
  }
}

@media (min-width: 1200px) {
  .photo-gallery__thumbs {
    flex: 0 0 244px;
  }
}

.photo-gallery__item {
  position: relative;
  width: 100%;
  height: 100%;
}

.photo-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 6px;
}

.photo-gallery__item--lg img {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .photo-gallery__item--lg img {
    position: absolute;
  }
}

.photo-gallery__item--sm, .photo-gallery__item--bt {
  height: 140px;
  width: calc( 50% - 4px);
  flex: 1 0 auto;
}

@media (min-width: 768px) {
  .photo-gallery__item--sm, .photo-gallery__item--bt {
    width: 100%;
    height: 245px;
  }
}

.photo-gallery__item--bt {
  margin-top: 0;
}

.photo-gallery__item--bt:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.7;
  z-index: 2;
  border-radius: 6px;
}

.photo-gallery__item--bt .photo-gallery-bt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 6px;
}

.photo-gallery__item--bt .photo-gallery-bt__icon .icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.photo-gallery__item--bt .photo-gallery-bt__icon .icon, .photo-gallery__item--bt .photo-gallery-bt__icon .icon * {
  fill: #fff;
}

.photo-gallery__item--bt .photo-gallery-bt__text {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

html.fonts-loaded .photo-gallery__item--bt .photo-gallery-bt__text {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .photo-gallery__item--bt .photo-gallery-bt__text, html[lang|="fa"].fonts-loaded .photo-gallery__item--bt .photo-gallery-bt__text, html[lang|="he"].fonts-loaded .photo-gallery__item--bt .photo-gallery-bt__text {
  font-weight: 700;
}

.photo-gallery__thumbssecondline {
  display: none;
}

@media (min-width: 768px) {
  .photo-gallery__thumbssecondline {
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    gap: 9px;
    margin-top: 9px;
    min-height: 118px;
  }
}

.photo-gallery__thumbssecondline .photo-gallery__item {
  flex: 1 1 25%;
  height: 100%;
}

.modal-gallery.in .modal-dialog {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .modal-gallery.in .modal-dialog {
    width: 670px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .modal-gallery.in .modal-dialog {
    width: 820px;
  }
}

.modal-gallery.in .modal-dialog.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .modal-gallery.in .modal-dialog.modal-fullscreen {
    margin: 0;
    max-width: none;
  }
}

.modal-gallery .modal-content {
  background-clip: padding-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-gallery .modal-header,
.modal-gallery .modal-footer {
  border-radius: 0;
  flex: 1 0 auto;
}

.modal-gallery .modal-body {
  overflow-y: auto;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .modal-gallery .modal-body {
    padding: 20px 30px;
  }
}

.modal-gallery .modal-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}

.modal-gallery .modal-header .modal-header-title {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  flex: 1 0 auto;
  padding: 0 0 0 15px;
}

html.fonts-loaded .modal-gallery .modal-header .modal-header-title {
  font-weight: 500;
}

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

@media (min-width: 768px) {
  .modal-gallery .modal-header .modal-header-title {
    padding: 0 0 0 30px;
  }
}

.modal-gallery .modal-header .btn-close {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 0 0 auto;
  padding: 15px;
  flex: 0 0 auto;
}

.modal-gallery .modal-header .btn-close .icon {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

.modal-gallery .modal-header .btn-close .icon, .modal-gallery .modal-header .btn-close .icon * {
  fill: #222222;
}

.modal-photo-gallery {
  margin: 0 auto;
  max-width: 768px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-photo-gallery__item {
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
  min-height: 100px;
}

@media (min-width: 768px) {
  .modal-photo-gallery__item {
    margin-bottom: 10px;
  }
}

.modal-photo-gallery__item img {
  display: block;
  width: 100%;
}

.modal-photo-gallery__item--full {
  width: 100%;
}

.modal-photo-gallery__item--half {
  width: calc(50% - 2.5px);
}

@media (min-width: 768px) {
  .modal-photo-gallery__item--half {
    margin-bottom: 10px;
  }
}

.modal-photo-gallery__item--half img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-photo-gallery__item--full + .modal-photo-gallery__item--half:last-child {
  width: 100%;
}

.modal-photo-gallery__item .photo-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  color: #fff;
  padding: 15px;
  text-align: left;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity .15s ease;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-prev.left {
  background: none;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next.right {
  background: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.5));
}

.carousel-control-prev-icon {
  background-image: url("/headers/svg/background/icon-ownfill-ui-chevron-left-ffffff.svg");
}

.carousel-control-next-icon {
  background-image: url("/headers/svg/background/icon-ownfill-ui-chevron-right-ffffff.svg");
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.photo-carousel__item {
  position: relative;
  background: #ededed;
  display: flex;
}

.photo-carousel__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background-position: -100% 0;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  animation: skeletonanimation 1s infinite;
}

.photo-carousel__item .photo-gallery-bt {
  position: relative;
  z-index: 3;
}

.photo-carousel__item img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.photo-carousel__item .carousel-order {
  position: absolute;
  bottom: 10px;
  right: 15px;
  padding: 1px 4px;
  border-radius: 10px;
  background-color: rgba(116, 113, 110, 0.6);
  z-index: 4;
}

.photo-carousel__item .carousel-order__index, .photo-carousel__item .carousel-order__total {
  color: #fff;
  font-weight: 700;
}

html.fonts-loaded .photo-carousel__item .carousel-order__index, html.fonts-loaded .photo-carousel__item .carousel-order__total {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .photo-carousel__item .carousel-order__index, html[lang|="fa"].fonts-loaded .photo-carousel__item .carousel-order__index, html[lang|="he"].fonts-loaded .photo-carousel__item .carousel-order__index, html[lang|="ar"].fonts-loaded .photo-carousel__item .carousel-order__total, html[lang|="fa"].fonts-loaded .photo-carousel__item .carousel-order__total, html[lang|="he"].fonts-loaded .photo-carousel__item .carousel-order__total {
  font-weight: 700;
}

.photo-carousel__item .carousel-order__index {
  font-size: 14px;
}

.photo-carousel__item .carousel-order__total {
  font-size: 12px;
}

@keyframes skeletonanimation {
  to {
    background-position: 150% 0;
  }
}

widgets_packages_page_package_packagepagewidget .row {
  display: flex;
}

widgets_packages_page_package_packagepagewidget .row .col-lg-4 {
  display: flex;
}

widgets_packages_page_package_packagepagewidget .row .col-lg-4 > div {
  display: flex;
}

widgets_packages_page_package_packagepagewidget .row .col-lg-4 > div .msavailability-layout {
  display: flex;
}

widgets_packages_page_package_packagepagewidget .row .col-lg-4 > div .msavailability-layout .msavailability-layout__element--availability {
  display: flex;
}

widgets_packages_page_package_packagepagewidget .row .col-lg-4 > div .msavailability-layout .msavailability-layout__element--availability > div {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

/* Importar estilos de opiniones destinia */
.txtvaloracion {
  margin-top: 5px;
}

.txtvaloracion strong:before {
  content: '\A';
}

/* Bloque servicios*/
.header_content {
  margin-top: 30px;
}

.opinions_component.tabs_component .tab-content {
  padding-top: 30px;
}

/* Nota Destinia hotel */
.puntuacion_resumen {
  padding: 0 0 18px 0;
  clear: both;
}

@media (max-width: 767px) {
  .puntuacion_resumen {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .puntuacion_resumen {
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }
}

.puntuacion_resumen_container, .opinions_destinia_header {
  border-bottom: 2px solid #e6e6e6;
}

@media (max-width: 767px) {
  .opinions_destinia_container {
    padding: 0;
  }
}

.tipo_puntuacion_contenedor {
  margin: 20px 0;
}

.puntuacion_line {
  margin-bottom: 6px;
}

.puntuacion {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 -30px;
  text-align: right;
}

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

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .puntuacion {
    margin: 0 0 0 -80px;
  }
}

@media (min-width: 1024px) and (orientation: portrait) {
  .puntuacion {
    margin: 0 0 0 -30px;
  }
}

.tipo_puntuacion {
  font-size: 14px;
  padding: 0;
}

.progress {
  margin: 7px 0 0 -15px;
  height: 7px;
  border-radius: 0;
  box-shadow: none;
  background: #d0cbc9;
}

.hotel-bioscore-container .progress {
  background: #00d668;
}

.progress-bar {
  background: #3171c9;
  box-shadow: none;
}

.progress-bar--bioscore {
  background: #0b1b51;
}

/* circular rating bar */
/* opiniones destinia parte superior info hotel */
.reviews_destinia a {
  text-decoration: none;
}

.reviews_destinia a:hover {
  text-decoration: none;
}

.reviews_destinia a .puntuacion_resumen {
  border: 0;
}

/* colocacion en caja opiniones */
.progress-radial {
  float: left;
  margin-right: 13px;
}

/* texto seo */
.info-text {
  margin: 10px 0 30px 0;
}

.info-text.completewidth {
  margin: 10px -15px 30px;
  padding: 20px 15px;
  background: #ededed;
}

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #3171c9;
}

.progress-radial.progress-radial_seo {
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 50%;
  background-color: #3171c9;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #f7f7f7;
  border-radius: 50%;
  margin-left: 4px;
  color: #3171c9;
  margin-top: 4px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  font-weight: 700;
}

html.fonts-loaded .progress-radial .overlay {
  font-weight: 500;
}

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

.progress-radial.progress-radial_seo .overlay {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #f7f7f7;
  border-radius: 50%;
  margin-left: 4px;
  color: #3171c9;
  margin-top: 4px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 700 !important;
}

/* Bloque opiniones Destinia seo con boton de añadir nueva opinion */
/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */
.progress-0 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(90deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-5 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(108deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-10 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(126deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-15 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(144deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-20 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(162deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-25 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(180deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-30 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(198deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-35 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(216deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-40 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(234deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-45 {
  background-image: linear-gradient(90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(252deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-50 {
  background-image: linear-gradient(-90deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-55 {
  background-image: linear-gradient(-72deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-60 {
  background-image: linear-gradient(-54deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-65 {
  background-image: linear-gradient(-36deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-70 {
  background-image: linear-gradient(-18deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-75 {
  background-image: linear-gradient(0deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-80 {
  background-image: linear-gradient(18deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-85 {
  background-image: linear-gradient(36deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-90 {
  background-image: linear-gradient(54deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-95 {
  background-image: linear-gradient(72deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-100 {
  background-image: linear-gradient(90deg, #3171c9 50%, transparent 50%, transparent), linear-gradient(270deg, #3171c9 50%, #d0cbc9 50%, #d0cbc9);
}

/* Opiniones */
.opinions-list {
  padding: 0;
  list-style: none;
}

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

.opinions-list li {
  margin-bottom: 30px;
}

.notacomentario {
  color: #ec5b14;
  background: transparent;
  padding: 4px 6px;
  border-radius: 50%;
  border: 1px solid #ec5b14;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 15px 0 0;
  min-width: 30px;
  float: left;
  text-align: center;
}

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

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

.txtopinion {
  margin-left: 42px;
}

.txtopinion .title-opinion {
  text-transform: uppercase;
  font-weight: 400;
  color: #535353;
}

.txtopinion .datosuser {
  font-size: 14px;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #535353;
}

.txtopinion .datosuser strong {
  font-weight: 300;
  font-style: italic;
}

.txtopinion .opinion {
  font-size: 14px;
  font-weight: 300;
}

/* Mobile */
@media (max-width: 767px) {
  /* -------------------------------------
   * Bar container
   * ------------------------------------- */
  .progress-radial {
    width: 46px;
    height: 46px;
  }
  /* -------------------------------------
   * Optional centered circle w/text
   * ------------------------------------- */
  .progress-radial .overlay {
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
  }
}

.hotel-description-container {
  padding-top: 30px;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .hotel-description-container {
    padding-bottom: 30px;
  }
}

.hotel-description-container .description-container-info {
  padding-bottom: 0;
  border-right: 0;
}

@media (max-width: 1023px) {
  .hotel-description-container .description-container-info:before {
    border-bottom: solid 1px #dfdfdf;
  }
}

@media (min-width: 1024px) {
  .hotel-description-container .description-container-info {
    border-right: solid 1px #dfdfdf;
  }
}

.hotel-description-hour {
  padding-bottom: 30px;
}

@media (max-width: 1023px) {
  .hotel-description-hour {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.hotel-description-hour .description-hour-title {
  margin-bottom: 15px;
}

.hotel-description-hour .description-hour-title .icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  float: left;
}

.hotel-description-hour .description-hour-title .icon, .hotel-description-hour .description-hour-title .icon * {
  fill: #222222;
}

.hotel-description-hour .description-hour-title span {
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 35px;
  display: block;
}

html.fonts-loaded .hotel-description-hour .description-hour-title span {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .hotel-description-hour .description-hour-title span, html[lang|="fa"].fonts-loaded .hotel-description-hour .description-hour-title span, html[lang|="he"].fonts-loaded .hotel-description-hour .description-hour-title span {
  font-weight: 700;
}

.hotel-description-hour .hour-info {
  margin-left: 35px;
}

.room_selection {
  /* Ampliar descripción */
}

.room_selection .dst-ctnr-showmore {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.8s;
}

.room_selection .viewMore_desc_cont {
  max-height: 80px;
}

.room_selection .viewMore_desc_cont:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  display: block;
  content: "";
  height: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.room_selection .dst-show-more,
.room_selection .dst-show-less {
  padding: 10px 0;
  display: block;
}

@media (max-width: 768px) {
  .room_selection .dst-show-more,
  .room_selection .dst-show-less {
    padding: 0 0 15px 0;
  }
}

@media (max-width: 1023px) {
  .room_selection .viewMore_desc_link {
    border-bottom: solid 1px #dfdfdf;
  }
}

/* Ampliar servicios de hotel */
.viewMore_amme_cont {
  height: 75px;
  overflow: hidden;
  position: relative;
}

.viewMore_amme_cont:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  display: block;
  content: "";
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.direccion-box {
  padding-left: 0;
  padding-bottom: 5px;
}

.direccion-box .address {
  color: #74716e;
  cursor: default;
}

.ver_en_mapa {
  text-decoration: none;
  display: inline-block;
}

.ver_en_mapa .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.ver_en_mapa .icon, .ver_en_mapa .icon * {
  fill: #3171c9;
}

.hotel-top-line {
  font-size: 0;
  /* 1200 */
  /* tablet */
  /* mobile */
}

@media (min-width: 1200px) {
  .hotel-top-line {
    max-width: 820px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hotel-top-line {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .hotel-top-line {
    max-width: 767px;
  }
}

.hotel_name {
  margin-top: 30px;
  margin-bottom: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .hotel_name {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.hotel_name + .icon {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 15px;
}

.landing-hotel-block-price, .landing-seo-hotel-block-price {
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .landing-hotel-block-price, .landing-seo-hotel-block-price {
    margin-top: 20px;
  }
}

.landing-hotel-block-price {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .landing-hotel-block-price {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .landing-hotel-block-price {
    display: block;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .landing-hotel-block-price .landing-best-rate {
    margin-left: 10px;
  }
}

.tablet-price-cta {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-price-block {
    margin-bottom: 10px;
  }
  .tablet-price-cta {
    display: none;
  }
  /*rtl:ignore*/
  [dir='rtl'] .tablet-price-block {
    margin-bottom: 0;
  }
}

.landing-best-rate {
  padding: 0;
}

.visible-xs-block .landing-best-rate {
  margin-right: 10px;
}

.landing-best-rate .tit_peq {
  text-transform: lowercase;
  font-size: 12px;
  padding: 0;
}

.visible-sm-block .landing-best-rate .tit_peq {
  display: inline-block;
  padding: 0;
}

.room_selection .visible-xs-block .landing-best-rate .tit_peq {
  display: block;
}

.visible-sm-block .landing-best-rate .price-period {
  display: inline-block;
  padding: 0;
  text-align: right;
}

.landing-best-rate .price-period span {
  display: inline-block;
}

.landing-best-rate .price-period .price .price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #222222;
}

html.fonts-loaded .landing-best-rate .price-period .price .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .landing-best-rate .price-period .price .price, html[lang|="fa"].fonts-loaded .landing-best-rate .price-period .price .price, html[lang|="he"].fonts-loaded .landing-best-rate .price-period .price .price {
  font-weight: 700;
}

.visible-xs-block .landing-best-rate .price-period .price .price {
  font-size: 24px;
}

.landing-best-rate .price-period .price .price .symbol {
  color: #222222;
  font-size: 0.85em;
  font-weight: 700;
}

html.fonts-loaded .landing-best-rate .price-period .price .price .symbol {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .landing-best-rate .price-period .price .price .symbol, html[lang|="fa"].fonts-loaded .landing-best-rate .price-period .price .price .symbol, html[lang|="he"].fonts-loaded .landing-best-rate .price-period .price .price .symbol {
  font-weight: 700;
}

.visible-xs-block .landing-best-rate .price-period .price .price .symbol {
  font-size: 14px;
}

.landing-best-rate .price-period .price .price.eur, .landing-best-rate .price-period .price .price.usd, .landing-best-rate .price-period .price .price.gbp {
  font-size: 24px;
}

.landing-best-rate .price-period .price .price.eur .symbol, .landing-best-rate .price-period .price .price.usd .symbol, .landing-best-rate .price-period .price .price.gbp .symbol {
  font-size: 0.85em;
}

.landing-best-rate .price-period .period {
  font-size: 12px;
}

.visible-xs-block .landing-best-rate .price-period .period {
  font-size: 14px;
  line-height: 1;
}

.landing-best-rate .board-type {
  border: 1px solid #e3e2e2;
  display: inline-block;
  padding: 0 10px;
  line-height: 1;
  margin-bottom: 14px;
}

.visible-sm-block .landing-best-rate .board-type {
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid #e3e2e2;
  text-align: right;
  margin: 0;
}

.visible-xs-block .landing-best-rate .board-type {
  margin-top: 15px;
  margin-bottom: 0;
}

.landing-best-rate .board-type .board {
  color: #74716e;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.tit_peq {
  color: #74716e;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .tit_peq {
    padding: 20px 0 10px 0;
  }
}

.visible-sm-block .tit_peq {
  display: inline-block;
  padding: 0;
}

.room_selection .visible-xs-block .tit_peq {
  display: block;
}

.landing-best-rate .tit_peq {
  text-transform: lowercase;
  font-size: 12px;
  padding: 0;
}

.visible-sm-block .landing-best-rate .tit_peq {
  display: inline-block;
  padding: 0;
}

.room_selection .visible-xs-block .landing-best-rate .tit_peq {
  display: block;
}

/* Importar estilos mapa en seleccion de habitacion */
/* Personalización del mapa */
.room-selection-map .loader-inner {
  margin-top: 30px;
}

.room-selection-map .close {
  opacity: 1;
}

.room-selection-map .close .icon {
  width: 16px;
  height: 16px;
}

.room-selection-map .close .icon, .room-selection-map .close .icon * {
  fill: #222222;
}

@media (min-width: 768px) {
  .room-selection-map .modal-dialog {
    width: auto;
    height: auto;
    margin: 20px auto;
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  .room-selection-map .modal-dialog {
    max-width: 820px;
  }
}

.room-selection-map .modal-content {
  border-radius: 0;
  border: none;
}

.room-selection-map .modal-header {
  padding: 15px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}

.room-selection-map .modal-body {
  padding: 15px;
}

.room-selection-map .modal-body #map {
  height: 85vh !important;
}

.room-selection-map .modal-body #hotel-map-container {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .room-selection-map .modal-body #hotel-map-container {
    height: 600px;
  }
}

.room-selection-map .leyenda_mapa {
  padding: 0 15px 10px 15px;
  margin: 0;
}

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

@media (max-width: 767px) {
  .room-selection-map .modal-dialog, .room-selection-map .modal-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .room-selection-map .modal-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .room-selection-map .modal-header {
    flex: 0 0 42px;
    /*rtl:ignore*/
  }
  .room-selection-map .modal-header .topsheet_map {
    text-align: center;
  }
  .room-selection-map .modal-header .icon-anyfill-ui-chevron-left {
    width: 14px;
    height: 14px;
  }
  .room-selection-map .modal-header .icon-anyfill-ui-chevron-left, .room-selection-map .modal-header .icon-anyfill-ui-chevron-left * {
    fill: #7db2ea;
  }
  .room-selection-map .modal-header [dir='rtl'] .icon-anyfill-ui-chevron-left {
    transform: rotate(-180deg);
  }
  .room-selection-map .modal-body {
    padding: 0;
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 0 !important;
  }
  .room-selection-map .modal-body #map_container {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
  }
  .room-selection-map .modal-body #map {
    flex: 1 0 100%;
    height: auto !important;
  }
  .room-selection-map .leyenda_mapa {
    padding: 10px 15px;
    margin: 0 !important;
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    z-index: 100;
  }
}

/*rtl:ignore*/
[dir='rtl'] .room-selection-map .modal-header .icon-anyfill-ui-chevron-left {
  transform: rotate(-180deg);
}

.hotelsPinBall svg, .hotelsPinBall .icon {
  width: 65px;
  height: 65px;
}

.hotelsPinBall svg, .hotelsPinBall svg *, .hotelsPinBall .icon, .hotelsPinBall .icon * {
  fill: #3171c9;
}

/*Parte superior tabla tarifas habitacion */
.availability_summary {
  background: #f4f3f2;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  color: #222222;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 15px;
}

.availability_summary .availability-info-container {
  display: inline-flex;
}

.availability_summary .availability-info-container .availability-info_date {
  border-right: 1px solid;
  line-height: 15px;
  height: 14px;
  border-color: #222222;
  padding-right: 10px;
}

.availability_summary .availability-info-container .availability-info_dateout {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .availability_summary .availability-info-container {
    display: block;
  }
  .availability_summary .availability-info-container .availability-info_dateout {
    padding-left: 0;
    display: block;
    height: 0;
    line-height: 1.5;
  }
  .availability_summary .availability-info-container .availability-info_date {
    border-right: 0;
  }
}

.availability_summary .summary-num-hab {
  margin-left: 10px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .availability_summary .summary-num-hab {
    margin-left: 0;
  }
}

.availability_summary svg {
  width: 13px;
  height: 13px;
}

.availability_summary svg, .availability_summary svg * {
  fill: #8c8885;
}

@media (min-width: 320px) and (max-width: 767px) {
  .availability_summary {
    padding: 10px;
  }
  .availability_summary .pull-left {
    display: inline;
  }
  .availability_summary .pull-left .availability-info {
    margin-left: 0;
  }
  .availability_summary .pull-left .summary-num-hab {
    margin-left: 0;
  }
}

.roomSelection {
  /* Cabecera */
  /* Fin cabecera */
  /* Contenido */
  /* Título habitación */
}

.roomSelection .panel-body {
  width: 75%;
  height: 50%;
  padding: 0;
  clear: both;
}

@media (max-width: 1199px) {
  .roomSelection .panel-body {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .roomSelection .panel-body {
    width: 100%;
  }
}

.roomSelection .panel-body-rooms {
  width: 100%;
  border-top: solid 3px #dfdfdf;
}

.roomSelection.panel-group {
  margin-bottom: 0;
}

.roomSelection.panel-group .panel-one-room {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width: 1199px) {
  .roomSelection.panel-group .panel-one-room {
    flex-wrap: wrap;
  }
}

.roomSelection .panel-space-bottom {
  margin-bottom: 30px;
}

.roomSelection .landing-panel-space-bottom {
  margin-bottom: 15px;
}

.roomSelection.panel-group .panel-occupation {
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.roomSelection .panel-heading {
  background-color: #FFF;
  padding: 0;
  border-right: solid 3px #dfdfdf;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 25%;
}

@media (max-width: 1199px) {
  .roomSelection .panel-heading {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .roomSelection .panel-heading {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-right: 0;
    border-bottom: solid 3px #dfdfdf;
  }
}

.roomSelection .panel-heading .panel-heading-occupation {
  width: 100%;
}

.roomSelection .hotel_room {
  font-size: 18px;
}

@media (max-width: 767px) {
  .roomSelection .hotel_room {
    font-size: 16px;
  }
}

.roomSelection .hotel_room .hotel-room-label {
  font-weight: 700;
}

html.fonts-loaded .roomSelection .hotel_room .hotel-room-label {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .roomSelection .hotel_room .hotel-room-label, html[lang|="fa"].fonts-loaded .roomSelection .hotel_room .hotel-room-label, html[lang|="he"].fonts-loaded .roomSelection .hotel_room .hotel-room-label {
  font-weight: 700;
}

.roomSelection .hotel_room-label {
  font-size: 18px;
}

.roomSelection .hotel_room-label-include {
  height: fit-content;
  width: fit-content;
  border-radius: 0 20px 20px 0;
  background-color: #fde9dd;
  margin-top: 5px;
  margin-left: -15px;
  padding-right: 15px;
}

.roomSelection .hotel_room-label-include .icon {
  width: 16px;
  height: 16px;
  fill: #ec5b14;
  float: left;
  vertical-align: middle;
}

.roomSelection .hotel_room-label-include .icon, .roomSelection .hotel_room-label-include .icon * {
  fill: #ec5b14;
}

.roomSelection .hotel_room-label-include .txt_extras-service {
  font-weight: 300;
  vertical-align: middle;
  display: block;
  margin-left: 21px;
  line-height: 1.3;
}

.roomSelection .hotel_room-container-rooms {
  display: inline-flex;
  margin-bottom: 20px;
}

.roomSelection .hotel_room-container-rooms:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .roomSelection .hotel_room-container-rooms {
    display: block;
  }
}

.roomSelection .hotel_room-options-container {
  display: inline-flex;
}

.roomSelection .cont-occupation {
  margin-left: 8px;
}

@media (max-width: 480px) {
  .roomSelection .cont-occupation {
    margin-left: 0;
  }
}

.roomSelection .hotel_room-label-include-rooms {
  margin-right: 15px;
}

.roomSelection .hotel_room-amenities-container-rooms {
  vertical-align: top;
  margin-top: 6px !important;
}

@media (min-width: 480px) and (max-width: 1199px) {
  .roomSelection .hotel_room-amenities-container-rooms {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .roomSelection .hotel_room-amenities-container-rooms {
    margin-left: 0;
  }
}

@media (min-width: 767px) and (max-width: 1366px) {
  .roomSelection .hotel_room-amenities-container-rooms .hotel_room-more-info-options {
    margin-top: 0;
  }
}

.roomSelection .hotel_room-amenities-container-rooms .hotel_room-more-info-options:hover {
  text-decoration-line: underline;
}

.roomSelection .hotel_room-amenities-container-rooms .amenities-list {
  margin: 3px 9px 0 0;
}

.roomSelection .hotel_room-amenities-container {
  margin-top: 10px;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room {
  margin-bottom: 0;
}

.roomSelection .hotel_room-amenities-container .hotel_room-more-info {
  padding: 0;
  margin-left: 4px;
  font-weight: 300;
}

.roomSelection .hotel_room-amenities-container .hotel_room-more-info:first-letter {
  text-transform: uppercase;
}

.roomSelection .hotel_room-amenities-container .hotel_room-more-info:hover {
  text-decoration-line: underline;
  padding: 0 !important;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .roomSelection .hotel_room-amenities-container .hotel_room-more-info:first-letter {
    text-transform: uppercase !important;
  }
}

@media (max-width: 1199px) {
  .roomSelection .hotel_room-amenities-container .hotel_room-more-info {
    display: inline-flex;
    vertical-align: top;
  }
}

@media (max-width: 480px) {
  .roomSelection .hotel_room-amenities-container .hotel_room-more-info {
    margin-left: 0;
    margin-top: 0;
  }
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room {
  overflow: hidden;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list {
  margin: 3px 9px 6px 0;
  width: auto;
  color: #818181;
  line-height: 16px;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  float: left;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list .icon, .roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list .icon * {
  fill: #74716e;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list span {
  font-weight: 300;
  margin-left: 0;
  vertical-align: middle;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list .icon + span {
  margin-left: 23px;
  display: block;
}

@media (min-width: 1200px) {
  .roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list.no-icon {
    padding-left: 23px;
  }
}

@media (max-width: 1199px) {
  .roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room {
    display: inline-flex;
    flex-wrap: wrap;
  }
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room-options {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room-options .amenities-list {
  margin: 3px 9px 0 0;
}

@media (min-width: 1200px) {
  .roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room-options .amenities-list.no-icon {
    padding-left: 0;
  }
}

.roomSelection .dst-room-amenities-modal-body {
  text-align: left;
}

.roomSelection .popup-amenities-title {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 1366px) {
  .roomSelection .popup-amenities-title {
    margin-bottom: 30px;
  }
}

.roomSelection .popup-amenities-title-services {
  margin-top: 16px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

html.fonts-loaded .roomSelection .popup-amenities-title-services {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .roomSelection .popup-amenities-title-services, html[lang|="fa"].fonts-loaded .roomSelection .popup-amenities-title-services, html[lang|="he"].fonts-loaded .roomSelection .popup-amenities-title-services {
  font-weight: 700;
}

.roomSelection .popup-amenities-line {
  height: 2px;
  border: solid 1px #dfdfdf;
}

.roomSelection .popup-amenities-services {
  columns: 2;
  list-style-type: disc;
  list-style-position: inside;
}

.roomSelection .popup-amenities-services li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 480px) {
  .roomSelection .popup-amenities-services {
    columns: 1;
  }
}

.roomSelection .popup-amenities_icons_hotels_room {
  columns: 2;
}

.roomSelection .popup-amenities_icons_hotels_room li {
  margin-bottom: 15px;
  overflow: hidden;
}

.roomSelection .popup-amenities_icons_hotels_room li svg {
  width: 24px;
  height: 24px;
  fill: #beb8b3;
  vertical-align: middle;
  margin-right: 5px;
  float: left;
}

.roomSelection .popup-amenities_icons_hotels_room li span {
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
}

.roomSelection .popup-amenities_icons_hotels_room li svg + span {
  display: block;
  margin-left: 30px;
}

@media (max-width: 480px) {
  .roomSelection .popup-amenities_icons_hotels_room {
    columns: 1;
  }
}

.roomSelection .dst-popup-room-photos-container .carousel-inner > .item {
  height: 300px;
}

.roomSelection .dst-popup-room-photos-container .carousel-inner > .item img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 300px;
}

.roomSelection .hotels-information-box {
  padding: 15px;
  display: flex;
}

@media (max-width: 480px) {
  .roomSelection .hotels-information-box {
    display: block;
    padding: 10px;
    position: relative;
  }
}

.roomSelection .hotel-price-block {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .roomSelection .hotel-price-block .hotel-price-amount {
    flex: 1 0 auto;
    max-width: 100%;
  }
}

.roomSelection .hotel-price-block .hotel-price-icon {
  padding: 0 5px;
  background: #35495a;
  line-height: 26px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 480px) {
  .roomSelection .hotel-price-block .hotel-price-icon {
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.roomSelection .hotel-price-block .hotel-price-icon .icon {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.roomSelection .hotel-price-block .hotel-price-icon .icon, .roomSelection .hotel-price-block .hotel-price-icon .icon * {
  fill: #ffd212;
}

.roomSelection .hotel-price-block .hotel-price-amount {
  margin-top: 7px;
  text-align: right;
}

.roomSelection .hotel-price-block .hotel-num-nights {
  text-align: right;
  line-height: 1.5;
  margin-right: 16px;
  text-wrap: nowrap;
  font-size: 12px;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .hotel-num-nights {
    margin-right: 0;
  }
}

.roomSelection .tipo_regimen {
  margin-bottom: 0;
}

.roomSelection .hotels-refundable-box {
  flex: 1 1 20%;
}

@media (max-width: 767px) and (orientation: portrait) {
  .roomSelection .hotels-refundable-box .payment .payment-tooltip {
    display: flex;
  }
  .roomSelection .hotels-refundable-box .payment .icon-hotels-info {
    margin-top: 3px;
    margin-left: 3px;
  }
}

.roomSelection .hotel-price-block .price {
  margin-right: 6px;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
}

html.fonts-loaded .roomSelection .hotel-price-block .price {
  font-weight: 500;
}

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

.roomSelection .hotel-price-block .price .symbol {
  font-size: 0.85em;
}

.roomSelection .hotel-price-block .price.eur, .roomSelection .hotel-price-block .price.usd, .roomSelection .hotel-price-block .price.gbp {
  font-size: 20px;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .price {
    margin-right: 0;
  }
}

.roomSelection .hotel-price-block .message_hotel_coupon_price .price {
  font-size: 14px;
  font-weight: 300 !important;
}

.roomSelection .hotel-price-block .pvp_taxes {
  display: block;
  font-size: 12px;
  color: #222222;
  font-weight: 300;
  line-height: 14px;
  border-bottom: 1px dashed #74716e;
  cursor: pointer;
  float: right;
  width: auto;
}

.roomSelection .hotel-price-block .pvp_taxes .price {
  font-size: 12px;
}

.roomSelection .hotel-price-block .pvp_taxes .price, html.fonts-loaded .roomSelection .hotel-price-block .pvp_taxes .price {
  font-weight: 300;
}

.roomSelection .hotel-price-block .pvp_taxes .price.eur, .roomSelection .hotel-price-block .pvp_taxes .price.usd, .roomSelection .hotel-price-block .pvp_taxes .price.gbp {
  font-size: 12px;
}

.roomSelection .hotel-price-block .pvp_taxes .price .symbol {
  font-size: 1em;
}

.roomSelection .hotel-price-block .reservation {
  margin-top: 6px;
  text-align: right;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .reservation {
    flex: 0 0 auto;
    margin-left: 10px;
    align-self: flex-end;
  }
}

.roomSelection .hotel-price-block .selected_hotel_container {
  display: inline-block;
  line-height: 65px;
}

.roomSelection .hotel-price-block .selected_hotel_container .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.roomSelection .hotel-price-block .selected_hotel_container .icon, .roomSelection .hotel-price-block .selected_hotel_container .icon * {
  fill: #3171c9;
}

.roomSelection .hotel-price-block .selected_hotel_container .selected_hotel_label {
  color: #3171c9;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .selected_hotel_container {
    margin-left: 10px;
    line-height: 60px;
  }
  .roomSelection .hotel-price-block .selected_hotel_container .icon {
    width: 14px;
    height: 14px;
  }
  .roomSelection .hotel-price-block .selected_hotel_container .selected_hotel_label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .roomSelection .hotel-price-block .oldPrice {
    vertical-align: 0;
  }
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .oldPrice {
    margin-right: 5px;
  }
}

.roomSelection .hotel-price-block .oldPrice .price {
  font-size: 14px;
  color: #74716e;
  text-decoration: line-through;
  text-decoration-color: #74716e;
  font-weight: 300 !important;
}

.roomSelection .hotel-price-block .oldPrice .price .symbol {
  font-size: 0.85em;
  display: none;
}

.roomSelection .hotel-price-block .oldPrice .price.eur, .roomSelection .hotel-price-block .oldPrice .price.usd, .roomSelection .hotel-price-block .oldPrice .price.gbp {
  font-size: 14px;
}

.roomSelection .hotel-price-block .oldPrice.priceWithoutDiscounts .price .symbol {
  display: initial;
}

.roomSelection .hotel-price-block .oldPriceProvider {
  color: #E50000;
  font-size: 14px;
  margin: 2px 10px 3px;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .oldPriceProvider {
    margin-right: 0;
  }
}

.roomSelection .hotel-price-block .oldPriceProvider .oldPrice .price {
  color: #E50000;
  text-decoration-color: #E50000;
  font-weight: 500 !important;
}

.roomSelection .hotel-price-block .oldPriceProvider .oldPrice .price .symbol {
  display: initial;
  font-size: inherit;
}

.roomSelection .tarifa_flexible, .roomSelection .dst-deferred_payment, .roomSelection .discountApplied {
  color: #027A02;
}

.roomSelection .hotel-information-rate {
  font-weight: 700;
}

html.fonts-loaded .roomSelection .hotel-information-rate {
  font-weight: 500;
}

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

.roomSelection .panel .panel-title {
  margin-top: 0;
  font-size: 14px;
  color: #222222;
  line-height: 1.5;
  font-weight: 700;
  padding: 15px;
}

html.fonts-loaded .roomSelection .panel .panel-title {
  font-weight: 500;
}

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

.roomSelection .panel .panel-title a {
  display: block;
  text-decoration: none;
  position: relative;
}

.roomSelection .panel .panel-title .more {
  color: #222222;
  font-weight: 400;
  padding: 0 5px;
}

.roomSelection .panel .panel-title .icon {
  vertical-align: middle;
}

.roomSelection .panel .panel-title .icon.icon-anyfill-graph-occupancyadult, .roomSelection .panel .panel-title .icon.icon-anyfill-graph-occupancychild, .roomSelection .panel .panel-title .icon.icon-anyfill-graph-occupancybaby {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: #beb8b3;
}

.roomSelection .panel .txt_extras {
  margin-bottom: 0;
  font-weight: 300;
}

.roomSelection .panel .txt_extras .icon {
  margin-left: 0;
}

@media (max-width: 767px) {
  .roomSelection .panel .txt_extras {
    float: none;
    margin: 0;
  }
}

.roomSelection h3 {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  clear: both;
}

.roomSelection h3.alojamientoForfait {
  background-color: #EFF0F4;
  color: #74716e;
}

.roomSelection h3.alojamiento {
  background-color: #EFF0F4;
  color: #74716e;
}

.roomSelection ul > li.special_case {
  background: #eff0f4;
  font-size: 12px;
  line-height: 40px;
  padding-left: 10px;
  text-transform: uppercase;
  clear: both;
}

.roomSelection ul > li.special_case ul.tipo_regimen {
  margin-left: -10px !important;
  background: #FFF;
  font-size: 14px;
}

.roomSelection .hotel_name {
  display: inline-block;
  margin-right: 10px;
}

.roomSelection .price_definitive {
  align-self: center;
}

.roomSelection .price_definitive svg, .roomSelection .price_definitive svg * {
  width: 16px;
  height: 16px;
  fill: #beb8b3;
}

@media (min-width: 768px) {
  .roomSelection .price_definitive {
    margin-top: 10px;
    margin-right: 10px;
  }
  .roomSelection .price_definitive svg, .roomSelection .price_definitive svg * {
    width: 16px;
    height: 16px;
    fill: #beb8b3;
  }
}

@media (max-width: 767px) {
  .roomSelection .price_definitive {
    margin-left: 7px;
  }
}

.percent_message_container {
  background: #E50000;
  color: #FFFFFF;
  border-radius: 12px;
  padding: 4px 10px;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 767px) {
  .percent_message_container {
    position: absolute;
    right: 10px;
    bottom: 55px;
  }
}

/* Promo Cashback */
.hotel-price-promos-container {
  text-align: right;
  width: 100%;
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .hotel-price-promos-container {
    margin-right: 10px;
  }
}

.coupon_message_container {
  display: block;
  font-size: 14px;
  border-radius: 15px;
  padding: 0 10px;
  z-index: 9;
  white-space: nowrap;
  margin-bottom: 5px;
}

.coupon_message_container .icon_container {
  display: block;
  line-height: 1;
}

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

.coupon_message_container .message_hotel_coupon_price {
  font-weight: 300;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
}

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

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

.coupon_message_container--cashback .message_hotel_coupon_price {
  color: #fff;
}

.coupon_message_container--cashback .message_hotel_coupon_price--grey {
  border-bottom: 0;
  color: #74716e;
}

.coupon_message_container--grey {
  background: #ededed;
  margin-bottom: 5px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .coupon_message_container--grey {
    margin-bottom: 25px;
  }
}

.coupon_message_container--grey .icon, .coupon_message_container--grey .icon * {
  fill: #222222;
}

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

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

.coupon_message_container--mobile .message_hotel_coupon_price {
  border-bottom: 1px dashed #027A02;
  color: #027A02;
}

@media (max-width: 767px) and (max-width: 767px) {
  li.regimenAlojamientoContainer .coupon_message_container--mobile {
    align-self: unset !important;
  }
}

html[lang|="tr"] .roomSelection .tipo_regimen li.regimenAlojamientoContainer table.info_habitacionContainer tr td.price {
  width: 54%;
}

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

.room_selection {
  /* hotel mystery */
  /* fin hotel mystery */
  /* Bloque servicios*/
  /* fin opiniones destinia parte superior info hotel */
  /* Color mensaje tasas */
  /* Bloque opiniones Tripadvisor */
}

.room_selection .serv-clk-view .serv-show-more,
.room_selection .serv-clk-view .serv-show-less {
  display: block;
}

.room_selection .txt-loading {
  color: #8c8885;
  font-size: 14px;
}

.room_selection a.txt-legal {
  display: block;
}

.room_selection .message_final_prices {
  border: 1px solid #027A02;
  color: #027A02;
  font-size: 14px;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
}

.room_selection .message_final_prices svg {
  width: 16px;
  height: 19px;
  vertical-align: sub;
}

.room_selection .message_final_prices svg, .room_selection .message_final_prices svg * {
  fill: #027A02;
}

.room_selection .hotel-title-container {
  margin-top: 30px;
}

.room_selection .label_sold_out_block {
  margin-bottom: 0;
  color: #E50000 !important;
  padding-top: 15px;
  padding-left: 4px;
}

.room_selection .label_sold_out_block a .label_sold_out {
  color: #E50000 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .room_selection .see_other_link {
    display: block;
  }
}

.room_selection .hotel-hurry_up-message {
  margin-top: 4px;
  color: #E50000;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  float: right;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .room_selection .hotel-hurry_up-message {
    float: none;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .room_selection .hotel-hurry_up-message {
    display: block;
  }
}

.room_selection .hotel-title-sumary {
  margin-top: 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .room_selection .hotel-title-sumary {
    margin-bottom: 15px;
  }
}

.room_selection .layer_txt {
  position: absolute;
  width: 60%;
  top: 60px;
  left: 20%;
  font-size: 21px;
}

.room_selection .layer_txt .title_mystery {
  text-transform: uppercase;
  color: #ec5b14;
  font-size: 24px;
  text-align: center;
}

.room_selection .layer_txt p {
  color: #7c7167;
  font-size: 21px;
  text-align: center;
}

.room_selection .cont_txt_mystery {
  background: #f7f7f7;
  font-size: 18px;
  color: #7c7167;
  margin-top: 30px;
  padding: 15px;
  border-radius: 6px;
}

.room_selection .cont_txt_mystery > p {
  margin-top: 10px;
  font-size: 16px;
}

.room_selection .roomSelection .hotel-price-block .pvp_taxes {
  display: block;
  font-size: 12px;
  color: #222222;
  font-weight: 300;
  border-bottom: 1px dashed #74716e;
  margin-right: 10px;
}

.room_selection .notaLateral {
  cursor: pointer;
}

.room_selection .header_content {
  margin-top: 30px !important;
}

.room_selection .bg_fff .progress-radial .overlay {
  background: #fff;
}

.room_selection .generic-pic.pic-lg {
  width: 100%;
  height: 325px;
}

.room_selection .generic-pic.pic-lg svg {
  margin: 138px auto 0;
  width: 60px;
  height: 50px;
}

.room_selection .bg_ede + #bigadvantages {
  margin-top: 0;
}

.room_selection .bg_ede + #bigadvantages .advantages-arrow:after {
  border-top-color: #ededed;
}

.room_selection .bg-grey-light + #bigadvantages {
  margin-top: 0;
}

.room_selection .bg-grey-light + #bigadvantages .advantages-arrow:after {
  border-top-color: #f7f7f7;
}

.room_selection .bg_fff + #bigadvantages {
  margin-top: 0;
}

.room_selection .bg_fff + #bigadvantages .advantages-arrow:after {
  border-top-color: #fff;
}

.room_selection .bg_fff {
  background: #FFF;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  .room_selection .bg_fff {
    padding-bottom: 30px;
  }
}

.room_selection .bg_fff .cont_overflow {
  overflow: hidden;
}

.room_selection .bg_ede {
  background: #ededed;
  padding-bottom: 30px;
}

.room_selection .bg_ede .progress-radial .overlay {
  background: #ededed;
}

.room_selection .map_on .address {
  cursor: pointer;
}

.room_selection .excelent-location-label {
  font-size: 14px;
  color: #3171c9;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

.room_selection button.location {
  background-color: transparent;
  background-image: url("/headers/widgets/hotels/availability/hotelavailabilitywidget/img/bg-btn-map.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 42px;
  width: 100%;
  color: #222222;
  font-size: 14px;
  border: 1px solid #beb8b3;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 15px;
}

.room_selection button.location .icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.room_selection button.location .icon, .room_selection button.location .icon * {
  fill: #222222;
}

.room_selection button.location:hover {
  border: 1px solid #222222;
}

.room_selection button.location .location-title {
  font-size: 16px;
}

.room_selection .share-container {
  border-top: solid 1px #dfdfdf;
  padding-top: 12px;
}

.room_selection .share-container .share-container-content {
  float: right;
}

.room_selection .share-container .share-container-content .content-tit {
  color: #a8a6a5;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
}

.room_selection .share-container .share-container-content .icon {
  fill: #74716e;
  width: 16px;
  height: 18px;
  vertical-align: middle;
}

.room_selection .taxes_message {
  color: #027A02;
}

.room_selection .text-left {
  padding: 10px 0 30px 0;
}

.room_selection .opinions_tripadvisor_container {
  background-color: #ededed;
}

.room_selection .travel-hotel-room-container .preselected-hotel-room-label {
  display: none;
  border-radius: 7px 7px 0 0;
  background-color: #3171c9;
}

.room_selection .travel-hotel-room-container .preselected-hotel-room-label .hotel-room-selected-label {
  height: 29px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 7px 0 0 12px;
}

.room_selection .travel-hotel-room-container .preselected-hotel-room-label .hotel-room-selected-label svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

.room_selection .travel-hotel-room-container .experience-label {
  display: none;
  margin-top: -20px;
  color: #bc4206;
}

.room_selection .sel-hotel-room-no-upper-border-radio {
  border-radius: 0 0 4px 4px !important;
  border-color: #3171c9;
}

/*Pagina de Estamos tramitando la estancia seleccionada.*/
.confirmation_summary {
  color: #424242;
  font-size: 24px;
}

.confirmation_summary .message {
  font-size: 14px;
  margin-top: 20px;
  display: block;
}

.cont_data_summary {
  background: #e2e0e0;
  color: #74716e;
  padding: 10px 15px 15px 15px;
  font-size: 14px;
  border-radius: 6px;
  width: 50%;
  margin: 0 auto;
}

.cont_data_summary strong.hotel_name {
  font-size: 16px;
  line-height: 40px;
}

.assistant24h {
  margin-top: 15px;
}

/* fin Pagina de Estamos tramitando la estancia seleccionada.*/
/* Modulos extra para seleccion habitacion como landing metabuscadores */
@media (max-width: 767px) {
  .landing svg.icon-anyfill-graph-clock {
    width: 13px;
    height: 13px;
    /*vertical-align: text-top;*/
  }
  .landing svg.icon-anyfill-graph-clock, .landing svg.icon-anyfill-graph-clock * {
    fill: #8c8885;
  }
}

.mobile_amenities .opinions, .mobile_amenities .cont_txt_mystery {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .hotel-block-tablet {
    display: none;
  }
}

.btn-summary-modify {
  color: #3171c9;
  font-weight: 300;
}

.alternative_searcher {
  margin-top: 15px;
  margin-bottom: 40px;
}

.multicriteriasearch {
  margin-top: 0 !important;
}

.price-period {
  margin-right: 10px;
}

.visible-xs-block.landing-hotel-block {
  display: none !important;
}

/* Fin modulos para landing metabuscadores */
.dst-room-types {
  display: flex;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .cont_data_summary {
    width: 80%;
  }
  .room_selection {
    /* Ventajas */
  }
  .room_selection #bigadvantages #ventajas ul li {
    width: 30%;
    margin-left: 2%;
  }
  /* Menú ordenación */
  ul.availability_sort li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  /* fin menú ordenación */
  .widgets_hotels_search_mainavailabilitywidget .roomSelection .tipo_regimen li .info_habitacionContainer {
    width: 76%;
  }
}

.heading-container-text {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .heading-container-text {
    margin-top: 30px !important;
    padding-top: 0 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .visible-xs-block.landing-hotel-block {
    display: inline-flex !important;
    flex-wrap: wrap;
    padding-right: 15px;
  }
  .cont_data_summary, .confirmation_summary {
    width: 90%;
    margin: 0 auto;
  }
  .confirmation_summary {
    font-size: 18px;
    line-height: 17px;
  }
  .confirmation_summary .message {
    margin-top: 10px;
  }
  .room_selection {
    /* hotel mystery */
    /* fin hotel mystery */
    /* Ventajas */
    /* Ampliar servicios de hotel */
  }
  .room_selection h2.heading-fonts {
    font-size: 16px;
  }
  .room_selection .availability_summary + div svg.icon-anyfill-graph-clock {
    width: 13px;
    height: 13px;
  }
  .room_selection .availability_summary + div svg.icon-anyfill-graph-clock, .room_selection .availability_summary + div svg.icon-anyfill-graph-clock * {
    fill: #8c8885;
  }
  .room_selection a.opinions {
    vertical-align: text-top;
  }
  .room_selection a.opinions .txt-opinions {
    width: 52%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }
  .room_selection .layer_txt {
    top: 25px;
  }
  .room_selection .layer_txt .title_mystery {
    font-size: 16px;
  }
  .room_selection .layer_txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .room_selection .generic-pic.pic-lg {
    height: 240px;
  }
  .room_selection .generic-pic.pic-lg svg {
    margin: 95px auto 0;
  }
  .room_selection button.location {
    height: 40px;
    padding: 0 10px;
  }
  .room_selection #bigadvantages {
    padding: 30px 0 20px 0;
    margin-top: -21px;
  }
  .room_selection #bigadvantages .advantages-arrow:after {
    border-top-color: #ededed;
  }
  .room_selection #bigadvantages #ventajas ul li {
    width: 80%;
    margin-left: 10%;
  }
  .room_selection #bigadvantages #ventajas ul li strong {
    height: auto;
  }
  .room_selection .viewMore_amme_cont {
    height: 75px;
    overflow: hidden;
    position: relative;
  }
  .room_selection .viewMore_amme_cont:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    display: block;
    content: "";
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
}

.picture_gallery .bg_popular {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 100;
}

@media (max-width: 767px) {
  .picture_gallery .bg_popular {
    left: 15px;
  }
  .picture_gallery .bg_popular span {
    font-weight: 300;
  }
}

.fancy-room-container {
  height: 130px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  cursor: pointer;
  margin: -15px -15px 0;
}

.fancy-room-container .hotel_room {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  padding: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=room_selection.css.map */