@charset "UTF-8";
/* Bloque servicios*/
.header_content {
  margin-top: 30px;
}

ul.amenities_category {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}

ul.amenities_category > li {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  flex: 0 0 25%;
  /* tablet */
  /* mobile */
}

html.fonts-loaded ul.amenities_category > li {
  font-weight: 500;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  ul.amenities_category > li {
    flex: 0 0 33.33%;
  }
}

@media (max-width: 767px) {
  ul.amenities_category > li {
    flex: 0 0 100%;
  }
}

ul.amenities_category > li svg, ul.amenities_category > li svg * {
  fill: #222222;
  width: 22px;
  height: 22px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

[dir='rtl'] ul.amenities_category > li svg, [dir='rtl'] ul.amenities_category > li svg * {
  vertical-align: middle;
}

ul.amenities_category ul {
  margin: 15px 0 20px 23px;
}

ul.amenities_category ul li {
  list-style-type: disc;
  list-style-position: inherit;
  font-weight: 300;
  font-size: 14px;
  min-height: 30px;
}

ul.amenities_icons_hotels {
  margin: 0;
  overflow: hidden;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.amenities_icons_hotels {
    display: flex;
    flex-wrap: wrap;
  }
}

ul.amenities_icons_hotels.with_description li {
  width: 100%;
}

ul.amenities_icons_hotels li {
  float: left;
  margin: 6px 10px 6px 0;
  width: auto;
  color: #818181;
  line-height: 16px;
}

ul.amenities_icons_hotels li .box_amenities {
  width: 23px;
  float: left;
}

ul.amenities_icons_hotels li .icon_center {
  text-align: left;
  width: 18px;
  height: 18px;
  margin-right: 3px;
  float: left;
}

ul.amenities_icons_hotels li .icon_description {
  width: 85%;
}

ul.amenities_icons_hotels li svg, ul.amenities_icons_hotels li svg * {
  fill: #74716e;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 0;
  pointer-events: none;
}

ul.amenities_icons_hotels.dst-hotel-tags-hotel svg {
  cursor: pointer;
}

.room_selection ul.amenities_icons_hotels li {
  width: 100%;
}

.room_selection ul.amenities_icons_hotels li span {
  color: #222222;
}

@media (max-width: 767px) {
  .room_selection ul.amenities_icons_hotels li span {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .room_selection ul.amenities_icons_hotels li {
    width: 50%;
    line-height: 24px;
    margin: 0 0 6px 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .room_selection ul.amenities_icons_hotels {
    margin-top: 10px;
  }
  .room_selection ul.amenities_icons_hotels.with_description li {
    width: auto;
  }
  .room_selection ul.amenities_icons_hotels li {
    width: auto;
    margin: 0 12px 12px 0;
  }
  .room_selection ul.amenities_icons_hotels li .icon_center {
    width: 24px;
    height: 24px;
  }
  .room_selection ul.amenities_icons_hotels li svg, .room_selection ul.amenities_icons_hotels li svg * {
    width: 24px;
    height: 24px;
  }
}

/*AMENITIES*/
/* Ampliar servicios */
.dst-serv-showmore {
  max-height: 1400px;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: max-height 0.8s;
}

.serv-clk-view {
  margin-top: 20px;
  padding-bottom: 30px;
}

.viewMore_serv_cont {
  max-height: 185px;
  margin-bottom: 20px;
  margin-top: 20px;
}

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

.gm-style, .leaflet-container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.fonts-loaded .gm-style, .fonts-loaded .leaflet-container {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang|="ar"].fonts-loaded .gm-style, html[lang|="ar"].fonts-loaded .leaflet-container {
  font-family: "Noto Sans Kufi Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang|="fa"].fonts-loaded .gm-style, html[lang|="fa"].fonts-loaded .leaflet-container {
  font-family: "BYekan", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang|="he"].fonts-loaded .gm-style, html[lang|="he"].fonts-loaded .leaflet-container {
  font-family: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang|="ja"].fonts-loaded .gm-style, html[lang|="ja"].fonts-loaded .leaflet-container {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Pin mapa dispo de hoteles sin foto */
.markerIcon {
  font-size: 14px;
  border: 1px solid #3171c9;
  background: #FFFFFF;
  border-radius: 6px;
  height: 40px;
}

.markerIcon__price {
  color: #3171c9;
  margin: 10px;
  white-space: nowrap;
  line-height: 18px;
}

.markerIcon.active .markerIcon__price, .markerIcon__price:hover {
  color: #FFFFFF;
}

.markerIcon:before, .markerIcon:after {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  border-style: solid;
}

.markerIcon:before {
  margin-left: -7px;
  border-width: 7px;
  border-color: #FFFFFF transparent transparent transparent;
  z-index: 1;
}

.markerIcon:after {
  margin-left: -8px;
  border-width: 8px;
  border-color: #3171c9 transparent transparent transparent;
}

.markerIcon.active, .markerIcon:hover {
  border: 1px solid #FFFFFF;
  background: #3171c9;
}

.markerIcon.active .markerIcon__price, .markerIcon:hover .markerIcon__price {
  color: #FFFFFF;
}

.markerIcon.active:before, .markerIcon:hover::before {
  content: " ";
  border-color: #3171c9 transparent transparent transparent;
}

.markerIcon.active:after, .markerIcon:hover::after {
  content: " ";
  border-color: #FFFFFF transparent transparent transparent;
}

.markerCluster {
  border-radius: 50%;
  text-align: center !important;
}

.markerCluster:before, .markerCluster:after {
  content: "";
  display: none !important;
}

.markerIcon.markerCluster {
  box-shadow: 0 0 0 5px rgba(188, 87, 21, 0.3);
  background-color: #bc5715;
  width: 30px;
  height: 30px;
  border: 0;
}

.markerIcon.markerCluster .markerIcon__price {
  color: #FFFFFF;
  line-height: 30px;
  margin: 0;
}

/* estilos bocadillo hoteles en mapa*/
.bubbleLink {
  text-decoration: none;
}

.bubbleLink:hover {
  text-decoration: none;
}

.windowBubble {
  display: flex;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.windowBubble__info {
  flex: 1;
  padding: 10px;
}

.windowBubble__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #222222;
  margin: 0;
  padding-right: 4px;
}

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

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

.windowBubble__reviews {
  color: #74716e;
  margin: 5px 0;
  min-height: 18px;
}

.windowBubble__reviews .rating {
  vertical-align: text-bottom;
}

.windowBubble__img {
  width: 105px;
  border-radius: 6px 0 0 6px;
  object-fit: fill;
}

.windowBubblePrice {
  text-align: right;
  line-height: 20px;
  color: #222222;
}

.windowBubblePrice__oldPrice {
  font-size: 14px;
  color: #74716e;
}

.windowBubblePrice__oldPrice--red {
  color: #E50000;
}

.windowBubblePrice__currentPrice {
  font-weight: 700;
  font-size: 20px;
}

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

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

/*MODAL MAPA DISPO DE HOTELES */
/*rtl:ignore*/
[dir='rtl'] .map-container .leaflet-top.leaflet-left {
  right: 20px;
  left: auto;
}

/*rtl:ignore*/
[dir='rtl'] .map-container .leaflet-bottom.leaflet-left {
  right: 20px;
  left: auto;
}

/*rtl:ignore*/
[dir='rtl'] .map-container .leaflet-bottom {
  right: auto;
  left: 0;
}

.dst_mainmap_container .modal-body {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden !important;
  text-align: left;
}

.dst_mainmap_container .button-map-close {
  position: absolute;
  z-index: 2001;
  right: 35px;
  top: 15px;
  padding: 9px 12px;
  border: solid 1px #beb8b3;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .dst_mainmap_container .button-map-close {
    left: 15px;
    right: auto;
  }
}

.dst_mainmap_container .button-map-close .icon {
  margin-right: 0;
  width: 16px;
  height: 19px;
  vertical-align: middle;
}

.dst_mainmap_container .map-container {
  padding: 0;
  flex: 1 0 auto;
  position: relative;
  overflow-y: auto;
  z-index: 2000;
}

.dst_mainmap_container.modal .map-list-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.dst_mainmap_container .bubble-wrapper {
  bottom: 30px;
}

.dst_mainmap_container .filtersButton {
  position: fixed;
  z-index: 1000;
  right: 15px;
  top: 15px;
}

@media (min-width: 1200px) {
  .dst_mainmap_container .filtersButton {
    display: none;
  }
}

.dst_mainmap_container .filtersButton .icon {
  width: 16px;
  height: 16px;
}

.dst_mainmap_container .filtersButton .icon, .dst_mainmap_container .filtersButton .icon * {
  fill: #fff;
}

.dst_mainmap_container .filtersButton span {
  color: #fff;
}

.dst_mainmap_container .zonesearchbutton-container {
  position: absolute;
  width: 100%;
  z-index: 1000;
  bottom: 40px;
  text-align: center;
  /* temporal hasta que se programe la funcionalidad */
  display: none;
}

@media (min-width: 768px) {
  .dst_mainmap_container .zonesearchbutton-container {
    display: none;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .dst_mainmap_container .zonesearchbutton-container {
    bottom: 30px;
  }
}

.dst_mainmap_container .switch-container {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  z-index: 1000;
  left: 25px;
  bottom: 45px;
  padding: 9px 15px;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  /* temporal hasta que se programe la funcionalidad */
  display: none;
}

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

.dst_mainmap_container .switch-container .switch-text {
  margin-left: 5px;
}

.dst_mainmap_container .filtros-layer {
  z-index: 2001;
}

.dst_mainmap_container .filters-container {
  position: relative;
  z-index: 2002;
}

@media (max-width: 1199px) {
  .dst_mainmap_container .filters-container {
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .dst_mainmap_container .filters-container {
    width: 320px;
  }
}

.dst_mainmap_container .dst-wgt-filters {
  overflow: hidden;
  height: 100%;
  z-index: 101;
  position: relative;
}

.dst_mainmap_container .filters--full {
  border: 0;
  overflow-y: auto;
  margin-top: 0;
  height: 100%;
}

@media (min-width: 1200px) {
  .dst_mainmap_container .filters--full {
    margin-top: 50px;
    height: calc(100% - 50px);
  }
  .dst_mainmap_container .filters--full::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  .dst_mainmap_container .filters--full::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}

.dst_mainmap_container .filtersHeader {
  margin: 0;
  padding: 15px;
  height: 50px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}

.dst_mainmap_container .leaflet-control-attribution {
  margin-right: 25px;
}

@media (max-width: 768px) {
  .dst_mainmap_container .leaflet-control-attribution {
    width: 190px;
  }
}

@media (min-width: 1024px) {
  .dst_mainmap_container .leaflet-control-attribution {
    margin-right: 40px;
  }
}

@media (max-width: 1024px) {
  .dst_mainmap_container .leaflet-control-attribution {
    margin-right: 35px;
  }
}

@media (max-width: 1200px) {
  .dst_mainmap_container .leaflet-top.leaflet-left {
    display: none;
  }
}

.dst_mainmap_container .map-legal-info {
  right: 310px;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .dst_mainmap_container .map-legal-info {
    right: 10px;
  }
}

.dst_mainmap_container .map-legal-info .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.dst_mainmap_container .map-legal-info .icon, .dst_mainmap_container .map-legal-info .icon * {
  fill: #74716e;
}

/* map skeleton */
#map-list-container {
  background-image: linear-gradient(90deg, rgba(247, 247, 247, 0), rgba(247, 247, 247, 0.5) 50%, rgba(247, 247, 247, 0) 100%), url(/headers/ilusion/sunrise/dist/svg/map-availability-marker.svg), url(/headers/ilusion/sunrise/dist/svg/map-availability-marker.svg), url(/headers/ilusion/sunrise/dist/svg/map-availability-marker.svg), url(/headers/ilusion/sunrise/dist/svg/map-availability-marker.svg), url(/headers/ilusion/sunrise/dist/svg/map-availability-marker.svg), url(/headers/ilusion/sunrise/dist/svg/map-availability-marker.svg), url(/headers/ilusion/sunrise/dist/svg/map-availability-marker.svg), url(/headers/ilusion/sunrise/dist/svg/map-availability-bg.svg);
  background-size: 50% 400%, 55px 45px, 55px 45px, 55px 45px, 55px 45px, 55px 45px, 55px 45px, 55px 45px, cover;
  background-repeat: no-repeat;
}

#map-list-container:empty {
  display: block;
  opacity: 1;
  margin: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  #map-list-container {
    background-position: -150% 0, 48px 44px, 192px 204px, 66px 206px, 151px 303px, 252px 385px, 53px 456px, 288px 524px, 0 0;
    animation: shinemapmobile 2s infinite;
  }
}

@media (min-width: 768px) {
  #map-list-container {
    background-position: -150% 0, 100px 100px, 373px 72px, 654px 110px, 208px 309px, 500px 285px, 656px 380px, 388px 424px, 0 0;
    animation: shinemapdesktop 2s infinite;
  }
}

@keyframes shinemapdesktop {
  to {
    /*rtl:ignore*/
    background-position: 150% 0, 100px 100px, 373px 72px, 654px 110px, 208px 309px, 500px 285px, 656px 380px, 388px 424px, 0 0;
  }
}

@keyframes shinemapmobile {
  to {
    /*rtl:ignore*/
    background-position: 150% 0, 48px 44px, 192px 204px, 66px 206px, 151px 303px, 252px 385px, 53px 456px, 288px 524px, 0 0;
  }
}

/**
 * Styles shared by multiple animations
 */
/**
* Sobre escribo la variable de color para que se use el color primario
*/
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 30px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 20.454545px;
  left: 20.454545px;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 30px;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -20.454545px;
  left: 20.454545px;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -30px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -20.454545px;
  left: -20.454545px;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -30px;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 20.454545px;
  left: -20.454545px;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #e60026;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
}

/**
 * Styles shared by multiple animations
 */
/**
* Sobre escribo la variable de color para que se use el color primario
*/
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate > div {
  background-color: #dfdfdf;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  border: 2px solid #222222;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  animation: rotate 0.75s 0s linear infinite;
}

.widgets_search_multisearcherwidget {
  padding: 0;
}

.widgets_search_multisearcherwidget * {
  box-sizing: border-box;
}

.widgets_search_multisearcherwidget .titulo_seleccion {
  background: transparent;
  color: #222222;
  font-size: 1em;
  text-align: left;
  border-bottom: 0;
  padding: 0;
}

.multicriteriasearch {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 15px 0;
  border-radius: 6px;
  /* Contenido de los tab panel */
}

