@charset "UTF-8";
/* Página de hotel */
/* http://destinia.com/hotels/ritz-madrid/madrid/madrid/espana/europa/3302/es */
.cont_series-container {
  padding: 15px 0;
}

/* Listas multiples en linea */
.ulmulti_2 {
  column-count: 2;
  column-gap: 20px;
  column-rule: 0px;
  padding: 0;
  list-style: disc inside;
}

.ulmulti_4 {
  column-count: 4;
  column-gap: 20px;
  column-rule: 0px;
  padding: 0;
  list-style: disc inside;
}

.ulmulti_5 {
  column-count: 5;
  column-gap: 20px;
  column-rule: 0px;
  padding: 0;
}

.ulmulti_7 {
  column-count: 7;
  column-gap: 20px;
  column-rule: 0px;
  padding: 0;
}

.ulmulti_8 {
  column-count: 8;
  column-gap: 20px;
  column-rule: 0px;
  padding: 0;
}

.location-content {
  line-height: 2;
}

.ulmulti_2 a, .ulmulti_2 a:hover,
.ulmulti_4 a, .ulmulti_4 a:hover,
.ulmulti_5 a, .ulmulti_5 a:hover,
.ulmulti_7 a, .ulmulti_7 a:hover,
.ulmulti_8 a, .ulmulti_8 a:hover {
  text-decoration: none;
  color: #222222;
}

.ulmulti_2 a:hover, .ulmulti_2 a:focus, .ulmulti_2 a:hover:hover, .ulmulti_2 a:hover:focus,
.ulmulti_4 a:hover,
.ulmulti_4 a:focus, .ulmulti_4 a:hover:hover, .ulmulti_4 a:hover:focus,
.ulmulti_5 a:hover,
.ulmulti_5 a:focus, .ulmulti_5 a:hover:hover, .ulmulti_5 a:hover:focus,
.ulmulti_7 a:hover,
.ulmulti_7 a:focus, .ulmulti_7 a:hover:hover, .ulmulti_7 a:hover:focus,
.ulmulti_8 a:hover,
.ulmulti_8 a:focus, .ulmulti_8 a:hover:hover, .ulmulti_8 a:hover:focus {
  color: #3171c9;
}

.location-content a, .location-content a:hover {
  text-decoration: none;
  color: #222222;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 0;
  margin: 0;
}

.location-content a:hover, .location-content a:focus, .location-content a:hover:hover, .location-content a:hover:focus {
  text-decoration: underline;
  color: #222222;
}

/*Line and icon on collapse list*/
@media (max-width: 767px) {
  .collapse-list-container {
    overflow: hidden;
    border-bottom: solid 1px #dfdfdf;
  }
  .collapse-list-container .collapse-list-title[data-toggle="collapse-non-md"] {
    position: relative;
  }
  .collapse-list-container .collapse-list-title[data-toggle="collapse-non-md"]:after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-up-46403c.svg"), none;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .collapse-list-container .collapse-list-title[data-toggle="collapse-non-md"].collapsed:after {
    background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-down-46403c.svg"), none;
  }
  .collapse-list-container .location-list-content {
    padding-bottom: 10px;
  }
}

hr.separator_menu {
  margin-top: 21px;
}

#columnsList {
  margin-bottom: 20px;
  padding: 0;
}

#columnsList h5.tipolista {
  color: #a8a6a5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#columnsList.columnsListNew h5.tipolista {
  color: #a8a6a5;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  float: right;
  width: 25%;
  margin-top: 0;
  line-height: 16px;
}

#columnsList.columnsListNew .ulmulti_4 {
  margin-bottom: 30px;
}

#columnsList li a,
#columnsList .ulmulti_2 a,
#columnsList .ulmulti_4 a,
#columnsList .ulmulti_5 a,
#columnsList .ulmulti_7 a,
#columnsList .ulmulti_8 a {
  text-decoration: none;
  color: #222222;
}

#columnsList li a:before,
#columnsList .ulmulti_2 a:before,
#columnsList .ulmulti_4 a:before,
#columnsList .ulmulti_5 a:before,
#columnsList .ulmulti_7 a:before,
#columnsList .ulmulti_8 a:before {
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 8px;
  display: inline-block;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-46403c.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#columnsList li a:hover, #columnsList li a:focus,
