@charset "UTF-8";
/* widget SUMMARY_DEALS II  Y CAROUSEL */
/* Logotipo de marca de producto: BOC */
/* Permite cargar logotipos de cadena hotelera, aerolinea, naviera... */
.product_brand {
  text-align: center;
  height: 350px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
  background-size: cover;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .product_brand {
    height: 350px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .product_brand {
    height: 280px;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .product_brand {
    height: 330px;
  }
}

.cont_bg_total .product_brand {
  margin-top: 0;
}

.product_brand span.centering {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product_brand .centered {
  display: inline-block;
  vertical-align: middle;
}

.product_brand span.brand_name {
  display: block;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 20px;
  white-space: normal;
}

.product_brand a {
  text-decoration: none;
}

.product_brand span.brand_text_link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 6px;
  margin-top: 20px;
  white-space: normal;
}

.product_brand span.brand_text_link:hover, .product_brand span.brand_text_link:focus {
  color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .centered .product_brand span.brand_text_link {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .cont_bg_total .product_brand img {
    width: auto;
    height: auto;
  }
}

.summary_deals2 {
  color: #323232;
  padding: 0;
  margin: 0;
}

.summary_deals2 .item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.summary_deals2 .item a {
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.summary_deals2 .item a:hover, .summary_deals2 .item a:focus {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}

.summary_deals2 .cont_img_deal {
  max-height: 200px;
  /*height:auto; */
  overflow: hidden;
}

.summary_deals2 .cont_img_deal .generic-pic {
  width: 100%;
  height: 213px;
  background-image: url(/headers/img/hotel_rooms/generic-250x200.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.summary_deals2 .cont_img_deal .generic-pic svg {
  margin-top: 92px;
  position: static;
  transform: translate(0, 0);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .summary_deals2 .cont_img_deal .generic-pic {
    height: 162px;
  }
  .summary_deals2 .cont_img_deal .generic-pic svg {
    margin-top: 66px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .summary_deals2 .cont_img_deal .generic-pic {
    height: 122px;
  }
  .summary_deals2 .cont_img_deal .generic-pic svg {
    margin-top: 46px;
  }
}

.summary_deals2 .btn_generico_flecha {
  float: right;
}

.summary_deals2 .position_bottom {
  width: 100%;
  padding: 0 10px 0 0;
}

.summary_deals2 .btn_generico_flecha,
.summary_deals2 .btn_generico_2015 {
  color: #222222;
  background-color: #ffd212;
  border-color: #ffd212;
  margin-left: 10px;
  transition: background 0.3s;
}

.summary_deals2 .btn_generico_flecha .icon, .summary_deals2 .btn_generico_flecha .icon *,
.summary_deals2 .btn_generico_2015 .icon,
.summary_deals2 .btn_generico_2015 .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha .loader-inner div,
.summary_deals2 .btn_generico_2015 .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha:focus, .summary_deals2 .btn_generico_flecha.focus,
.summary_deals2 .btn_generico_2015:focus,
.summary_deals2 .btn_generico_2015.focus {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.summary_deals2 .btn_generico_flecha:focus .icon, .summary_deals2 .btn_generico_flecha:focus .icon *, .summary_deals2 .btn_generico_flecha.focus .icon, .summary_deals2 .btn_generico_flecha.focus .icon *,
.summary_deals2 .btn_generico_2015:focus .icon,
.summary_deals2 .btn_generico_2015:focus .icon *,
.summary_deals2 .btn_generico_2015.focus .icon,
.summary_deals2 .btn_generico_2015.focus .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha:focus .loader-inner div, .summary_deals2 .btn_generico_flecha.focus .loader-inner div,
.summary_deals2 .btn_generico_2015:focus .loader-inner div,
.summary_deals2 .btn_generico_2015.focus .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha:hover,
.summary_deals2 .btn_generico_2015:hover {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.summary_deals2 .btn_generico_flecha:hover .icon, .summary_deals2 .btn_generico_flecha:hover .icon *,
.summary_deals2 .btn_generico_2015:hover .icon,
.summary_deals2 .btn_generico_2015:hover .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha:hover .loader-inner div,
.summary_deals2 .btn_generico_2015:hover .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha:active, .summary_deals2 .btn_generico_flecha.active,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle,
.summary_deals2 .btn_generico_2015:active,
.summary_deals2 .btn_generico_2015.active,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.summary_deals2 .btn_generico_flecha:active .icon, .summary_deals2 .btn_generico_flecha:active .icon *, .summary_deals2 .btn_generico_flecha.active .icon, .summary_deals2 .btn_generico_flecha.active .icon *,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle .icon,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle .icon *,
.summary_deals2 .btn_generico_2015:active .icon,
.summary_deals2 .btn_generico_2015:active .icon *,
.summary_deals2 .btn_generico_2015.active .icon,
.summary_deals2 .btn_generico_2015.active .icon *,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle .icon,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha:active .loader-inner div, .summary_deals2 .btn_generico_flecha.active .loader-inner div,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle .loader-inner div,
.summary_deals2 .btn_generico_2015:active .loader-inner div,
.summary_deals2 .btn_generico_2015.active .loader-inner div,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha:active:hover, .summary_deals2 .btn_generico_flecha:active:focus, .summary_deals2 .btn_generico_flecha:active.focus, .summary_deals2 .btn_generico_flecha.active:hover, .summary_deals2 .btn_generico_flecha.active:focus, .summary_deals2 .btn_generico_flecha.active.focus,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:hover,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:focus,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle.focus,
.summary_deals2 .btn_generico_2015:active:hover,
.summary_deals2 .btn_generico_2015:active:focus,
.summary_deals2 .btn_generico_2015:active.focus,
.summary_deals2 .btn_generico_2015.active:hover,
.summary_deals2 .btn_generico_2015.active:focus,
.summary_deals2 .btn_generico_2015.active.focus,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:hover,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:focus,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle.focus {
  color: #222222;
  background-color: #e5bf15;
  border-color: #e5bf15;
}

.summary_deals2 .btn_generico_flecha:active:hover .icon, .summary_deals2 .btn_generico_flecha:active:hover .icon *, .summary_deals2 .btn_generico_flecha:active:focus .icon, .summary_deals2 .btn_generico_flecha:active:focus .icon *, .summary_deals2 .btn_generico_flecha:active.focus .icon, .summary_deals2 .btn_generico_flecha:active.focus .icon *, .summary_deals2 .btn_generico_flecha.active:hover .icon, .summary_deals2 .btn_generico_flecha.active:hover .icon *, .summary_deals2 .btn_generico_flecha.active:focus .icon, .summary_deals2 .btn_generico_flecha.active:focus .icon *, .summary_deals2 .btn_generico_flecha.active.focus .icon, .summary_deals2 .btn_generico_flecha.active.focus .icon *,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:hover .icon,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:hover .icon *,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:focus .icon,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:focus .icon *,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle.focus .icon,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle.focus .icon *,
.summary_deals2 .btn_generico_2015:active:hover .icon,
.summary_deals2 .btn_generico_2015:active:hover .icon *,
.summary_deals2 .btn_generico_2015:active:focus .icon,
.summary_deals2 .btn_generico_2015:active:focus .icon *,
.summary_deals2 .btn_generico_2015:active.focus .icon,
.summary_deals2 .btn_generico_2015:active.focus .icon *,
.summary_deals2 .btn_generico_2015.active:hover .icon,
.summary_deals2 .btn_generico_2015.active:hover .icon *,
.summary_deals2 .btn_generico_2015.active:focus .icon,
.summary_deals2 .btn_generico_2015.active:focus .icon *,
.summary_deals2 .btn_generico_2015.active.focus .icon,
.summary_deals2 .btn_generico_2015.active.focus .icon *,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:hover .icon,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:hover .icon *,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:focus .icon,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:focus .icon *,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle.focus .icon,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle.focus .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha:active:hover .loader-inner div, .summary_deals2 .btn_generico_flecha:active:focus .loader-inner div, .summary_deals2 .btn_generico_flecha:active.focus .loader-inner div, .summary_deals2 .btn_generico_flecha.active:hover .loader-inner div, .summary_deals2 .btn_generico_flecha.active:focus .loader-inner div, .summary_deals2 .btn_generico_flecha.active.focus .loader-inner div,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:hover .loader-inner div,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle:focus .loader-inner div,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle.focus .loader-inner div,
.summary_deals2 .btn_generico_2015:active:hover .loader-inner div,
.summary_deals2 .btn_generico_2015:active:focus .loader-inner div,
.summary_deals2 .btn_generico_2015:active.focus .loader-inner div,
.summary_deals2 .btn_generico_2015.active:hover .loader-inner div,
.summary_deals2 .btn_generico_2015.active:focus .loader-inner div,
.summary_deals2 .btn_generico_2015.active.focus .loader-inner div,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:hover .loader-inner div,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle:focus .loader-inner div,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle.focus .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha:active, .summary_deals2 .btn_generico_flecha.active,
.open > .summary_deals2 .btn_generico_flecha.dropdown-toggle,
.summary_deals2 .btn_generico_2015:active,
.summary_deals2 .btn_generico_2015.active,
.open >
.summary_deals2 .btn_generico_2015.dropdown-toggle {
  background-image: none;
}

.summary_deals2 .btn_generico_flecha.disabled, .summary_deals2 .btn_generico_flecha.disabled:hover, .summary_deals2 .btn_generico_flecha.disabled:focus, .summary_deals2 .btn_generico_flecha.disabled.focus, .summary_deals2 .btn_generico_flecha.disabled:active, .summary_deals2 .btn_generico_flecha.disabled.active, .summary_deals2 .btn_generico_flecha[disabled], .summary_deals2 .btn_generico_flecha[disabled]:hover, .summary_deals2 .btn_generico_flecha[disabled]:focus, .summary_deals2 .btn_generico_flecha[disabled].focus, .summary_deals2 .btn_generico_flecha[disabled]:active, .summary_deals2 .btn_generico_flecha[disabled].active,
fieldset[disabled] .summary_deals2 .btn_generico_flecha,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:hover,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:focus,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.focus,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:active,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.active,
.summary_deals2 .btn_generico_2015.disabled,
.summary_deals2 .btn_generico_2015.disabled:hover,
.summary_deals2 .btn_generico_2015.disabled:focus,
.summary_deals2 .btn_generico_2015.disabled.focus,
.summary_deals2 .btn_generico_2015.disabled:active,
.summary_deals2 .btn_generico_2015.disabled.active,
.summary_deals2 .btn_generico_2015[disabled],
.summary_deals2 .btn_generico_2015[disabled]:hover,
.summary_deals2 .btn_generico_2015[disabled]:focus,
.summary_deals2 .btn_generico_2015[disabled].focus,
.summary_deals2 .btn_generico_2015[disabled]:active,
.summary_deals2 .btn_generico_2015[disabled].active,
fieldset[disabled]
.summary_deals2 .btn_generico_2015,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:hover,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:focus,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.focus,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:active,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.active {
  color: #222222;
  background-color: #ffe269;
  border-color: #ffd212;
}

.summary_deals2 .btn_generico_flecha.disabled .icon, .summary_deals2 .btn_generico_flecha.disabled .icon *, .summary_deals2 .btn_generico_flecha.disabled:hover .icon, .summary_deals2 .btn_generico_flecha.disabled:hover .icon *, .summary_deals2 .btn_generico_flecha.disabled:focus .icon, .summary_deals2 .btn_generico_flecha.disabled:focus .icon *, .summary_deals2 .btn_generico_flecha.disabled.focus .icon, .summary_deals2 .btn_generico_flecha.disabled.focus .icon *, .summary_deals2 .btn_generico_flecha.disabled:active .icon, .summary_deals2 .btn_generico_flecha.disabled:active .icon *, .summary_deals2 .btn_generico_flecha.disabled.active .icon, .summary_deals2 .btn_generico_flecha.disabled.active .icon *, .summary_deals2 .btn_generico_flecha[disabled] .icon, .summary_deals2 .btn_generico_flecha[disabled] .icon *, .summary_deals2 .btn_generico_flecha[disabled]:hover .icon, .summary_deals2 .btn_generico_flecha[disabled]:hover .icon *, .summary_deals2 .btn_generico_flecha[disabled]:focus .icon, .summary_deals2 .btn_generico_flecha[disabled]:focus .icon *, .summary_deals2 .btn_generico_flecha[disabled].focus .icon, .summary_deals2 .btn_generico_flecha[disabled].focus .icon *, .summary_deals2 .btn_generico_flecha[disabled]:active .icon, .summary_deals2 .btn_generico_flecha[disabled]:active .icon *, .summary_deals2 .btn_generico_flecha[disabled].active .icon, .summary_deals2 .btn_generico_flecha[disabled].active .icon *,
fieldset[disabled] .summary_deals2 .btn_generico_flecha .icon,
fieldset[disabled] .summary_deals2 .btn_generico_flecha .icon *,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:hover .icon,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:hover .icon *,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:focus .icon,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:focus .icon *,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.focus .icon,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.focus .icon *,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:active .icon,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:active .icon *,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.active .icon,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.active .icon *,
.summary_deals2 .btn_generico_2015.disabled .icon,
.summary_deals2 .btn_generico_2015.disabled .icon *,
.summary_deals2 .btn_generico_2015.disabled:hover .icon,
.summary_deals2 .btn_generico_2015.disabled:hover .icon *,
.summary_deals2 .btn_generico_2015.disabled:focus .icon,
.summary_deals2 .btn_generico_2015.disabled:focus .icon *,
.summary_deals2 .btn_generico_2015.disabled.focus .icon,
.summary_deals2 .btn_generico_2015.disabled.focus .icon *,
.summary_deals2 .btn_generico_2015.disabled:active .icon,
.summary_deals2 .btn_generico_2015.disabled:active .icon *,
.summary_deals2 .btn_generico_2015.disabled.active .icon,
.summary_deals2 .btn_generico_2015.disabled.active .icon *,
.summary_deals2 .btn_generico_2015[disabled] .icon,
.summary_deals2 .btn_generico_2015[disabled] .icon *,
.summary_deals2 .btn_generico_2015[disabled]:hover .icon,
.summary_deals2 .btn_generico_2015[disabled]:hover .icon *,
.summary_deals2 .btn_generico_2015[disabled]:focus .icon,
.summary_deals2 .btn_generico_2015[disabled]:focus .icon *,
.summary_deals2 .btn_generico_2015[disabled].focus .icon,
.summary_deals2 .btn_generico_2015[disabled].focus .icon *,
.summary_deals2 .btn_generico_2015[disabled]:active .icon,
.summary_deals2 .btn_generico_2015[disabled]:active .icon *,
.summary_deals2 .btn_generico_2015[disabled].active .icon,
.summary_deals2 .btn_generico_2015[disabled].active .icon *,
fieldset[disabled]
.summary_deals2 .btn_generico_2015 .icon,
fieldset[disabled]
.summary_deals2 .btn_generico_2015 .icon *,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:hover .icon,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:hover .icon *,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:focus .icon,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:focus .icon *,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.focus .icon,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.focus .icon *,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:active .icon,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:active .icon *,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.active .icon,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.active .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha.disabled .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.disabled:hover .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.disabled:focus .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.disabled.focus .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.disabled:active .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.disabled.active .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha[disabled] .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha[disabled]:hover .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha[disabled]:focus .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha[disabled].focus .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha[disabled]:active .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha[disabled].active .ball-clip-rotate div,
fieldset[disabled] .summary_deals2 .btn_generico_flecha .ball-clip-rotate div,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:hover .ball-clip-rotate div,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:focus .ball-clip-rotate div,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.focus .ball-clip-rotate div,
fieldset[disabled] .summary_deals2 .btn_generico_flecha:active .ball-clip-rotate div,
fieldset[disabled] .summary_deals2 .btn_generico_flecha.active .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.disabled .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.disabled:hover .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.disabled:focus .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.disabled.focus .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.disabled:active .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.disabled.active .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015[disabled] .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015[disabled]:hover .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015[disabled]:focus .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015[disabled].focus .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015[disabled]:active .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015[disabled].active .ball-clip-rotate div,
fieldset[disabled]
.summary_deals2 .btn_generico_2015 .ball-clip-rotate div,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:hover .ball-clip-rotate div,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:focus .ball-clip-rotate div,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.focus .ball-clip-rotate div,
fieldset[disabled]
.summary_deals2 .btn_generico_2015:active .ball-clip-rotate div,
fieldset[disabled]
.summary_deals2 .btn_generico_2015.active .ball-clip-rotate div {
  border: 2px solid #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha.inactive, .summary_deals2 .btn_generico_flecha.inactive:hover, .summary_deals2 .btn_generico_flecha.inactive:focus, .summary_deals2 .btn_generico_flecha.inactive.focus, .summary_deals2 .btn_generico_flecha.inactive:active, .summary_deals2 .btn_generico_flecha.inactive.active, .summary_deals2 .btn_generico_flecha.inactive.disabled, .summary_deals2 .btn_generico_flecha.inactive[disabled],
.summary_deals2 .btn_generico_2015.inactive,
.summary_deals2 .btn_generico_2015.inactive:hover,
.summary_deals2 .btn_generico_2015.inactive:focus,
.summary_deals2 .btn_generico_2015.inactive.focus,
.summary_deals2 .btn_generico_2015.inactive:active,
.summary_deals2 .btn_generico_2015.inactive.active,
.summary_deals2 .btn_generico_2015.inactive.disabled,
.summary_deals2 .btn_generico_2015.inactive[disabled] {
  color: #222222;
  background-color: #ffd212;
}

.summary_deals2 .btn_generico_flecha.inactive .icon, .summary_deals2 .btn_generico_flecha.inactive .icon *, .summary_deals2 .btn_generico_flecha.inactive:hover .icon, .summary_deals2 .btn_generico_flecha.inactive:hover .icon *, .summary_deals2 .btn_generico_flecha.inactive:focus .icon, .summary_deals2 .btn_generico_flecha.inactive:focus .icon *, .summary_deals2 .btn_generico_flecha.inactive.focus .icon, .summary_deals2 .btn_generico_flecha.inactive.focus .icon *, .summary_deals2 .btn_generico_flecha.inactive:active .icon, .summary_deals2 .btn_generico_flecha.inactive:active .icon *, .summary_deals2 .btn_generico_flecha.inactive.active .icon, .summary_deals2 .btn_generico_flecha.inactive.active .icon *, .summary_deals2 .btn_generico_flecha.inactive.disabled .icon, .summary_deals2 .btn_generico_flecha.inactive.disabled .icon *, .summary_deals2 .btn_generico_flecha.inactive[disabled] .icon, .summary_deals2 .btn_generico_flecha.inactive[disabled] .icon *,
.summary_deals2 .btn_generico_2015.inactive .icon,
.summary_deals2 .btn_generico_2015.inactive .icon *,
.summary_deals2 .btn_generico_2015.inactive:hover .icon,
.summary_deals2 .btn_generico_2015.inactive:hover .icon *,
.summary_deals2 .btn_generico_2015.inactive:focus .icon,
.summary_deals2 .btn_generico_2015.inactive:focus .icon *,
.summary_deals2 .btn_generico_2015.inactive.focus .icon,
.summary_deals2 .btn_generico_2015.inactive.focus .icon *,
.summary_deals2 .btn_generico_2015.inactive:active .icon,
.summary_deals2 .btn_generico_2015.inactive:active .icon *,
.summary_deals2 .btn_generico_2015.inactive.active .icon,
.summary_deals2 .btn_generico_2015.inactive.active .icon *,
.summary_deals2 .btn_generico_2015.inactive.disabled .icon,
.summary_deals2 .btn_generico_2015.inactive.disabled .icon *,
.summary_deals2 .btn_generico_2015.inactive[disabled] .icon,
.summary_deals2 .btn_generico_2015.inactive[disabled] .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha.inactive .loader-inner div, .summary_deals2 .btn_generico_flecha.inactive:hover .loader-inner div, .summary_deals2 .btn_generico_flecha.inactive:focus .loader-inner div, .summary_deals2 .btn_generico_flecha.inactive.focus .loader-inner div, .summary_deals2 .btn_generico_flecha.inactive:active .loader-inner div, .summary_deals2 .btn_generico_flecha.inactive.active .loader-inner div, .summary_deals2 .btn_generico_flecha.inactive.disabled .loader-inner div, .summary_deals2 .btn_generico_flecha.inactive[disabled] .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive:hover .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive:focus .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive.focus .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive:active .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive.active .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive.disabled .loader-inner div,
.summary_deals2 .btn_generico_2015.inactive[disabled] .loader-inner div {
  border-color: #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha.loading, .summary_deals2 .btn_generico_flecha.loading:hover, .summary_deals2 .btn_generico_flecha.loading:focus, .summary_deals2 .btn_generico_flecha.loading.focus, .summary_deals2 .btn_generico_flecha.loading:active, .summary_deals2 .btn_generico_flecha.loading.active, .summary_deals2 .btn_generico_flecha.loading.disabled, .summary_deals2 .btn_generico_flecha.loading[disabled],
.summary_deals2 .btn_generico_2015.loading,
.summary_deals2 .btn_generico_2015.loading:hover,
.summary_deals2 .btn_generico_2015.loading:focus,
.summary_deals2 .btn_generico_2015.loading.focus,
.summary_deals2 .btn_generico_2015.loading:active,
.summary_deals2 .btn_generico_2015.loading.active,
.summary_deals2 .btn_generico_2015.loading.disabled,
.summary_deals2 .btn_generico_2015.loading[disabled] {
  color: #222222;
  background-color: #ffd212;
  border-color: #ffd212;
}

.summary_deals2 .btn_generico_flecha.loading .icon, .summary_deals2 .btn_generico_flecha.loading .icon *, .summary_deals2 .btn_generico_flecha.loading:hover .icon, .summary_deals2 .btn_generico_flecha.loading:hover .icon *, .summary_deals2 .btn_generico_flecha.loading:focus .icon, .summary_deals2 .btn_generico_flecha.loading:focus .icon *, .summary_deals2 .btn_generico_flecha.loading.focus .icon, .summary_deals2 .btn_generico_flecha.loading.focus .icon *, .summary_deals2 .btn_generico_flecha.loading:active .icon, .summary_deals2 .btn_generico_flecha.loading:active .icon *, .summary_deals2 .btn_generico_flecha.loading.active .icon, .summary_deals2 .btn_generico_flecha.loading.active .icon *, .summary_deals2 .btn_generico_flecha.loading.disabled .icon, .summary_deals2 .btn_generico_flecha.loading.disabled .icon *, .summary_deals2 .btn_generico_flecha.loading[disabled] .icon, .summary_deals2 .btn_generico_flecha.loading[disabled] .icon *,
.summary_deals2 .btn_generico_2015.loading .icon,
.summary_deals2 .btn_generico_2015.loading .icon *,
.summary_deals2 .btn_generico_2015.loading:hover .icon,
.summary_deals2 .btn_generico_2015.loading:hover .icon *,
.summary_deals2 .btn_generico_2015.loading:focus .icon,
.summary_deals2 .btn_generico_2015.loading:focus .icon *,
.summary_deals2 .btn_generico_2015.loading.focus .icon,
.summary_deals2 .btn_generico_2015.loading.focus .icon *,
.summary_deals2 .btn_generico_2015.loading:active .icon,
.summary_deals2 .btn_generico_2015.loading:active .icon *,
.summary_deals2 .btn_generico_2015.loading.active .icon,
.summary_deals2 .btn_generico_2015.loading.active .icon *,
.summary_deals2 .btn_generico_2015.loading.disabled .icon,
.summary_deals2 .btn_generico_2015.loading.disabled .icon *,
.summary_deals2 .btn_generico_2015.loading[disabled] .icon,
.summary_deals2 .btn_generico_2015.loading[disabled] .icon * {
  fill: #222222;
}

.summary_deals2 .btn_generico_flecha.loading .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.loading:hover .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.loading:focus .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.loading.focus .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.loading:active .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.loading.active .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.loading.disabled .ball-clip-rotate div, .summary_deals2 .btn_generico_flecha.loading[disabled] .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading:hover .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading:focus .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading.focus .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading:active .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading.active .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading.disabled .ball-clip-rotate div,
.summary_deals2 .btn_generico_2015.loading[disabled] .ball-clip-rotate div {
  border: 2px solid #222222;
  border-bottom-color: transparent;
}

.summary_deals2 .btn_generico_flecha .badge,
.summary_deals2 .btn_generico_2015 .badge {
  color: #ffd212;
  background-color: #222222;
}

.summary_deals2 .btn_generico_flecha:after,
.summary_deals2 .btn_generico_2015:after {
  position: relative;
  top: -1px;
  margin-left: 10px;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-right-46403c.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.summary_deals2 .cont_precio {
  font-size: 12px;
  text-align: right;
  line-height: 17px;
  color: #222222;
}

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

.summary_deals2 .cont_precio .price {
  margin-top: 4px;
}

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

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

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

.summary_deals2 .cont_precio .price.eur, .summary_deals2 .cont_precio .price.usd, .summary_deals2 .cont_precio .price.gbp, .summary_deals2 .cont_precio .current-price .price.eur, .summary_deals2 .cont_precio .current-price .price.usd, .summary_deals2 .cont_precio .current-price .price.gbp {
  font-size: 24px;
  font-weight: 700;
}

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

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

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

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

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

.summary_deals2 .cont_precio--noCTA {
  line-height: 1.07;
}

.summary_deals2 .cont_precio--noCTA .from-label {
  padding-right: 0;
}

.summary_deals2 .cont_precio--noCTA .price, .summary_deals2 .cont_precio--noCTA .current-price .price {
  font-size: 24px;
}

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

.summary_deals2 .cont_precio--noCTA .price.eur abbr, .summary_deals2 .cont_precio--noCTA .price.eur .symbol, .summary_deals2 .cont_precio--noCTA .price.usd abbr, .summary_deals2 .cont_precio--noCTA .price.usd .symbol, .summary_deals2 .cont_precio--noCTA .price.gbp abbr, .summary_deals2 .cont_precio--noCTA .price.gbp .symbol, .summary_deals2 .cont_precio--noCTA .current-price .price.eur abbr, .summary_deals2 .cont_precio--noCTA .current-price .price.eur .symbol, .summary_deals2 .cont_precio--noCTA .current-price .price.usd abbr, .summary_deals2 .cont_precio--noCTA .current-price .price.usd .symbol, .summary_deals2 .cont_precio--noCTA .current-price .price.gbp abbr, .summary_deals2 .cont_precio--noCTA .current-price .price.gbp .symbol {
  font-size: 24px;
}

.summary_deals2 .cont_precio--noCTA .price abbr, .summary_deals2 .cont_precio--noCTA .price .symbol, .summary_deals2 .cont_precio--noCTA .current-price .price abbr, .summary_deals2 .cont_precio--noCTA .current-price .price .symbol {
  font-size: 20px;
}

.summary_deals2 .title {
  margin: 0;
  padding: 10px 10px 0 10px;
  color: #222222;
  font-weight: 300;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.summary_deals2 .cont_info .info {
  padding: 0 10px 0 10px;
  color: #222222;
  font-size: 12px;
  line-height: 1.4;
  clear: both;
  height: 68px;
  overflow: hidden;
}

.summary_deals2 .cont_info .info div {
  color: #222222;
}

.summary_deals2 .cont_info .info div.bri {
  color: #027A02;
}

.summary_deals2 .cont_info .info strong {
  font-size: 14px;
  color: #E50000;
  font-weight: 400;
}

.summary_deals2 li {
  margin-bottom: 30px;
}

/* CAROUSEL */
.carousel a {
  text-decoration: none;
}

.destacados_carusel {
  display: flex;
}

.destacados_img_container {
  width: 200px;
  overflow: hidden;
  position: relative;
  flex: 0 1 auto;
}

.destacados_img {
  height: 213px;
  position: absolute;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .summary_deals2 .destacados_img_container .destacados_img {
    width: auto;
    height: 213px;
  }
}

.bg_destacados_carusel {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
}

.bg_destacados_carusel .aviso {
  float: right;
  color: #1e3747;
  font-size: 14px;
  font-weight: 700;
}

.bg_destacados_carusel .logo_aerolinea {
  max-height: 30px;
  width: 90px;
}

.bg_destacados_carusel .title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}

.bg_destacados_carusel .info_carousel {
  line-height: 17px;
  min-height: 44px;
  color: #222222;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .summary_deals2 .cont_img_deal {
    height: 162px;
  }
  .summary_deals2 .cont_info {
    height: 165px !important;
  }
  .summary_deals2 .cont_info .cont_precio {
    text-align: left;
    padding-left: 10px;
  }
  .summary_deals2 .destacados_img {
    width: 150px;
    height: 271px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .summary_deals2 .cont_img_deal {
    height: 122px;
  }
  .summary_deals2 .cont_info {
    height: 160px !important;
  }
  .summary_deals2 .cont_info .btn_generico_flecha,
  .summary_deals2 .cont_info .btn_generico_2015 {
    padding: 10px;
    margin-left: 5px;
  }
  .summary_deals2 .cont_info .cont_precio {
    text-align: left;
    padding-left: 10px;
    padding-top: 4px;
  }
}

@media (max-width: 1199px) {
  .summary_deals2 .cont_info--noCTA {
    display: flex;
    flex-direction: column;
  }
  .summary_deals2 .cont_info--noCTA .position_bottom {
    margin-top: auto;
  }
  .summary_deals2 .cont_precio--noCTA {
    padding-top: 0;
    text-align: right !important;
  }
  .summary_deals2 .cont_precio--noCTA .from-label {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .summary_deals2 .cont_info {
    height: auto;
    padding-bottom: 10px;
  }
  .summary_deals2 .cont_precio {
    text-align: left;
    padding-left: 10px;
    padding-top: 4px;
  }
  .summary_deals2 li {
    margin-bottom: 10px;
  }
  .summary_deals2 .cont_img_deal {
    height: auto;
  }
  .summary_deals2 .cont_img_deal img {
    margin-top: -16px;
  }
  .summary_deals2 .bg_destacados_carusel .logo_aerolinea {
    margin-top: 5px;
  }
  .summary_deals2 .bg_destacados_carusel .title {
    line-height: 14px;
    font-size: 14px;
  }
}

.summary_deals2 .item .cont_info {
  padding-bottom: 15px;
}

.carousel .carousel-indicators li {
  border: 1px solid #beb8b3;
  background: #beb8b3;
}

.carousel .carousel-indicators li.active {
  border: 1px solid #3171c9;
  background: #3171c9;
}

/* FIN widget SUMMARY_DEALS II Y CAROUSEL*/
/* Ofertas temporales */
.package-container .package-offers {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3;
  vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .package-container .package-offers {
    top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .package-container .package-offers {
    top: 10px;
  }
}

@media (max-width: 767px) {
  .package-container .package-offers {
    top: 10px;
  }
}

.package-container .package-discount {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  background: #E50000;
  color: #fff;
  z-index: 4;
  border-radius: 0 20px 20px 0;
  padding: 0 15px;
  height: 26px;
  margin-left: 0;
}

.package-container .package-discount.bg-green {
  background: #027A02;
}

.package-container .package-discount .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.package-container .package-discount .icon, .package-container .package-discount .icon * {
  fill: #fff;
}

.package-container .package-discount span {
  font-weight: 300;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.package-container .package-discount span.discount-main {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-left: 4px;
}

html.fonts-loaded .package-container .package-discount span.discount-main {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .package-container .package-discount span.discount-main, html[lang|="fa"].fonts-loaded .package-container .package-discount span.discount-main, html[lang|="he"].fonts-loaded .package-container .package-discount span.discount-main {
  font-weight: 700;
}

.package-container .before-price {
  font-size: 15px !important;
  color: #beb8b3;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 300 !important;
  display: inline-block;
}

.package-container .from-label {
  display: block;
  font-size: 12px !important;
  text-align: right;
  padding-right: 15px;
  font-weight: 300 !important;
}

.package-container .cont_precio .desde {
  display: block;
  padding-bottom: 5px !important;
  padding-right: 12px !important;
}

.package-container .cont_precio .before-price .price {
  font-size: 24px;
  font-weight: 300 !important;
  color: #74716e;
  text-decoration: line-through;
}

.package-container .cont_precio .before-price .price.eur, .package-container .cont_precio .before-price .price.usd, .package-container .cont_precio .before-price .price.gbp {
  font-size: 14px;
  font-weight: 300 !important;
}

.package-container .cont_precio .before-price .price abbr, .package-container .cont_precio .before-price .price .symbol {
  display: none;
}

.package-container .cont_precio--noCTA .before-price .price {
  font-size: 16px;
}

.package-container .cont_precio--noCTA .before-price .price.eur, .package-container .cont_precio--noCTA .before-price .price.usd, .package-container .cont_precio--noCTA .before-price .price.gbp {
  font-size: 16px;
}

/* entradas incluidas */
.summary_deals2 li .ticketincluded-label {
  position: absolute;
  top: 20px;
  left: 15px;
  vertical-align: middle;
  display: inline-block;
  background: #fde9dd;
  z-index: 4;
  border-radius: 0 20px 20px 0;
  padding: 4px 10px;
  margin-left: 0;
}

.summary_deals2 li .ticketincluded-label .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

.summary_deals2 li .ticketincluded-label .icon, .summary_deals2 li .ticketincluded-label .icon * {
  fill: #ec5b14;
}

.summary_deals2 li .ticketincluded-label .label-text {
  font-weight: 300;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
}

.herobannerMicrosites {
  height: 436px !important;
  position: absolute;
  overflow: hidden;
  left: 0;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.herobannerMicrositesSeparator {
  height: 436px !important;
  display: block;
}

.searcher-over-herobanner .herobannerMicrositesSeparator {
  height: 0 !important;
}

.microsites-searcher {
  padding-top: 20px;
}

.microsites-searcher.wide_searcher .multicriteriasearch {
  margin-top: 0;
}

.herobanner-container + .container-limited .microsites-searcher {
  margin-top: 0;
  position: relative;
  z-index: 3;
}

.searcher-over-herobanner + .container-limited .microsites-searcher {
  margin-top: 210px;
  min-height: 230px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-links {
    column-count: 2;
  }
}

.container-links ul li, .container-links dl dd {
  margin-bottom: 10px;
}

.top-title {
  margin: 0 0 10px;
}

.secondary-title {
  font-size: 14px;
  font-weight: 300;
  color: #74716e;
  text-transform: uppercase;
  margin: 10px 0;
}

.block-separator {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .block-separator {
    margin-top: 50px;
  }
}

.badgeContainer {
  position: absolute;
  top: 10px;
  display: flex;
  z-index: 1;
}

.cardBadge {
  border-radius: 15px;
  color: #FFFFFF;
  margin-left: 10px;
  padding: 1px 10px;
}

.cardBadge__percentage {
  vertical-align: middle;
}

.cardBadge--discount {
  font-weight: 700;
  background: #E50000;
  border-radius: 0 15px 15px 0;
  margin-left: 0;
  min-width: 70px;
}

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

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

.cardBadge--extraInfo {
  font-weight: 700;
  background: #35495a;
}

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

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

.cardBadge--green {
  background: #027A02;
}

.cardBadge--popular {
  background: #3171c9;
}

.cardBadge--endTime {
  background: #E50000;
  border-radius: 15px 0 0 15px;
  position: absolute;
  right: 0;
}

.cardBadge span {
  vertical-align: middle;
}

.cardBadge svg, .cardBadge svg * {
  width: 14px;
  height: 14px;
  fill: #FFFFFF;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txtvaloracion {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

.tipo_puntuacion_contenedor {
  margin: 20px 0;
}

.puntuacion_line {
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

.reviews_destinia a .puntuacion_resumen {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txtopinion {
  margin-left: 42px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Desktop */
.main_gallery_hotel_container {
  z-index: 0;
}

.main_gallery_container {
  position: relative;
  /* 1200 */
  /* tablet */
  /* mobile */
  /* thumbnails */
}

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

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

@media (max-width: 767px) {
  .main_gallery_container {
    max-width: 767px;
    height: 218px;
  }
}

.main_gallery_container .loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main_gallery_container .loader-inner.ball-clip-rotate > div {
  width: 45px;
  height: 45px;
  border: 2px solid #222222;
  border-bottom-color: transparent;
}

.main_gallery_container .arrow-nav-main .main_gallery_arrow_prev,
.main_gallery_container .arrow-nav-main .main_gallery_arrow_next {
  height: 100%;
  z-index: 2;
}

.main_gallery_container .arrow-nav-main .main_gallery_arrow_prev {
  position: absolute;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-position: 5%;
  background-size: inherit;
  width: 10%;
  filter: drop-shadow(0px 3px 5px #000);
  z-index: 2;
  cursor: pointer;
  left: 5px;
}

.main_gallery_container .arrow-nav-main .main_gallery_arrow_next {
  position: absolute;
  right: 5px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-right-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: inherit;
  width: 10%;
  filter: drop-shadow(0px 3px 5px #000);
  /* Same syntax as box-shadow */
  z-index: 2;
  cursor: pointer;
}

.main_gallery_container .main_gallery_default.owl-carousel {
  display: block !important;
  overflow: hidden;
}

.main_gallery_container .main_gallery_default.owl-carousel .owl-item {
  width: 100%;
}

.main_gallery_container .main_gallery_default.owl-carousel .loader-inner {
  z-index: 1;
}

.main_gallery_container .main_gallery_default.owl-carousel img {
  position: relative;
  z-index: 2;
}

.main_gallery_container .picture_gallery_main.owl-loaded + .main_gallery_default {
  display: none !important;
}

.main_gallery_container .picture_gallery_main.owl-carousel {
  background: #dfdfdf;
  /* 1200 */
  /* tablet */
  /* mobile */
}

@media (min-width: 1200px) {
  .main_gallery_container .picture_gallery_main.owl-carousel {
    max-width: 820px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_gallery_container .picture_gallery_main.owl-carousel {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .main_gallery_container .picture_gallery_main.owl-carousel {
    max-width: 767px;
    height: 218px;
  }
}

.main_gallery_container .picture_gallery_main.owl-carousel .owl-item {
  height: auto !important;
  /* 1200 */
  /* tablet */
  /* mobile */
}

@media (min-width: 1200px) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item {
    max-height: 560px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item {
    max-height: 506px;
  }
}

@media (max-width: 767px) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item {
    max-height: 218px;
  }
}

.main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_slide {
  text-align: center;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  /* trucos para alinear verticalmente la imagen grande */
  font-size: 0;
}

@media (max-width: 767px) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_slide {
    height: 218px;
  }
}

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

.main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_slide img {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: auto !important;
  max-width: 99.9%;
  margin: 0 auto;
}

@media (max-width: 767px) and (orientation: landscape) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_slide img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}

.main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_8 {
  /* 1200 */
  /* tablet */
  /* mobile */
}

@media (min-width: 1200px) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_8 {
    max-width: 820px;
    height: 560px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_8 {
    max-width: 740px;
    height: 506px;
  }
}

@media (max-width: 767px) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_8 {
    max-width: 767px;
    height: 218px !important;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_7 img {
    min-width: 99.99%;
  }
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_7 img.lazy-load {
    min-width: 0;
  }
  .main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_7 img.lazy-load.lazy-load-loaded {
    min-width: 99.99%;
  }
}

.main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_7 .room_gallery_number,
.main_gallery_container .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_6 .room_gallery_number {
  bottom: 0;
}

.main_gallery_container .picture_gallery_main .room_gallery_number {
  position: absolute;
  z-index: 15;
  bottom: 75px;
  color: #FFF;
  left: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 700;
}

html.fonts-loaded .main_gallery_container .picture_gallery_main .room_gallery_number {
  font-weight: 500;
}

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

.main_gallery_container .picture_gallery_main .room_gallery_number span {
  font-size: 16px;
}

.main_gallery_container .cont_thumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent;
  overflow: hidden;
  z-index: 5;
}

.main_gallery_container .cont_thumbs .nav-prev {
  float: left;
  position: absolute;
  left: 0;
  bottom: 9px;
  cursor: pointer;
  z-index: 10;
}

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

.main_gallery_container .cont_thumbs .nav-prev .arrow-prev.disabled {
  background: none;
  cursor: auto;
}

.main_gallery_container .cont_thumbs .nav-next {
  float: right;
  position: absolute;
  right: 0;
  bottom: 9px;
  cursor: pointer;
  z-index: 10;
}

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

.main_gallery_container .cont_thumbs .nav-next .arrow-next.disabled {
  background: none;
  cursor: auto;
}

.main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel {
  width: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin: 0 21px 0 20px;
}

.main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer {
  height: 66px;
  padding-top: 8px;
}

.main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage {
  text-align: left;
  margin: 0;
}

.main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  /* 1200 */
  /* tablet */
}

@media (min-width: 1200px) {
  .main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 70px !important;
    margin-right: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 70px !important;
    margin-right: 18px !important;
  }
}

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

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

.main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  border-radius: 6px;
  margin-bottom: 4px;
  width: auto !important;
  max-width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  display: inline-block;
}

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

.main_gallery_container.main_gallery_size_8 {
  /* 1200 */
  /* tablet */
}

@media (min-width: 1200px) {
  .main_gallery_container.main_gallery_size_8 {
    height: 560px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_gallery_container.main_gallery_size_8 {
    height: 506px;
  }
}

@media (min-width: 1200px) {
  .main_gallery_container.main_gallery_size_8 .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_6,
  .main_gallery_container.main_gallery_size_8 .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_7 {
    height: 494px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main_gallery_container.main_gallery_size_8 .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_6,
  .main_gallery_container.main_gallery_size_8 .picture_gallery_main.owl-carousel .owl-item .main_gallery_size_7 {
    height: 440px;
  }
}

.main_gallery_container.main_gallery_size_7, .main_gallery_container.main_gallery_size_6 {
  /* 1200 y tablet */
}

@media (min-width: 768px) {
  .main_gallery_container.main_gallery_size_7, .main_gallery_container.main_gallery_size_6 {
    height: 322px;
  }
}

.main_gallery_container.main_gallery_size_7 .picture_gallery_main.owl-carousel .main_gallery_slide, .main_gallery_container.main_gallery_size_6 .picture_gallery_main.owl-carousel .main_gallery_slide {
  /* 1200 y tablet */
}

@media (min-width: 768px) {
  .main_gallery_container.main_gallery_size_7 .picture_gallery_main.owl-carousel .main_gallery_slide, .main_gallery_container.main_gallery_size_6 .picture_gallery_main.owl-carousel .main_gallery_slide {
    height: 256px;
  }
}

@media (min-width: 768px) {
  .main_gallery_container.main_gallery_size_7 .picture_gallery_main.owl-carousel .main_gallery_size_7 img, .main_gallery_container.main_gallery_size_6 .picture_gallery_main.owl-carousel .main_gallery_size_7 img {
    margin: 11px auto 0;
  }
}

.main_gallery_container.main_gallery_size_7 .cont_thumbs, .main_gallery_container.main_gallery_size_6 .cont_thumbs {
  background: #dfdfdf;
}

/* tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .main_gallery_container {
    /* thumbnails */
  }
  .main_gallery_container .cont_thumbs .nav-prev {
    display: none;
  }
  .main_gallery_container .cont_thumbs .nav-next {
    display: none;
  }
  .main_gallery_container .cont_thumbs .picture_gallery_thumbs.owl-carousel {
    margin: 0 0 0 5px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .main_gallery_container .picture_gallery_main .room_gallery_number {
    bottom: 10px;
  }
  .cont_thumbs {
    display: none;
  }
}

/* Personalización del mapa */
.room-selection-map .loader-inner {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tipo_puntuacion_contenedor {
  margin: 20px 0;
}

.puntuacion_line {
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

.reviews_destinia a .puntuacion_resumen {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txtopinion {
  margin-left: 42px;
}

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

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

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

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

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

/* Importar estilos de opiniones de tripadvisor*/
.opinions_tripAdvisor .text-based {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 4px solid #e6e6e6;
}

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

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

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

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

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

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

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

ul.user_reviews {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_read_more {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.googleOpinions p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.googleOpinionsBar__star span {
  vertical-align: middle;
}

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

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

@media (max-width: 767px) {
  .herobannerMicrosites, .herobannerMicrositesSeparator {
    display: none;
  }
}

@media (min-width: 768px) {
  .herobannerMicrosites, .herobannerMicrositesSeparator {
    height: 330px !important;
  }
}

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

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

.bg_fff .cont_overflow {
  overflow: hidden;
}

.landing-claim {
  font-size: 18px;
}

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

@media (min-width: 768px) {
  .landing-claim {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .landing-claim {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hotel_name {
    margin-top: 15px;
  }
}

.searcher-box {
  margin-bottom: 30px;
}

.hotel-offers .countdown__container {
  color: #E50000;
}

.hotel-offers .countdown__title {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1;
}

.hotel-offers .countdown__content {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
}

.hotel-offers .countdown__element {
  flex: 0 1 25%;
}

.hotel-offers .countdown__number {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

html.fonts-loaded .hotel-offers .countdown__number {
  font-weight: 500;
}

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

.hotel-offers .countdown__text {
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.landing-box-offer {
  border: 1px solid #dfdfdf;
  padding: 14px;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .landing-box-offer {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .landing-box-offer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.box-offer-line {
  margin-bottom: 10px;
}

.box-offer-line .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

.box-offer-line .icon, .box-offer-line .icon * {
  fill: #74716e;
}

.box-offer-line .line-text {
  vertical-align: middle;
  color: #74716e;
  display: inline-block;
}

@media (max-width: 767px) {
  .hotel-seo-content-mobile {
    padding: 0;
  }
}

.landing-seo-hotel-block-price {
  text-align: right;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .landing-seo-hotel-block-price {
    margin: 0;
  }
  .landing-seo-hotel-block-price .landing-best-rate {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .landing-seo-hotel-block-price .landing-best-rate .btn_booking {
    margin-left: 20px;
  }
}

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

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

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

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

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

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

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

.landing-best-rate .price-period .tipoprecio {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .landing-best-rate .price-period .tipoprecio {
    margin-bottom: 0;
  }
}

.bullets_list {
  margin: 15px 0 20px 23px;
}

.bullets_list li {
  list-style-type: disc;
  list-style-position: inherit;
  margin-bottom: 10px;
}

.btnEscribir {
  text-align: right;
  margin-bottom: 20px;
}

.btnVerMas {
  text-align: right;
  margin-top: 13px;
}

.btnVerMas .icon {
  width: 11px;
  height: 11px;
  vertical-align: middle;
}

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

@media (min-width: 996px) {
  .btnEscribir.opinions_destinia_header_01 {
    display: none;
  }
}

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

@media (max-width: 768px) {
  .btnEscribir.opinions_destinia_header_02 {
    display: none;
  }
}

@media (max-width: 600px) {
  .btnEscribir {
    text-align: center;
  }
  .btnEscribir.opinions_destinia_header_01 {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .btnVerMas {
    text-align: left;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
  .opinions_destinia_header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
    padding: 0;
  }
}

.iframe_Tripadvisor {
  width: 100%;
  height: 650px;
  border: 0;
}

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