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

.transportesrafagas-content {
  background: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.transportesrafagas-loader:before {
  content: '';
  display: block;
  background: #bd1550;
  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: #bd1550;
    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: #bd1550;
    height: 6px;
  }
  @keyframes indeterminate {
    0% {
      transform: translate(0, 0);
      /* UC Browser */
      transform: translate(15vw, 0);
    }
    100% {
      transform: translate(-600%, 0%);
      /* UC Browser */
      transform: translate(-115vw, 0);
    }
    0% {
      transform: translate(0, 0);
      /* UC Browser */
      transform: translate(15vw, 0);
    }
  }
}

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

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

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

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

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

.noScroll #thecontent {
  overflow: hidden;
}

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

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

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

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

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

.filtersHeader__link {
  float: left;
}

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

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

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

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

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

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

.filtersCounter--desktop {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filterNameForm {
  padding: 15px 10px;
}

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

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

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

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

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

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

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

.filterTripAdvisorIcon__more {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pasoscr_filler {
  height: 600px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#datosBusqueda li {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cont_buscador_error .multicriteriasearch {
  border: 0;
}

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

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

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

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

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

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

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

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

.cont_buscador_error .swap {
  top: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt_sort svg {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.user_reviews {
  margin-top: 0;
}

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

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

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

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

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

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

ul.user_reviews + a svg, ul.user_reviews + a svg * {
  fill: #46403C;
}

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

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

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

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

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

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

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

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

.link_read_more {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.googleOpinions p {
  margin-bottom: 0;
}

.googleOpinions__stars {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.googleOpinions__star {
  position: relative;
  overflow: hidden;
}

.googleOpinions__star--empty .icon, .googleOpinions__star--empty .icon * {
  fill: #dadce0;
}

.googleOpinions__star--filled {
  position: absolute;
  top: 0;
  right: 0;
}

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

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

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

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

.googleOpinionsBar__progress .progress-bar {
  background: #f6b500;
}

.googleOpinionsBar__star {
  padding: 0 10px 0 0;
}

.googleOpinionsBar__star span {
  vertical-align: middle;
}

.googleOpinionsBar__star svg.icon-hotel-stars-1,
.googleOpinionsBar__star svg.icon-hotel-stars-1 * {
  fill: #beb8b3;
  vertical-align: middle;
}

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

/* Importar estilos de opiniones genericas (tanto para tripadvisor, destinia, google...)*/
.generic-rating-container {
  margin-bottom: 15px;
}

.generic-rating {
  display: block;
  overflow: hidden;
}

.generic-rating__score {
  display: inline-block;
  background: #3171c9;
  color: #fff;
  padding: 0 5px;
  border-radius: 2px;
}

.generic-rating__text {
  font-weight: 700;
  color: #222222;
}

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

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

.generic-rating__number {
  color: #74716e;
}

.generic-rating--lite .generic-rating__score {
  font-size: 12px;
  line-height: 20px;
}

.generic-rating--lite .generic-rating__score strong {
  font-size: 14px;
}

.generic-rating--full {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  align-items: center;
}

.generic-rating--full .generic-rating__score {
  font-size: 14px;
  line-height: 25px;
  float: right;
}

.generic-rating--full .generic-rating__score strong {
  font-size: 18px;
}

.generic-rating--full .generic-rating__text:after {
  content: "—";
  font-weight: 400;
  margin: 0px 4px;
}

.btn-reviews {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .btn-reviews {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

/* Importar estilos de rating bioscore */
.bioscore-rating {
  display: block;
  overflow: hidden;
}

.bioscore-rating__score {
  display: block;
  float: right;
  width: 40px;
  height: 46px;
  background: center center no-repeat;
  background-size: 100%;
}

.bioscore-rating__score:hover {
  cursor: pointer;
}

.bioscore-rating__score--Aplus {
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-graph-ratingbio-aplus.svg");
}

.bioscore-rating__score--A {
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-graph-ratingbio-a.svg");
}

.bioscore-rating__score--B {
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-graph-ratingbio-b.svg");
}

.bioscore-rating__score--C {
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-graph-ratingbio-c.svg");
}

.bioscore-rating__score--D {
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-graph-ratingbio-d.svg");
}

.bioscore-rating__content {
  margin-top: 5px;
  margin-right: 55px;
}

.bioscore-rating__text {
  font-weight: 700;
  color: #222222;
}

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

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

.bioscore-rating__brand .bioscore__brandtext, .bioscore-rating__brand .bioscore__brandlink {
  vertical-align: middle;
}

.bioscore-rating__brand .bioscore__brandlogo {
  vertical-align: sub;
  width: 107px;
  height: 24px;
}

.bioscore-rating--logo .bioscore-rating__score {
  width: 48px;
  height: 55px;
}

.bioscore-rating--logo .bioscore-rating__content {
  margin-right: 59px;
}

.puntuacion_resumen_bioscore {
  margin-top: 20px;
}

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

.expand_clickable:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  cursor: pointer;
}

.modal_hotels .loader-inner {
  margin-bottom: 40px;
}

/* cortinilla cuando viene de caché y se muestra resumen de búsqueda*/
.availability_cache .actualizandoResultados {
  top: 112px;
}

/* estilos buscador desplegable - modificar */
.cont_btn_mix {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.cont_btn_mix .btn_mix_filtros {
  flex: 0 1 auto;
}

.cont_btn_mix .btn_mix_filtros + .btn_mix_filtros {
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .col-lg-3 .cont_btn_mix .btn_mix_filtros {
    flex: 1 1 auto;
  }
}

/* Text club Cortefiel */
.text-price-club {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.text-price-club .text-label {
  font-size: 16px;
  color: #027A02;
  font-weight: 700;
  padding: 10px 0;
}

html.fonts-loaded .text-price-club .text-label {
  font-weight: 500;
}

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

/* Mobile */
@media (max-width: 767px) {
  /* cortinilla cuando viene de caché y se muestra resumen de búsqueda*/
  .availability_cache .actualizandoResultados .spinnerCore {
    margin: 50%;
  }
  .hotelsearchwidget {
    width: auto;
    margin: 20px 15px 32px 15px;
  }
}

/* fin mobile */
/* tooltip para remite interno siempre deplegados */
.tooltip-opened-remite-interno {
  width: 130px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.summary_widget .cont_buscador_error.buscador_cerrado {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

/* estilos disponibilidad v+h */
.sorting_container select, .sorting_container span {
  font-size: 12px;
}

.sorting_container {
  border-bottom: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
}

#sorting {
  float: right;
}

.TA_sello {
  font-size: 11px;
}

.continue_button_container {
  margin-top: 10px;
}

.etiqueta_mistery_hotel {
  position: relative;
  margin-top: -50px;
  margin-left: 0;
  float: left;
  margin-right: 15px;
}

.comment, .cont_buscador_dispo_hotel {
  border: 1px solid #e9e9e9;
  padding: 10px;
  background-color: #FFF;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 4px;
}

.info_txt_hotel {
  margin-top: 20px;
}

@media (min-width: 480px) and (max-width: 991px) {
  .reservation_anchor_container {
    margin-top: 40px;
  }
}

/**/
.reservation_anchor {
  background: transparent;
  color: #fff;
  background-color: #bd1550;
  border-color: #bd1550;
  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: #fff;
}

.reservation_anchor .loader-inner div {
  border-color: #fff;
  border-bottom-color: transparent;
}

.reservation_anchor:focus, .reservation_anchor.focus {
  color: #fff;
  background-color: #610b29;
  border-color: #610b29;
}

.reservation_anchor:focus .icon, .reservation_anchor:focus .icon *, .reservation_anchor.focus .icon, .reservation_anchor.focus .icon * {
  fill: #fff;
}

.reservation_anchor:focus .loader-inner div, .reservation_anchor.focus .loader-inner div {
  border-color: #fff;
  border-bottom-color: transparent;
}

.reservation_anchor:hover {
  color: #fff;
  background-color: #610b29;
  border-color: #610b29;
}

.reservation_anchor:hover .icon, .reservation_anchor:hover .icon * {
  fill: #fff;
}

.reservation_anchor:hover .loader-inner div {
  border-color: #fff;
  border-bottom-color: transparent;
}

.reservation_anchor:active, .reservation_anchor.active,
.open > .reservation_anchor.dropdown-toggle {
  color: #fff;
  background-color: #610b29;
  border-color: #610b29;
}

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

.reservation_anchor:active .loader-inner div, .reservation_anchor.active .loader-inner div,
.open > .reservation_anchor.dropdown-toggle .loader-inner div {
  border-color: #fff;
  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: #fff;
  background-color: #610b29;
  border-color: #610b29;
}

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

.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: #fff;
  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: #fff;
  background-color: #ea3f7b;
  border-color: #bd1550;
}

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

.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 #fff;
  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: #fff;
  background-color: #bd1550;
}

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

.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: #fff;
  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: #fff;
  background-color: #bd1550;
  border-color: #bd1550;
}

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

.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 #fff;
  border-bottom-color: transparent;
}

.reservation_anchor .badge {
  color: #bd1550;
  background-color: #fff;
}

/*.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: #46403C;
  color: #FFF;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 30px 2px 10px;
  max-width: 93%;
}

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

.bg_popular .icon, .bg_popular .icon * {
  fill: #FFF;
}

.bg_popular span {
  display: block;
}

@media (min-width: 768px) {
  .bg_popular span {
    font-weight: 700;
  }
  html.fonts-loaded .bg_popular span {
    font-weight: 500;
  }
  html[lang|="ar"].fonts-loaded .bg_popular span, html[lang|="fa"].fonts-loaded .bg_popular span, html[lang|="he"].fonts-loaded .bg_popular span {
    font-weight: 700;
  }
}

/* Banner precios exclusivos */
.banner-exclusive-prices {
  position: relative;
  padding: 15px;
  margin: 10px 0;
  background-color: #35495a;
}

.room_selection .banner-exclusive-prices {
  padding: 8px 15px;
  max-width: 870px;
}

@media (min-width: 1200px) {
  .room_selection .banner-exclusive-prices {
    margin-top: 30px;
  }
}

.banner-exclusive-prices a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.banner-exclusive-prices a:hover, .banner-exclusive-prices a:focus {
  text-decoration: none;
}

.banner-exclusive-prices a:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin-left: 12px;
  background: transparent url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-deco-vip.svg") no-repeat top right;
  background-size: 100%;
  flex: 0 0 auto;
}

.room_selection .banner-exclusive-prices a:before {
  width: 44px;
  height: 44px;
}

.banner-exclusive-prices a .banner-copy, .banner-exclusive-prices a .banner-cta {
  color: #fff;
}

.banner-exclusive-prices a .banner-copy {
  font-weight: 300;
  font-size: 16px;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .banner-exclusive-prices a .banner-copy {
    font-size: 14px;
    line-height: 1.2;
  }
}

.banner-exclusive-prices a .banner-copy span {
  display: block;
  line-height: 1.4;
}

.banner-exclusive-prices a .banner-copy strong {
  color: #ffd212;
}

.banner-exclusive-prices a .banner-cta {
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 auto;
  margin-right: 5px;
}

html.fonts-loaded .banner-exclusive-prices a .banner-cta {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .banner-exclusive-prices a .banner-cta, html[lang|="fa"].fonts-loaded .banner-exclusive-prices a .banner-cta, html[lang|="he"].fonts-loaded .banner-exclusive-prices a .banner-cta {
  font-weight: 700;
}

.banner-exclusive-prices a .banner-cta:after {
  position: relative;
  top: -1px;
  margin-right: 10px;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logged_discount_hotel .label_sold_out_block {
  color: #E50000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hotel_card .txt_deferred_payment svg {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.showPricesFrom .hotel_card {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cont_hotels {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nocache20260325 {
  color: green;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dst_mainmap_container #map_container .leyenda_mapa {
  margin: 10px 0 15px 0;
}

/* alojamientos cercanos */
.cont_hotels hr.separator-decoration {
  border-bottom: 2px solid #dfdfdf;
  border-top: 0;
  width: 20px;
  text-align: right;
  margin: 15px 0 5px 0;
}

.cont_hotels hr.separator-decoration + .num_lodging {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  padding: 0;
}

/* Fin estilos independientes */
/* mapa */
.bg_mapwidget_availability .leaflet-container {
  border: 2px solid #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

.bg_mapwidget_availability .lodging_place {
  color: #74716e;
  font-size: 14px;
  position: absolute;
  margin: 10px;
}

.bg_mapwidget_availability .close_map_container {
  display: none !important;
}

.bg_mapwidget_availability .topsheet_map {
  background: #FFF;
  overflow: hidden;
}

.bg_mapwidget_availability .topsheet_map .toggle_map {
  float: left;
  cursor: pointer;
}

.bg_mapwidget_availability .topsheet_map svg.icon-anyfill-ui-close {
  width: 40px;
  height: 40px;
  float: left;
  cursor: pointer;
  padding: 10px;
}

.bg_mapwidget_availability .topsheet_map svg.icon-anyfill-ui-close, .bg_mapwidget_availability .topsheet_map svg.icon-anyfill-ui-close * {
  fill: #222222;
}

/* fin mapa */
.cont_publi_dispo {
  padding: 0;
  margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 767px) {
  /* mapa */
  .bg_mapwidget_availability {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    background: none;
    border-radius: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    z-index: 1000;
    height: 100%;
    padding: 0;
    box-shadow: 0;
    margin: 0;
    will-change: transform;
    transition: transform 0.3s ease-out;
    transform: translate3d(100%, 0, 0);
  }
  .bg_mapwidget_availability::-webkit-scrollbar {
    display: none;
  }
  .bg_mapwidget_availability.open {
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .bg_mapwidget_availability .tit_layout_map {
    box-shadow: 0;
    text-transform: none;
    font-size: 18px;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    border-top: 0;
  }
  .bg_mapwidget_availability .tit_layout_map svg {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 5px;
    right: 12px;
    padding: 10px;
  }
  .bg_mapwidget_availability .tit_layout_map svg, .bg_mapwidget_availability .tit_layout_map svg * {
    fill: #46403C;
  }
  .bg_mapwidget_availability .tit_layout_map .num_lodgin_layout_map {
    color: #74716e;
    font-size: 11px;
    display: block;
    line-height: 11px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .bg_mapwidget_availability #map_container #gmclose {
    display: none !important;
  }
  /*rtl:ignore*/
  [dir='rtl'] .bg_mapwidget_availability .tit_layout_map svg {
    transform: rotate(-180deg);
  }
}

@media (max-width: 319px) {
  .leyenda_mapa {
    padding: 5px;
    font-size: 10px;
    margin: 0;
    line-height: 12px;
  }
}

/* Fin mobile */
/* TEST A/B (sin Tabs) para DK y Tablet */
@media (min-width: 768px) {
  .noTabs .hotel_card {
    padding: 10px 10px 0 10px;
  }
  .noTabs .hotel_card ul.menu_info_hotel {
    display: none;
  }
  .noTabs .hotel_card .room_type {
    display: none;
  }
  .noTabs .hotel_card .more-types {
    display: none;
  }
  .noTabs .hotel_card .distance {
    margin-bottom: 16px;
  }
  .noTabs .hotel_card .amenities_icons_hotels {
    margin: 10px 0 0 0;
  }
  .noTabs .hotel_card .panel-group {
    margin-top: 10px;
  }
  .noTabs .hotel_card .panel-group .panel {
    margin-bottom: 10px;
  }
  .noTabs .hotel_card .button_availability {
    margin-top: 100px;
  }
  .noTabs .hotel_card .hurry_up_message {
    display: none;
  }
  .noTabs .hotel_card .hurry_up_message_noTabs {
    display: block;
  }
}

/* TEST A/B (sin Tabs y con precio desde) */
@media (max-width: 767px) {
  #btnArriba.showBtnArriba {
    display: inline-block;
  }
}

/* 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-right-radius: 6px;
  border-top-left-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-right-radius: 6px;
  border-top-left-radius: 6px;
  max-width: 367px;
}

.cont-bg-hotel .hotel-name img {
  display: block;
}

.cont-price {
  border-bottom-right-radius: 5px;
  border-bottom-left-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;
  left: 20px;
  z-index: 10;
  padding: 10px;
  pointer-events: none;
}

.photo-gallery-info:after {
  content: '';
  position: absolute;
  top: 0;
  right: 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-left: 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-right: 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-right: 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;
  right: 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;
  right: 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;
  right: 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-left: 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;
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .modal-gallery.in .modal-dialog {
    width: 670px;
    right: 50%;
    left: 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 15px 0 0;
}

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 30px 0 0;
  }
}

.modal-gallery .modal-header .btn-close {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 0 0;
  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;
  right: 0;
  left: 0;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  color: #fff;
  padding: 15px;
  text-align: right;
}

.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: right;
  width: 100%;
  margin-left: -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 {
  right: 0;
}

.carousel-control-prev.left {
  background: none;
}

.carousel-control-next {
  left: 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-right-ffffff.svg");
}

.carousel-control-next-icon {
  background-image: url("/headers/svg/background/icon-ownfill-ui-chevron-left-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;
  right: 0;
  left: 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: 200% 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;
  left: 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: -50% 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 -30px 0 0;
  text-align: left;
}

@media (max-width: 767px) {
  .puntuacion {
    margin: 0 -10px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .puntuacion {
    margin: 0 -80px 0 0;
  }
}

@media (min-width: 1024px) and (orientation: portrait) {
  .puntuacion {
    margin: 0 -30px 0 0;
  }
}

.tipo_puntuacion {
  font-size: 14px;
  padding: 0;
}

.progress {
  margin: 7px -15px 0 0;
  height: 7px;
  border-radius: 0;
  box-shadow: none;
  background: #d0cbc9;
}

.hotel-bioscore-container .progress {
  background: #00d668;
}

.progress-bar {
  background: #46403C;
  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: right;
  margin-left: 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: #46403C;
}

.progress-radial.progress-radial_seo {
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 50%;
  background-color: #46403C;
}

/* -------------------------------------
 * Optional centered circle w/text
 * ------------------------------------- */
.progress-radial .overlay {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: #f7f7f7;
  border-radius: 50%;
  margin-right: 4px;
  color: #46403C;
  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-right: 4px;
  color: #46403C;
  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, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-5 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-108deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-10 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-126deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-15 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-144deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-20 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-162deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-25 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-180deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-30 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-198deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-35 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-216deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-40 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-234deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-45 {
  background-image: linear-gradient(-90deg, #d0cbc9 50%, transparent 50%, transparent), linear-gradient(-252deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-50 {
  background-image: linear-gradient(90deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-55 {
  background-image: linear-gradient(72deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-60 {
  background-image: linear-gradient(54deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-65 {
  background-image: linear-gradient(36deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-70 {
  background-image: linear-gradient(18deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-75 {
  background-image: linear-gradient(0deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-80 {
  background-image: linear-gradient(-18deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-85 {
  background-image: linear-gradient(-36deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-90 {
  background-image: linear-gradient(-54deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-95 {
  background-image: linear-gradient(-72deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 50%, #d0cbc9 50%, #d0cbc9);
}

.progress-100 {
  background-image: linear-gradient(-90deg, #46403C 50%, transparent 50%, transparent), linear-gradient(-270deg, #46403C 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: #bd1550;
  background: transparent;
  padding: 4px 6px;
  border-radius: 50%;
  border: 1px solid #bd1550;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0 0 15px;
  min-width: 30px;
  float: right;
  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-right: 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-left: 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-left: 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: right;
}

.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-right: 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-right: 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-right: 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-right: 5px;
  margin-left: 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-right: 15px;
  }
}

@media (min-width: 768px) {
  .landing-hotel-block-price {
    display: block;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .landing-hotel-block-price .landing-best-rate {
    margin-right: 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-left: 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: left;
}

.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: left;
  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;
    left: 0;
    bottom: 0;
    right: 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-left: 1px solid;
  line-height: 15px;
  height: 14px;
  border-color: #222222;
  padding-left: 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-right: 0;
    display: block;
    height: 0;
    line-height: 1.5;
  }
  .availability_summary .availability-info-container .availability-info_date {
    border-left: 0;
  }
}

.availability_summary .summary-num-hab {
  margin-right: 10px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .availability_summary .summary-num-hab {
    margin-right: 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-right: 0;
  }
  .availability_summary .pull-left .summary-num-hab {
    margin-right: 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-right-radius: 6px;
  border-top-left-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-left: solid 3px #dfdfdf;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 25%;
}

@media (max-width: 1199px) {
  .roomSelection .panel-heading {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .roomSelection .panel-heading {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-left: 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: 20px 0 0 20px;
  background-color: #f9c7d9;
  margin-top: 5px;
  margin-right: -15px;
  padding-left: 15px;
}

.roomSelection .hotel_room-label-include .icon {
  width: 16px;
  height: 16px;
  fill: #bd1550;
  float: right;
  vertical-align: middle;
}

.roomSelection .hotel_room-label-include .icon, .roomSelection .hotel_room-label-include .icon * {
  fill: #bd1550;
}

.roomSelection .hotel_room-label-include .txt_extras-service {
  font-weight: 300;
  vertical-align: middle;
  display: block;
  margin-right: 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-right: 8px;
}

@media (max-width: 480px) {
  .roomSelection .cont-occupation {
    margin-right: 0;
  }
}

.roomSelection .hotel_room-label-include-rooms {
  margin-left: 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-right: 0;
  }
}

@media (max-width: 480px) {
  .roomSelection .hotel_room-amenities-container-rooms {
    margin-right: 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 0 0 9px;
}

.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-right: 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-right: 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 0 6px 9px;
  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: right;
}

.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-right: 0;
  vertical-align: middle;
}

.roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list .icon + span {
  margin-right: 23px;
  display: block;
}

@media (min-width: 1200px) {
  .roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room .amenities-list.no-icon {
    padding-right: 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 0 0 9px;
}

@media (min-width: 1200px) {
  .roomSelection .hotel_room-amenities-container .amenities_icons_hotels_room-options .amenities-list.no-icon {
    padding-right: 0;
  }
}

.roomSelection .dst-room-amenities-modal-body {
  text-align: right;
}

.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-left: 5px;
  float: right;
}

.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-right: 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;
  right: 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-left: 5px;
}

@media (max-width: 480px) {
  .roomSelection .hotel-price-block .hotel-price-icon {
    margin-left: 0;
    position: absolute;
    top: 10px;
    left: 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: left;
}

.roomSelection .hotel-price-block .hotel-num-nights {
  text-align: left;
  line-height: 1.5;
  margin-left: 16px;
  text-wrap: nowrap;
  font-size: 12px;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .hotel-num-nights {
    margin-left: 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-right: 3px;
  }
}

.roomSelection .hotel-price-block .price {
  margin-left: 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-left: 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: left;
  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: left;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .reservation {
    flex: 0 0 auto;
    margin-right: 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-right: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .roomSelection .hotel-price-block .selected_hotel_container {
    margin-right: 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-left: 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-left: 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-right: 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-right: 10px;
  text-transform: uppercase;
  clear: both;
}

.roomSelection ul > li.special_case ul.tipo_regimen {
  margin-right: -10px !important;
  background: #FFF;
  font-size: 14px;
}

.roomSelection .hotel_name {
  display: inline-block;
  margin-left: 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-left: 10px;
  }
  .roomSelection .price_definitive svg, .roomSelection .price_definitive svg * {
    width: 16px;
    height: 16px;
    fill: #beb8b3;
  }
}

@media (max-width: 767px) {
  .roomSelection .price_definitive {
    margin-right: 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;
    left: 10px;
    bottom: 55px;
  }
}

/* Promo Cashback */
.hotel-price-promos-container {
  text-align: left;
  width: 100%;
  margin-top: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .hotel-price-promos-container {
    margin-left: 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-right: 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: left;
  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;
  right: 20%;
  font-size: 21px;
}

.room_selection .layer_txt .title_mystery {
  text-transform: uppercase;
  color: #bd1550;
  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-left: 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: #46403C;
  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: left;
}

.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 12px 0 0;
}

.room_selection .travel-hotel-room-container .preselected-hotel-room-label .hotel-room-selected-label svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  margin-left: 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-left: 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-right: 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-left: 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-right: 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-right: 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;
  right: 30px;
  z-index: 100;
}

@media (max-width: 767px) {
  .picture_gallery .bg_popular {
    right: 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);
}

/* Colores de fondo para destacados */
.onoffswitch {
  display: inline-block;
  position: relative;
  width: 50px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 20px;
  background-color: #dfdfdf;
  margin-bottom: 0;
  box-shadow: inset 0 1px 3px 0 rgba(69, 64, 60, 0.25);
}

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  background: #FFFFFF;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 3px;
  border-radius: 20px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #027A02;
}

.onoffswitch-interactive .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #3171c9;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  transform: translate3d(-20px, 0, 0);
}

/* Resumen compra Vuelos 2 col */
.services-main-container {
  padding-right: 30px;
  padding-left: 30px;
}

.services-main {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.services-main .main-container {
  border-radius: 6px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: 1px solid #d0cbc9;
  padding: 15px 15px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

@media (max-width: 1199px) {
  .services-main .main-container .services_flights_container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .services-main .main-container .services_flights_container {
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-main .main-container .services_flights_container_tablet {
    border-bottom: 1px dotted #d0cbc9;
  }
}

.services-main .main-container .services_flights_container_full {
  width: 100%;
}

.services-main .main-container .services_flights_container_full .services_flights_block:nth-child(2):before {
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-main .main-container .services_flights_container {
    width: 100%;
  }
}

.services-main .main-container .included_container_message {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
  display: inline-flex;
  flex: 1 0 100%;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .services-main .main-container .included_container_message {
    flex-flow: column wrap;
  }
  .services-main .main-container .included_container_message span {
    text-align: center;
  }
}

.services-main .main-container .included_container_message span {
  color: #3171c9;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .services-main .labels_container_desktop {
    display: none;
  }
}

@media (min-width: 1200px) {
  .services-main .labels_container_tablet {
    display: none !important;
  }
}

.services-main .labels_container_tablet {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  float: right;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-main .labels_container_tablet {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .services-main .labels_container_tablet {
    width: 100%;
  }
}

.services-main .services_flights_price_block {
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .services-main .services_flights_price_block {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-main .services_flights_price_block {
    width: 50%;
    flex: 1;
    min-height: 58px;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: flex-end;
    flex-direction: row;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-main .services_flights_block:nth-child(2):before {
    display: none;
  }
}

.services-main .below_booking_button_container {
  padding-left: 0;
}

.services-main .below_booking_button_container .below_booking_button {
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-main .below_booking_button_container .below_booking_button {
    text-align: left !important;
  }
}

.services-main .below_booking_button_container .below_booking_button .link_block-price .farekeep-button {
  font-size: 14px;
}

.services-main .below_booking_button_container .below_booking_button .link_block-price .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.services-main .below_booking_button_container .below_booking_button .link_block-price .icon * {
  fill: #46403C;
}

.services-main .services_flights_message, .services-main .services_flights_message_sel {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #027A02;
  display: flex;
}

.services-main .services_flights_message span, .services-main .services_flights_message_sel span {
  margin: auto;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .services-main .services_flights_message, .services-main .services_flights_message_sel {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .services-main .return_flight_empty_option {
    padding-top: 15px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .services-main .return_flight_empty_option.services_flights_block:after {
    display: none;
  }
  .services-main .services_flights_block:nth-child(2) {
    padding-top: 15px;
  }
}

@media (min-width: 1119px) {
  .services-main .services_flights_block:nth-child(2) {
    padding-right: 15px;
  }
}

.services-main .services_flights_block {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.services-main .services_flights_block .services_flights_message_block, .services-main .services_flights_block .services_flights_message {
  padding-right: 0;
}

.services-main .services_flights_block:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px dotted #d0cbc9;
  bottom: 0;
}

@media (min-width: 1200px) {
  .services-main .services_flights_block {
    width: 50%;
    padding-left: 15px;
  }
  .services-main .services_flights_block:after {
    display: none;
  }
  .services-main .services_flights_block:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 20px;
    left: -2px;
    border-left: 1px dotted #d0cbc9;
  }
  .services-main .services_flights_block.return_flight_empty_option:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .services-main .services_flights_block {
    width: 50%;
    padding-left: 30px;
  }
  .services-main .services_flights_block:after {
    display: none;
  }
  .services-main .services_flights_block:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 20px;
    left: 15px;
    border-left: 1px dotted #d0cbc9;
  }
}

@media (max-width: 767px) {
  .services-main .services_flights_block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.services-main .services_flights_block .hotel_container {
  margin-top: 0;
  min-height: 120px;
}

.services-main .services_flights_block .info_container {
  min-height: 142px;
}

.services-main .services_flights_block .hotel_container_active:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 2px solid #46403C;
  bottom: 0;
  top: 0;
  margin-right: -15px;
}

.services-main .services_flights_block .info_container {
  min-height: 142px;
}

.services-main .services_flights_block .service_icon * {
  fill: #74716e !important;
}

.services-main .services_flights_block .service_icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.services-main .services_flights_block .services_container .service_label {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 300;
  color: #222222;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .services-main .services_flights_block .services_container .services_flights_second-block {
    margin-top: 12px;
  }
}

.services-main .services_flights_block .services_container .services-label-container {
  flex: 1 1 100%;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  color: #74716e;
}

@media (max-width: 767px) {
  .services-main .services_flights_block .services_container .services-label-container {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .services-main .services_flights_block .services_container .services-label-container {
    margin-bottom: 12px;
  }
}

.services-main .services_flights_block .services_container .services-label-container .services-add {
  float: left;
  text-transform: capitalize;
}

.services-main .services_flights_block .services_container .services-label-container .services-add button {
  font-size: 14px;
  color: #3171c9 !important;
}

.services-main .link_block-price .farekeep-button {
  font-size: 14px;
}

.services-main .link_block-price .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.services-main .link_block-price .icon * {
  fill: #46403C;
}

.services-main .services-extra-label {
  margin-right: 10px;
  vertical-align: middle;
  text-transform: uppercase;
}

.services-main .service_icon_back {
  transform: rotateY(-180deg);
}

.services-main .destacados {
  top: 0;
  right: 0;
  line-height: 15px;
  margin-bottom: 0;
}

.services-main .destacados li {
  vertical-align: middle;
  padding: 1px 4px;
  line-height: 1.2;
  font-size: 11px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 9px;
}

.services-main .destacados .recomendada {
  color: #027A02;
  border-color: rgba(2, 122, 2, 0.5) !important;
  background: #f7f7f7;
}

.services-main .destacados .SValentin {
  color: #CC3D43;
  border-color: rgba(204, 61, 67, 0.5) !important;
  background: #f7f7f7;
}

.services-main .destacados .noGastosGestion {
  color: #35495a;
  border-color: rgba(53, 73, 90, 0.5) !important;
  background: #f7f7f7;
}

.services-main .destacados .tarExclusiva {
  color: #FDE17B;
  border-color: rgba(253, 225, 123, 0.5) !important;
  background: #f7f7f7;
}

.services-main .destacados .BFriday {
  color: #222222;
  border-color: rgba(34, 34, 34, 0.5) !important;
  background: #f7f7f7;
}

.services-main .destacados .vueloExclusivo {
  color: #46403C;
  border-color: rgba(70, 64, 60, 0.5) !important;
  background: #f7f7f7;
}

/*rtl:ignore*/
[dir='rtl'] .services-main .service_icon.service_icon_back {
  transform: rotateY(0deg) !important;
}

[dir='rtl'] .services-main .service_icon:first-child {
  transform: rotateY(-180deg);
}

/* Fin Resumen compra Vuelos 2 col */
/* Resumen VUELOS cuadro compra */
.box-service-summary .transportline {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
}

.box-service-summary .transportline .block-itinerary {
  display: flex;
  width: 70%;
}

.box-service-summary .transportline .block-itinerary .starttime {
  margin-left: 10px;
}

.box-service-summary .transportline .block-itinerary .backtime {
  margin-right: 10px;
}

.selectedservices-fixed .box-service-summary .transportline {
  margin-bottom: 16px;
}

.box-service-summary .transportline + .transportline {
  margin-bottom: 0;
}

.box-service-summary .transportline > div {
  float: right;
}

.box-service-summary .transportline > div + div {
  margin-right: 17px;
}

.box-service-summary .transportline > div.icons {
  float: left;
  margin-right: 0;
}

.box-service-summary .transportline > div.icons svg.icon-anyfill-graph-warning {
  fill: #E50000;
  width: 20px;
  height: 20px;
  margin: 0;
}

.box-service-summary .transportline > div.icons > img {
  width: 14px;
  height: 14px;
}

.box-service-summary .transportline .icondirection {
  line-height: 36px;
  /*rtl:ignore*/
}

.selectedservices-fixed .box-service-summary .transportline .icondirection {
  line-height: 22px;
}

.box-service-summary .transportline .icondirection svg {
  width: 11px;
  height: 11px;
}

.box-service-summary .transportline .icondirection svg, .box-service-summary .transportline .icondirection svg * {
  fill: #222222;
}

[dir='ltr'] .box-service-summary .transportline .icondirection.direction-vuelta .icon-anyfill-ui-arrow-right, [dir='rtl'] .box-service-summary .transportline .icondirection.direction-ida .icon-anyfill-ui-arrow-right {
  transform: rotate(180deg);
}

.box-service-summary .transportline .placetime > span {
  display: block;
}

.selectedservices-fixed .box-service-summary .transportline .placetime > span {
  display: inline-block;
}

.box-service-summary .transportline .placetime > span.place {
  text-align: right;
  color: #74716e;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

.selectedservices-fixed .box-service-summary .transportline .placetime > span.place {
  width: 30px;
}

.box-service-summary .transportline .placetime > span.time {
  text-align: right;
  color: #222222;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.box-service-summary .transportline .placetime > span.time .extraday {
  display: inline-block;
  color: #E50000;
  font-size: 11px;
  font-weight: 400;
}

.box-service-summary .transportline .durationstops-flights {
  text-align: center;
  width: 22%;
}

@media (min-width: 550px) and (max-width: 767px) {
  .box-service-summary .transportline .durationstops-flights {
    width: 55%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box-service-summary .transportline .durationstops-flights {
    width: 30%;
  }
  .selectedservices-fixed .box-service-summary .transportline .durationstops-flights {
    width: 13%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box-service-summary .transportline .durationstops-flights {
    width: 48%;
  }
  .selectedservices-fixed .box-service-summary .transportline .durationstops-flights {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .box-service-summary .transportline .durationstops-flights {
    width: 60%;
  }
  .selectedservices-fixed .box-service-summary .transportline .durationstops-flights {
    width: 13%;
  }
}

.box-service-summary .transportline .durationstops-flights .duration {
  font-size: 11px;
  line-height: 12px;
  color: #74716e;
}

.box-service-summary .transportline .durationstops-flights .stopsdata {
  font-size: 12px;
  line-height: 12px;
  color: #222222;
}

.box-service-summary .transportline .durationstops-flights .stopsdata .direct {
  color: #027A02;
}

.selectedservices-fixed .box-service-summary .transportline .durationstops-flights .duration, .selectedservices-fixed .box-service-summary .transportline .durationstops-flights .stopsdata {
  display: none;
}

@media (max-width: 767px) {
  .box-service-summary .transportline .durationstops-flights .duration, .box-service-summary .transportline .durationstops-flights .stopsdata {
    display: none;
  }
}

.box-service-summary .transportline .durationstops-flights .stopsdiagram {
  position: relative;
  height: 8px;
  width: 100%;
  line-height: 6px;
  margin-bottom: 2px;
}

.selectedservices-fixed .box-service-summary .transportline .durationstops-flights .stopsdiagram {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .box-service-summary .transportline .durationstops-flights .stopsdiagram {
    margin-top: 12px;
  }
}

.box-service-summary .transportline .durationstops-flights .stopsdiagram:before, .box-service-summary .transportline .durationstops-flights .stopsdiagram:after {
  content: '';
  background: #74716e;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  z-index: 3;
}

.box-service-summary .transportline .durationstops-flights .stopsdiagram:before {
  right: 0;
}

.box-service-summary .transportline .durationstops-flights .stopsdiagram:after {
  left: 0;
}

.box-service-summary .transportline .durationstops-flights .stopsdiagram > div {
  width: 100%;
  height: 1px;
  position: absolute;
  border: 1px solid #dad7d5;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

.box-service-summary .transportline .durationstops-flights .stopsdiagram > span {
  background: #fff;
  display: inline-block;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: relative;
  z-index: 3;
}

.box-service-summary .transportline .durationstops-flights .stopsdiagram > span + span {
  margin-right: 12px;
}

@media (max-width: 768px) {
  .box-service-summary .transportline .durationstops-flights .stopsdiagram > span + span {
    margin-right: 0;
  }
}

.selectedservices-fixed .box-service-summary .transportline .durationstops-flights .stopsdiagram > span + span {
  margin-right: 5px;
}

.box-service-summary .transportline .icons-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 30%;
}

@media (max-width: 1119px) {
  .box-service-summary .transportline .icons-info {
    width: 40%;
  }
}

.box-service-summary .transportline .icons {
  overflow: hidden;
}

.box-service-summary .transportline .icons .icon {
  vertical-align: middle;
}

.box-service-summary .transportline .icons .icon.icon-anyfill-graph-luggage, .box-service-summary .transportline .icons .icon.icon-anyfill-graph-luggage-no {
  width: 20px !important;
  height: 20px !important;
  margin-left: 5px;
}

.selectedservices-fixed .box-service-summary .transportline .icons .icon {
  vertical-align: top;
}

.box-service-summary .transportline .icons .icono {
  float: right;
  vertical-align: middle;
  margin-top: 0;
}

.box-service-summary .transportline .icons .icono + .icono {
  margin-right: 2px;
}

.box-service-summary .transportline .icons .icono span[data-toggle="tooltip"] {
  display: inline-block;
  height: 24px;
}

.box-service-summary .transportline .icons .icono svg {
  vertical-align: middle;
}

.box-service-summary .transportline .icons .icono svg.icon-anyfill-graph-luggage, .box-service-summary .transportline .icons .icono svg.icon-anyfill-graph-luggage-no {
  width: 20px !important;
  height: 20px !important;
}

.selectedservices-fixed .box-service-summary .transportline .icons .icono svg {
  vertical-align: top;
}

.box-service-summary .transportline .icons .icono img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

/* Resumen VUELOS cuadro compra */
/* Itinerario */
.itinerary-container .economy-message {
  margin: 0 0 5px;
  padding-right: 15px;
  font-size: 14px;
  color: #74716e;
}

.itinerary-container .economy-message strong {
  color: #027A02;
}

.transport-top-summary {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.fixed-itinerary {
  position: fixed;
  top: 0;
  z-index: 150;
  padding-top: 20px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fixed-itinerary + .itinerary-filler {
    height: 319px;
  }
}

@media (min-width: 992px) {
  .fixed-itinerary + .itinerary-filler {
    height: 203px;
  }
}

.itinerary-service-options {
  padding: 0;
  transition: width 0.3s;
}

.itinerary-service-options .recomendada {
  color: #027A02;
  border: 1px solid rgba(2, 122, 2, 0.5) !important;
  background: #f7f7f7;
}

.itinerary-service-options .SValentin {
  color: #CC3D43;
  border: 1px solid rgba(204, 61, 67, 0.5) !important;
  background: #f7f7f7;
}

.itinerary-service-options .noGastosGestion {
  color: #35495a;
  border: 1px solid rgba(53, 73, 90, 0.5) !important;
  background: #f7f7f7;
}

.itinerary-service-options .tarExclusiva {
  color: #FDE17B;
  border: 1px solid rgba(253, 225, 123, 0.5) !important;
  background: #f7f7f7;
}

.itinerary-service-options .BFriday {
  color: #222222;
  border: 1px solid rgba(34, 34, 34, 0.5) !important;
  background: #f7f7f7;
}

.itinerary-service-options .vueloExclusivo {
  color: #46403C;
  border: 1px solid rgba(70, 64, 60, 0.5) !important;
  background: #f7f7f7;
}

.itinerary_frame {
  border: 1px dashed #c7c7c7;
  padding: 10px;
  margin-bottom: 0;
  min-height: 88px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  background: #f7f7f7;
  font-weight: 300;
}

@media (max-width: 767px) {
  .itinerary_frame {
    margin-bottom: 5px;
  }
}

.itinerary_frame.empty_frame {
  border: 1px dashed #027A02;
  position: relative;
  border-radius: 6px;
  min-height: 81px;
  padding: 12px 10px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.itinerary_frame.empty_frame p {
  text-align: center;
  font-size: 16px;
  color: #027A02;
  margin-bottom: 6px;
}

.itinerary_frame.empty_frame p .emptyelement {
  display: inline-block;
  margin-top: 1em;
}

.itinerary_frame.empty_frame .empty_frame_arrow, .itinerary_frame.empty_frame .empty_frame_arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.itinerary_frame.empty_frame .empty_frame_arrow {
  right: 50%;
  margin-right: -7px;
  border-width: 7px;
  border-bottom-width: 0;
  border-top-color: #027A02;
  bottom: -7px;
}

.itinerary_frame.empty_frame .empty_frame_arrow:after {
  bottom: 1px;
  margin-right: -7px;
  border-width: 7px;
  border-bottom-width: 0;
  border-top-color: #f7f7f7;
  content: "";
}

.itinerary_frame strong {
  text-transform: uppercase;
}

.itinerary_frame .origindestinydate {
  margin-bottom: 3px;
  color: #74716e;
}

.itinerary_frame .origindestinydate svg {
  vertical-align: middle;
}

.itinerary_frame .origindestinydate svg, .itinerary_frame .origindestinydate svg * {
  fill: #74716e;
}

.itinerary_frame .origindestinydate svg.icon-anyfill-prod-flight {
  width: 18px;
  height: 18px;
}

.itinerary_frame .origindestinydate svg.icon-anyfill-prod-train {
  width: 18px;
  height: 18px;
}

.itinerary_frame .origindestinydetails div {
  display: inline-block;
}

.itinerary_frame .split_trips svg {
  fill: #E50000;
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

/*rtl:ignore*/
[dir='rtl'] .itinerary_frame .origindestinydate svg.icon-anyfill-prod-flight {
  transform: rotateY(180deg);
}

.itinerary-service-options > .col-lg-6:nth-last-child(2) .itinerary_frame .origindestinydate svg.icon-anyfill-prod-flight {
  transform: rotateY(-180deg);
}

/*rtl:ignore*/
[dir='rtl'] .itinerary-service-options > .col-lg-6:nth-last-child(2) .itinerary_frame .origindestinydate svg.icon-anyfill-prod-flight {
  transform: rotateY(0deg);
}

.close_option {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  left: 5px;
}

.close_option svg {
  width: 8px;
  height: 8px;
}

.close_option svg, .close_option svg * {
  fill: #74716e;
}

.availableservices {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .availableservices {
    min-height: 0;
  }
}

.availableservices .label {
  font-weight: 300;
  font-size: 11px;
  display: inline-block;
}

.availableservices .label.recomendada {
  display: none;
  /* ocultar temporalmente la etiqueta de compañia recomendada en la primera carga */
}

.availableservices .servicios {
  display: inline-block;
}

.availableservices .servicios ul li {
  margin-right: 10px;
}

.availableservices .servicios svg, .availableservices .servicios svg * {
  vertical-align: middle;
  fill: #b3b0ad;
}

@media (min-width: 992px) {
  .itineraryprice_opt1 {
    padding-top: 0;
  }
}

.itineraryprice_opt1 .pricefigure {
  text-align: left;
}

.itineraryprice_opt1 .pricefigure .price {
  font-weight: 700;
  font-size: 24px;
}

html.fonts-loaded .itineraryprice_opt1 .pricefigure .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .itineraryprice_opt1 .pricefigure .price, html[lang|="fa"].fonts-loaded .itineraryprice_opt1 .pricefigure .price, html[lang|="he"].fonts-loaded .itineraryprice_opt1 .pricefigure .price {
  font-weight: 700;
}

.itineraryprice_opt1 .pricefigure .price .symbol {
  font-size: 15px;
}

.itineraryprice_opt1 .pricefigure .pricedetail {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.itineraryprice_opt1 .secondline {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #74716e;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .itineraryprice {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .itineraryprice {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
  }
  .itineraryprice .pricefigure {
    float: left;
  }
  .itineraryprice .secondline {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .itineraryprice .itineraryprice_block {
    float: left;
  }
}

.itineraryprice .link_block-price .farekeep-button {
  font-size: 14px;
}

.itineraryprice .link_block-price .icon {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}

.itineraryprice .link_block-price .icon * {
  fill: #46403C;
}

.itineraryprice .itineraryprice_block .pricefigure {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

html.fonts-loaded .itineraryprice .itineraryprice_block .pricefigure {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .itineraryprice .itineraryprice_block .pricefigure, html[lang|="fa"].fonts-loaded .itineraryprice .itineraryprice_block .pricefigure, html[lang|="he"].fonts-loaded .itineraryprice .itineraryprice_block .pricefigure {
  font-weight: 700;
}

.itineraryprice .itineraryprice_block .pricefigure .price .symbol {
  font-size: 0.85em;
}

.itineraryprice .itineraryprice_block .pricefigure .price .symbol.eur, .itineraryprice .itineraryprice_block .pricefigure .price .symbol .usd, .itineraryprice .itineraryprice_block .pricefigure .price .symbol .gbp {
  font-size: 20px;
}

.itineraryprice .itineraryprice_block .pricefigure .icon {
  vertical-align: middle;
}

.itineraryprice .itineraryprice_block .pricefigure .icon-flights-info {
  vertical-align: middle;
}

.itineraryprice .itineraryprice_block .secondline {
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #74716e;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .itineraryprice .itineraryprice_block .secondline {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .itineraryprice .itineraryprice_block .secondline {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.itineraryprice .pricefigure {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
}

html.fonts-loaded .itineraryprice .pricefigure {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .itineraryprice .pricefigure, html[lang|="fa"].fonts-loaded .itineraryprice .pricefigure, html[lang|="he"].fonts-loaded .itineraryprice .pricefigure {
  font-weight: 700;
}

.itineraryprice .pricefigure .price .symbol {
  font-size: 0.85em;
}

.itineraryprice .pricefigure .price .symbol.eur, .itineraryprice .pricefigure .price .symbol .usd, .itineraryprice .pricefigure .price .symbol .gbp {
  font-size: 20px;
}

.itineraryprice .pricefigure .icon {
  vertical-align: middle;
}

.itineraryprice .pricefigure .icon-flights-info {
  vertical-align: middle;
}

.itineraryprice .itineraryprice-amount .secondline {
  text-align: end;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #74716e;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .itineraryprice .itineraryprice-amount .secondline {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .itineraryprice .itineraryprice-amount .secondline {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}

.btn_booking_down {
  padding-top: 10px;
  padding-bottom: 26px;
  border-bottom: 2px solid #e3e3e3;
  overflow: hidden;
}

.btn_booking_down .link_block-price .farekeep-button {
  font-size: 14px;
}

.btn_booking_down .link_block-price .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.btn_booking_down .link_block-price .icon * {
  fill: #46403C;
}

.itineraryprice.itineraryprice_old_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.itineraryprice.itineraryprice_old_block .itineraryprice-amount {
  margin-left: 30px;
}

.button_booking_content {
  text-align: center;
}

@media (min-width: 1200px) {
  .button_booking_content {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .button_booking_content {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .button_booking_content {
    display: flex;
    justify-content: center;
  }
}

/* Fin Itinerario */
/* ESTILOS CLASES Y TOOLTIP */
.filters-buttons-container {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .filters-buttons-container {
    padding: 10px 0;
    margin-bottom: 0;
    display: flex;
  }
}

.filters-buttons-container:after {
  content: '';
  display: block;
  clear: both;
}

.filters-left-container {
  display: inline-flex;
  width: 35%;
}

.filters-right-container {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.filters-right-container .filters-class-buttons-container {
  display: inline-block;
  font-size: 0;
}

.filters-right-container .filters-class-buttons-container .filter-tooltip {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.filters-right-container .filters-class-buttons-container .filter-tooltip .tarifa_reducida {
  display: inline-flex;
  font-weight: 700;
}

html.fonts-loaded .filters-right-container .filters-class-buttons-container .filter-tooltip .tarifa_reducida {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .filters-right-container .filters-class-buttons-container .filter-tooltip .tarifa_reducida, html[lang|="fa"].fonts-loaded .filters-right-container .filters-class-buttons-container .filter-tooltip .tarifa_reducida, html[lang|="he"].fonts-loaded .filters-right-container .filters-class-buttons-container .filter-tooltip .tarifa_reducida {
  font-weight: 700;
}

.filters-right-container .filters-class-buttons-container .filter-tooltip .tarifa_reducida .icon-hotels-info {
  margin-right: 3px;
  margin-left: 5px;
  cursor: pointer;
}

.filters-right-container .filters-class-buttons-container .filters-class-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-left: 0;
  vertical-align: middle;
  width: 555px;
}

.filters-right-container .filters-class-buttons-container .filters-tab-button {
  background-color: transparent;
  border-radius: 4px 0 0 4px !important;
  padding: 9px 10px;
  display: inline-block;
  vertical-align: middle;
  border-color: #d0cbc9;
}

.filters-right-container .filters-class-buttons-container .filters-tab-button:active {
  border-right: 1px solid #3171c9;
  border-color: #3171c9;
}

.filters-right-container .filters-class-buttons-container .filters-tab-button:active .icon {
  fill: currentcolor;
}

.filters-right-container .filters-class-buttons-container .filters-tab-button:hover {
  border-right: 1px solid #3171c9;
  border-color: #3171c9;
}

.filters-right-container .filters-class-buttons-container .filters-tab-button:hover .icon {
  fill: #3171c9;
}

.filters-right-container .filters-class-buttons-container .filters-tab-button .icon {
  width: 16px;
  height: 16px;
  fill: #74716e;
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
  vertical-align: middle;
}

[dir='rtl'] .filters-right-container .filters-class-buttons-container .filters-tab-button .icon {
  transform: rotate(-180deg);
}

.filters-right-container .filters-class-buttons-container .filters-tab-button-back .icon {
  transform: rotate(-180deg);
}

[dir='rtl'] .filters-right-container .filters-class-buttons-container .filters-tab-button-back .icon {
  transform: rotate(0deg);
}

.filters-right-container .filters-class-buttons-container .filters-class-container {
  display: flex;
  border-left: solid 1px #d0cbc9;
  margin-bottom: 0;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class-link-border a {
  border-radius: 0 4px 4px 0 !important;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class-link-border a:hover {
  border-radius: 0 4px 4px 0 !important;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class {
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0;
  background-color: transparent;
  flex: 0 0 auto;
  width: 185px;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class .filters-class-link {
  padding: 9px 10px;
  border: solid 1px #d0cbc9;
  border-left: 0;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class:first-child .filters-class-link {
  border-radius: 0 4px 4px 0;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class:last-child .filters-class-link {
  border-left: 1px;
  border-radius: 0;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class .btn {
  color: #222222;
  margin-left: 0;
  text-decoration: none;
  font-weight: 300;
  border-radius: 0;
  text-align: center;
  width: 100%;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class .btn:hover {
  border: 1px solid #3171c9;
  color: #3171c9;
  font-weight: 400;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class .btn-default:focus {
  border: solid 1px #d0cbc9;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class.active .filters-class-link, .filters-right-container .filters-class-buttons-container .filters-class-container .filters-class.active .filters-class-link:focus {
  color: #3171c9;
  background: transparent;
  border: 1px solid #3171c9;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class.active .filters-class-link {
  color: #3171c9;
  font-weight: 400;
  border: 1px solid #3171c9;
}

.filters-right-container .filters-class-buttons-container .filters-class-container .filters-class.active:first-child .filters-class-link {
  border-radius: 0 4px 4px 0;
}

.filterbuttoncontainer {
  position: relative;
  display: inline-block;
}

.tarifa_reducida_tooltip .tarifa_lista {
  text-align: right;
  margin-right: 20px;
}

.tarifa_reducida_tooltip .tarifa_lista .tarifa_lista_item {
  list-style-type: disc;
  list-style-position: inherit;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.filtertooltip {
  width: 300px;
  top: 50px;
  right: 0;
  z-index: 110;
}

.filtertooltip .tooltip-arrow {
  right: 15% !important;
}

.filtertooltip .tooltip-inner {
  padding-right: 26px;
  padding-left: 40px;
  position: relative;
}

.filtertooltip .tooltip-inner .tooltipfilters_close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 14px;
  left: 14px;
}

.filtertooltip .tooltip-inner .tooltipfilters_close svg {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.filtertooltip .tooltip-inner .tooltipfilters_close svg, .filtertooltip .tooltip-inner .tooltipfilters_close svg * {
  fill: #7c7167;
}

.filtertooltip .tooltip-inner p {
  margin-bottom: 0;
  text-align: right;
}

.filtertooltip .tooltip-inner p.titletooltip {
  margin-bottom: 15px;
}

/* Popover de informacion del vuelo */
.infoVuelo {
  background: #FFF !important;
  border: 1px solid #dfdfdf;
}

.infoVuelo .icon-anyfill-graph-info-circle * {
  fill: #beb8b3;
}

.infoVuelo .icon-anyfill-ui-close {
  width: 12px;
  height: 10px;
}

.infoVuelo .icon-anyfill-ui-close, .infoVuelo .icon-anyfill-ui-close * {
  fill: #74716e;
}

.infoVuelo .cerrar {
  font-size: 12px;
  display: inline-block;
}

.infoVuelo span {
  display: block;
}

.infoVuelo .dato {
  color: #74716e;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
}

.infoVuelo .detalles .dato {
  display: block !important;
}

.infoVuelo .dato span {
  display: inline-block;
}

.infoVuelo .dato span:first-child {
  position: relative;
  top: -4px;
}

.infoVuelo .infoDato {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}

.infoVuelo .infoDato.clase {
  margin-left: 0;
  display: block;
}

.infoVuelo .ciudad {
  font-weight: 400;
  font-size: 14px;
  margin-top: -5px;
  clear: both;
}

.infoVuelo .ciudad .pais {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
}

.infoVuelo .duracion {
  color: #74716e;
  font-weight: 300;
  font-size: 11px;
  margin: 0 0 5px 0;
}

@media (min-width: 992px) {
  .infoVuelo .duracion {
    margin: -12px 0 5px 0;
  }
}

.infoVuelo .vuelo {
  font-weight: 300;
  font-size: 14px;
  color: #222222;
}

.infoVuelo .separador {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  width: 96%;
  margin: 12px 2%;
  float: right;
}

.infoVuelo .separadorDashed {
  border-bottom: 1px dashed #dfdfdf;
  margin: 20px 0;
}

.infoVuelo .origen {
  text-align: left;
}

@media (min-width: 992px) {
  .infoVuelo .origen {
    margin-top: -19px;
  }
}

.infoVuelo .destino {
  text-align: right;
}

@media (min-width: 992px) {
  .infoVuelo .destino {
    margin-top: -19px;
  }
}

.infoVuelo .servicios {
  text-align: center;
  padding: 0;
}

.infoVuelo .contEscala {
  padding: 36px 0 37px;
  background: transparent url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-deco-bar-D0CBC9.svg") repeat-x scroll left center;
  margin-top: -23px;
}

.infoVuelo .escala {
  color: #222222;
  border: 1px solid #dfdfdf;
  border-radius: 30px !important;
  background: #fff;
  padding: 0 20px;
  display: inline-block;
  margin: 0 auto;
}

.infoVuelo .escala span {
  display: inline-block;
  margin: 7px 0 3px;
}

.infoVuelo .escala .infoEscala {
  vertical-align: super;
  font-size: 14px;
}

.infoVuelo .datoVuelo {
  width: 104px !important;
  margin-right: auto;
  margin-top: -6px;
}

.infoVuelo .datoClase {
  width: 103px !important;
  color: #222222 !important;
  margin: -6px 35px;
}

.infoVuelo .datoClase.SinServicio {
  margin: 0 !important;
}

.infoVuelo .servicios {
  margin-right: auto;
  margin-left: auto;
}

.infoVuelo .datosAmpliados {
  clear: both;
}

.infoVuelo .datosAmpliados li {
  display: inline-block !important;
  vertical-align: top;
}

/* Fin del popover de la informacion del vuelo */
/* Popover del desglose del precio */
.popover {
  max-width: 100% !important;
}

.popover-content.infoPrecio-popover {
  padding: 0 !important;
}

.infoPrecio {
  width: 392px;
  position: relative;
  background: #FFFFFF;
}

.infoPrecio ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 25px !important;
}

.infoPrecio ul li {
  border-bottom: 1px dashed #dfdfdf;
  display: inline-block !important;
  color: #222222 !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  padding: 0 0 5px 0 !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.infoPrecio ul li div {
  padding: 0 !important;
}

.infoPrecio ul li:nth-last-child(2) {
  border-bottom: 1px solid #dfdfdf;
}

.infoPrecio ul li:last-child {
  border-bottom: 0px !important;
}

.infoPrecio ul .precioBillete {
  font-weight: 700;
  color: #74716e;
}

html.fonts-loaded .infoPrecio ul .precioBillete {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .infoPrecio ul .precioBillete, html[lang|="fa"].fonts-loaded .infoPrecio ul .precioBillete, html[lang|="he"].fonts-loaded .infoPrecio ul .precioBillete {
  font-weight: 700;
}

.infoPrecio ul .destacado {
  font-weight: 700;
  color: #027A02;
}

html.fonts-loaded .infoPrecio ul .destacado {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .infoPrecio ul .destacado, html[lang|="fa"].fonts-loaded .infoPrecio ul .destacado, html[lang|="he"].fonts-loaded .infoPrecio ul .destacado {
  font-weight: 700;
}

.infoPrecio ul .destacado.precioBillete bdi {
  direction: rtl;
}

.infoPrecio ul .precioTotal {
  font-weight: 700;
  font-size: 18px;
}

html.fonts-loaded .infoPrecio ul .precioTotal {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .infoPrecio ul .precioTotal, html[lang|="fa"].fonts-loaded .infoPrecio ul .precioTotal, html[lang|="he"].fonts-loaded .infoPrecio ul .precioTotal {
  font-weight: 700;
}

.infoPrecio .suplementos ul {
  padding: 0 0 !important;
  margin: -8px 0 !important;
}

.infoPrecio .suplementos li {
  border-bottom: 1px solid #dfdfdf;
  padding: 2px 5px !important;
  font-size: 14px !important;
}

.infoPrecio .suplementos li:nth-last-child(2) {
  border-bottom: 1px solid #dfdfdf;
}

.infoPrecio .infoAdicional {
  background: #F4F8FC;
  font-weight: 400;
  padding: 25px !important;
  font-size: 14px;
}

.infoPrecio .infoAdicional svg {
  width: 10px;
  height: 10px;
}

.infoPrecio .infoAdicional svg * {
  fill: #459ae4;
}

/* Fin del popover del desglose del precio */
.price_alert_modal .modal-text > svg {
  margin: 20px 0;
  width: 60px;
  height: 66px;
}

.price_alert_modal .modal-text > svg.icon {
  width: 40px;
  height: 40px;
  fill: #027A02;
}

.price_alert_modal .modal-text .checkbox label,
.price_alert_modal .modal-text .radio label {
  font-size: 12px;
}

.price_alert_modal .modal-text .checkbox + p {
  font-size: 12px;
}

.price_alert_modal .modal-text .checkbox + p a {
  text-transform: lowercase;
}

.price_alert_modal .modal-text .modal_confirmation_text_confirmation {
  font-size: 21px;
}

.price_alert_modal .modal-text .modal_confirmation_text_revision {
  font-size: 16px;
  margin-bottom: 15px;
}

.price_alert_modal .modal-text .modal_confirmation_text_revision_mail {
  font-size: 12px;
  margin-bottom: 30px;
}

.price_alert_modal .bg_modal {
  background: #f7f7f7;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  margin: 15px 0;
}

.price_alert_modal .bg_modal .icon {
  width: 20px;
  height: 20px;
  fill: #dfdfdf;
  vertical-align: bottom;
  margin: 0 5px;
}

.price_alert_modal button {
  font-weight: 300 !important;
}

.buscadorModificaBusqueda .addhotel_label {
  display: none !important;
}

.tooltip .icon-anyfill-graph-luggage, .tooltip .icon-anyfill-graph-luggage-no {
  width: 20px !important;
  height: 20px !important;
}

.tooltip .icon-anyfill-graph-luggage, .tooltip .icon-anyfill-graph-luggage *, .tooltip .icon-anyfill-graph-luggage-no, .tooltip .icon-anyfill-graph-luggage-no * {
  fill: #cfcdcb;
}

/* Columna de la izquierda */
#filtros .row {
  margin-bottom: 10px !important;
}

#filtros .row .col-lg-12 {
  float: none;
}

#premiumPay:before {
  background: transparent url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-logo-destiniabola-E14209.svg") no-repeat scroll 100%;
  background-size: 100% 100%;
  content: " ";
  display: inline-block;
  height: 40px;
  right: 0;
  position: relative;
  top: -20px;
  width: 40px;
}

#premiumPay {
  margin: 60px auto 0;
  padding: 0 18px 20px 18px;
  background: #FFF;
  font-size: 16px;
}

#premiumPay .titulo {
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

#premiumPay .info {
  font-weight: 300;
  font-size: 14px;
}

#filtros #ventajas {
  margin-top: 60px;
  background: #fff;
  padding: 20px;
}

@media (max-width: 1199px) {
  #filtros #ventajas {
    display: none;
  }
}

#filtros #ventajas .titulo {
  display: block;
  font-weight: 300;
  font-size: 24px;
  color: #222222;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

#filtros #ventajas .titulo:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #74716e;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -15px;
  opacity: 0.5;
}

#filtros #ventajas ul {
  padding-right: 23px;
}

#filtros #ventajas ul li {
  position: relative;
}

#filtros #ventajas ul li strong {
  color: #000;
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

#filtros #ventajas ul li strong.checked:after {
  right: -23px;
  position: absolute;
  top: 4px;
}

#filtros #ventajas ul li span {
  color: #74716e;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  display: block;
}

#filtros .cont_publi_dispo {
  margin-top: 60px;
}

/* Fin de la columna de la izquierda */
/* Filtros en vista 2 cols */
.filters_layer {
  background: rgba(116, 113, 110, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  will-change: opacity;
  transition: background 0.3s ease-out;
  z-index: 1000;
}

.filters_layer.out {
  transform: translate3d(102%, 0, 0);
}

.fixedfilters {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform 0.3s ease-out;
  transition-delay: 0.3s;
  z-index: 1010;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .fixedfilters {
    max-width: 320px;
  }
}

.fixedfilters.out {
  transform: translate3d(102%, 0, 0);
  transition: transform 0.3s ease-in;
  transition-delay: 100ms;
}

.fixedfilters__title {
  padding: 25px 25px 20px;
  overflow: hidden;
}

.fixedfilters__title span {
  font-size: 12px;
  color: #74716e;
  font-weight: 300;
}

.fixedfilters__title button {
  float: left;
  color: #7c7167;
  font-size: 14px;
  font-weight: 300;
  background: transparent;
  border: none;
}

.fixedfilters__title button:hover, .fixedfilters__title button:focus {
  color: #222222;
}

.fixedfilters .filters_buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -2px 4px rgba(84, 79, 75, 0.2);
  padding: 10px 38px;
}

@media (min-width: 768px) {
  .fixedfilters .filters_buttons {
    max-width: 320px;
  }
}

.fixedfilters .filters_buttons button {
  width: 100%;
}

/* Filtros en vista 2 cols */
.tutorial_layer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(246, 246, 246, 0.8);
  transform: translate3d(0, 0, 0);
  will-change: opacity;
  transition: background 0.3s ease-out;
  z-index: 303;
}

.tutorial_layer.out {
  transform: translate3d(102%, 0, 0);
  background: rgba(249, 249, 248, 0);
}

.tutorial_box {
  position: fixed;
  top: 50%;
  right: 50%;
  width: 360px;
  height: 525px;
  margin-right: -180px;
  margin-top: -262px;
  border: 1px solid #b8afaa;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 304;
}

.tutorial_box.out {
  display: none;
}

.tutorial_box .tutorial_close {
  position: absolute;
  left: 15px;
  top: 15px;
}

.tutorial_box .tutorial_close svg {
  width: 10px;
  height: 10px;
}

.tutorial_box .tutorial_close svg, .tutorial_box .tutorial_close svg * {
  fill: #fff;
}

.tutorial_box .tutorial_top {
  background: #027A02;
  padding: 20px;
}

.tutorial_box .tutorial_top p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 300;
  line-height: 24px;
}

.tutorial_box .tutorial_top p.bigtitle {
  font-size: 24px;
  margin: 8px 0;
}

.tutorial_box .tutorial_top p.smalltitle {
  font-size: 14px;
}

.tutorial_box .tutorial_top .tutorial_steps {
  position: relative;
  width: 252px;
  height: 36px;
  margin: 0 auto;
  display: block;
}

.tutorial_box .tutorial_top .tutorial_steps:before, .tutorial_box .tutorial_top .tutorial_steps:after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  z-index: 1;
  background: #709609;
  top: 50%;
  margin-top: -1px;
}

.tutorial_box .tutorial_top .tutorial_steps:before {
  right: 0;
}

.tutorial_box .tutorial_top .tutorial_steps:after {
  left: 0;
}

.tutorial_box .tutorial_top .tutorial_steps.step_2:before, .tutorial_box .tutorial_top .tutorial_steps.step_3:before, .tutorial_box .tutorial_top .tutorial_steps.step_3:after {
  background: #fff;
}

.tutorial_box .tutorial_top .tutorial_steps li {
  color: #709609;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  width: 23px;
  height: 23px;
  background: #027A02;
  border: 1px solid #709609;
  border-radius: 50%;
  top: 50%;
  margin-top: -12px;
  z-index: 3;
  line-height: 23px;
  text-align: center;
}

html.fonts-loaded .tutorial_box .tutorial_top .tutorial_steps li {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .tutorial_box .tutorial_top .tutorial_steps li, html[lang|="fa"].fonts-loaded .tutorial_box .tutorial_top .tutorial_steps li, html[lang|="he"].fonts-loaded .tutorial_box .tutorial_top .tutorial_steps li {
  font-weight: 700;
}

.tutorial_box .tutorial_top .tutorial_steps li.first-step {
  right: 0;
}

.tutorial_box .tutorial_top .tutorial_steps li.second-step {
  right: 50%;
  margin-right: -12px;
}

.tutorial_box .tutorial_top .tutorial_steps li.third-step {
  left: 0;
}

.tutorial_box .tutorial_top .tutorial_steps.step_1 .first-step,
.tutorial_box .tutorial_top .tutorial_steps.step_2 .first-step,
.tutorial_box .tutorial_top .tutorial_steps.step_2 .second-step,
.tutorial_box .tutorial_top .tutorial_steps.step_3 .first-step,
.tutorial_box .tutorial_top .tutorial_steps.step_3 .second-step,
.tutorial_box .tutorial_top .tutorial_steps.step_3 .third-step {
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  line-height: 34px;
  text-align: center;
}

.tutorial_box .tutorial_top .tutorial_steps.step_2 .second-step,
.tutorial_box .tutorial_top .tutorial_steps.step_3 .second-step {
  margin-right: -17px;
}

.tutorial_box .tutorial_content {
  padding-top: 20px;
}

.tutorial_box .tutorial_content .big_list {
  padding: 20px 40px 0;
  margin: 0;
}

.tutorial_box .tutorial_content .big_list li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #74716e;
  margin-bottom: 28px;
}

.tutorial_box .tutorial_content .big_list li span {
  float: right;
  color: #222222;
  padding-top: 10px;
  padding-left: 10px;
  width: 35px;
  text-align: right;
  font-weight: 700;
  font-size: 28px;
}

.tutorial_box .tutorial_content .big_list li span svg {
  margin-left: 0;
}

.tutorial_box .tutorial_content .big_list li span svg, .tutorial_box .tutorial_content .big_list li span svg * {
  fill: #222222;
}

.tutorial_box .tutorial_content .big_list li span svg.icon-anyfill-graph-clock {
  width: 24px;
  height: 24px;
}

.tutorial_box .tutorial_content .big_list li span svg.icon-anyfill-ui-doblearrow {
  width: 24px;
  height: 24px;
}

.tutorial_box .tutorial_content .big_list li span svg.icon-anyfill-ui-doblearrow, .tutorial_box .tutorial_content .big_list li span svg.icon-anyfill-ui-doblearrow * {
  fill: #222222;
}

.tutorial_box .tutorial_content .checkcontainer {
  padding: 0 40px;
}

.tutorial_box .tutorial_content .checkcontainer label {
  font-weight: 300;
  color: #74716e;
}

.tutorial_box .tutorial_content .checkcontainer input {
  vertical-align: middle;
  margin-top: 0;
  margin-left: 10px;
}

.tutorial_box .tutorial_content p {
  color: #74716e;
  font-weight: 300;
  font-size: 16px;
  padding: 0 30px;
  margin-bottom: 10px;
}

.tutorial_box .tutorial_content p strong {
  font-size: 18px;
}

.tutorial_box .tutorial_content p.title {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}

html.fonts-loaded .tutorial_box .tutorial_content p.title {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .tutorial_box .tutorial_content p.title, html[lang|="fa"].fonts-loaded .tutorial_box .tutorial_content p.title, html[lang|="he"].fonts-loaded .tutorial_box .tutorial_content p.title {
  font-weight: 700;
}

.tutorial_box .tutorial_content .text-center {
  margin: 40px 0;
}

.tutorial_box .tutorial_bottom {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #eaeaea;
}

.tutorial_box .tutorial_bottom.first_bt {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eaeaea;
}

.tutorial_box .tutorial_bottom .btn-back {
  float: right;
}

.tutorial_box .tutorial_bottom .btn-next, .tutorial_box .tutorial_bottom .btn-end {
  float: left;
}

.btn-green.btn-next:after {
  position: relative;
  top: 1px;
  margin-right: 12px;
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btn-green.btn-back:before {
  position: relative;
  top: 1px;
  margin-left: 12px;
  content: '';
  width: 7px;
  height: 11px;
  display: inline-block;
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-ui-chevron-right-8db112.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* BLOQUE NUEVO CUADRO +-1 DIA */
.changeday_block {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.changeday_block .day_block {
  width: 34%;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #dfdfdf;
  text-decoration: none;
  color: #74716e;
}

.changeday_block .day_block:hover {
  color: #3171c9;
}

.changeday_block .day_block .previous_day, .changeday_block .day_block .next_day {
  color: #74716e;
  text-decoration: none;
  display: block;
}

.changeday_block .day_block .previous_day:hover, .changeday_block .day_block .next_day:hover {
  text-decoration: none;
  color: #3171c9;
}

.changeday_block .day_block.active {
  color: #3171c9;
  font-weight: 400;
  border: 1px solid #3171c9;
}

.changeday_block .labels_block {
  text-decoration: none;
  height: 50px;
}

.changeday_block .labels_block .price {
  font-size: 14px;
  font-weight: 700;
}

html.fonts-loaded .changeday_block .labels_block .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .changeday_block .labels_block .price, html[lang|="fa"].fonts-loaded .changeday_block .labels_block .price, html[lang|="he"].fonts-loaded .changeday_block .labels_block .price {
  font-weight: 700;
}

.changeday_block .labels_block .price .symbol {
  font-size: 0.85em;
  font-weight: 700;
}

html.fonts-loaded .changeday_block .labels_block .price .symbol {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .changeday_block .labels_block .price .symbol, html[lang|="fa"].fonts-loaded .changeday_block .labels_block .price .symbol, html[lang|="he"].fonts-loaded .changeday_block .labels_block .price .symbol {
  font-weight: 700;
}

.changeday_block .labels_block .price.eur, .changeday_block .labels_block .price.usd, .changeday_block .labels_block .price.gbp {
  font-size: 18px;
}

.changeday_block .day_label {
  margin-top: 4px;
}

.changeday_block .day_label, .changeday_block .price_block {
  text-align: center;
  font-weight: 400;
}

.changeday_block .price_label {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

html.fonts-loaded .changeday_block .price_label {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .changeday_block .price_label, html[lang|="fa"].fonts-loaded .changeday_block .price_label, html[lang|="he"].fonts-loaded .changeday_block .price_label {
  font-weight: 700;
}

.changeday_block .other_day, .changeday_block .current_day {
  margin-left: 5px;
}

.changeday_block .other_day:last-child {
  margin-left: 0;
}

.changeday_block .subtit_day {
  font-size: 12px;
}

.changeday_block .subtit_price {
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.changeday_block .current_day.day_block .day_label {
  margin-top: 0;
  padding: 15px 0;
}

.changeday_block .current_day.day_block .day_label .subtit_day {
  font-size: 16px;
  font-weight: 700;
}

html.fonts-loaded .changeday_block .current_day.day_block .day_label .subtit_day {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .changeday_block .current_day.day_block .day_label .subtit_day, html[lang|="fa"].fonts-loaded .changeday_block .current_day.day_block .day_label .subtit_day, html[lang|="he"].fonts-loaded .changeday_block .current_day.day_block .day_label .subtit_day {
  font-weight: 700;
}

/* FIN BLOQUE -NUEVO CUADRO +-1 DIA */
.coupon_container {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fde9dd;
  border: solid 1px #bd1550;
  margin-top: 15px;
  margin-bottom: 15px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/illustration-hotel-discount.svg");
  background-repeat: no-repeat;
  background-position: right 5px top 2px;
  width: auto;
}

@media (max-width: 767px) {
  .coupon_container {
    background-position: right 5px top 10px;
  }
  .coupon_container .coupon_icon {
    float: right;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .coupon_container {
    width: 100%;
  }
}

.coupon_container .coupon_text {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 50px;
  display: inline-block;
}

@media (max-width: 767px) {
  .coupon_container .coupon_text {
    display: block;
  }
}

.coupon_container .coupon_text strong {
  color: #bc5715;
  border-bottom: 1px dashed #bc5715;
  font-weight: 700;
  cursor: pointer;
}

html.fonts-loaded .coupon_container .coupon_text strong {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .coupon_container .coupon_text strong, html[lang|="fa"].fonts-loaded .coupon_container .coupon_text strong, html[lang|="he"].fonts-loaded .coupon_container .coupon_text strong {
  font-weight: 700;
}

.coupon_container .coupon_icon {
  width: 50px;
  height: 40px;
  vertical-align: middle;
}

body {
  background: #fff;
}

.mTop15 {
  margin-top: 15px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.margin0 {
  margin: 0 !important;
}

.padding0 {
  padding: 0 !important;
}

/* Estilos de la capa de preload */
#preload {
  background: rgba(249, 249, 249, 0.85);
  width: 100%;
  height: 100vh;
  /**
 * iPad with portrait orientation.
 */
  /**
   * iPad with landscape orientation.
   */
  /**
   * iPhone 5
   * You can also target devices with aspect ratio.
   */
  position: fixed;
  z-index: 1000;
  margin-right: auto;
  margin-left: auto;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  #preload {
    height: 1024px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #preload {
    height: 768px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  #preload {
    height: 570px;
  }
}

#preload > div {
  margin-top: 50px;
}

#preload span {
  display: block;
  margin-bottom: 8px;
}

#preload ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#preload li {
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
}

#preload li.checked:before {
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-graph-check-027a02.svg"), none;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 11px;
  right: -5px;
  position: relative;
  top: 0;
  width: 14px;
}

#preload li.checked:after {
  background: none;
}

#preload .titulo {
  color: #bd1550;
  font-size: 24px;
}

#preload .subtitulo {
  color: #222222;
  font-size: 14px;
}

#preload .callToAction {
  margin-top: 50px;
}

/* Fin de la capa de preload */
/* Capa del banner */
.banner {
  margin: 0 auto;
  width: 320px;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .banner {
    width: 728px;
  }
}

.availability-view.single-view .banner.upper-banner {
  margin-top: 30px;
}

.banner .publi {
  margin: 0;
}

.banner .publi .adunit > div {
  margin: 10px 0 20px 0;
}

.filters-buttons-container .banner .publi .adunit > div {
  margin: 0;
}

form + .banner .publi .adunit > div {
  margin: 0 0 20px 0 !important;
}

.banners-bottom {
  margin-top: 90px;
}

@media (max-width: 320px) {
  #thecontent {
    overflow: hidden;
  }
  .banner {
    position: relative;
    height: 70px;
    overflow: visible;
  }
  .banner_transports_list {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
  }
}

/* Fin de la capa del banner */
.alertaInterna {
  padding-right: 10px;
  padding-bottom: 13px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d0cbc9;
  float: right;
  color: #74716e;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

html.fonts-loaded .alertaInterna {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .alertaInterna, html[lang|="fa"].fonts-loaded .alertaInterna, html[lang|="he"].fonts-loaded .alertaInterna {
  font-weight: 700;
}

.alertaInterna div {
  display: inline-block;
  vertical-align: top;
}

.alertaInterna div:first-child {
  margin-left: 15px;
  margin-top: 4px;
}

.alertaInterna .icon-anyfill-graph-info-circle * {
  fill: #beb8b3;
}

/* Para mostrar algunos iconos a un tamano especifico */
.icon-anyfill-graph-info-circle {
  width: 18px;
  height: 18px;
}

.icon-anyfill-graph-info-circle * {
  fill: #beb8b3;
}

.icon-anyfill-graph-clock {
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.icon-anyfill-graph-clock * {
  fill: #bd1550;
}

.icon-anyfill-prod-flight {
  width: 18px;
  height: 18px;
}

.icon-anyfill-prod-flight * {
  fill: #c2c2c2;
}

.icon-anyfill-prod-bus {
  width: 18px;
  height: 18px;
}

.icon-anyfill-prod-bus * {
  fill: #c2c2c2;
}

.icon-anyfill-prod-alternativetransport {
  width: 18px;
  height: 18px;
}

.icon-anyfill-prod-alternativetransport * {
  fill: #c2c2c2;
}

.icon-anyfill-graph-layover {
  width: 18px;
  height: 18px;
  margin-left: 18px;
}

.icon-anyfill-prod-transfer {
  width: 18px;
  height: 18px;
  margin-left: 18px;
}

.icon-anyfill-graph-luggage, .icon-anyfill-graph-luggage *, .icon-anyfill-graph-luggage-no, .icon-anyfill-graph-luggage-no * {
  fill: #cfcdcb;
}

.icon-anyfill-prod-train {
  width: 18px;
  height: 18px;
}

.icon-anyfill-prod-train * {
  fill: #c2c2c2;
}

.bloquePublicidad .icon-anyfill-graph-check * {
  fill: #222222 !important;
}

.deselect {
  display: inline-block;
}

.deselect svg {
  margin-top: 8px;
  width: 18px;
  height: 18px;
  vertical-align: top;
  cursor: pointer;
}

.deselect svg, .deselect svg * {
  fill: #46403C;
}

/* Resets y estilos concretos para los contenedores de la zona de contenido */
#thecontent .container:not(:first-child) {
  padding: 0 5px;
}

#thecontent > .container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.elementoClicable:hover {
  cursor: pointer;
}

#calendarioPrecios {
  box-shadow: 0px 8px 5px -4px rgba(0, 0, 0, 0.18);
  border: 1px solid #dfdfdf;
  height: 130px;
  margin-top: -2px;
  z-index: 2;
  position: relative;
  background: #FFF;
  padding-top: 30px;
}

#calendarioPrecios ul {
  list-style: none;
}

#calendarioPrecios span {
  display: block;
  margin-bottom: 10px;
}

#calendarioPrecios .precio {
  border: 2px solid #dfdfdf;
  border-radius: 6px;
  padding: 7px;
}

#calendarioPrecios .seleccionado {
  background: #dfdfdf;
}

#alertas, .alertas {
  padding: 0;
  display: block;
}

#alertas .alert, .alertas .alert {
  margin-bottom: 0;
}

#alertas .numeroAlerta, .alertas .numeroAlerta {
  color: #a69d84;
  font-size: 11px;
  margin-left: 11px;
}

#alertas .close, .alertas .close {
  padding: 0 20px !important;
}

.btnAlertPrice.btn.btn-default.btn-transparent {
  margin-right: 30px;
}

.selectorescalas {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  float: left;
  padding: 5px 0;
}

.filters-buttons-container .selectorescalas {
  margin-right: 30px;
}

.selectorescalas p {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  margin-left: 8px;
  font-size: 12px;
  vertical-align: middle;
  max-width: 90px;
  line-height: 1.5;
}

/* Fin de la parte superior de la pagina */
.num_journeys {
  margin: 0 15px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .num_journeys {
    padding-top: 0;
    min-height: 50px;
  }
}

/*rtl:ignore*/
[dir='rtl'] .icon.icon-seat {
  transform: scaleX(-1);
}

/*Columna de la derecha */
#colDch {
  border-radius: 6px;
  margin: 50px 15px 0 15px;
  width: auto;
}

#colDch.no-results-after-filter {
  background: none;
  margin: 0;
}

.num_journeys + #colDch {
  margin-top: 0;
}

#colDch .bloque {
  border-radius: 6px;
}

#colDch .bloque.infoDesplegada {
  border-radius: 6px 6px 0 0;
}

#colDch .seleccion {
  background: #F4F8FC;
}

#colDch .flecha {
  margin: 0 4px;
}

#colDch .companyLogo {
  text-align: right;
}

#colDch .companyLogo .icono + .icono {
  margin-right: 15px;
}

#colDch .companyLogo img {
  max-width: 65px;
  height: auto;
}

#colDch .servicios {
  text-align: left;
  display: inline-block;
}

#colDch .servicios .icono + .icono {
  margin-right: 15px;
}

#colDch .destacados {
  margin-top: 5px;
  height: 24px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #colDch .destacados {
    height: 23px;
  }
}

#colDch .destacados li {
  font-size: 13px;
}

#colDch .destacados li:first-child {
  border-radius: 0 6px 0 0;
}

#colDch .destacados [dir='rtl'] li:nth-last-child(2) {
  border-radius: 0 6px 0 0;
}

#colDch .destacados .recomendada {
  background: #027A02;
}

#colDch .destacados .SValentin {
  background: #CC3D43;
}

#colDch .destacados .noGastosGestion {
  background: #35495a;
}

#colDch .destacados .tarExclusiva {
  background: #FDE17B;
  color: #222222 !important;
}

#colDch .destacados .BFriday {
  background: #222222;
}

#colDch .destacados .vueloExclusivo {
  background: #46403C;
  color: #fff !important;
}

#colDch .destacados .tuSeleccion {
  background: #46403C;
}

#colDch .destacados .bgSeleccionado {
  background: #46403C;
  width: 100% !important;
  display: block;
  margin-top: -25px;
  border-radius: 6px;
}

#colDch .destacados .icon-anyfill-graph-info-circle {
  width: 19px;
  height: 18px;
  vertical-align: middle;
}

#colDch .destacados .icon-anyfill-graph-info-circle * {
  fill: #FFF;
}

@media (max-width: 767px) {
  #colDch .destacados {
    margin-top: 0;
    height: 28px;
  }
  #colDch .destacados li {
    display: block !important;
    width: 100%;
  }
  #colDch .destacados li:not(:first-child) {
    display: none !important;
  }
  #colDch .destacados li:first-child {
    border-radius: 6px 6px 0 0;
  }
}

#colDch .destacados .infoVuelo.desktop {
  border: 0;
}

#colDch .conDestacado {
  border-right: 4px solid;
  border-radius: 6px 0 6px 6px;
}

#colDch .recomendada {
  border-color: #027A02 !important;
}

#colDch .SValentin {
  border-color: #CC3D43 !important;
}

#colDch .noGastosGestion {
  border-color: #35495a !important;
}

#colDch .tarExclusiva {
  border-color: #FDE17B !important;
}