#columnsList .ulmulti_2 a:hover,
#columnsList .ulmulti_2 a:focus,
#columnsList .ulmulti_4 a:hover,
#columnsList .ulmulti_4 a:focus,
#columnsList .ulmulti_5 a:hover,
#columnsList .ulmulti_5 a:focus,
#columnsList .ulmulti_7 a:hover,
#columnsList .ulmulti_7 a:focus,
#columnsList .ulmulti_8 a:hover,
#columnsList .ulmulti_8 a:focus {
  color: #3171c9;
}

#columnsList .location-content .location-list-content {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

@media (min-width: 768px) {
  #columnsList .location-content .location-list-content {
    gap: 10px 30px;
  }
}

#columnsList .location-content .location-list-content a {
  flex: 0 0 49%;
  text-decoration: none;
  color: #222222;
}

@media (min-width: 768px) {
  #columnsList .location-content .location-list-content a {
    flex: 0 0 210px;
  }
}

#columnsList .location-content .location-list-content a:hover, #columnsList .location-content .location-list-content a:focus {
  text-decoration: underline;
  color: #222222;
}

.location-list-item {
  display: inline-block;
  padding-left: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .ulmulti_2 {
    column-count: 1;
  }
  .ulmulti_4 {
    column-count: 2;
  }
  .ulmulti_5 {
    column-count: 2;
  }
  .ulmulti_7 {
    column-count: 2;
  }
  .location-content {
    column-count: 1;
  }
  .ulmulti_8 {
    column-count: 2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ulmulti_4 {
    column-count: 3;
  }
  .ulmulti_5 {
    column-count: 3;
  }
  .ulmulti_7 {
    column-count: 3;
  }
  .location-content {
    column-count: 1;
  }
  .ulmulti_8 {
    column-count: 3;
  }
}

.container-limited > .location-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

@media (min-width: 768px) {
  .container-limited > .location-content {
    gap: 10px 30px;
  }
}

.container-limited > .location-content a {
  flex: 0 0 49%;
}

@media (min-width: 768px) {
  .container-limited > .location-content a {
    flex: 0 0 210px;
  }
}

.cont_series-container .location-content .location-list-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

@media (min-width: 768px) {
  .cont_series-container .location-content .location-list-content {
    gap: 10px 30px;
  }
}

.cont_series-container .location-content .location-list-content a {
  flex: 0 0 49%;
}

@media (min-width: 768px) {
  .cont_series-container .location-content .location-list-content a {
    flex: 0 0 210px;
  }
}

.txtvaloracion {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

.tipo_puntuacion_contenedor {
  margin: 20px 0;
}

.puntuacion_line {
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

.progress-bar {
  background: #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: right;
  margin-left: 13px;
}

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

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

/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.progress-radial {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #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-right: 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-right: 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 0 0 15px;
  min-width: 30px;
  float: right;
  text-align: center;
}

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

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

.txtopinion {
  margin-right: 42px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
  right: 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-right-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: inherit;
  width: 10%;
  filter: drop-shadow(0px 3px 5px #000);
  z-index: 2;
  cursor: pointer;
  right: 5px;
}

.main_gallery_container .arrow-nav-main .main_gallery_arrow_next {
  position: absolute;
  left: 5px;
  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);
  /* 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: right;
  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%;
    right: 0;
    left: 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;
  right: 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: right;
  position: absolute;
  right: 0;
  bottom: 9px;
  cursor: pointer;
  z-index: 10;
}

.main_gallery_container .cont_thumbs .nav-prev .arrow-prev {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-right-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-color: #222222;
  background-position: 70% 50%;
  background-size: 38%;
  width: 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: left;
  position: absolute;
  left: 0;
  bottom: 9px;
  cursor: pointer;
  z-index: 10;
}

.main_gallery_container .cont_thumbs .nav-next .arrow-next {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-ffffff.svg"), none;
  background-repeat: no-repeat;
  background-color: #222222;
  background-position: 40% 50%;
  background-size: 38%;
  width: 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 20px 0 21px;
}

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

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

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

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

.summary_deals2 .btn_generico_flecha,
.summary_deals2 .btn_generico_2015 {
  color: #222222;
  background-color: #ffd212;
  border-color: #ffd212;
  margin-right: 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-right: 10px;
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/headers/ilusion/sunrise/dist/svg/icon-ownfill-ui-chevron-left-46403c.svg"), none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.summary_deals2 .cont_precio {
  font-size: 12px;
  text-align: left;
  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-left: 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;
  right: 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: left;
  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: right;
    padding-right: 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-right: 5px;
  }
  .summary_deals2 .cont_info .cont_precio {
    text-align: right;
    padding-right: 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: left !important;
  }
  .summary_deals2 .cont_precio--noCTA .from-label {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .summary_deals2 .cont_info {
    height: auto;
    padding-bottom: 10px;
  }
  .summary_deals2 .cont_precio {
    text-align: right;
    padding-right: 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;
  right: 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: 20px 0 0 20px;
  padding: 0 15px;
  height: 26px;
  margin-right: 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-right: 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-right: 3px;
  margin-left: 3px;
  font-weight: 300 !important;
  display: inline-block;
}

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

.package-container .cont_precio .desde {
  display: block;
  padding-bottom: 5px !important;
  padding-left: 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;
  right: 15px;
  vertical-align: middle;
  display: inline-block;
  background: #fde9dd;
  z-index: 4;
  border-radius: 20px 0 0 20px;
  padding: 4px 10px;
  margin-right: 0;
}

.summary_deals2 li .ticketincluded-label .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 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;
}

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

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

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

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

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

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

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

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

ul.user_reviews {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link_read_more {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.googleOpinions p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.googleOpinionsBar__star span {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.puntuacion_resumen_bioscore {
  margin-top: 20px;
}

/* Importar estilos de la tabla de precios medios de hoteles */
/* Tabla con relación de precios de habitación de un hotel concreto por semanas: BOC */
/* Contenedor con border alrededor de la tabla */
.weeklyAveragePrizesRoom_cont {
  margin-bottom: 6px;
  border-radius: 6px;
  border: solid 1px #d0cbc9;
  overflow: hidden;
}

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

/* tabla */
.weeklyAveragePrizesRoom tr {
  border-bottom: 1px solid #d0cbc9;
  display: none;
}

.weeklyAveragePrizesRoom tr:nth-child(odd) {
  background: #ffffff;
}

.weeklyAveragePrizesRoom tr:nth-child(even) {
  background: #F8F8F8;
}

.weeklyAveragePrizesRoom thead tr:first-child {
  background: #f7f7f7;
}

.weeklyAveragePrizesRoom tr:last-child {
  border-bottom: none;
}

.weeklyAveragePrizesRoom tbody tr:nth-child(1) {
  display: table-row;
}

.weeklyAveragePrizesRoom td, .weeklyAveragePrizesRoom th {
  border-collapse: collapse;
  padding: 7px 10px;
  display: block;
  border-bottom: 1px solid #d0cbc9;
}

.weeklyAveragePrizesRoom tbody tr:last-child td, .weeklyAveragePrizesRoom tbody tr:last-child th {
  border-bottom: none;
}

.weeklyAveragePrizesRoom td:nth-child(even) {
  background: #ffffff;
}

.weeklyAveragePrizesRoom td:nth-child(odd) {
  background: #F8F8F8;
}

.weeklyAveragePrizesRoom td:last-child {
  border-bottom: none;
}

.weeklyAveragePrizesRoom th.fecha {
  background: #f7f7f7;
}

/* tipografías */
.weeklyAveragePrizesRoom {
  font-size: 12px;
  /* 12px */
  font-weight: 700;
  color: #9b9b9b;
}

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

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

.weeklyAveragePrizesRoom td, .weeklyAveragePrizesRoom th {
  text-align: left;
}

.weeklyAveragePrizesRoom .fecha {
  text-align: center;
  display: none;
}

.weeklyAveragePrizesRoom th {
  text-transform: uppercase;
  font-weight: 700;
}

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

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

.weeklyAveragePrizesRoom td {
  text-align: left;
}

.weeklyAveragePrizesRoom td:before {
  content: attr(data-label);
  float: right;
  font-size: 12px;
  /* 12px */
  font-weight: 700;
  color: #9b9b9b;
}

html.fonts-loaded .weeklyAveragePrizesRoom td:before {
  font-weight: 500;
}

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

.weeklyAveragePrizesRoom .category {
  float: right;
}

.weeklyAveragePrizesRoom .from-price {
  font-size: 10px;
  font-weight: 300;
  color: #74716e;
}

.weeklyAveragePrizesRoom .price .price {
  font-size: 16px;
  font-weight: 400;
  line-height: 0.88;
  color: #222222;
}

.weeklyAveragePrizesRoom .price .price .symbol {
  font-size: 12px;
}

p.caption {
  font-size: 10px;
  color: #9b9b9b;
}

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

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

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

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

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

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

.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 {
  vertical-align: middle;
}

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

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

.hotel-seo-hotel-box {
  margin: 0;
}

@media (min-width: 768px) {
  .hotel-seo-content {
    padding: 0;
  }
}

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

@media (max-width: 768px) {
  [dir='rtl'] .hotel-top-line, .direccion-box {
    padding-left: 0;
    padding-right: 0;
  }
  .direccion-mobile {
    color: #3171c9;
  }
}

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

@media (max-width: 767px) {
  .landing-seo-hotel-block-price {
    margin-top: 15px;
    display: inline-flex !important;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .landing-seo-hotel-block-price {
    display: none;
  }
}

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

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

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

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

.visible-sm-block .price-period {
  display: inline-block;
  padding: 0;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Icono info precio paginas SEO*/
.icon-price-info {
  width: 16px;
  height: 16px;
  fill: #beb8b3;
  vertical-align: middle;
  cursor: pointer;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 768px) {
  .weeklyAveragePrizesRoom tr {
    display: table-row;
  }
  .weeklyAveragePrizesRoom th, .weeklyAveragePrizesRoom td {
    display: table-cell;
    text-align: center;
    padding: 12px 20px;
    background: transparent !important;
  }
  .weeklyAveragePrizesRoom td:before {
    content: "";
    display: none;
  }
  .weeklyAveragePrizesRoom .fecha {
    background: none;
    display: table-cell;
  }
  .weeklyAveragePrizesRoom .category {
    display: none;
  }
  p.caption {
    margin-bottom: 30px;
  }
}

/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Tabla con relación de precios de hoteles en una localidad tabulados por categoría y semanas: EOC */
.hotel-description-container {
  padding-top: 30px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Modificación títulos subsecciones: BOC */
#info_header {
  margin-bottom: 20px;
  margin-top: 60px;
}

/* Titulo bloque */
.header_content {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .hotelsNear {
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* Modificación títulos subsecciones: EOC */
.help_phone {
  position: absolute;
  top: -32px;
  left: 0;
}

/* Modificaciones tabs modulo opiniones pag SEO*/
.tabs_component .tab-content {
  padding-top: 30px !important;
}

.nombre_hotel {
  color: #222222;
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.skyscrapper {
  top: 287px;
}

.mMTop18 {
  margin-top: -18px;
}

.mMLeft15 {
  margin-right: -15px;
}

.mLeft15 {
  margin-right: 15px;
}

.pLR0 {
  padding-right: 0;
  padding-left: 0;
}

.separador {
  margin: 0 5px;
}

.hotel-content {
  padding: 0;
}

.link, .link:hover {
  text-decoration: none;
}

.link.mapa .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

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

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

@media (min-width: 1024px) and (max-width: 1366px) {
  .searcher-seo-content-tablet {
    padding-right: 30px;
  }
}

.tablet-price-cta {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .tablet-price-cta {
    margin-right: 15px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1224px) {
  .tablet-price-cta {
    display: none;
  }
}

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

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

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

@media (min-width: 1199px) {
  .sh_map-block {
    padding-top: 15px;
  }
}

.opinions {
  padding-top: 0;
  margin-top: 0 !important;
}

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

.destinia_summary-box {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .destinia_summary-box {
    margin-bottom: 40px;
  }
}

.room_selection .searcher-title {
  margin-top: 60px;
}

@media (max-width: 1366px) {
  .room_selection .searcher-title {
    margin-top: 45px;
  }
}

.room_selection .wide_searcher {
  margin-bottom: 60px;
}

.visible-sm-block .price-period {
  display: inline-block;
  padding: 0;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.etiqueta {
  border: 1px solid #a98a54;
  padding: 4px;
  font-weight: 700;
  color: #a98a54;
  text-transform: uppercase;
  margin-left: 10px;
}

.linkListado {
  text-align: left;
}

.amenities_icons {
  display: inline;
  cursor: pointer;
}

.btnsUtil {
  background: #f2f2f2;
}

.btnsUtil span {
  text-decoration: none;
  color: #3171c9;
  cursor: pointer;
}

.btnsUtil li {
  padding: 4px 8px;
  font-size: 14px;
  border-right: 2px solid #fff;
}

.btnsUtil li:last-child {
  border-left: 2px solid #fff;
}

.btnsUtil li:first-child {
  border-right: none;
}

.btnsUtil li.activo {
  border-bottom: 3px solid #ec5b14 !important;
  color: #333 !important;
}

.tAlign {
  text-align: left;
}

.contPrecio.contPrecioDesde {
  position: absolute;
  text-align: left;
  margin-top: -40px;
  padding-left: 30px;
  z-index: 2;
}

.contPrecio {
  color: #222222;
  margin-top: 24px;
  font-size: 12px;
  white-space: nowrap;
}

.contPrecio span {
  margin-left: 3px;
}

.contPrecio .price {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
}

.contPrecio .symbol {
  font-size: 24px;
}

.btnsSocial {
  padding-bottom: 10px;
}

.btnsSocial button {
  border-radius: 0;
}

#tripadvisor_summary .col-lg-4 {
  margin-right: -10px;
  margin-left: 10px;
}

.txtTA {
  border-bottom: #d7d7d7 1px solid;
  min-height: 45px;
}

.txtTA .valoracion_TA_big_40 {
  margin-right: -15px;
}

.txtTA .valoracion_TA_big {
  height: 21px;
}

.txtTA span {
  display: block;
  font-size: 13px;
  margin-right: 0;
}

.linkMapaGrande {
  background: url("/headers/ilusion/img/hotels/hotel_map_grande.png") top right no-repeat;
  width: 100%;
  max-width: 752px;
  height: 140px;
  text-align: left;
  padding: 110px 0 0 10px;
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  font-weight: 700;
}

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

.pLR0 .linkMapaGrande {
  background-position: right -484px top 50%;
}

#map_container {
  display: none;
}

.destaca_por li {
  font-size: 14px;
  color: #777;
  margin-right: 10px;
}

#buscador {
  margin: 0;
  padding: 0;
}

.contTitulo {
  margin: 19px 0;
}

.serviciosHotel {
  display: inline-block;
  margin-left: 15px;
}

/* Nota Destinia hotel */
.tab-content .progress-radial .overlay {
  background-color: #fff !important;
}

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

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

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

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

.btnsNota {
  margin-top: 50px;
  padding-top: 25px;
  border-top: #d7d7d7 1px solid;
}

.notaLateral {
  cursor: pointer;
}

.txtTA {
  cursor: pointer !important;
}

.notaLateral .valoracion, .notaLateral .basado_en {
  font-size: 13px !important;
}

.notaLateral .progress-radial {
  margin: 0 20px;
}

.notaLateral .progress-radial.progress-radial_seo {
  margin: 0;
}

.notaLateral .progress-radial.progress-radial_seo .op_basado_en {
  vertical-align: middle;
}

.notaLateral .txtvaloracion {
  margin-right: 102px;
  min-height: 54px;
}

.notaLateral .txtvaloracion.txtvaloracion_seo {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .block_container {
    padding: 0;
  }
}

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

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

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

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

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

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

#uopiniones .titulo {
  font-size: 16px;
  color: #35495a;
  font-weight: 700;
  margin-bottom: 10px;
}

#uopiniones li {
  margin-bottom: 15px;
}

#uopiniones li, #uopiniones .titulo {
  margin-right: 0;
}

.datosuser {
  font-size: 12px;
}

.vermas {
  text-decoration: none;
  font-size: 13px;
}

.vermas.pull-right,
.vermas.upper {
  position: relative;
  top: 23px;
}

@media (max-width: 1199px) {
  .vermas.pull-right,
  .vermas.upper {
    float: none !important;
  }
}

.nota {
  border-bottom: 1px solid #7d7d7d;
}

#ubicacion ul {
  display: block;
  border-bottom: #d3d3d3 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
}

#ubicacion li {
  margin-bottom: 10px;
}

#ubicacion li a, #ubicacion li a:hover {
  text-decoration: none;
  font-weight: 700;
}

#ubicacion .glyphicons-map {
  color: #c5c5c5;
}

/* Preguntas frecuentes */
#faq li a, #faq li a:hover {
  color: #222222;
  text-decoration: none;
  font-weight: 300 !important;
}