@media (max-width: 767px) {
  .multicriteriasearch {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .multicriteriasearch {
    background: #dfdfdf;
    border: 0;
    padding: 1px;
    border-radius: 8px;
  }
}

.external .multicriteriasearch {
  margin-bottom: 0;
}

.multicriteriasearch .nav {
  margin-bottom: 0;
}

.multicriteriasearch .nav-tabs-container {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .multicriteriasearch .nav-tabs-container:before, .multicriteriasearch .nav-tabs-container:after {
    pointer-events: none;
    /* ignore clicks */
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 2px;
  }
  .multicriteriasearch .nav-tabs-container:before {
    left: 0;
    width: 20px;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .multicriteriasearch .nav-tabs-container:after {
    right: 0;
    width: 75px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

@media (min-width: 768px) {
  .multicriteriasearch .nav-tabs-container {
    padding: 10px 0 20px;
    background: #fff;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.multicriteriasearch .nav-tabs {
  border-bottom: 0;
  font-size: 0;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .multicriteriasearch .nav-tabs {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .multicriteriasearch .nav-tabs, .wide_searcher .multicriteriasearch .nav-tabs {
    padding: 0 15px;
    border-left: 0;
    border-right: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }
  .multicriteriasearch .nav-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .multicriteriasearch .nav-tabs .tabs-line {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    z-index: 2;
    height: 2px;
    background: #e60026;
    transition: transform 300ms ease, width 300ms ease;
  }
}

@media (max-width: 768px) {
  .multicriteriasearch .nav-tabs .tabs-line {
    display: none;
  }
}

.multicriteriasearch .nav-tabs > li {
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

.multicriteriasearch .nav-tabs > li:last-child {
  margin-left: 0;
  margin-right: 0;
}

.multicriteriasearch .nav-tabs > li > a {
  color: #222222;
  position: relative;
  display: block;
  padding: 10px 15px 11px 10px;
  font-size: 16px;
  background: transparent;
  margin: 0;
  line-height: 21px;
  border: 0;
  border-radius: 0;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 1200px) {
  .multicriteriasearch .nav-tabs > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.multicriteriasearch .nav-tabs > li > a, .multicriteriasearch .nav-tabs > li > a:hover, .multicriteriasearch .nav-tabs > li > a:focus {
  border: 0;
  color: #222222;
  border-bottom: 1px solid #fff;
}

.multicriteriasearch .nav-tabs > li > a:hover, .multicriteriasearch .nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  outline: none;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.multicriteriasearch .nav-tabs > li > a:hover, .home_search_box .multicriteriasearch .nav-tabs > li > a:hover, .multicriteriasearch .nav-tabs > li > a:focus, .home_search_box .multicriteriasearch .nav-tabs > li > a:focus {
  border-bottom-color: #e60026;
}

.multicriteriasearch .nav-tabs > li.active {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.multicriteriasearch .nav-tabs > li.active > a, .multicriteriasearch .nav-tabs > li.active > a:hover, .multicriteriasearch .nav-tabs > li.active > a:focus {
  border: 0;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-weight: 700;
  border-bottom-color: #e60026;
}

html.fonts-loaded .multicriteriasearch .nav-tabs > li.active > a, html.fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:hover, html.fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:focus {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a, html[lang|="fa"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a, html[lang|="he"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a, html[lang|="ar"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:hover, html[lang|="fa"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:hover, html[lang|="he"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:hover, html[lang|="ar"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:focus, html[lang|="fa"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:focus, html[lang|="he"].fonts-loaded .multicriteriasearch .nav-tabs > li.active > a:focus {
  font-weight: 700;
}

.multicriteriasearch .nav-tabs > li > a.active, .multicriteriasearch .nav-tabs > li > a.active:hover, .multicriteriasearch .nav-tabs > li > a.active:focus {
  border: 0;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-weight: 700;
  border-bottom-color: #e60026;
}

html.fonts-loaded .multicriteriasearch .nav-tabs > li > a.active, html.fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:hover, html.fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:focus {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active, html[lang|="fa"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active, html[lang|="he"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active, html[lang|="ar"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:hover, html[lang|="fa"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:hover, html[lang|="he"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:hover, html[lang|="ar"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:focus, html[lang|="fa"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:focus, html[lang|="he"].fonts-loaded .multicriteriasearch .nav-tabs > li > a.active:focus {
  font-weight: 700;
}

.multicriteriasearch .tab-content {
  background: transparent;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  .multicriteriasearch .tab-content {
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

.multicriteriasearch .tab-content .tab-pane {
  padding: 0 15px;
  background: transparent;
}

.multicriteriasearch .tab-content .tab-pane, .home_search_box .multicriteriasearch .tab-content .tab-pane, .homeviajes_search_box .multicriteriasearch .tab-content .tab-pane {
  border-radius: 0;
  border-width: 0;
}

.multicriteriasearch .nav-tabs-container + .tab-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0;
}

.multicriteriasearch .nav-tabs-container + .tab-content dst-accommodation-searcher {
  padding-bottom: 0;
}

/* Paneles de contenido */
.search_box_out {
  background: transparent;
  padding: 0;
  margin: 0;
}

.search_box_in {
  border-radius: 0;
}

/* caja de buscador remite interno */
#internal_search_wrapper {
  margin: 20px auto;
}

@media (min-width: 768px) {
  #internal_search_wrapper {
    width: 600px;
  }
}

/* estilos para elementos dentro del multisearcher y para buscadores sueltos en general */
.searcher-form label, .searcher-form legend, .searcher-form .legendlike, .searcher-form .number_people legend {
  color: #222222;
}

.searcher-form .radio label, .searcher-form .radio-inline label, .searcher-form .checkbox label, .searcher-form .checkbox-inline label {
  margin-bottom: 0;
}

.searcher-form fieldset {
  margin-bottom: 10px;
}

.searcher-form .journeyselector {
  margin-bottom: 15px;
}

.searcher-form .journeyselector .btn-group {
  margin-bottom: 0;
}

.searcher-form .journeycountryselector {
  margin-bottom: 0;
}

.searcher-form .form-group {
  margin-bottom: 0;
}

.searcher-form .form-control {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.searcher-form .form-control::-moz-placeholder {
  color: #74716e !important;
  opacity: 1;
  font-weight: 300;
}

.searcher-form .form-control:-ms-input-placeholder {
  color: #74716e !important;
  opacity: 1;
  font-weight: 300;
}

.searcher-form .form-control::-webkit-input-placeholder {
  color: #74716e !important;
  opacity: 1;
  font-weight: 300;
}

.searcher-form .searchToggle__icon, .searcher-form .searchToggle__icon * {
  fill: #222222;
}

.searcher-form .autocomplete-widget .form-control {
  font-weight: 400;
}

.legendlike {
  color: #222222;
}

.continente_boton_submit {
  text-align: right;
}

@media (max-width: 767px) {
  .continente_boton_submit {
    text-align: center;
    margin-bottom: 10px;
  }
}

.continente_boton_submit button[type=submit] {
  background-color: #e60026;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 40px 7px !important;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0 !important;
  line-height: 27px;
}

html.fonts-loaded .continente_boton_submit button[type=submit] {
  font-weight: 500;
}

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

html[lang|="pt"] .continente_boton_submit button[type=submit] {
  padding: 8px 30px 7px !important;
}

html[lang|="ar"] .continente_boton_submit button[type=submit], html[lang|="fa"] .continente_boton_submit button[type=submit], html[lang|="he"] .continente_boton_submit button[type=submit], html[lang|="ja"] .continente_boton_submit button[type=submit], html[lang|="ru"] .continente_boton_submit button[type=submit] {
  font-weight: 400;
}

@media (max-width: 767px) {
  .continente_boton_submit button[type=submit] {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .continente_boton_submit button[type=submit] {
    padding: 8px !important;
  }
}

.continente_boton_submit button[type=submit]:hover, .continente_boton_submit button[type=submit]:focus {
  border: 0;
  background-color: #b8001e;
}

.continente_boton_submit button[type=submit].disabled {
  cursor: wait;
}

.continente_boton_submit button[type=submit].disabled, .continente_boton_submit button[type=submit].disabled:hover, .continente_boton_submit button[type=submit].disabled:focus {
  background-color: #e60026;
}

.continente_boton_submit button[type=submit].disabled_error {
  cursor: not-allowed;
}

.continente_boton_submit button[type=submit] .bt-txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.continente_boton_submit button[type=submit] .loader-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  overflow: hidden;
}

.continente_boton_submit button[type=submit] .loader-inner.ball-clip-rotate div {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: 2px solid #fff;
  border-bottom-color: transparent;
}

.destiny {
  position: relative;
}

/* version de las fechas junto al selector de ocupacion */
.bootstrap-select.form-control {
  height: auto;
}

@media (min-width: 768px) {
  .datesoccupancy {
    display: flex;
    flex-wrap: nowrap;
  }
  .datesoccupancy > .dates {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .datesoccupancy > .dates.dates_ri {
    justify-content: flex-start;
    flex: 1 1 auto;
  }
  .datesoccupancy > .dates.dates_calendar_switcher {
    flex-wrap: wrap;
  }
  .datesoccupancy > .occupancy-type, .datesoccupancy > .occupancy_container {
    margin-left: 2%;
  }
  .datesoccupancy > .occupancy-type {
    flex: 1 0 auto;
  }
  .datesoccupancy > .occupancy_container {
    flex: 0 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .datesoccupancy > .occupancy_container {
    max-width: 50%;
  }
}

/* titulo collapsable opciones avanzadas */
.title_opcionesavanzadas {
  clear: both;
}

/* fin titulo collapsable opciones avanzadas */
/* container collapsable opciones avanzadas */
.searcher-form .avanzadasvuelos, .searcher-form .avanzadashoteles, .searcher-form .avanzadascoches, .searcher-form .widgets_search_hotelsearchwidget fieldset.avanzadashoteles {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.hotels_advanced_search .title_opcionesavanzadas + div {
  clear: both;
}

@media (min-width: 768px) {
  .hotels_advanced_search .title_opcionesavanzadas {
    margin-top: -21px;
  }
}

.avanzadashoteles .radio input[type=radio], .avanzadashoteles .radio-inline input[type=radio], .avanzadashoteles .checkbox input[type=checkbox], .avanzadashoteles .checkbox-inline input[type=checkbox] {
  margin-left: 0;
}

#opcionesavanzadas fieldset {
  margin-bottom: 0;
}

.checkboxgroup_title {
  margin: 5px 0;
  color: #222222;
}

.filtros li {
  display: flex;
}

.filtros input[type=radio], .filtros input[type=checkbox] {
  vertical-align: middle;
}

.filtros li input[type=radio], .filtros li input[type=checkbox] {
  margin-right: 4px;
  flex-shrink: 0;
}

.filtros li label {
  margin-bottom: 2px;
  font-size: 14px;
}

/* fin container collapsable opciones avanzadas */
.avanzadashoteles select, .avanzadasvuelos select, .avanzadascoches select {
  margin-bottom: 10px;
  font-size: 12px;
}

.titlesubfieldset {
  margin-bottom: 10px;
}

.titlesubfieldset, .multicriteriasearch .titlesubfieldset, .hotelsearchwidget .titlesubfieldset {
  color: #222222;
}

@media (min-width: 600px) {
  .avanzadashoteles .col-sm-6 .checkbox {
    float: left;
    width: 33%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .avanzadashoteles .col-sm-6 .checkbox {
    width: 50%;
  }
  .side_column .widgets_search_hotelsearchwidget .avanzadashoteles .col-sm-6 .checkbox {
    float: none;
    width: auto;
    display: block;
  }
  .avanzadasvuelos > div {
    width: 32%;
    float: left;
    margin-right: 1%;
  }
}

@media (max-width: 767px) {
  .avanzadashoteles .row {
    margin: 0;
  }
  .avanzadashoteles .col-sm-6 {
    display: block;
    width: auto;
    float: none;
  }
  .avanzadashoteles .col-sm-6 .checkbox {
    float: none;
    width: auto;
    display: block;
  }
  .avanzadasvuelos > div {
    width: auto;
    float: none;
    display: block;
  }
}

@media (min-width: 768px) {
  .flightsearch_options, .forfait_options {
    clear: both;
  }
}

.flightsearch_options .checkbox, .forfait_options .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}

.flightsearch_options .checkbox label, .forfait_options .checkbox label {
  color: #222222;
}

@media (min-width: 768px) {
  .forfait_options .checkbox {
    margin-bottom: 0;
  }
}

.forfait_options .titlesubfieldset {
  margin-bottom: 0;
}

/* Caja para inputs con icono de informacion adicional */
.selectplusinfoicon {
  position: relative;
  padding-right: 0;
}

.selectplusinfoicon .infoicon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  right: -18px;
  color: #222222;
}

@media (max-width: 599px) {
  .selectplusinfoicon .infoicon {
    display: none;
  }
}

.selectplusinfoicon .tooltip {
  padding: 1px;
  border: 0 !important;
  max-width: none !important;
}

.selectplusinfoicon .tooltip.in {
  opacity: 1;
}

.selectplusinfoicon .tooltip.right {
  padding: 0 11px;
  background: transparent !important;
  box-shadow: none;
}

.selectplusinfoicon .tooltip.right .tooltip-arrow {
  border-right-color: #dfdfdf;
  border-width: 11px 11px 11px 0;
  margin-top: -11px;
  left: 1px;
}

.selectplusinfoicon .tooltip.right .tooltip-arrow:after {
  border-right-color: #fff;
}

.selectplusinfoicon .tooltip-inner {
  width: 300px;
  background-color: #fff;
  color: #000;
  padding: 10px;
  text-align: left;
  white-space: normal;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.widget-cars-search-animation {
  margin-top: 10px;
}

#buscador_modificabusqueda {
  padding: 20px 30px;
}

#buscador_modificabusqueda .titular_modificabusqueda h1 {
  font-size: 20px;
}

/* estilos elementos formularios validacion */
select.dynamicload, select.form-control.dynamicload, .desktop select.dynamicload, .desktop select.form-control.dynamicload {
  background-image: url("/headers/common/js/libraries/jquery.autocomplete/indicator.gif");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 16px 16px;
}

select.has_error, select.form-control.has_error, .desktop select.has_error, .desktop select.form-control.has_error {
  border-color: #E50000;
  border-width: 1px;
}

select.has_warning, select.form-control.has_warning, .desktop select.has_warning, .desktop select.form-control.has_warning {
  border-color: #c1a655;
  border-width: 1px;
}

/* popovers error */
.popover_error .popover-content, .popover_warning .popover-content {
  padding-left: 33px;
  color: #666;
}

.popover_error .popover-content:before, .popover_warning .popover-content:before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -12px;
  font-size: 18px;
  border: 1px solid;
  border-radius: 50%;
  padding: 1px 8px;
  line-height: 1;
}

.popover_error .popover-content:before {
  color: #E50000;
  border-color: #E50000;
}

.popover_warning .popover-content:before {
  color: #c1a655;
  border-color: #c1a655;
}

/* link mas info trenes */
.transport_info_link {
  position: relative;
}

.transport_info_link a {
  text-decoration: none;
  position: absolute;
  font-weight: bold;
  top: -40px;
  right: 0;
}

.transport_info_link a, .transport_info_link a:hover, .transport_info_link a:focus {
  color: #222222;
}

.transport_info_link a span.circle-info {
  margin-left: 4px;
  padding: 1px;
}

.transport_info_link .linktext {
  vertical-align: middle;
}

@media (max-width: 500px) {
  .transport_info_link .linktext {
    display: none;
  }
}

.circle-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 16px;
  height: 16px;
}

@media (max-width: 500px) {
  .circle-info {
    margin: 0 !important;
  }
}

.circle-info .icon-anyfill-graph-info-circle {
  width: 16px;
  height: 16px;
}

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

/* caja remite interno de hoteles y vuelos */
.remite_container {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 0;
  position: relative;
  border: 1px solid #beb8b3;
  border-radius: 5px;
}

.remite_container .title_collapse_container {
  padding: 0 0 10px;
}

.remite_container .collapse {
  position: relative;
  padding: 0 0 10px 0;
}

.remite_container label {
  color: #222222;
}

/* titulo desplegable bootstrap-select comun para viajes, esqui, hoteles rurales y paradores */
.location-group .popover-title {
  font-size: 18px;
  color: #222222 !important;
  padding: 15px 0;
  font-weight: 300;
  white-space: nowrap;
  min-width: 0 !important;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: center;
}

.location-group .popover-title .close {
  padding: 0 15px;
  font-size: 24px;
}

.location-group .bs-searchbox {
  background: #f7f7f7;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 15px;
}

/* Estilos para buscadores marca blanca y externos */
.external .multicriteriasearch .tab-content .tab-pane {
  padding: 10px 15px 18px;
}

.widget_small fieldset {
  margin-bottom: 10px;
}

.widget_small .avanzadashoteles .row {
  margin: 0;
}

.widget_small .avanzadashoteles .col-sm-6 {
  display: block;
  width: auto;
  float: none;
}

.widget_small .avanzadashoteles .col-sm-6 .checkbox {
  float: none;
  width: auto;
  display: block;
}

.widget_small .avanzadascoches .row {
  margin: 0;
}

.widget_small .avanzadascoches .col-sm-6 {
  display: block;
  width: auto;
  float: none;
}

.widget_small .avanzadasvuelos {
  padding-left: 10px;
  padding-right: 10px;
}

.widget_small .avanzadasvuelos > div {
  width: auto;
  float: none;
  display: block;
}

.widget_small .continente_boton_submit {
  text-align: center;
  margin-bottom: 10px;
}

/* comunes banners */
.widget_square .title_opcionesavanzadas, .widget_square .avanzadashoteles, .widget_leaderboard .title_opcionesavanzadas, .widget_leaderboard .avanzadashoteles, .widget_halfbanner .title_opcionesavanzadas, .widget_halfbanner .avanzadashoteles {
  display: none !important;
}

/* buscador square 250x250 */
.widget_square {
  width: 250px;
  height: 250px;
}

.widget_square .multicriteriasearch .tab-content .tab-pane {
  padding: 10px 10px 18px;
}

.widget_square .widgets_searcherwidget,
.widget_square .widgets_searcherwidget .widgets_search_hotelsearchwidget {
  min-height: 0;
  max-height: 250px;
  overflow: hidden;
}

.widget_square .dates > a {
  padding: 0 7px;
}

.widget_square div.in_date {
  width: auto;
}

.widget_square .rooms, .widget_square .number_people, .widget_square .num_nights, .widget_square .datepick-trigger {
  display: none;
}

.widget_square .dates .complete_date .numdia {
  font-size: 42px !important;
}

.external .widget_square .continente_boton_submit {
  margin-bottom: 0;
}

/* fin buscador square 250x250 */
/* buscador leaderboard 728x90 */
.widget_leaderboard {
  width: 728px;
  height: 90px;
}

.widget_leaderboard .widgets_searcherwidget, .widget_leaderboard .widgets_search_hotelsearchwidget {
  overflow: hidden;
  padding: 0;
}

.widget_leaderboard fieldset {
  margin: 0;
  padding: 0 6px;
}

.widget_leaderboard .widgets_search_multisearcherwidget .widgets_search_hotelsearchwidget .destiny input[type='text'] {
  padding: 0;
  width: 560px !important;
}

.widget_leaderboard .rooms, .widget_leaderboard .number_people, .widget_leaderboard .num_nights, .widget_leaderboard .datepick-trigger {
  display: none;
}

.widget_leaderboard .widgets_search_hotelsearchwidget .destiny,
.widget_leaderboard .widgets_search_hotelsearchwidget .dates,
.widget_leaderboard .widgets_search_hotelsearchwidget .continente_boton_submit {
  float: left;
  margin-bottom: 0;
}

.widget_leaderboard .widgets_search_multisearcherwidget .widgets_search_hotelsearchwidget .destiny {
  padding-top: 0;
}

.widget_leaderboard .multicriteriasearch .tab-content .tab-pane {
  padding: 5px 0;
  box-sizing: border-box;
}

.widget_leaderboard .widgets_search_multisearcherwidget .dates {
  /* escondemos fechas por falta de espacio para mostrar el calendario */
  display: none;
}

.widget_leaderboard .continente_boton_submit button[type=submit] {
  padding: 5px 10px !important;
}

/* fin buscador leaderboard 728x90 */
/* buscador halfbanner 480x250 */
.widget_halfbanner .multicriteriasearch .tab-content .tab-pane {
  padding: 10px 10px 16px;
}

.widget_halfbanner .widgets_searcherwidget {
  width: 480px;
  height: 250px;
  overflow: hidden;
}

.widget_halfbanner .rooms, .widget_halfbanner .number_people, .widget_halfbanner .num_nights, .widget_halfbanner .datepick-trigger {
  display: none;
}

.widget_halfbanner .widget_halfbanner .destiny {
  float: none;
}

/* fin buscador halfbanner 480x250 */
.external .selectplusinfoicon .infoicon {
  display: none;
}

/* external */
@media (max-height: 90px) {
  .external .multicriteriasearch .tab-content .tab-pane {
    padding: 5px 5px 6px 5px !important;
  }
  .external .widgets_search_hotelsearchwidget {
    overflow: hidden;
  }
  .external fieldset {
    margin: 0;
  }
  .external .widgets_search_hotelsearchwidget .destiny {
    margin-bottom: 0 !important;
    float: left;
  }
  .external .destiny input[type='text'].location_input, .external .origindestiny input[type='text'].location_input {
    height: 38px;
  }
  .external .widgets_search_hotelsearchwidget .destiny input[type='text'].location_input {
    width: 529px !important;
    margin-bottom: 0;
  }
  .external .swap {
    line-height: 38px;
  }
  .external .widgets_search_hotelsearchwidget .dates, .external .widgets_search_hotelsearchwidget .widget-hotel-search-animation {
    display: none;
  }
  .external .widgets_search_hotelsearchwidget .continente_boton_submit {
    margin-bottom: 0;
  }
  .external .continente_boton_submit button[type=submit] {
    padding: 5px 14px 6px !important;
  }
  .external [id^="flights_"] form, .external [id^="flight_and_hotel_"] form {
    overflow: hidden;
  }
  .external .journeyselector {
    display: none;
  }
  .external .checkdates {
    display: none !important;
  }
  .external .origindestiny, .external .continente_boton_submit {
    float: left;
  }
  .external .continente_boton_submit {
    float: right;
    text-align: center;
  }
  .external .origindestiny {
    margin-bottom: 0;
  }
  .external [id^="flights_"] .origindestiny, .external [id^="flight_and_hotel_"] .origindestiny {
    margin-bottom: 0;
  }
  .external [id^="flights_"] .origindestiny {
    width: 75%;
  }
  .external [id^="flight_and_hotel_"] .origindestiny {
    width: 70%;
  }
  .external [id^="flights_"] .continente_boton_submit, .external [id^="flight_and_hotel_"] .continente_boton_submit {
    margin-bottom: 0;
  }
  .external [id^="flights_"] .continente_boton_submit {
    width: 25%;
  }
  .external [id^="flight_and_hotel_"] .continente_boton_submit {
    width: 30%;
  }
  .external .widget-transport-search-animation {
    display: none;
  }
}

.widgets_search_multisearcherwidget .searcher_load {
  text-align: center;
}

.hotel_checkdates {
  display: block;
  margin-bottom: 0;
  width: 100%;
  clear: both;
}

.dates {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.dates.dates_calendar_switcher {
  flex-wrap: wrap;
}

.date-calendar-in {
  flex: 1 0 49%;
}

.date-calendar-out {
  flex: 1 0 49%;
  margin-left: 2%;
}

.dates_ri .date-calendar-in {
  flex: 1 1 38%;
}

.dates_ri .date-calendar-out {
  flex: 1 1 38%;
}

.dates_ri div.num_nights.extra_selector {
  flex: 1 1 20%;
  margin-left: auto;
  padding: 0 0 0 2%;
}

.dates_calendar_switcher .date-calendar-in, .dates_calendar_switcher .date-calendar-out {
  flex: 1 1 48%;
}

.dates_calendar_switcher .date-calendar-in .flatpickr-trigger, .dates_calendar_switcher .date-calendar-out .flatpickr-trigger {
  max-width: 100%;
}

.dates .date-calendar-container a.in_date,
.dates .date-calendar-container a.out_date {
  width: 100%;
  float: none;
}

.dates .date-calendar-container a.in_date:hover, .dates .date-calendar-container a.in_date:focus,
.dates .date-calendar-container a.out_date:hover,
.dates .date-calendar-container a.out_date:focus {
  color: #222222;
}

.overflowHidden {
  overflow: hidden;
}

/* titulo collapsable opciones avanzadas */
.title_collapse_container {
  margin-bottom: 10px;
}

.title_collapse_container a {
  display: inline-block;
}

.title_collapse_container a, .title_collapse_container a:hover, .title_collapse_container a:focus {
  color: #3171c9;
  text-decoration: none;
  font-size: 16px;
}

.title_collapse_container .arrow_collapse .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

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

.title_collapse_container .arrow_collapse.collapsed .icon {
  transform: rotate(180deg);
}

#buscador_modificabusqueda {
  background: #fff;
}

#buscador_modificabusqueda .titular_modificabusqueda h1 {
  color: #222222;
}

.cont_buscador_error {
  background: #fff;
}

/* Caja buscador en disponibilidad de vuelos */
.error_search_box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.error_search_box .cont_buscador_error {
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

.addhotel legend {
  color: #222222;
}

/* Widget Add hotel en vuelos */
.addhotel_label {
  color: #e60026;
}

.addhotel_label:hover, .addhotel_label:focus {
  color: #222222;
}

.addhotel_layer {
  border-color: #222222;
}

.location-container-heading {
  padding: 15px 0;
  display: none;
}

.location-container-close-bt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: auto;
  border: 0;
  background: transparent;
  padding: 0 15px;
  vertical-align: middle;
}

.location-container-close-bt .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.location-container-close-bt .icon.icon-anyfill-ui-close, .location-container-close-bt .icon.icon-anyfill-ui-close * {
  fill: #222222;
}

.location-container-close-txt {
  font-size: 20px;
  color: #222222;
  font-weight: 300;
  width: 100%;
}

.location-container.location-container-focus .form-group-container {
  transition: width 0.3s;
}

@media (max-width: 767px) {
  .location-container.location-container-focus {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    min-height: 100dvh;
    background: #fff;
    z-index: 100002;
    margin: 0 !important;
    width: auto !important;
    float: none !important;
    overflow: hidden;
    overscroll-behavior: none;
  }
  .location-container.location-container-focus .location-container-heading {
    display: flex;
    align-items: center;
  }
  .location-container.location-container-focus .form-group-container {
    padding: 10px 15px;
    background: #f7f7f7;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
  }
  .cont_buscador_error .location-container.location-container-focus .form-group-container {
    padding: 18px 15px 17px;
  }
  .location-container.location-container-focus .form-group-container .form-group label {
    color: #222222;
    display: none;
  }
  .location-container.location-container-focus .form-group-container .form-group label:not(.sr-only) + input[type='text'].location_input, .location-container.location-container-focus .form-group-container .form-group label:not(.sr-only) + .twitter-typeahead .form-control, .location-container.location-container-focus .form-group-container .form-group label:not(.sr-only) + span .form-control {
    padding-top: 5px;
    height: 40px;
  }
  .location-container.location-container-focus .form-group-container .form-group .locator {
    top: 7px;
  }
}

@media (min-width: 768px) {
  .location-container.location-container-focus {
    position: relative;
    width: auto !important;
    float: none !important;
    min-height: 55px;
  }
  .location-container.location-container-focus .form-group-container {
    padding: 0;
  }
  .location-container.location-container-focus .form-group-container .form-group {
    width: 100%;
  }
  .location-container.location-container-focus .form-group-container input[type='text'].location_input {
    box-shadow: 0 2px 7px 0 #d0cbc9;
  }
  .origindestiny .location-container.location-container-focus {
    float: left !important;
    width: 49% !important;
    min-height: 55px;
  }
  .origindestiny .location-container.location-container-focus:last-child {
    float: right !important;
  }
  .origindestiny .location-container.location-container-focus:last-child .form-group-container {
    left: auto;
  }
  .multipledestinations_line .location-container.location-container-focus {
    float: left !important;
    width: 33% !important;
  }
}

@media (max-width: 767px) {
  .acResults.ac_in_modal, .location-group .form-group-container .tt-menu {
    position: fixed !important;
    top: 119px !important;
    bottom: auto !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100003 !important;
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    background: #fff;
    min-height: 0 !important;
    max-height: calc(100dvh + -119px) !important;
    overflow: auto;
    overscroll-behavior: none;
  }
  .acResults.ac_in_modal::before, .acResults.ac_in_modal::after, .location-group .form-group-container .tt-menu::before, .location-group .form-group-container .tt-menu::after {
    content: '';
    display: block;
  }
  .acResults.ac_in_modal::before, .location-group .form-group-container .tt-menu::before {
    background: linear-gradient(rgba(0, 0, 0, 0.12) 0, rgba(255, 255, 255, 0));
    height: 10px;
    position: sticky;
    width: auto;
    top: 0;
    z-index: 30;
    margin-left: 0;
    margin-right: 0;
  }
  .acResults.ac_in_modal::after, .location-group .form-group-container .tt-menu::after {
    background: #fff;
    position: absolute;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }
}

@media (min-width: 768px) {
  .acResults.ac_in_modal {
    border: 0;
    margin: 2px 0 0 0;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    min-width: 468px;
  }
  .acResults.ac_in_modal ul {
    position: relative;
    z-index: 2;
  }
}

.origindestiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu, .destiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 10px;
  min-height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 2px 0 0 0;
}

@media (min-width: 768px) {
  .origindestiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu, .destiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu {
    min-width: 468px;
  }
}

.origindestiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu .acResultsTravel, .destiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu .acResultsTravel {
  position: relative;
  z-index: 2;
}

.origindestiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu .last-elem, .destiny .location-container-focus .form-group-container .autocomplete-widget .tt-menu .last-elem {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.flatpickr-trigger {
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("/headers/ilusion/b2bplatform/dist/svg/icon-ownfill-graph-event-74716E.svg");
  background-position: left 10px bottom 8px;
  background-size: 16px 16px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.date-calendar-container .form-control[readonly].flatpickr-trigger {
  background-color: #fff;
}

.form-group label:not(.sr-only) + .flatpickr-trigger {
  padding-left: 36px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.open.animate {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #D3E5F8, 5px 0 0 #D3E5F8;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  /*rtl:ignore*/
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  /*rtl:ignore*/
  left: auto;
  /*rtl:ignore*/
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #3171c9;
  fill: #3171c9;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  color: rgba(0, 0, 0, 0.2);
  fill: rgba(0, 0, 0, 0.2);
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #3171c9;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* rtl:ignore */
[dir="rtl"] .flatpickr-months .flatpickr-next-month svg, [dir="rtl"] .flatpickr-months .flatpickr-prev-month svg {
  transform: rotate(180deg);
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 16px;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 10px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 700;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #ccc;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #222222;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: 700;
}

html.fonts-loaded span.flatpickr-weekday {
  font-weight: 500;
}

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

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
  padding-bottom: 5px;
}

.flatpickr-days:focus {
  outline: 0;
}

.flatpickr-days .hidden {
  display: block !important;
}

.dayContainer {
  padding: 0 5px;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background-color: #D3E5F8;
  border-color: #D3E5F8;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #3171c9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #3171c9;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #3171c9;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #D3E5F8, 5px 0 0 #D3E5F8;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: #ccc;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #3171c9, 5px 0 0 #3171c9;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #222222;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #222222;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #222222;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #222222;
  font-weight: bold;
  width: 2%;
  user-select: none;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Nuevo codigo */
.date-calendar-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  max-height: 100vh;
  background: #fff;
  z-index: 100002;
  margin: 0;
  width: auto;
  display: none;
}

.date-calendar-wrapper.open {
  display: block;
}

.date-calendar-wrapper-header {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.date-calendar-wrapper-close-bt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: auto;
  border: 0;
  background: transparent;
  padding: 0 15px;
  vertical-align: middle;
}

.date-calendar-wrapper-close-bt .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.date-calendar-wrapper-close-bt .icon, .date-calendar-wrapper-close-bt .icon * {
  fill: #222222;
}

.date-calendar-wrapper-close-txt {
  font-size: 18px;
  color: #222222;
  font-weight: 300;
  width: 100%;
}

.date-calendar-wrapper-body {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
}

.date-calendar-wrapper .flatpickr-calendar {
  border-radius: 0;
  box-shadow: none;
  max-height: unset;
  top: 0;
  width: 100% !important;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-months {
  flex-direction: column;
  justify-content: flex-start;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .date-calendar-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  display: none;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month {
  position: absolute;
  width: 100%;
  z-index: 1;
  /* Posicionar en absoluto el nombre del mes verticalmente en funcion del numero de orden. El primero esta a 70px: 70 + 300 * 0*/
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(1) {
  top: 54px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(2) {
  top: 354px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(3) {
  top: 654px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(4) {
  top: 954px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(5) {
  top: 1254px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(6) {
  top: 1554px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(7) {
  top: 1854px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(8) {
  top: 2154px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(9) {
  top: 2454px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(10) {
  top: 2754px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(11) {
  top: 3054px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(12) {
  top: 3354px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-month:nth-of-type(13) {
  top: 3654px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-innerContainer {
  padding-top: 0;
  padding-top: 89px;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-rContainer {
  display: block;
  width: 100%;
  margin-top: 0;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-weekdays {
  background-color: #fff;
  padding-top: 16px;
  height: auto;
  width: 100%;
  position: fixed;
  top: 58px;
  z-index: 1;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: none;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer:nth-child(1) {
  display: flex;
}

.date-calendar-wrapper .flatpickr-calendar .flatpickr-days {
  flex-direction: column;
  width: 100% !important;
}

.date-calendar-wrapper .flatpickr-calendar .dayContainer {
  margin-bottom: 60px;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 240px;
}

.date-calendar-wrapper .flatpickr-calendar .dayContainer .flatpickr-day {
  max-width: none;
}

.dates > .calendar_switcher {
  padding: 10px 0 0 0;
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.dates > .calendar_switcher .gregorian, .dates > .calendar_switcher .local {
  color: #3171c9;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

html.fonts-loaded .dates > .calendar_switcher .gregorian, html.fonts-loaded .dates > .calendar_switcher .local {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .dates > .calendar_switcher .gregorian, html[lang|="fa"].fonts-loaded .dates > .calendar_switcher .gregorian, html[lang|="he"].fonts-loaded .dates > .calendar_switcher .gregorian, html[lang|="ar"].fonts-loaded .dates > .calendar_switcher .local, html[lang|="fa"].fonts-loaded .dates > .calendar_switcher .local, html[lang|="he"].fonts-loaded .dates > .calendar_switcher .local {
  font-weight: 700;
}

.dates > .calendar_switcher .gregorian.selected, .dates > .calendar_switcher .local.selected {
  cursor: default;
  color: #222222;
}

.dates > .calendar_switcher .gregorian.selected:before, .dates > .calendar_switcher .local.selected:after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-check-027a02.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 5px;
  vertical-align: middle;
}

/* buscador */
.wide_searcher .multicriteriasearch {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wide_searcher .multicriteriasearch {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }
}

.wide_searcher.cont_buscador_error .multicriteriasearch {
  margin-top: 0;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
  height: 44px;
}

.bootstrap-select > .dropdown-toggle .caret {
  right: 10px;
  margin-top: -5px;
}

.bootstrap-select > .dropdown-toggle .filter-option-inner {
  padding-right: 0 !important;
}

.bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  line-height: 24px;
}

.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
}

.bootstrap-select .dropdown-menu li a.doble,
.bootstrap-select .dropdown-menu li a.multiple {
  background-repeat: no-repeat;
  display: block;
  padding: 10px 15px 10px 50px;
  background-position: top 50% left 15px;
}

.bootstrap-select .dropdown-menu li a.doble:focus, .bootstrap-select .dropdown-menu li a.doble:hover,
.bootstrap-select .dropdown-menu li a.multiple:focus,
.bootstrap-select .dropdown-menu li a.multiple:hover {
  background-color: #f4f8fc;
}

.dropdown-menu > .active > a {
  background-color: #f4f8fc;
  color: #4a4a4a;
}

.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #4a4a4a;
}

.bootstrap-select .dropdown-menu li a.doble {
  background-image: url(/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-occupancydoble-D03505.svg);
}

.bootstrap-select .dropdown-menu li a.multiple {
  background-image: url(/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-occupancymultiple-D03505.svg);
}

@media (min-width: 992px) {
  .wide_searcher {
    /* selector de esqui */
    /* remite interno */
  }
  .wide_searcher .multicriteriasearch {
    /* Correccion para FF - flexbox en FF no funciona bien con algunos elementos en absolute */
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane {
    /*Todos los formularios dentro de pestanas de multicriteria seran flexbox */
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane form:not([style*="display:none"]) {
    display: flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] form:not([style*="display:none"]), .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] form:not([style*="display:none"]), .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] form:not([style*="display:none"]) {
    display: block !important;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] .continente_boton_submit, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] .dates, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] .occupancy_container, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .continente_boton_submit, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .dates, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .occupancy_container, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] .continente_boton_submit, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] .dates, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] .occupancy_container {
    display: block;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] .dates, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .dates, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] .dates {
    margin: 0;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] .dates .date-calendar-in, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] .dates .date-calendar-out, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .dates .date-calendar-in, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .dates .date-calendar-out, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] .dates .date-calendar-in, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] .dates .date-calendar-out {
    width: 48%;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="travel_"] #flyplushotel .dates, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] #flyplushotel .dates, .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="experiences_"] #flyplushotel .dates {
    display: flex;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] fieldset {
    margin-bottom: 10px !important;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .dates a.out_date {
    margin: 0;
  }
  .wide_searcher .multicriteriasearch .tab-content .tab-pane[id^="cars_"] .continente_boton_submit button[type=submit] {
    width: auto;
  }
  .wide_searcher .multicriteriasearch .tab-pane[id^='hotel_chain'] .destiny div, .wide_searcher .multicriteriasearch .tab-pane[id^='hotel_chain'] .destiny input[type='text'] {
    margin-top: 0;
  }
  .wide_searcher .multicriteriasearch #advanced_search_criteria_hotelsearchwidget0 {
    position: static;
    width: 0;
    height: 0;
  }
  .wide_searcher.hotelsearchwidget .destiny > .bootstrap-select.btn-group > .btn {
    font-size: 14px;
  }
  .wide_searcher .widgets_transport_search_transportflightsearcherwidget form, .wide_searcher.cont_buscador_error form, .wide_searcher .widgets_transport_search_transporttrainsearcherwidget form, .wide_searcher.buscadorModificaBusqueda .fondoblanco_ajax form {
    /* Todos los formularios dentro del buscador de cambiar busqueda de dispo de vuelos */
    display: flex;
    flex-wrap: wrap;
  }
  #searcherWidgetContainer .wide_searcher.cont_buscador_error .tab-pane[id^=travel_] form {
    display: block;
  }
  .wide_searcher form.widgets_search_hotelsearchwidget {
    /* Todos los formularios dentro del buscador de cambiar busqueda de dispo de hoteles */
    display: flex;
    flex-wrap: wrap;
  }
  .wide_searcher .searcher-form.searcher-with-promocode {
    min-height: 160px;
  }
  [dir="rtl"] .wide_searcher .searcher-form.searcher-with-promocode {
    min-height: 160px;
  }
  [lang="fa"] .wide_searcher .searcher-form.searcher-with-promocode {
    min-height: 150px;
  }
  .wide_searcher .dst-widget-close + form.widgets_search_hotelsearchwidget {
    margin-top: 30px;
  }
  .wide_searcher.cont_buscador_error .dst-widget-close .icon-anyfill-ui-close {
    margin-bottom: 0;
  }
  .wide_searcher .destiny {
    order: -1;
    flex: 1 1 16%;
  }
  .wide_searcher .origindestiny {
    flex: 1 1 24%;
    order: -1;
  }
  .wide_searcher .origindestiny .bootstrap-select .btn {
    font-size: 14px;
  }
  .wide_searcher .checkdates {
    flex: 0 1 auto;
    order: -1;
    min-width: 280px;
  }
  .wide_searcher .dates {
    flex-grow: 0;
    margin: 0 10px;
    order: -1;
    display: flex;
    /* container de selector de fechas con las noches incluidas */
  }
  .wide_searcher .dates .date-calendar-in, .wide_searcher .dates .date-calendar-out {
    width: auto;
  }
  .wide_searcher .dates .date-calendar-in .flatpickr-trigger, .wide_searcher .dates .date-calendar-out .flatpickr-trigger {
    max-width: 140px;
  }
  .wide_searcher .dates .date-calendar-out {
    margin-left: 10px;
  }
  .wide_searcher .dates .col-sm-6 .date-calendar-out {
    margin-left: 0;
  }
  .wide_searcher .dates.dates_calendar_switcher .date-calendar-in, .wide_searcher .dates.dates_calendar_switcher .date-calendar-out {
    flex: 1 1 48%;
  }
  .wide_searcher .dates.dates_calendar_switcher .date-calendar-in .flatpickr-trigger, .wide_searcher .dates.dates_calendar_switcher .date-calendar-out .flatpickr-trigger {
    max-width: 100%;
  }
  .wide_searcher .dates.dates_ri .date-calendar-in, .wide_searcher .dates.dates_ri .date-calendar-out {
    width: 38%;
  }
  .wide_searcher .dates.dates_ri .extra_selector {
    padding: 0;
    position: relative;
    clear: none;
    width: auto;
  }
  [lang|='ar'] .wide_searcher .dates .complete_date .nummes {
    font-size: 14px;
  }
  .wide_searcher .dates .datetime .flatpickr-trigger {
    max-width: 100%;
  }
  .wide_searcher fieldset {
    margin-bottom: 0;
  }
  .wide_searcher fieldset.journeyselector {
    margin-bottom: 18px;
  }
  .wide_searcher fieldset.journeyselector .btn-group-sm > .btn {
    padding: 5px 14px;
  }
  .wide_searcher fieldset.rooms {
    margin-top: 26px;
    margin-right: 15px;
  }
  .wide_searcher fieldset.number_people {
    float: none;
    display: inline-block;
    clear: both;
    vertical-align: top;
    margin-top: 0;
    padding: 0 10px 0 0;
  }
  .wide_searcher fieldset.number_people .children_age {
    position: relative;
    padding-left: 10px;
  }
  .wide_searcher fieldset.number_people .children_age:before {
    content: '→';
    position: absolute;
    left: -10px;
    top: 50%;
    color: #fff;
  }
  [dir="rtl"] .wide_searcher fieldset.number_people .children_age:before {
    content: '←';
  }
  .wide_searcher fieldset.number_people .children_age .popover {
    min-width: 276px;
  }
  .wide_searcher fieldset.number_people .adults_children .form-group,
  .wide_searcher fieldset.number_people .children_age .form-group {
    float: left;
    margin: 0;
    width: auto;
    margin: 0 15px 10px 0;
  }
  .wide_searcher fieldset.number_people .varias_habitaciones {
    clear: both;
  }
  .wide_searcher fieldset.number_people .varias_habitaciones legend {
    display: block;
  }
  .wide_searcher .widget-hotel-search-animation, .wide_searcher .widget-transport-search-animation, .wide_searcher .widget-transportandhotel-search-animation, .wide_searcher .forfait_options, .wide_searcher .advanced-options {
    width: 100%;
    order: 1;
    margin-top: 0;
  }
  .wide_searcher .flightsearch_options, .wide_searcher .forfait_options {
    margin-top: 10px;
    width: 100%;
    order: 1;
  }
  .wide_searcher .hotel_checkdates {
    display: inline-block;
    width: auto;
    order: 1;
    margin-bottom: 10px;
  }
  .wide_searcher .hotel_checkdates .dates {
    margin: 0;
    order: 0;
  }
  .wide_searcher .hotel_checkdates .date-calendar-container a.out_date {
    margin-left: 0;
  }
  .wide_searcher .hotel_checkdates .date-calendar-container.date-calendar-out {
    margin-left: 9px;
  }
  .wide_searcher .forfait_options .checkbox {
    margin-bottom: 0;
  }
  .wide_searcher .occupancy_container, .wide_searcher .train_occupancy_container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  [dir='ltr'] .wide_searcher .datesoccupancy > .occupancy_container, [dir='rtl'] .wide_searcher .datesoccupancy > .occupancy_container, .wide_searcher .occupancylayer_container, .wide_searcher #flyplushotel .occupancy_container {
    padding-top: 0;
    margin-left: 0;
  }
  .wide_searcher .occupancy_container .occupancy-layer-fieldset .searchToggle__btn, .wide_searcher .occupancy_container .occupancy-layer-fieldset .searchToggle__btn + .error_text {
    max-width: 245px;
    min-width: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .wide_searcher .occupancy_container .occupancy-layer-fieldset .searchToggle__btn, .wide_searcher .occupancy_container .occupancy-layer-fieldset .searchToggle__btn + .error_text {
    max-width: 140px;
  }
}

@media (min-width: 992px) {
  [lang|="ar"] .wide_searcher .occupancy_container .occupancy-layer-fieldset .searchToggle__btn {
    min-width: 108px;
  }
  .wide_searcher .datesoccupancy > .occupancy_container .occupancy-layer-fieldset .searchToggle__btn, .wide_searcher .datesoccupancy > .occupancy_container .occupancy-layer-fieldset .searchToggle__btn + .error_text {
    max-width: 245px;
  }
  .wide_searcher #flyplushotel .occupancy_container .occupancy-layer-fieldset .searchToggle__btn, .wide_searcher #flyplushotel .occupancy_container .occupancy-layer-fieldset .searchToggle__btn + .error_text {
    max-width: 100%;
  }
  [dir='ltr'] .wide_searcher .addhotel_label, [dir='rtl'] .wide_searcher .addhotel_label {
    float: none;
    clear: both;
    display: inline-block;
    margin-top: 10px;
  }
  [dir='ltr'] .wide_searcher .addhotel_label.addhotel_hidden, [dir='rtl'] .wide_searcher .addhotel_label.addhotel_hidden {
    display: none;
  }
  .wide_searcher .addhotel_layer {
    padding-top: 22px;
  }
  .wide_searcher .addhotel_layer > div {
    display: flex;
    flex-wrap: wrap;
  }
  .wide_searcher .addhotel_layer .addhotel_hide {
    margin-top: 0;
  }
  .wide_searcher .addhotel_layer .col-ages {
    margin-top: -25px;
  }
  .wide_searcher .col-people,
  .wide_searcher .col-ages {
    width: auto;
    margin-top: 0;
  }
  .wide_searcher .col-ages {
    margin: 0;
  }
  .wide_searcher #addhotel_layer {
    margin-top: 10px;
  }
  .wide_searcher .dates a.in_date, .wide_searcher .dates a.out_date {
    width: auto;
    min-width: 138px;
  }
  .wide_searcher .journeyselector .btn-group {
    text-align: left;
  }
  .wide_searcher .continente_boton_submit {
    text-align: right;
    order: 0;
    flex: 0 1 auto;
  }
  .wide_searcher .continente_boton_submit button[type=submit] {
    padding: 0 20px !important;
    width: 100%;
    height: 55px;
    font-size: 20px;
    line-height: 1;
  }
  .wide_searcher [id^="flights_"] .continente_boton_submit, .wide_searcher [id^="flight_and_hotel_"] .continente_boton_submit, .wide_searcher [id^="train_"] .continente_boton_submit {
    top: 60px;
  }
  .wide_searcher .multidestinos {
    order: -1;
    flex-grow: 1;
    margin-bottom: 10px;
  }
  .wide_searcher .multidestinos .multipledestinations_line {
    margin-right: 15px;
  }
  .wide_searcher .multidestinos .multipledestinations_line .dates a.in_date {
    width: 100%;
  }
  .wide_searcher .multidestinos + .occupancy_container {
    order: 1;
    width: 100%;
  }
  .wide_searcher .multidestinos[style*='display: none'] + .occupancy_container {
    order: 0;
    width: auto;
  }
  .wide_searcher .journeyselector {
    width: 100%;
    order: -1;
  }
  .wide_searcher.cont_buscador_error .fondoblanco_ajax {
    position: relative;
  }
  .wide_searcher .transport_info_link {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .wide_searcher .transport_info_link a {
    position: static;
    top: 0;
  }
  .wide_searcher .avanzadashoteles .col-sm-6 {
    width: 33%;
  }
  .wide_searcher .avanzadashoteles .col-sm-6 + .col-sm-6 {
    width: 66.6%;
  }
  .wide_searcher .avanzadashoteles .col-sm-6 + .col-sm-6 .checkbox {
    width: 33.3%;
    margin-bottom: 2px;
    /* forzar el salto de linea cada 3 elementos */
  }
  .wide_searcher .avanzadashoteles .col-sm-6 + .col-sm-6 .checkbox:nth-of-type(5), .wide_searcher .avanzadashoteles .col-sm-6 + .col-sm-6 .checkbox:nth-of-type(8), .wide_searcher .avanzadashoteles .col-sm-6 + .col-sm-6 .checkbox:nth-of-type(11) {
    clear: left;
  }
  .wide_searcher [id^="ski_"] .destiny {
    flex: 1 1 20%;
  }
  .wide_searcher .remite_container {
    width: 100%;
    order: 2;
  }
  .wide_searcher .intent_media {
    width: 100%;
    order: 1;
  }
  .wide_searcher .rooms-container {
    order: 1;
    width: 100%;
  }
  .wide_searcher .hotels_advanced_search {
    order: 1;
    width: 100%;
  }
  .wide_searcher .hotels_advanced_search .title_opcionesavanzadas {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .wide_searcher .hotels_advanced_search .title_opcionesavanzadas.closed_collapse_title {
    padding-top: 0;
  }
  .wide_searcher .datesoccupancy {
    margin: 0;
    display: flex !important;
    flex-wrap: nowrap;
    flex: 0 1 auto;
  }
  .wide_searcher .datesoccupancy > .dates, [dir='rtl'] .wide_searcher .datesoccupancy > .dates {
    float: none;
    flex: 0 1 auto;
    width: auto;
    min-width: 280px;
  }
  .wide_searcher .datesoccupancy > .occupancy-type, [dir='rtl'] .wide_searcher .datesoccupancy > .occupancy-type {
    float: none;
    width: auto;
    min-width: 160px;
    flex: 1 1 auto;
    margin-left: 0;
  }
  [lang|="ar"] .wide_searcher .datesoccupancy > .occupancy-type {
    min-width: 0;
  }
  .wide_searcher .datesoccupancy > .occupancy-type {
    margin-right: 9px;
  }
  .wide_searcher .occupancy-layer-fieldset {
    margin-right: 9px;
    min-width: 130px;
    display: flex;
    height: 100%;
  }
  .wide_searcher #flyplushotel .datesoccupancy > .occupancy-type, .wide_searcher #flyplushotel .occupancy-layer-fieldset {
    margin-right: 0;
  }
  .wide_searcher .occupancy-type .bootstrap-select > .btn {
    height: 44px;
  }
  .wide_searcher .hotels_tor_options {
    padding-top: 10px;
    flex: 1 1 100%;
  }
  .wide_searcher .title_collapse_container {
    margin-bottom: 0;
  }
  .wide_searcher.home_search_box {
    width: 100%;
  }
  .wide_searcher.homeviajes_search_box {
    width: 100%;
  }
  /*ampliar el ancho del buscador de error en caso de que tenga clase wide searcher */
  .hotelsearchwidget.wide_searcher {
    width: 100%;
    max-width: 1170px;
    min-height: 0 !important;
    /* Correccion para FF - flexbox en FF no funciona bien con algunos elementos en absolute */
  }
  .hotelsearchwidget.wide_searcher #advanced_search_criteria_hotelsearchwidget0 {
    position: static;
    width: 0;
    height: 0;
  }
  .wide_searcher.cont_buscador_error fieldset.journeyselector {
    margin-bottom: 8px;
  }
  .wide_searcher.cont_buscador_error .continente_boton_submit button[type=submit] {
    height: 40px;
    font-size: 16px;
    line-height: 1;
  }
  .wide_searcher.cont_buscador_error .continente_boton_submit button[type=submit] .bt-txt {
    line-height: 1;
  }
}

/* fin buscador */
@media (max-width: 991px) {
  .wide_searcher .multicriteriasearch .tab-content .tab-pane form:not([style*="display:none"]) {
    display: block !important;
  }
}

/* Boton arriba */
#btnArriba {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  background: rgba(53, 73, 90, 0.7);
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 999;
  transition: background .3s ease-in-out;
  border: 1px solid #FFF;
  display: none;
}

#btnArriba:hover {
  background: #35495a;
  cursor: pointer;
}

#btnArriba svg.icon-anyfill-ui-chevron-up {
  width: 16px;
  height: 16px;
}

#btnArriba svg.icon-anyfill-ui-chevron-up, #btnArriba svg.icon-anyfill-ui-chevron-up * {
  fill: #FFF;
}

#btnArriba.showBtnArriba {
  display: inline-block;
}

@media (max-width: 767px) {
  #btnArriba {
    display: none;
  }
  #btnArriba.showBtnArriba {
    display: none;
  }
  #btnArriba.showBtnArriba.alwaysVisible {
    display: inline-block;
  }
}

/* Fin del boton arriba */
.lazy-module:empty {
  display: block;
  opacity: 1;
  margin: auto;
  width: 100%;
}

.lazy-module:empty:before {
  content: '';
  display: block;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(#ffffff 1000px, transparent 0);
  background-position: -100% 0, 0 0;
  background-size: 50% 100%, 100% 264px;
  background-repeat: no-repeat;
  animation: shinelazyload 1s infinite;
  margin-bottom: 40px;
  height: 319px;
}

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

/* New skeleton elements */
.lazy-module .skeleton {
  position: relative;
}

.lazy-module .skeleton__module {
  border: 1px solid #ededed;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  min-height: 20px;
}

.lazy-module .skeleton__title, .lazy-module .skeleton__image, .lazy-module .skeleton__paragraph, .lazy-module .skeleton__list, .lazy-module .skeleton__button, .lazy-module .skeleton__price {
  position: relative;
}

.lazy-module .skeleton__title:after, .lazy-module .skeleton__image:after, .lazy-module .skeleton__paragraph:after, .lazy-module .skeleton__list:after, .lazy-module .skeleton__button:after, .lazy-module .skeleton__price:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background-position: -100% 0;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  animation: shineanimation 1s infinite;
}

.lazy-module .skeleton__title, .lazy-module .skeleton__image, .lazy-module .skeleton__price, .lazy-module .skeleton__button {
  background: #ededed;
}

.lazy-module .skeleton__title {
  width: 100px;
  height: 6px;
  margin: 9px 0;
}

.lazy-module .skeleton__title.h2 {
  margin-top: 26px;
  margin-bottom: 15.5px;
  height: 14px;
}

.lazy-module .skeleton__title.h3 {
  margin-top: 25px;
  margin-bottom: 14px;
  height: 14px;
}

.lazy-module .skeleton__paragraph, .lazy-module .skeleton__list {
  width: 100%;
  height: 90px;
}

.lazy-module .skeleton__paragraph {
  background-repeat: no-repeat, repeat-y;
  background-image: linear-gradient(90deg, #ededed 0%, #ededed 60px, white 61px, white 100%), linear-gradient(180deg, #ededed 0, #ededed 5px, white 6px, white 21px);
  background-position: 15px 15px, 15px 36px;
  background-size: 100% 6px, 88% 21px;
}

.lazy-module .skeleton__paragraph.skeleton__paragraph--transparent {
  background-repeat: no-repeat, repeat-y;
  background-image: linear-gradient(90deg, #ededed 0%, #ededed 60px, rgba(255, 255, 255, 0) 61px, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #ededed 0, #ededed 5px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 21px);
  background-position: 15px 15px, 15px 36px;
  background-size: 100% 6px, 88% 21px;
}

.lazy-module .skeleton__list {
  background-repeat: repeat-y;
  background-image: linear-gradient(180deg, #ededed 0, #ededed 5px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 41px);
  background-position: 15px 56px;
  background-size: 88% 41px;
}

.lazy-module .skeleton__price, .lazy-module .skeleton__button {
  width: 100px;
  height: 40px;
  display: inline-block;
}

.lazy-module .skeleton .offers .cont_tamanio_foto .skeleton__image.img-responsive {
  height: 200px;
}

.lazy-module .skeleton .offers .skeleton__title {
  margin: 5px 0;
}

.lazy-module .skeleton .offers ul .precio {
  height: 23px;
}

.lazy-module .skeleton .offers ul .precio .skeleton__price {
  height: 23px;
}

.lazy-module .skeleton .collapse-list-title .skeleton__title {
  margin-top: 26px;
  margin-bottom: 15.5px;
  height: 14px;
}

.lazy-module .skeleton .location-list-item .skeleton__title {
  margin: 0;
}

.lazy-module .skeleton .cardSeo .cardSeoContent .cardSeo__title .skeleton__title {
  margin: 6px 0;
}

.destinia_seo_web_hotels_modules_hotelcarousel .skeleton .cardSeoContent {
  position: relative;
}

.destinia_seo_web_hotels_modules_hotelcarousel .skeleton .skeleton__paragraph {
  height: 150px;
}

.destinia_seo_web_hotels_modules_hotelcarousel .skeleton .skeleton__price {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.hotel-carousel-small .destinia_seo_web_hotels_modules_hotelcarousel .skeleton .responsive-elem {
  display: none;
}

.hotel-carousel-small .destinia_seo_web_hotels_modules_hotelcarousel .skeleton .responsive-elem:first-child {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .hotel-carousel-small .destinia_seo_web_hotels_modules_hotelcarousel .skeleton .responsive-elem .cardSeo {
    display: flex;
    height: 220px;
  }
  .hotel-carousel-small .destinia_seo_web_hotels_modules_hotelcarousel .skeleton .responsive-elem .cardSeo .cardSeoHeader {
    min-height: 220px;
  }
  .hotel-carousel-small .destinia_seo_web_hotels_modules_hotelcarousel .skeleton .responsive-elem .cardSeo .cardSeo__img {
    width: 270px;
    height: 220px;
    border-top-right-radius: 0;
  }
  .hotel-carousel-small .destinia_seo_web_hotels_modules_hotelcarousel .skeleton .responsive-elem .cardSeo .cardSeoContent {
    flex: 1;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-top: 1px solid #d0cbc9;
    border-left: 0;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
}

.destinia_seo_web_hotels_modules_hotelsnearpoi .skeleton .skeleton__list {
  height: 252px;
}

@media (min-width: 768px) {
  .destinia_seo_web_hotels_modules_hotelsnearpoi .skeleton .skeleton__list {
    height: 138px;
  }
}

@media (min-width: 1200px) {
  .destinia_seo_web_hotels_modules_fakeavailability .skeleton .cont_btn_mix .skeleton__button, .destinia_av_web_hotels_modules_loader .skeleton .cont_btn_mix .skeleton__button {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .destinia_seo_web_hotels_modules_fakeavailability .skeleton .filters .skeleton__list, .destinia_av_web_hotels_modules_loader .skeleton .filters .skeleton__list {
    height: 380px;
  }
}

.destinia_seo_web_hotels_modules_fakeavailability .skeleton .mobile_navigation_map_filter_order, .destinia_av_web_hotels_modules_loader .skeleton .mobile_navigation_map_filter_order {
  height: 40px;
}

.destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card {
  height: 174px;
  display: flex;
  position: relative;
}

.destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__image, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__image {
  flex: 0 0 41.666667%;
}

@media (min-width: 768px) {
  .destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__image, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__image {
    flex: 0 0 33.33333%;
  }
}

.destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__paragraph, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__paragraph {
  flex: 0 1 50%;
  height: 96px;
}

.destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__price, .destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__button, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__price, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__button {
  position: absolute;
  right: 50px;
}

@media (max-width: 767px) {
  .destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__price, .destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__button, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__price, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__button {
    right: 10px;
  }
}

.destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__price, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__price {
  bottom: 70px;
}

@media (max-width: 767px) {
  .destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__price, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__price {
    display: none;
  }
}

.destinia_seo_web_hotels_modules_fakeavailability .skeleton .hotel_card .skeleton__button, .destinia_av_web_hotels_modules_loader .skeleton .hotel_card .skeleton__button {
  bottom: 15px;
}

.destinia_seo_web_common_modules_weather .skeleton .weather_vertical .skeleton__paragraph {
  height: 168px;
}

.destinia_seo_web_common_modules_weather .skeleton .weather_vertical .skeleton__list {
  height: 168px;
}

.destinia_seo_web_common_modules_weather .skeleton .weather_horizontal .skeleton__paragraph {
  height: 96px;
}

.destinia_seo_web_common_modules_weather .skeleton .weather_horizontal .skeleton__list {
  display: none;
}

.destinia_seo_web_hotels_modules_flightstolocation .skeleton .skeleton__module {
  position: relative;
}

.destinia_seo_web_hotels_modules_flightstolocation .skeleton .skeleton__paragraph {
  height: 50px;
}

.destinia_seo_web_hotels_modules_flightstolocation .skeleton .skeleton__price {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* card viajes */
.scv_packages_multiservice_modules_packagelist_card .skeleton .package-img .img-element {
  height: 200px;
}

.scv_packages_multiservice_modules_packagelist_card .skeleton .package-details .skeleton__paragraph {
  height: 66px;
}

@media (max-width: 767px) {
  .scv_packages_multiservice_modules_packagelist_card .skeleton .package-details .skeleton__paragraph {
    height: 32px;
  }
}

.scv_packages_multiservice_modules_packagelist_card .skeleton .skeleton__price {
  height: 20px;
}

@media (max-width: 767px) {
  .scv_packages_multiservice_modules_packagelist_card .skeleton .skeleton__button {
    height: 32px;
  }
}

/* seleccion habitacion dispo hoteles */
.widgets_hotels_search_roomselection_hoteldescriptionwidget .skeleton .skeleton__paragraph {
  height: 180px;
}

.widgets_hotels_search_roomselection_amenitieswidget .skeleton .skeleton__list {
  height: 280px;
}

/* Coupons */
.my_account_modules_coupon .skeleton__module {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .my_account_modules_coupon .skeleton__module {
    width: 455px;
  }
}

.my_account_modules_coupon .skeleton__paragraph {
  width: 245px;
  height: 65px;
}

.my_account_modules_coupon .skeleton__price {
  width: 137px;
  height: 25px;
  margin: 20px 15px 10px;
}

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

/* Modulos common packages getaways */
.destinia_seo_web_home_modules_packagesgetaways .skeleton a .skeleton__title, .destinia_seo_web_common_modules_packagesgetaways .skeleton a .skeleton__title {
  margin: 5px 0;
}

@media (max-width: 991px) {
  .destinia_seo_web_home_modules_packagesgetaways .skeleton .skeleton__image.img-responsive, .destinia_seo_web_common_modules_packagesgetaways .skeleton .skeleton__image.img-responsive {
    height: 125px;
  }
}

/* Modulos homepage packages page offers */
.destinia_seo_web_common_modules_pageoffers .skeleton .skeleton__title.h2 {
  margin-top: 26px;
  margin-bottom: 15.5px;
  height: 14px;
}

/* Modulo vuelos flightdealslisting */
.destinia_seo_web_flights_modules_flightdealslisting .skeleton .logo_aerolinea {
  min-height: 30px;
}

.destinia_seo_web_flights_modules_flightdealslisting .skeleton .destacados_img {
  min-width: 385px;
  position: absolute;
}

.destinia_seo_web_flights_modules_flightdealslisting .skeleton .info_carousel {
  height: 89px;
}

.destinia_seo_web_flights_modules_flightdealslisting .skeleton .list_offer .skeleton__title, .destinia_seo_web_flights_modules_flightdealslisting .skeleton .list_offer .skeleton__price, .destinia_seo_web_flights_modules_flightdealslisting .skeleton .list_offer .skeleton__image {
  display: inline-block;
}

.destinia_seo_web_flights_modules_flightdealslisting .skeleton .list_offer .skeleton__title {
  margin: 0;
  width: 75px;
}

.destinia_seo_web_flights_modules_flightdealslisting .skeleton .list_offer .skeleton__image {
  width: 83px;
  height: 26px;
}

.destinia_seo_web_flights_modules_flightdealslisting .skeleton .list_offer .skeleton__price {
  width: 60px;
  height: 17px;
}

/* Modulo flightslatestsearchesoffers */
.destinia_seo_web_flights_modules_flightslatestsearchesoffers .skeleton .cont_tamanio_foto .skeleton__image {
  height: 204px;
}

.destinia_seo_web_flights_modules_flightslatestsearchesoffers .skeleton ul a .skeleton__title {
  margin: 3px 0;
}

.destinia_seo_web_flights_modules_flightslatestsearchesoffers .skeleton .precio .skeleton__price {
  height: 23px;
}

/* Modulo flightsmainroutes */
.destinia_seo_web_flights_modules_flightsmainroutes .skeleton .cont_tamanio_foto .skeleton__image {
  height: 204px;
}

.destinia_seo_web_flights_modules_flightsmainroutes .skeleton .precio .skeleton__price {
  height: 23px;
}

/**/
.skeleton .widgets_hotels_dealsbylocationsnocacheablewidget .img_home_hotel {
  min-height: 246px;
}

.skeleton .widgets_hotels_dealsbylocationsnocacheablewidget .cont_img_deal .skeleton__image {
  height: 0;
  padding-bottom: 66%;
}

.skeleton .widgets_hotels_dealsbylocationsnocacheablewidget .title .skeleton__title {
  margin: 0;
}

.skeleton .widgets_hotels_dealsbylocationsnocacheablewidget .position_bottom .skeleton__price {
  height: 21px;
}

.skeleton .tab_menu .skeleton__title {
  display: inline-block;
  width: 45px;
}

.skeleton .txt_costa {
  display: block;
}

.skeleton .txt_costa .skeleton__title {
  display: inline-block;
  margin: 0;
}

.skeleton .original .skeleton__title {
  display: inline-block;
  margin: 0;
}

.destinia_seo_web_flightandhotel_modules_transportandhotelbestoffers .skeleton span.skeleton__title {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.destinia_seo_web_flightandhotel_modules_transportandhotelbestoffers .skeleton .estancia span.skeleton__title {
  width: 250px;
}

.destinia_seo_web_travels_modules_featureddestinations .skeleton .skeleton__title.h3 {
  margin-top: 9px;
}

.destinia_seo_web_travels_modules_featureddestinations .skeleton .destino_destacado .skeleton__paragraph {
  margin-left: -15px;
}

.destinia_seo_web_travels_modules_featureddestinations .skeleton .cont_img_destino_destacado .skeleton__image {
  height: 0;
  padding-bottom: 55.5%;
}

@media (max-width: 991px) {
  .destinia_seo_web_travels_modules_featureddestinations .skeleton .cont_img_destino_destacado .skeleton__image {
    display: none;
  }
}

.destinia_seo_web_travels_modules_featureddestinations .skeleton .modulo_mas_deseados .bg_fondo {
  background: #ededed;
}

.destinia_seo_web_travels_modules_featureddestinations .skeleton .modulo_mas_deseados .skeleton__price {
  height: 15px;
}

/* Modulo bioscore */
.skeleton .hotel-bioscore-container .bioscore-rating__score .skeleton__image {
  width: 48px;
  height: 55px;
}

/* ski */
.skeleton .widgets_ski_skihillshotelsofferswidget .img_home_hotel {
  min-height: 246px;
}

.skeleton .widgets_ski_skihillshotelsofferswidget .cont_img_deal .skeleton__image {
  height: 0;
  padding-bottom: 66%;
}

.skeleton .widgets_ski_skihillshotelsofferswidget .title .skeleton__title {
  margin: 0;
}

.skeleton .widgets_ski_skihillshotelsofferswidget .position_bottom .skeleton__price {
  height: 21px;
}

/* coches */
.skeleton .widgets_cars_carpromotionswidget .img_home_cars {
  min-height: 246px;
}

.skeleton .widgets_cars_carpromotionswidget .cont_img_deal .skeleton__image {
  height: 0;
  padding-bottom: 66%;
}

.skeleton .widgets_cars_carpromotionswidget .title .skeleton__title {
  margin: 0;
}

.skeleton .widgets_cars_carpromotionswidget .position_bottom .skeleton__price {
  height: 21px;
}

/* Destinia header main nav */
.destinia_seo_web_common_modules_mainheadermenu .skeleton .skeleton__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 60px;
}

/* Destinia links footer */
.destinia_seo_web_common_modules_footermenu .skeleton .skeleton__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 80px;
}

occupancy-layer {
  display: block;
  position: relative;
}

occupancy-layer:empty {
  background: #ededed;
  width: 100%;
  min-width: 130px;
  height: 100%;
  height: 55px;
  max-height: 55px;
  position: relative;
}

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

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

.occupancy-layer-fieldset .form-group {
  margin-bottom: 0;
}

.searchToggle__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 6px 10px;
  min-width: 130px;
  cursor: pointer;
}

.includes_error .searchToggle__btn {
  border: 1px solid #E50000 !important;
}

.includes_error .searchToggle__btn .searchToggle__txt {
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right 10px bottom 3px;
  background-image: url("/headers/ilusion/b2bplatform/dist/svg/icon-ownfill-graph-error-circle-e50000.svg");
  background-size: 18px 18px;
}

.includes_error.form-group label:not(.sr-only) + .searchToggle__btn.form-control {
  padding-right: 15px;
}

.includes_warning .searchToggle__btn {
  border: 1px solid #c1a655 !important;
}

.searchToggle__txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
  flex: 1 1 auto;
  text-align: left;
}

.searchToggle__icon {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  display: inline-block;
}

.searchToggle__icon, .searchToggle__icon * {
  fill: #74716e;
}

.searchDropdown {
  background-color: #FFFFFF;
  border: solid 1px #d0cbc9;
  border-radius: 4px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.18);
  min-width: 300px;
  position: absolute;
  left: 0;
  z-index: 16;
  opacity: 1;
  transition: opacity 0.5s;
}

@media (min-width: 768px) {
  .searchDropdown.searchDropup {
    bottom: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .searchDropdown {
    left: auto;
    right: 0;
  }
  .multidestinos + .occupancy_container .searchDropdown {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  .widebody .searchDropdown {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  .includes_error + .searchDropdown {
    margin-top: -21px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .multidestinos[style*='display: none'] + .occupancy_container .searchDropdown {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .multidestinos[style*='display: none'] + .occupancy_container .searchDropdown {
    right: 0;
    left: auto;
  }
}

.searchDropdown.transitioning {
  opacity: 0;
  display: block;
}

.searchDropdown.hidden {
  opacity: 0;
}

.searchDropdown.hidden.transitioning {
  display: block !important;
}

.searchDropdown__footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #dfdfdf;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.searchDropdown__footer .btn-link, .searchDropdown__footer .btn-interactive {
  font-size: 14px;
  color: #3171c9;
}

.searchDropdown__footer .btn-link:hover, .searchDropdown__footer .btn-link:focus, .searchDropdown__footer .btn-interactive:hover, .searchDropdown__footer .btn-interactive:focus {
  color: #185596;
}

@media (max-width: 767px) {
  .searchDropdown__footer .btn-link, .searchDropdown__footer .btn-interactive {
    font-size: 16px;
  }
}

.searchDropdown__footer .btn-interactive {
  margin-left: auto;
}

@media (min-width: 768px) {
  .widebody .multidestinos + .occupancy_container .searchDropdown {
    right: auto;
    left: 0;
  }
}

.searchGroups {
  overflow: auto;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, 0.12) 0, rgba(255, 255, 255, 0));
  background-size: 100% 14px, 100% 7px;
  background-repeat: no-repeat;
  background-attachment: local, scroll;
  max-height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.searchGroup + .searchGroup {
  border-top: 1px solid #dfdfdf;
}

.searchGroup__title {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 15px 5px 15px;
  align-items: center;
}

.searchGroup__titletext {
  color: #74716e;
  font-size: 14px;
  text-transform: uppercase;
}

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

.searchGroup__delete {
  margin-left: auto;
  font-size: 14px;
}

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

.searchGroup .btn-link {
  font-size: 14px;
  color: #3171c9;
}

.searchGroup .btn-link:hover, .searchGroup .btn-link:focus {
  color: #185596;
}

@media (max-width: 767px) {
  .searchGroup .btn-link {
    font-size: 16px;
  }
}

.searchOption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 55px;
  padding: 10px 15px;
}

.searchOption + .searchOption {
  border-top: 1px solid #dfdfdf;
}

.searchOption__label, .searchOption__label label {
  font-weight: 700;
  font-size: 14px;
  color: #222222;
}

html.fonts-loaded .searchOption__label, html.fonts-loaded .searchOption__label label {
  font-weight: 500;
}

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

@media (max-width: 767px) {
  .searchOption__label, .searchOption__label label {
    font-size: 16px;
  }
}

.searchOption__detail {
  color: #74716e;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
}

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

.noChildren-message {
  color: #74716e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  flex: 0 1 auto;
  padding: 0 15px 15px;
}

.searchAddAge {
  flex: 1 1 auto;
  margin-top: 15px;
  width: 100%;
}

.searchAddAge p {
  font-size: 14px;
  color: #222222;
}

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

.searchAddAge__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px;
}

.searchAddAge__select {
  width: 60px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 5px !important;
  padding-right: 20px !important;
}

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

.searchCounter__input {
  font-weight: 700;
  margin: 0 15px;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  flex: 0 0 auto;
  max-width: 14px;
  text-align: center;
  color: #222222;
  font-size: 16px;
}

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

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

.searchCounter__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  color: #3171c9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3171c9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}

.searchCounter__btn .icon {
  width: 18px;
  height: 18px;
}

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

.searchCounter__btn:hover, .searchCounter__btn:focus {
  border: 1px solid #185596;
  color: #185596;
}

.searchCounter__btn:hover .icon, .searchCounter__btn:hover .icon *, .searchCounter__btn:focus .icon, .searchCounter__btn:focus .icon * {
  fill: #185596;
}

.searchCounter__btn:disabled {
  border: 1px solid #beb8b3;
  color: #beb8b3;
  cursor: default;
}

.searchCounter__btn:disabled:hover {
  border: 1px solid #beb8b3;
  color: #beb8b3;
}

.searchCounter__btn:disabled:hover .icon, .searchCounter__btn:disabled:hover .icon * {
  fill: #beb8b3;
}

.searchCounter__btn:disabled .icon, .searchCounter__btn:disabled .icon * {
  fill: #beb8b3;
}

@media (max-width: 767px) {
  .searchToggle__btn {
    max-width: 100%;
    width: 100%;
  }
  .searchDropdown {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 100000;
  }
  .searchDropdown__footer {
    margin-top: auto;
    flex-wrap: wrap;
    flex: 1 1 auto;
    align-items: flex-start;
  }
  .searchDropdown__footer .btn-link, .searchDropdown__footer .btn-interactive {
    margin-bottom: 15px;
    width: 100%;
  }
  .searchDropdown__footer .btn-link {
    text-align: left;
  }
  .searchDropdown__footer .btn-interactive {
    margin-top: auto;
    background: #3171c9;
    color: #fff;
  }
  .searchDropdown button.close {
    height: 50px;
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .searchAddAge__items {
    max-width: 343px;
  }
}

#body-wrapper {
  min-height: calc(100vh - 100px);
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

svg use {
  pointer-events: none;
}

/* Style for SVG png fallback in IE8 */
.icon {
  display: inline-block;
}

/* reset svg sprite style by default to be able to give styles to svg icons */
svg symbol[id|="icon-monochrome"] *, svg[class|="icon-monochrome"] *, svg[id|="icon-monochrome"] *, symbol[id|="icon-monochrome"] *,
svg symbol[id|="icon-anyfill"] *, svg[class|="icon-anyfill"] *, svg[id|="icon-anyfill"] *, symbol[id|="icon-anyfill"] * {
  fill: inherit;
  opacity: inherit;
}

a svg,
button svg,
label svg {
  pointer-events: none;
}

.mT15 {
  margin-top: 15px;
}

.mT20 {
  margin-top: 20px;
}

.bootstrap-select .dropdown-menu li a {
  line-height: 1.5;
  text-transform: initial;
  height: auto;
}

.bootstrap-select .dropdown-menu li a span.text {
  line-height: 1.5;
  text-transform: initial;
}

.scr-container .bootstrap-select > .dropdown-menu {
  bottom: auto;
}

.dropup .caret {
  border-bottom: 0;
}

.bootstrap-select .dropdown-menu li {
  border-bottom: 0;
}

/*header*/
.header-top-nav {
  background: #f7f7f7;
  margin-bottom: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .dropdown-menu {
    opacity: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  }
}

.dropdown-menu .icon-anyfill-ui-chevron-right {
  height: 12px;
  width: 12px;
  margin-left: auto;
}

.dropdown-menu ul {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

@media (max-width: 767px) {
  .dropdown-menu ul {
    border-bottom: 1px solid #dfdfdf;
  }
}

.dropdown-menu ul li {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.dropdown-menu ul li:last-child {
  border-bottom: none;
}

.dropdown-menu ul li > a,
.dropdown-menu ul li > button {
  border: 0;
  background: transparent;
  color: #222222;
  width: 100%;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.dropdown-menu ul li > a:hover, .dropdown-menu ul li > a:focus,
.dropdown-menu ul li > button:hover,
.dropdown-menu ul li > button:focus {
  color: #222222;
  text-decoration: none;
  background-color: #fce5e9;
  outline: none;
}

/*rtl:ignore*/
[dir='rtl'] .dropdown-menu .icon-anyfill-ui-chevron-right {
  transform: rotateY(180deg);
}

.open .dropdown-menu,
.open .dropdown-submenu {
  height: auto;
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .open .dropdown-menu,
  .open .dropdown-submenu {
    animation-duration: 0.3s;
    animation-name: fadeInFromNone;
    opacity: 1;
  }
}

.header-bottom-nav {
  background: #FFFFFF;
  margin-bottom: 0;
}

.header-bottom-nav .navbar-main > li + li {
  margin: 0;
}

.header-bottom-nav .menu_link {
  cursor: pointer;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  color: #222222;
  border-radius: 0;
  background: transparent;
  border: 0;
  text-transform: uppercase;
}

.header-bottom-nav .menu_link svg, .header-bottom-nav .menu_link svg * {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.header-bottom-nav .menu_link:hover, .header-bottom-nav .menu_link:focus {
  color: #222222;
  border-bottom: 2px solid #e60026;
  outline: 0;
}

.header-bottom-nav li.active a, .header-bottom-nav li.active a:hover, .header-bottom-nav li.active a:focus {
  color: #222222;
  background-color: transparent;
  border-bottom: 2px solid #e60026;
}

@media (min-width: 768px) {
  .header-bottom-nav:before {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    z-index: 0;
    margin-bottom: 0;
  }
  .header-bottom-nav .menu_link:hover, .header-bottom-nav .menu_link:focus {
    background: #fce5e9;
  }
}

.navbar-nav > li > .dropdownmenu-main-more, .header-bottom-nav .navbar-nav > li > .dropdown-menu {
  border-top: 2px solid #e60026;
  margin-top: -2px;
}

.dropdownmenu-main-more {
  min-width: 215px;
}

.navbar-main > li.open > div:focus {
  border: 0;
}

.login__link, .help_olt__link, .contact__link {
  padding: 15px;
}

.login .menu_link, .help_olt .menu_link, .contact .menu_link {
  padding: 0 5px 0 15px;
  line-height: 50px;
}

.login .icon-anyfill-graph-user, .help_olt .icon-anyfill-graph-user, .contact .icon-anyfill-graph-user {
  width: 12px;
  height: 12px;
}

.login .icon-anyfill-graph-contact-queries,
.login .icon-anyfill-graph-help,
.login .icon-anyfill-graph-email, .help_olt .icon-anyfill-graph-contact-queries,
.help_olt .icon-anyfill-graph-help,
.help_olt .icon-anyfill-graph-email, .contact .icon-anyfill-graph-contact-queries,
.contact .icon-anyfill-graph-help,
.contact .icon-anyfill-graph-email {
  width: 18px;
  height: 18px;
}

.login svg, .login svg *, .help_olt svg, .help_olt svg *, .contact svg, .contact svg * {
  vertical-align: middle;
  margin-right: 5px;
}

.login a, .help_olt a, .contact a {
  color: #222222;
}

.login > a:first-child, .help_olt > a:first-child, .contact > a:first-child {
  font-weight: 700;
}

html.fonts-loaded .login > a:first-child, html.fonts-loaded .help_olt > a:first-child, html.fonts-loaded .contact > a:first-child {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .login > a:first-child, html[lang|="fa"].fonts-loaded .login > a:first-child, html[lang|="he"].fonts-loaded .login > a:first-child, html[lang|="ar"].fonts-loaded .help_olt > a:first-child, html[lang|="fa"].fonts-loaded .help_olt > a:first-child, html[lang|="he"].fonts-loaded .help_olt > a:first-child, html[lang|="ar"].fonts-loaded .contact > a:first-child, html[lang|="fa"].fonts-loaded .contact > a:first-child, html[lang|="he"].fonts-loaded .contact > a:first-child {
  font-weight: 700;
}

.language_selector .dropdown-menu,
.login .dropdown-menu,
.help_olt .dropdown-menu {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  width: 221px;
}

.language_selector .dropdown-menu li,
.login .dropdown-menu li,
.help_olt .dropdown-menu li {
  border-bottom: 1px solid #dfdfdf;
}

.language_selector .dropdown-menu li:last-child,
.login .dropdown-menu li:last-child,
.help_olt .dropdown-menu li:last-child {
  border-bottom: none;
}

.language_selector .icon-anyfill-ui-chevron-down,
.login .icon-anyfill-ui-chevron-down,
.help_olt .icon-anyfill-ui-chevron-down {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #FFFFFF;
  border-color: #dfdfdf;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > .dropdown-menu ul > li > a,
.dropdown-submenu > .dropdown-menu ul > li > button {
  background: #f7f7f7;
}

.dropdown-submenu > .dropdown-menu ul > li > a:hover, .dropdown-submenu > .dropdown-menu ul > li > a:focus,
.dropdown-submenu > .dropdown-menu ul > li > button:hover,
.dropdown-submenu > .dropdown-menu ul > li > button:focus {
  background-color: #fce5e9;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li + li:before {
  padding: 0 5px;
  color: #222222;
  content: "> ";
}

.breadcrumb a {
  color: #222222;
}

.breadcrumb .active {
  font-weight: 700;
}

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

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

.currency_selector .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 14px 15px 12px;
}

.currency_selector .dropdown-toggle:hover {
  background-color: #eeeeee;
}

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

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

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

.currency_selector svg, .currency_selector svg * {
  width: 12px;
  height: 12px;
}

.dropdown-currency {
  width: 870px;
}

.dropdown-currency li {
  border-right: 1px solid #dfdfdf;
  width: 25%;
  float: left;
  right: -1px;
}

.dropdown-currency ul > li > button {
  background: #FFFFFF;
  text-align: left;
  display: inline-block;
  text-transform: initial;
}

.dropdown-currency .active-element {
  position: relative;
  font-weight: 700;
}

html.fonts-loaded .dropdown-currency .active-element {
  font-weight: 500;
}

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

.dropdown-currency .active-element:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

.dropdown-currency .checked:after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("/headers/ilusion/b2bplatform/dist/svg/icon-ownfill-graph-check-027a02.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dropdown-currency .element-symbol {
  font-weight: 700;
  color: #e60026;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.fonts-loaded .dropdown-currency .element-symbol {
  font-weight: 500;
}

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

/* language selector*/
.language_selector .dropdown-toggle {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.language_selector .active {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}

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

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

.language_selector .active .icon-anyfill-ui-check,
.language_selector .active .icon-anyfill-ui-check * {
  fill: #027a02;
  width: 14px;
  height: 14px;
  margin-left: auto;
}

.language_selector .currentFlag svg,
.language_selector .currentFlag svg * {
  width: 18px;
  height: 12px;
}

.language_selector .flagIcon {
  padding: 0 5px 0 15px;
  line-height: 50px;
}

.language_selector .flagIcon:hover {
  background-color: #fce5e9;
}

.language_selector .flagIcon svg, .language_selector .flagIcon svg * {
  width: 24px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

/* nav bar*/
/* Mensaje de error mostrado bajo el input */
.error_text {
  color: #E50000;
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
}

.checkbox .error_text, .radio .error_text {
  padding-left: 20px;
}

.includes_error .error_text {
  color: #E50000;
}

.includes_warning .error_text {
  color: #c1a655;
}

.error_text a {
  color: #E50000;
}

/* comunes a errores y validados */
.includes_error input,
.includes_error textarea,
.includes_error select,
.includes_error .form-control.bootstrap-select .dropdown-toggle {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px top 14px;
  background-size: 18px 18px;
  padding-right: 35px;
  transition: background 0s;
}

.includes_error select {
  background-position: right 15px top 14px;
}

.includes_error input.form-control,
.includes_error textarea.form-control {
  background-position: right 10px bottom 8px;
  padding-right: 35px;
}

.includes_error input.form-control::-ms-clear,
.includes_error textarea.form-control::-ms-clear {
  display: none;
}

.includes_error select.form-control {
  background-position: right 10px top 50%, right 30px bottom 8px;
  background-size: 10px 10px, 18px 18px;
  padding-right: 52px;
}

.includes_error.form-group label:not(.sr-only) + .form-control,
.includes_error.form-group label:not(.sr-only) + span .form-control,
.includes_error.form-group label:not(.sr-only) + .twitter-typeahead .form-control,
.includes_error.form-group label:not(.sr-only) + .geounits-autocomplete-input-widget .twitter-typeahead .form-control {
  padding-right: 35px;
}

.includes_error.form-group label:not(.sr-only) + .form-control.bootstrap-select {
  padding: 0;
}

.includes_error.form-group label:not(.sr-only) + .form-control.bootstrap-select .dropdown-toggle {
  padding-right: 52px;
  background-position: right 30px bottom 8px;
}

.includes_error.form-group label:not(.sr-only) + select.form-control,
.includes_error.form-group label:not(.sr-only) + span select.form-control,
.includes_error.form-group label:not(.sr-only) + .twitter-typeahead select.form-control {
  padding-right: 52px;
  background-position: right 10px top 32px, right 30px bottom 8px;
}

.includes_error.form-group label.long-label:not(.sr-only) + select.form-control,
.includes_error.form-group label.long-label:not(.sr-only) + span select.form-control,
.includes_error.form-group label.long-label:not(.sr-only) + .twitter-typeahead select.form-control {
  background-position: right 10px top 47px, right 30px bottom 8px;
}

/* Inputs marcados como erróneos */
.includes_error input,
.includes_error textarea,
.includes_error select,
.includes_error .false-select,
.includes_error .form-control.bootstrap-select .dropdown-toggle {
  border: 1px solid #E50000 !important;
  background-image: url("/headers/ilusion/b2bplatform/dist/svg/icon-ownfill-graph-error-circle-e50000.svg");
}

.includes_error input.form-control,
.includes_error textarea.form-control,
.includes_error select.form-control,
.includes_error .false-select.form-control,
.includes_error .form-control.bootstrap-select .dropdown-toggle.form-control {
  box-shadow: none;
}

.includes_error input.form-control:focus,
.includes_error textarea.form-control:focus,
.includes_error select.form-control:focus,
.includes_error .false-select.form-control:focus,
.includes_error .form-control.bootstrap-select .dropdown-toggle.form-control:focus {
  box-shadow: 0 0 8px rgba(208, 203, 201, 0.8);
}

.includes_error select.form-control {
  background-image: url("/headers/ilusion/b2bplatform/dist/svg/icon-ownfill-ui-chevron-down-46403c.svg"), url("/headers/ilusion/b2bplatform/dist/svg/icon-ownfill-graph-error-circle-e50000.svg");
}

.includes_error input[type="file"] {
  background-image: none;
}

.checkbox.includes_error input {
  outline: 2px solid #E50000;
  outline-offset: -1px;
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .checkbox.includes_error input {
    outline: 0;
  }
}

/* error messages: EOC */
svg {
  /* Llaves de apartamentos */
}

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

svg.icon-hotel-stars-1 {
  width: 12px;
  height: 12px;
}

svg.icon-hotel-stars-1, svg.icon-hotel-stars-1 * {
  fill: #F6A623;
}

svg.icon-hotel-stars-2 {
  width: 26px;
  height: 12px;
}

svg.icon-hotel-stars-2, svg.icon-hotel-stars-2 * {
  fill: #F6A623;
}

svg.icon-hotel-stars-3 {
  width: 39px;
  height: 12px;
}

svg.icon-hotel-stars-3, svg.icon-hotel-stars-3 * {
  fill: #F6A623;
}

svg.icon-hotel-stars-4 {
  width: 53px;
  height: 12px;
}

svg.icon-hotel-stars-4, svg.icon-hotel-stars-4 * {
  fill: #F6A623;
}

svg.icon-hotel-stars-5 {
  width: 67px;
  height: 12px;
}

svg.icon-hotel-stars-5, svg.icon-hotel-stars-5 * {
  fill: #F6A623;
}

svg.icon-hotel-stars-gl, svg.icon-hotel-stars-6 {
  width: 86px;
  height: 12px;
}

svg.icon-hotel-stars-gl, svg.icon-hotel-stars-gl *, svg.icon-hotel-stars-6, svg.icon-hotel-stars-6 * {
  fill: #F6A623;
}

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

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

svg.icon-hotel-keys-1, svg.icon-hotel-keys-1 * {
  fill: #f6a623;
}

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

svg.icon-hotel-keys-2, svg.icon-hotel-keys-2 * {
  fill: #f6a623;
}

svg.icon-hotel-keys-3 {
  width: 35px;
  height: 12px;
}

svg.icon-hotel-keys-3, svg.icon-hotel-keys-3 * {
  fill: #f6a623;
}

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

svg.icon-hotel-keys-4, svg.icon-hotel-keys-4 * {
  fill: #f6a623;
}

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

svg.icon-hotel-keys-5, svg.icon-hotel-keys-5 * {
  fill: #f6a623;
}

/*footer*/
footer {
  background: #e60026;
  padding: 20px 0;
  margin-top: 30px;
}

footer p {
  margin-bottom: 0;
  text-align: center;
}

footer .pie {
  color: #fff;
}

footer .pie a, footer .pie a:hover, footer .pie a:focus {
  color: #fff;
}

footer .link_powered {
  margin-top: 10px;
}

footer .link_powered a:hover {
  text-decoration: none;
}

footer .link_powered .link_powered_logo {
  vertical-align: middle;
}

#cookies_panel {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  border-color: transparent;
  color: #f7f7f7;
  z-index: 6000;
}

#cookies_panel a {
  color: #fff;
  text-decoration: underline;
}

#cookies_panel .close {
  opacity: 0.8;
}

#cookies_panel .close .icon {
  width: 10px;
  height: 10px;
}

@media (max-width: 767px) {
  #cookies_panel .close .icon {
    width: 14px;
    height: 14px;
  }
}

#cookies_panel .close .icon, #cookies_panel .close .icon * {
  fill: #FFF;
}

#cookies_panel .container-limited {
  padding-left: 15px;
}

#cookies_panel .container-limited:before {
  display: none;
}

.alert-fixed-bottom svg {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.alert-fixed-bottom svg, .alert-fixed-bottom svg * {
  fill: #FFF;
}

/* overwrite default framework oil theme */
.as-oil.dark {
  font-family: inherit !important;
}

.as-oil.iOS_app {
  bottom: 20%;
}

.as-oil-content-overlay {
  /* New design with 3 buttons */
  padding: 1.5rem 5rem !important;
}

.as-oil-content-overlay .as-oil__heading {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.as-oil-content-overlay .as-oil__intro-txt {
  font-size: 1.4rem;
  vertical-align: top;
}

@media (max-width: 600px) {
  .as-oil-content-overlay .as-oil__intro-txt {
    font-size: 1.2rem;
  }
}

.as-oil-content-overlay .as-oil-l-row {
  vertical-align: top;
}

.as-oil-content-overlay .as-oil-l-item {
  text-align: center;
}

.as-oil-content-overlay .as-oil__btn-cpc {
  float: none;
  display: inline-block;
}

@media (max-width: 600px) {
  .as-oil-content-overlay .as-oil__btn-cpc {
    font-size: 1.2rem;
  }
}

.as-oil-content-overlay .as-oil__btn-optin {
  font-size: 1.4rem;
  background: #3171c9;
}

.as-oil-content-overlay .as-oil__btn-optin:hover {
  background: #185596;
}

.as-oil-content-overlay .as-oil__btn-blue {
  background: #3171c9;
}

.as-oil-content-overlay .as-oil__btn-blue:hover {
  background: #185596;
}

.as-oil-content-overlay .as-oil__btn-grey, .as-oil-content-overlay .as-oil__btn-blue {
  font-size: 1.2rem;
  text-align: center;
}

.as-oil-content-overlay .as-oil-cpc__row-btn-all span {
  display: inline-block;
  min-height: 0;
}

.as-oil-content-overlay .as-oil-cpc__left {
  font-size: 1.2rem;
}

.as-oil-content-overlay .as-oil-cpc__middle {
  overflow: auto;
  padding: 14px;
}

@media (max-width: 600px) {
  .as-oil-content-overlay .as-oil-cpc__middle {
    padding: 0;
  }
}

.as-oil-content-overlay .as-oil-cpc__row-title {
  font-size: 1.4rem;
  margin: 0 8px 14px;
}

.as-oil-content-overlay .as-oil-cpc__purpose-header {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.as-oil-content-overlay .as-oil-cpc__purpose-text {
  font-size: 1rem;
}

.as-oil-content-overlay .as-oil-l-wrapper-layout-max-width {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.as-oil-content-overlay .as-oil-l-wrapper-layout-max-width .as-oil__heading {
  flex: 1 0 100%;
}

.as-oil-content-overlay .as-oil-l-wrapper-layout-max-width .as-oil__intro-txt {
  flex: 1 0 100%;
  min-width: 0;
  max-width: 100%;
}

.as-oil-content-overlay .as-oil-l-wrapper-layout-max-width .as-oil-l-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
}

.as-oil-content-overlay .as-oil-l-wrapper-layout-max-width .as-oil__btn-cpc {
  border: 0;
  text-decoration: underline;
}

.as-oil-content-overlay .as-oil-l-wrapper-layout-max-width .as-oil__btn-optin {
  background: #027A02;
}

@media (max-width: 767px) {
  .as-oil-content-overlay .as-oil__heading {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .as-oil-content-overlay .as-oil-l-item {
    flex: 1 0 100%;
  }
  .as-oil-content-overlay .as-oil-l-item.as-oil-l-item--stretch {
    flex: 1 0 50%;
  }
}

@media (min-width: 1025px) {
  .as-oil-content-overlay .as-oil-l-wrapper-layout-max-width {
    justify-content: space-between;
  }
  .as-oil-content-overlay .as-oil-l-wrapper-layout-max-width .as-oil__intro-txt {
    flex: 0 1 50%;
    min-width: 0;
    max-width: 50%;
  }
  .as-oil-content-overlay .as-oil-l-wrapper-layout-max-width .as-oil-l-buttons {
    flex: 1 0 40%;
    min-width: 0;
    max-width: 40%;
  }
}

/*rtl-ignore*/
[dir="rtl"] .as-oil-content-overlay .as-oil-back-button {
  right: 0;
  left: auto;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-back-button__text {
  margin-left: 0;
  margin-right: 6px;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__row-btn-all {
  text-align: right;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__left {
  text-align: right;
  border-left: 0;
  border-right: 1px solid #ccc;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__category-link {
  border-left: 0;
  border-right: 2px solid rgba(255, 255, 255, 0);
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__category-link--active {
  border-left: 0;
  border-right: 2px solid #3f7ddf;
}

@media (min-width: 601px) {
  [dir="rtl"] .as-oil-content-overlay .as-oil-cpc-wrapper .as-oil-l-buttons-dark {
    float: right;
  }
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__purpose-header {
  margin: 0 75px 30px 0;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__switch {
  left: auto;
  right: 0;
  float: right;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__status {
  left: -25px;
  right: 0;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__slider:before {
  left: 3px;
  right: auto;
}

[dir="rtl"] .as-oil-content-overlay .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider:before {
  transform: translateX(20px);
}

.login-box {
  margin: 20px auto;
  background: #f7f7f7;
  padding: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .login-box {
    margin: 90px auto;
    width: 370px;
  }
}

.forget_password {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.searcherBox {
  background: #f7f7f7;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin: 10px 0 30px;
  padding: 30px 0;
}

.searcherBox .dropdown-menu > .active > a {
  background-color: #fce5e9;
  color: #222222;
}

.searcherBox .dropdown-menu > .active > a:hover, .searcherBox .dropdown-menu > .active > a:focus {
  background-color: #fce5e9;
  color: #222222;
}

.searcherBox .btn-default:active, .searcherBox .btn-default.active,
.searcherBox .open > .btn-default.dropdown-toggle {
  border-color: #d0cbc9;
}

.searcherBox .btn-default:hover,
.searcherBox .btn-default:focus {
  border-color: #d0cbc9;
}

.searcherBox .bootstrap-select .btn:focus {
  box-shadow: 0 0 8px rgba(208, 203, 201, 0.8);
  outline: 0 !important;
}

@media (min-width: 992px) {
  .wide_searcher .continente_boton_submit {
    text-align: right;
    order: 0;
    flex: 0 1 auto;
    display: flex;
    align-items: flex-end;
  }
}

.journeyselector .checkbox-inline, .journeyselector .radio-inline {
  margin-top: 0;
}

.journeyselector .checkbox-inline input[type=checkbox], .journeyselector .radio-inline input[type=radio] {
  margin-left: 0;
}

.journeyselector .checkbox-inline label, .journeyselector .radio-inline label {
  font-size: 14px;
}

.tableHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}

.tableHeader__text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .tableHeader select {
    width: 170px;
  }
}

.table > tbody > tr > th {
  background: #f7f7f7;
  border-top: 2px solid #e60026;
  padding: 8px 15px;
  vertical-align: middle;
}

.table > tbody > tr > th:last-child {
  text-align: right;
}

.table > tbody > tr > td {
  padding: 15px;
}

.input-group.date .datepicker_sale {
  cursor: pointer;
}

.input-group.date .dropdown-menu {
  opacity: 1;
  display: block;
}

.dropdown-toggle {
  border: 1px solid #d0cbc9;
}

.extraSearchInfo {
  color: #222222;
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
}

.extraSearchInfo__input {
  display: flex;
  flex-direction: column;
}

.extraSearchInfo__input > div {
  margin-right: 30px;
}

.extraSearchInfo__input .selectplusinfoicon .infoicon {
  top: initial;
  bottom: 10px;
}

.extraSearchInfo__title {
  font-weight: 700;
}

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

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

.extraSearchInfo__check {
  display: flex;
}

.extraSearchInfo__check .titlesubfieldset {
  font-weight: 700;
}

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

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

.extraSearchInfo__check .checkbox input[type="checkbox"] {
  margin-left: 0;
}

.extraSearchInfo__col {
  margin-right: 30px;
}

.welcome p {
  margin-bottom: 0;
}

.main {
  margin-top: 25px;
  border-top: 1px solid #dfdfdf;
}

.form-wrapper {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 25px 0;
  padding: 25px;
}

option.bold {
  font-weight: 700;
}

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

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

.form-group label {
  font-weight: 700;
}

html.fonts-loaded .form-group label {
  font-weight: 500;
}

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

.form-control.date {
  background-image: url("/headers/ilusion/b2bplatform/dist/svg/icon-ownfill-graph-event-d0cbc9.svg");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left 10px top 50% !important;
  padding: 6px 12px 6px 35px !important;
}

.separator-container {
  position: relative;
  float: left;
}

.separator {
  position: absolute;
  top: 38px;
  left: -7px;
  width: 15px;
  border: 1px solid #d0cbc9;
}

.dropzone {
  background-color: #FFFFFF;
  min-height: 100px;
  width: 100%;
  padding: 15px;
}

.error-info {
  display: none;
}

.includes_error .error-info {
  display: initial;
  color: red;
}

.dropzone .dz-preview .dz-details .dz-filename span {
  color: black;
  background-color: #FFFFFF;
}

.dropzone .dz-preview .dz-progress {
  display: none;
}

.dropzone .dz-preview .dz-remove {
  color: #E50000;
}

.captcha-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.dz-template {
  display: none;
}

.salesBox {
  border: solid 1px #dfdfdf;
  margin-bottom: 20px;
}

.salesHead {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  padding: 3px 15px;
  position: relative;
}

.salesHead svg, .salesHead svg * {
  width: 16px;
  height: 16px;
  fill: #74716e;
  margin-right: 10px;
}

.salesHead__title {
  font-size: 16px;
  margin: 5px 0;
}

.salesHead__locator {
  margin: 0 7px 0 0;
}

.salesHead__locatorNum {
  font-weight: 700;
  font-size: 22px;
}

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

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

.salesTitle {
  padding: 10px 15px 0;
}

.salesTitle__name {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

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

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

.salesTitle__location svg, .salesTitle__location svg * {
  width: 16px;
  height: 16px;
  fill: #3171c9;
  vertical-align: middle;
}

.salesContent {
  display: flex;
  padding: 10px 15px;
}

.salesContent__item {
  flex: 1;
}

.salesContent__subtitle {
  margin: 0;
}

.salesContent__info {
  display: block;
  margin-bottom: 10px;
}

.salesInfo {
  margin-bottom: 20px;
}

.salesInfo__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

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

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

.salesInfo .dst-ctnr-showmore {
  height: auto;
  overflow: hidden;
  position: relative;
  transition: max-height 0.8s;
}

.salesInfo .viewMore_desc_cont {
  max-height: 125px;
}

.salesInfo .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;
}

.salesInfo--policy {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
}

.salesInfo--policy p {
  margin: 0;
}

.salesPrice {
  border: solid 1px #dfdfdf;
  margin-bottom: 20px;
  padding: 0 15px;
}

.salesPrice__item {
  border-bottom: 1px dashed #c5c5c5;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

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

.salesPrice__footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  margin: 0 -15px;
}

.salesPrice__totalPrice {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  text-align: right;
}

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

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

.salesPrice__status {
  font-weight: 700;
  color: #027a02;
  text-align: right;
}

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

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

.salesActions {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #dfdfdf;
  text-align: center;
}

.salesActions__item {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px;
}

.salesActions--fixed {
  background-color: #FFFFFF;
  position: fixed;
  margin-top: 35px;
  transform: translate(0, -100%);
  width: 270px;
  z-index: 9;
}

.salesBadge {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  padding: 10px 15px;
}

.salesBadge--confirmed {
  background-color: #027A02;
  color: #FFFFFF;
}

.salesBadge--cancelled {
  background-color: #E50000;
  color: #FFFFFF;
}

.salesBadge--pending {
  background-color: #ffd212;
  color: #222222;
}

.salesBadge--incompleted {
  background-color: #74716e;
  color: #FFFFFF;
}

.signup .form-title {
  border-bottom: 1px solid #e60026;
  padding: 5px 0;
}

.signup .form-subtitle {
  font-weight: 700;
  font-size: 16px;
  margin: 20px 0;
}

html.fonts-loaded .signup .form-subtitle {
  font-weight: 500;
}

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

.signup .checkbox input {
  margin-left: 0;
}

.signup .optional {
  font-weight: 300;
}

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