#colDch .BFriday {
  border-color: #222222 !important;
}

#colDch .vueloExclusivo {
  border-color: #46403C;
}

#colDch .tuSeleccion {
  border-color: #46403C !important;
}

#results2Cols {
  margin-top: 10px;
  /* Ordenacion resultados 2 cols */
}

#results2Cols .transport-column {
  margin-bottom: 15px;
}

#results2Cols .title_col {
  color: #222222;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

#results2Cols .title_col:before {
  font-weight: 700;
  margin-left: 10px;
}

#results2Cols .title_col strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  #results2Cols .title_col strong {
    display: none;
  }
}

#results2Cols .col-lg-6:nth-child(1) .title_col .destination:before {
  content: "→";
}

#results2Cols .col-lg-6:nth-child(2) .title_col .destination:before {
  content: "→";
}

#results2Cols .bloque {
  position: relative;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

#results2Cols .bloque .idaVuelta {
  vertical-align: middle;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  #results2Cols .bloque .idaVuelta {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  #results2Cols .bloque .idaVuelta {
    padding: 0;
    text-align: right;
  }
}

@media (max-width: 767px) {
  #results2Cols .bloque .idaVuelta div {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #results2Cols .bloque .col-sm-5 {
    width: 41.5%;
  }
}

#results2Cols .infoVuelo.desktop {
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