#faq .list_links.list-group {
  margin-right: 15px;
}

#faq li {
  list-style-type: disc;
}

#faq li a:before {
  width: 0;
  display: inline;
  margin: 0;
  height: 0;
  background: none;
}

#faq .glyphicons-circle-question-mark {
  color: #c5c5c5;
  margin-top: 5px;
  margin-left: 5px;
  float: right;
}

#faq li {
  margin-bottom: 10px;
}

/* Fin de la nota Destinia del hotel */
@media (min-width: 992px) {
  .floating_map_link {
    position: absolute;
    right: 100%;
    z-index: 9;
    margin-right: -130px;
    margin-top: -60px;
  }
  span.mapGallery {
    margin-left: 30px;
    margin-top: -30px;
    display: block;
    min-width: 112px;
    min-height: 65px;
    border-radius: 4px;
    background: #FFF;
    padding: 10px 2px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
    z-index: 9;
  }
  .floating_map_link:hover span.mapGallery {
    opacity: 1;
  }
  span.mapGallery .icon {
    width: 26px;
    height: 26px;
    vertical-align: middle;
  }
  span.mapGallery .icon, span.mapGallery .icon * {
    fill: #3171c9;
  }
  .carousel a, .carousel a:hover {
    text-decoration: none;
  }
  .pLR0 .linkMapaGrande {
    display: none;
  }
}