#results2Cols .destacados {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 15px;
}

#results2Cols .destacados li {
  vertical-align: middle;
  padding: 1px 4px;
  line-height: 1.2;
  font-size: 11px;
  margin-left: 1px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  display: inline-block;
}

#results2Cols .destacados .recomendada {
  color: #027A02;
  border-color: rgba(2, 122, 2, 0.5) !important;
  background: #f7f7f7;
}

#results2Cols .destacados .SValentin {
  color: #CC3D43;
  border-color: rgba(204, 61, 67, 0.5) !important;
  background: #f7f7f7;
}

#results2Cols .destacados .noGastosGestion {
  color: #35495a;
  border-color: rgba(53, 73, 90, 0.5) !important;
  background: #f7f7f7;
}

#results2Cols .destacados .tarExclusiva {
  color: #FDE17B;
  border-color: rgba(253, 225, 123, 0.5) !important;
  background: #f7f7f7;
}

#results2Cols .destacados .BFriday {
  color: #222222;
  border-color: rgba(34, 34, 34, 0.5) !important;
  background: #f7f7f7;
}

#results2Cols .destacados .vueloExclusivo {
  color: #46403C;
  border-color: rgba(70, 64, 60, 0.5) !important;
  background: #f7f7f7;
}

#results2Cols .radioContainer {
  text-align: center;
}

#results2Cols .internalInfo + input {
  margin-top: 0;
}

#results2Cols .companyLogo {
  text-align: center;
}

#results2Cols .flecha {
  margin: 0 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #results2Cols .flecha {
    margin: 0;
  }
}

#results2Cols .tipoDuracion {
  padding-top: 5px !important;
}

@media (max-width: 1199px) {
  #results2Cols .tipoDuracion {
    padding-top: 0 !important;
    clear: right;
  }
}

@media (max-width: 1199px) {
  #results2Cols .tipoDuracion span {
    display: inline-block;
    vertical-align: middle;
  }
}

#results2Cols .servicios {
  padding: 0;
  text-align: left;
}

#results2Cols .seleccion {
  border-right: 1px solid #3171c9;
  background: #fff !important;
  position: relative;
}

#results2Cols .seleccion:before {
  content: '';
  width: 5px;
  height: 100%;
  background: #3171c9;
  position: absolute;
  top: 0;
  right: 0;
}

#results2Cols .seleccion .destacados {
  right: 9px;
}

#results2Cols .noseleccion {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background: #efefef !important;
}

#results2Cols .priceContainer {
  padding-top: 4px;
  font-weight: 400;
}

#results2Cols .priceContainer .priceaprox {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  color: #74716e;
}