@media (max-width: 991px) {
  span.mapGallery {
    display: none;
  }
  .pLR0 .linkMapaGrande {
    display: block;
  }
}

@media (width: 1024px) {
  .txtvaloracion span {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .txtvaloracion {
    padding-top: 20px;
    margin-right: 80px;
  }
  .btnsNota button {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .txtvaloracion {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contPrecio {
    margin-top: 38px;
  }
  .txtvaloracion {
    padding-top: 0;
    margin-right: 65px;
  }
  .notaLateral .txtvaloracion {
    padding-top: 0;
  }
  .notaLateral .cajanota {
    clear: both;
    margin: 0 -50px 65px 0;
    text-align: center;
  }
  .notaLateral .cajanota span:after {
    content: '';
    position: absolute;
    top: 111%;
    right: 50%;
    margin-right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #35495a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .notaLateral .cajanota span {
    margin-right: 14px;
  }
  .notaLateral .txtvaloracion {
    text-align: right;
    margin-right: 0;
  }
  .notaLateral .nota {
    margin-bottom: 20px;
  }
  .txtTA {
    text-align: center;
  }
  .valoracion_TA_owl {
    margin-right: 30% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #uopiniones {
    margin-top: 20px;
  }
  .btnsNota {
    margin-top: 20px;
  }
  .titulo_producto {
    line-height: 19px;
    font-size: 23px;
  }
  .contPrecio {
    margin-top: 18px;
  }
  .notaLateral .valoracion, .notaLateral .basado_en {
    font-size: 13px;
  }
  .notaLateral .txtvaloracion {
    margin-right: 0;
    padding-bottom: 1px;
    padding-right: 0;
    margin-top: -10px;
  }
  .pLR0 .linkMapaGrande {
    background-position: right -28px top 50%;
  }
}

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

@media (min-width: 521px) and (max-width: 991px) {
  .txtvaloracion.txtvaloracion_seo {
    padding-top: 5px;
    padding-right: 0;
  }
}

@media (min-width: 521px) and (max-width: 767px) {
  .notaLateral .txtvaloracion.txtvaloracion_seo {
    margin-right: -5px;
    padding-bottom: 4px;
    padding-right: 55px;
  }
  .txtvaloracion {
    padding-top: 4px;
  }
  .notaLateral .valoracion, .notaLateral .basado_en {
    font-size: 13px !important;
  }
  .txtTA span {
    text-align: right;
  }
  .txtTA .TAbasado_en, .txtTA .TAvaloracion {
    padding-right: 115px;
  }
  .txtTA .TAvaloracion {
    margin-top: -23px;
  }
  .txtTA .valoracion_TA_owl {
    margin-right: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 520px) {
  .cajanota {
    clear: both;
    margin: 0 -50px 65px 0;
    text-align: center;
  }
  .cajanota span:after {
    content: '';
    position: absolute;
    top: 111%;
    right: 50%;
    margin-right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #1e3747;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .progress-radial {
    margin: 0 auto;
    margin-left: 8px;
  }
  .txtvaloracion {
    text-align: right;
  }
  .notaLateral .progress-radial {
    margin: 0 auto;
  }
  .notaLateral .txtvaloracion {
    margin-right: 0;
    padding-top: 0;
    text-align: right;
  }
  .txtvaloracion strong {
    white-space: normal;
  }
  #tripadvisor_summary .txtTA {
    text-align: center;
  }
}

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

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

@media (min-width: 320px) and (max-width: 767px) {
  .btnsNota {
    margin-top: 10px;
  }
  #uopiniones {
    margin-top: 20px;
  }
  #uopiniones li, #uopiniones .titulo {
    margin-right: -15px;
  }
  .notacomentario {
    margin-left: 5px;
  }
  /*
    .txtTA {
      text-align: center;


    /*.valoracion_TA_owl{
        margin-left: 30%!important;
    }*/
  #ubicacion ul {
    padding-bottom: 14px;
  }
  .pLR0 .linkMapaGrande {
    background-position: 10%;
  }
}