#results2Cols .priceContainer .price {
  font-size: 20px;
  display: block;
}

#results2Cols .priceContainer .price .symbol {
  font-size: 0.85em;
}

#results2Cols .priceContainer .priceaprox + .price {
  line-height: 1.2;
}

@media (max-width: 1199px) {
  #results2Cols .icono {
    margin-top: 3px;
  }
}

@media (max-width: 1199px) {
  #results2Cols .infoLogo {
    padding-top: 3px !important;
    text-align: left;
  }
}

#results2Cols .companyLogo > img {
  max-width: 100%;
  height: auto;
}

#results2Cols .results-order {
  background: #f2f0ef;
  border: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 15px;
}

#results2Cols .results-order .results-label p {
  padding: 0;
  color: #222222;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 40px;
}

#results2Cols .results-order .container-order {
  position: relative;
  z-index: 100;
}

#results2Cols .results-order .container-order .order_filter_button {
  display: inline-block;
  border: none;
  padding: 0 10px;
  border-left: 0;
  background: none;
  color: #222222;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0;
  -webkit-tap-highlight-color: #fff;
}

html.fonts-loaded #results2Cols .results-order .container-order .order_filter_button {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded #results2Cols .results-order .container-order .order_filter_button, html[lang|="fa"].fonts-loaded #results2Cols .results-order .container-order .order_filter_button, html[lang|="he"].fonts-loaded #results2Cols .results-order .container-order .order_filter_button {
  font-weight: 700;
}

#results2Cols .results-order .container-order .order_filter_button span {
  vertical-align: middle;
}

#results2Cols .results-order .container-order .order_filter_button .icon {
  margin-right: 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

#results2Cols .results-order .container-order .order_filter_button .icon, #results2Cols .results-order .container-order .order_filter_button .icon * {
  fill: #222222;
}

#results2Cols .results-order .container-order ul {
  position: absolute;
  background: #fff;
  min-width: 262px;
  border-right: 1px solid #b8afaa;
  border-left: 1px solid #b8afaa;
  border-bottom: 1px solid #b8afaa;
}

#results2Cols .results-order .container-order ul.tolw_filters {
  display: none;
  padding-top: 0;
}

#results2Cols .results-order .container-order ul.tolw_filters li {
  padding: 0;
}

#results2Cols .results-order .container-order ul.tolw_filters li span {
  padding: 0 35px;
}

#results2Cols .results-order .container-order ul li {
  display: block;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

#results2Cols .results-order .container-order ul li.col-order-price {
  width: 37%;
}

#results2Cols .results-order .container-order ul li.col-order-departure {
  width: 10%;
}

#results2Cols .results-order .container-order ul li.col-order-return {
  width: 15%;
}

#results2Cols .results-order .container-order ul li.col-order-duration {
  width: 30%;
}

#results2Cols .results-order .container-order ul li span {
  border-top: 1px solid #dfdfdf;
  display: block;
  color: #746f6c;
  background: #fff;
  cursor: pointer;
  padding: 0 0 0 8px;
  line-height: 50px;
  transition: background 0.3s;
}

#results2Cols .results-order .container-order ul li span:hover {
  background: #F4F8FC;
}

#results2Cols .results-order .container-order ul li .activeorder {
  position: relative;
}

#results2Cols .results-order .container-order ul li .activeorder:after {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -6px;
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-graph-check-027a02.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#colDch, #results2Cols {
  /* Sin resultados */
  /* Loader */
}

#colDch .sinResultados span, #results2Cols .sinResultados span {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
}

#colDch .sinResultados .titulo, #results2Cols .sinResultados .titulo {
  font-size: 18px;
  margin-top: 20px;
}

#colDch .actualizandoResultados .ball-spin-fade-loader, #results2Cols .actualizandoResultados .ball-spin-fade-loader {
  margin: 80px auto;
  width: 0;
  height: 1px;
}

#colDch .actualizandoResultados span, #results2Cols .actualizandoResultados span {
  display: block;
  width: 50%;
  margin: 0 auto 30px;
  font-size: 18px;
  padding-top: 0;
}

#colDch .actualizandoResultados .ventajas, #results2Cols .actualizandoResultados .ventajas {
  margin-bottom: 58px;
}

#colDch .actualizandoResultados .ventajas li, #results2Cols .actualizandoResultados .ventajas li {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  padding: 6px 15px;
}

#colDch .actualizandoResultados .ventajas li.checked:after, #results2Cols .actualizandoResultados .ventajas li.checked:after {
  right: -104%;
  position: relative;
  top: 0;
}

#colDch .optionWrapper, #results2Cols .optionWrapper {
  clear: both;
}

#colDch .recommended-option, #results2Cols .recommended-option {
  display: none;
  padding: 5px 15px;
}

#colDch .recommended-option .icon, #results2Cols .recommended-option .icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

#colDch .recommended-option .icon, #colDch .recommended-option .icon *, #results2Cols .recommended-option .icon, #results2Cols .recommended-option .icon * {
  fill: #fff;
}

#colDch .recommended-option .recommended-text, #results2Cols .recommended-option .recommended-text {
  color: #fff;
  font-size: 14px;
}

#colDch .bloque, #results2Cols .bloque {
  background: #FFF;
  padding: 12px 0 2px 0;
  transition: background 0.3s;
  margin: 0 auto;
}

#colDch .bloque a:hover, #colDch .bloque a:active, #colDch .bloque a:visited, #colDch .bloque a:link, #results2Cols .bloque a:hover, #results2Cols .bloque a:active, #results2Cols .bloque a:visited, #results2Cols .bloque a:link {
  text-decoration: none;
}

#colDch .bloque.infoDesplegada, #results2Cols .bloque.infoDesplegada {
  margin-bottom: 0px !important;
}

#colDch .bloque:hover, #results2Cols .bloque:hover {
  background: #F4F8FC;
}

#colDch .selected-service .bloque, #results2Cols .selected-service .bloque {
  border-color: #3171c9;
  border-top-width: 1px;
  border-top-style: solid;
}

#colDch .selected-service .recommended-option, #results2Cols .selected-service .recommended-option {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #3171c9;
  color: #fff;
}

#colDch .selected-service .recommended-option .icon, #results2Cols .selected-service .recommended-option .icon {
  flex: 0 0 auto;
  margin-left: 5px;
}

#colDch .selected-service .recommended-option .recommended-text, #results2Cols .selected-service .recommended-option .recommended-text {
  flex: 1 0 auto;
}

#colDch .infoVuelo.desktop, #results2Cols .infoVuelo.desktop {
  margin-bottom: 5px;
  border-radius: 0 0 6px 6px;
  padding: 20px 0;
  position: relative;
  background: #cacaca;
  border-top: 1px solid #cacaca;
  box-shadow: inset 0px 8px 5px -4px rgba(0, 0, 0, 0.07);
  padding-top: 30px !important;
}

#colDch .infoVuelo.desktop:after, #colDch .infoVuelo.desktop:before, #results2Cols .infoVuelo.desktop:after, #results2Cols .infoVuelo.desktop:before {
  top: 0;
  right: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#colDch .infoVuelo.desktop:after, #results2Cols .infoVuelo.desktop:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cacaca;
  border-width: 4px;
  margin-right: -4px;
}

#colDch .infoVuelo.desktop:before, #results2Cols .infoVuelo.desktop:before {
  border-color: rgba(202, 202, 202, 0);
  border-top-color: #cacaca;
  border-width: 5px;
  margin-right: -5px;
}

#colDch input, #results2Cols input {
  margin-top: 11px;
}

#colDch .internalInfo, #results2Cols .internalInfo {
  display: block;
}

#colDch .internalInfo + input, #results2Cols .internalInfo + input {
  margin-top: 0;
}

#colDch .opcSeleccionada, #results2Cols .opcSeleccionada {
  margin-top: 5px;
  height: 24px;
}

#colDch .opcSeleccionada li, #results2Cols .opcSeleccionada li {
  float: right !important;
  padding: 2px 15px !important;
}

#colDch .opcSeleccionada li:first-child, #results2Cols .opcSeleccionada li:first-child {
  border-radius: 0 6px 0 0;
  width: 80% !important;
}

#colDch .opcSeleccionada li:first-child svg, #results2Cols .opcSeleccionada li:first-child svg {
  margin-left: 11px;
  width: 15px;
  height: 16px;
  vertical-align: middle;
}

#colDch .opcSeleccionada li:first-child svg *, #results2Cols .opcSeleccionada li:first-child svg * {
  fill: #FFF;
}

#colDch .opcSeleccionada li:first-child span, #results2Cols .opcSeleccionada li:first-child span {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
}

#colDch .opcSeleccionada li:nth-child(2), #results2Cols .opcSeleccionada li:nth-child(2) {
  width: 20% !important;
  border-radius: 6px 0 0 0;
  font-size: 12px;
  font-weight: 300;
  height: 24px;
}

#colDch .opcSeleccionada li:nth-child(2) a, #results2Cols .opcSeleccionada li:nth-child(2) a {
  text-decoration: underline;
  font-size: 13px;
}

#colDch .opcSeleccionada a, #colDch .opcSeleccionada a:hover, #results2Cols .opcSeleccionada a, #results2Cols .opcSeleccionada a:hover {
  color: #fff;
}

#colDch .opcSeleccionada .tuSeleccion, #results2Cols .opcSeleccionada .tuSeleccion {
  background: #46403C;
}

#colDch ul, #results2Cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#colDch ul, #results2Cols ul {
  /* Hack para Chrome */
  /* Fin del hack para Chrome */
}

#colDch ul li, #results2Cols ul li {
  display: inline;
  padding: 7px 15px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #colDch ul li, #results2Cols ul li {
    padding: 6px 15px;
  }
}

#colDch .bloquePublicidad, #results2Cols .bloquePublicidad {
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  height: 60px;
  padding-top: 13px !important;
  margin: 5px 0 10px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  /* Safari */
  transition: background 0.3s;
}

#colDch .bloquePublicidad .icon-anyfill-graph-check, #results2Cols .bloquePublicidad .icon-anyfill-graph-check {
  width: 24px;
  height: 32px;
}

#colDch .bloquePublicidad .icon-anyfill-graph-check *, #results2Cols .bloquePublicidad .icon-anyfill-graph-check * {
  fill: #86817d;
  -webkit-transition: fill 0.3s;
  /* Safari */
  transition: fill 0.3s;
}

#colDch .bloquePublicidad .promo, #results2Cols .bloquePublicidad .promo {
  font-weight: 400;
  font-size: 18px;
  margin-top: 5px;
  color: #86817d;
  -webkit-transition: color 0.3s;
  /* Safari */
  transition: color 0.3s;
}

#colDch .bloquePublicidad .callToAction, #results2Cols .bloquePublicidad .callToAction {
  font-weight: 400;
  font-size: 14px;
  margin-top: 9px;
  -webkit-transition: color 0.3s;
  /* Safari */
  transition: color 0.3s;
  color: #86817d;
}

#colDch .bloquePublicidad:hover, #results2Cols .bloquePublicidad:hover {
  background: #FBFBFB;
}

#colDch .bloquePublicidad:hover .callToAction, #results2Cols .bloquePublicidad:hover .callToAction {
  color: #bd1550;
}

#colDch .bloquePublicidad:hover .promo, #results2Cols .bloquePublicidad:hover .promo {
  color: #222222;
}

#colDch .bloquePublicidad:hover .icon-anyfill-graph-check *, #results2Cols .bloquePublicidad:hover .icon-anyfill-graph-check * {
  fill: #222222;
}

#colDch .companyLogo, #colDch .infoLogo, #results2Cols .companyLogo, #results2Cols .infoLogo {
  padding-top: 8px !important;
}

#colDch .companyLogo .infoBtn, #colDch .infoLogo .infoBtn, #results2Cols .companyLogo .infoBtn, #results2Cols .infoLogo .infoBtn {
  display: inline-block;
  vertical-align: top;
}

#colDch .companyLogo .infoBtn .icon, #colDch .infoLogo .infoBtn .icon, #results2Cols .companyLogo .infoBtn .icon, #results2Cols .infoLogo .infoBtn .icon {
  width: 14px;
  height: 14px;
  fill: #74716e;
  vertical-align: middle;
}

#colDch .companyLogo img, #colDch .companyLogo svg, #colDch .infoLogo img, #colDch .infoLogo svg, #results2Cols .companyLogo img, #results2Cols .companyLogo svg, #results2Cols .infoLogo img, #results2Cols .infoLogo svg {
  vertical-align: top;
  cursor: pointer;
}

#colDch .infoDesplegada .infoBtn .icon, #results2Cols .infoDesplegada .infoBtn .icon {
  transform: rotate(180deg);
  vertical-align: middle;
}

#colDch .infoLogo, #results2Cols .infoLogo {
  text-align: center;
}

#colDch .icono, #results2Cols .icono {
  color: #E50000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

#colDch .icono.rq, #results2Cols .icono.rq {
  font-size: 12px;
  color: #E50000;
  font-weight: 700;
  vertical-align: top;
}

html.fonts-loaded #colDch .icono.rq, html.fonts-loaded #results2Cols .icono.rq {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded #colDch .icono.rq, html[lang|="fa"].fonts-loaded #colDch .icono.rq, html[lang|="he"].fonts-loaded #colDch .icono.rq, html[lang|="ar"].fonts-loaded #results2Cols .icono.rq, html[lang|="fa"].fonts-loaded #results2Cols .icono.rq, html[lang|="he"].fonts-loaded #results2Cols .icono.rq {
  font-weight: 700;
}

#colDch .icono, #results2Cols .icono {
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 0;
}

#colDch .icono span, #results2Cols .icono span {
  display: inline-block;
  text-align: right;
}

#colDch .icono a, #results2Cols .icono a {
  position: relative;
}

#colDch .icono a:after, #results2Cols .icono a:after {
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#colDch .icono svg, #results2Cols .icono svg {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

#colDch .icono svg[class|="icon-monochrome"] *, #results2Cols .icono svg[class|="icon-monochrome"] * {
  fill: #c2c2c2;
}

#colDch .icono .icon-anyfill-graph-warning, #results2Cols .icono .icon-anyfill-graph-warning {
  fill: #E50000;
}

#colDch .idaVuelta span, #results2Cols .idaVuelta span {
  display: block;
}

#colDch .idaVuelta div, #results2Cols .idaVuelta div {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

#colDch .idaVuelta .ciudad, #colDch .idaVuelta .ciudad a, #colDch .idaVuelta .ciudad a:hover, #results2Cols .idaVuelta .ciudad, #results2Cols .idaVuelta .ciudad a, #results2Cols .idaVuelta .ciudad a:hover {
  color: #74716e;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

#colDch .idaVuelta .hora, #results2Cols .idaVuelta .hora {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
}

#colDch .idaVuelta .hora .diaSiguiente, #results2Cols .idaVuelta .hora .diaSiguiente {
  font-weight: 700;
  font-size: 11px;
  color: #bd1550;
  display: inline-block;
  vertical-align: middle;
}

html.fonts-loaded #colDch .idaVuelta .hora .diaSiguiente, html.fonts-loaded #results2Cols .idaVuelta .hora .diaSiguiente {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded #colDch .idaVuelta .hora .diaSiguiente, html[lang|="fa"].fonts-loaded #colDch .idaVuelta .hora .diaSiguiente, html[lang|="he"].fonts-loaded #colDch .idaVuelta .hora .diaSiguiente, html[lang|="ar"].fonts-loaded #results2Cols .idaVuelta .hora .diaSiguiente, html[lang|="fa"].fonts-loaded #results2Cols .idaVuelta .hora .diaSiguiente, html[lang|="he"].fonts-loaded #results2Cols .idaVuelta .hora .diaSiguiente {
  font-weight: 700;
}

#colDch .idaVuelta .flecha, #results2Cols .idaVuelta .flecha {
  color: #222222;
}

#colDch .idaVuelta .flecha span, #results2Cols .idaVuelta .flecha span {
  position: relative;
}

#colDch span[data-toggle='tooltip'], #results2Cols span[data-toggle='tooltip'] {
  cursor: pointer;
}

#colDch .tipoDuracion span, #results2Cols .tipoDuracion span {
  display: block;
}

#colDch .tipoDuracion .tipo, #colDch .tipoDuracion .tipo a, #colDch .tipoDuracion .tipo a:hover, #results2Cols .tipoDuracion .tipo, #results2Cols .tipoDuracion .tipo a, #results2Cols .tipoDuracion .tipo a:hover {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  line-height: 15px;
}

#colDch .tipoDuracion .tipo-directo, #results2Cols .tipoDuracion .tipo-directo {
  color: #027A02;
}

#colDch .tipoDuracion .duracion, #results2Cols .tipoDuracion .duracion {
  color: #74716e;
  font-weight: 400;
  font-size: 14px;
}

#colDch .precio, #results2Cols .precio {
  color: #222222;
  padding: 0 !important;
}

#colDch .precio div, #results2Cols .precio div {
  display: inline-block;
}

#colDch .precio .price, #results2Cols .precio .price {
  font-size: 16px;
  font-weight: 700;
}

html.fonts-loaded #colDch .precio .price, html.fonts-loaded #results2Cols .precio .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded #colDch .precio .price, html[lang|="fa"].fonts-loaded #colDch .precio .price, html[lang|="he"].fonts-loaded #colDch .precio .price, html[lang|="ar"].fonts-loaded #results2Cols .precio .price, html[lang|="fa"].fonts-loaded #results2Cols .precio .price, html[lang|="he"].fonts-loaded #results2Cols .precio .price {
  font-weight: 700;
}

#colDch .precio .price .symbol, #results2Cols .precio .price .symbol {
  font-size: 0.85em;
}

#colDch .precio .price.eur, #colDch .precio .price.usd, #colDch .precio .price.gbp, #results2Cols .precio .price.eur, #results2Cols .precio .price.usd, #results2Cols .precio .price.gbp {
  font-size: 20px;
}

#colDch .precio .price .entero, #results2Cols .precio .price .entero {
  font-weight: 400;
  font-size: 20px;
}

#colDch .precio .price .decimales, #results2Cols .precio .price .decimales {
  font-weight: 300;
  font-size: 11px;
}

#colDch .precio .anotacion, #results2Cols .precio .anotacion {
  color: #74716e;
  font-weight: 300;
  font-size: 14px;
  display: block;
}

#colDch .precio .anotacion a, #results2Cols .precio .anotacion a {
  display: inline-block;
}

#colDch .precio .anotacion .icon-anyfill-graph-info-circle, #results2Cols .precio .anotacion .icon-anyfill-graph-info-circle {
  width: 13px;
  height: 15px;
}

#colDch .precio .anotacion .icon-anyfill-graph-info-circle, #colDch .precio .anotacion .icon-anyfill-graph-info-circle *, #results2Cols .precio .anotacion .icon-anyfill-graph-info-circle, #results2Cols .precio .anotacion .icon-anyfill-graph-info-circle * {
  fill: #beb8b3;
}

#colDch .precio .anotacion .porPersona, #results2Cols .precio .anotacion .porPersona {
  position: relative;
  top: -2px;
}

#colDch .precio .ayuda, #results2Cols .precio .ayuda {
  margin-right: 7px;
  max-width: 16px;
}

#colDch .optionWrapper .companyLogo > img:nth-last-of-type(4),
#colDch .optionWrapper .companyLogo > img:nth-last-of-type(3),
#colDch .optionWrapper .companyLogo > img:nth-last-of-type(2),
#colDch .optionWrapper .companyLogo .plus_split_trip + img, #results2Cols .optionWrapper .companyLogo > img:nth-last-of-type(4),
#results2Cols .optionWrapper .companyLogo > img:nth-last-of-type(3),
#results2Cols .optionWrapper .companyLogo > img:nth-last-of-type(2),
#results2Cols .optionWrapper .companyLogo .plus_split_trip + img {
  width: 18px;
  height: auto;
  vertical-align: middle !important;
}

#colDch .optionWrapper .plus_split_trip, #results2Cols .optionWrapper .plus_split_trip {
  display: inline-block;
  color: #74716e;
  margin: 0 2px;
}

#colDch .optionWrapper .plus_split_trip:last-child, #results2Cols .optionWrapper .plus_split_trip:last-child {
  display: none;
}

/* Final columna derecha */
/* Columna derecha. Estilos especificos para ida y vuelta */
#colDch.idaVuelta {
  /* ESTILO PARA MAQUETA ESTATICA */
  /* ESTILO PARA MAQUETA ESTATICA */
  /* ESTILO PARA MAQUETA INTEGRADA */
}

#colDch.idaVuelta form {
  clear: both;
}

#colDch.idaVuelta form:after {
  content: '';
  clear: both;
  display: block;
}

#colDch.idaVuelta > div {
  padding: 0;
}

#colDch.idaVuelta .infoDesplegada {
  border-bottom: 0 !important;
  height: auto;
}

#colDch.idaVuelta .infoDesplegada .infoBtn .icon {
  transform: rotate(-180deg);
}

#colDch.idaVuelta .infoVuelo {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  padding-bottom: 18px;
  margin-bottom: 0;
}

#colDch.idaVuelta .opcionVuelo {
  background: white;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (min-width: 992px) {
  #colDch.idaVuelta .opcionVuelo {
    display: flex;
    align-items: center;
  }
  #colDch.idaVuelta .opcionVuelo:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 25%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #dfdfdf;
    z-index: 3;
  }
  #colDch.idaVuelta .opcionVuelo.lockedSrvc:before {
    display: none;
  }
  #colDch.idaVuelta .opcionVuelo .optionsCol {
    align-self: flex-start;
  }
}

#colDch.idaVuelta .travel-flight-option-container .preselected-flight-option-label {
  display: none;
  border-radius: 7px 7px 0 0;
  background-color: #3171c9;
}

#colDch.idaVuelta .travel-flight-option-container .preselected-flight-option-label .flight-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 12px 0 0;
}

#colDch.idaVuelta .travel-flight-option-container .preselected-flight-option-label .flight-selected-label svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

#colDch.idaVuelta .sel-opcionvuelo-no-upper-border-radio {
  border-radius: 0 0 7px 7px;
}

#colDch.idaVuelta .sel-opcionvuelo {
  border: solid 1px #3171c9;
}

#colDch.idaVuelta .sel-container .selected-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

#colDch.idaVuelta .sel-container .selected-icon, #colDch.idaVuelta .sel-container .selected-icon * {
  fill: #3171c9;
}

#colDch.idaVuelta .sel-container .selected-label {
  font-size: 16px;
  vertical-align: middle;
  color: #3171c9;
  font-weight: 300;
  margin-right: 11px;
}

@media (max-width: 1200px) {
  #colDch.idaVuelta .sel-container {
    margin-top: 7px;
  }
}

#colDch.idaVuelta .opcionVuelo.conDestacado {
  border-radius: 6px 0px 6px 6px;
}

#colDch.idaVuelta .opcionVuelo.conDestacado .tipoBillete, #colDch.idaVuelta .opcionVuelo.conDestacado .tow_row {
  border-right: 0;
  border-top: 0;
}

#colDch.idaVuelta .opcionVuelo.tuSeleccion {
  border-radius: 0px 0px 6px 6px;
}

#colDch.idaVuelta .opcionVuelo.tuSeleccion .tipoBillete, #colDch.idaVuelta .opcionVuelo.tuSeleccion .tow_row {
  border-right: 0;
  border-top: 0;
}

#colDch.idaVuelta .tipoBillete {
  color: #222222;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0 6px 0 0;
  background: #f4f3f2;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

#colDch.idaVuelta .tipoBillete.vuelta {
  border-radius: 0;
  border-top: 0;
}

#colDch.idaVuelta .bloque {
  padding: 9px 0;
  border-radius: 0 0 6px 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #colDch.idaVuelta .bloque {
    border-left: 0;
  }
}

@media (max-width: 991px) {
  #colDch.idaVuelta .bloque {
    border-left: 0;
  }
}

#colDch.idaVuelta .bloque:last-child {
  border-radius: 0 0 6px 0;
}

#colDch.idaVuelta .journey:last-child .optionWrapper:last-child .bloque {
  border-radius: 0 0 6px 6px;
}

#colDch.idaVuelta .contPrecioReservar {
  padding: 0 10px;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #colDch.idaVuelta .contPrecioReservar {
    transform: none;
    position: relative;
  }
}

#colDch.idaVuelta .contPrecioReservar .icosPrecio {
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  width: 80%;
  margin: 10px auto 0;
}

#colDch.idaVuelta .contPrecioReservar .icosPrecio li {
  padding: 7px 10px;
  display: inline-block;
}

#colDch.idaVuelta .contPrecioReservar .icosPrecio li span[data-toggle="tooltip"] {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

#colDch.idaVuelta .contPrecioReservar .icosPrecio svg, #colDch.idaVuelta .contPrecioReservar .icosPrecio svg * {
  fill: #c2c2c2;
  vertical-align: top;
}

#colDch.idaVuelta .contPrecioReservar .precio {
  word-wrap: break-word;
  margin-bottom: 5px;
  margin-top: 5px;
}

#colDch.idaVuelta .contPrecioReservar .contPrecioReservar_precio {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #colDch.idaVuelta .contPrecioReservar .contPrecioReservar_precio {
    text-align: left;
  }
}

#colDch.idaVuelta .contPrecioReservar .loader-outer {
  height: 30px;
  text-align: center;
  margin: 15px 0;
}

#colDch.idaVuelta .contPrecioReservar .loader-outer .ball-clip-rotate {
  display: inline-block;
}

#colDch.idaVuelta .contPrecioReservar .loader-outer .ball-clip-rotate > div {
  border-color: #7c7167;
  border-bottom-color: transparent;
}

#colDch.idaVuelta .icon-anyfill-graph-info-circle {
  width: 18px;
  height: 18px;
}

/* Fin de estilos de columna derecha especificos para ida y vuelta */
/* Sin resultados */
.sinResultados span {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
}

.sinResultados .titulo {
  font-size: 18px;
  margin-top: 20px;
}

/* Loader */
.actualizandoResultados .ball-spin-fade-loader {
  margin: 80px auto;
  width: 0;
  height: 1px;
}

.actualizandoResultados span {
  display: block;
  width: 50%;
  margin: 0 auto 30px;
  font-size: 18px;
  padding-top: 0;
}

.actualizandoResultados .ventajas {
  margin-bottom: 58px;
}

.actualizandoResultados .ventajas li {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  padding: 6px 15px;
}

.actualizandoResultados .ventajas li.checked:after {
  right: -104%;
  position: relative;
  top: 0;
}

.masVuelos {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Estilos del contenido los tooltips */
.tooltip-inner span {
  display: inline-block;
  line-height: 1.5em;
}

.tooltip-inner .iata {
  font-weight: 700;
  margin: 0 20px 0 15px;
}

html.fonts-loaded .tooltip-inner .iata {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .tooltip-inner .iata, html[lang|="fa"].fonts-loaded .tooltip-inner .iata, html[lang|="he"].fonts-loaded .tooltip-inner .iata {
  font-weight: 700;
}

.tooltip-inner .nombreCompleto {
  font-weight: 300;
  margin: 0 0 0 20px;
}

.tooltip-inner .icono {
  margin: 1px 20px 0 15px;
  vertical-align: top;
}

.tooltip-inner .descServicio {
  font-weight: 300;
  margin: 0 0 0 20px;
  vertical-align: super;
}

.tooltip-inner .tipoVuelo {
  font-weight: 300;
  margin: 0 20px;
}

/* Exclusivo para desktop */
@media (min-width: 1560px) {
  #colDch.idaVuelta .infoLogo img, #colDch.idaVuelta .companyLogo img {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .alertaInterna {
    margin-right: 30px;
    width: 96.6%;
  }
  #colDch .lock, #results2Cols .lock {
    position: relative;
    width: 1px;
    height: 1px;
  }
  #colDch .trVuelta, #results2Cols .trVuelta {
    margin-bottom: 10px;
    font-weight: 700;
    color: #222222;
  }
  html.fonts-loaded #colDch .trVuelta, html.fonts-loaded #results2Cols .trVuelta {
    font-weight: 500;
  }
  html[lang|="ar"].fonts-loaded #colDch .trVuelta, html[lang|="fa"].fonts-loaded #colDch .trVuelta, html[lang|="he"].fonts-loaded #colDch .trVuelta, html[lang|="ar"].fonts-loaded #results2Cols .trVuelta, html[lang|="fa"].fonts-loaded #results2Cols .trVuelta, html[lang|="he"].fonts-loaded #results2Cols .trVuelta {
    font-weight: 700;
  }
  #colDch .locked:before, #results2Cols .locked:before {
    background-color: #e0ddd8;
    background-image: url("/headers/ilusion/magallanes/dist/svg/icon-ownfill-ui-pushpin-989592.svg"), none;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 6px;
    content: "";
    padding: 15px;
    position: absolute;
    left: 500%;
    top: 5px;
    width: 50px;
    height: 40px;
  }
  #colDch .idaVuelta .infoLogo, #colDch .idaVuelta .companyLogo, #results2Cols .idaVuelta .infoLogo, #results2Cols .idaVuelta .companyLogo {
    padding: 10px 0 0 0;
  }
}

/* Comunes para desktop y tablet */
@media (min-width: 768px) {
  .unico .bloque {
    min-height: 98px !important;
    padding-top: 30px !important;
  }
  .unico .contPrecioReservar {
    position: relative !important;
  }
  .unicoConIco .bloque {
    min-height: 127px !important;
    padding-top: 46px !important;
  }
  .unicoConIco .contPrecioReservar {
    position: relative;
  }
}

/*Comunes para movil y tablet*/
.alertaInterna {
  margin-right: 0px;
  width: 100%;
}

#filtros .numVuelos {
  font-size: 14px;
  font-weight: 400;
  padding-top: 8px;
}

#filtros .closeFilters {
  padding: 20px 20px 20px 0;
}

#filtros .icon-anyfill-ui-close {
  width: 10px;
  height: 10px;
  vertical-align: text-bottom;
}

#filtros .icon-anyfill-ui-close * {
  fill: #222222;
}

@media (min-width: 320px) and (max-width: 1199px) {
  #colDch.idaVuelta .bloque:hover {
    background: #FFF;
  }
}

/*Fin de comunes para movil y tablet*/
@media (min-width: 768px) and (max-width: 992px) {
  .bordeTablet {
    border-bottom: 1px solid #dfdfdf;
  }
}

/* Tablet portrait */
@media (max-width: 1199px) {
  #transportavailabilitywidget0-availability_view > .row, .filtros-y-disponibilidad {
    max-width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #filtros .btnsFiltros {
    z-index: 9999999999;
  }
  #filtros .btnBorrarFiltros {
    margin-left: 0 !important;
  }
  #filtros .btnAplicarFiltros {
    margin-right: 0 !important;
  }
  .alertaInterna div {
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #colDch.idaVuelta .journey:last-child .optionWrapper:last-child .bloque {
    border-radius: 0;
  }
  #colDch.idaVuelta .contPrecioReservar {
    margin: 0 !important;
    position: inherit;
    border-top: 1px solid #dfdfdf;
    border-radius: 0 0 6px 6px;
    min-height: 0;
    padding: 0;
    transform: none;
  }
  #colDch.idaVuelta .contPrecioReservar .reservar {
    margin-top: 10px;
  }
  #colDch.idaVuelta .contPrecioReservar .loader-outer + .reservar {
    width: 100%;
  }
  #colDch.idaVuelta .contPrecioReservar .icosPrecio {
    border-bottom: 0;
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
  }
  #colDch.idaVuelta .contPrecioReservar .icosPrecio li {
    padding-left: 12px !important;
  }
  #colDch.idaVuelta .tipoBillete {
    padding-right: 10px;
    border-radius: 6px 6px 0 0;
    border-left: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  #colDch.idaVuelta .cont-farekeep.cont-farekeep-option2 {
    background: none;
    border-top: 1px solid #dfdfdf;
  }
  #colDch.idaVuelta .cont-farekeep .farekeep-button {
    color: #3171c9;
    padding: 7px 0;
    background-color: transparent;
  }
  #colDch.idaVuelta .cont-farekeep .link_block-price {
    text-align: left;
    padding-left: 15px;
  }
  #colDch.idaVuelta .cont-farekeep .link_block-price .farekeep-button {
    font-size: 14px;
  }
  #colDch.idaVuelta .cont-farekeep .link_block-price .icon {
    width: 18px;
    height: 18px;
    vertical-align: sub;
  }
  #colDch.idaVuelta .cont-farekeep .link_block-price .icon * {
    fill: #46403C;
  }
}

/* Tablet landscape */
@media (min-width: 992px) {
  .cont-farekeep.cont-farekeep-option2 {
    background: none;
  }
  .cont-farekeep .farekeep-button {
    text-decoration: none;
    padding: 7px 0;
    color: #3171c9;
  }
  .cont-farekeep .farekeep-button:hover, .cont-farekeep .farekeep-button:visited {
    text-decoration: underline;
    color: #3171c9;
  }
  .cont-farekeep .link_block-price {
    padding: 10px 0;
    text-align: center;
  }
  .cont-farekeep .link_block-price .farekeep-button {
    font-size: 14px;
    line-height: 1.1;
    display: inline;
    vertical-align: middle;
  }
  .cont-farekeep .link_block-price .icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }
  .cont-farekeep .link_block-price .icon * {
    fill: #46403C;
  }
}

/* Tablet portrait y landscape */
@media (min-width: 768px) and (max-width: 1199px) {
  #thecontent .container {
    padding: 0;
  }
  #filtros .btnsFiltros {
    background: rgba(249, 249, 249, 0.85);
    box-shadow: 0 -2px 4px rgba(84, 79, 75, 0.2);
    position: fixed;
    bottom: 0;
    padding: 10px;
    right: 0;
    z-index: 9999999999;
    left: 0;
    width: 320px;
    margin: 0 !important;
  }
  #filtros .btnBorrarFiltros {
    margin-left: 30px;
  }
  #filtros .btnAplicarFiltros {
    margin-right: 35px;
  }
  .num_journeys {
    margin: 0 !important;
  }
  .disponibilidad_vuelos_new {
    width: 100%;
  }
  #results2Cols {
    padding: 0;
  }
  #colDch, #results2Cols {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
  #colDch .idaVuelta img, #results2Cols .idaVuelta img {
    margin-right: 5px;
  }
  #colDch.idaVuelta .servicios {
    text-align: left;
  }
  #colDch.idaVuelta .infoLogo, #colDch.idaVuelta .companyLogo {
    padding: 8px 0 0 0 !important;
  }
  #colDch.idaVuelta .tipoBillete {
    padding-right: 10px;
  }
  .infoDato.clase {
    display: block;
  }
}

/* Movil */
@media (width: 320px) {
  .infoVuelo {
    border: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #thecontent .container:not(:first-child) {
    padding: 0 10px;
  }
  #thecontent > .container {
    padding: 0;
  }
  #thecontent .container {
    padding: 0 5px;
  }
  .alertaInterna div {
    display: inline;
  }
  #alertas, .alertas {
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
  }
  #results2Cols {
    padding: 10px 0;
  }
  #colDch, #results2Cols {
    margin: 0 !important;
    border-radius: 6px;
    width: 100%;
  }
  #colDch .conSombra, #results2Cols .conSombra {
    box-shadow: inset 0px 8px 5px -4px rgba(0, 0, 0, 0.07);
    padding-top: 18px !important;
  }
  #colDch .bloque, #results2Cols .bloque {
    height: inherit;
    padding: 0;
    background: #FFF;
    border-radius: 6px;
    outline: 1px solid #e0ddd8;
    border: 1px solid #e0ddd8;
  }
  #colDch .bloque.infoDesplegada, #results2Cols .bloque.infoDesplegada {
    height: auto;
  }
  #colDch .conDestacado, #results2Cols .conDestacado {
    outline: 0;
    border-top: 0;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #027A02;
    border-radius: 0 0 6px 6px !important;
  }
  #colDch .destacado1, #results2Cols .destacado1 {
    border-radius: 6px 6px 0 0;
  }
  #colDch .bloque div, #results2Cols .bloque div {
    padding: 0 5px 0 0;
  }
  #colDch .bloque .idaVuelta .flecha, #results2Cols .bloque .idaVuelta .flecha {
    margin: 0;
    position: relative;
    top: -3px;
  }
  #colDch .bloque .contPrecioReservar, #results2Cols .bloque .contPrecioReservar {
    padding: 8px 0 4px 0;
  }
  #colDch .bloque .contPrecioReservar .reservar, #results2Cols .bloque .contPrecioReservar .reservar {
    padding: 5px 0 0 5px;
  }
  #colDch .bloque .infoLogo, #colDch .bloque .companyLogo, #results2Cols .bloque .infoLogo, #results2Cols .bloque .companyLogo {
    padding: 2px 8px 2px 0 !important;
  }
  #colDch .bloque .idaVuelta, #results2Cols .bloque .idaVuelta {
    padding: 8px 6px 8px 0;
  }
  #colDch .bloque .idaVuelta .hora, #results2Cols .bloque .idaVuelta .hora {
    font-weight: 300;
  }
  #colDch .bloque .tipoDuracion, #results2Cols .bloque .tipoDuracion {
    margin: 8px 0 0 0;
    padding: 0;
  }
  #colDch .bloque .tipoDuracion .tipo, #colDch .bloque .tipoDuracion .tipo a, #colDch .bloque .tipoDuracion .tipo a:hover, #colDch .bloque .tipoDuracion .duracion, #results2Cols .bloque .tipoDuracion .tipo, #results2Cols .bloque .tipoDuracion .tipo a, #results2Cols .bloque .tipoDuracion .tipo a:hover, #results2Cols .bloque .tipoDuracion .duracion {
    font-size: 14px;
  }
  #colDch .bloque .servicios, #results2Cols .bloque .servicios {
    margin: 8px 0 0 0;
    text-align: left;
  }
  #colDch .bloque .servicios li, #results2Cols .bloque .servicios li {
    text-align: center;
    width: 60px;
  }
  #colDch .bloque .infoLogo, #results2Cols .bloque .infoLogo {
    margin: 8px 0 0 0;
    padding: 8px 0 0 !important;
  }
  #colDch .bloque .finBloqueMovil, #results2Cols .bloque .finBloqueMovil {
    background: #fff8e1;
    padding-bottom: 5px;
    border-radius: 6px;
  }
  #colDch.idaVuelta .infoBtn {
    float: left !important;
    margin-left: 10px;
  }
  #colDch.idaVuelta .iconcontainer {
    float: left !important;
    margin-left: 10px;
    vertical-align: middle;
  }
  #colDch.idaVuelta .iconcontainer span {
    margin: 0;
    vertical-align: middle;
  }
  #colDch.idaVuelta .iconcontainer .icon.icon-seat {
    width: 18px;
    height: 18px;
    vertical-align: top;
  }
  #colDch.idaVuelta .iconcontainer .icon.icon-seat, #colDch.idaVuelta .iconcontainer .icon.icon-seat * {
    fill: #E50000;
  }
  #colDch.idaVuelta .iconcontainer .seat-num {
    color: #E50000;
  }
  #colDch.idaVuelta .opcSeleccionada li:first-child {
    width: 70% !important;
  }
  #colDch.idaVuelta .opcSeleccionada li:nth-child(2) {
    width: 30% !important;
    padding-right: 0 !important;
  }
  #colDch.idaVuelta .icon-anyfill-graph-info-circle {
    margin-right: 0;
  }
  #colDch.idaVuelta .infoLogo img, #colDch.idaVuelta .companyLogo img {
    margin-top: 0;
  }
  #colDch.idaVuelta .infoLogo .badge.icono, #colDch.idaVuelta .companyLogo .badge.icono {
    margin-top: 0;
  }
  #colDch.idaVuelta .contPrecioReservar {
    margin: 0;
    padding: 6px 10px 0;
    position: inherit;
    left: auto;
    top: auto;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0 0 6px 6px;
    min-height: 0;
  }
  #colDch.idaVuelta .contPrecioReservar .icosPrecio {
    border-bottom: 0;
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
  }
  #colDch.idaVuelta .contPrecioReservar .icosPrecio li {
    padding-left: 0;
  }
  #colDch.idaVuelta .contPrecioReservar .farekeep-button {
    display: inline-block;
    margin: 0;
    padding: 9px 0 20px;
    line-height: 1.4;
  }
  #colDch.idaVuelta .contPrecioReservar .link_block-price {
    text-align: center;
  }
  #colDch.idaVuelta .contPrecioReservar .link_block-price .farekeep-button {
    font-size: 14px;
  }
  #colDch.idaVuelta .contPrecioReservar .link_block-price .icon {
    width: 18px;
    height: 18px;
    vertical-align: sub;
  }
  #colDch.idaVuelta .contPrecioReservar .link_block-price .icon * {
    fill: #46403C;
  }
  #colDch.idaVuelta input {
    margin: 21px 5px;
  }
  #colDch.idaVuelta .internalInfo + input {
    margin: 0 5px;
  }
  #colDch.idaVuelta .reservar {
    margin: 4px 0;
    padding: 0;
  }
  #colDch.idaVuelta .tipoBillete {
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
    padding-right: 10px;
  }
  #colDch.idaVuelta .bloque {
    outline: 0;
    border-right: 0;
    border-radius: 0 0 0 0;
  }
  #colDch.idaVuelta .journey:last-child .optionWrapper:last-child .bloque {
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .infoPrecio:after, .infoPrecio:before {
    right: 43% !important;
  }
  .infoPrecio {
    width: 300px !important;
  }
  .infoVuelo .duracion {
    display: inline-block;
    float: left;
    position: relative;
    left: 75%;
    margin-top: 5px;
  }
  .infoVuelo .contEscala {
    padding: 44px 0 43px;
    margin-top: -24px;
  }
  .infoVuelo .origen {
    text-align: right;
  }
  .infoVuelo .destino {
    text-align: right;
    margin-top: 1px;
  }
  .infoVuelo .servicios {
    margin-top: 26px !important;
    text-align: right;
  }
  .infoVuelo .ciudad {
    margin-bottom: 5px;
  }
  .infoVuelo .dato {
    font-size: 11px;
  }
  .infoVuelo .infoDato.clase {
    display: block;
  }
  .infoVuelo .detalles .dato {
    text-align: right;
  }
  .opcionVuelo.conDestacado {
    border-radius: 0 !important;
  }
  .opcionVuelo.conDestacado .tipoBillete, .opcionVuelo.conDestacado .tow_row {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  /* Filtros para movil */
  #filtros .btnsFiltros {
    background: rgba(249, 249, 249, 0.85);
    box-shadow: 0 -2px 4px rgba(84, 79, 75, 0.2);
    position: fixed;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    z-index: 9999999999;
    margin: 0 0 70px 0 !important;
  }
  #filtros .btnsFiltros .btnAplicarFiltros {
    margin-right: 0;
  }
  #filtros .btnsFiltros .btnBorrarFiltros {
    margin-left: 0;
  }
  .infoVuelo {
    min-width: inherit;
    padding-left: 5px !important;
  }
  .infoVuelo .anotaciones span {
    margin-bottom: 10px;
  }
  .largo {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  #colDch.idaVuelta .reservar .reservationBtn {
    padding: 9px;
  }
}