@media (max-width: 1199px) {
  .linkListado {
    text-align: right;
  }
}

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

.hotel_chain {
  text-align: center;
  height: 315px;
  white-space: nowrap;
  margin-top: 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
  background-size: 370px 315px;
}

.hotel_chain_01 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-01.jpg");
}

.hotel_chain_02 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-02.jpg");
}

.hotel_chain_03 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-03.jpg");
}

.hotel_chain_04 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-04.jpg");
}

.hotel_chain_05 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-05.jpg");
}

.hotel_chain_06 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-06.jpg");
}

.hotel_chain_07 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-07.jpg");
}

.hotel_chain_08 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-08.jpg");
}

.hotel_chain_09 {
  background-image: url("/headers/ilusion/img/hotels/hotel_photo_background/cadena-09.jpg");
}

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

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

.hotel_chain span.chain_name {
  display: block;
  color: #FFF;
  font-size: 21px;
  letter-spacing: 1px;
  margin-top: 20px;
}

.hotel_chain a {
  text-decoration: none;
}

.hotel_chain span.chain_text_link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  white-space: normal;
}

.hotel_description,
.hotel_ubication {
  font-size: 14px;
}

p.hotel_description.view-more-text {
  overflow: hidden;
  height: 112px;
}

.close-points-title {
  margin-top: 60px;
}

.lista_enlaces.lista_poi li a {
  color: #222222;
}

.lista_enlaces.lista_poi li a:hover {
  text-decoration: none;
}

.lista_enlaces.lista_poi li {
  margin-bottom: 10px;
}

span.tipolista {
  font-weight: 500;
}

ul.lista_poi {
  list-style-type: disc;
  margin-right: 15px;
}

.lista_enlaces.lista_poi li a:before {
  width: 0;
  height: 0;
  background: none;
}

ul.list_links {
  list-style-type: disc;
}

.list_links.list_group li a {
  color: #222222;
}

.carousel_photos_2015 .generic-pic.pic-lg {
  width: 100%;
  height: 264px;
}

.carousel_photos_2015 .generic-pic.pic-lg svg {
  margin-top: 102px;
  width: 72px;
  height: 60px;
}

/* ETIQUETA MUY POPULAR */
.bg_popular {
  background: #3171c9;
  top: 10px;
  position: absolute;
  color: #FFF;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 30px 2px 10px;
  right: 25px;
  z-index: 1;
  max-width: 93%;
}

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

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

.bg_popular span {
  font-weight: 700;
  display: block;
}

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

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

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