/* Estilos para la demo de iconos. Borrar antes de pasar a produccion */
#iconos span {
  color: #000 !important;
  display: block;
  text-align: center;
}

#iconos li {
  display: inline-block !important;
  width: 60px;
}

#iconos svg {
  width: 15px;
  height: 18px;
}

#iconos svg * {
  fill: #000;
}

/* Fin de los estilos para la demo de iconos */
/* Estilos de la prueba de checks */
.idaVuelta {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}

.idaVuelta [type="checkbox"]:not(:checked),
.idaVuelta [type="checkbox"]:checked {
  position: absolute;
  right: -9999px;
}

.idaVuelta [type="checkbox"]:not(:checked) + label,
.idaVuelta [type="checkbox"]:checked + label {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.idaVuelta [type="checkbox"]:not(:checked) + label:before,
.idaVuelta [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: #4573d8;
  border-radius: 10px;
}

.idaVuelta [type="checkbox"]:not(:checked) + label:before {
  background: #FFF;
  border: 1px solid #dfdfdf;
}

.idaVuelta [type="checkbox"]:not(:checked) + label:after,
.idaVuelta [type="checkbox"]:checked + label:after {
  content: '·';
  position: absolute;
  top: -4px;
  right: 3px;
  font-size: 36px;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
}

.idaVuelta [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.idaVuelta [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.idaVuelta [type="checkbox"]:disabled:not(:checked) + label:before,
.idaVuelta [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.idaVuelta [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.idaVuelta [type="checkbox"]:disabled + label {
  color: #aaa;
}

/* Fin de la prueba de los checks */
/* servicios */
.servicios ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.servicios li {
  display: inline-block !important;
  font-size: 7.7px !important;
  color: #222222 !important;
}

.servicios .icon.icon-seat {
  width: 16px;
  height: 16px;
}

.servicios .icon.icon-seat, .servicios .icon.icon-seat * {
  fill: #E50000;
}

.servicios .seat-num {
  color: #E50000;
  margin: 0;
  vertical-align: top;
}

/* tamanio iconos servicios dispo */
.icon-anyfill-graph-halal {
  width: 18px;
  height: 18px;
}

.icon-anyfill-graph-halal-no {
  width: 18px;
  height: 18px;
}

.icon-anyfill-graph-atol {
  width: 18px;
  height: 18px;
}

.icon-anyfill-graph-bitcoin {
  width: 18px;
  height: 18px;
}

.icon-anyfill-graph-satisfied {
  width: 18px;
  height: 18px;
}

/* Dia menos dia mas */
.changeday {
  overflow: hidden;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 0 1px 0 1px;
  display: flex;
  flex-wrap: nowrap;
}

.changeday a, .changeday div {
  flex: 1 0 33.333333%;
  border-style: solid;
  border-width: 3px 0 0 0;
  padding: 3px 0 5px;
}

.changeday a span, .changeday div span {
  display: block;
  text-align: center;
  font-size: 16px;
}

.changeday a span.subtit, .changeday div span.subtit {
  font-size: 12px;
  text-transform: uppercase;
}

.changeday a {
  background: #f7f7f7;
  border-color: #e3e3e3;
  color: #74716e;
  cursor: pointer;
  transition: background 0.3s;
}

.changeday a:hover, .changeday a:focus {
  background: #fff;
  text-decoration: none;
  color: #222222;
}

.changeday div {
  background: #7c7167;
  border-color: #6c635a;
  color: #fff;
}

.changeday div .subtit {
  color: #fff;
  opacity: 0.5;
}

/* No resultados */
.no-results-available {
  padding: 80px 0;
}

.no-results-available p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: #222222;
}

/* Estilos selector vistas */
.availability-view.single-view .hidden-lg.visible-view-group {
  display: block !important;
}

@media (min-width: 1200px) {
  .availability-view.single-view .hidden-lg.visible-view-group .filterbuttoncontainer {
    display: none;
  }
}

.availability-view {
  /*  si los botones del selector de vistas estan dentro de una de las capas de seleccion de vistas, mostrarlos */
}

.availability-view .selectorvistas.hidden {
  display: block !important;
}

.availability-view .selectorvistas {
  position: relative;
}

.availability-view .selectorvistas .viewselectortooltip {
  width: 300px;
  top: 50px;
  left: 0;
  z-index: 110;
}

.availability-view .selectorvistas .viewselectortooltip .tooltip-arrow {
  right: auto;
  left: 15% !important;
}

.availability-view .selectorvistas .viewselectortooltip .tooltip-inner {
  padding-right: 26px;
  padding-left: 40px;
  position: relative;
}

.availability-view .selectorvistas .viewselectortooltip .tooltip-inner .tooltipview_close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 14px;
  left: 14px;
}

.availability-view .selectorvistas .viewselectortooltip .tooltip-inner .tooltipview_close svg {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.availability-view .selectorvistas .viewselectortooltip .tooltip-inner .tooltipview_close svg, .availability-view .selectorvistas .viewselectortooltip .tooltip-inner .tooltipview_close svg * {
  fill: #7c7167;
}

.availability-view .selectorvistas .viewselectortooltip .tooltip-inner p {
  margin-bottom: 0;
  text-align: right;
}

.availability-view .selectorvistas .viewselectortooltip .tooltip-inner p.titletooltip {
  margin-bottom: 15px;
}

.availability-view.single-view .single-bt-container {
  display: none;
}

@media (min-width: 1200px) {
  .availability-view.single-view .filters-buttons-container {
    padding: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0;
    position: relative;
  }
  .availability-view.single-view .filters-buttons-container .view-group-bt {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 10;
  }
}

.availability-view.advanced-view .advanced-bt-container {
  display: none;
}

@media (min-width: 1200px) {
  .availability-view.advanced-view .filters-buttons-container {
    display: flex;
  }
  .availability-view.advanced-view .filters-buttons-container .banner {
    flex-grow: 1;
  }
  .availability-view.advanced-view .filters-buttons-container .banner .publi > div {
    margin: 0 auto;
  }
  .availability-view.advanced-view .filters-buttons-container .banner .publi .adunit > div {
    margin: 0;
  }
  .availability-view.advanced-view .filters-buttons-container .banner .publi .adunit > div iframe {
    display: block;
    margin: 0 auto;
  }
}

/* Estilos RTL */
/*rtl:ignore*/
[dir='rtl'] #filtros .btnAplicarFiltros {
  margin: 0 !important;
}

/*rtl:ignore*/
[dir='rtl'] #filtros .btnBorrarFiltros {
  margin: 0 !important;
}

/*rtl:ignore*/
[dir='rtl'] #colDch .destacados li:nth-last-child(2), [dir='rtl'] #results2Cols .destacados li:nth-last-child(2) {
  border-radius: 0 6px 0 0;
}

[dir='rtl'] #colDch .destacados li:first-child, [dir='rtl'] #results2Cols .destacados li:first-child {
  border-radius: 0;
}

[dir='rtl'] #colDch .destacados .bgSeleccionado, [dir='rtl'] #results2Cols .destacados .bgSeleccionado {
  line-height: 22px;
  margin-top: -29px;
}

[dir='rtl'] #colDch .icono svg, [dir='rtl'] #results2Cols .icono svg {
  vertical-align: middle;
}

[dir='rtl'] #colDch .flecha span, [dir='rtl'] #results2Cols .flecha span {
  transform: rotate(-180deg);
}

[dir='rtl'] #colDch .infoVuelo .icon-anyfill-prod-flight, [dir='rtl'] #results2Cols .infoVuelo .icon-anyfill-prod-flight {
  transform: rotate(-180deg);
}

[dir='rtl'] #colDch ul li, [dir='rtl'] #results2Cols ul li {
  padding: 3px 15px 10px 15px;
}

/*rtl:ignore*/
[dir='rtl'] #results2Cols .col-lg-6:nth-child(1) .title_col .destination:before {
  content: "←";
}

/*rtl:ignore*/
[dir='rtl'] #results2Cols .col-lg-6:nth-child(2) .title_col .destination:before {
  content: "←";
}

/* Fin de los estilos RTL */
/* boton bloqueo precio */
.farekeep-button-container {
  margin-top: 10px;
}

.farekeep-button {
  display: inline-block;
  color: #3171c9;
  text-decoration: none;
  font-weight: 300;
}

.farekeep-button.farekeep-button-option2 {
  background: none;
  font-weight: 300;
  padding: 8px 10px 8px 0;
  text-decoration: none;
}

.farekeep-button.farekeep-button-option2 span {
  font-weight: 700;
  color: #3171c9;
  text-decoration: none;
}

html.fonts-loaded .farekeep-button.farekeep-button-option2 span {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .farekeep-button.farekeep-button-option2 span, html[lang|="fa"].fonts-loaded .farekeep-button.farekeep-button-option2 span, html[lang|="he"].fonts-loaded .farekeep-button.farekeep-button-option2 span {
  font-weight: 700;
}

.farekeep-button.farekeep-button-option2 svg {
  display: inline-block;
  width: 10px;
  height: 13px;
  vertical-align: middle;
}

.farekeep-button.farekeep-button-option2 svg, .farekeep-button.farekeep-button-option2 svg * {
  fill: #222222;
}

.farekeep-button.farekeep-button-option2:hover * {
  text-decoration: underline;
  color: #46403C;
}

.farekeep-button span {
  font-weight: 300;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}

.farekeep-button:hover, .farekeep-button:visited {
  text-decoration: underline;
  color: #3171c9;
}

.farekeep-button:hover span {
  text-decoration: underline;
  color: #3171c9;
}

.farekeep-detail {
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
}

.farekeep-detail .icon-anyfill-graph-info-circle {
  vertical-align: middle;
}

.farekeep-detail .icon-anyfill-graph-info-circle, .farekeep-detail .icon-anyfill-graph-info-circle * {
  fill: #222222;
}

.farekeep-popover {
  color: #222222;
  font-weight: 300;
  padding: 10px;
}

/* banner app */
.mobile_app_banner_active {
  margin-top: 71px;
}

.mobile_app_banner {
  margin: 15px 0;
  clear: both;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .mobile_app_banner {
    display: none;
  }
}

.mobile_app_banner_active .mobile_app_banner {
  position: absolute;
  top: -329px;
  right: 0;
  margin: 0;
  width: 100%;
  box-shadow: none;
}

.mobile_app_banner .app_banner_container {
  overflow: hidden;
  border: 1px solid #dfdfdf;
  background: #eff0f4;
  padding: 12px;
}

.mobile_app_banner .banner_logo {
  float: right;
  overflow: hidden;
  width: 45px;
  height: 45px;
  margin-left: 8px;
}

.mobile_app_banner .banner_logo svg {
  width: 45px;
  height: 45px;
}

.mobile_app_banner .banner_text {
  float: right;
}

.mobile_app_banner .banner_text p {
  margin-bottom: 0;
}

.mobile_app_banner .banner_bt {
  float: left;
}

.mobile_app_banner .banner_bt a {
  margin-top: 9px;
}

.flights-mobile-navbar-nav li {
  float: none;
}

.flights-mobile-navbar-nav li.btn-alert-filter {
  flex: 0 1 20%;
}

.flights-mobile-navbar-nav li.btn-alert-filter:empty {
  flex: 0 0 0;
}

.flights-mobile-navbar-nav li.btn-alert-filter a.price-alert-launcher {
  display: block;
}

.flights-mobile-navbar-nav .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: #46403C;
}

.idaVuelta .alternative-route-notice {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  font-size: 14px;
  gap: 5px;
}

.alternative-route-icon {
  width: 16px;
  height: 16px;
}

#transport-availability-notifications .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 60px);
}

#transport-availability-notifications .modal-header {
  font-size: 18px;
  font-weight: 300;
  border-bottom: solid 1px #dfdfdf;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

#transport-availability-notifications .modal-body {
  padding: 20px 30px;
}

#transport-availability-notifications .modal-body-content {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

#transport-availability-notifications #categories-messages-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

#transport-availability-notifications .category-messages .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right;
}

#transport-availability-notifications .category-messages .messages {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

#transport-availability-notifications .category-messages .messages .message {
  display: flex;
  align-items: stretch;
  column-gap: 7px;
  text-align: right;
  font-size: 16px;
}

#transport-availability-notifications .category-messages .messages .message svg {
  flex: none;
}

#transport-availability-notifications .category-messages .messages .message span {
  line-height: normal;
}

@media (max-width: 576px) {
  #transport-availability-notifications {
    padding-left: 0 !important;
  }
  #transport-availability-notifications .modal-dialog {
    min-height: 100svh;
    align-items: end;
    margin: 0;
  }
  #transport-availability-notifications .modal-dialog .modal-content {
    border-radius: 0;
  }
  #transport-availability-notifications .modal-dialog .modal-content .modal-header .close {
    float: left;
  }
  #transport-availability-notifications .modal-dialog .modal-content .modal-close {
    display: none;
  }
}

html[lang|="ko"] #filtros #ventajas .titulo {
  font-size: 21px;
}

body {
  background: #fff;
}

/*Estilos propios de T+H*/
.selectedservices-title {
  padding: 10px 0;
}

.selectedservices-title p {
  margin-bottom: 0;
}

.selectedservices-title .title-text {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  display: inline-block;
}

.selectedservices-title .additional-cta {
  float: left;
  color: #027A02;
  font-size: 14px;
}

.selectedservices-title .additional-cta svg {
  width: 16px;
  height: 22px;
  vertical-align: middle;
  margin-left: 2px;
}

.selectedservices-title .additional-cta svg, .selectedservices-title .additional-cta svg * {
  fill: #027A02;
}

.selectedservices-main {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}

.selectedservices-main.selectedservices-fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 120;
}

@media (min-width: 768px) {
  .selectedservices-main .container-limited {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .selectedservices-main .selected_services_container {
    padding-left: 0;
    padding-right: 0;
  }
}

.selectedservices-main .selected_services_box {
  border-radius: 6px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border: 1px solid #d0cbc9;
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .pricebutton {
    text-align: center;
    border-top: 1px dotted #d0cbc9;
  }
}

@media (min-width: 1200px) {
  .pricebutton {
    border-top: 0;
  }
}

.pricebutton .pricetitle {
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 5px;
}

html.fonts-loaded .pricebutton .pricetitle {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .pricebutton .pricetitle, html[lang|="fa"].fonts-loaded .pricebutton .pricetitle, html[lang|="he"].fonts-loaded .pricebutton .pricetitle {
  font-weight: 700;
}

.selectedservices-fixed .pricebutton .pricetitle {
  display: none;
}

@media (max-width: 767px) {
  .pricebutton .pricetitle {
    margin-bottom: 10px;
  }
}

.pricebutton .diff_prices {
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pricebutton .diff_prices {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-bottom: 0;
  }
}

.pricebutton .diff_prices .infoBtn {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}

.pricebutton .txt_paga_mas_tarde {
  display: block;
  font-size: 12px;
  margin: 5px 0;
  color: #74716e;
}

.selectedservices-fixed .pricebutton .txt_paga_mas_tarde {
  display: none;
}

.pricebutton .bigprice {
  line-height: 1.2;
  text-align: center;
}

.pricebutton .bigprice .price {
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  letter-spacing: -1px;
}

html.fonts-loaded .pricebutton .bigprice .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .pricebutton .bigprice .price, html[lang|="fa"].fonts-loaded .pricebutton .bigprice .price, html[lang|="he"].fonts-loaded .pricebutton .bigprice .price {
  font-weight: 700;
}

.pricebutton .bigprice .price .symbol {
  font-size: 0.85em;
  font-weight: 700;
}

html.fonts-loaded .pricebutton .bigprice .price .symbol {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .pricebutton .bigprice .price .symbol, html[lang|="fa"].fonts-loaded .pricebutton .bigprice .price .symbol, html[lang|="he"].fonts-loaded .pricebutton .bigprice .price .symbol {
  font-weight: 700;
}

.pricebutton .bigprice .oldPrice .price {
  font-size: 14px;
  color: #74716e;
  text-decoration: line-through;
  text-decoration-color: #74716e;
  font-weight: 700;
}

html.fonts-loaded .pricebutton .bigprice .oldPrice .price {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .pricebutton .bigprice .oldPrice .price, html[lang|="fa"].fonts-loaded .pricebutton .bigprice .oldPrice .price, html[lang|="he"].fonts-loaded .pricebutton .bigprice .oldPrice .price {
  font-weight: 700;
}

.pricebutton .bigprice .oldPrice .price .symbol {
  font-size: 0.85em;
  display: none;
}

.pricebutton .bigprice .oldPrice .price.eur, .pricebutton .bigprice .oldPrice .price.usd, .pricebutton .bigprice .oldPrice .price.gbp {
  font-size: 14px;
}

.pricebutton .bigprice .oldPrice.priceWithoutDiscounts .price .symbol {
  display: initial;
}

.pricebutton .bigprice .infoBtn {
  vertical-align: middle;
}

.pricebutton .bigprice .infoBtn svg {
  vertical-align: baseline;
}

.pricebutton .tipoprecio {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pricebutton .tipoprecio {
    text-align: left;
  }
}

.pricebutton .priceinfototal {
  font-size: 20px;
}

.pricebutton .priceinfototal .symbol {
  font-size: 0.85em;
}

@media (max-width: 767px) {
  .pricebutton .btn-cta {
    display: block;
    width: 100%;
  }
}

.pricebutton .selectiontooltip.tooltip {
  padding: 0;
  text-align: center;
  border: 1px solid #46403C;
  background: #46403C;
  min-width: 260px;
  top: 0;
  left: 50%;
  margin-left: -130px;
  margin-top: -55px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .pricebutton .selectiontooltip.tooltip {
    left: 0;
    margin-left: 0;
  }
}

.pricebutton .selectiontooltip.tooltip .tooltip-arrow, .pricebutton .selectiontooltip.tooltip .tooltip-arrow:after {
  border-top-color: #46403C;
}

.pricebutton .selectiontooltip.tooltip .tooltip-inner {
  background-color: #46403C;
  padding: 10px 0;
}

.pricebutton .selectiontooltip.tooltip .tooltip-inner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

html.fonts-loaded .pricebutton .selectiontooltip.tooltip .tooltip-inner p {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .pricebutton .selectiontooltip.tooltip .tooltip-inner p, html[lang|="fa"].fonts-loaded .pricebutton .selectiontooltip.tooltip .tooltip-inner p, html[lang|="he"].fonts-loaded .pricebutton .selectiontooltip.tooltip .tooltip-inner p {
  font-weight: 700;
}

.deferred-payment__tooltip {
  text-align: right;
}

.infoBtn + .bigprice {
  margin-left: 23px;
}

.selectedservices-section {
  padding-top: 30px;
  padding-bottom: 10px;
}

.selectedservices-section h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .selectedservices-section h1 {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .selectedservices-section h1 {
    font-size: 24px;
  }
}

/* cajas resumen servicio */
.service-module {
  margin-bottom: 0;
  transition: background 0.3s;
  position: relative;
}

@media (max-width: 767px) {
  .service-module {
    padding: 0;
  }
  .service-module:after {
    content: '';
    position: absolute;
    right: 15px;
    left: 15px;
    border-bottom: 1px dotted #d0cbc9;
    bottom: 0;
    height: 1px;
  }
}

@media (min-width: 768px) {
  .service-module:nth-child(2):before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: -1px;
    border-left: 1px dotted #d0cbc9;
    width: 1px;
  }
  .service-module:nth-child(2):after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    border-right: 1px dotted #d0cbc9;
    width: 1px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service-module:nth-child(2):before {
    display: block;
  }
  .service-module:nth-child(2):after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .service-module:nth-child(2):before {
    display: block;
  }
  .service-module:nth-child(2):after {
    display: block;
  }
}

.title-service-summary {
  background: #fff;
  border-top: 2px solid #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 42px;
  line-height: 42px;
  color: #74716e;
  text-decoration: none;
  transition: background 0.3s;
}

.title-service-summary svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  /*rtl:ignore*/
}

[dir='rtl'] .title-service-summary svg.icon-anyfill-prod-flight {
  transform: rotate(-180deg);
}

.title-service-summary svg, .title-service-summary svg * {
  fill: #74716e;
}

.title-service-summary span {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}

.title-service-summary .service-module:hover, .title-service-summary:focus {
  color: #222222 !important;
  text-decoration: none;
}

.title-service-summary .service-module:hover svg, .title-service-summary .service-module:hover svg *, .title-service-summary:focus svg, .title-service-summary:focus svg * {
  fill: #74716e;
}

.title-service-summary.active-service {
  color: #222222 !important;
}

.title-service-summary.active-service, .service-module:hover .title-service-summary.active-service, .title-service-summary.active-service:hover, .title-service-summary.active-service:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .title-service-summary.active-service, .service-module:hover .title-service-summary.active-service, .title-service-summary.active-service:hover, .title-service-summary.active-service:focus {
    border-top: 4px solid #3171c9;
  }
}

.title-service-summary.active-service svg, .title-service-summary.active-service svg *, .service-module:hover .title-service-summary.active-service svg, .service-module:hover .title-service-summary.active-service svg *, .title-service-summary.active-service:hover svg, .title-service-summary.active-service:hover svg *, .title-service-summary.active-service:focus svg, .title-service-summary.active-service:focus svg * {
  fill: #74716e !important;
}

.title-service-summary .btn-link.btn-sm {
  vertical-align: top;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .iti-srv-trans, .iti-srv-hotel {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .active-service-mobile {
    border-right: 5px solid #3171c9;
    padding-right: 10px;
  }
  .selectedservices-fixed .active-service-mobile {
    border-right: 0;
    padding-right: 15px;
  }
}

.service-buttons {
  overflow: hidden;
  clear: both;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 5px;
}

.service-buttons a {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

/* Resumen transporte */
.box-service-summary .transportline {
  overflow: hidden;
  margin-bottom: 20px;
}

.selectedservices-fixed .box-service-summary .transportline {
  margin-bottom: 16px;
}

.box-service-summary .transportline + .transportline {
  margin-bottom: 0;
}

.box-service-summary .transportline > div {
  float: right;
}

.box-service-summary .transportline > div + div {
  margin-right: 17px;
}

.selectedservices-fixed .box-service-summary .transportline > div + div {
  margin-right: 5px;
}

.box-service-summary .transportline > div.icons {
  flex: 1;
  margin-right: 0;
}

.box-service-summary .transportline > div.icons svg.icon-anyfill-graph-warning {
  fill: #E50000;
  width: 20px;
  height: 20px;
  margin: 0;
}

.box-service-summary .transportline > div.icons > img {
  width: 14px;
  height: 14px;
}

.box-service-summary .transportline .icondirection {
  line-height: 36px;
  /*rtl:ignore*/
}

.selectedservices-fixed .box-service-summary .transportline .icondirection {
  line-height: 22px;
}

.box-service-summary .transportline .icondirection svg {
  width: 11px;
  height: 11px;
}

.box-service-summary .transportline .icondirection svg, .box-service-summary .transportline .icondirection svg * {
  fill: #222222;
}

[dir='ltr'] .box-service-summary .transportline .icondirection.direction-vuelta .icon-anyfill-ui-arrow-right, [dir='rtl'] .box-service-summary .transportline .icondirection.direction-ida .icon-anyfill-ui-arrow-right {
  transform: rotate(180deg);
}

.box-service-summary .transportline .placetime > span {
  display: block;
}

.selectedservices-fixed .box-service-summary .transportline .placetime > span {
  display: inline-block;
}

.box-service-summary .transportline .placetime > span.place {
  text-align: right;
  color: #74716e;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

.selectedservices-fixed .box-service-summary .transportline .placetime > span.place {
  width: 30px;
}

.box-service-summary .transportline .placetime > span.time {
  text-align: right;
  color: #222222;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.box-service-summary .transportline .placetime > span.time .extraday {
  display: inline-block;
  color: #E50000;
  font-size: 11px;
  font-weight: 400;
}

.box-service-summary .transportline .durationstops {
  text-align: center;
  width: 22%;
}

@media (min-width: 550px) and (max-width: 767px) {
  .box-service-summary .transportline .durationstops {
    width: 55%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .box-service-summary .transportline .durationstops {
    width: 30%;
  }
  .selectedservices-fixed .box-service-summary .transportline .durationstops {
    width: 13%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .box-service-summary .transportline .durationstops {
    width: 25%;
  }
  .selectedservices-fixed .box-service-summary .transportline .durationstops {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .box-service-summary .transportline .durationstops {
    width: 33%;
  }
  .selectedservices-fixed .box-service-summary .transportline .durationstops {
    width: 13%;
  }
}

.box-service-summary .transportline .durationstops .duration {
  font-size: 11px;
  line-height: 12px;
  color: #74716e;
}

.box-service-summary .transportline .durationstops .stopsdata {
  font-size: 12px;
  line-height: 12px;
  color: #222222;
}

.box-service-summary .transportline .durationstops .stopsdata .direct {
  color: #027A02;
}

.selectedservices-fixed .box-service-summary .transportline .durationstops .duration, .selectedservices-fixed .box-service-summary .transportline .durationstops .stopsdata {
  display: none;
}

@media (max-width: 767px) {
  .box-service-summary .transportline .durationstops .duration, .box-service-summary .transportline .durationstops .stopsdata {
    display: none;
  }
}

.box-service-summary .transportline .durationstops .stopsdiagram {
  position: relative;
  height: 8px;
  width: 100%;
  line-height: 6px;
  margin-bottom: 2px;
}

.selectedservices-fixed .box-service-summary .transportline .durationstops .stopsdiagram {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .box-service-summary .transportline .durationstops .stopsdiagram {
    margin-top: 12px;
  }
}

.box-service-summary .transportline .durationstops .stopsdiagram:before, .box-service-summary .transportline .durationstops .stopsdiagram:after {
  content: '';
  background: #74716e;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  z-index: 3;
}

.box-service-summary .transportline .durationstops .stopsdiagram:before {
  right: 0;
}

.box-service-summary .transportline .durationstops .stopsdiagram:after {
  left: 0;
}

.box-service-summary .transportline .durationstops .stopsdiagram > div {
  width: 100%;
  height: 1px;
  position: absolute;
  border: 1px solid #dad7d5;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
}

.box-service-summary .transportline .durationstops .stopsdiagram > span {
  background: #fff;
  display: inline-block;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: relative;
  z-index: 3;
}

.box-service-summary .transportline .durationstops .stopsdiagram > span + span {
  margin-right: 12px;
}

.selectedservices-fixed .box-service-summary .transportline .durationstops .stopsdiagram > span + span {
  margin-right: 5px;
}

.box-service-summary .transportline .icons {
  overflow: hidden;
}

.box-service-summary .transportline .icons .icono {
  float: left;
  vertical-align: middle;
  margin-top: 0;
}

.box-service-summary .transportline .icons .icono + .icono {
  margin-right: 2px;
}

.box-service-summary .transportline .icons .icono span[data-toggle="tooltip"] {
  display: inline-block;
  height: 24px;
}

.box-service-summary .transportline .icons .icono svg {
  vertical-align: middle;
}

.box-service-summary .transportline .icons .icono svg.icon-anyfill-graph-luggage, .box-service-summary .transportline .icons .icono svg.icon-anyfill-graph-luggage-no {
  width: 20px !important;
  height: 20px !important;
}

.selectedservices-fixed .box-service-summary .transportline .icons .icono svg {
  vertical-align: top;
}

.box-service-summary .transportline .icons .icono img {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

/* Resumen alojamiento */
.box-service-summary.transport-summary {
  margin-top: 8px;
}

.box-service-summary .hotel-service-thumbnail {
  float: right;
  width: 80px;
  height: auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .box-service-summary .hotel-service-thumbnail {
    overflow: hidden;
    position: relative;
    margin: 0;
    height: 100%;
    width: 80px;
    min-height: 64px;
  }
}

@media (min-width: 768px) {
  .box-service-summary .hotel-service-thumbnail {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .box-service-summary .hotel-service-thumbnail {
    width: 150px;
  }
}

.selectedservices-fixed .box-service-summary .hotel-service-thumbnail {
  width: 90px;
  height: 60px;
}

.box-service-summary .hotel-service-thumbnail img {
  cursor: pointer;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .box-service-summary .hotel-service-thumbnail img {
    overflow: hidden;
    width: auto;
    height: 100%;
    margin-left: 0;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
}

.box-service-summary .hotel-photo-gallery {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  z-index: 100;
}

.box-service-summary .hotel-photo-gallery .hotel-photo-gallery-container {
  position: absolute;
  top: 50px;
  right: 20px;
  bottom: 50px;
  left: 20px;
  overflow: visible;
}

.box-service-summary .hotel-photo-gallery .col-md-9, .box-service-summary .hotel-photo-gallery .col-xs-9 {
  width: 100%;
  padding: 0;
}

.box-service-summary .hotel-photo-gallery .carousel-control {
  width: 55px;
}

.box-service-summary .hotel-photo-gallery .carousel-control .glyphicons {
  top: 50%;
  margin-top: -19px;
}

.box-service-summary .hotel-photo-gallery .left.carousel-control {
  border: none !important;
}

.box-service-summary .hotel-photo-gallery .right.carousel-control {
  border: none !important;
}

@media (min-width: 1199px) {
  .box-service-summary .hotel-photo-gallery .left {
    right: -30%;
  }
  .box-service-summary .hotel-photo-gallery .right {
    left: -30%;
  }
}

.box-service-summary .hotel-photo-gallery .carousel_photos .item {
  cursor: pointer;
}

.box-service-summary .hotel-photo-gallery .hotel-gallery-close {
  width: 100%;
}

.box-service-summary .hotel-photo-gallery .hotel-gallery-close .close {
  width: 19px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  float: left;
  position: absolute;
  left: 12px;
  top: 1%;
}

.icon .box-service-summary .hotel-photo-gallery .hotel-gallery-close .close, .box-service-summary .hotel-photo-gallery .hotel-gallery-close .close * {
  fill: #fff;
}

.box-service-summary .carousel_thumbs_column {
  display: none;
}

.selectedservices-fixed .box-service-summary .hotel-dates {
  display: none;
}

@media (min-width: 860px) {
  .box-service-summary .hotel-photo-gallery .hotel-photo-gallery-container {
    width: 820px;
    height: 560px;
    top: 50%;
    right: 50%;
    left: auto;
    bottom: auto;
    margin-right: -410px;
    margin-top: -270px;
  }
  .box-service-summary .hotel-photo-gallery .carousel-control .glyphicons {
    top: 50%;
    margin-top: -19px;
  }
}

[dir='rtl'] .carousel_photos_2015 .carousel-control .glyphicons.glyphicons-chevron-right {
  transform: rotate(-180deg);
}

[dir='rtl'] .carousel_photos_2015 .carousel-control .glyphicons.glyphicons-chevron-left {
  transform: rotate(-180deg);
}

.hoteldetails {
  margin-right: 90px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .hoteldetails {
    margin-right: 130px;
  }
}

@media (min-width: 992px) {
  .hoteldetails {
    margin-right: 165px;
  }
}

.selectedservices-fixed .hoteldetails {
  margin-right: 95px;
}

.hoteldetails .hotelname {
  margin-bottom: 0;
}

.selectedservices-fixed .hoteldetails .hotelname {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hoteldetails .hotelname .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #222222;
}

.hoteldetails .datenights span {
  font-weight: 300;
  color: #74716e;
}

.hoteldetails .roomtype {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .hoteldetails .roomtype {
    display: block;
  }
}

.hoteldetails .regime {
  color: #027A02;
}

.hoteldetails .regime.boardnin {
  color: #222222;
}

.hotel_room-label-include-resume {
  display: inline-block;
  margin-top: 10px;
  margin-right: 2px;
}

.hotel_room-label-include-resume .include_txt_extras-resume {
  padding: 5px 12px;
  height: fit-content;
  width: fit-content;
  border-radius: 20px;
  background-color: #f9c7d9;
  margin-right: -2px;
}

.hotel_room-label-include-resume .include_txt_extras-resume .icon {
  width: 16px;
  height: 16px;
  fill: #bd1550;
  float: right;
  vertical-align: middle;
}

.hotel_room-label-include-resume .include_txt_extras-resume .icon, .hotel_room-label-include-resume .include_txt_extras-resume .icon * {
  fill: #bd1550;
}

@media (max-width: 767px) {
  .hotel_room-label-include-resume .include_txt_extras-resume {
    display: block;
  }
}

.hotel_room-label-include-resume .txt_extras-service {
  font-weight: 300;
  vertical-align: middle;
  display: block;
  margin-right: 21px;
  line-height: 1.3;
}

.selectedservices-fixed .hotel_room-label-include-resume {
  display: none;
}

/* loaders */
/* asegurar que haya altura minima */
.content-service-summary, .containerpriceloader {
  position: relative;
  margin-bottom: 0;
  min-height: 88px;
}

@media (min-width: 768px) {
  .content-service-summary, .containerpriceloader {
    min-height: 134px;
  }
}

.content-service-summary .loading-service, .containerpriceloader .loading-service {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  transition: background 0.3s;
}

.content-service-summary .loading-service .loading-service-inner, .containerpriceloader .loading-service .loading-service-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
}

.content-service-summary .loading-service .loading-service-inner .ball-clip-rotate > div, .containerpriceloader .loading-service .loading-service-inner .ball-clip-rotate > div {
  border: 2px solid #222222;
  border-bottom-color: transparent;
}

.content-service-summary .loading-service .loading-service-inner p, .containerpriceloader .loading-service .loading-service-inner p {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .selectedservices-fixed .content-service-summary .loading-service .loading-service-inner p, .selectedservices-fixed .containerpriceloader .loading-service .loading-service-inner p {
    display: none;
  }
}

.promo-flighthotel-line {
  border-top: 1px solid #dfdfdf;
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .promo-flighthotel-line {
    text-align: left;
  }
}

.promo-flighthotel-line .promo-flighthotel-text {
  font-size: 16px;
  line-height: 21px;
  color: #027A02;
}

.selectedservices-fixed .promo-flighthotel-line {
  display: none;
}

.promo-code-styles {
  padding-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .promo-code-styles {
    text-align: left;
  }
}

.selectedservices-fixed .promo-code-styles {
  display: none;
}

#invalid-promo-code {
  font-size: 16px;
  line-height: 21px;
  color: #fa0c38;
}

/* Estilos para pisar los estilos de vuelos en el cargador de resultados de hoteles para V + H */
.hotel_availability_widget .actualizandoResultados .ball-spin-fade-loader {
  margin: 0;
}

.content-service-summary {
  padding: 0 0 14px 0;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .selectedservices-fixed .content-service-summary {
    min-height: 82px;
    height: 82px;
  }
}

.containerpriceloader {
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .containerpriceloader .loading-service {
    top: 20px;
  }
}

.selectedservices-fixed .containerpriceloader {
  padding: 10px 0 0;
  min-height: 114px;
}

.selectedservices-fixed .containerpriceloader .loading-service {
  top: 10px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .selectedservices-fixed .containerpriceloader {
    padding: 15px 0;
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .containerpriceloader {
    min-height: 58px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .containerpriceloader .loading-service {
    top: 0;
  }
  .selectedservices-fixed .containerpriceloader .loading-service {
    top: 0;
    background: #f7f7f7;
  }
  .selectedservices-fixed .containerpriceloader .loading-service .loading-service-inner {
    margin-top: -14px;
  }
}

@media (max-width: 767px) {
  .containerpriceloader {
    min-height: 105px;
  }
  .selectedservices-fixed .containerpriceloader .loading-service {
    top: 0;
    background: #f7f7f7;
  }
  .selectedservices-fixed .containerpriceloader .loading-service .loading-service-inner {
    margin-top: -16px;
  }
}

/* FIXED en Tablet Movil */
@media (max-width: 1024px) {
  .selectedservices-main.selectedservices-fixed .selected_services_box {
    border: 1px solid #dfdfdf;
    border-radius: 0;
  }
  .selectedservices-main.selectedservices-fixed .servicescontainer {
    background: #dfdfdf;
  }
  .selectedservices-main.selectedservices-fixed .service-module:before, .selectedservices-main.selectedservices-fixed .service-module:after {
    display: none;
  }
  .selectedservices-main.selectedservices-fixed .service-module + .service-module {
    border-right: 1px solid #fff;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary {
    background: transparent;
    border-top: 0;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary svg, .selectedservices-main.selectedservices-fixed .service-module .title-service-summary svg * {
    fill: #222222;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary .btn-link.btn-sm {
    display: none;
  }
  .selectedservices-main.selectedservices-fixed .service-module.col-xs-12 {
    width: 50% !important;
  }
  .selectedservices-main.selectedservices-fixed .service-module .content-service-summary {
    display: none;
  }
  .selectedservices-main.selectedservices-fixed .containerpriceloader {
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton {
    background: #f7f7f7;
    border-top: 0;
    border-right: 1px solid #fff;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .diff_prices {
    text-align: left;
    margin-left: 0;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .bigprice, .selectedservices-main.selectedservices-fixed .pricebutton div.tipoprecio {
    text-align: left;
    margin-bottom: 0;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .btn.btn-cta {
    display: none;
  }
}

/* quitar altura superior en la dispo de vuelos y de hoteles nuevas en el caso de v+h */
#msmultiserviceavailabilitywidget0_serviceavailability .mT10.container-limited, #msmultiserviceavailabilitywidget0_serviceavailability .mT20.container-limited {
  margin-top: 0 !important;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .servicescontainer {
    width: 66.6%;
  }
  .pricebutton {
    width: 33.3%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .selectedservices-main.selectedservices-fixed .container-limited {
    padding: 0;
  }
  .selectedservices-main.selectedservices-fixed .servicescontainer {
    width: 66.6%;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary {
    height: 53px;
    line-height: 53px;
    text-align: right;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary span {
    display: inline;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton {
    width: 33.3%;
    min-height: 48px;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price {
    font-size: 16px;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price .symbol {
    font-size: 0.85em;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price.eur, .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price.usd, .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price.gbp {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .selectedservices-main.selectedservices-fixed .container-limited {
    padding: 0;
  }
  .selectedservices-main.selectedservices-fixed .servicescontainer {
    width: 30%;
  }
  .selectedservices-main.selectedservices-fixed .service-module {
    padding: 0;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary {
    height: 53px;
    line-height: 53px;
    text-align: center;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary svg {
    margin-left: 0;
  }
  .selectedservices-main.selectedservices-fixed .service-module .title-service-summary span {
    display: none;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton {
    width: 70%;
    min-height: 42px;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price {
    font-size: 16px;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price .symbol {
    font-size: 0.85em;
  }
  .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price.eur, .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price.usd, .selectedservices-main.selectedservices-fixed .pricebutton .bigprice .price.gbp {
    font-size: 20px;
  }
}

.container-limited .container-limited {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* room selection en v+h */
.room_selection .bg_fff {
  padding-top: 20px;
}

.hotel_availability_widget .destinia_av_web_hotels_modules_loader {
  background-color: #ffffff;
}