/* ------------------------------------------------------------
    STYLES
------------------------------------------------------------ */
/* date picker */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  font-size: 13px;
  color: #fff;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
  display: none;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
  display: none;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  border: none;
  color: #fff;
}
.datepicker .next,
.datepicker .prev {
  color: rgba(0, 0, 0, 0);
  font: normal normal normal 14px/1 FontAwesome;
  padding-bottom: 10px;
}
.datepicker .next:before {
  content: "\f105";
  color: #21c1f1;
  margin-left: 5px;
}
.datepicker .prev:before {
  content: "\f104";
  color: #21c1f1;
  margin-right: -4px;
}
.datepicker .dow {
  text-transform: uppercase;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker td div {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  margin-bottom: 2px;
  background: transparent;
  z-index: -1;
  position: relative;
}
.datepicker table tr td.day:hover div,
.datepicker table tr td.day.focused div {
  background: #333333;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  /*background: @colorPrimary;
  color: #000;*/
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  /*background:@colorPrimary;*/
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range div,
.datepicker table tr td.range:hover div,
.datepicker table tr td.range.disabled div,
.datepicker table tr td.range.disabled:hover div {
  background: #21c1f1;
  border-radius: 0;
  height: 15px;
  line-height: 15px;
  width: 32px;
  margin-left: -4px;
  color: #fff;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background: #21c1f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  /*background: @colorPrimary;*/
}
.datepicker table tr td.selected div,
.datepicker table tr td.selected:hover div,
.datepicker table tr td.selected.disabled div,
.datepicker table tr td.selected.disabled:hover div {
  background: #21c1f1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-left: -2px;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  /*background: @colorPrimary; */
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  /*background: @colorPrimary;
  border-radius: 50%;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  /* background-color: @colorPrimary;*/
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  /*background-color: @colorPrimary;*/
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #21c1f1;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #21c1f1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  /*background: @colorPrimary;*/
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
  color: #21c1f1;
  padding-bottom: 10px ;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #333;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: #FFF;
  background-color: rgba(36, 36, 36, 0.8);
}
.leaflet-popup-content-wrapper {
  border-radius: 3px;
}
.leaflet-popup {
  margin-bottom: 60px;
}
.leaflet-popup-content {
  margin: 5px;
}
.leaflet-container a.leaflet-popup-close-button {
  display: none;
}
.leaflet-top {
  top: 150px;
}
.leaflet-right {
  right: 10px;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
  background-color: rgba(33, 193, 241, 0.5);
}
.marker-cluster-small div {
  background-color: #21c1f1;
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
  color: #ffffff;
}
.leaflet-label {
  background: #ebebeb;
  background: rgba(235, 235, 235, 0.81);
  background-clip: padding-box;
  border-color: #777;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border-style: solid;
  border-width: 4px;
  color: #111;
  display: block;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 1px 6px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  z-index: 6;
}
.leaflet-label.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-label:before,
.leaflet-label:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: none;
  position: absolute;
  top: 5px;
}
.leaflet-label:before {
  border-right: 6px solid black;
  border-right-color: inherit;
  left: -10px;
}
.leaflet-label:after {
  border-left: 6px solid black;
  border-left-color: inherit;
  right: -10px;
}
.leaflet-label-right:before,
.leaflet-label-left:after {
  content: "";
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ------------------------------------------------------------
    TYPOGRAPHY
------------------------------------------------------------ */
@font-face {
  font-family: 'lato-light';
  src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'lato-regular';
  src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-bold';
  src:  url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-Light';
  src:  url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-regular';
  src:  url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* ------------------------------------------------------------
    VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
    BASE COLORS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    BASE FONTS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    BASE BUTTONS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    FORMS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    OTHERS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    RESET
------------------------------------------------------------ */
/* html, body & children */
html {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  -ms-text-size-ajust: 100%;
  -moz-text-size-ajust: 100%;
  -webkit-text-size-ajust: 100%;
  text-size-ajust: 100%;
  background-color: #FFF;
  color: #000;
  font-family: "lato-light", sans-serif;
}
body {
  overflow-x: hidden;
  position: relative;
  height: 100%;
  min-height: 100%;
}
*,
*::after,
*::before {
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: inherit;
}
/* links */
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat-regular", sans-serif;
  margin-bottom: 20px;
  font-weight: 300;
}
h1 {
  font-size: 3.75rem;
  letter-spacing: 1px;
}
h2 {
  font-size: 3.75rem;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.875rem;
}
h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
  font-family: "montserrat-light", sans-serif;
}
/* list tags */
li {
  margin-left: 16px;
  margin-left: 1rem;
  list-style-type: inherit;
  list-style-position: outside;
}
/* inline tags */
a,
abbr,
b,
code,
dfn,
em,
i,
li,
mark,
p,
pre,
strong {
  font-size: inherit;
}
small {
  font-size: 75%;
}
abbr,
dfn,
em,
i {
  font-style: italic;
}
abbr[title] {
  border-bottom: thin dotted;
}
b,
strong,
optgroup {
  font-weight: bold;
}
mark {
  background-color: #FF0;
  color: #000;
}
strong {
  font-family: "lato-bold", sans-serif;
}
sub,
sup {
  font-size: 12px;
  font-size: .75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -8px;
  top: -0.5rem;
}
sub {
  bottom: -4px;
  bottom: -0.25rem;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1rem;
}
hr {
  margin: auto;
  width: 100%;
  height: 0;
  border: thin solid #000;
}
/* block tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* media tags */
audio,
canvas,
img,
iframe,
picture,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
/* form tags */
button,
input,
optgroup,
option,
select,
textarea {
  padding: 4px;
  padding: .25rem;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  border: thin solid #000;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
input {
  line-height: normal;
}
textarea {
  vertical-align: bottom;
  overflow: auto;
  resize: none;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="checkbox"],
input[type="radio"],
label,
select {
  cursor: pointer;
}
*[disabled] {
  cursor: default;
  color: #999;
  background-color: #DDD;
}
fieldset {
  border: thin solid #C0C0C0;
  padding: 8px;
  padding: .5rem;
}
p {
  font-size: 18px;
}
/* table tags */
table {
  border-collapse: collapse;
}
table,
td,
th {
  border: thin solid #000;
}
/* selection */
::selection {
  color: #FFF;
  background-color: #338FFF;
}
::-moz-selection {
  color: #FFF;
  background-color: #338FFF;
}
/* ------------------------------------------------------------
    GRID
------------------------------------------------------------ */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*------- SISTEMA DE 5 COLUMNAS -------------
----------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* ------------------------------------------------------------
    LISTS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    TABLES
------------------------------------------------------------ */
.responsive-table {
  overflow-x: auto;
  overflow-y: auto;
}
.responsive-table table {
  background-color: #f0f0f0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 90vh;
  border: 3px transparent;
}
.responsive-table thead {
  background-color: #f7f7f7;
}
.responsive-table th {
  color: #21c1f1;
  font-family: "montserrat-regular", sans-serif;
  font-size: 0.75rem;
}
.responsive-table tr.text--center {
  text-align: center !important;
}
.responsive-table th,
.responsive-table td {
  border: none;
  text-align: left;
  padding: 8px;
}
.responsive-table th.td--center,
.responsive-table td.td--center {
  text-align: center  inherit;
}
.responsive-table th.th--center,
.responsive-table td.th--center {
  text-align: center inherit;
}
.responsive-table tr:nth-child(even) {
  background-color: #ddd;
}
.responsive-table i.pink {
  color: #FF3DAD;
}
.modal--compara .responsive-table td {
  text-align: center;
}
.itinerary-table {
  overflow: auto;
  width: 100%;
  border-collapse: collapse;
}
.itinerary-table thead {
  background-color: #ebebeb;
  font-family: "montserrat-regular", sans-serif;
  color: #21c1f1;
  border: 2px solid #ebebeb;
}
.itinerary-table tbody {
  border: 2px solid #f7f7f7;
}
.itinerary-table th,
.itinerary-table td {
  border: none;
  text-align: left;
  padding: 8px;
}
.itinerary-table th.td--center,
.itinerary-table td.td--center {
  text-align: center  inherit;
}
.itinerary-table th.th--center,
.itinerary-table td.th--center {
  text-align: center inherit;
}
.itinerary-table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.fix-tables {
  padding: 0 0;
}
.fix-tables .acc-spacing-fix {
  padding: 0 5px;
}
.ship-row {
  padding: 16px 0;
}
.ship-table {
  border: transparent;
  width: 100%;
}
.ship-table thead,
.ship-table tbody,
.ship-table th,
.ship-table tr,
.ship-table td {
  border: transparent;
}
.ship-table th {
  text-align: left;
}
.ship-table td {
  padding: 10px 0;
}
.tabla-creditos th:first-of-type {
  max-width: 240px;
}
.tabla-creditos td:not(:first-of-type) {
  text-align: right;
}
.tabla-creditos td span {
  text-align: right;
}
.tabla-creditos td:last-child {
  padding: 0;
  width: 20px;
}
.tabla-creditos tr.to-use {
  border-bottom: 3px solid #d2d2d2;
}
.tabla-creditos tr.new-balance {
  border-bottom: 3px solid #d2d2d2;
  border-top: 3px solid #d2d2d2;
}
.tabla-creditos tr.new-balance:last-child {
  border-bottom: 3px solid transparent;
}
.tabla-creditos tr.new-balance:last-child span {
  font-family: 'lato-regular';
}
.tabla-creditos tr.bdr-top {
  border-top: solid 1px #d8d8d8;
}
.tabla-creditos tr.tr-children td {
  color: #666666;
}
.tabla-creditos tr.tr-children td:first-of-type {
  padding-left: 40px;
}
.tabla-creditos tr td:not(:first-child) {
  white-space: nowrap;
}
.tabla-creditos .label--small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 2px;
  color: #888;
}
.tabla-creditos .label--small + span {
  display: block;
  font-size: 14px;
  line-height: 14px;
}
.tabla-creditos .checkbox-combo label {
  max-width: calc(80%);
  line-height: 16px;
}
.tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block .dropdown-combo table tr .tooltip .tooltiptext {
  position: absolute;
  width: auto;
  padding: 10px 5px;
  top: -35px;
}
.tooltip {
  position: relative;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 5px;
  font-family: "lato-light", sans-serif;
  position: absolute;
  z-index: 1;
  left: -150px;
  top: -10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.saldo--table table tbody .dropdown-combo table tbody .tooltip .tooltiptext {
  position: absolute;
  width: auto;
  padding: 10px 5px;
  top: -40px;
}
.data-table {
  margin: 0 0 22px;
  width: 100%;
  border: 0;
}
.data-table thead {
  font-family: "montserrat-regular", sans-serif;
}
.data-table tbody {
  font-family: "lato-light", sans-serif;
  font-size: 18px;
}
.data-table tfoot {
  font-family: "montserrat-regular", sans-serif;
  font-size: 14px;
  background-color: #d8d8d8;
}
.data-table tfoot .label-price {
  font-size: 18px;
  font-family: "montserrat-light", sans-serif;
}
.data-table .label-quantity {
  text-align: center;
}
.data-table .label-price {
  text-align: right;
}
.data-table.table--4col td {
  width: 20%;
  padding: 5px;
}
.data-table.table--4col .first-label {
  width: 40%;
}
.data-table td {
  border: none;
}
.data-table.table--2col td {
  width: 25%;
}
.data-table.table--2col td:first-child {
  width: 75%;
}
.data-table.table--2col .first-label {
  width: 75%;
}
.data-table.table--2col .first-label span,
.data-table.table--2col .first-label .note {
  display: block;
  font-size: 14px;
  margin-left: 20px;
}
.data-table.table--2col .total-ammount .sumatoria {
  border-top: 1px solid #b3b3b3;
  width: 25%;
  padding: 10px 0;
}
.tabla--valores {
  overflow: hidden;
}
.tabla--valores.type2 {
  background-color: white;
}
.tabla--valores.type2 .reservation-claim {
  padding: 22px;
}
.tabla--valores tr:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.tabla--valores tr.disabled {
  opacity: 0.7;
}
.tabla--valores th {
  border: none;
  font-size: 16px;
  padding: 10px;
  text-align: left;
  font-family: "montserrat-light", sans-serif;
  background-color: rgba(0, 0, 0, 0.015);
}
.tabla--valores th:not(:first-of-type) {
  text-align: right;
}
.tabla--valores td {
  border: none;
  padding: 6px 10px;
}
.tabla--valores td span.mark {
  text-decoration: line-through;
  color: #b1b1b1;
}
.tabla--valores table {
  border: none;
  width: 100%;
}
.tabla--valores .fa-exclamation {
  border-radius: 30px;
  border: #4a4a4a 2px solid;
  color: #4a4a4a;
  font-size: 10px;
  font-weight: 300;
  height: 17px;
  line-height: 16px;
  text-align: center;
  width: 17px;
}
.tabla--valores .bbottom-dark {
  border-bottom: 2px solid;
}
.tabla--valores .total-balance {
  font-family: 'lato-regular';
}
.tabla--valores .gran-total {
  background-color: #21c1f1;
  padding: 20px 10px;
  color: white;
}
.tabla--valores .gran-total .final-price {
  text-align: right;
  font-size: 18px;
}
.detalle-all__titulo {
  background: #F0F0F0;
  padding: 12px;
}
.detalle-all__titulo h4 {
  color: #4a4a4a;
  margin: 0;
  font-size: 21px;
  line-height: 21px;
  font-family: "lato-bold", sans-serif;
}
.detalle-total table {
  background: #d8d8d8;
  color: #4a4a4a;
}
.detalle-total table td {
  font-family: "montserrat-regular", sans-serif;
}
.detalle-total table span {
  display: block;
  font-size: 18px;
  text-align: right;
  font-family: "montserrat-light", sans-serif;
}
.creditos-adicionaes__tabla1 {
  font-size: 21px;
  margin: 0 0 25px;
}
.creditos-adicionaes__tabla1 span {
  float: right;
}
.creditos-adicionaes__tabla1 span i.fa-bell {
  color: red;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.creditos-adicionaes__tabla2 td:nth-child(1) {
  width: 30%;
}
.creditos-adicionaes__tabla2 td:nth-child(2) {
  width: 53%;
}
.creditos-adicionaes__tabla2 td span {
  float: right;
}
.creditos-adicionaes__tabla2 td strong {
  font-family: "lato-regular", sans-serif;
}
.tabla-anualidad {
  width: 100%;
}
.tabla-anualidad td:first-child {
  width: 60%;
}
.tabla-anualidad td:last-child {
  width: 30%;
}
.js-annual-content {
  display: none;
}
.detalle-tablas__general.total td {
  padding: 10px 30px;
}
.detalle-tablas__general.total span,
.detalle-tablas__general.total strong {
  display: inline-block;
  vertical-align: middle;
}
.adicional-info table {
  width: 100%;
}
.adicional-info table,
.adicional-info table tr,
.adicional-info table td {
  border: 0;
}
.adicional-info table td {
  padding: 10px 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}
.adicional-info table td:first-of-type {
  text-align: left;
}
.adicional-info table td:last-of-type {
  text-align: right;
  width: 50%;
  padding-left: 0;
}
.adicional-info table td.dev-label-tipo-cambio {
  padding: 10px 0;
}
.table--promotion .detalle-all__titulo {
  text-align: center;
  color: white;
  background-color: #00d07f;
}
.table--promotion .detalle-all__titulo h4 {
  color: white;
}
.table--promotion .fa-tag {
  color: #00d07f;
  margin-right: 6px;
}
.mark--mg {
  font-size: 14px;
  margin: 0 8px;
}
.mark--green {
  color: #00d07f;
}
/* ------------------------------------------------------------
    FORMS
------------------------------------------------------------ */
form {
  width: 100%;
  height: auto;
}
form h4 {
  color: #21c1f1;
  padding: 12px 0 12px 15px;
}
input {
  border: 1px solid #fff;
  height: 35px;
  width: 100%;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 16px;
  font-family: "lato-light", sans-serif;
  background: transparent;
  color: #21c1f1;
}
label {
  width: 100%;
  margin-bottom: 5px;
  display: block;
  cursor: auto;
}
select {
  font-size: 16px;
  font-family: "lato-light", sans-serif;
  background: transparent;
  color: #21c1f1;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
/* Placeholder */
::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
::-moz-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
/* ie */
:-moz-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
/* Special select */
.special--select {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.special--select i {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 18px;
  color: #ffffff;
}
.special--select select {
  border: 0;
  background: transparent;
  width: 140%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-appearance: none;
}
.special--select.ss--icons select {
  color: #ffffff;
  left: 25px;
}
.special--select.ss--icons .fa-user,
.special--select.ss--icons .graphic--icon {
  left: 10px;
  right: inherit;
}
.special--select.skin2 {
  border-color: #21c1f1;
}
.special--select.skin2 i {
  color: #21c1f1;
}
.select--type2 {
  border-radius: 3px;
  border: 1px #9b9b9b !important;
}
/* Special select-simple */
.special--select-simple {
  width: auto;
  position: relative;
  overflow: hidden;
  height: 25px;
}
.special--select-simple i {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 18px;
}
.special--select-simple select {
  color: #ffffff;
  background: transparent;
  width: 140%;
  position: relative;
  height: 25px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.special--calendar {
  width: 100% !important;
  height: auto;
  position: relative;
}
.special--calendar i {
  pointer-events: none;
  position: absolute;
  left: 5px;
  top: 5px;
}
.special--radio {
  width: 100%;
  height: 35px;
  position: relative;
}
.special--radio input[type="radio"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.special--radio label {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  text-align: center;
  line-height: 35px;
}
.special--radio input[type="radio"]:checked + label {
  background: #fff;
  color: #21c1f1;
}
.favorite--check {
  width: 25px;
  height: 25px;
  position: relative;
}
.favorite--check input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.favorite--check label {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  text-align: center;
  line-height: 35px;
}
.favorite--check label i {
  font-size: 25px;
}
.favorite--check input[type="checkbox"]:checked + label i:before {
  content: "\f004";
  color: #21c1f1;
}
.special--check {
  width: 15px;
  height: 15px;
  position: relative;
}
.special--check input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.special--check label {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 0;
  margin-right: 0 !important;
  text-align: center;
  line-height: 15px !important;
  height: 15px !important;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
.special--check label i {
  font-size: 10px;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
}
.special--check input[type="checkbox"]:checked + label {
  background: #21c1f1;
  border: 1px solid #21c1f1;
}
.special--check input[type="checkbox"]:checked + label i {
  color: #4a4a4a;
  opacity: 1;
}
.special--check.sc__color1 label {
  border: 1px solid #21c1f1;
}
.input-combo {
  display: inline-block;
  height: auto;
}
.input-combo .input-combo__input {
  height: 33px;
  width: 100%;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #C8C8C8;
  color: #4a4a4a;
}
.input-combo .input-combo__input::selection {
  color: #4a4a4a;
}
.input-combo .input-combo__input:-webkit-input-placeholder {
  color: #4a4a4a;
}
.input-combo .input-combo__input:-moz-placeholder {
  color: #4a4a4a;
}
.input-combo .input-combo__input::-moz-placeholder {
  color: #4a4a4a;
}
.input-combo .input-combo__input:-ms-input-placeholder {
  color: #4a4a4a;
}
.input-combo-simple select {
  width: 140%;
  position: relative;
  overflow: hidden;
  height: 38px;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
}
.input-combo-simple label.radio-inline {
  float: left;
  clear: none;
  display: block;
  padding: 2px 1em 0 0;
}
.input-combo-simple input[type=radio],
.input-combo-simple input.radio {
  float: left;
  clear: none;
  margin: 2px 0 0 2px;
}
.input-combo-simple label {
  font-size: 16px;
  color: #4A4A4A;
  margin: 0 0 11px;
  text-align: left;
  font-family: "montserrat-regular", sans-serif;
}
.input-combo-simple input {
  border: #C8C8C8 solid 1px;
  color: #4a4a4a;
  padding: 10px 5% !important;
  height: auto;
  width: 99%;
  background: #fff;
  font-family: "montserrat-light", sans-serif;
  font-size: 16px;
}
#contacto-conoce-form #nombre {
  padding: 10px 18px !important;
}
#contacto-conoce-form hr {
  margin: 10px 0 0;
}
#contacto-conoce-form h4 {
  clear: both;
}
.select-style2_box {
  border: #C8C8C8 solid 1px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.select-style2_box:before {
  font-family: FontAwesome;
  font-size: 22px;
  color: #C8C8C8;
  content: "\f107";
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  background: #fff;
  pointer-events: none;
  line-height: 43px;
  padding-left: 6px;
}
.select-style2_box.select--disabled:before {
  background: #ddd;
}
.select-style2 select {
  width: 140%;
  padding: 10px 18px !important;
  border: none;
  font-family: "montserrat-light", sans-serif !important;
  color: #6d6464;
  height: 42px;
}
.input-combo-simple .radio-box {
  float: left;
  width: auto;
  padding-right: 15px;
  margin: 15px 0 0;
}
.input-combo-simple .radio-box label {
  float: left;
  width: auto;
  display: block;
  margin: 0 10px 0 0;
}
.input-combo-simple .radio-box input[type="radio"] {
  float: left;
  width: auto;
  display: block;
}
.noPad-left {
  padding-left: 0 !important;
}
.noPad-right {
  padding-right: 0 !important;
}
.radio-combo {
  display: inline-block;
}
.radio-combo .radio-combo__input {
  display: none;
}
.radio-combo .radio-combo__label {
  display: block;
  cursor: pointer;
}
.radio-combo .radio-combo__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: top;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
}
.radio-combo .radio-combo__input:checked + .radio-combo__label::before {
  background-color: #30C2EF;
  border-color: #30C2EF;
}
.input-radio-simple {
  border: solid 1px #979797;
  border-radius: 5px;
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 14px 0 0;
  display: block;
  position: relative;
  color: #797b7d;
}
.input-radio-simple.estilo--azul {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #666;
  line-height: 12px;
}
.input-radio-simple.estilo--azul.fa-check {
  background: #21c1f1;
  color: #fff;
  border: solid 1px #21c1f1;
  font-size: 12px;
}
.input-radio-simple.estilo--azul input {
  width: 14px !important;
  height: 14px;
}
.input-radio-simple i {
  display: none;
}
.input-radio-simple input {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  z-index: 0;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  left: 0;
}
.enableField {
  border: 1px solid #21c1f1 !important;
}
.autocomplete-style #destination2 {
  border: solid 1px #C8C8C8;
}
.calendar-check.style--gray input {
  background: #fff;
  color: #9B9B9B;
  font-size: 16px;
  padding: 19px 0 !important;
}
.calendar-check.style--gray i.calendar-icon {
  color: #9B9B9B !important;
}
.border-2x {
  border: solid 2px #C8C8C8 !important;
}
.calendar-check.style--gray .check-left input {
  border-radius: 5px 0px 0px 5px !important;
  border-right: 0;
}
.calendar-check.style--gray .check-right input {
  border-radius: 0px 5px 5px 0px !important;
}
.style--gray .calendar-icon {
  width: 25px;
  background: url(../images/calendar-gray.png) no-repeat;
  background-size: 20px;
  height: 21px;
  margin: 7px 0 0;
}
.calendar-check label {
  margin: 0 0 12px;
}
.calendar-check .cal-alert {
  width: 100% !important;
  background-color: #ff8d00;
  color: white;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  top: 70px;
  height: auto;
  z-index: 333;
}
.calendar-check .cal-alert .titleCondominiumMessage {
  display: block;
}
.cal-alert__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: center;
  color: white;
  background: none;
  border: 0;
}
.combo_checkBox.fa-check {
  background-color: #4DC881;
  color: #fff !important;
  font-size: 18px !important;
}
.datepick-reserva {
  border: #C8C8C8 solid 1px;
  color: #4a4a4a;
  padding: 10px 5% !important;
  height: auto;
  width: 99%;
  background: #fff;
  font-family: "montserrat-light", sans-serif;
  font-size: 16px;
}
.select-combo-simple .select-combo-simple__container {
  border: #C8C8C8 solid 1px;
  color: #C8C8C8;
  background: #ffffff url(../images/icons/select.png) no-repeat 90% center;
  background-size: 15px;
  overflow: hidden;
}
.select-combo-simple.left {
  float: left;
}
.select-combo-simple.right {
  float: right;
}
.select-combo-simple select {
  border: none;
  -webkit-appearance: none;
  color: #999;
  font-size: 14px;
  padding: 8px 2% 0;
  padding: 10px 7% !important;
  height: auto;
  width: 120%;
  border-radius: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  max-height: 43px;
  font-family: "montserrat-light";
}
.select-combo-simple select option {
  padding: 0;
}
.textarea-combo {
  width: 100%;
}
.textarea-combo label {
  margin: 0 0 12px;
}
.textarea-combo textarea {
  color: #C8C8C8;
  width: 100%;
  border-radius: 5px;
  padding: 16px;
  height: 120px;
}
.input-radio-simple.radio {
  border-radius: 8px;
}
.btn.type2 {
  padding: 14px 0;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #21c1f1;
  color: #21c1f1;
  font-size: 14px;
  font-family: "montserrat-regular", sans-serif;
}
.check-line {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.check-line .input-radio-simple {
  float: right;
  margin: 5px 0 0;
  padding: 0;
}
.check-line span {
  float: left;
  font-family: "lato-light", sans-serif;
  font-size: 21px;
  width: 200px;
}
.check-line span.texto--azul {
  color: #21c1f1;
}
.label-big,
.input-combo-simple .label-big {
  font-size: 16px;
  color: #4A4A4A;
  margin: 22px 0 6px;
  text-align: left;
  font-family: "montserrat-regular", sans-serif;
}
/* ------------------------------------------------------------
      RESEÑAS
------------------------------------------------------------ */
.user-review-form {
  padding-top: 32px;
  padding-bottom: 62px;
}
.user-review-form h5 {
  color: #4a4a4a;
  margin: 12px 0 0 0;
  padding: 12px 0 12px 0;
}
.user-review-form form input {
  border: 1px solid #9b9b9b;
  /* Placeholder */
  /* firefox 19+ */
  /* ie */
}
.user-review-form form input::-webkit-input-placeholder {
  color: #4a4a4a;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
.user-review-form form input::-moz-placeholder {
  color: #4a4a4a;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
.user-review-form form input:-ms-input-placeholder {
  color: #4a4a4a;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
.user-review-form form input:-moz-placeholder {
  color: #4a4a4a;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
.user-review-form form input textarea {
  width: 100%;
  height: 350px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
.user-review-form form label {
  padding: 12px 0 2px 0;
  font-family: "montserrat-regular";
  color: #4a4a4a;
  margin-bottom: 0;
}
.user-review-form form button.type3 {
  margin: 12px 0;
}
.user-review-form form button.type3.ralign {
  float: right;
  margin: 12px 0;
  display: inline-block;
}
.cc-form h5 {
  margin: 22px 0 12px 0;
}
.cc-form .pay-now {
  margin: 12px 0;
  padding-right: 0;
}
.cc-form .pay-now h4 {
  text-align: right !important;
  padding: 14px 0 !important;
  color: #4a4a4a;
}
.cc-form .pay-now h4 span {
  color: #21c1f1;
  padding-left: 10px;
}
.cc-form input[type="number"]::-webkit-outer-spin-button,
.cc-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cc-form input[type="number"] {
  -moz-appearance: textfield;
}
.cc-form label {
  margin: 20px 0 5px;
}
.cc-form .ralign .btn-simple {
  float: right;
  text-align: right;
  padding: 2px 0;
  margin: 22px 0;
}
.cc-form .ralign .type3 {
  margin: 54px 0 0;
  width: 60%;
}
.cc-form .ralign .push-right {
  opacity: 0;
}
.cc-form input,
.cc-form select {
  border: 1px solid #b1b1b1;
  height: 35px;
}
.cc-form select {
  width: 100%;
}
.cc-form .padding--0 {
  padding: 0;
}
@-moz-document url-prefix() {
  .padding-0--m select {
    border: 1px solid silver;
    -moz-appearance: none;
    padding-right: 25px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAAXNSR0IArs4c6QAAACdQTFRFAAAAAP//AP//IN//K9X/LtHvL9DuLtHvL9DvLtHvLtHuLtHuL9HvlZaGwAAAAAx0Uk5TAAIECAyAiI+dq7fDOMzNwwAAADhJREFUCNdjYKAMxJwBgZMCDGxgxiSgUA1IQAHI4AAyFoEUMfacOWUAVi5xZjNEH+NsB6gJKiACAB9BFYda5WvCAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 98% 42%;
  }
  .parcialidades {
    border: 1px solid silver;
    -moz-appearance: none;
    padding-right: 25px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPBAMAAADJ+Ih5AAAAAXNSR0IArs4c6QAAACdQTFRFAAAAAP//AP//IN//K9X/LtHvL9DuLtHvL9DvLtHvLtHuLtHuL9HvlZaGwAAAAAx0Uk5TAAIECAyAiI+dq7fDOMzNwwAAADhJREFUCNdjYKAMxJwBgZMCDGxgxiSgUA1IQAHI4AAyFoEUMfacOWUAVi5xZjNEH+NsB6gJKiACAB9BFYda5WvCAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 98% 42%;
  }
}
.parcialidades {
  width: 100% !important;
  height: 36px;
  text-align: right;
  border: 1px solid transparent;
}
.parcialidades:before {
  font-family: 'FontAwesome';
  content: "\f107";
}
.under-request form .checkin-checkout input {
  padding-left: 28px;
}
/* ------------------------------------------------------------
    ERROR FORMS STYLES
------------------------------------------------------------ */
.field--error .select-combo-simple__container,
.field--error.input-combo-simple input,
.textarea-combo.field--error textarea {
  box-shadow: inset 0 0 0 2px rgba(237, 30, 58, 0.5), 0 1px 1px rgba(0, 0, 0, 0.08);
}
.validation-message {
  display: none;
  clear: both;
  overflow: hidden;
}
.validation-message i {
  display: inline-block;
  color: rgba(237, 30, 58, 0.8);
  margin: 0 10px 0 0;
}
.validation-message p {
  text-align: left;
  font-size: 14px;
  color: rgba(237, 30, 58, 0.8);
  margin: 10px 0 0 !important;
  font-family: "montserrat-light";
}
.field--error .validation-message {
  display: block;
  margin: 12px 0;
}
.dataTables_wrapper::before,
.dataTables_wrapper::after {
  content: "";
  display: table;
}
.dataTables_wrapper::after {
  clear: both;
}
.dataTables_length {
  float: right;
  width: 50%;
}
.dataTables_length::before,
.dataTables_length::after {
  content: "";
  display: table;
}
.dataTables_length::after {
  clear: both;
}
.dataTables_length label {
  text-align: right;
  display: inline-block;
  width: auto;
  float: right;
  margin: 0 0 10px;
}
.dataTables_length select {
  border: none;
}
.paging_simple_numbers {
  float: left;
  width: 320px;
  margin: 10px 0;
}
.checkbox-combo {
  display: block;
}
.checkbox-combo input,
.checkbox-combo label {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.checkbox-combo input {
  height: 25px;
}
.checkbox-combo label {
  margin: 0;
  padding-left: 8px;
  cursor: pointer !important;
}
.checkbox-combo.checkbox-combo--radio input {
  display: none;
}
.checkbox-combo.checkbox-combo--radio input[type='checkbox'] + label::before {
  border-radius: 0;
}
.checkbox-combo.checkbox-combo--radio label {
  vertical-align: middle;
}
.checkbox-combo.checkbox-combo--radio label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #00d07f;
  background-color: #00d07f;
  margin-top: -3px;
  box-shadow: inset 0 0 0 20px white;
}
.checkbox-combo.checkbox-combo--radio input:checked + label::before {
  box-shadow: inset 0 0 0 3px white;
}
#livechat-full .view form input {
  width: 100%;
}
.btn-dropdown {
  display: inline-block;
  border: 0;
  cursor: pointer !important;
}
.dropdown-combo {
  display: none;
}
.dropdown-combo td {
  background-color: #F0F0F0;
  font-size: 14px;
}
.dropdown-combo td:first-of-type {
  padding-left: 20px;
}
.dropdown-combo.active {
  display: table-row;
}
@media (max-width: 650px) {
  .item--col--form {
    width: 100%;
    float: left;
    margin: 0 0 20px;
  }
}
/* ------------------------------------------------------------
    BUTTONS
------------------------------------------------------------ */
.btn {
  display: inline-block;
  width: auto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.type1 {
  text-align: center;
  width: auto;
  height: auto;
  padding: 5px 0;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #21c1f1;
  color: #21c1f1;
  font-size: 20px;
  font-family: "lato-regular", sans-serif;
  /*&:hover {
            background: #fff;
            color: @colorSix;
            border-color: @colorSix;
        }*/
}
.btn.type1:hover {
  color: white;
  background-color: #21c1f1 !important;
  border-color: #21c1f1;
}
.btn.type3 {
  width: 180px;
  height: 30px;
  padding: 0;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #21c1f1;
  color: #21c1f1;
  font-size: 1rem;
  font-family: "lato-regular", sans-serif;
  text-align: center;
}
.btn.type3:hover {
  color: white;
  background: #21c1f1;
  border-color: #21c1f1;
}
.btn.type3.btn--center {
  margin-left: 0 auto;
  margin-top: 0 auto;
  margin-right: 0 auto;
  margin-bottom: 32px;
  float: none;
}
.j-post-overlay.juicer-feed a.juicer-button {
  display: inline-block;
  width: auto;
  text-decoration: none;
  border-color: #21c1f1 !important;
  border-radius: 12px !important;
  color: #21c1f1 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&:hover {
            color: white;
            background: @color0 !important;
            border-color: @colorSix !important;
            color:@colorSix !important;
        }*/
}
.j-post-overlay.juicer-feed a.juicer-button:hover {
  color: white !important;
  background: #21c1f1 !important;
  border-color: #21c1f1 !important;
}
a {
  color: #21c1f1;
}
a:hover {
  text-decoration: none;
}
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  height: 30px;
  padding: 5px 10px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #21c1f1;
  cursor: pointer;
}
.btn-primary:hover,
.btn-primary:link:hover,
.btn-primary:visited:hover {
  color: white;
  background-color: #21c1f1;
  border-color: #21c1f1;
}
.btn-next {
  position: relative;
  padding: 15px 0;
  font-family: "montserrat-light", sans-serif;
  font-size: 1.125rem;
  font-weight: lighter;
  text-decoration: none;
}
.btn-next::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
}
.btn-next .btn-next__icon {
  font-size: 26px;
}
.btn-next,
.btn-next:link,
.btn-next:visited,
.btn-next:hover,
.btn-next:active {
  color: #4A4A4A;
}
.btn-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.btn-link {
  text-decoration: underline;
}
.btn-link:hover,
.btn-link:active {
  text-decoration: underline;
}
.btn-square {
  width: 25px;
  height: 25px;
  background-color: #FFF;
}
.btn-favorite {
  width: 25px;
  height: 25px;
}
.btn-favorite i {
  font-size: 25px;
  color: #FFF;
}
.arrow--type1 .owl-prev,
.arrow--type1 .owl-next {
  border-radius: 50%;
  font-size: 43px;
  color: #ffffff;
  background: #21c1f1;
  border: 5px solid #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 44px;
}
.arrow--type1 .owl-prev {
  padding-right: 4px;
}
.arrow--type1 .owl-next {
  padding-left: 4px;
}
.btn.type2 {
  display: block;
  margin: 0 auto;
  max-width: 280px;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  /*&:hover {
        color: #FFF;
        background: @colorShade1;
        border-color: @colorSix;
        color:@colorSix;
     }*/
}
.btn.type2.full--mobile {
  width: 90%;
}
.btn.type2:hover {
  color: white;
  background-color: #21c1f1;
  border-color: #21c1f1;
}
.btn.type3 {
  /*

    max-width:@width3;
    border-radius: 25px;
    padding: 15px;*/
  max-width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.btn.type3:hover {
  color: white;
  background-color: #21c1f1;
  border-color: #21c1f1;
}
.btn.type3.full--mobile {
  width: 100%;
}
.fb-share i {
  margin-right: 10px;
}
.btn-prev-carousel,
.btn-next-carousel {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #30C2EF;
  border-width: 4px;
  border-style: solid;
  border-color: #FFF;
  border-radius: 50%;
}
.btn-prev-carousel i,
.btn-next-carousel i {
  font-size: 40px;
  line-height: 30px;
  color: #FFF;
}
.btn-tg-search {
  display: block;
  border: 0;
  width: 100%;
  margin-bottom: 15px;
  color: white;
  background-color: black;
}
.btn-tg-search p,
.btn-tg-search i {
  display: inline-block;
}
.btn-tg-search p {
  padding-right: 10px;
}
.btn-tg-search:hover,
.btn-tg-search:active {
  color: #21c1f1;
}
/* ------------------------------------------------------------
    UTILITY
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MIXINS
------------------------------------------------------------ */
/* ------------------------------------------------------------
    ANIMATIONS
------------------------------------------------------------ */
a,
input,
button,
.featured-boxes--bottom,
.featured-boxes--widget,
.featured-boxes--hidden,
.basic--option1,
.basic--option2,
.bottom--hidden,
.carousel-blog--bottom,
.bottom--principal,
.hero-form--fields,
#open-menu small,
main,
.chat-module,
.menu-mobile,
.award--hide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* ------------------------------------------------------------
    ICONS
------------------------------------------------------------ */
.icon {
  display: inline-block;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 2700px;
}
.icon-point-center,
.icon-point-center::before {
  display: block;
  border-radius: 50%;
  border-width: 1px;
  border-color: #4a4a4a;
}
.icon-point-center {
  position: relative;
  width: 20px;
  height: 20px;
  border-style: dotted;
  cursor: pointer;
}
.icon-point-center::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
}
.icon-point-center:hover::before {
  background-color: #4a4a4a;
}
.icon-logo {
  width: 300px;
  height: 70px;
  background-image: url(../images/royal-holiday-header.svg);
  /*background-position: -6px -71px;*/
}
.icon-rate {
  background-position: -96px -49px;
  background-size: 600px;
}
.icon-rate.full {
  background-position: -72px -49px;
}
.icon-adult-only {
  display: inline-block;
  vertical-align: middle;
}
.icon-adult-only img {
  display: block;
  width: 32px !important;
  height: 23px !important;
  margin: 0 auto 4px auto;
}
.icon-adult-only .icon__count {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: white;
}
.icon-adult-only .icon__text {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-align: center;
  color: white;
}
/* ------------------------------------------------------------
    BASE
------------------------------------------------------------ */
main {
  width: 100%;
  min-height: 100%;
  background: #ffffff;
  position: relative;
  left: 0;
  overflow: hidden;
}
body.active {
  overflow: hidden;
}
.container.container--top {
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
::selection {
  background: #21c1f1;
  color: #ffffff;
}
::-moz-selection {
  background: #21c1f1;
  color: #ffffff;
}
.back-module {
  position: relative;
}
.back-module img {
  width: 100%;
  height: auto;
}
.back-module figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.line {
  width: 70px;
  display: block;
  height: 3px;
  background: #ffffff;
}
.shade {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.shade.shade--color1 {
  background: rgba(0, 0, 0, 0.6);
}
.shade.shade--color2 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}
.shade.shade--color3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 100%);
}
.shade.shade--color4 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0) 100%);
}
.desktop-hidden {
  display: none;
}
@supports (-webkit-text-size-adjust:none)
   and (not (-ms-ime-align:auto)) {
  .breadcrumb .breadcrumb__list {
    min-width: 650px !important;
  }
}
/* ------------------------------------------------------------
    ICONS
------------------------------------------------------------ */
/* Safari 10.1+ */
_::-webkit-full-page-media,
_:future,
:root .graphic--icon.g5 {
  background-position: -364px -76px;
}
/* FIREFOX+ */
_:-moz-tree-row(hover).g5,
.graphic--icon.g5 {
  background-position: -364px -76px !important;
}
.single.selectator_element {
  min-height: inherit;
  height: 36px !important;
}
.single.selectator_element .selectator_chosen_item .selectator_chosen_item_title {
  max-height: 22px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectator_input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
.selectator_input::-moz-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
.selectator_input:-ms-input-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
.selectator_input:-moz-placeholder {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  font-weight: 300;
}
_:-moz-tree-row(hover).selectator_element,
.single.selectator_element {
  min-height: inherit;
  height: 36px !important;
  max-height: 36px;
  width: 100% !important;
}
/*
.single.selectator_element .selectator_chosen_items {
    display: -moz-box;
    text-overflow: clip ellipsis;
    overflow: hidden;
    width: 140px;
}
_:-moz-tree-row(hover), .selectator_element.single {
    height: 36px !important;
    max-height: 36px;
    min-height: 30px;
    width: 100% !important;
    padding: 7px 10px !important;
}

*/
/*@-moz-document url-prefix() {
    .graphic--icon {
        &.g5 {
            background-position: -364px -76px;
        }

    }
    .selectator_element.single {
        height: 36px !important;
        max-height: 36px;
        width: 100% !important;
        padding: 7px 10px !important;
    }
}*/
@supports (-moz-appearance:none)
    and (not (-moz-window-shadow:none)) {
  .graphic--icon.g5 {
    background-position: -364px -76px !important;
  }
}
/*
@-moz-document url-prefix() {
    .graphic--icon {
        &.g5 {
            background-position: -364px -76px;
        }

    }
}*/
.ic-card--banamex {
  background: url(../images/icons/banamex-gray.svg) center center no-repeat;
  background-size: 200px;
  width: 200px;
  height: 40px;
}
.ic-card--bbva {
  background: url(../images/icons/bbva-gray.svg) center center no-repeat;
  background-size: 200px;
  width: 200px;
  height: 40px;
}
.ic-card--visa {
  background: url(../images/icons/visa-gray.svg) center center no-repeat;
  background-size: 120px;
  width: 200px;
  height: 40px;
}
.ic-card--master {
  background: url(../images/icons/master-gray.svg) center center no-repeat;
  background-size: 67px;
  width: 200px;
  height: 40px;
}
.ic-card--amex {
  background: url(../images/icons/amex-gray.svg) center center no-repeat;
  background-size: 70px;
  width: 200px;
  height: 40px;
}
.icon-gallery {
  background: url(../images/icons/icon-gallery.svg);
  width: 24px;
  height: 24px;
}
_::-webkit-:not(:root:root),
.graphic--icon {
  background: url(../images/sprite.svg);
}
_::-webkit-:not(:root:root).g3,
.graphic--icon.g3 {
  background-position: -200px -58px !important;
  background-size: 700px !important;
  width: 24px !important;
  height: 24px !important;
}
_::-webkit-:not(:root:root).g4,
.graphic--icon.g4 {
  background: url(../images/sprite.svg);
  width: 45px !important;
  height: 45px !important;
  background-size: 1200px !important;
  background-position: -246px -97px !important;
  background-repeat: no-repeat;
}
_::-webkit-:not(:root:root).g5,
.graphic--icon.g5 {
  background-position: -364px -76px !important;
}
_::-webkit-:not(:root:root).g15,
.graphic--icon.g15 {
  background-position: -56px -144px;
}
_::-webkit-:not(:root:root).g17,
.graphic--icon.g17 {
  background-position: -150px -142px;
}
_::-webkit-:not(:root:root).g22,
.graphic--icon.g22 {
  background-position: -390px -142px;
}
_::-webkit-:not(:root:root).g29,
.graphic--icon.g29 {
  background-position: -725px -142px;
}
_::-webkit-:not(:root:root).g36,
.graphic--icon.g36 {
  background-position: -1062px -142px;
}
_::-webkit-:not(:root:root).g44,
.graphic--icon.g44,
_::-webkit-:not(:root:root).g45,
.graphic--icon.g45,
_::-webkit-:not(:root:root).g46,
.graphic--icon.g46 {
  width: 18px !important;
  height: 18px !important;
}
.graphic--icon {
  width: 25px;
  height: 25px;
  display: block;
}
.graphic--icon.g1 {
  background: url(../images/sprite.svg);
  background-position: -193px -47px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g2 {
  background: url(../images/sprite.svg);
  background-position: -169px -47px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g3 {
  background: url(../images/sprite.svg);
  background-position: -146px -47px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g4 {
  background: url(../images/sprite.svg);
  width: 50px;
  height: 50px;
  background-size: 1200px;
  background-position: -241px -97px;
  background-repeat: no-repeat;
}
.graphic--icon.g5 {
  background: url(../images/sprite.svg);
  width: 40px;
  height: 40px;
  background-size: 1000px;
  background-position: -369px -72px;
  background-repeat: no-repeat;
}
.graphic--icon.g6 {
  background: url(../images/sprite.svg);
  background-position: -202px -44px;
  background-size: 500px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.graphic--icon.g7 {
  background: url(../images/sprite.svg);
  background-position: -435px -46px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g8 {
  background: url(../images/sprite.svg);
  background-position: -459px -46px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g9 {
  background: url(../images/sprite.svg);
  background-position: -483px -46px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g10 {
  background: url(../images/sprite.svg);
  background-position: -508px -46px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g11 {
  background: url(../images/sprite.svg);
  background-position: -531px -46px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g12 {
  background: url(../images/sprite.svg);
  background-position: -556px -46px;
  background-size: 600px;
  background-repeat: no-repeat;
}
.graphic--icon.g13 {
  background: url(../images/icons/icon-gallery.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.graphic--icon.g14 {
  background: url(../images/sprite.svg);
  background-position: -8px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g15 {
  background: url(../images/sprite.svg);
  background-position: -58px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g16 {
  background: url(../images/sprite.svg);
  background-position: -104px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g17 {
  background: url(../images/sprite.svg);
  background-position: -152px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g18 {
  background: url(../images/sprite.svg);
  background-position: -197px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g19 {
  background: url(../images/sprite.svg);
  background-position: -247px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g20 {
  background: url(../images/sprite.svg);
  background-position: -293px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g21 {
  background: url(../images/sprite.svg);
  background-position: -343px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g22 {
  background: url(../images/sprite.svg);
  background-position: -391px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g23 {
  background: url(../images/sprite.svg);
  background-position: -438px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g24 {
  background: url(../images/sprite.svg);
  background-position: -485px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g25 {
  background: url(../images/sprite.svg);
  background-position: -534px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g26 {
  background: url(../images/sprite.svg);
  background-position: -581px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g27 {
  background: url(../images/sprite.svg);
  background-position: -628px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g28 {
  background: url(../images/sprite.svg);
  background-position: -677px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g29 {
  background: url(../images/sprite.svg);
  background-position: -724px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g30 {
  background: url(../images/sprite.svg);
  background-position: -772px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g31 {
  background: url(../images/sprite.svg);
  background-position: -821px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g32 {
  background: url(../images/sprite.svg);
  background-position: -868px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g33 {
  background: url(../images/sprite.svg);
  background-position: -915px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g34 {
  background: url(../images/sprite.svg);
  background-position: -964px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g35 {
  background: url(../images/sprite.svg);
  background-position: -1013px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g36 {
  background: url(../images/sprite.svg);
  background-position: -1059px -142px;
  background-size: 1200px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g37 {
  background: url(../images/icons/arrow-go.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.graphic--icon.g38 {
  background: url(../images/icons/compare.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.graphic--icon.g39 {
  background: url(../images/icons/check-in.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.graphic--icon.g40 {
  background: url(../images/icons/check-out.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.graphic--icon.g41 {
  background: url(../images/icons/web.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.graphic--icon.g42 {
  background: url(../images/icons/phone.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.graphic--icon.g43 {
  background: url(../images/icons/pin.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.graphic--icon.g44 {
  background: url(../images/icons/trip-full.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.graphic--icon.g45 {
  background: url(../images/icons/trip-half.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.graphic--icon.g46 {
  background: url(../images/icons/trip-empty.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.graphic--icon.g47 {
  background: url(../images/coffee-machine.svg);
  background-position: center;
  background-repeat: no-repeat;
}
/* ------------------------------------------------------------
    GENERALES
------------------------------------------------------------ */
h2 {
  color: #4a4a4a;
  font-size: 2.625rem;
}
h3 {
  color: #4a4a4a;
  font-size: 1.750rem;
}
h4 {
  color: #4a4a4a;
  padding-bottom: 0;
  margin: 0;
}
p.padding--32 {
  margin-bottom: 32px;
}
p.small {
  font-size: 0.75rem;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.subtitle-gray {
  color: #9c9c9c;
}
.title-lh__35 {
  line-height: 35px;
}
.text-brown {
  color: #90845c;
}
/* ------------------------------------------------------------
    HEADER
------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100px;
  background-color: rgba(36, 36, 36, 0.8);
}
.header .logo {
  position: relative;
  width: 20%;
  height: 100%;
}
.header .logo .logo__icon {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999999px;
  color: transparent;
  background-size: 100%;
  width: 100%;
  background-position: center;
}
.header .logo .logo__icon a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
.header .container {
  position: relative;
  height: 100%;
}
.header .menu-top {
  top: 10px;
  margin-right: 20px;
}
.menu-top {
  position: relative;
}
.menu-top .support-list,
.menu-top .cta-list {
  position: relative;
  display: inline-block;
  list-style-type: none;
  z-index: 100;
}
.menu-top .support-list .support-list__item,
.menu-top .cta-list .support-list__item,
.menu-top .support-list .cta-list__item,
.menu-top .cta-list .cta-list__item {
  display: inline-block;
  vertical-align: middle;
}
.menu-top .support-list .support-list__item > a,
.menu-top .cta-list .support-list__item > a,
.menu-top .support-list .cta-list__item > a,
.menu-top .cta-list .cta-list__item > a,
.menu-top .support-list .support-list__item > a:link,
.menu-top .cta-list .support-list__item > a:link,
.menu-top .support-list .cta-list__item > a:link,
.menu-top .cta-list .cta-list__item > a:link,
.menu-top .support-list .support-list__item > a:visited,
.menu-top .cta-list .support-list__item > a:visited,
.menu-top .support-list .cta-list__item > a:visited,
.menu-top .cta-list .cta-list__item > a:visited,
.menu-top .support-list .support-list__item > a:active,
.menu-top .cta-list .support-list__item > a:active,
.menu-top .support-list .cta-list__item > a:active,
.menu-top .cta-list .cta-list__item > a:active {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.menu-top .support-list .support-list__item > a:hover,
.menu-top .cta-list .support-list__item > a:hover,
.menu-top .support-list .cta-list__item > a:hover,
.menu-top .cta-list .cta-list__item > a:hover,
.menu-top .support-list .support-list__item > a:active,
.menu-top .cta-list .support-list__item > a:active,
.menu-top .support-list .cta-list__item > a:active,
.menu-top .cta-list .cta-list__item > a:active {
  color: #ffffff;
}
.menu-top .support-list .support-list__item.highlighted a,
.menu-top .cta-list .support-list__item.highlighted a {
  border: 1px solid #ffffff;
  height: 30px;
  padding: 2px 8px 0 8px;
  color: white;
  border-radius: 10px;
  background-color: transparent;
}
.menu-top .support-list .support-list__item.highlighted a i,
.menu-top .cta-list .support-list__item.highlighted a i {
  padding-left: 2px;
  color: white;
}
.menu-top .support-list .support-list__item.highlighted a:hover,
.menu-top .cta-list .support-list__item.highlighted a:hover {
  background-color: #21c1f1;
  border: 1px solid #21c1f1;
  color: white;
}
.menu-top .support-list .support-list__item.dropdown,
.menu-top .cta-list .support-list__item.dropdown {
  position: relative;
  display: inline-block;
}
.menu-top .support-list .support-list__item.dropdown .dropdown-content,
.menu-top .cta-list .support-list__item.dropdown .dropdown-content {
  display: none;
  position: absolute;
  margin-left: -50px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.menu-top .support-list .support-list__item.dropdown .dropdown-content .dropdown__list,
.menu-top .cta-list .support-list__item.dropdown .dropdown-content .dropdown__list {
  list-style: none;
}
.menu-top .support-list .support-list__item.dropdown .dropdown-content .dropdown__list .dropdown__item,
.menu-top .cta-list .support-list__item.dropdown .dropdown-content .dropdown__list .dropdown__item {
  padding: 4px 0;
}
.menu-top .support-list .support-list__item.dropdown .dropdown-content .dropdown__list a,
.menu-top .cta-list .support-list__item.dropdown .dropdown-content .dropdown__list a {
  text-decoration: none;
  color: #ffffff;
}
.menu-top .support-list .support-list__item.dropdown .dropdown-content .dropdown__list a:hover,
.menu-top .cta-list .support-list__item.dropdown .dropdown-content .dropdown__list a:hover {
  color: #21c1f1;
}
.menu-top .support-list .support-list__item.dropdown:hover .dropdown-content,
.menu-top .cta-list .support-list__item.dropdown:hover .dropdown-content {
  display: block;
}
.menu-top .support-list .support-list__item a:hover,
.menu-top .cta-list .support-list__item a:hover {
  color: #21c1f1;
}
.menu-top .support-list .support-list__item:last-of-type,
.menu-top .cta-list .support-list__item:last-of-type {
  margin-right: 1rem;
  letter-spacing: -0.6px;
}
.menu-top .cta-list::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 20px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
.menu-top .cta-list a:hover,
.menu-top .cta-list i:hover {
  color: #21c1f1;
}
.fa-angle-right.toggle--up:before {
  content: "\f106";
}
.user-combo {
  display: inline-block;
}
.user-combo .user-combo__image {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.user-combo .user-combo__image figure {
  width: 30px;
  height: 30px;
}
.user-combo .user-combo__image .coverimage {
  overflow: hidden;
  border-radius: 50%;
  background-color: #FFF;
}
.user-combo .user-combo__text {
  float: left;
  display: block;
  padding-top: 5px;
  padding-left: 15px;
  text-align: right;
}
.user-combo .user-combo__text .user-combo__cta {
  /*display: block; *****/
  padding: 0 8px;
  width: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  border-right: solid 1px #fff;
}
.user-combo .user-combo__text .user-combo__cta.alt {
  font-weight: lighter;
}
.user-combo .user-combo__text .user-combo__cta.mi-cuenta-option {
  width: auto;
  display: block;
  float: left;
  font-size: 12px;
}
.user-combo .user-combo__text .user-combo__cta.mi-cuenta-option span {
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 13px;
  display: block;
}
.user-combo .user-combo__text .user-combo__cta:last-of-type {
  border: none;
  padding-right: 0;
}
.coverimage {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coverimage img {
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.menu-main {
  position: absolute;
  right: 130px;
  bottom: 0;
}
.menu-main .menu-main__list {
  width: auto;
  list-style-type: none;
}
.menu-main .menu-main__list .menu-main__item {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: right;
}
.menu-main .menu-main__list .menu-main__item a sub {
  bottom: .3rem;
  margin-left: 2px;
}
.menu-main .menu-main__list .menu-main__item i.js-mm-dowm {
  z-index: -1;
}
.menu-main .menu-main__list .menu-main__item a,
.menu-main .menu-main__list .menu-main__item a:link,
.menu-main .menu-main__list .menu-main__item a:visited {
  display: block;
  padding: 20px 5px;
  font-family: "montserrat-light", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  text-decoration: none;
}
.menu-main .menu-main__list .menu-main__item > a {
  border-bottom: 4px solid transparent;
}
.menu-main .menu-main__list .menu-main__item > a:hover {
  color: #21c1f1;
  border-bottom: 4px solid #21c1f1;
}
.menu-main .menu-main__list .menu-main__item:hover > .dropdown {
  max-height: 800px;
  width: auto;
}
.menu-main .dropdown {
  /*width: 280px;*/
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: block;
  max-height: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.menu-main .dropdown .dropdown__list {
  text-align: right;
  list-style-type: none;
}
.menu-main .dropdown .dropdown__list .dropdown__item {
  margin: 0;
}
.menu-main .dropdown .dropdown__list .dropdown__item a {
  display: block;
  padding: 10px 20px;
}
.menu-main .dropdown .dropdown__list .dropdown__item a:hover {
  color: #21c1f1;
}
.menu-main .dropdown .dropdown__list .dropdown__item:hover ol {
  display: block;
}
.menu-main .dropdown .dropdown__list .dropdown__item ol {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #292929;
  display: none;
}
.menu-main .dropdown .dropdown__list .dropdown__item ol li {
  margin: 0;
}
.menu-main .dropdown .dropdown__list .dropdown__item:hover > .dropdown {
  max-height: 800px;
}
.menu-main .dropdown.dropdown--parent {
  position: absolute;
  top: 100%;
  right: 0;
}
.menu-main .dropdown.dropdown--children {
  background-color: rgba(255, 255, 255, 0.05);
}
.header--fix {
  height: 160px;
  width: 100%;
}
/* ------------------------------------------------------------
    HERO IMAGE
------------------------------------------------------------ */
_::-webkit-:not(:root:root) .container,
.hero-image .container {
  min-height: inherit !important;
}
_::-webkit-:not(:root:root) .data-resort,
.hero-image .data-resort {
  bottom: 120%;
}
_::-webkit-:not(:root:root) .data-widget,
.hero-image .data-widget {
  bottom: 120%;
}
.datepick-month td .datepick-other-month {
    opacity: 0;
}
.hero-image {
  /*Not working with owlslider - Comment to work*/
  position: relative;
  min-height: 600px;
  height: 100vh;
  width: 100%;
  overflow: visible;
  /*ADDED 
    min-height: 600px;
    height: 100vh;
    position: relative;
    color: #fff;*/
  /*.container{
        z-index: 99;
    }ADDED*/
}
.hero-image.back-module figure {
  background-attachment: fixed;
}
.hero-image.back-module.h--view2 figure {
  background-attachment: inherit;
}
.hero-image.hero--size2 {
  min-height: 500px;
}
.hero-image.hero--size2 .container {
  min-height: 500px;
}
.hero-image.h--view2 {
  position: relative;
  height: auto;
  height: 100vh;
  min-height: 700px;
  z-index: 3;
}
.hero-image.h--view2 .sitio-marcador {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 4;
}
.hero-image.h--view2 .sitio-marcador .container {
  min-height: auto;
  height: auto;
}
.hero-image.h--view2 .back-resorts {
  position: absolute;
  width: 100%;
  min-height: 40px;
  top: 20%;
  left: 15px;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0;
  max-width: 340px;
}
.hero-image.h--view2 .back-resorts .back-icon {
  width: 50px;
  height: 60px;
}
.hero-image.h--view2 .back-resorts .back-icon i {
  font-size: 36px;
  line-height: 60px;
}
.hero-image.h--view2 .back-resorts span {
  display: block;
  margin: 5px 0;
}
.hero-image.h--view2 .back-resorts span.big {
  font-size: 0.75rem;
}
.hero-image.h--view2 .back-resorts span.small {
  font-size: 0.875rem;
}
.hero-image.h--view2 .slider-resorts {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: inherit;
}
.hero-image.h--view2 .slider-resorts.offers-page .owl-controls {
  bottom: 100px;
}
.hero-image.h--view2 .slider-resorts .owl-carousel,
.hero-image.h--view2 .slider-resorts .owl-item,
.hero-image.h--view2 .slider-resorts .item {
  height: 100vh;
}
.hero-image.h--view2 .slider-resorts figure {
  background-attachment: inherit;
}
.hero-image.h--view2 .slider-resorts .owl-controls {
  display: none;
  position: absolute;
  bottom: 220px;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.hero-image.h--view2 .slider-resorts .owl-controls .owl-dots {
  z-index: 80;
  display: none;
}
.hero-image.h--view2 .slider-resorts .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 20px;
}
.hero-image.h--view2 .slider-resorts .owl-controls .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0);
  display: block;
  border-radius: 50%;
}
.hero-image.h--view2 .slider-resorts .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.hero-image.h--view2 .search-module {
  z-index: 999;
  bottom: 66px;
}
.hero-image .container {
  /*COMENTAR*/
  min-height: 600px;
  height: 100vh;
  position: relative;
  color: #fff;
}
.hero-image .container h2 {
  position: absolute;
  color: #ffffff;
  bottom: 190px;
  font-family: "montserrat-bold", sans-serif;
  font-size: 4rem;
  width: 75%;
  left: 0;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.hero-image .container.hero--ralign h2 {
  bottom: 140px;
  right: 0;
  left: inherit;
  text-align: right;
}
.hero-slider {
  position: absolute;
  top: 0;
}
.hero-slider .hero-slider__item .hero-slider__info {
  position: absolute;
  width: 100%;
}
.hero-slider .hero-slider__item .hero-slider__info .title {
  position: absolute;
  color: #ffffff;
  bottom: 190px;
  font-family: "montserrat-bold", sans-serif;
  font-size: 2rem;
  width: 75%;
  left: 0;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  text-align: left;
  overflow-wrap: break-word;
}
.hero-slider .hero-slider__item .hero-slider__info .text {
  position: relative;
  color: white;
  bottom: 190px;
  left: 0;
  text-align: left;
  overflow-wrap: break-word;
  display: block;
  z-index: 10;
  font-size: 2rem;
}
.hero-slider .hero-slider__item a img {
  height: 100vh;
  object-fit: cover;
}
.hero-slider .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 100000;
}
.hero-slider .owl-controls .owl-nav .owl-prev,
.hero-slider .owl-controls .owl-nav .owl-next {
  display: block !important;
  color: white;
  font-size: 80px;
}
.hero-slider .owl-controls .owl-nav .owl-prev {
  position: absolute;
  float: left;
  left: 1%;
}
.hero-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  float: right;
  right: 1%;
}
/* ------------------------------------------------------------
     RESORTS  INFO
------------------------------------------------------------ */
.data-resort {
  left: 0;
  position: absolute;
  z-index: 10;
  bottom: 120%;
  color: #ffffff;
}
.data-resort h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.data-resort span {
  display: block;
  font-size: 0.875rem;
}
.data-resort span.credits {
  font-size: 1.125rem;
}
.data-resort.cruises {
  bottom: 120%;
}
@-moz-document url-prefix() {
  .data-resort {
    bottom: 120%;
  }
  .data-widget {
    bottom: 120%;
  }
}
.data-back {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  width: 350px;
  padding: 20px;
}
.data-back a {
  text-decoration: none;
  color: #ffffff;
}
.data-back img {
  width: 10%;
  margin-right: 5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.data-back article {
  width: 80%;
  float: right;
}
.data-back article h4 {
  color: #ffffff;
  margin-bottom: 5px;
}
.data-back article p {
  margin-bottom: 0;
}
.data-widget {
  position: absolute;
  right: 0;
  bottom: 120%;
}
.data-widget p {
  float: left;
  line-height: 50px;
  margin-right: 0;
  font-size: 1.750rem;
}
.data-widget p.farenheit sup {
  line-height: 10px;
  top: -9px;
  font-size: 16px;
}
.data-widget i {
  float: left;
  margin-right: 10px;
}
.data-widget div i.icon-wheater {
  display: block;
  font-size: 35px;
  float: left;
  margin: 0 10px 0 0;
}
.data-widget .wheater_info i.icon-wheater {
  font-size: 40px;
  float: left;
  margin: 0 10px 0 0;
}
/*fix titulo del banner */
.title-mov-js {
  line-height: 65px;
  margin: 0;
  padding: 0;
  bottom: auto !important;
  left: auto !important;
}
.title-mov-js.publico-title {
  top: -90px;
}
.title-mov-js.socio-title {
  top: -150px;
}
.hero--form {
  position: absolute;
  right: 0;
  /*CHANGE TO  9%*/
  top: 104px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  width: 380px;
  z-index: 10;
}
.hero--form .hero--open {
  display: none;
  text-decoration: none;
  text-align: center;
  width: 200px;
}
.hero--form h3,
.hero--form h4,
.hero--form h6 {
  color: #ffffff;
}
.hero--form h3 {
  font-size: 15px;
}
.hero--form h3,
.hero--form h4 {
  font-size: 1.375rem;
  margin-bottom: 0;
  font-family: "montserrat-light", sans-serif;
}
.hero--form p:last-child {
  font-size: 13px;
}
.hero--form label {
  font-size: 13px;
}
.hero--form h3 + h3 {
  margin-bottom: 5px;
}
.hero--form h6 {
  margin-bottom: 5px;
  font-size: 13px;
}
.hero--form.active {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.4);
}
.hero--form .hero-form--fields {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -ms-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
}
.hero--form .hero-form--fields.active {
  max-height: 500px;
  margin-top: 10px;
  -webkit-transition: max-height 0.25s ease-in;
  -moz-transition: max-height 0.25s ease-in;
  -ms-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.hero--form .form--wrapp {
  width: 100%;
  height: auto;
}
.hero--form .form--section {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.hero--form .form--section.form-section--center {
  text-align: center;
}
.hero--form .form--section.f--x2 div {
  float: left;
  width: 47%;
  margin-right: 5%;
}
.hero--form .form--section.f--x2 div:last-child {
  margin-right: 0;
}
.hero--form .form--section button {
  margin-bottom: 10px;
  height: 35px;
  padding: 0;
}
.hero--form .form--section .btn {
  width: 100%;
  text-align: center;
  display: block;
}
.hero--form .open-form a {
  margin-left: 29px;
  position: relative;
  width: 10px;
  height: 10px;
}
.hero--form .open-form a i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -5px;
}
.search-module {
  width: 100%;
  /*Comentar*/
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  /*LEFT 10% CHANGE*/
  /*right: 10%; ADDED*/
  /*z-index: 99; ADDED*/
  z-index: 99;
  /*&#search-in-list {
      .container {
        min-height: auto;
        height: 110px;
    }
  }*/
}
.search-module.search-module--top {
  top: 148px;
  bottom: initial;
  z-index: 500;
}
.search-module.interiores {
  position: relative;
  padding-top: 160px;
}
.search-module .container {
  min-height: auto;
  height: auto;
}
.search-module .hbottom--row {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.search-module .hbottom--row label {
  color: #ffffff;
  white-space: nowrap;
}
.search-module .hbottom--row:last-child {
  margin-bottom: 0;
}
.search-module .hbottom--row.bottom-row--small {
  font-size: 13px;
}
.search-module .hbottom--row.bottom-row--small select,
.search-module .hbottom--row.bottom-row--small label {
  font-size: 13px;
}
.search-module .hbottom--row.bottom-row--small label {
  height: 25px;
  line-height: 25px;
  margin-bottom: 0;
}
.search-module .hbottom--row .hbottom--field {
  float: left;
  margin-right: 2%;
  position: relative;
}
.search-module .hbottom--row .hbottom--field button {
  width: 100%;
  padding: 0;
  height: 35px;
}
.search-module .hbottom--row .hbottom--field.hb--size1 {
  width: 15.5%;
}
.search-module .hbottom--row .hbottom--field.hb--size2 {
  width: 25%;
}
.search-module .hbottom--row .hbottom--field.hb--size3 {
  width: 8%;
}
.search-module .hbottom--row .hbottom--field.hb--size3 .special--radio {
  float: left;
  width: 50%;
}
.search-module .hbottom--row .hbottom--field.hb--size3 .special--radio label {
  border-radius: 3px 0 0 3px;
}
.search-module .hbottom--row .hbottom--field.hb--size3 .special--radio:last-child label {
  border-radius: 0 3px 3px 0;
}
.search-module .hbottom--row .hbottom--field.hb--size4 {
  width: 10%;
}
.search-module .hbottom--row .hbottom--field.hb--size5 {
  width: 80%;
  margin-right: 0;
}
.search-module .hbottom--row .hbottom--field.hb--size6 {
  width: 7.5%;
}
.search-module .hbottom--row .hbottom--field.hb--size18 {
  width: 17%;
  margin-right: 1%;
}
.search-module .hbottom--row .hbottom--field.hb--x2 > div {
  float: left;
  width: 40%;
  margin-right: 10%;
}
.search-module .hbottom--row .hbottom--field.hb--x2 > div:last-child {
  margin-right: 0;
}
.search-module .hbottom--row .hbottom--field.hb--x4 > section {
  float: left;
  margin-right: 3%;
}
.search-module .hbottom--row .hbottom--field.hb--x4 > section:last-child {
  margin-right: 0;
}
.search-module .hbottom--row .hbottom--field.hb--y1 {
  padding-top: 26px;
}
.search-module .hbottom--row .hbottom--field.hb--adultos {
  width: 20%;
  margin-right: 0;
}
.search-module .hbottom--row .hbottom--field.hb--habitaciones {
  width: 6%;
}
.search-module .hbottom--row .hbottom--field.hb--check label {
  width: auto;
  margin-right: 10px;
  float: left;
}
.search-module .hbottom--row .hbottom--field.hb--check .special--check {
  float: left;
  margin-top: 5px;
}
.search-module .hbottom--row .hbottom--field.calendar-check > div {
  float: left;
  width: 50%;
  /*input {
                        text-align: right;
                        font-size: 13px;
                    }*/
}
.search-module .hbottom--row .hbottom--field.calendar-check > div:first-child input {
  border-radius: 3px 0 0 3px;
}
.search-module .hbottom--row .hbottom--field.calendar-check > div:last-child input {
  border-radius: 0 3px 3px 0;
}
.search-module .hbottom--row .hbottom--field.calendar-check > div.w--100 {
  width: 100% !important;
}
.search-module .hbottom--row .hbottom--field.calendar-check label {
  margin: 0 0 5px 0;
}
.search-module .hbottom--row .hbottom--field:last-child {
  margin-right: 0;
}
.search-module .hbottom--row .hbottom--field .special--calendar input {
  text-align: right;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-module .hbottom--row .hbottom--field .special--calendar .graphic--icon.g3 {
  background: url(../images/calendar-gray-25.png);
  background-position: center center !important;
  background-size: 80%;
  background-repeat: no-repeat;
}
.search-module .hbottom--row .alert-warning {
  position: absolute;
  top: 100%;
  margin: 0 !important;
  z-index: 0;
}
.search-module .hbottom--row .alert-warning .validation-message__text {
  display: inline-block !important;
  width: auto;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 3px;
  margin: 0 2px !important;
}
.search-module.search-module--section {
  padding: 7px 20px 7px 20px;
  background-color: rgba(36, 36, 36, 0.8);
}
.div-children-init .hb--size1,
.div-children-init .hb--size6 {
  width: 7.5% !important;
}
.hbottom--drop {
  width: auto;
  position: relative;
  margin-top: 6px;
}
.hbottom--drop .drop--level1 {
  color: #ffffff;
  text-decoration: none;
}
.hbottom--drop .drop--level1 i {
  margin-left: 10px;
}
.hbottom--drop .drop--level1.active {
  color: #21c1f1;
}
.hbottom--drop .drop--level1.active i:before {
  content: "\f106";
}
.hbottom--down1 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 29px;
  left: 0;
  list-style: none;
  min-width: 200px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-height: 0;
  overflow: hidden;
  display: none;
  z-index: 2;
  overflow: auto;
  max-height: 380px !important;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -ms-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.hbottom--down1 li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
  color: #21c1f1;
  width: 100%;
  padding: 0;
}
.hbottom--down1 li:last-child {
  margin-bottom: 0;
}
.hbottom--down1 li .special--check {
  top: 5px;
  float: left;
  margin-right: 10px;
}
.hbottom--down1 li .special--check label {
  border-color: #21c1f1;
}
.hbottom--down1 li p {
  float: left;
  width: 80%;
}
.hbottom--down1.active {
  display: block;
  max-height: 500px;
}
.hbottom--down2 {
  list-style: none;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -ms-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.hbottom--down2 li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
}
.hbottom--down2 li:last-child {
  margin-bottom: 0;
}
.hbottom--down2.active {
  opacity: 1;
  padding: 10px;
  /*max-height: 500px;*/
  overflow: visible !important;
}
.drop--head {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.drop--head .drop--level2 {
  position: absolute;
  right: 0;
  top: 0;
  color: #21c1f1;
  z-index: 2;
}
.drop--head .drop--level2.active i:before {
  content: "\f068";
}
.advise-module {
  display: block;
  padding: 20px 0;
}
.radio-module {
  display: block;
  padding: 15px 0;
}
.advise {
  padding: 0;
}
.advise h6 {
  margin: 0;
}
.days-module {
  position: relative;
  display: block;
  padding-right: 100px;
  padding-left: 100px;
}
.days-module .btn-prev-carousel,
.days-module .btn-next-carousel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.days-module .btn-prev-carousel {
  left: 0;
}
.days-module .btn-next-carousel {
  right: 0;
}
.days-carousel {
  display: block;
}
.days-carousel .days-carousel__item {
  float: left;
  display: block;
  width: calc(100% - 12px);
  margin: 0 6px;
  padding: 5px 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #CCC;
  border-radius: 3px;
  cursor: pointer;
}
.days-carousel .days-carousel__item .days-carousel__day,
.days-carousel .days-carousel__item .days-carousel__checkin,
.days-carousel .days-carousel__item .days-carousel__checkout {
  font-family: "lato-light", sans-serif;
  margin: 0;
  padding: 0;
}
.days-carousel .days-carousel__item .days-carousel__day {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.days-carousel .days-carousel__item .days-carousel__checkin {
  font-family: "lato-regular", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.days-carousel .days-carousel__item .days-carousel__checkout {
  font-size: 12px;
}
.days-carousel .days-carousel__item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.days-carousel .days-carousel__item:active,
.days-carousel .days-carousel__item.days-carousel--active {
  border-color: #30C2EF;
}
.days-carousel .days-carousel__item:active .days-carousel__day,
.days-carousel .days-carousel__item.days-carousel--active .days-carousel__day,
.days-carousel .days-carousel__item:active .days-carousel__checkin,
.days-carousel .days-carousel__item.days-carousel--active .days-carousel__checkin {
  color: #30C2EF;
}
.table-scroll {
  max-height: 72vh;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.compare-features {
  margin: 12px 0;
  width: 98%;
  vertical-align: middle;
  background-color: #f7f7f7;
  border-collapse: collapse;
  border: none;
  padding: 12px;
}
.compare-features thead {
  font-family: "montserrat-regular", sans-serif;
  background-color: #21c1f1;
  color: white;
  border: none;
}
.compare-features thead th {
  border: none;
  padding: 12px;
}
.compare-features thead th:first-child {
  width: 200px;
}
.compare-features thead .th50 {
  width: 50%;
}
.compare-features thead .th25 {
  min-width: 120px;
}
.compare-features tbody {
  border: none;
}
.compare-features tbody th {
  text-align: left;
  border: none;
  padding: 12px;
  font-family: "montserrat-regular", sans-serif;
}
.compare-features tbody th.sub-head {
  font-family: "montserrat-regular", sans-serif;
  vertical-align: bottom;
  height: 60px;
}
.compare-features tbody th:first-child {
  width: 200px;
}
.compare-features tbody td {
  text-align: center;
  border: none;
  padding: 12px;
}
.compare-features tbody tr:nth-child(even) {
  background-color: #ebebeb;
}
.compare-features.compare__credit {
  font-size: 15px;
}
.compare-features.compare__credit td {
  text-align: left;
}
.compare-features.compare__credit td:nth-child(3),
.compare-features.compare__credit td:nth-child(4),
.compare-features.compare__credit td:nth-child(5) {
  text-align: right;
}
.compare-features.compare__credit td:nth-child(2) {
  width: 30%;
}
.compare-features.compare__credit th {
  text-align: right;
}
.compare-features.compare__credit th:nth-child(1) {
  text-align: left;
}
.compare-features.compare__credit p {
  font-size: 15px;
}
.compare-features.compare__credit .compare__hide {
  width: 100%;
}
/*-------------------------------------------
                RESEÑAS
-------------------------------------------*/
ul.user-uploads {
  padding: 22px 4px 22px 4px;
  /*height:100%;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: inherit;*/
  /*.owl-controls {
          width: 100%;
          display: block;
          position: absolute;
          //bottom:4px;
          width: 100%;
          z-index: 100;
          text-align: center;
        .owl-dots{
            z-index: 80;
            .owl-dot{
                display: inline-block;
                margin-right: 20px;
                span{
                    width: 18px;
                    height: 18px;
                    border: 2px solid @colorPrimary;
                    background: rgba(0, 0, 0, 0);
                    display: block;
                    border-radius: 50%;
                }
                &.active{
                    span{
                    background: @colorPrimary;
                    }
                }
            }
        }
    }*/
}
ul.user-uploads .owl-carousel {
  margin-left: -3px;
}
ul.user-uploads .owl-carousel,
ul.user-uploads .owl-item,
ul.user-uploads li.item {
  height: 120px;
  list-style: none;
  left: 0;
  margin-left: 0;
  margin-right: 4px;
}
ul.user-uploads figure {
  background-attachment: inherit;
}
ul.user-uploads .owl-nav {
  position: absolute;
  top: 60%;
  width: 100%;
  height: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.user-uploads .owl-nav .owl-prev,
ul.user-uploads .owl-nav .owl-next {
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  background-color: #21c1f1;
  border-radius: 16px;
  font-weight: bold;
  padding: 0 10px 0 10px;
}
ul.user-uploads .owl-nav .owl-next {
  right: 5px;
}
ul.user-uploads .owl-nav .owl-prev {
  left: 5px;
}
.ui-autocomplete {
  width: 100px;
  background: rgba(0, 0, 0, 0.95);
  color: #21c1f1;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 190px;
  overflow-y: scroll;
  border-radius: 0 0 10px 10px;
}
.ui-autocomplete li {
  margin-bottom: 5px;
  cursor: pointer;
  margin-left: 0;
  width: 100%;
}
.ui-autocomplete li a {
  display: inline-block;
  width: 100%;
  text-decoration: underline;
}
.ui-autocomplete li a:hover span {
  text-decoration: underline;
}
.ui-autocomplete li i {
  float: left;
  margin-right: 10px;
}
.ui-autocomplete li span {
  display: block;
  float: left;
  width: 80%;
}
.ui-autocomplete .search--type1 {
  background: url(../images/sprite.svg);
  width: 20px;
  height: 20px;
  background-size: 600px;
  background-position: -292px -40px;
  background-repeat: no-repeat;
}
.ui-autocomplete .search--type2 {
  background: url(../images/sprite.svg);
  width: 20px;
  height: 20px;
  background-size: 600px;
  background-position: -271px -40px;
  background-repeat: no-repeat;
}
.autocompleteDestinos {
  border-radius: 4px;
  z-index: 9999999 !important;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.9) !important;
  position: absolute !important;
}
#ui-id-2 {
  position: fixed;
}
.search--icon,
.si--mobile {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  bottom: 8px;
}
.search--icon.search--type1,
.si--mobile.search--type1 {
  background: url(../images/sprite.svg);
  background-size: 600px;
  background-position: -292px -40px;
  background-repeat: no-repeat;
}
.search--icon.search--type2,
.si--mobile.search--type2 {
  background: url(../images/sprite.svg);
  background-size: 600px;
  background-position: -271px -40px;
  background-repeat: no-repeat;
}
.search--destiny,
.sd--mobile {
  padding-left: 40px;
}
/* ------------------------------------------------------------
      RESEÑAS
------------------------------------------------------------ */
.user-review {
  margin-top: 32px;
  margin-bottom: 12px;
}
.user-review h5 {
  margin-bottom: 0;
}
.user-review .post-date {
  color: #9b9b9b;
}
.user-review p.useful a {
  color: #4a4a4a;
}
.user-review p.useful a.active,
.user-review p.useful a:hover {
  color: #21c1f1;
}
.user-review p.useful a.active:hover {
  color: #4a4a4a;
}
.user-review p.useful span {
  padding-left: 22px;
}
.user-review .user-rating span.full {
  color: #21c1f1;
}
.user-review .user-rating span.empty {
  color: #9b9b9b;
}
.user-review img.user-picture {
  display: inline-block;
  width: 32%;
  height: 200px;
}
/* ------------------------------------------------------------
    BODY CONTENT
------------------------------------------------------------ */
.body--content {
  background: #ffffff;
  position: relative;
}
/* ------------------------------------------------------------
    INTERIORES
------------------------------------------------------------ */
.interiores {
  font-family: "lato-light", sans-serif;
  line-height: 26px !important;
  font-size: 18px;
  margin-bottom: 30px;
}
.interiores h2 {
  padding-top: 42px;
  text-align: center;
  line-height: 3.625rem;
}
.interiores h3.top--22 {
  padding-top: 22px;
}
.interiores h3.bottom--22 {
  padding-bottom: 22px;
}
.interiores p {
  font-size: 18px;
  line-height: 26px !important;
  padding-bottom: 22px;
}
.interiores p span {
  font-family: "lato-light", sans-serif !important;
  line-height: 26px !important;
  font-size: 18px !important;
}
.interiores p.small {
  padding-top: 12px;
  padding-bottom: 12px inherit;
}
.p1,
.s1 {
  font-size: 18px;
}
.vtabs .module-selectors {
  padding-bottom: 40px;
}
.vtabs ul li {
  font-size: 18px;
}
.bg--f7 {
  background-color: #f7f7f7;
}
.top--22 {
  padding-top: 22px;
}
.bottom--22 {
  padding-bottom: 22px;
}
.top--12 {
  padding-top: 12px;
}
.bottom--12 {
  padding-bottom: 12px;
}
.mar-top--22 {
  margin-top: 22px;
}
.video--6col {
  min-height: 320px;
  height: 100%;
}
.v--align {
  margin: 0 auto;
}
/* ------------------------------------------------------------
    VIDEO TUTORIALES
------------------------------------------------------------ */
.videoWrapper {
  position: relative;
  padding-bottom: 38.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper.videoWrapper__reset {
  height: 460px;
}
.videoWrapper.videoWrapper__reset iframe {
  /*height: 460px;*/
  width: 700px;
  height: 420px;
  margin: 0 auto;
  left: inherit;
  display: block;
  position: relative;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-data {
  padding-top: 30px;
  display: block;
}
.video-share-btns label {
  display: inline-block;
  width: 100px;
  float: left;
  margin: 3px 10px 0 0;
}
.video-share-btns a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 15px 0 0;
  border: solid 1px #787878;
  border-radius: 35px;
  text-decoration: none;
}
.video-share-btns a i {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 21px;
  text-align: center;
  line-height: 34px;
  color: #787878;
}
.video-rate {
  padding: 15px 0;
}
img.icn--mega {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
.image-portrait {
  position: relative;
  min-height: 330px;
  width: 100%;
  height: 100%;
}
.image-portrait.back-module figure {
  background-attachment: fixed;
  background-size: cover;
}
/* ------------------------------------------------------------
    RATING
------------------------------------------------------------ */
.rating .rate {
  width: 25px;
  height: 25px;
  display: inline-block !important;
}
_::-webkit-:not(:root:root) .rate,
.rating .rate {
  width: 25px;
  height: 25px;
  display: inline-block !important;
}
_::-webkit-:not(:root:root) .rate.icon-rate,
.rating .rate.icon-rate {
  background-size: 800px;
  background-position: -192px -48px;
}
_::-webkit-:not(:root:root) .rate.icon-rate.full,
.rating .rate.icon-rate.full {
  background-position: -168px -48px;
}
@supports (-webkit-text-size-adjust:none)
   and (not (-ms-ime-align:auto)) {
  .rating .rate {
    width: 25px;
    height: 25px;
    display: inline-block !important;
  }
  .rating .rate.icon-rate {
    background-size: 600px;
    background-position: -96px -46px;
  }
  .rating .rate.icon-rate.full {
    background-position: -74px -46px;
  }
}
@supports (-webkit-text-size-adjust:none)
   and (not (-ms-ime-align:auto)) {
  #open-user .active {
    background-position: -53px -50px !important;
  }
}
/* ------------------------------------------------------------
    RESORTS HERO
------------------------------------------------------------ */
.hero--info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero--info .data-resort {
  bottom: 120%;
}
.hero--info .data-widget {
  bottom: 120%;
}
.hero--info.offers-page .data-resort {
  bottom: 120%;
}
.hero--info.offers-page .data-widget {
  bottom: 120%;
}
.hero--options {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  border-top: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
  text-transform: uppercase;
  font-size: 13px;
}
.hero--options .container {
  min-height: auto !important;
  height: auto !important;
}
.hero--options ul {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero--options ul li {
  float: left;
  width: auto;
  margin-right: 1%;
}
.hero--options ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: 20px 8px;
  display: block;
  border-bottom: 4px solid transparent;
}
.hero--options ul li a:hover,
.hero--options ul li a.active {
  border-bottom: 4px solid #21c1f1;
}
/* ------------------------------------------------------------
    RESORTS LIST
------------------------------------------------------------ */
.row-section {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 30px;
  font-size: 18px;
  color: #787878;
}
.row-section:last-of-type {
  border-bottom: 0;
}
.row-section p {
  margin-bottom: 20px;
  line-height: 30px;
}
.row-section p.p-no-bottom {
  margin-bottom: 0;
}
.row-section p span {
  font-size: 18px !important;
  font-family: "lato-light", sans-serif !important;
}
.row-section div span {
  font-family: "lato-light", sans-serif !important;
  font-size: 18px !important;
  line-height: 30px;
}
.row-section h3,
.row-section h4,
.row-section h5 {
  font-family: "lato-light", sans-serif;
}
.row-section h3 {
  margin-bottom: 0;
}
.row-section h4 {
  margin-bottom: 20px;
  font-size: 1.875rem;
}
.row-section h5 {
  font-size: 1.125rem;
}
.row-section .rs--txt-blue {
  color: #21c1f1;
}
.row-section img {
  margin-bottom: 20px;
}
.row-section h5.ship--features {
  font-family: "lato-regular", sans-serif;
}
.row-section h1:last-child,
.row-section h2:last-child,
.row-section h3:last-child,
.row-section h4:last-child,
.row-section h5:last-child,
.row-section h6:last-child {
  margin-bottom: 0;
}
.row-section > ul {
  padding-left: 20px;
  margin: 50px 0px;
}
.row-section > ul li {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
}
.row-section > ul li:last-child {
  margin-bottom: 0;
}
.service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: auto;
}
.service-list li {
  margin-left: 0;
  width: 12%;
  margin-right: 2%;
  margin-bottom: 10px;
  text-align: center;
  float: left;
}
.service-list li i {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  margin: 0 auto;
}
.service-list li i img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 45px;
  height: auto;
  margin-bottom: 0;
}
.service-list li p {
  margin-bottom: 0;
  min-height: 60px;
  font-size: 14px;
  line-height: 14px;
  left: -0.4px;
}
.single-list {
  width: 100%;
  height: auto;
  list-style: none;
}
.single-list > li {
  float: left;
  width: 50%;
  margin-left: 0;
}
.single-list > li ol {
  width: 100%;
  list-style: disc;
}
.single-list > li ol li {
  margin-bottom: 10px;
}
.check-info {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.check-info h5 {
  margin-bottom: 5px;
}
.check-info p {
  color: #21c1f1;
  margin-bottom: 5px;
}
.check-info p:last-child {
  margin-bottom: 0;
}
.check-info br {
  display: none;
}
.check-info ul {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
}
.check-info ul li {
  float: left;
  width: 25%;
  margin-right: 0;
  margin-left: 0;
}
.check-info ul li:last-child {
  margin-right: 0;
}
.check-info ul li.check--large p {
  font-size: 1.375rem;
  text-transform: uppercase;
}
.check-info ul li i {
  color: #ff8d00;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.check-info ul li span {
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
.fix-crucero .check-info ul li {
  width: 25%;
}
.slider-single .owl-carousel,
.slider-single .owl-item {
  height: 480px;
}
.slider-single {
  overflow: hidden;
}
.slider-single .item {
  height: 480px;
}
.slider-single .owl-video-wrapper {
  height: 490px;
}
.slider-single iframe {
  width: 100%;
  height: 480px !important;
}
.slider-single .owl-controls {
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-single .owl-controls .owl-nav {
  width: 100%;
  height: 100px;
  margin-top: -100px;
  /*-webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);*/
}
.slider-single .owl-controls .owl-nav .owl-prev,
.slider-single .owl-controls .owl-nav .owl-next {
  position: absolute;
  color: #ffffff;
  font-size: 70px;
  top: 35%;
}
.slider-single .owl-controls .owl-nav .owl-prev i,
.slider-single .owl-controls .owl-nav .owl-next i {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.slider-single .owl-controls .owl-nav .owl-next {
  right: 15px;
}
.slider-single .owl-controls .owl-nav .owl-prev {
  left: 15px;
}
.slider-single .owl-controls .owl-dots {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.slider-single .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 20px;
}
.slider-single .owl-controls .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0);
  display: block;
  border-radius: 50%;
}
.slider-single .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.slider-single .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.shopping-sticky {
  position: fixed;
  bottom: -25px;
  background-color: white;
  padding: 10px 5%;
  z-index: 9998;
  text-align: center;
  -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.4);
}
.shopping-sticky h4 {
  padding-bottom: 6px;
  margin-bottom: 0;
}
.slider-single .back-module {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.slider-single-body {
  width: 100%;
  height: auto;
  position: relative;
}
.slider-single-body .graphic--icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.slider-single-body .graphic--icon:hover {
  opacity: 0.8;
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.col-lg-9.col--no-padding,
.col-md-9.col--no-padding {
  padding-left: 0;
}
.resort-list {
  width: 100%;
  height: auto;
}
.resort-list--view {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.resort-list--view article {
  float: left;
  width: 70%;
}
.resort-list--view aside {
  float: right;
  width: 30%;
  text-align: right;
}
.resort-list--view aside .r-aside--title {
  display: table;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  /*.check--gift {
                display: table-cell;
                width: 50%;
                padding-right: 8px;
                text-align: left inherit;
                &.add-bonus{
                    input[checkbox]{
                    position: absolute;
                    float: right;
                        width: 50%;
                    }
                    label {
                        width: 50%;
                    }
                }
            }*/
}
.resort-list--view aside .r-aside--title .complete-price {
  text-decoration: line-through;
  opacity: 0.9;
  font-size: 0.9rem;
}
.resort-list--view aside .r-aside--title h4 {
  color: #21c1f1;
  font-family: "lato-light", sans-serif;
}
.resort-list--view aside .r-aside--title .primary-pricing {
  display: table-cell;
  width: 50%;
  min-width: 150px;
}
.resort-list--view aside .r-aside--title.no--bottom {
  margin-bottom: 0;
}
.resort-list--view aside .r-aside--row {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.resort-list--view aside .r-aside--row div {
  margin-bottom: 20px;
}
.resort-list--view aside .r-aside--row div:last-child {
  margin-bottom: 0;
}
.resort-list--view aside .valign--middle {
  position: relative;
  top: 50%;
  transform: translateY(120%);
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
}
.resort-list--view aside .r-aside--bottom {
  width: 100%;
  height: auto;
}
.resort-list--view aside .r-aside--bottom .btn {
  width: 70%;
  text-align: center;
  font-size: 15px;
}
.resort-list--view aside .r-aside--bottom .btn i {
  font-size: 12px;
  margin-right: 5px;
}
.resort-list--view aside .r-aside--bottom div {
  margin-bottom: 15px;
}
.resort-list--view aside .r-aside--bottom label,
.resort-list--view aside .r-aside--bottom .special--select {
  float: right;
}
.resort-list--view aside .r-aside--bottom label {
  width: auto;
  margin-right: 5%;
  line-height: 35px;
  margin-bottom: 0;
}
.resort-list--view aside .r-aside--bottom .special--select {
  width: 30%;
}
.resort-list--view .resort--title {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: inline-block;
}
.resort-list--view .resort--title h4 {
  color: #fff;
  background: #21c1f1;
  font-family: "lato-bold", sans-serif;
  font-size: 13px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  width: 290px;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.resort-list--view .resort--image,
.resort-list--view .resort--info {
  float: left;
}
.resort-list--view .resort--image {
  width: 45%;
  height: 250px;
  margin-right: 5%;
}
.resort-list--view .resort--info {
  width: 50%;
  height: auto;
  position: relative;
}
.resort-list--view .resort--info a {
  text-decoration: none;
}
.resort-list--view .resort--info ul {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.resort-list--view .resort--info ul li {
  width: 100%;
  display: inline-block;
  margin-left: 0;
  position: relative;
  white-space: nowrap;
  color: #787878;
}
.resort-list--view .resort--info ul li i {
  float: left;
  margin-right: 10px;
}
.resort-list--view .resort--info ul li p {
  width: 70%;
  float: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #787878;
  white-space: normal;
}
.resort-list--view .resort--info ul li p .icon-count {
  display: inline-block;
  font-weight: bold;
  color: #21c1f1;
  margin-left: 3px;
}
.resort-list--view .resort--info ul li p .icon-count.unavailable {
  font-size: 12px;
  padding: 2px 5px;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 30px;
}
.resort-list--view .resort--info ul li:last-child {
  margin-bottom: 0;
}
.resort-list--view .resort--tool {
  background: url('../images/elements/tool-back.svg') left center no-repeat;
  background-size: 100% 100%;
  color: #21c1f1;
  position: absolute;
  left: -13px;
  top: -100px;
  z-index: -1;
  width: 150px;
  height: 45px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
}
.resort-list--view .resort--tool.active {
  opacity: 1;
  top: -48px;
  z-index: 3;
}
.resort-list--view .resort--tool p {
  width: 100%!important;
}
.cruises-view .resort-list--view .resort--image {
  width: 80%;
  margin-bottom: 10px;
}
.cruises-view .resort-list--view .resort--title h4 {
  padding: 5px 20px;
  display: inline-block;
  width: auto;
}
.cruises-view .resort--info {
  display: none;
}
/* ------------------------------------------------------------
    MAP FIT
------------------------------------------------------------ */
.map-fit--wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 12px;
  z-index: 2;
}
#map-fit {
  width: 100%;
  height: 400px;
  z-index: 1;
}
.map-fit--go {
  position: absolute;
  bottom: 0;
  left: 10%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  z-index: 1000;
  width: 330px;
  padding: 10px;
}
.map-fit--go i {
  float: left;
  margin-right: 10px;
}
.map-fit--go p {
  float: left;
  width: 80%;
  padding-top: 10px;
}
.container .no--padding {
  padding-left: inherit;
  padding-right: inherit;
}
.container .right--0 {
  padding-right: inherit;
}
.container .left--0 {
  padding-left: inherit;
}
/* ------------------------------------------------------------
    BARCOS
------------------------------------------------------------ */
.cruise-route {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.cruise-route h5 {
  padding: 0;
  margin-bottom: 0 !important;
}
.cruise-route p {
  padding: 0px 0px 22px 0;
}
.cruise-route p.info--bold {
  font-family: "lato-regular", sans-serif;
}
.cruise-route .importante {
  padding: 12px 0 0 12px;
}
.cruise-route-map #map-fit {
  width: 100%;
  min-height: 600px;
  height: 99%;
  z-index: 1;
  margin-top: 45px;
}
.cruise-route-map figure {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
/* ------------------------------------------------------------
    CALENDARIO DISPONIBILIDAD
------------------------------------------------------------ */
.ghost-input {
  width: 100%;
  margin: 12px auto;
  border: 1px solid white;
  border-radius: 4px;
}
.ghost-input .ghost-placeholder {
  padding: 6px;
  vertical-align: middle;
  color: white;
}
.ghost-input .ghost-placeholder span {
  position: absolute;
  right: 22px;
  color: white;
  padding: 6px 0;
}
.modal--calendar h4.text--center {
  color: #21c1f1;
}
.modal--calendar .datepick a.datepick-disabled {
  color: #4a4a4a;
}
.help-calendar {
  background-color: #0fa76d;
  margin: 12px auto -22px auto;
  width: 100%;
}
.help-calendar span {
  width: 60%;
  margin-right: 12px;
  vertical-align: middle;
  bottom: 12px;
  color: #ffffff;
}
.help-calendar .graphic--icon {
  display: inline-block;
}
.btn-update {
  float: right;
  margin: 12px 10% 30px auto !important;
  padding-right: -50px;
}
.btn-update.off,
.btn-update.off:hover {
  border: 2px solid #9b9b9b;
  color: #9b9b9b;
  box-shadow: none;
}
.av-status {
  margin-left: 0;
  padding-bottom: 8px;
}
.av-status .av-cuadro {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 28px;
  border-radius: 6px;
}
.av-status .av-cuadro.disponible {
  border: 1px solid #b2b2b2;
  color: #0FA870;
}
.av-status .av-cuadro.promociones {
  background-color: #21c1f1;
  color: white;
}
.av-status .av-cuadro.limitada {
  background-color: #FF8D00;
}
.av-status .av-cuadro.no-disponible {
  background-color: #9B9B9B;
}
.av-status p {
  display: inline-block;
  padding-left: 12px;
  vertical-align: middle;
}
/* ------------------------------------------------------------
    CALENDARIO DISPONIBILIDAD DATERANGE DATEPICK
------------------------------------------------------------ */
@media (min-width: 768px) {
  #av-daterange_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  #av-daterange {
    display: none;
  }
}
.daterange-container {
  margin: 12px auto;
}
#av-daterange tbody td,
#av-daterange_mobile tbody td {
  border: none;
}
#av-daterange th,
#av-daterange_mobile th {
  border: thin solid #ffffff;
}
#av-daterange_mobile {
  margin: 6px auto;
  width: 220px;
}
#av-daterange {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.datepick {
  background-color: #ffffff;
  color: #9b9b9b;
  border: 1px solid #d8d8d8;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-size: 90%;
  min-width: 480px;
  width: 100%;
}
.is-datepick #av-daterange {
  max-width: 480px;
}
.datepick-rtl {
  direction: rtl;
}
.datepick-popup {
  z-index: 1000;
}
.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.datepick a {
  color: #4a4a4a;
  text-decoration: none;
}
.datepick a.datepick-disabled {
  color: #d8d8d8;
  cursor: auto;
}
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #78e5ba;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold;
}
.datepick-nav,
.datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.datepick-ctrl {
  background-color: #0fa76d;
}
.datepick-cmd {
  width: 30%;
}
.datepick-cmd:hover {
  background-color: #78e5ba;
}
.datepick-ctrl .datepick-cmd:hover {
  background-color: #78e5ba;
}
.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
  width: 8%;
}
a.datepick-cmd {
  height: 1.5em;
}
button.datepick-cmd {
  text-align: center;
}
.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  padding-left: 2%;
}
.datepick-cmd-current,
.datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center;
}
.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right;
}
.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right;
}
.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left;
}
.datepick-month-nav {
  float: left;
  background-color: #b1db87;
  text-align: center;
}
.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%;
}
.datepick-month-nav span {
  color: #888;
}
.datepick-month-row {
  clear: left;
}
.datepick-month {
  float: left;
  width: 15em;
  margin: 3px 10px 3px 10px;
  text-align: center;
}
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 1.7em;
  background-color: #ffffff;
  color: #21c1f1;
  font-family: "montserrat-light", sans-serif;
  font-size: 13px;
}
.datepick-month-header select,
.datepick-month-header input {
  height: 1.6em;
  border: none;
}
.datepick-month-header input {
  position: absolute;
  display: none;
}
.datepick-month table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.datepick-month thead {
  border-bottom: none !important;
}
.datepick-month th,
.datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center;
}
.datepick-month th {
  border: none inherit;
}
.datepick-month th,
.datepick-month th a {
  background-color: #d8d8d8;
  color: #000;
}
.datepick-month td {
  background-color: #fff;
  color: #666;
  border: 1px solid #f3f3f3 !important;
}
.datepick-month td.datepick-week * {
  background-color: #b1db87;
  color: #666;
  border: none;
}
.datepick-month a {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
  text-decoration: none;
}
.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em;
}
.datepick-month td span {
  color: #888;
}
.datepick-month td .datepick-other-month {
  color: #d0d2d3;
  font-family: "lato-light", sans-serif;
}
.datepick-month td .datepick-weekend {
  background-color: #ffffff;
}
.datepick-month td .datepick-today {
  background-color: #78e5ba;
}
.datepick-month td .datepick-highlight.disponible,
.datepick-month td .disponible {
  color: #0FA870;
}
.datepick-month td .datepick-highlight.promociones,
.datepick-month td .promociones {
  border: 2px solid transparent;
  background-color: #21c1f1;
  color: white;
  border-radius: 10px;
}
.datepick-month td .datepick-highlight.limitada,
.datepick-month td .limitada {
  background-color: #ff8d00;
  color: white;
}
.datepick-month td .datepick-highlight.no-disponible,
.datepick-month td .no-disponible {
  background-color: #9b9b9b;
  color: white;
}
.datepick-month td .datepick-selected {
  background-color: #0fa76d;
  color: #fff;
}
.datepick-month td .datepick-selected.disponible {
  color: #fff;
}
.datepick-status {
  clear: both;
  background-color: #78e5ba;
  text-align: center;
}
.datepick-clear-fix {
  clear: both;
}
.av-selector .warning-big {
  font-size: 36px;
  color: #ff8d00;
}
/* ------------------------------------------------------------
    REGLAS OPERATIVAS
------------------------------------------------------------ */
.reglas-operativas {
  margin-bottom: 42px;
}
.reglas-content {
  height: auto;
  position: relative;
}
.reglas-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.reglas-content .hide-list {
  min-height: 500px;
  overflow: auto;
  height: 90vh;
}
.gallery-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.gallery-wrapper .graphic--icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.gallery-wrapper .graphic--icon:hover {
  opacity: 0.8;
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.gallery-content {
  max-width: 1000px;
}
.slider-gallery .back-module {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.slider-gallery .back-module figure {
  position: relative;
  height: 100%;
}
.slider-gallery-body {
  width: 100%;
  height: 68vh;
  position: relative;
}
.slider-gallery-body .graphic--icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.slider-gallery-body .graphic--icon:hover {
  opacity: 0.8;
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slider-gallery {
  height: 100%;
}
.slider-gallery .owl-stage-outer {
  height: 100%;
}
.slider-gallery .owl-item {
  height: 68vh;
}
.slider-gallery .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
}
.slider-gallery .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-gallery .owl-controls .owl-nav .owl-prev,
.slider-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  color: #ffffff;
  font-size: 70px;
  pointer-events: initial;
}
.slider-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
  pointer-events: initial;
}
.slider-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
  pointer-events: initial;
}
.slider-gallery .owl-controls .owl-dots {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.slider-gallery .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 20px;
}
.slider-gallery .owl-controls .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0);
  display: block;
  border-radius: 50%;
}
.slider-gallery .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.slider-gallery .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.gallery-thumbs {
  display: table;
  width: 100%;
  text-align: center;
  padding: 12px 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gallery-thumbs .gallery-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
  opacity: .4;
  width: 70px;
  height: 34px;
  overflow: hidden;
}
.gallery-thumbs .gallery-thumb-item.active {
  opacity: 1;
}
.gallery-thumbs .gallery-thumb-item img {
  width: 60px;
  height: auto;
}
.gallery-caption {
  background-color: rgba(22, 105, 119, 0.75);
  color: white;
  width: 100%;
  height: auto;
  padding: 15px;
  position: absolute;
  bottom: 0 !important;
  z-index: 2;
}
.gallery-caption h4 {
  color: white !important;
  padding: 12px;
}
.gallery-caption p {
  padding: 0;
  font-size: 18px;
}
/* ------------------------------------------------------------
    MODALS
------------------------------------------------------------ */
.modalSpecial {
  background-color: rgba(24, 24, 24, 0.95);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  z-index: 99999;
  top: -200%;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.modalSpecial hr {
  color: #979797;
  height: 0.5rem;
}
.modalSpecial.modal-gallery .container .modal-header .modal-close {
  color: white;
  font-size: 40px;
  top: 0;
  position: absolute;
  right: 22px;
}
.modalSpecial.modal-gallery .container .modal-header .modal-close:hover,
.modalSpecial.modal-gallery .container .modal-header .modal-close:focus {
  color: #21c1f1;
  text-decoration: none;
  cursor: pointer;
}
.modalSpecial.modal-gallery .container .modal-header h3 {
  padding-top: 22px;
  color: white;
}
.modalBasic {
  background-color: rgba(74, 74, 74, 0.75);
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
.modalBasic hr {
  color: #979797;
  height: 0.5rem;
}
.modalBasic.modal-search {
  /*.modal-header {
            .modal-close{
                color: #4a4a4a;
                font-size: 40px;
                top: 0;
                position: absolute;
                right: 22px;
            }
            .modal-close:hover,
            .modal-close:focus {
                color: @colorPrimary;
                text-decoration: none;
                cursor: pointer;
            }
        }*/
}
.modalBasic.modal-search .search-module {
  transform: translate(0, 100%);
  bottom: inherit;
  left: inherit;
}
.modalBasic.modal-search .search-module .modal-close {
  color: white;
  font-size: 14px;
  bottom: 12px;
  position: absolute;
  right: 22px;
}
.modalBasic.modal-search .search-module .modal-close:hover,
.modalBasic.modal-search .search-module .modal-close:focus {
  color: #21c1f1;
  text-decoration: none;
  cursor: pointer;
}
.modalBasic.modal__credit .modal-content {
  padding: 40px 20px 20px 20px;
}
.modalBasic.modal--loader {
  background-color: rgba(255, 255, 255, 0.7);
}
.modalBasic.modal--loader h4 {
  text-align: center;
  margin-top: 20%;
}
.modalBasic.modal--loader h5 {
  text-align: center;
}
.modalBasic.modal--loader h5:hover {
  cursor: pointer;
}
.modalBasic.modal--loader .sk-circle {
  margin: 40px auto 20px;
}
.left0 {
  padding-left: 0px !important;
}
.modal-content {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 22px 22px 52px;
  background-color: #ffffff;
}
.modal-content.modal--mid {
  height: auto;
  padding: 22px;
}
.modal-content.modal--large {
  top: 0;
  transform: translate(-50%, 0);
}
.modal-content .compare__hide {
  height: 500px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.modal-content .compare__hide::-webkit-scrollbar,
.modal-content .compare__hide::-moz-scrollbars {
  display: none;
}
.modal-content .premio {
  height: 90%;
}
.modal-content .modal-header .modal-close {
  color: #4a4a4a;
  font-size: 40px;
  top: -10px;
  position: absolute;
  right: 10px;
}
.modal-content .modal-header .modal-close:hover,
.modal-content .modal-header .modal-close:focus {
  color: #21c1f1;
  text-decoration: none;
  cursor: pointer;
}
.modal--conoce .modal-content {
  position: fixed;
  top: 50px !important;
  transform: translate(-50%, 0);
  overflow-y: scroll;
  max-height: 90vh;
}
/*.modal-gallery {
    .container {
        .modal-header {
            .modal-close{
                color: white;
                font-size: 40px;
                top: 0;
                position: absolute;
                right: 22px;
            }
            .modal-close:hover,
            .modal-close:focus {
                color: @colorPrimary;
                text-decoration: none;
                cursor: pointer;
            }
            h3 {
                padding-top: 22px;
                color: white;
            }
        }
    }
}*/
.chat-calendar {
  padding-top: 12px;
}
.chat-calendar .chat-trigger {
  background-color: #00d07f;
  border: 3px solid #0fa76d;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 -2px;
}
.chat-calendar .chat-trigger i {
  margin: 0 -12px;
  vertical-align: middle;
  transform: scale(0.8);
}
.chat-calendar .chat-text {
  margin: 1px auto;
  vertical-align: middle;
  display: inline-block;
}
/* ------------------------------------------------------------
   FEATURED BOXES
------------------------------------------------------------ */
.featured-boxes {
  width: 100%;
  height: auto;
}
.featured-boxes .owl-controls {
  display: block;
}
.featured-boxes .owl-controls .owl-nav {
  pointer-events: none;
  position: absolute;
  top: 40%;
  width: 100%;
  height: 100px;
}
.featured-boxes .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  pointer-events: all;
}
.featured-boxes .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  pointer-events: all;
}
.featured-boxes .owl-carousel,
.featured-boxes .owl-item {
  height: 480px;
}
.featured-boxes .item {
  height: 470px;
  margin: 5px 3px;
  cursor: pointer;
}
.featured-boxes img.image {
  width: 100%;
  height: auto;
}
.featured-boxes--title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  color: #ffffff;
  background: #ebebeb;
  padding: 5px 2%;
}
.featured-boxes--title h5 {
  float: left;
  text-transform: uppercase;
  margin: 0;
  font-family: "lato-light", sans-serif;
  font-size: 18px;
}
.featured-boxes--title a {
  float: right;
  color: #ffffff;
}
.featured-boxes--title.title--color1 {
  background: #7ac943;
}
.featured-boxes--title.title--color2 {
  background: #21c1f1;
}
.featured-boxes--title.title--color3 {
  background: #dc143c;
}
.featured-boxes--title.title--color4 {
  background: #f0a12f;
}
.featured-boxes--title.title--color5 {
  background: #f4803c;
}
.featured-boxes--title.title--color6 {
  background: #65c5a1;
}
.featured-boxes--bottom {
  width: 100%;
  height: 90px;
  padding: 20px 2%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.featured-boxes--bottom h5 {
  margin: 0;
}
.featured-boxes--bottom .featured-boxes--basic {
  position: absolute;
  left: 2%;
  bottom: 25px;
  width: 60%;
}
.featured-boxes--bottom .featured-boxes--basic .basic--option1,
.featured-boxes--bottom .featured-boxes--basic .basic--option2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.featured-boxes--bottom .featured-boxes--basic .basic--option2 {
  opacity: 0;
}
.featured-boxes--bottom .featured-boxes--basic .basic--option2 i,
.featured-boxes--bottom .featured-boxes--basic .basic--option2 span {
  float: left;
}
.featured-boxes--bottom .featured-boxes--basic .basic--option2 i {
  margin-right: 10px;
}
.featured-boxes--bottom .featured-boxes--basic .basic--option2 span {
  display: block;
  line-height: 28px;
}
.featured-boxes--bottom a.btn {
  text-align: center;
  text-decoration: none;
  width: 150px;
  display: block;
  padding: 0;
  height: 35px;
  position: absolute;
  right: 2%;
  bottom: 25px;
}
.featured-boxes--bottom .featured-boxes--hidden {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  width: 100%;
  opacity: 0;
  padding: 0 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-boxes--bottom .featured-boxes--hidden h3 {
  margin: 0;
  color: #ffffff;
}
.featured-boxes--bottom .featured-boxes--widget {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
}
.featured-boxes--bottom .featured-boxes--widget .widget--weather {
  float: right;
  margin-right: 2%;
}
.featured-boxes--bottom .featured-boxes--widget .widget--weather p {
  float: left;
  line-height: 50px;
  margin-right: 5px;
  font-size: 20px;
}
.featured-boxes--bottom .featured-boxes--widget .widget--weather i {
  float: right;
}
.featured-boxes--bottom .featured-boxes--widget .favorite--check {
  float: right;
  clear: both;
  margin-right: 3%;
  width: 30px;
  height: 30px;
}
.featured-boxes--bottom .featured-boxes--widget .favorite--check i {
  font-size: 30px;
}
.featured-boxes--bottom:hover {
  height: 100%;
}
.featured-boxes--bottom:hover .featured-boxes--hidden {
  opacity: 1;
}
.featured-boxes--bottom:hover .featured-boxes--basic .basic--option1 {
  opacity: 0;
}
.featured-boxes--bottom:hover .featured-boxes--basic .basic--option2 {
  opacity: 1;
}
.featured-boxes--bottom:hover .featured-boxes--widget {
  opacity: 1;
}
/* ------------------------------------------------------------
    SLIDER BLOG
------------------------------------------------------------ */
.blog-section__title h3 {
  margin: 22px auto 12px !important;
}
.blog-section__title hr {
  margin-top: 12px;
  margin-bottom: 20px;
  width: 200px;
  border: 0;
  border-top: 3px solid #21c1f1;
}
.slider-blog {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
.slider-blog .owl-carousel,
.slider-blog .owl-item {
  height: 480px;
}
.slider-blog .item {
  height: 480px;
}
.slider-blog .item .blog--top,
.slider-blog .item .blog--bottom {
  position: relative;
  left: 2%;
  z-index: 2;
}
.slider-blog .item .blog--top a.btn,
.slider-blog .item .blog--bottom a.btn {
  width: 180px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.slider-blog .item .blog--top a.btn.type1,
.slider-blog .item .blog--bottom a.btn.type1 {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider-blog .item .blog--top {
  top: 20px;
  width: 56%;
}
.slider-blog .item .blog--top h3 {
  width: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slider-blog .item .blog--top p {
  margin-bottom: 20px;
  color: white;
  font-family: "lato-light", 'sans-serif' !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slider-blog .item .blog--top p span {
  font-family: "Arial", 'sans-serif' !important;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slider-blog .item .blog--bottom {
  /* bottom:20px;*/
  width: 55%;
  margin-top: 30px;
}
.slider-blog .item .blog--bottom p {
  color: white;
  font-family: "lato-light", 'sans-serif' !important;
  font-size: 0.75rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slider-blog .item .blog--bottom p span {
  font-family: "Arial", 'sans-serif' !important;
  font-weight: 400;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.slider-blog .item.item--type2 .blog--top,
.slider-blog .item.item--type2 .blog--bottom {
  color: #ffffff;
}
.slider-blog .item.item--type2 .blog--top h3 {
  width: 80%;
}
.slider-blog img.image {
  width: 100%;
  height: auto;
}
.slider-blog .owl-controls {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.slider-blog .owl-controls .owl-nav {
  display: none;
}
.slider-blog .owl-controls .owl-dots {
  width: 100%;
  height: auto;
  text-align: center;
}
.slider-blog .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 20px;
}
.slider-blog .owl-controls .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0);
  display: block;
  border-radius: 50%;
}
.slider-blog .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.slider-blog .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
/* ------------------------------------------------------------
    CAROUSEL BLOG
------------------------------------------------------------ */
.carousel-blog {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.carousel-blog .owl-carousel,
.carousel-blog .owl-item {
  height: 520px;
}
.carousel-blog .item {
  height: 510px;
  margin: 5px 3px;
}
.carousel-blog img.image {
  width: 100%;
  height: auto;
}
.carousel-blog figure {
  border-radius: 5px;
}
.carousel-blog .owl-nav {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-blog .owl-nav .owl-prev,
.carousel-blog .owl-nav .owl-next {
  position: absolute;
}
.carousel-blog .owl-nav .owl-prev {
  left: 1%;
}
.carousel-blog .owl-nav .owl-next {
  right: 1%;
}
.blog--click {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
}
.blog--click .carousel-blog--bottom {
  width: 100%;
  height: 80px;
  padding: 10px 3%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 5px 5px;
}
.blog--click .carousel-blog--bottom h6,
.blog--click .carousel-blog--bottom h5 {
  margin: 0;
  text-transform: uppercase;
}
.blog--click .carousel-blog--bottom h6 {
  font-size: 12px;
  font-family: "lato-light", sans-serif;
}
.blog--click .carousel-blog--bottom h5 {
  font-size: 14px;
  letter-spacing: 1px;
}
.blog--click .carousel-blog--bottom .bottom--principal {
  position: absolute;
  bottom: 10px;
  left: 3%;
}
.blog--click .carousel-blog--bottom .bottom--hidden {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog--click .carousel-blog--bottom .bottom--hidden span,
.blog--click .carousel-blog--bottom .bottom--hidden article,
.blog--click .carousel-blog--bottom .bottom--hidden p {
  position: absolute;
}
.blog--click .carousel-blog--bottom .bottom--hidden span {
  top: 10px;
  left: 3%;
  text-transform: uppercase;
  font-size: 13px;
}
.blog--click .carousel-blog--bottom .bottom--hidden p {
  right: 3%;
  bottom: 10px;
}
.blog--click .carousel-blog--bottom .bottom--hidden article {
  top: 50%;
  width: 90%;
  left: 3%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog--click .carousel-blog--bottom .bottom--hidden article h5 {
  margin-bottom: 5px;
}
.blog--click:hover .carousel-blog--bottom {
  height: 100%;
  border-radius: 5px;
}
.blog--click:hover .carousel-blog--bottom .bottom--principal {
  opacity: 0;
}
.blog--click:hover .carousel-blog--bottom .bottom--hidden {
  opacity: 1;
}
/*--------TIMELINE-------*/
.slider-timeline {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 5px 5px 5px;
  /* figure {
        border-radius: 5px;
    }*/
}
.slider-timeline .owl-stage-outer {
  overflow: visible;
}
.slider-timeline .owl-carousel,
.slider-timeline .owl-item {
  width: 100%;
}
.slider-timeline .owl-nav {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-timeline .owl-nav .owl-prev,
.slider-timeline .owl-nav .owl-next {
  position: absolute;
}
.slider-timeline .owl-nav .owl-prev {
  left: 0;
}
.slider-timeline .owl-nav .owl-next {
  right: 0;
}
.timeline-year {
  border: solid 3px #21c1f1;
  border-radius: 21px;
  background-color: white;
  height: 42px;
  width: 120px;
  margin: 22px 0 0 52px;
  position: relative;
  top: 0;
  z-index: 1;
}
.timeline-year p {
  color: #21c1f1;
  font-size: 1.125rem;
  font-family: "montserrat-bold", sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 8px;
}
.timeline-union {
  display: inline-block;
  background: #21c1f1;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  z-index: 0;
  position: absolute;
  top: 42px;
  left: 5px;
  right: 5px;
}
.premio {
  background-color: #f7f7f7;
  border-radius: 3px;
  min-height: 210px;
  margin: 8px 8px 16px 8px;
}
.premio table,
.premio table td {
  border: hidden;
  vertical-align: top;
  padding: 6px;
  max-width: 290px;
}
.premio table i,
.premio table td i {
  color: #21c1f1;
  font-size: 4.250rem;
  padding-top: 12px;
}
.premio table h4,
.premio table td h4 {
  padding-top: -10px inherit;
  margin: 0;
}
.premio table h5,
.premio table td h5 {
  padding-top: 12px;
  padding-bottom: 0px inherit;
  margin: 0;
}
.premio table p,
.premio table td p {
  padding-top: 22px;
  padding-left: 0;
  left: 0;
}
.premio table p span,
.premio table td p span {
  font-family: "lato-light", sans-serif !important;
  color: #787878 !important;
}
.modal--premio .premio {
  padding: 15px;
  margin: 0;
}
.modal--premio .premio table {
  max-width: 100%;
}
.modal--premio article {
  padding: 0;
}
#descripcion span {
  font-size: 18px !important;
}
/* ------------------------------------------------------------
    SUSCRIBE
------------------------------------------------------------ */
.suscribe-module {
  height: auto;
  padding: 30px 0 30px 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.suscribe-module article {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.suscribe-module article h3 {
  color: #ffffff;
  font-family: "lato-light", sans-serif;
  text-align: center;
}
.suscribe-module .shade {
  background: #000000;
  z-index: 0;
}
.suscribe-module figure {
  z-index: 0;
  opacity: 0.6;
}
.suscribe--form {
  width: 100%;
}
.suscribe--form input {
  float: left;
  font-size: 1.125rem;
  width: 78%;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.suscribe--form button.btn {
  width: 20%;
  height: 45px;
  float: right;
  display: block;
  padding: 0;
}
/* ------------------------------------------------------------
    CHAT
------------------------------------------------------------ */
#livechat-compact-container {
  display: none;
}
#livechat-full {
  z-index: 999 !important;
}
#livechat-full input.text {
  width: 100%;
}
#livechat-full input.submit {
  width: 100%;
}
#livechat-full-view {
  height: 440px;
}
#livechat-full-view.active {
  height: 441px !important;
}
.chat-module {
  position: fixed;
  right: -130px;
  bottom: 10%;
  width: 180px;
  background: #00d07f;
  border: 4px solid #0fa76d;
  color: #ffffff;
  z-index: 9999;
  display: block;
  padding: 6px 0;
}
.chat-module.help-calendar {
  position: relative inherit;
  left: 60px;
  bottom: 15%;
  border: none;
}
.chat-module a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.chat-module.scrolled {
  right: 0;
}
.chat-module:hover {
  right: 0;
}
.chat-module:hover div {
  opacity: 1;
}
.chat-module section {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  background: #00d07f;
  border: 4px solid #0fa76d;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chat-module section i.graphic--icon.g5 {
  position: relative;
  z-index: 3;
  margin-top: 9px;
  margin-left: 10px;
  background: url(../images/icons/chat-icon.svg) center center no-repeat !important;
  width: 45px;
  height: 45px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.chat-module div {
  float: right;
  text-align: right;
  padding-right: 5px;
  background: #00d07f;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  letter-spacing: -0.5px;
  opacity: 0;
}
.chat-module div h6,
.chat-module div p {
  font-family: "lato-light", sans-serif;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  line-height: 14px;
}
.chat-module div h6 {
  margin: 0 0 -6px 0;
}
.chat-module div p {
  margin: 0;
}
/* ------------------------------------------------------------
    DESTINATIONS MAP
------------------------------------------------------------ */
.map-container {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #b1e4ff;
}
.map-container.map-container--list {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 40%;
}
.map-sidebar {
  position: absolute;
  top: 149px;
  left: 0;
  z-index: 401;
  width: 100%;
  max-width: 280px;
  overflow-y: hidden;
  height: calc(100% - 149px);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.map-sidebar > .input-combo {
  width: 100%;
}
.map-sidebar.absolute {
  min-height: 54%;
  height: calc(100% - 266px);
  position: absolute;
  top: 266px;
}
.map-sidebar::-webkit-scrollbar {
  display: none;
}
.listsgroup-container,
.cardsgroup-container {
  height: 64vh;
  min-height: 370px;
  overflow-y: auto;
  margin-top: 10px;
}
.cardsgroup__item .card--wide {
  border-top: 0;
}
.cardsgroup__item:last-child .card--wide {
  border-bottom: 0;
}
.listsgroup {
  position: relative;
  padding-bottom: 60px !important;
  list-style-type: none;
}
.listsgroup .listsgroup__item {
  margin: 0;
}
.listsgroup .listsgroup__item .cardsgroup__item {
  margin-left: 0;
}
.listsgroup .listsgroup__item .btn-next {
  width: 100%;
}
.listsgroup .listsgroup__item .btn-next .btn__text {
  display: inline-block;
  max-width: calc(70%);
  line-height: 30px;
}
.listsgroup .listsgroup__item .btn-next .btn__text.active {
  font-family: 'lato-regular';
}
.listsgroup .listsgroup__item .btn-next.open {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  color: #333;
}
.listsgroup .listsgroup__item .btn-next.open::after {
  display: none;
}
.listsgroup .listsgroup__item.hide {
  max-height: 0;
  opacity: 0;
}
.listsgroup .dropdown {
  /*max-height: 0;
        overflow: hidden;
        opacity: 0;*/
  display: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.listsgroup .dropdown.dropdown--open {
  /*max-height: 9000px;
            opacity: 1;*/
  display: block;
}
.listsgroup .dropdown.dropdown--children {
  padding: 0 0 0 10px;
}
.listsgroup .dropdown.dropdown--children .cardgroup__item {
  margin-left: 20px;
}
.listsgroup .dropdown.dropdown--children .cardgroup__item .btn-next::after {
  display: none;
}
/* ------------------------------------------------------------
    MAP PARK ROYAL
------------------------------------------------------------ */
.map-park .map-sidebar {
  top: 22px;
  height: calc(58%);
  min-height: 95%;
}
.cardsgroup {
  list-style-type: none;
}
.cardsgroup .cardsgroup__header {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cardsgroup .cardsgroup__header h2 {
  font-family: "montserrat-light", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0;
  max-width: calc(100% - 150px);
}
.cardsgroup .cardsgroup__header .select {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 150px;
  padding: 0 15px 0 30px;
}
.cardsgroup .cardsgroup__header .select .select__label {
  font-size: 16px;
  margin-bottom: 0;
}
.cardsgroup .cardsgroup__header .select .select__select {
  width: 100%;
  border-radius: 2px;
  border-color: #999;
  color: #999;
}
.cardsgroup .cardsgroup__header.cardsgroup__header--featured {
  padding-left: 40px;
}
.cardsgroup .cardsgroup__header.cardsgroup__header--featured i,
.cardsgroup .cardsgroup__header.cardsgroup__header--featured h2,
.cardsgroup .cardsgroup__header.cardsgroup__header--featured p {
  display: inline-block;
}
.cardsgroup .cardsgroup__header.cardsgroup__header--featured i {
  position: absolute;
  top: 25px;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  color: #FD8D25;
  border: 1px solid #FD8D25;
  border-radius: 50%;
}
.cardsgroup .cardsgroup__header.cardsgroup__header--featured h2 {
  color: #FD8D25;
  width: 100%;
}
.cardsgroup .cardsgroup__header.cardsgroup__header--featured p {
  color: #AFAFAF;
}
.cardsgroup .cardsgroup__list {
  padding-right: 15px;
  list-style-type: none;
}
.cardsgroup--wide {
  max-width: 100%;
  margin: 0;
  overflow-y: hidden;
  background-color: #FFF;
  box-shadow: 1px 0 3px rgba(1, 36, 36, 0.05);
}
.cardsgroup--wide .cardsgroup__item {
  margin-left: 0;
}
/* ======= PROMOS ==========*/
.rl-mobile--info .icon-promo {
  color: #0fa76d;
}
.rl-mobile--info .offer {
  color: #0fa76d;
}
.rl-mobile--info .ltd {
  padding-top: 6px;
  color: #ff8d00;
}
.featured-header {
  margin: 22px auto;
  padding: 22px 0;
}
.rl-mobile--photo .btn {
  position: absolute;
}
.rl-mobile--photo .btn.btn-favorite {
  top: 20px;
  right: 20px;
}
.rl-mobile--photo .btn.btn-square {
  bottom: 120px;
  left: 20px;
}
.rl-mobile--photo .btn i {
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.75);
}
.featured-header i {
  color: #ff8d00;
  font-size: 30px;
}
.featured-header h3 {
  color: #ff8d00;
  font-family: "montserrat-regular", sans-serif !important;
  font-weight: inherit;
  font-size: 24px;
}
.featured-header p {
  color: #4a4a4a;
}
.card {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #DDDDE2;
}
.card .card__icon {
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}
.card .card__name,
.card .card__title {
  margin: 0;
  padding-right: 25px;
  font-family: "montserrat-light", sans-serif;
  font-weight: lighter;
  font-size: 16px;
  color: #21c1f1;
}
.card .card__addon {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}
.card .card__addon i {
  color: red;
}
.card .card__addon p {
  font-size: 18px;
  color: #0FA870;
}
.card .card__addon p.offer-title {
  color: #0FA870;
}
.card .card__addon p.offer {
  font-size: 18px;
}
.card .card__addon p.offer-detail {
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* number of lines to show */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card .card__addon.icon--left {
  padding-left: 30px;
}
.card .card__addon.icon--left > i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: red;
}
.card .card__content {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.card .card__content .card__type,
.card .card__content .card__price,
.card .card__content .card__capacity {
  margin: 0;
  color: #424242;
}
.card .card__content .card__type,
.card .card__content .card__capacity {
  font-family: "montserrat-light", sans-serif;
  font-size: 0.875rem;
  font-weight: lighter;
}
.card .card__content .card__price {
  font-family: "montserrat-regular", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
}
.card .card__content .card__price span {
  margin: 0 4px 0 0;
  font-family: "montserrat-light", sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.card .card__cta {
  text-align: center;
}
.card .card__cta .btn {
  width: 100%;
  max-width: 190px;
  letter-spacing: -0.5px;
  padding: 5px 0;
  text-align: center;
}
_:-moz-tree-row(hover),
.card .card__addon p.offer-detail {
  height: 2.55rem;
  line-height: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
_:-moz-tree-row(hover),
.card .card__addon p.offer-detail:after {
  bottom: 0;
  content: "...";
  padding: 0 0 0 25px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.card--wide {
  padding-top: 0;
  padding-bottom: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c5c5c5;
}
.card--wide .card__image,
.card--wide .card__info {
  float: left;
}
.card--wide .card__image {
  display: block;
  height: 200px;
  padding: 0;
}
.card--wide .card__image .btn-square {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.card--wide .card__image .btn-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
}
.card--wide .card__info {
  padding: 15px 20px;
}
.card--wide .card__info .rating img {
  width: 130px !important;
}
.card--wide .card__info .card__title {
  padding-right: 0;
  font-size: 1.5rem;
  color: #323232;
  word-wrap: break-word;
}
.card--wide .card__info .card__place {
  color: #323232;
}
.card--wide .card__info .card__addon {
  padding: 0;
}
.card--wide .card__info .card__addon:first-child {
  padding-top: 6px;
}
.card--wide .card__info .card__addon.card__addon--limited p {
  color: red;
}
.card--wide .card__billing {
  margin-top: 20px;
}
.card--wide .card__billing .card__content {
  margin: 0;
}
.card--wide .card__billing .card__cta .btn-link {
  margin: 12px auto;
}
.card--wide .card__billing .card__cta .btn-link.top--0 {
  margin-top: 0;
}
.card--wide .card__billing .ur-alert {
  color: #f07265;
  font-size: 16px;
  margin: 20px auto 0;
}
.booking-alert {
  padding: 5px 10px;
  text-align: center;
  color: red;
}
.booking-alert p {
  font-size: 16px;
}
.fa-times-circle::before {
  content: "\f057";
}
#cerrar-mensaje_reserva {
  float: left;
  margin-left: 15px;
  margin-top: 3px;
  display: none;
}
.validation-message {
  margin: 12px 0;
}
.validation-message__text {
  text-align: left !important;
  display: inline;
  margin: 12px;
}
.validation-message__text.success-message {
  color: #00d07f !important;
}
.validation-message__text.success-message i {
  color: #00d07f !important;
}
#response.success-message {
  color: #00d07f !important;
}
#response.success-message i {
  color: #00d07f !important;
}
.success-message {
  color: #00d07f !important;
}
.success-message i {
  color: #00d07f !important;
}
#message-processing .sk-circle {
  margin: 20px auto;
}
.ur-alert {
  color: #f07265;
  font-size: 16px;
  margin: 20px auto;
}
.score {
  display: block;
  width: auto;
  height: auto;
  line-height: 10px;
}
.score .score__item {
  display: inline-block;
  line-height: 10px;
  margin-right: 5px;
}
.score .score__item .score__icon {
  font-size: 10px;
  line-height: 10px;
  color: #DBD8BF;
}
.score.score--5 .score__item:nth-of-type( -n + 5) .score__icon {
  color: #F5D800;
}
.score.score--4 .score__item:nth-of-type( -n + 4) .score__icon {
  color: #F5D800;
}
.score.score--3 .score__item:nth-of-type( -n + 3) .score__icon {
  color: #F5D800;
}
.score.score--2 .score__item:nth-of-type( -n + 2) .score__icon {
  color: #F5D800;
}
.score.score--1 .score__item:nth-of-type( -n + 1) .score__icon {
  color: #F5D800;
}
/* ------------------------------------------------------------
    INICIAR SESIÓN
------------------------------------------------------------ */
.inicia-sesion {
  color: #1e1e1e;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 140px;
  max-width: 554px;
  min-height: 60vh;
}
.inicia-sesion h2 {
  color: #4a4a4a;
  font-size: 42px;
  margin: 0 0 23px;
  font-family: "montserrat-light", sans-serif;
  text-align: center;
}
.inicia-sesion h3 {
  color: #1e1e1e;
  font-size: 21px;
  margin: 0 0 50px;
  font-family: "lato-light", sans-serif;
  text-align: center;
}
.inicia-sesion a {
  color: #21c1f1;
  text-decoration: none;
}
.inicia-sesion p {
  margin: 0 0 20px;
  text-align: center;
}
.inicia-sesion .validation-message__text {
  display: block;
}
.inicia-sesion .input-combo-simple {
  margin: 0 0 25px;
  color: #21c1f1;
}
.inicia-sesion .input-combo-simple input {
  color: #404040 !important;
}
.inicia-sesion .btn.type2 {
  display: block;
  margin: 0 auto;
  width: 280px;
}
.inicia-sesion .form--section {
  margin: 0px 0 15px;
}
.inicia-sesion .alert.alert-warning .validation-message__text {
  background: inherit;
}
.inicia-sesion .alert {
  position: relative;
  /*height: 100%;
        background-color: rgba(74, 74, 74, 0.75);
        p {
            &.validation-message__text {
                padding: 20px 15px;
                width: 50%;
                top: 50%;
                left: 50%;
                position: absolute;
                transform: translate(-50%, -50%);
            }
        }
        .modal-close {
            cursor: pointer;
            float: right;
        }*/
}
.inicia-sesion .alert .validation-message__text {
  background: inherit;
}
.olvidaste-contrasena {
  margin: 20px 0;
}
.inicia-sesion__contrasena-pass {
  margin: 0 0 50px;
}
.contenido {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.contenido ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .contenido {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .contenido {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .contenido {
    max-width: 1200px;
  }
}
.sitio-marcador {
  background: #7c7c7c;
  padding: 10px 0;
}
.sitio-marcador__mapa {
  color: #21c1f1;
  float: left;
  font-size: 18px;
  margin: 0 10px 0 0;
}
.sitio-marcador__container ul {
  float: left;
  margin: 1px 0 0 0;
  overflow: hidden;
  width: 89%;
  list-style: none;
}
.sitio-marcador__container ul li {
  color: #21c1f1;
  float: left;
  font-size: 14px;
  margin: 0 4px 0;
  padding: 0;
  font-family: "montserrat-light", sans-serif;
}
.sitio-marcador__container ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "montserrat-light", sans-serif;
}
.anualidad .general-table.resume-table td:first-of-type {
  width: 60%;
}
.general-table.resume-table > tbody {
  overflow-y: auto;
  outline: 1px solid #21c1f1;
}
.general-table.resume-table .panel-data {
  white-space: nowrap;
}
.general-table th.sorting_desc:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0dd";
  float: right;
}
.general-table th.sorting_asc:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0de";
  float: right;
}
.general-table th.sorting:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0dc";
  float: right;
}
/* ------------------------------------------------------------
    Anualidad
------------------------------------------------------------ */
.general-table .panel-data-label {
  display: block;
}
.anualidad h3 {
  padding: 12px;
}
.anualidad .general-table .panel-data-label {
  font-size: 16px;
}
.anualidad .general-table .ammount {
  text-align: right;
  white-space: nowrap;
}
.anualidad .general-table .ammount:first-letter {
  font-family: 'lato-regular';
}
.anualidad .th-right {
  text-align: right !important;
}
.anualidad .pay-module {
  margin: 0 0 42px;
}
.anualidad .pay-module .pay-header {
  background-color: #21c1f1;
  width: 100%;
  padding: 8px 12px;
  color: white;
  font-size: 16px;
  font-family: 'montserrat-Light';
}
.anualidad .pay-module h4 {
  padding: 12px;
  text-align: center;
}
.anualidad .promo-module {
  width: 100%;
}
.anualidad .promo-module h5 {
  margin-top: 12px;
}
.anualidad .promo-module hr {
  width: 80%;
  margin: 20x auto;
  border-top: 1px solid #b1b1b1;
}
.anualidad .promo-module .promo-extra {
  margin: 22px 0 12px;
}
.anualidad .promo-module .promo-extra span {
  color: #21c1f1;
  font-size: 1.1rem;
}
.anualidad .promo-container {
  display: none;
}
.anualidad .promo-check {
  padding: 12px;
  font-size: 20px;
  background-color: #ebebeb;
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  margin-bottom: 2px;
}
.anualidad .promo-check i {
  color: #21c1f1;
  margin-right: 6px;
}
.anualidad .tos-check input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 5px 0;
  width: auto;
}
.anualidad .tos-check label {
  vertical-align: middle;
  display: inline-block;
  margin: 12px 0;
  width: auto;
  cursor: pointer;
}
.anualidad .card-selector {
  margin: 0 auto;
  transform: translateX(20%);
}
.anualidad .card-selector.col-3-card {
  transform: translateX(2%);
}
.anualidad .card-selector .c-card {
  display: inline-block;
  width: auto;
  margin: 0 15px 0 0;
}
.anualidad .card-selector .c-card input[type=radio] {
  display: none;
  margin: 12px 0;
}
.anualidad .card-selector .c-card input[type=radio] + label {
  position: relative;
  border: 2px solid #b1b1b1;
  border-radius: 12px;
  padding: 12px;
  width: auto;
  display: inline-block;
  cursor: pointer;
}
.anualidad .card-selector .c-card input[type=radio] + label i {
  display: inline-block;
}
.anualidad .card-selector .c-card input[type=radio]:checked + label {
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  border: 2px solid #21c1f1;
}
.anualidad .card-selector .c-card input[type=radio]:checked + label .ic-card--banamex {
  background: url(../images/icons/banamex-active.svg) center center no-repeat;
}
.anualidad .card-selector .c-card input[type=radio]:checked + label .ic-card--bbva {
  background: url(../images/icons/bbva-active.svg) center center no-repeat;
  background-size: 200px;
}
.anualidad .card-selector .c-card input[type=radio]:checked + label .ic-card--visa {
  background: url(../images/icons/visa-active.svg) center center no-repeat;
  background-size: 120px;
}
.anualidad .card-selector .c-card input[type=radio]:checked + label .ic-card--master {
  background: url(../images/icons/master-active.svg) center center no-repeat;
  background-size: 67px;
}
.anualidad .card-selector .c-card input[type=radio]:checked + label .ic-card--amex {
  background: url(../images/icons/amex-active.svg) center center no-repeat;
  background-size: 70px;
}
/* ------------------------------------------------------------
    RESERVACION
------------------------------------------------------------ */
.resevacion-modulo__container img {
  vertical-align: middle;
}
.chat {
  display: none;
}
.proceso-marcador {
  clear: both;
}
.proceso-marcador ul {
  overflow: hidden;
}
.proceso-marcador ul li {
  background: #d8d8d8;
  color: #ffffff;
  float: left;
  margin: 0;
  padding: 24px 0;
  text-align: center;
  width: 33.3%;
  height: 100px;
  display: flex;
  align-items: center;
}
.proceso-marcador ul li span {
  float: left;
  font-size: 36px;
  margin: 0 5% 0 13%;
  font-family: "lato-regular", sans-serif;
}
.proceso-marcador ul li p {
  float: left;
  font-size: 16px;
  margin: 7px 0 0;
  width: 70%;
  font-family: "montserrat-light", sans-serif;
  text-align: left;
}
.proceso-marcador ul li.active {
  background: #21c1f1;
}
.proceso-marcador.full li {
  width: 100%;
}
.proceso-marcador.full li span {
  margin: 0 30px 0 60px;
}
.resevacion-modulo__container {
  margin: 40px 0 30px;
  overflow: hidden;
  padding: 0px 0 0;
}
.col-izq {
  float: left;
  padding: 0;
  width: 66.5%;
}
.resume h2 {
  color: #4a4a4a;
  font-size: 28px;
  margin: 0 0 30px;
  font-family: "montserrat-light", sans-serif;
}
.detalle-reservacion {
  background: #f7f7f7;
  margin: 0 0 30px;
  overflow: hidden;
}
.detalle-reservacion__titulo {
  text-align: center;
  padding: 10px 20px;
}
.detalle-reservacion__titulo h4 {
  font-size: 21px;
  margin: 0;
  font-family: "lato-regular", sans-serif;
}
.detalle-tablas__general {
  background: #21c1f1;
}
.detalle-tablas__general ul {
  overflow: hidden;
}
.detalle-tablas__general table {
  border: none;
  width: 100%;
}
.detalle-tablas__general td {
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}
.detalle-tablas__general td p {
  display: block;
  margin: 0 0 0px;
  text-align: center;
  line-height: 23px;
  font-family: "montserrat-light", sans-serif;
}
.detalle-tablas__general td p small {
  color: #cbf3ff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
.detalle-tablas__general td strong {
  display: block;
  font-size: 17px;
  text-align: center;
}
.detalle-tablas__general td span {
  display: block;
  margin: 0;
}
.detalle-tablas__general td span i {
  font-style: normal;
  font-size: 30px;
}
.detalle-tablas__general td td:first-of-type {
  padding-left: 20px;
}
.detalle-tablas__general td td:last-of-type {
  padding-right: 20px;
}
.detalle-tablas__general .js-detalle-despliegue {
  display: none;
}
.detalle-tablas__contenido.colapsado {
  padding: 20px;
}
.detalle-tablas__contenido.colapsado article {
  margin: 0 0 15px;
}
.detalle-tablas__contenido article {
  background: #ffffff;
}
.b_azul {
  border: #21c1f1 solid 1px;
}
.b_gris {
  border: solid 1px #d8d8d8 !important;
}
.resume__titulo-introduccion {
  margin: 0 0 40px;
}
.resume__titulo-introduccion p {
  color: #1e1e1e;
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 30px;
  font-family: "lato-light", sans-serif;
}
.detalle-tablas__general.col2 p {
  text-align: left;
}
.detalle-tablas__general.col2 strong {
  text-align: right;
}
.detalle-tablas__general.col2 td + td {
  display: block;
  float: right;
  text-align: right;
}
.detalle-tablas__general.col2 td + td strong {
  display: inline;
}
.cuotas span {
  float: right;
}
.restricciones {
  color: #9b9b9b;
  margin: 20px 0;
}
.form-reservacion {
  clear: both;
  margin: 0 0 30px;
  overflow: hidden;
}
.form-reservacion__datos_form {
  background: #f7f7f7;
  margin: 0 0 15px;
  padding: 20px;
}
.form-reservacion__datos_form .input-combo-simple {
  padding: 0 !important;
}
.form-reservacion__datos_form h4 {
  font-size: 21px;
  margin: 0 0 35px;
  padding-left: 0;
  color: #1e1e1e;
}
.fila {
  margin: 0 0 20px;
  overflow: hidden;
}
.reserva-otra-edicion {
  float: right;
  width: 400px;
}
.reserva-otra-edicion li {
  float: left;
}
.reserva-otra-edicion li a {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.reserva-otra-edicion li a strong {
  color: #1e1e1e;
  font-size: 16px;
  text-decoration: none;
  font-family: "lato-regular", sans-serif;
}
.reserva-otra-edicion li a strong i {
  margin: 0 0 0 10px;
}
/*MODAL EXTRA CHARGE*/
.politicas-terminos-extchrg article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.politicas-terminos__bloque-extchrg {
  width: 250px;
  flex-basis: auto;
  padding: 2px 20px 12px;
  border: 1px solid #21c1f1;
  margin: 10px;
}
.politicas-terminos__bloque-extchrg h3 {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #21c1f1;
}
.politicas-terminos__bloque-extchrg:last-of-type {
  /*border-bottom: 0;*/
}
.politicas-terminos__bloque {
  padding: 2px 20px 12px;
  border-bottom: 1px solid #ebebeb;
}
.politicas-terminos__bloque h3 {
  font-size: 16px;
}
.politicas-terminos__bloque:last-of-type {
  border-bottom: 0;
}
.politicas-terminos__aceptar {
  padding: 20px;
}
.politicas-terminos__aceptar a {
  text-decoration: none;
}
.politicas-terminos__aceptar .input-radio-simple {
  float: left;
  margin: 3px 8px 0 0;
}
.tos-toggle {
  margin: 20px 0 4px;
}
.tos-toggle i {
  font-size: 22px;
  cursor: pointer;
  margin-left: 10px;
}
.tos-special {
  margin: 20px 0 4px;
}
.resume .restrictions {
  font-size: 16px;
}
.imagen-hotel {
  margin: 0 0 30px;
  position: relative;
}
.imagen-hotel .caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 20px 3%;
  position: absolute;
  width: 100%;
}
.imagen-hotel .caption h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 4px;
  color: #ffffff;
}
.imagen-hotel .caption p {
  font-size: 12px;
  margin: 0 0 5px;
  color: #ffffff;
  line-height: 14px;
}
.imagen-hotel .caption ul li {
  float: left;
  margin: 0 5px 0 0;
}
.imagen-hotel .caption ul li i {
  font-size: 11px;
}
.imagen-hotel .caption ul li i.yellow {
  color: #F5D800;
}
.imagen-hotel .caption ul li i.gray {
  color: #DBD8BF;
}
.aviso-horario {
  margin: 0 0 30px;
}
.aviso-horario h3 {
  font-size: 21px;
}
.info-reservacion-realizada {
  background: #ffffff;
  border: solid 1px #21c1f1;
  overflow: hidden;
}
.info-reservacion-realizada td strong {
  float: right;
}
.descargar-imprimir {
  margin: 15px auto 15px;
  overflow: hidden;
  width: 200px;
  text-align: center;
}
.descargar-imprimir ul {
  width: 100%;
  display: inline-block;
}
.descargar-imprimir ul li {
  float: left;
  margin: 0 27px 20px 0;
}
.descargar-imprimir ul li:last-child {
  margin: 0;
}
.descargar-imprimir ul li a i {
  font-size: 40px;
}
.descargar-imprimir ul li p {
  font-size: 14px;
  font-family: "lato-bold", sans-serif;
  text-transform: uppercase;
}
.royal-travel {
  background: #f7f7f7;
  border: solid 1px #d8d8d8;
  overflow: hidden;
  padding: 20px;
}
.royal-travel__text {
  float: left;
  width: 36%;
}
.royal-travel__text h4 {
  font-size: 21px;
}
.royal-travel__text p {
  color: #9b9b9b;
}
.royal-travel__simbol {
  float: right;
  margin: 20px 0 0;
  width: 60%;
}
.royal-travel__simbol ul {
  overflow: hidden;
}
.royal-travel__simbol li {
  float: left;
  margin: 0;
  text-align: center;
  width: 78px;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.royal-travel__simbol li i {
  color: #737373;
  display: block;
  position: relative;
  margin: 0 auto 8px auto;
  font-size: 29px;
  width: 30px;
  height: 30px;
}
.royal-travel__simbol li strong {
  color: #4a4a4a;
}
.icon-vuelos {
  background: url(../images/icons/vuelos.png) center center no-repeat;
  background-size: 100% auto;
}
.icon-autos {
  background: url(../images/icons/autos.png) center center no-repeat;
  background-size: 100% auto;
}
.icon-traslados {
  background: url(../images/icons/traslados.png) center center no-repeat;
  background-size: 100% auto;
}
.icon-tours {
  background: url(../images/icons/tours.png) center center no-repeat;
  background-size: 100% auto;
}
.icon-autobus {
  background: url(../images/icons/autobus.png) center center no-repeat;
  background-size: 100% auto;
}
.royal-share {
  text-align: center;
}
.royal-share h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
.royal-flight {
  width: 100%;
  margin: 30px 0;
}
.flight__head {
  background: #09100A;
  color: #fff;
  padding: 15px 0;
}
.flight__head h4 {
  color: #fff;
}
.flight__head .flight__right {
  text-align: right;
}
.flight__head .flight__right img {
  width: 100px;
}
.flight__body {
  padding: 0;
  border: 1px solid #e4e3e3;
  background: #f7f7f7;
}
.flight__data {
  font-family: "montserrat-light", sans-serif;
  padding: 15px;
}
.flight__data h4 {
  color: #21c1f1;
  margin-bottom: 10px;
}
.flight__plane {
  padding: 0;
}
.flight__table {
  font-family: "montserrat-light", sans-serif;
  width: 100%;
  border-color: #ebebeb;
  border: 0;
  background: #fff;
}
.flight__table th h6 {
  color: #111C52;
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
  margin: 0;
}
.flight__table th img {
  width: 40px;
}
.flight__table th,
.flight__table td {
  border: 1px solid #e4e3e3;
  text-align: center;
  padding: 5px;
}
.flight__table th:last-child,
.flight__table td:last-child {
  border-right: 0;
}
.flight__table .table--color {
  color: #21c1f1;
}
.flight__table .table__promo {
  color: #21c1f1;
  display: inline-block;
  width: 100%;
}
.flight__table .table__promo i {
  font-size: 30px;
  margin-right: 5%;
}
.flight__table .table__promo p {
  font-size: 13px;
  width: 72%;
  text-align: left;
}
.flight__table .table__promo i,
.flight__table .table__promo p {
  float: left;
}
.table__pay {
  padding: 20px 0 !important;
  border-bottom: 0;
}
.table__pay .btn.type1 {
  padding: 5px 10px;
}
.facebook-btn {
  background: #3b5998;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 18px;
  width: 222px;
}
.facebook-btn i {
  float: left;
  font-size: 30px;
  margin: 8px 0;
}
.facebook-btn p {
  float: right;
  margin: 11px 0 0px;
}
.col-der {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.col-der__fixed {
  position: fixed;
  top: 30px;
  z-index: 10;
  max-width: 292px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}
.c-detalle .btn {
  margin: 20px 0 20px auto;
  width: 100%;
  max-width: inherit;
  border-radius: 15px;
  font-weight: 700 !important;
  font-size: 18px !important;
}
.c-detalle .dev-success-balance h3,
.c-detalle .dev-pending-balance h3 {
  margin: 0;
}
.aviso-tiempo__etiqueta-valor {
  background: #7AC943;
  color: #ffffff;
  overflow: hidden;
  padding: 15px 20px;
}
.aviso-tiempo__etiqueta {
  float: left;
  width: 49%;
}
.aviso-tiempo__etiqueta p {
  font-size: 16px;
  line-height: 22px;
  font-family: "montserrat-light", sans-serif;
}
.aviso-tiempo__valor {
  float: right;
  margin: 5px 0 0;
  width: 47%;
}
.aviso-tiempo__valor i {
  float: left;
  font-size: 22px;
  margin: 10px 20px 0 0;
}
.aviso-tiempo__valor span {
  float: right;
  font-size: 32px;
  line-height: 35px;
  font-family: "lato-regular", sans-serif;
}
.costo-reservacion-title {
  margin: 0 0 20px;
}
.costo-reservacion-title h4 {
  font-size: 21px;
  font-family: "montserrat-light", sans-serif;
}
.aviso-tiempo__descripcion {
  background: #f7f7f7;
  padding: 20px;
}
.aviso-tiempo__descripcion p {
  color: #9b9b9b;
  font-weight: 700;
}
.hotel-ubicacion {
  border: solid 1px #f7f7f7;
  padding: 20px;
  font-weight: 700;
  font-size: 18px;
}
.hotel-ubicacion h3 {
  font-size: 16px;
  font-family: "montserrat-regular", sans-serif;
}
.hotel-ubicacion p {
  font-weight: 700;
  font-size: 18px;
}
.caracteristicas {
  margin: 0 0;
}
.caracteristicas table {
  background: #f7f7f7;
  margin: 0 0 10px;
}
.caracteristicas table + table {
  margin: 0 0 0px;
}
.caracteristicas td strong {
  display: block;
  font-weight: 700 !important;
  font-size: 18px;
  float: right;
  text-align: right;
}
.tabla-valores td:first-of-type {
  text-align: left;
}
.tabla-valores td:last-of-type {
  text-align: right;
}
/*.caracteristicas.tabla--valores td {
  text-align: right;
}
.caracteristicas.tabla--valores td+td strong {
  text-align:right;
  width: 100%;
}*/
.info-tarjeta {
  background: #f7f7f7;
  margin: 50px 0 20px;
  padding: 20px;
}
.info-tarjeta h3 {
  font-size: 16px;
  margin: 0 0 19px;
}
.info-tarjeta table {
  border: none;
  margin: 0 0 21px;
  width: 100%;
}
.info-tarjeta table tr td {
  border: none;
  width: 33%;
}
.info-tarjeta table tr td label.visa {
  background: url(../images/images-reservacion/visa.png) no-repeat top;
}
.info-tarjeta table tr td label.visa.hover {
  background: url(../images/images-reservacion/visa-hover.png) no-repeat top;
}
.info-tarjeta table tr td label.master {
  background: url(../images/images-reservacion/master-card.png) no-repeat center;
}
.info-tarjeta table tr td label.master.hover {
  background: url(../images/images-reservacion/master-card-hover.png) no-repeat center;
}
.info-tarjeta table tr td label.american {
  background: url(../images/images-reservacion/american.png) no-repeat center;
}
.info-tarjeta table tr td label.american.hover {
  background: url(../images/images-reservacion/american-hover.png) no-repeat center;
}
.info-tarjeta table tr td .input-radio-simple {
  opacity: 0;
}
.info-tarjeta table tr td label {
  border: none;
  height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.info-tarjeta .input-combo-simple {
  margin: 0 0 20px;
}
.info-tarjeta .cancelar-cvc__input {
  float: right;
  margin: 0;
  width: 68%;
}
.fecha-vencimiento {
  margin: 0 0 20px;
  overflow: hidden;
}
.fecha-vencimiento label {
  margin: 0 0 15px;
}
.fecha-vencimiento .select-combo-simple {
  float: left;
  width: 46% !important;
}
.cancelar-cvc {
  clear: both;
  overflow: hidden;
}
.cancelar-cvc__link {
  float: left;
  margin: 14px 0 0;
  width: 29%;
}
.cancelar-cvc__input.input-combo-simple label {
  clear: none;
  float: left;
  margin: 14px 0 0;
  width: 31%;
}
.cancelar-cvc__input.input-combo-simple input {
  float: right;
  width: 67%;
}
.aviso2 {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 12px;
  overflow: hidden;
  padding: 15px;
}
.aviso2 h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 14px;
  font-family: "montserrat-light";
}
.aviso2 p {
  line-height: 22px;
  font-size: 14px;
  margin-top: 0 !important;
}
.aviso2.b_naranja {
  background: #FF8D00;
}
.aviso2.error {
  background: #da8686;
}
.aviso2.check {
  background: #21c1f1;
}
.icono--lateral i {
  float: left;
  font-size: 40px;
  margin: 0 20px 0 0;
}
.icono--lateral p {
  float: left;
  margin: 10px 0 0;
  width: 78%;
  font-family: "montserrat-light", sans-serif;
}
.check-block {
  background: #f7f7f7;
  overflow: hidden;
}
.checkin-checkout {
  margin: 0 auto 20px;
  width: 280px;
}
.checkin-checkout .calendar-check {
  margin: 0 0 20px;
}
.titleCondominiumMessage {
  max-width: 100%;
  font-size: 14px;
  display: block;
}
.horario-contacto {
  margin: 0 auto 20px;
  overflow: hidden;
  width: 90%;
}
.horario-contacto h3 {
  font-size: 16px;
  margin: 0 0 30px;
  font-family: "lato-regular", sans-serif;
}
.horario-contacto ul li {
  background: #d8d8d8;
  border-left: 1px #ffffff solid;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  width: 33%;
  position: relative;
}
.horario-contacto ul li label {
  cursor: pointer;
}
.horario-contacto ul li span {
  display: block;
}
.horario-contacto ul li p {
  display: block;
  font-size: 16px;
}
.horario-contacto ul li input {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}
.horario-contacto ul li.active {
  background: #21c1f1;
}
/* ------------------------------------------------------------
    UNDER REQUEST
------------------------------------------------------------ */
.under-request .log-in-inner input[type="text"],
.under-request .log-in-inner input[type="password"] {
  color: #21c1f1;
  border: 1px solid #9b9b9b;
  margin-bottom: 12px;
}
.under-request .log-in-inner ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
.under-request .log-in-inner ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
}
.under-request .log-in-inner :-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}
.under-request .log-in-inner :-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
}
.under-request form {
  background-color: #f7f7f7;
  padding: 12px;
}
.under-request form h5 {
  color: #4a4a4a;
}
.under-request form label.label--black {
  font-family: "montserrat-regular", sans-serif;
  font-size: 0.875rem;
  color: #1e1e1e;
  padding: 12px 12px 0 12px;
  margin-bottom: 8px;
}
.under-request form input {
  width: 100%;
}
.under-request form .checkin-checkout {
  margin: 0 auto;
  width: 100%;
}
.under-request form .checkin-checkout .check-in-out {
  float: left;
  width: 50%;
}
.under-request form .horario-contacto {
  width: 100%;
  margin: 0 auto;
}
.under-request form .horario-contacto ul {
  text-decoration: none;
}
.under-request form .horario-contacto ul li {
  list-style-type: none;
  padding: 2px;
}
.under-request form .selected-resort {
  padding-bottom: 12px;
}
.under-request form .selected-resort h6 {
  margin: 12px 0 2px;
}
.under-request form .selected-rooms {
  border: 2px solid #c8c8c8;
  padding-top: 12px inherit;
  margin: 0 auto;
  width: 100%;
}
.under-request form .selected-rooms label.label--black {
  font-family: "montserrat-regular", sans-serif;
}
.under-request form .selected-rooms .selected-group .selected-room {
  padding: 9px 12px;
}
.under-request form .selected-rooms .selected-group .selected-room span.delete {
  position: absolute;
  right: 22px;
  border: 1px solid #d8d8d8;
  text-align: right;
  border-radius: 2px;
  padding: 2px 3px 2px 3px;
}
.under-request form .selected-rooms .selected-group .selected-room span.quantity {
  color: #21c1f1;
  font-family: "montserrat-regular", sans-serif;
}
.under-request form .selected-rooms .selected-group .selected-room span.room-name {
  color: #1e1e1e;
  font-family: "lato-regular", sans-serif;
  padding-left: 12px;
}
.under-request form .selected-rooms .selected-group hr {
  padding: 0;
  margin: 0;
}
.under-request form .persons {
  border: 1px solid #9b9b9b;
  width: 100%;
}
.under-request form .btn {
  margin: 12px auto;
  width: 100%;
}
.shopping-desktop .selected-rooms .balance .credits,
.shopping-desktop .selected-rooms .balance .money {
  padding-left: 15px !important;
}
.shopping-desktop .selected-rooms .balance .credits {
  text-align: left !important;
  border-right: 1px solid #ebebeb;
}
.shopping-desktop .selected-rooms .balance .money {
  width: 2%;
  text-align: right !important;
}
.scroll-container {
  position: relative;
  display: block;
  height: auto;
}
.scroll-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  pointer-events: none;
}
.scroll-container #rooms_des {
  overflow-y: auto;
  max-height: 130px;
  padding-bottom: 20px;
}
.scroll-container #rooms_des::-webkit-scrollbar {
  display: none;
}
.scroll-container .scroll__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.landing-rc {
  position: relative;
}
.shopping-right {
  position: relative;
  float: right;
  width: 25%;
}
.shopping-right .shopping-title p {
  font-size: 16px;
}
.shopping-desktop {
  border: 1px solid #21c1f1;
  border-radius: 4px;
  background-color: white;
  z-index: 10;
  width: 240px;
  max-height: 340px;
  overflow: hidden;
}
.shopping-desktop.shopping-fixed {
  position: fixed;
  top: 270px;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
}
.shopping-desktop.shopping-fixed::-webkit-scrollbar {
  display: none;
}
.shopping-desktop .shopping-title {
  width: 100%;
  padding: 12px;
  background-color: #21c1f1;
  color: white;
}
.shopping-desktop .selected-rooms {
  position: relative;
  padding-top: 12px inherit;
  margin: 0 auto;
  width: 100%;
}
.shopping-desktop .selected-rooms .tooltip {
  position: absolute;
  top: -35px;
  right: 5px;
  z-index: 99999;
  overflow: visible;
  display: block;
  width: 22px;
  height: 22px;
}
.shopping-desktop .selected-rooms .tooltip__icon {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
.shopping-desktop .selected-rooms .tooltip__info {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  display: block;
  width: auto;
  max-width: 0;
  height: auto;
  opacity: 0;
  background-color: #acb4b7;
  border-radius: 3px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.shopping-desktop .selected-rooms .tooltip__info p {
  display: inline-block;
  width: 180px;
  font-size: 14px;
  line-height: 16px;
  color: white;
}
.shopping-desktop .selected-rooms label.label--black {
  font-family: "montserrat-regular", sans-serif;
}
.shopping-desktop .selected-rooms .selected-group .selected-room {
  position: relative;
  padding: 12px;
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
}
.shopping-desktop .selected-rooms .selected-group .selected-room:not(.ai_adult_item) {
  padding-bottom: 20px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room.ai_adult_item span:not(.quantity) {
  font-size: 14px;
  color: #1e1e1e;
  font-family: "montserrat-regular", sans-serif;
  padding: 0 0 5px 12px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room span.quantity {
  color: #21c1f1;
  font-family: "montserrat-regular", sans-serif;
  display: inline-block;
  float: left;
  width: auto;
  padding: 2px 4px 0 0;
  line-height: 16px;
  font-size: 16px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room span.room-name {
  color: #1e1e1e;
  font-family: "montserrat-light", sans-serif;
  font-size: 14px;
  padding: 0 0 5px 12px;
  display: inline-block;
  float: left;
  width: calc(70% - 70px);
}
.shopping-desktop .selected-rooms .selected-group .selected-room .elimina_room {
  float: right;
  display: inline-block;
  min-width: 50px;
  height: 20px;
  border: 1px solid #21c1f1;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  padding: 0px 3px;
  line-height: 17px;
  font-size: 13px;
  position: absolute;
  left: 36px;
  bottom: 0;
}
.shopping-desktop .selected-rooms .selected-group .selected-room .elimina_room:hover {
  color: white;
  background: #21c1f1;
  border-color: #21c1f1;
}
.shopping-desktop .selected-rooms .selected-group .selected-room h5 {
  display: block;
  float: right;
  width: 50%;
  margin-bottom: 0;
  font-size: 14px;
  text-align: right;
  margin-top: 7px;
}
.shopping-desktop .selected-rooms .selected-group hr {
  padding: 0;
  margin: 0;
}
.shopping-desktop .selected-rooms .balance {
  display: block;
  padding: 12px 12px 0 12px !important;
}
.shopping-desktop .selected-rooms .balance .total-label,
.shopping-desktop .selected-rooms .balance .credits,
.shopping-desktop .selected-rooms .balance .money {
  display: table-cell;
  width: 1%;
  padding: 5px 0;
  vertical-align: middle;
}
.shopping-desktop .selected-rooms .balance .money {
  width: 3%;
}
.shopping-desktop .selected-rooms .balance .total-label {
  text-align: right;
  display: block;
  width: 100%;
  padding: 0;
}
.shopping-desktop .selected-rooms .balance .credits,
.shopping-desktop .selected-rooms .balance .money {
  text-align: center;
  font-family: "montserrat-regular", sans-serif;
}
.shopping-desktop .selected-rooms .balance .credits p,
.shopping-desktop .selected-rooms .balance .money p {
  font-size: 14px;
}
.shopping-desktop .selected-rooms .balance .credits {
  padding-left: 0 !important;
}
.shopping-desktop .selected-rooms .btn.type1 {
  width: 90%;
  margin: 0 14px 22px 14px;
  text-align: center;
}
/* ------------------------------------------------------------
    ???
------------------------------------------------------------ */
.center {
  margin-left: auto;
  margin-right: auto;
}
.contenido {
  color: #1E1E1E;
}
.contenido ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right {
  float: right !important;
}
/* ------------------------------------------------------------
    WIDGET PRICE TRAVEL
------------------------------------------------------------ */
.text-blue {
  color: #21C1F1;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
/*.widget-pricet {
  background-color: @colorGray2;
}
.widget-pricet__flight {
    width: 30%;
    display: inline-block;
    float: left;
}
.widget-pricet__desc {
  position: relative;
  display: inline-block;
  background-color: @colorBlue1;
  padding: 10px;
  width: 100%;
}
.widget-pricet__date {
    position: relative;
    display: inline-block;
    padding: 10px;
}
.widget-pricet__textcontent {
  width: 70%;
}
.widget-pricet__textcontent,
.widget-pricet__img {
  position: relative;
  float: left;
  display: inline-block;
}
.widget-pricet__img {
    width: 30%;
    background-color: @colorWhite;
}
.widget-pricet__item {
  height: 60px;
  border-bottom: 1px solid @colorGray6;

  figure {
      position: relative;
      width: 75px;
      display: inline-block;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
  }
}
.widget-privet__scale {
  position: relative;
  width: 15%;
  display: inline-block;
  background-color: @colorBlue1;
  float: left;

  &.widget-gray {
      .widget-pricet__price {
        background-color: @colorGray2;
      }
  }
}
.widget-pricet__price {
    height: 60px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid @colorGray6;

    p {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

    input {
        position: relative;
        display: inline-block;
        width: auto;
        line-height: 0;
        top: 2px;
        height: 15px;
    }
}
.widget-pricet__head {
  padding: 10px;
  border-bottom: 1px solid @colorGray6;

  .icon-arrow__down {
    position: relative;
    color: @colorPrimary;
    font-size: 25px;
    line-height: 0;
    display: inline-block;
    top: 2px;
  }
}
.widget-pricet__priceI {
    top: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.widget-pricet__months {
  position: relative;
  display: inline-block;

  .widget-pricet__inside--text {
      p {
        font-size: 14px;
      }
  }
}
.widget-pricet__inside {
  height: 60px;
  border-bottom: 1px solid @colorGray6;
  background-color: @colorBlue1;
}
.widget-pricet__inside--text {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 7px;
}*/
.text-center {
  text-align: center;
}
.text-blue {
  color: #21C1F1;
  font-weight: 700;
}
.widget-pricet__flight {
  width: 40%;
  float: left;
}
.widget-pricet__textcontent {
  width: 65%;
  float: left;
}
.widget-privet__scale {
  width: 15%;
  background: #eefcff;
  float: left;
}
.widget-pricet__head {
  box-sizing: border-box;
  padding-top: 5px;
  min-height: 80px;
}
.widget-privet__scale > .widget-pricet__head {
  background: #eefcff;
}
.widget-pricet__img {
  width: 35%;
  float: left;
  background: #fff;
}
.widget-pricet__img .widget-pricet__item {
  min-height: 50px;
  box-sizing: border-box;
  padding-top: 10px;
}
.widget-pricet__img .widget-pricet__item figure {
  margin: 0;
}
.widget-pricet__img .widget-pricet__item figure img {
  width: 24px !important;
  display: block;
  margin: 0 auto;
}
.widget-pricet__price {
  display: table;
  width: 100%;
  min-height: 50px;
}
.widget-pricet__price > * {
  display: table-cell;
  vertical-align: middle;
}
.widget-pricet__priceI p {
  margin: 0;
  text-align: center;
}
.widget-pricet__desc {
  position: relative;
  display: inline-block;
  background-color: #eefcff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.widget-pricet__head {
  border-bottom: 2px solid #e1e1e1;
}
.btn.airline_btn {
  display: block;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 0px;
  border-radius: 5px;
  text-align: center;
  color: #21C1F1;
  border: 1px solid #21C1F1;
  text-decoration: none;
  display: none;
}
.btn.airline_btn:hover {
  background: #21c1f1;
  color: #fff;
}
/* ------------------------------------------------------------
    END WIDGET PRICE TRAVEL
------------------------------------------------------------ */
/* ------------------------------------------------------------
    FOOTER
------------------------------------------------------------ */
.footer {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  background-color: #2b2b2b;
}
.footer .container > div {
  padding: 0;
}
.footer .social-networks,
.footer .menu-footer {
  margin-bottom: 20px;
}
.footer__bottom {
  padding-bottom: 30px;
}
.social-networks {
  border-bottom: 1px solid #4a4a4a;
}
.social-networks .social-networks__list {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  list-style-type: none;
  /* flexbox setup */
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
}
.social-networks .social-networks__list .social-networks__item {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}
.social-networks .social-networks__list .social-networks__item i {
  width: 30px;
  height: 30px;
  font-size: 1.125rem;
  line-height: 30px;
  text-align: center;
  color: #232323;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.social-networks .social-networks__list .social-networks__item i.fa-foursquare {
  display: none !important;
}
.social-networks .social-networks__list .social-networks__item i.fa-flickr {
  display: none !important;
}
.social-networks .social-networks__list .social-networks__item:last-child {
  display: none;
}
.footer__logos {
  width: 100%;
  height: auto;
}
.footer__logos ul {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__logos ul li {
  margin-bottom: 5px;
}
.footer__copy {
  padding-top: 10px;
  font-size: 13px;
  color: #fff;
}
.logos-1 {
  float: right;
  margin: 50px 0 0;
  width: 95px;
  padding: 0;
}
.logos-1 li img {
  width: 100%;
}
.logos-2 {
  overflow: hidden;
  margin: 30px 0 0;
  padding: 0;
}
.logos-2 ul {
  margin: 0;
}
.logos-2 li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 50px;
  margin: 0 20px 0 0;
}
.logos-2 li img {
  width: 100%;
}
.menu-footer {
  display: block;
}
.menu-footer .menu-footer__list {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
  text-transform: uppercase;
}
.menu-footer .menu-footer__list:last-of-type {
  margin-right: 0;
}
.menu-footer .menu-footer__list .menu-footer__item {
  display: block;
  margin: 0;
}
.menu-footer .menu-footer__list .menu-footer__item a {
  font-size: 0.75rem;
  text-decoration: none;
}
.menu-footer .menu-footer__list .menu-footer__item a,
.menu-footer .menu-footer__list .menu-footer__item a:link,
.menu-footer .menu-footer__list .menu-footer__item a:visited {
  color: #d0d2d3;
}
.menu-footer .menu-footer__list .menu-footer__item a:hover,
.menu-footer .menu-footer__list .menu-footer__item a:active {
  color: #FFF;
}
.menu-legal {
  display: block;
}
.menu-legal .menu-legal__list {
  list-style-type: none;
}
.menu-legal .menu-legal__list .menu-legal__item {
  display: inline-block;
  margin-left: 0;
  margin-right: 25px;
  vertical-align: top;
}
.menu-legal .menu-legal__list .menu-legal__item a {
  font-size: 0.75rem;
  text-decoration: none;
}
.menu-legal .menu-legal__list .menu-legal__item a,
.menu-legal .menu-legal__list .menu-legal__item a:link,
.menu-legal .menu-legal__list .menu-legal__item a:visited {
  color: #d0d2d3;
}
.menu-legal .menu-legal__list .menu-legal__item a:hover,
.menu-legal .menu-legal__list .menu-legal__item a:active {
  color: #FFF;
}
.js-disabled-enabled {
  cursor: pointer;
}
/* ------------------------------------------------------------
    vtabs
------------------------------------------------------------ */
.vtabs {
  display: none;
}
.vtabs .active-tab {
  display: inherit;
}
.video--col6 {
  display: none;
}
.video--col6 .videoWrapper iframe {
  margin-left: 0;
}
.video--col6 .active {
  display: inherit;
}
/* ------------------------------------------------------------
    TOOLTIP
------------------------------------------------------------ */
.tipr_content {
  font-family: "montserrat-light", sans-serif;
  color: #fff;
  background-color: #21c1f1;
  padding: 9px 12px 9px 12px;
  font-size: 12px;
}
.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  box-shadow: 2px 2px 5px #f9f9f9;
  z-index: 1000;
}
.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -47px;
  box-shadow: 2px 2px 5px #f9f9f9;
  z-index: 1000;
}
.tipr_point_top,
.tipr_point_bottom {
  position: relative;
  background-color: #21c1f1;
  border: 1px solid #dcdcdc;
}
.tipr_point_top:after,
.tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_top:after {
  border-top-color: #21c1f1;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_top:before {
  border-top-color: #21c1f1;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.tipr_point_bottom:after,
.tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_bottom:after {
  border-bottom-color: #21c1f1;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_bottom:before {
  border-bottom-color: #21c1f1;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
/* ------------------------------------------------------------
    section-header
------------------------------------------------------------ */
.section-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.section-header .coverimage {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-header .breadcrumb {
  position: relative;
  z-index: 1;
}
.section-header .search-module {
  position: relative;
  padding-top: 160px;
}
.breadcrumb::-webkit-scrollbar {
  width: 0 !important;
}
.breadcrumb {
  width: 100%;
  background-color: rgba(36, 36, 36, 0.9);
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 100px;
  z-index: 3;
}
.breadcrumb.breadcrumb-interiores {
  position: absolute;
  top: 98px;
}
.breadcrumb.active {
  display: none;
}
.breadcrumb .breadcrumb__list {
  list-style-type: none;
  padding-top: 10px;
  min-width: 480px;
}
.breadcrumb .breadcrumb__list .breadcrumb__item {
  display: inline-block;
  margin: 0;
}
.breadcrumb .breadcrumb__list .breadcrumb__item .fa {
  display: inline;
}
.breadcrumb .breadcrumb__list .breadcrumb__item::before {
  content: "/";
  margin: 0 4px;
  font-weight: bold;
  color: #FFF;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:first-of-type::before {
  display: none;
}
.breadcrumb .breadcrumb__list .breadcrumb__item a {
  font-family: "montserrat-light", sans-serif;
  font-weight: lighter;
  font-size: 0.875rem;
}
.breadcrumb .breadcrumb__list .breadcrumb__item a,
.breadcrumb .breadcrumb__list .breadcrumb__item a:link,
.breadcrumb .breadcrumb__list .breadcrumb__item a:visited {
  text-decoration: none;
  color: #FFF;
}
.breadcrumb .breadcrumb__list .breadcrumb__item a:hover,
.breadcrumb .breadcrumb__list .breadcrumb__item a:active,
.breadcrumb .breadcrumb__list .breadcrumb__item a.active {
  color: #00c4f2;
}
.breadcrumb .breadcrumb__list .breadcrumb__item a i {
  margin-right: 10px;
}
.breadcrumb.breadcrumb--fixed {
  position: absolute;
  top: 100px;
  z-index: 999;
}
/* ------------------------------------------------------------
    DESTINATIONS-LIST
------------------------------------------------------------ */
.section {
  position: relative;
}
.map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 33.33333%;
  height: 100vh;
  background-color: yellow;
}
.check--gift {
  text-align: left !important;
  display: block;
}
.check--gift span {
  padding-left: 6px;
}
.check--gift .gift--type {
  color: #21c1f1;
}
.check--gift .add-bonus {
  display: inline-block;
  width: 100%;
}
.check--gift .add-bonus > label {
  float: left;
  width: 40px;
}
.check--gift .add-bonus .special--check {
  float: left;
  margin-top: 3px;
}
.check--gift .add-bonus.inline--check {
  display: inline;
  padding: 0 4px;
}
.purchase-resume {
  margin: 22px auto;
  border: 1px solid #21c1f1;
  border-radius: 4px;
}
.purchase-resume .shopping-title {
  width: 100%;
  padding: 12px;
  background-color: #21c1f1;
  color: white;
}
.purchase-resume .selected-rooms {
  padding-top: 12px inherit;
  margin: 0 auto;
  width: 100%;
}
.purchase-resume .selected-rooms label.label--black {
  font-family: "montserrat-regular", sans-serif;
}
.purchase-resume .selected-rooms .selected-group .selected-room {
  padding: 12px;
}
.purchase-resume .selected-rooms .selected-group .selected-room span.delete {
  position: absolute;
  right: 12px;
  border: 1px solid #d8d8d8;
  text-align: right;
  border-radius: 2px;
  padding: 2px 3px 2px 3px;
}
.purchase-resume .selected-rooms .selected-group .selected-room span.quantity {
  color: #21c1f1;
  font-family: "montserrat-regular", sans-serif;
}
.purchase-resume .selected-rooms .selected-group .selected-room span.room-name {
  color: #1e1e1e;
  font-family: "montserrat-light", sans-serif;
  font-size: 1.125rem;
  padding-left: 12px;
}
.purchase-resume .selected-rooms .selected-group hr {
  padding: 0;
  margin: 0;
}
.purchase-resume .selected-rooms .balance {
  display: table-row;
  padding: 12px !important;
}
.purchase-resume .selected-rooms .balance .total-label,
.purchase-resume .selected-rooms .balance .credits,
.purchase-resume .selected-rooms .balance .money {
  display: table-cell;
  width: 1%;
  padding: 12px 0 0;
  vertical-align: middle;
}
.purchase-resume .selected-rooms .balance .total-label {
  text-align: right;
}
.purchase-resume .selected-rooms .balance .credits,
.purchase-resume .selected-rooms .balance .money {
  text-align: center;
  font-family: "montserrat-regular", sans-serif;
}
.purchase-resume .selected-rooms .btn.type1 {
  width: calc(90%);
  margin: 22px 14px;
  text-align: center;
}
/* ------------------------------------------------------------
    LANDING-CRUCEROS
------------------------------------------------------------ */
@keyframes dash {
  to {
    stroke-dashoffset: 60;
  }
}
.custom-polyline {
  stroke: #ED4C5D;
  stroke-dasharray: 5;
  stroke-width: 2;
  -webkit-animation: dash 5s linear infinite reverse;
  -moz-animation: dash 5s linear infinite reverse;
  animation: dash 5s linear infinite reverse;
}
.list--reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--reset li {
  margin: 0;
  padding: 0;
}
.tabs_sidebarmap ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  overflow: hidden;
}
.tabs_sidebarmap ul li {
  width: 100%;
  height: 100%;
  display: table;
  float: left;
}
.tabs_sidebarmap ul li a {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #C8C8C8;
  border-left: solid 4px transparent;
  border-right: solid 1px #C8C8C8;
  color: #a2a2a2;
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  height: 43px;
  display: table-cell;
  vertical-align: middle;
}
.tabs_sidebarmap ul li a:hover {
  border-bottom: solid 1px #21c1f1;
  border-right: solid 1px #21c1f1;
  color: #21c1f1;
}
.tabs_sidebarmap ul li a.active {
  border-bottom: solid 1px #21c1f1;
  border-right: solid 1px #21c1f1;
  color: #21c1f1;
}
.tabs_sidebarmap ul li:last-child a {
  border-right: none;
}
.tabs_sidebarmap.dos--tabs ul {
  display: block;
}
.tabs_sidebarmap.dos--tabs ul li {
  width: 49.5%;
}
.tabs-map-container {
  height: 90%;
  margin: 20px 0 0;
  overflow: auto;
  position: relative;
}
.tabs-map-container .btn.active::after {
  background-color: none;
  height: 0px;
}
.tabs-map-container .btn:hover {
  background-color: none;
}
.tabs-map-container::-webkit-scrollbar {
  display: none;
}
.navieras .btn {
  display: block;
  margin: 0 auto;
}
.destination-children {
  border-bottom: solid 1px #f7f7f7;
  overflow: hidden;
  padding: 0 0 20px;
}
.destination-children ul {
  float: right;
  margin: 0 0 10px;
  width: 94%;
}
.destination-children ul li label {
  font-family: "lato-light";
  font-size: 1.125rem;
  font-weight: lighter;
  overflow: hidden;
  padding: 0px 0;
  position: relative;
  text-decoration: none;
}
.destination-children .form--section .btn {
  display: block;
  margin: 0 auto;
  clear: both;
}
.navieras__check_all {
  margin: 0 0 5px;
  overflow: hidden;
}
.navieras__check_all ul {
  margin: 0 0 20px;
}
.navieras__check_all ul li {
  border-bottom: solid 1px #C8C8C8;
  padding: 0 0 6px;
}
.tab-modulo {
  left: -300px;
  opacity: 0;
  position: absolute;
  right: auto;
  transition: all .5s linear;
  width: 100%;
}
.tab-modulo.active {
  position: relative;
  left: 0 !important;
  opacity: 1;
}
.navieras__check_custom {
  overflow: hidden;
  margin: 0 0 15px;
}
.navieras__check_custom ul {
  overflow: hidden;
}
.navieras__check_custom ul li {
  border-bottom: solid 1px  #C8C8C8;
  float: left;
  height: 76px;
  position: relative;
  width: 49.5%;
}
.navieras__check_custom ul li label {
  height: 100%;
  cursor: pointer;
}
.navieras__check_custom ul li label .input-radio-simple {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
.navieras__check_custom ul li label span {
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: left;
  padding-left: 15px;
}
.navieras__check_custom ul li label span img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 70%;
}
.navieras__check_custom ul li.item--left {
  border-right: solid 1px  #C8C8C8;
}
.info-ruta ul li {
  border-bottom: solid 1px #f7f7f7;
  margin: 0 0 0px;
  overflow: hidden;
  padding: 10px;
}
.info-ruta ul li.active {
  box-shadow: inset 0 0 0 2px #21c1f1;
}
.info-ruta__item {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.info-ruta__item .card__name {
  margin: 0;
  padding-right: 15px;
  padding-bottom: 5px;
  font-family: "montserrat-light", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  color: #21c1f1;
  letter-spacing: 0;
}
.info-ruta__item .card__icon {
  position: absolute;
  top: 10px;
  right: 0;
}
.info-ruta__item > span {
  display: block;
  font-size: 14px;
  color: #21C1F1;
}
.info-ruta__item .stopovers {
  padding-bottom: 10px;
}
.info-ruta__item .stopovers .icon-escala {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #58e2c2;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: white;
  margin-right: 5px;
}
.info-ruta__item .stopovers li {
  display: block;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
}
.modulo-oferta__col-icon {
  float: left;
  width: 16%;
  display: none;
}
.modulo-oferta__col-icon img {
  height: auto;
  width: 100%;
}
.modulo-oferta__col-des {
  float: right;
  width: 94%;
}
.modulo-oferta__col-des p {
  font-family: "montserrat-light";
  font-size: 12px;
  margin: 0 0 5px;
}
.modulo-oferta__col-des p strong {
  white-space: nowrap;
  font-family: "montserrat-regular";
}
.modulo-oferta__col-des .btn {
  width: 100%;
}
.numero-pasajeros {
  margin: 0 0 7px;
}
.numero-pasajeros p {
  text-align: center;
}
.modulo-superior {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.modulo-superior .container {
  position: relative;
}
.modulo-superior.about-park {
  top: 0;
}
.modulo-superior.about-park .modulo-superior__container {
  height: 55px;
  width: 300px;
}
.modulo-superior .modulo-superior__container {
  background: rgba(36, 36, 36, 0.8);
  color: #dddde2;
  padding: 8px 13px;
  position: relative;
  right: initial;
  top: initial;
  width: auto;
  height: auto;
  z-index: 999;
}
.modulo-superior .modulo-superior__container.park--page {
  top: 0px !important;
}
.modulo-superior .modulo-superior__container .acotaciones {
  float: left;
  margin: 4px 21px 0 0;
  width: 190px;
}
.modulo-superior .modulo-superior__container .acotaciones ul {
  overflow: hidden;
}
.modulo-superior .modulo-superior__container .acotaciones ul li {
  float: left;
  font-size: 18px;
  margin: 0 0px 0 0;
}
.modulo-superior .modulo-superior__container .acotaciones ul li:last-child {
  float: right;
}
.modulo-superior .modulo-superior__container .acotaciones ul li span {
  overflow: hidden;
}
.modulo-superior .modulo-superior__container .acotaciones ul li i {
  float: left;
  margin-right: 4px;
}
.modulo-superior.modulo-superior--destinations {
  position: absolute;
  top: 149px;
  right: 120px;
}
.modulo-superior.modulo-superior--destinations > .container {
  padding: 0;
}
.modulo-superior.modulo-superior--destinations .modulo-superior__container {
  position: relative;
  height: 55px;
  width: 246px;
  top: 0;
}
.indicador-mapa i {
  border-radius: 40px;
  display: block;
  height: 28px;
  margin: 0 0 0 7px;
  overflow: hidden;
  width: 28px;
}
.indicador-mapa i small {
  border-radius: 40px;
  color: #ffffff;
  display: block;
  font-family: "montserrat-light";
  font-size: 11px;
  height: 17px;
  line-height: 18px;
  margin: 5px auto 0;
  text-align: center;
  width: 17px;
}
.indicador-mapa.salida i {
  background: rgba(33, 193, 241, 0.5);
}
.indicador-mapa.salida small {
  background: #21c1f1;
}
.indicador-mapa.escala i {
  background: rgba(88, 226, 194, 0.5);
}
.indicador-mapa.escala small {
  background: #58e2c2;
}
.iconos-btns {
  float: left;
  margin: 0 7px 0 0;
}
.iconos-btns ul {
  overflow: hidden;
}
.iconos-btns ul li {
  float: left;
}
.iconos-btns ul li a {
  border-right: 2px solid #f7f7f7;
  color: #ffffff;
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.iconos-btns ul li a:hover {
  color: #21c1f1;
}
.iconos-btns ul li a i {
  display: block;
  font-size: 19px;
}
.iconos-btns ul li a span {
  font-family: "montserrat-light";
  font-size: 11px;
  font-weight: lighter;
}
.iconos-btns ul li a.active {
  color: #21c1f1;
}
.iconos-btns ul li:last-child a {
  border: none;
}
.iconos-texto {
  cursor: pointer;
  float: right;
  font-size: 18px;
  margin: 7px 0 0;
}
.iconos-texto:hover {
  color: #21c1f1;
}
.iconos-texto span {
  float: left;
  font-size: 18px;
}
.iconos-texto i {
  display: block;
  float: right;
  font-size: 16px;
  margin: 5px 0 0 10px;
}
.iconos-texto.active {
  color: #21c1f1;
}
.panel-ayuda-bottom {
  padding: 15px 0;
  text-align: center;
}
.panel-ayuda-bottom p {
  color: #4a4a4a;
  font-family: "lato-regular";
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px;
}
.panel-ayuda-bottom .form--section .btn {
  width: 150px;
}
.map-sidebar {
  -ms-overflow-style: none;
}
.map-sidebar .input-combo .input-combo__input::-webkit-input-placeholder {
  color: black;
}
.map-sidebar .input-combo .input-combo__input::-moz-placeholder {
  color: black;
}
.map-sidebar .input-combo .input-combo__input:-ms-input-placeholder {
  color: black;
}
.map-sidebar .input-combo .input-combo__input:-moz-placeholder {
  color: black;
}
.map-sidebar .btn-next {
  font-family: "lato-light";
  font-size: 21px;
  padding: 5px 10px;
}
.map-sidebar::-webkit-scrollbar {
  display: none;
}
.map-container.max--height {
  height: 90vh;
  width: 100vw;
}
.big--letter input {
  color: #000000;
  font-family: "lato-regular";
  font-size: 25px;
}
.tester_font {
  font-family: "lato-light";
  font-family: "lato-regular";
  font-family: "montserrat-light";
  font-family: "montserrat-regular";
}
/* ------------------------------------------------------------
    CRUCEROS-INFORMACION-CONFIRMACION-REQUEST
------------------------------------------------------------ */
.tab-cabina ul {
  overflow: hidden;
}
.tab-cabina ul li {
  float: left;
}
.tab-cabina ul li a {
  background: #F7F7F7;
  border: solid 1px #21c1f1;
  display: block;
  font-size: 16px;
  padding: 5px 37px;
  text-decoration: none;
}
.tab-cabina ul li a strong {
  display: block;
  font-size: 21px;
  line-height: 23px;
}
.tab-cabina ul li a:hover {
  background: #21c1f1;
  color: #ffffff;
}
.tab-cabina ul li a.active {
  background: #21c1f1;
  color: #ffffff;
}
.border-top {
  border-top: solid 1px #21c1f1;
}
.tab-pasajeros {
  margin: 0 0 30px;
}
.tab-pasajeros ul {
  overflow: hidden;
}
.tab-pasajeros ul li {
  float: left;
}
.tab-pasajeros ul li a {
  border: #D6D6D6 solid 1px;
  color: #999999;
  display: block;
  padding: 5px 34px;
  text-decoration: none;
}
.tab-pasajeros ul li a:hover {
  background: #ffffff;
  border: #a2a2a2 solid 1px;
}
.tab-pasajeros ul li a.active {
  background: #ffffff;
  border: #a2a2a2 solid 1px;
}
.modulo-pasajero {
  display: none;
  padding-bottom: 30px;
}
.modulo-pasajero .modulo-pasajero__bloque {
  overflow: hidden;
}
.modulo-pasajero .modulo-pasajero__bloque .modulo-pasajero__bloque__titulo h5 {
  font-size: 21px;
  margin: 10px 0;
  padding: 5px;
}
.modulo-pasajero .modulo-pasajero__bloque .modulo-pasajero__bloque__titulo p {
  color: #9b9b9b;
  font-size: 16px;
  margin: 0 0 20px;
}
.pasajero-1 {
  display: block;
}
.modulo-pasajero__bloque__titulo {
  margin: 0 0 40px;
}
.fecha-completa {
  overflow: hidden;
}
.fecha-completa .select-combo-simple {
  float: left;
  margin: 0 3.2% 0 0;
  padding: 0;
  width: 31%;
}
.fecha-completa .select-combo-simple.right {
  float: left !important;
  margin-right: 0;
}
.lista-inputs h5 {
  color: #666666;
  font-family: "montserrat-regular";
  font-size: 16px;
}
.lista-inputs ul li a:hover {
  color: #ffffff;
}
.lista-inputs ul li a.active {
  color: #ffffff;
}
.lista-inputs.horizontal li {
  float: left;
  width: 50%;
}
.lista-inputs.vertical {
  margin: 0 0 30px;
}
.lista-inputs.vertical li {
  display: block;
}
.lista-inputs.horizontal.genero-radio {
  margin: 25px 0 0;
}
.input-radio-simple.radio {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.radio-check {
  cursor: pointer;
}
.radio-check span {
  color: #999999;
  display: block;
  font-family: "montserrat-light";
  font-size: 14px;
  line-height: 23px;
}
.radio-check.horizontal {
  overflow: hidden;
}
.radio-check.horizontal .input-radio-simple {
  float: left;
  margin: 0 10px 0 0;
}
.radio-check.horizontal span {
  display: block;
  float: left;
  line-height: 23px;
  margin: 0 0px 0 0;
}
.listado-columna {
  float: left;
}
.modulo-boxes .modulo-boxes__introduccion {
  padding: 20px 20px 0;
}
.modulo-boxes .modulo-boxes__introduccion h3 {
  color: #666666;
  font-family: "montserrat-regular";
  font-size: 16px;
}
.modulo-boxes .modulo-boxes__items-ul {
  overflow: hidden;
  padding: 20px;
}
.modulo-boxes .modulo-boxes__items-ul li {
  float: left;
  margin: 0 2% 0 0;
  overflow: hidden;
  width: 32%;
}
.modulo-boxes .modulo-boxes__items-ul li:last-child {
  float: right;
  margin: 0 0;
}
.modulo-box__item figure {
  margin: 0 0 14px;
}
.modulo-box__item .modulo-boxes__items-description h4 {
  text-align: center;
}
.modulo-box__item .modulo-boxes__items-description p {
  margin: 0 0 3px;
  text-align: center;
}
.modulo-box__item .modulo-boxes__items-description p a:hover {
  color: #ffffff;
}
.modulo-box__item .modulo-boxes__items-description p a.active {
  color: #ffffff;
}
.modulo-box__item .modulo-boxes__items-description .radio-check {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: center;
}
.item--col--form {
  float: left;
  width: 47%;
}
.clear--style {
  clear: both;
  float: none !important;
  width: 100% !important;
}
.check-in-out {
  float: left;
  width: 47%;
}
/* ------------------------------------------------------------
    GENERALES
------------------------------------------------------------ */
.center {
  margin-left: auto;
  margin-right: auto;
}
.contenido {
  color: #1E1E1E;
}
.contenido ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right {
  float: right !important;
}
.limit-width-600 {
  width: 100%;
  max-width: 600px;
}
/* ------------------------------------------------------------
    CONTRATOS
------------------------------------------------------------ */
.contract-selector h4 {
  margin-bottom: 22px;
}
.contract-selector .contract-item {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(24, 24, 24, 0.4);
  -webkit-box-shadow: 2px 2px 8px rgba(24, 24, 24, 0.4);
  -moz-box-shadow: 2px 2px 8px rgba(24, 24, 24, 0.4);
  margin-bottom: 32px;
  max-width: 23%;
}
.contract-selector .contract-item aside {
  position: absolute;
  right: 5px;
  top: 14px;
  text-align: right;
}
.contract-selector .contract-item aside span.small {
  font-size: 0.75rem;
}
.contract-selector .contract-item h3 {
  font-family: "montserrat-light", sans-serif;
  margin-top: 14px;
  margin-left: -14px;
  padding: 4px 0 4px 12px;
  text-transform: uppercase;
  max-width: 50%;
}
.contract-selector .contract-item h4 {
  padding: 12px 0 0 0;
  margin: 0 inherit;
}
.contract-selector .contract-item h5 {
  margin-bottom: 4px !important;
}
.contract-selector .contract-item button {
  margin-top: 12px;
  margin-bottom: 16px;
}
.contract-selector .contract-item .contract-block {
  margin-left: -12px;
}
.contract-selector .contract-item.right--12 {
  padding-right: 12px;
}
.contract-selector .contract-item.left--12 {
  padding--left: 12px;
}
.contract-selector .contract-item.bronze h3 {
  background-color: #785935;
  color: #fff;
}
.contract-selector .contract-item.silver h3 {
  background-color: #7b7b7b;
  color: #fff;
}
.contract-selector .contract-item.gold h3 {
  background-color: #948547;
  color: #fff;
}
.contract-selector .contract-item.platinum h3 {
  background-color: #535754;
  color: #fff;
}
.contract-selector .contract-item.royal h3 {
  background-color: #242424;
  color: #fff;
}
/* ------------------------------------------------------------
    LEAFLET MARKET ICON-LABELS
------------------------------------------------------------ */
.leaflet-marker-icon {
  border: 0;
  background: transparent;
}
.leaflet-marker-icon .indicador-mapa i {
  margin: 0;
}
.leaflet-label {
  background: rgba(36, 36, 36, 0.8) !important;
  color: #fff;
  display: block;
  font-family: "lato-light", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 6px;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  z-index: 6;
  left: 14px;
  top: 10px;
  border: none !important;
  border-radius: 0;
}
.leaflet-label.leaflet-clickable {
  cursor: pointer;
}
.leaflet-label:before,
.leaflet-label:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: none;
  position: absolute;
  top: 5px;
  display: none;
}
.leaflet-label:before {
  /* border-right: 6px solid black; */
  /* border-right-color: inherit; */
  /* left: -10px; */
}
.leaflet-label:after {
  border-left: 6px solid black;
  border-left-color: inherit;
  right: -10px;
}
.leaflet-label-right:before,
.leaflet-label-left:after {
  content: "";
}
.leaflet-marker-icon .indicador-mapa i {
  height: 38px;
  width: 38px;
}
.leaflet-marker-icon .indicador-mapa i small {
  font-size: 15px;
  height: 27px;
  line-height: 28px;
  width: 27px;
}
.leaflet-popup-content {
  margin: 0;
  padding: 0;
}
.leaflet-popup-content p {
  padding: 5px 10px;
  margin: 0;
}
.leaflet-popup-content a {
  padding: 5px;
  display: block;
  color: #21c1f1;
  text-decoration: none;
  line-height: 22px;
}
.leaflet-popup-content a:hover {
  filter: brightness(130%);
}
.leaflet-popup-content a .fa {
  font-size: 24px;
  line-height: 24px;
  padding-left: 5px;
  vertical-align: bottom;
}
.leaflet-marker-pane img {
  width: 30px !important;
  height: auto !important;
}
.instagram-feed {
  margin: 30px;
}
.juicer-feed.image-grid .j-text,
.juicer-feed.slider .j-text,
.juicer-feed.hip .j-text {
  border: 4px solid #fff;
}
.juicer-feed.slider li.feed-item a.j-image img,
.juicer-feed .slick-track {
  height: 260px !important;
  object-position: bottom right;
  margin-top: -3px;
}
p.txt-insta {
  font-size: 20px !important;
  color: #178acb;
  text-align: left;
  margin-bottom: 10px !important;
}
.juicer-feed.slider li.feed-item {
  padding: 0 4px !important;
}
.juicer-feed .instagram {
  background-color: #ffffff !important;
}
.juicer-feed.slider li.feed-item a.j-image .fa-instagram {
  right: 10px;
  bottom: 30px;
}
/*h1.refferal {
    font-size: @sizeh3 !important;
    font-family: @fontPrimary !important;
}
*/
.tadv-rating-all h6 {
  margin: 12px 0 6px;
}
.tadv-rating-all ul {
  display: table;
  list-style: none;
  width: 100%;
}
.tadv-rating-all ul li {
  display: table-row;
  font-size: 1.125rem;
  min-height: 30px;
}
.tadv-rating-all ul li .t-feature {
  display: table-cell;
  width: 50%;
  padding-right: 6px;
  vertical-align: middle;
}
.tadv-rating-all ul li .t-feature p {
  display: inline-block;
  line-height: 16px;
}
.tadv-rating-all ul li .t-rate {
  display: table-cell;
  max-width: 80%;
  vertical-align: middle;
  text-align: right;
}
.tadv-rating-all ul li .t-rate i {
  display: inline-block;
}
.tadv-rating-bars h6 {
  margin: 12px 0 6px;
}
.tadv-rating-bars ul {
  display: table;
  list-style: none;
  width: 100%;
}
.tadv-rating-bars ul li {
  display: table-row;
}
.tadv-rating-bars ul li .ta-value-label {
  display: table-cell;
  width: 38%;
}
.tadv-rating-bars ul li .ta-value-bar {
  display: table-cell;
  width: 40%;
}
.tadv-rating-bars ul li .ta-value-bar progress[value] {
  width: 90%;
  height: 10px;
  min-width: 120px;
  margin: auto 6px;
}
.tadv-rating-bars ul li .ta-value-number {
  text-align: right;
  display: table-cell;
  width: 20%;
  line-height: 15px;
}
.trip-logo figure {
  max-width: 200px;
  height: auto;
}
.t-rate i {
  display: inline-block;
}
.seeMore-btn {
  margin: 20px auto;
}
.seeMore-btn .btn {
  margin: 20px;
  line-height: 20px;
}
.top-reviews {
  width: 100%;
  height: 350px;
}
.top-reviews ul {
  list-style: none;
}
.top-reviews li {
  list-style-type: none;
  margin-left: 0;
}
.top-reviews li .shade {
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.top-reviews li .ta-review {
  position: absolute;
  z-index: 3;
  height: 70%;
  color: white;
  margin: 42px;
  text-align: center;
}
.top-reviews li .ta-review .ta-name-user {
  font-size: 1.875rem;
}
.top-reviews li .ta-review .comment {
  font-size: 1.125rem;
}
.top-reviews .item {
  height: 350px;
  width: 100%;
}
.top-reviews .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-reviews .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-reviews .owl-controls .owl-nav .owl-prev,
.top-reviews .owl-controls .owl-nav .owl-next {
  position: absolute;
  color: #ffffff;
  font-size: 70px;
}
.top-reviews .owl-controls .owl-nav .owl-next {
  right: 15px;
}
.top-reviews .owl-controls .owl-nav .owl-prev {
  left: 15px;
}
.top-reviews .owl-controls .owl-dots {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.top-reviews .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 20px;
}
.top-reviews .owl-controls .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0);
  display: block;
  border-radius: 50%;
}
.top-reviews .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.top-reviews .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
/* ------------------------------------------------------------
    FIXES
------------------------------------------------------------ */
.alert.alert-warning {
  color: crimson;
}
.search-module .alert.alert-warning {
  margin: 10px 0 0;
}
.search-module .alert.alert-warning .validation-message__text {
  display: block;
  margin: 0;
}
.search-module .alert.alert-warning .validation-message__text i {
  margin: 0  10px 0 0px;
}
/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 30px;
  height: 40px;
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 40px;
  /* border-radius: 6px; */
  background: #c52c30;
}
.flip-clock-wrapper .inn {
  background-color: crimson !important;
}
.flip-clock-dot {
  background-color: crimson;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 50px;
}
/* ------------------------------------------------------------
    PROMOCIONES
------------------------------------------------------------ */
.promo-alert {
  padding: 12px 6px;
}
.promo-alert.last-minute {
  background-color: #dc143c;
  color: white;
}
.promo-alert.last-minute h4 {
  color: white;
}
.promo-alert.offer {
  background-color: #7ac943;
  color: white;
}
.promo-alert.offer h4 {
  color: white;
}
.promo-alert.offer2 {
  background-color: #21c1f1;
  color: white;
}
.promo-alert.offer2 h4 {
  color: white;
}
.promo-alert.offer3 {
  background-color: #f0a12f;
  color: white;
}
.promo-alert.offer3 h4 {
  color: white;
}
.promo-alert.offer4 {
  background-color: #f4803c;
  color: white;
}
.promo-alert.offer4 h4 {
  color: white;
}
.promo-alert.offer-green,
.promo-alert.offer5 {
  background-color: #65c5a1;
  color: white;
}
.promo-alert.offer-green h4,
.promo-alert.offer5 h4 {
  color: white;
}
.promo-alert .warning-big {
  color: white;
  font-size: 46px;
}
.promo-timer {
  float: left;
  margin: 0 auto 10px auto;
  width: 320px;
  background-color: #dc143c;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.promo-timer p {
  margin-bottom: 6px;
}
.promo-timer .countdown-container {
  height: 110px;
  white-space: nowrap;
  padding: 0 20px;
}
.promo-timer .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 75px;
  width: 55px;
  margin-right: 12px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.promo-timer .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7em;
  line-height: 2.7em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.promo-timer .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.promo-timer .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.promo-timer .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 75px;
  width: 100%;
}
/* Animation start */
.promo-timer .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.promo-timer .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.promo-timer .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.promo-timer .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .promo-timer {
    width: 100%;
  }
  .promo-timer .countdown-container {
    height: 100px;
  }
  .promo-timer .time {
    height: 70px;
    width: 48px;
  }
  .promo-timer .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .promo-timer .label {
    font-size: 0.8em;
    top: 72px !important;
  }
}
.restrictions {
  padding: 12px 0;
  display: none;
}
.restrictions-alone {
  padding: 12px 0;
}
.promo-days__picker select {
  border: thin solid #21c1f1;
  width: calc(25% - 12px);
  margin: 6px;
}
.promo-days__picker .search-btn {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  display: block;
}
.promo-days__picker .search-btn button {
  width: 180px;
}
.promo-days {
  display: block;
}
.promo-days .promo-days__item {
  float: left;
  display: block;
  width: calc(25% - 12px);
  margin: 0 6px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #21c1f1;
  border-radius: 3px;
  cursor: pointer;
  background-color: #21c1f1;
  color: white;
}
.promo-days .promo-days__item h5 {
  margin-bottom: 0 !important;
  back-ground-color: #21c1f1;
}
.promo-days .promo-days__item .promo-days__day,
.promo-days .promo-days__item .promo-days__checkin,
.promo-days .promo-days__item .promo-days__checkout {
  font-family: "lato-light", sans-serif;
  margin: 0;
  padding: 0;
}
.promo-days .promo-days__item .promo-days__day {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  background-color: #21c1f1;
  color: white;
}
.promo-days .promo-days__item .promo-days__checkin {
  font-family: "lato-regular", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  background-color: #21c1f1;
  color: white;
}
.promo-days .promo-days__item .promo-days__checkout {
  font-size: 12px;
}
.promo-days .promo-days__item:hover {
  background-color: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.promo-days .promo-days__item:hover .promo-days__day,
.promo-days .promo-days__item:hover .promo-days__checkin,
.promo-days .promo-days__item:hover h5 {
  background-color: transparent;
  color: #21c1f1;
}
.promo-days .promo-days__item:active,
.promo-days .promo-days__item.promo-days--active {
  border-color: #30C2EF;
  background-color: transparent;
  color: #21c1f1;
}
.promo-days .promo-days__item:active .promo-days__day,
.promo-days .promo-days__item.promo-days--active .promo-days__day,
.promo-days .promo-days__item:active .promo-days__checkin,
.promo-days .promo-days__item.promo-days--active .promo-days__checkin,
.promo-days .promo-days__item:active h5,
.promo-days .promo-days__item.promo-days--active h5 {
  background-color: transparent;
  color: #21c1f1;
}
.promo-cta {
  color: white;
  padding: 6px;
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 136px;
  border-radius: 0 0 7px 7px;
}
.promo-cta p {
  font-size: 19px;
}
.promo-cta.last-minute {
  background-color: #dc143c;
}
.promo-cta.offer-blue {
  background-color: #21c1f1;
}
.promo-cta.offer-green {
  background-color: #7ac943;
}
.promo-cta.offer2 {
  background-color: #21c1f1;
  color: white;
}
.promo-cta.offer2 h4 {
  color: white;
}
.promo-cta.offer3 {
  background-color: #f0a12f;
  color: white;
}
.promo-cta.offer3 h4 {
  color: white;
}
.promo-cta.offer4 {
  background-color: #f4803c;
  color: white;
}
.promo-cta.offer4 h4 {
  color: white;
}
.promo-cta.offer5 {
  background-color: #65c5a1;
  color: white;
}
.promo-cta.offer5 h4 {
  color: white;
}
.promo-cta .promo-cta p {
  font-size: 20px;
  line-height: 26px;
}
.contador {
  display: none;
  border: solid 1px #fff;
  padding: 5px 10px;
  margin: 5px 0 0;
}
.contador small {
  font-size: 16px;
  position: relative;
  display: block;
}
.contador small i {
  font-size: 20px;
}
.contador p {
  font-size: 18px;
}
.last-minute .contador {
  display: block;
}
/* ------------------------------------------------------------
      INTERIORES
------------------------------------------------------------ */
.interiores .img-lat {
  min-height: 400px;
}
.interiores .img-lat img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.interiores img {
  width: 100% !important;
  height: auto !important;
}
.interiores .row {
  margin-bottom: 30px;
}
.interiores.interiores--experiencia .row > div {
  /*p {
                    &:first-child {
                        display: none;
                    }
                }*/
}
.interiores.interiores--experiencia .row > div span {
  color: #787878 !important;
}
.interiores.interiores--experiencia .img-lat img {
  position: relative;
  top: inherit;
  left: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.interiores.interiores--experiencia .btn {
  margin: 0;
}
.interiores.interiores--experiencia .img-lat img {
  height: 300px;
  object-fit: cover;
}
.interiores.interiores--experiencia h3.top--22 {
  padding: 30px 0;
}
.interiores.interiores--centros {
  font-size: 18px;
}
.interiores.interiores--centros > .row {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 25px;
}
.interiores.interiores--centros > .row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.interiores.interiores--centros p {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 25px !important;
}
.interiores.interiores--centros p span {
  font-family: "lato-light", sans-serif !important;
  color: #787878 !important;
  font-size: 14px !important;
  line-height: 25px !important;
}
.interiores.interiores--centros div span {
  font-family: "lato-light", sans-serif !important;
  color: #787878 !important;
}
.interiores.interiores--centros .bg--f7 {
  background: #fff;
}
body .selectator_element .selectator_options {
  border-radius: 0px 0px 0 0!important;
  top: inherit !important;
  overflow-x: hidden !important;
  top: auto !important;
  bottom: 35px !important;
  background: rgba(0, 0, 0, 0.7);
  border: solid 1px #fff !important;
}
body .single.selectator_element .selectator_input {
  display: none;
  padding: 7px 10px !important;
  border: none;
  bottom: 0 !important;
  left: 0 !important;
  background: none !important;
}
body #dynamic-height .single.selectator_element .selectator_input {
  bottom: -40px;
  top: inherit;
}
#dynamic-height .selectator_element .selectator_options {
  top: 70px !important;
  bottom: inherit;
  border-radius: 0 0 10px 10px !important;
}
body .selectator_element:after {
  display: none !important;
}
.selectator_option {
  font-size: 16px;
  font-family: "lato-light", sans-serif;
  color: #21c1f1;
}
.carousel-blog + .bottom--22 {
  padding-bottom: 6px;
}
.single.selectator_element .selectator_chosen_items .selectator_chosen_item {
  color: #21c1f1 !important;
}
body .juicer-feed {
  font-family: "montserrat-regular", sans-serif;
}
body .juicer-feed h1.referral {
  margin: 30px 0;
  font-size: 16px;
  font-family: "montserrat-regular", sans-serif;
}
body .juicer-feed h1.referral a {
  color: #21c1f1;
}
body .juicer-feed h1.referral a:after {
  display: none;
}
body .juicer-feed h1.referral a i {
  font-size: 30px;
  margin: 0 6px 0 0;
}
body .juicer-feed .j-instagram {
  background: #fff;
}
body .juicer-feed .j-meta a:hover {
  color: #fff !important;
}
body .juicer-feed.slider .j-text .j-message {
  color: #fff;
}
body .juicer-feed.slider.slider .slick-arrow {
  border-radius: 50%;
  font-size: 43px;
  color: #ffffff;
  background: #21c1f1;
  border: 5px solid #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 44px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 20%;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}
body .juicer-feed.slider.slider .slick-arrow:hover:before {
  color: #fff !important;
}
body .juicer-feed.slider.slider .slick-arrow.slick-next {
  right: 1%;
}
body .juicer-feed.slider.slider .slick-arrow.slick-next:before {
  font-size: 45px;
  position: absolute;
  top: -3px;
  left: 13px;
}
body .juicer-feed.slider.slider .slick-arrow.slick-prev {
  left: 1%;
}
body .juicer-feed.slider.slider .slick-arrow.slick-prev:before {
  font-size: 45px;
  position: absolute;
  top: -3px;
  left: 9px;
}
.juicer-feed.slider li.feed-item a.j-image .fa-instagram {
  position: absolute;
  font-size: 35px;
  right: 20px;
  bottom: 20px;
  color: #fff;
}
.juicer-feed .j-meta a {
  display: none;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fade-in 2s ease-in-out;
  animation: fade-in 2s ease-in-out;
}
.loading__text {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.logo-block {
  padding-bottom: 20px;
}
.sk-circle {
  margin: 100px auto 20px;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.trip-advisor_wrapper {
  width: 100%;
}
.trip-logo {
  width: 30%;
  float: left;
  height: 60px;
  margin-left: 15px;
}
.trip-logo figure {
  width: 200px;
  max-width: 100%;
}
.trip-logo figure img {
  width: 100%;
}
#rating {
  width: 40%;
  float: right;
  height: 60px;
  margin-right: 15px;
}
#rating a {
  display: block;
  float: left;
  line-height: 30px;
}
#rating img {
  width: 150px;
  margin-bottom: 0;
  float: left;
}
.tadv-rating-all,
.tadv-rating-bars {
  width: 50%;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}
.tadv-rating-all h6,
.tadv-rating-bars h6 {
  font-weight: bold;
  font-family: "montserrat-bold", sans-serif;
  margin-bottom: 30px;
}
#top-reviews {
  width: 100%;
  margin-bottom: 50px;
}
#top-reviews li .ta-review {
  padding: 40px 15%;
  height: auto;
  margin: 0;
}
.tab .fix-tables .acc-spacing-fix {
  float: right;
}
.tab .fix-tables .acc-spacing-fix:nth-child(2n+2) {
  float: left;
}
.tab .action-button {
  display: block;
  float: right;
  max-width: 190px;
}
.alert-module {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.alert__body {
  background: #fff;
  padding: 20px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
  width: 40%;
  left: 50%;
  margin-left: -20%;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 90vh;
  height: auto;
  overflow-y: scroll;
}
.alert__btn {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}
.alert__btn .btn-cancel {
  float: right;
  display: block;
  margin-top: 15px;
}
.alert__btn .btn {
  float: right;
  margin-left: 20px;
}
.destination-title {
  width: 100% !important;
  min-height: auto;
}
.destination-title h1 {
  padding: 0  !important;
  margin-bottom: 0;
}
.destination-title + .medium-12 {
  display: none;
}
.modulo-superior__container.active {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 135px;
  padding-top: 165px;
}
.search-module--top .modulo-superior__container.active {
  padding-top: 0px;
}
.leaflet-control-zoom {
  margin-bottom: 60px !important;
}
.search--fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.search--fixed .search-module,
.search--fixed .hero--options {
  position: relative;
  top: 0;
  bottom: initial !important;
  left: initial;
}
.search--fixed.attached {
  position: fixed;
  bottom: initial;
  top: -2px !important;
  z-index: 5;
}
.search--fixed.attached .search-module {
  display: none;
}
.search--fixed.attached.headroom--pinned {
  top: 0px !important;
}
/* ------------------------------------------------------------
    Ad
------------------------------------------------------------ */
.ad {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 999;
  display: block;
  width: 0;
  height: auto;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ad img {
  display: block;
  width: 300px;
  max-width: initial;
  height: auto;
}
.ad.active {
  width: 300px;
  opacity: 1;
}
.dev-table-certif .item-tool {
  padding-top: 9px;
}
.dev-table-certif .item-tool a {
  width: 15px;
  height: 15px;
  background: #4a4a4a;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  display: block;
}
.dev-table-certif .item-tool article {
  position: absolute;
  left: 50px;
  top: -40px;
  background: #f7f7f7;
  padding: 10px;
  z-index: 10;
  width: 210px;
  font-size: 12px;
  display: none;
}
.dev-table-certif .item-tool article p {
  font-size: 12px;
}
.dev-table-certif .item-tool article h4 {
  font-size: 13px;
}
.modal--transid .modal-content .compare__hide {
  height: auto;
  text-align: center;
}
.modal--transid .modal-content .compare__hide h3 {
  margin-left: 0 !important;
}
.modal--transid .modal-content .compare__hide span {
  display: inline-block;
  width: 100%;
}
.modal--transid .modal-content .compare__hide span i {
  margin-left: 0 !important;
}
.modal--transid .modal-content .compare__hide .col-xs-8.pull-right {
  float: inherit !important;
  display: inline-block;
  padding-top: 20px;
}
.modal--transid .modal-content .compare__hide .col-xs-8.pull-right .btn.type3 {
  display: inline-block;
  float: inherit !important;
}
.list-cards {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.list-cards li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0;
}
.list-cards li i {
  font-size: 40px;
}
.delete_not i {
  margin-top: 5px;
}
.modal-content-logout .modal-content {
  text-align: center;
  padding-bottom: 20px;
}
.modal-content-logout .modal-content button {
  margin: 0 10px;
}
.modal-content-logout .modal-content button:last-child {
  background: #21c1f1;
  color: #fff;
}
.card__content .card__capacity:last-child {
  display: none;
}
.search-map-dropdown .ui-menu-item .ui-state-active {
  background-color: #21c1f1;
  color: white;
}
.ui-menu {
  padding: 0;
}
.ui-menu .ui-menu-item div {
  padding: 5px 10px;
}
.ui-menu .ui-menu-item div.ui-state-active {
  background-color: #21c1f1;
  color: white;
}
.js-search-map::-webkit-input-placeholder {
  color: #333;
}
.js-search-map::-moz-placeholder {
  color: #333;
}
.js-search-map:-ms-input-placeholder {
  color: #333;
}
.js-search-map:-moz-placeholder {
  color: #333;
}
.js-search-map::-webkit-input-placeholder {
  color: #333;
}
.modal--temporadas {
  left: -120%;
  opacity: 1 !important;
  display: block !important;
}
.modal--temporadas.active {
  left: 0;
}
.modal--temporadas .table-scroll {
  overflow-y: hidden;
}
.modal--temporadas .modal-content .modal-header .modal-close {
  z-index: 10;
}
.modal--temporadas td p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.modal--temporadas td p small {
  display: block;
  width: 100%;
}
.modal--temporadas td p.temporada__size {
  color: #787878;
}
.modal--temporadas .compare-features {
  width: 100%;
  min-width: 800px;
}
.modal--temporadas .compare-features tbody th:first-child {
  width: 100px;
}
.modal--temporadas .compare-features tbody td {
  width: 450px;
}
.modal--temporadas .compare-features tbody td:nth-child(2),
.modal--temporadas .compare-features tbody td:nth-child(3),
.modal--temporadas .compare-features tbody td:nth-child(4),
.modal--temporadas .compare-features tbody td:nth-child(5),
.modal--temporadas .compare-features tbody td:nth-child(6) {
  text-align: right;
}
.modal--temporadas .compare-features thead th:first-child {
  text-align: left;
  text-transform: uppercase;
}
.modal--temporadas #seassonHeader th + th {
  text-align: right;
}
.modal--temporadas #seassonHeader th {
  font-size: 14px !important;
}
.modal--temporadas .table__shade {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  height: 95%;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
/* Modal terminos */
.modal--terminos {
  left: -120%;
  opacity: 1 !important;
  display: block !important;
}
.modal--terminos .modal-content.modal--mid {
  height: auto;
  max-height: 90vh;
  min-height: auto;
  bottom: 0;
  overflow-y: auto;
}
.modal--terminos .table-scroll {
  height: auto;
}
.modal--terminos .detalle-tablas__contenido.colapsado {
  padding: 0;
}
.modal--terminos .restrictions-alone .modal-text,
.modal--terminos .restrictions-alone .modal-text__content {
  height: 50px;
  overflow: hidden;
}
.modal--terminos .restrictions-alone .modal-text.active,
.modal--terminos .restrictions-alone .modal-text__content.active {
  height: auto;
  overflow: visible;
}
.modal--terminos.active {
  left: 0;
}
.modal--terminos .modal-content .modal-header .modal-close {
  z-index: 10;
}
.modal-scroll {
  max-height: 570px;
  overflow-y: scroll;
}
/* ship table */
.row-section .ship-table h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: "lato-bold", sans-serif;
}
.row-section .ship-table p {
  font-size: 14px;
  margin: 0;
}
.row-section .ship-table tr {
  border-bottom: 1px solid #d0d0d0;
}
.row-section .ship-table tr:last-child {
  border-bottom: 0;
}
.row-section .ship-table td {
  vertical-align: top;
}
.slider-single-body.slider__ship {
  margin: 30px auto;
}
.ship__gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ship__gallery li {
  float: left;
  width: 15.7%;
  margin: 20px 2%;
}
.ship__gallery li img {
  width: 100%;
}
/* section promo */
.section__promo {
  padding-top: 150px;
  padding-bottom: 30px;
}
.section__promo .breadcrumb {
  display: none;
}
.section__promo a {
  color: #21c1f1;
}
.section__promo .tabs-promo .tab-control a {
  color: #8e8e8e;
  text-decoration: none;
}
.section__promo .tabs-promo .tab-control.active-tab a {
  color: #21c1f1;
}
.section__promo .title-block {
  margin: 40px 0 40px 0;
}
.section__promo .tabs-module {
  margin-bottom: 10px;
}
.section__promo .tab-content {
  margin: 0;
}
.section__promo .title-block2 {
  margin-bottom: 30px;
}
.section__promo-content .btn-square,
.section__promo-content .btn-favorite {
  display: none;
}
.tab .action-button.action__cuenta {
  font-size: 11px;
  width: 155px;
  padding-left: 0;
  padding-right: 0;
  max-width: initial;
}
/* Tipo de cambio */
.detalle-tablas__general .dev-tipo-de-cambio:after {
  content: "=";
}
.popup__image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  height: 120px;
  margin: 15px auto 30px auto;
  border-radius: 3px;
  cursor: pointer;
}
.popup__image img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
}
.popup__button {
  position: absolute;
  bottom: 0px;
  left: 0;
  /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
  display: block;
  width: auto;
  height: auto;
  padding: 10px 20px !important;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: white;
  vertical-align: middle;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  pointer-events: none;
}
.popup__button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
  -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.popup__icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 32px;
  color: white;
  vertical-align: middle;
}
.info-ruta__item .popup__image {
  height: 110px;
  margin: 15px 0 40px 0;
}
.info-ruta__item .popup__button {
  width: 100%;
  height: 40px;
  padding: 5px !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
}
.modal-image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-image.active {
  display: block;
}
.modal-image__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  max-width: 600px;
  height: 400px;
  background-color: white;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.16);
}
.modal-image button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
}
.modal-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
/* Result module fix */
#result--module .card--wide {
  padding-left: 0;
  padding-right: 0;
}
.interiores .btn.type3.compara-open {
  width: auto;
  padding: 0 10px;
}
#ui-id-2 + .ui-helper-hidden-accessible {
  display: none;
}
.widgetLogo2 {
  width: 190px;
}
/* Alert */
.alert {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 999999;
}
.alert .validation-message__text {
  display: inline-block;
  margin: 0 !important;
  padding: 5px 0;
  color: #59a47a;
  background: #e6ffef;
  text-align: center !important;
  width: 100%;
}
.alert.alert-warning .validation-message__text {
  width: 100%;    
  background: #edc0c3;
  color: #da3441;
}
.alert.alert-warning .validation-message__text a {
  color: #89141d;
  font-weight: bold;
}
#contacto-conoce-form .validation-message .validation-message__text {
  color: #59a47a;
  padding: 10px 15px 0 15px;
}
#contacto-conoce-form .validation-message.above .validation-message__text,
#contacto-conoce-form .validation-message.middle .validation-message__text {
  color: #da3441;
}
/* datepicker */
.datepick-cmd:hover {
  color: #fff !important;
}
/* socio dashboard */
.js-acc-latefees--content tr,
.js-acc-latefees--content td,
.js-acc-latefees--content th,
.js-acc-latefees--content table {
  border: 0 !important;
}
.general-table.resume-table .latefees-content table tr .contrato__total {
  border-top: 1px solid #9a9393 !important;
}
.general-table.resume-table .latefees-content table tr .contrato__total span {
  color: #4a4a4a;
  font-family: "montserrat-regular", sans-serif;
}
.interiores article h2 {
  text-align: left;
  margin-bottom: 30px;
}
/* offer label */
.offer-label {
  display: none;
}
/* cruceros list */
.section--cruceros .card--wide {
  border-bottom: 0;
}
/* Consulados */
.item-consulado {
  display: inline-block;
  padding: 5 10px;
}
/*cambios*/
.interiores.consulados .consulado__tall {
  height: 450px;
  border-bottom: 1px solid #dedede;
}
.interiores.consulados .consulado__tall:nth-child(7) {
  border-bottom: none;
}
.interiores.consulados .consulado__tall:nth-child(8) {
  border-bottom: none;
}
/* Form scroll */
.form-fix-scroll {
  position: relative;
  height: auto;
  width: 100%;
}
.form-fix-scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 10;
  pointer-events: none;
}
.form-fix-scroll:before {
  font: normal normal normal 35px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  bottom: -30px;
  z-index: 11;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  left: 45%;
}
.form-fix-scroll #contacto-conoce-form {
  overflow-y: scroll;
  margin-top: 20px;
  height: 400px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px;
}
/* like & dislike */
.video-rate {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.video-rate .video__like {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
}
.video-rate .video__like li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  margin-left: 0;
  width: 30px;
  height: 30px;
  border-bottom: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
}
.video-rate .video__like li input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.video-rate .video__like li input:checked + i {
  color: #00c4f2;
}
.video-rate .video__like li input:checked + i.fa-thumbs-o-up:before {
  content: "\f164";
}
.video-rate .video__like li input:checked + i.fa-thumbs-o-down:before {
  content: "\f165";
}
/* goto */
.go-to {
  width: 10px;
  height: 140px;
  position: absolute;
  top: -190px;
  left: 0;
}
/* search fixed  */
.search--fixed.attached .hero--options,
.search--fixed.attached .search-module {
  background: rgba(0, 0, 0, 0.9);
}
.tabs-module ul li {
  padding: 10px 0px;
  font-size: 14px;
}
/* time line slider */
.slider-timeline .owl-prev.disabled,
.slider-timeline .owl-next.disabled {
  background: #d2dbde;
  pointer-events: none;
}
/* Premios */
.premios {
  position: relative;
  overflow: hidden;
}
.premios.interiores h2 {
  font-family: "montserrat-regular", sans-serif;
  font-size: 42px;
  line-break: 3.625rem;
}
/* mapsidebar */
.map-sidebar .input-combo .input-combo__input {
  font-size: 18px;
}
/* mobile search */
.search-module--mobile .cal-alert {
  background-color: #ff8d00;
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 11px;
  margin-top: 10px;
}
.search-module--mobile .cal-alert .titleCondominiumMessage {
  font-size: 11px;
}
/* Firefox hack */
@supports (-moz-appearance:meterbar) {
  .search-module.search-module--top {
    top: 134px;
  }
}
/* sub indice */
.hero-image .container h2 sub,
.hero-image .container h2 sup {
  font-size: 1.5rem;
  bottom: 1.75rem;
}
/* body content */
.body--content.active {
  z-index: 3;
}
/* fix reglas */
.js-get-coor-and-id {
  height: auto !important;
}
/* consulados  */
.interiores.consulados .row {
  padding: 30px;
}
.interiores.consulado--fix .row {
  margin: 0;
}
/* Video content */
.video--part1 {
  margin-bottom: 0;
}
.video--part1 h2 {
  margin-bottom: 0;
}
.video--part2 {
  margin-bottom: 0;
  padding-top: 60px;
  font-size: 32px;
  font-weight: 700;
}
.video--part2 h2 {
  padding-top: 0;
}
/* Shopping title */
/* Paginador */
.paging_simple_numbers a:hover,
.paging_simple_numbers a.current {
  background: #21c1f1;
  color: #fff !important;
  border-radius: 4px;
  line-height: 27px !important;
}
.paging_simple_numbers a.paginate_button {
  height: 30px;
}
.paging_simple_numbers a.next,
.paging_simple_numbers a.previous {
  width: auto;
}
.paging_simple_numbers span {
  display: inline-block;
  padding: 0 10px;
}
.dataTables_info {
  padding-top: 20px;
}
#DataTables_Table_0_filter input[type="search"] {
  background: #ebeff3;
}
#not_eliminadas_paginate .paginate_button {
  border: 1px solid #21c1f1;
  border-radius: 3px;
  line-height: 27px;
  cursor: pointer;
  width: auto;
}
#not_eliminadas_paginate .paginate_button.disabled {
  opacity: .3;
}
#not_eliminadas_paginate .paginate_button.next,
#not_eliminadas_paginate .paginate_button.previous {
  width: auto;
}
#not_eliminadas_wrapper input[type="search"],
#not_activas_wrapper input[type="search"],
#DataTables_Table_0_filter input[type="search"] {
  border: #C8C8C8 solid 1px;
  color: #4a4a4a;
  padding: 5px 15px !important;
  height: auto;
  width: 100%;
  background: #fff;
  font-family: "montserrat-light", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
#not_eliminadas_wrapper input[type="search"]:focus,
#not_activas_wrapper input[type="search"]:focus,
#DataTables_Table_0_filter input[type="search"]:focus {
  border-color: cyan;
}
/* fix crucero */
.fix-crucero .header + .breadcrumb {
  display: none;
}
/* Rating */
.data-resort {
  padding-bottom: 30px;
}
.data-resort .rating {
  margin-bottom: 10px;
}
.data-resort .rating img {
  width: 130px !important;
}
/* Crucero fix links */
.fix-crucero .container .row-section {
  position: relative;
}
/* Container membresias */
.container .container--membresias > h2 {
  margin: 0;
  padding: 0;
}
/* vtabs */
.vtabs {
  position: relative;
}
.vtabs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 90px;
  pointer-events: none;
}
.vtabs .module-selectors {
  height: 400px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* Notification */
.module-notifications .notification.new .notification-delete {
  width: auto;
  padding: 0 10px;
}
.interiores--centros pre {
  color: #787878 !important;
  font-size: 14px;
  white-space: inherit !important;
}
.interiores--centros .row > div {
  line-height: 30px;
}
/* Alert */
.alert.modal--message {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 74, 74, 0.75);
}
.alert.modal--message .validation-message__text {
  position: absolute;
  z-index: 999;
  display: block;
  width: 50%;
  padding: 40px;
  background: #fff !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert.modal--message .validation-message__text a {
  text-decoration: underline;
}
.alert.modal--message .validation-message__text a:hover {
  text-decoration: none;
}
.alert.modal--message .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #787878 !important;
  font-size: 20px;
  cursor: pointer;
}
.cruise-route--wrapper {
  margin-top: 45px;
}
.cruise-route--itinerary {
  /*width: 100% !important;*/
  background: #fff;
  z-index: 2;
}
/* INTERIORES FIX DE ESPACIOS */
.interiores p span {
  color: #787878 !important;
}
.interiores ul {
  margin-bottom: 20px;
}
.interiores h2 {
  padding-top: 30px;
}
.interiores.container--memebresias {
  padding-top: 30px;
  margin-bottom: 0;
}
.interiores.apoyo--fix p,
.interiores.centros--fix p,
.interiores.consulado--fix p,
.interiores.agencias--fix p,
.interiores.tutoriales--fix p,
.interiores.video--part2 p,
.interiores.nosotros--fix p {
  padding-bottom: 0;
}
.interiores.apoyo--fix {
  margin-bottom: 30px;
  padding-top: 30px;
}
.interiores.apoyo--fix p span {
  color: #787878 !important;
}
.interiores.apoyo--fix .text--center {
  margin-bottom: 20px;
}
.interiores.apoyo--fix .col-lg-8 p,
.interiores.apoyo--fix .col-lg-8 ul {
  margin-bottom: 20px;
}
.interiores.centros--fix {
  padding-top: 30px;
  margin-bottom: 10px;
}
.interiores.consulado--fix {
  margin-bottom: 0px;
  padding: 30px 0;
}
.interiores.agencias--fix {
  padding-top: 30px;
}
.interiores.agencias--fix pre {
  color: #787878 !important;
  font-size: 16px !important;
  line-height: 26px;
}
.interiores.tutoriales--fix {
  padding-top: 0;
}
.interiores.tutoriales--fix h2 {
  padding-top: 0;
  margin-bottom: 0;
}
.interiores.video--part2 {
  padding-top: 0;
}
.interiores.video--part2 h2 {
  margin-bottom: 0;
}
.interiores.nosotros--fix {
  padding-bottom: 30px;
}
/* rewards */
.rewards--fix {
  margin-bottom: 0;
}
.rewards--fix .row {
  margin-bottom: 0;
}
.rewards--fix .row .text--center:last-child {
  padding-bottom: 0;
}
.rewards--fix .row .text--center:nth-child(2) {
  padding-bottom: 0;
}
.rewards--fix .row .text--center:nth-child(2) img {
  width: 300px !important;
  height: auto !important;
}
.rewards--fix .rewards-img {
  position: relative;
  width: 180px !important;
  margin: 40px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rewards--fix .text-brown {
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
}
.rewards--fix .rewards-figures {
  padding-top: 0;
}
.rewards--fix .rewards-figures img {
  width: 500px !important;
}
.rewards--fix .rewards-credits img {
  width: 240px !important;
}
.rewards--fix .videoWrapper {
  padding-bottom: 0;
}
.rewards-intro {
  position: relative;
  width: 100%;
  text-align: center;
}
.rewards-figures,
.rewards-credits {
  text-align: center;
  padding: 30px 0;
}
.rewards-figures__img,
.rewards-credits__img {
  position: relative;
  display: inline-block;
  width: 100%;
}
/* reglas content */
.reglas-content table {
  width: 100%;
  background-color: #f7f7f7;
  border: 0 !important;
  font-size: 14px;
}
.reglas-content table td {
  border: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.reglas-content table th {
  border: 0 !important;
}
.reglas-content table tr:nth-child(even) {
  background-color: #ebebeb;
}
/* table slider */
.table-slider {
  padding-top: 40px;
}
.table-slider,
.table-slider .slick-slide {
  height: 500px;
  width: 100%;
}
.table-slider .slick-slide {
  overflow-y: auto;
  padding-bottom: 40px;
}
.table-slider .slick-arrow {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 21px;
  border-color: #a2a2a2;
  border-width: 1px;
  width: 30px;
}
.table-slider .slick-arrow.slick-next {
  left: 29px;
}
.table-slider .slick-arrow.slick-disabled {
  cursor: normal;
  pointer-events: none;
  opacity: .5;
}
/* Aviso alert */
.aviso2.aviso--danger.aviso--danger {
  background: #da8686;
}
.aviso2.aviso--danger.aviso--danger i:before {
  content: "\f071";
}
/* Airport label */
.airports-label {
  margin-top: 20px;
}
/* User review */
.user-review-form {
  padding: 20px 13%;
  padding-bottom: 40px !important;
}
/* Tabla financiamento */
.table--financiamento .dataTables_wrapper:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 20px;
  height: 350px;
  right: 0;
  position: absolute;
  top: 0;
}
.table--financiamento .dataTables_wrapper .general-table {
  width: 690px;
}
/* Media print */
@media print {
  @page {
    size: 216mm 279mm;
    margin: 25mm;
    
    /* landscape */
  }
  .top__wrapp {
    height: 250px;
  }
  .chat-module,
  #livechat-compact-container,
  #livechat-full,
  .ad {
    display: none !important;
  }
}
/*FIX MY ACCOUNT*/
#the-account-data .row {
  margin-left: 0 !important;
}
#crusie-btn-mobile {
  display: none;
}
.myAccount .tabs-content .panel-content .panel-data-label {
  text-decoration: underline;
}
.myAccount .tabs-content .panel-content .col-md-offset-9 {
  padding: 0;
}
.myAccount .tabs-content .panel-content .col-md-offset-9 .editDatosP {
  width: initial;
  float: right;
  text-decoration: underline;
}
.myAccount .tabs-content .panel-content .col-md-offset-9 .editDatosP .fa-edit {
  margin-right: 10px;
}
.link-pass {
  font-family: "montserrat-regular", sans-serif;
  font-size: 16px;
  float: right;
  text-decoration: underline;
  margin-top: 15px;
}
.link-pass a {
  color: #4a4a4a;
}
.link-pass .icon-edit {
  margin-right: 10px;
}
/* Video gallery tabs */
.js-acc-latefees.active {
  border-bottom: 2px solid #21c1f1;
  color: #21c1f1;
}
.js-acc-latefees.active i:before {
  content: "\f056";
}
.js-acc-latefees i:before {
  content: "\f055";
}
.latefees-content {
  display: none;
}
/* col reset */
.col-reset {
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  /* ------------------------------------------------------------
    IE FIXED
------------------------------------------------------------ */
  .graphic--icon.g3 {
    background-position: 0% 0% !important;
    background-size: auto !important;
    width: 24px !important;
    height: 24px !important;
    background: url(../images/calendar.png);
  }
  .icon-logo {
    width: 300px;
    height: 70px;
    background-position: 0% 0% !important;
    display: inline-block;
    background-image: url(../images/royal-holiday.png);
    background-repeat: no-repeat;
    background-size: auto !important;
  }
  .search-module.search-module--top {
    top: 133px !important;
    height: 130px !important;
  }
  .search--fixed.attached {
    height: 190px !important;
  }
  .listsgroup__item a {
    font-family: "lato-light";
    font-size: 21px;
    line-height: 30px;
    color: #4A4A4A;
    padding: 5px 10px;
    width: 100%;
  }
  .listsgroup__item {
    border-bottom: 1px solid #c8c8c8;
  }
}
.modal-table-modificated thead {
  background-color: #21c1f1;
  color: #fff !important;
  border: none;
}
.modal-table-modificated {
  box-sizing: border-box;
  padding: 20px;
}
.modal-table-modificated-th {
  vertical-align: middle !important;
  text-align: right;
  font-size: 14px;
}
.modal-table-modificated-th-head {
  padding-right: 20px;
}
.modal-table-modificated-th-head p {
  font-weight: normal;
  font-size: 12px;
}
.modal-table-modificated-td-head {
  font-size: 12px;
}
.modal-table-modificated-td {
  vertical-align: middle !important;
  text-align: right;
  font-size: 12px;
}
.modal-table-modificated-td small {
  font-size: 8px;
  font-weight: bold;
  color: #555;
  display: block;
}
.modal-table-mobile {
  display: none ;
}
@media only screen and (max-width: 991px) {
  .modal-table-modificated-td-head {
    font-size: 10px;
  }
  .modal-table-modificated-td {
    vertical-align: middle !important;
    text-align: right;
    font-size: 11px;
  }
  .modal-table-modificated-td small {
    font-size: 8px;
    font-weight: bold;
    color: #555555;
  }
}
@media only screen and (max-width: 660px) {
  .modal-table-mobile {
    display: block;
  }
  .modal-table-modificated {
    display: none;
  }
  .modal-table-mobile-temporada {
    width: 100%;
    background-color: #21c1f1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
  }
}
.modal-table-mobile-temporada {
  width: 100%;
  background-color: #21c1f1;
  color: #fff;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}
.modal-table-mobile-table-head {
  background-color: #21c1f1;
  color: #fff !important;
  border: none;
  text-align: right;
  word-break: break-word;
  font-size: 10px;
}
.modal-table-mobile-table thead tr th {
  font-size: 10px;
}
.modal-table-mobile-table-td {
  vertical-align: middle;
  text-align: right;
  font-size: 10px;
}
.modal-table-mobile-table-td small {
  font-size: 8px;
  display: block;
}
/* Card promo */
.card--promo .card--wide .card__image {
  height: 290px;
  background: #ebebeb;
}
/* ------------------------------------------------------------
    EXTRAPERSON
------------------------------------------------------------ */
.extra-sp {
  padding-top: 20px;
  font-size: 16px;
}
.extra-sp div {
  margin: 5px 0px;
}
.extra-sp select {
  width: 63px;
  border: 1px solid #21c1f1;
}
a.btn-solicitar-extraperson {
  background-color: transparent !important;
  border: 1px solid #21c1f1;
  color: #21c1f1 !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
}
a.btn-solicitar-extraperson:hover {
  background-color: #21c1f1 !important;
  border: 1px solid #21c1f1;
  color: #fff !important;
  text-decoration: none;
}
.resort-list--view .aside p {
  font-size: 15px;
}
/* ------------------------------------------------------------
    MODAL EXTRAPERSON
------------------------------------------------------------ */
.modal--persona-extra {
  left: -120%;
  opacity: 1 !important;
  display: block !important;
}
.modal--persona-extra.active {
  left: 0;
}
.modal-special h3 {
  text-align: center;
  font-size: 18px;
}
.text-modal-special {
  font-size: 13px;
  margin: 20px 0px 50px 0;
}
.text-modal-special p {
  font-size: 15px !important;
}
.text-modal-special strong {
  color: #21c1f1;
}
.btn-group {
  width: 100%;
}
.btn-group div:nth-child(2) {
  text-align: right;
}
.btn-group div:nth-child(3) {
  text-align: right;
}
.confirmacion {
  display: none;
}
.confirmacion div:nth-child(1) {
  margin: 30px 0;
}
.confirmacion {
  text-align: center;
}
.confirmacion img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .modal-special.modal-content {
    width: 80%;
  }
  .text-modal-special {
    margin: 20px 0px;
  }
  .btn-group div:nth-child(1) {
    text-align: right;
  }
  .btn-group div:nth-child(2) {
    margin-top: 20px;
  }
  .btn-group div:nth-child(3) {
    margin-top: 20px;
  }
  .text-modal-special {
    text-align: center;
  }
}
a.btn-solicitars {
  background-color: transparent !important;
  border: 1px solid #21c1f1;
  color: #21c1f1 !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
}
a.btn-solicitars:hover {
  background-color: #21c1f1 !important;
  border: 1px solid #21c1f1;
  color: #fff !important;
  text-decoration: none;
}
a.btn-enviar-solicitud {
  background-color: transparent !important;
  border: 1px solid #37C98B;
  color: #37C98B !important;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
}
a.btn-enviar-solicitud:hover {
  background-color: #37C98B !important;
  border: 1px solid #37C98B;
  color: #fff !important;
  text-decoration: none;
}
a.btn-cancelar {
  color: #767675;
  text-decoration: underline;
  font-size: 13px;
}
/* Modal pay */
.modal--pay .modal-content {
  width: 400px;
}
.modal--pay .fa-exclamation-circle {
  font-size: 40px;
  margin-bottom: 20px;
  color: #b7b7b7;
}
.modal--pay h5 {
  margin-bottom: 0px;
}
.modal--pay p {
  margin-bottom: 30px;
}
/* Reservaciones */
.downloadPapeleria {
  text-align: center !important;
  font-size: 23px;
}
/* mapa fixes leaflet */
.numberup {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  background: rgba(66, 65, 64, 0.9);
  text-align: center;
  line-height: 20px;
}
.leaflet-container {
  font-size: 14px;
  font-family: "lato-light", sans-serif;
}
.leaflet-popup-content {
  width: 200px;
}
.leaflet-popup-content a {
  font-size: 14px;
  line-height: 15px;
}
.leaflet-popup-content-wrapper {
  padding: 3px 20px;
  background: rgba(66, 65, 64, 0.9);
}
.leaflet-popup-content .roteate {
  position: absolute;
  right: 12px;
  top: 4px;
  font-size: 14px !important;
  color: #fff;
}
.fa-angle-right:before {
  content: "\f105";
}
.leaflet-popup-content a:hover {
  filter: none !important;
}
.listaderesorts {
  width: 200px;
}
.listaderesorts a {
  color: #e9ecef !important;
  font-size: 12px;
}
.listaderesorts i {
  font-size: 12px !important;
  position: absolute;
  left: 5px;
  margin-top: -7px;
}
.leaflet-popup-content .listaderesorts a {
  line-height: 13px;
}
.pin-round-red {
  width: 10px;
  height: 10px;
  background: rgba(237, 61, 80, 0.8);
  border-radius: 50%;
}
/*.numberup {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    background: rgba(66, 65, 64, 0.9);
    text-align: center;
    line-height: 20px;
}
.leaflet-popup-content-wrapper {
    padding: 3px 20px;
    background: rgba(66, 65, 64, 0.9);
}
.leaflet-popup-content .roteate {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 14px !important;
    color:#fff;
}
.fa-angle-right:before {
    content: "\f105";
}
.leaflet-popup-content a:hover {
     filter: none !important;
}

.listaderesorts {
  width: 150px;
}
.listaderesorts a {
  color: #e9ecef !important;
  font-size: 12px;
}
.listaderesorts i {
    font-size: 12px !important;
    position: absolute;
    left: 5px;
    margin-top: -2px;
}*/
/* rewards button */
.reward-block {
  float: right;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 999;
}
.reward-block a:hover .award--hide {
  opacity: 1;
}
.reward-block a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.reward-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award--hide {
  position: absolute;
  right: 100px;
  top: 0;
  width: 370px;
  background: #9e8e61;
  color: #fff;
  padding: 10px;
  height: 100px;
  opacity: 0;
  pointer-events: none;
}
.award--hide p {
  font-size: 14px;
}
/* Temporadas fixes */
.season__mobile {
  display: none;
}
/* ------------------------------------------------------------
    BANNER PRICE TRAVEL
------------------------------------------------------------ */
.banner-price {
  padding: 0 !important;
}
/* avisos block */
.avisos-block {
  width: 100%;
}

.avisos-block h5 {
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
}

.banner-price > a {
  display: inline-block;
}
#banner {
  position: relative;
  z-index: 2;
  padding-right: 13px;
  padding-left: 30px;
  background: #fff;
}
#banner .banner-price {
  padding: 0 0 15px 0 !important;
}
.travel_price_reservation {
  padding: 20px 0;
}
.widget-pricet__date {
  padding: 10px 0;
}
@media (min-width: 601px) {
  .banner-mobile {
    display: none;
  }
  .banner-desktop {
    display: block;
  }
}
.terms__row {
  width: 100%;
}
.aviso__item {
  background: #fbfdfe;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

.aviso__item p {
  margin-bottom: 0px;
}
.promo-slider button.slick-arrow {
  position: absolute;
  border: 0;
  background: 0;
  color: #53c2f1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  height: 40px;
  top: 50%;
  line-height: 20px;
}
/* ------------------------------------------------------------
    MODAL AMIGOS
------------------------------------------------------------ */
.modal--amigos .modal-header {
  position: relative;
  width: 100%;
}
.modal--amigos .modal-close {
  top: -30px;
  right: 0;
}
.modal--amigos .modal-content {
  width: 60%;
}
.modal--amigos .modal__txt {
  text-align: center;
}
.modal__bottom {
  width: 100%;
}
.modal__input-number {
  width: 100%;
}
.number-section {
  width: 280px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
}
.number__head {
  width: 100%;
  background: #ebebeb;
  padding: 10px;
  text-align: center;
}
.number__head h6 {
  margin: 0;
  font-family: "montserrat-regular", sans-serif;
}
.upgrade__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  background: #ebebeb;
}
.number__form {
  width: 100%;
  padding: 15px;
}
.number__form .modal__btn-block {
  margin-top: 10px;
}
.number__form .modal__btn-block .btn {
  width: 100%;
}
.tool-show {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  color: #53c2f1;
  text-decoration: none;
}
.tool-show i {
  font-size: 21px;
}
.tool-show:hover .tool__hide {
  display: block;
}
.tool__hide {
  display: none;
  position: absolute;
  width: 490px;
  height: 350px;
  right: 0;
  padding: 10px;
  top: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
.tool__hide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* ------------------------------------------------------------
    MODAL ACUMULACION
------------------------------------------------------------ */
.modal-acumulacion .modal-content {
  width: 50%;
  max-height: 90vh;
  min-height: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

#row-section--avisos {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
/* Reservacion fix */
.resevacion-modulo__container .c-detalle .tabla--valores td:first-child {
  width: 100px;
}

/*ROYAL REWARDS*/
#faq-rewards h3 {
  font-size: 22px;
  text-align: center;
  color: #8A7F59;
}
.promos-section {
  padding-top: 50px;
  max-width: 700px;
}
#faq-rewards .faq-row {
  width: 100%;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #8A7F59;
}
.promo-slider button.slick-arrow.slick-prev {
  left: 0;
}
.promo-slider button.slick-arrow.slick-next {
  right: 0;
}
.promo-slider button.slick-arrow.slick-disabled {
  color: #b0b9c5;
  pointer-events: none;
}
.promo-slider .slick-list.active {
  height: auto !important;
}
.advise-module.advise--item {
  padding: 20px 0 30px 0;
}
.advise-module.advise--item .promo-alert {
  margin: 0 0 20px 0 !important;
  background-color: inherit;
  padding-bottom: 0;
}

#faq-rewards .faq-row.active {
  padding-bottom: 0;
}
.advise-module.advise--item .promo-alert .warning-big {
  font-size: 16px;
}
#faq-rewards .icon {
  width: 42px;
  height: 42px;
  vertical-align: middle;
  margin-right: 15px;
}
#faq-rewards .question {
  color: #8A7F59;
  cursor: pointer;
}
#faq-rewards .anwser {
  width: 100%;
  background: #8A7F59;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #fff;
  font-weight: lighter;
  margin-top: 10px;
}
.advise-module .tos-toggle i.fa-angle-up:before {
  content: "\f106" !important;
}

.advise-module .toggle-arrow.active i:before {
  content: "\f106";
}
#faq-rewards .hide {
  display: none;
}
.rewards-terms-txt-banner h2 {
  font-size: 3rem !important;
}
.advise__icon i {
  color: white !important;
}
.advise__title {
  float: left;
  width: 90%;
}
.rewards-terms-txt-banner h2 small {
  text-transform: none;
  font-size: 2rem;
}
#rewards-terms-txt {
  margin-top: 50px;
}
#rewards-terms-txt h1 {
  color: #8A7F59;
}
#rewards-terms-txt h2 {
  color: #8A7F59;
}
#rewards-terms-txt h3 {
  color: #8A7F59;
}
#rewards-terms-txt h4 {
  color: #8A7F59;
}
/* slider colors */
.advise--item .promo-alert.last-minute .advise__icon i {
  background: #dc143c;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer .advise__icon i {
  background: #7ac943;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer2 .advise__icon i {
  background: #21c1f1;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer3 .advise__icon i {
  background: #f0a12f;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer4 .advise__icon i {
  background: #f4803c;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer-green .advise__icon i,
.advise--item .promo-alert.offer5 .advise__icon i {
  background: #65c5a1;
  padding: 5px;
  border-radius: 5px;
}
/* no float */
.no-float {
  float: inherit;
}
#rewards-terms-txt strong {
  color: #8A7F59;
}
.item-card__image .coverimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: visible;
  opacity: 1;
}
.autocomplete-result-promociones .ui-menu-item div {
  width: 100%;
  position: relative !important;
}
.rewards--fix strong {
  color: #8a7f59;
}
.apoyo--fix strong {
  color: #8A7F59;
}
.apoyo--fix a {
  color: #8A7F59;
}
.mascara-video {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.mascara-video img {
  position: absolute;
  width: 183px !important;
  height: 74px !important;
  left: 50%;
  margin-left: -92px;
  top: 50%;
  margin-top: -37px;
  z-index: 9;
}
.mascara-video .playbtn {
  width: 240px !important;
  height: 240px !important;
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -120px;
  top: 50%;
  margin-top: -120px;
  opacity: 0.6;

}

.video--col6 .videoWrapper {
  padding: 0;
  height: 420px;
}

/* Divider */
.divider {
  width: 100%;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
/* modal-data-user */
.modal-data-user .modal-content {
  min-height: auto;
  max-height: 90vh;
  overflow-y: auto;
}
/* ------------------------------------------------------------
    BANNER PRICE TRAVEL
------------------------------------------------------------ */
.banner-price {
  padding: 25px 0 15px 0 !important;
}
.modal-data-user .input-combo-simple {
  margin: 5px 0;
}
.modal-data-user .modal__btn-block {
  text-align: center;
  padding: 20px 0;
}
.modal-data-user .modal__btn-block .btn {
  background: transparent !important;
  color: #21c1f1 !important;
  width: 200px;
  height: 40px;
}
.modal-data-user ::placeholder {
  font-size: 14px;
  color: #cecece;
}
.select-style2_box select {
  border: 0;
}
.user__name {
  text-align: left;
}
.user__name h6 {
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
}
.user__message {
  text-align: left;
}
.upload-btn {
  background: #21c1f1;
  color: #fff;
  width: 60px;
  height: 30px;
  border-radius: 10px;
  line-height: 30px;
  margin: 10px 0;
}
.upload-btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.upload__area {
  background: #f8f8f8;
  padding: 10px;
}
.upload-file-section {
  position: relative;
  padding-top: 10px;
}
.upload-file-section label {
  font-size: 16px;
  color: #4A4A4A;
  margin: 0;
  text-align: left;
  font-family: "montserrat-regular", sans-serif;
}
.upload-file-section .upload-btn,
.upload-file-section p {
  float: left;
}
.upload-file-section p {
  margin-left: 10px;
  margin-top: 13px;
  font-size: 14px;
  width: 80%;
  text-align: left;
}
.file__alert {
  width: 100%;
  padding: 20px 0;
}
.file__alert p {
  font-family: "montserrat-light", sans-serif;
  margin-left: 10px;
  font-style: italic;
  color: #d98787;
  font-size: 14px;
}
.file__alert p strong {
  font-family: "montserrat-bold", sans-serif;
}
.upload__cancel {
  font-size: 14px;
  position: absolute;
  right: 15px;
  background: #21c1f1;
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  text-decoration: none;
  z-index: 1;
}

.tooltip_cart .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 5px;
  font-family: "lato-light", sans-serif; 
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  /* width: 150px; */
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 5px;
  font-family: "lato-light", sans-serif;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: -150px;
  top: -10px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip_cart {
  position: relative;
  display: inline-block;
}
.tooltip_cart .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 5px;
  font-family: "lato-light", sans-serif;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: -65px;
  top: -70px;
  z-index: 99999;
}
.tooltip_cart:hover .tooltiptext {
  visibility: visible;
}

.upload__cancel i {
  margin-left: 5px;
}
.user__block {
  width: 100%;
}

.video--col6 .videoWrapper {
  padding: 0;
  height: 420px;
}

/* Reservacion fix */
.resevacion-modulo__container .c-detalle .tabla--valores td:first-child {
  width: 100px;
}
.resevacion-modulo__container .c-detalle .tabla--valores td:last-child {
  letter-spacing: -0.4px;
}

/* ------------------------------------------------------------
    PROMOCIONES RESORT DESTINOS DETALLE
------------------------------------------------------------ */
.promos-section {
  padding-top: 50px;
  max-width: 700px;
}
.title-block {
  margin: 40px 0 60px 0;
}
.title-block h3 {
  text-align: center;
}
.title-block h3 span {
  color: #21c1f1;
}
.title-block2 {
  margin: 40px 0 60px 0;
}
.title-block2 h3 {
  margin: 0;
}
.input-search input::-webkit-input-placeholder {
  color: #C8C8C8;
  font-family: "montserrat-light", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}
.input-search input::-moz-placeholder {
  color: #C8C8C8;
  font-family: "montserrat-light", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}
.input-search input:-ms-input-placeholder {
  color: #C8C8C8;
  font-family: "montserrat-light", sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}
.search-icon {
  background-image: url("../images/icons/search-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
  background-size: 20px !important;
}
.float-right {
  float: right;
}
.cargar-mas {
  margin: 0 auto;
  max-width: 200px;
  display: block;
}
.tabs-promo {
  max-width: 560px;
  margin: 0 auto;
}
.filterBy {
  margin: 0 0 40px 0;
  overflow: hidden;
}
.fix-cols {
  margin-left: -15px;
  margin-right: -15px;
}
.tab-content {
  margin: 0 0 60px;
}
.filter-cards {
  overflow: hidden;
  padding: 0 0 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}
.filter-cards > div {
  margin-bottom: 30px;
}
.filter-cards > div .item-card {
  height: 100%;
}
.item-card {
  box-shadow: 1px 0 3px rgba(1, 36, 36, 0.05);
  margin: 0 0 10px;
  padding-bottom: 50px;
}
.item-card .item-card__body {
  padding: 20px 0 0 0;
}
.item-card__image figure {
  height: 250px;
  position: relative;
  background: #ebebeb;
}
.item-card__image .coverimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: visible;
  opacity: 1;
}
.item-card__image figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.item-card__body {
  padding: 20px 20px 0 20px;
}
.item-card__body .btn.type3 {
  position: absolute;
  bottom: 30px;
  margin-left: -90px;
  left: 50%;
}
.item-card__body h3,
.item-card__body h4,
.item-card__body p {
  padding: 0 15px;
}
.item-card__body h3 {
  font-family: "montserrat-light", sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
  color: #323232;
  word-wrap: break-word;
  margin: 0 0 0px;
}
.item-card__body h4 {
  font-size: 17px;
  font-weight: 200;
  font-family: "lato-light", sans-serif;
  color: #999;
  margin: 0 0 1px;
}
.item-card__body p {
  font-size: 16px;
}
.item-card__body ul {
  list-style: none;
  padding: 0;
  padding: 17px 0;
  border-top: 1px solid #e8e8e8;
  margin: 20px 0 0 0;
}
.item-card__body ul li {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px dashed #d4d8de;
}
.item-card__body ul li:last-child {
  border-bottom: 0;
}
.item-card__body ul li:hover {
  background: #fbfbfc;
}
.item-card__body ul li a {
  color: #323232;
  display: block;
  position: relative;
  text-decoration: none;
  padding-right: 10px;
}
.autocomplete-result-promociones .ui-menu-item div {
  width: 100%;
  position: relative !important;
}
.promo__label {
  color: #53c2f1 !important;
  display: inline-block;
  width: 100%;
}
.item-card__body ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  margin: 5px 0 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter-results {
  margin: 0 0 20px;
  clear: both;
}
.btn-load-more {
  clear: both;
}
.input-combo-simple .special-label {
  margin: 0 0 6px;
}
.accordion-tab {
  height: 47px;
  background-color: #eeeeee;
  background-image: url(../images/icons/arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  background-size: 8px 15px;
  padding: 10px 10px 10px 47px;
  margin: 0 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  line-height: 26px;
  cursor: pointer;
}
.accordion-tab p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.accordion-tab p strong {
  font-weight: 800;
}
.accordion-tab.active {
  background-image: url(../images/icons/arrow-down-white.svg);
  background-size: auto;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ced4da;
}
.accordion-panel {
  padding: 30px 50px 50px;
  display: none;
}
.accordion-panel h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.accordion-panel p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.88;
}
.title-h3 h3 {
  font-size: 25px;
  color: #98002e;
  margin-bottom: 30px;
}
.mob-hide {
  display: none;
}
.btn-card-mob {
  margin: 0 0 20px;
}
.modal--promo {
  display: block;
  opacity: 0;
}
.modal--promo .modal-content {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
  transform: none;
  padding: 22px 22px 22px;
  height: auto;
}
.modal--promo .modal-content .modal-header .modal-close {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 1;
}
.modal--promo .owl-item .card {
  border: none;
  margin: 0;
  padding: 0 25px;
}
.modal--promo .owl-controls .owl-nav .owl-prev {
  position: absolute;
  color: #787878;
  font-size: 50px;
  top: 40%;
  left: -14px;
}
.modal--promo .owl-controls .owl-nav .owl-next {
  position: absolute;
  color: #787878;
  font-size: 50px;
  top: 40%;
  right: -15px;
}
.modal--promo .cardsgroup--wide {
  box-shadow: none;
  overflow: auto;
  max-height: 81vh;
}
.card .title-block2 {
  margin: 0px 0 20px 0;
  position: relative;
}
.card__cta .message {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
  background: #f7f5f5;
  border-radius: 10px;
}
.search-box .special-label {
  margin-bottom: 5px;
}
.advise-module .tos-toggle {
  cursor: pointer;
}
.advise-module .tos-toggle i.fa-angle-up:before {
  content: "\f107" !important;
}
.advise-module .tos-toggle i.fa-angle-down:before {
  content: "\f106";
}
.owl-carousel-promo .owl-next.disabled,
.owl-carousel-promo .owl-prev.disabled {
  opacity: .3;
  pointer-events: none;
}
.table--promotion table tr td {
  padding: 20px 10px 0 10px;
  border-bottom: 1px solid #ebebeb;
}
.table--promotion table tr:last-child td {
  border-bottom: 0;
}
.table--promotion .checkbox-combo {
  width: 100%;
  margin-bottom: 10px;
}
.table--promotion .checkbox-combo label {
  max-width: 100%;
  width: 100%;
}
.table--promotion .checkbox-combo.checkbox-combo--radio label:before {
  float: left;
}
.table--promotion .checkbox-combo i,
.table--promotion .checkbox-combo p {
  float: left;
}
.table--promotion .checkbox-combo p {
  float: left;
  width: 80%;
  font-size: 16px;
  line-height: 25px;
  margin-top: -5px;
}
.table--promotion .promo-if {
  white-space: initial;
  text-align: left;
  float: left;
  margin-top: -12px;
  padding-right: 10px;
}
/* ultimate acordeon */
.ultimate-acordeon {
  width: 100%;
}
.ultimate__title {
  width: 100%;
  background: #ebebeb;
  padding: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ultimate__title.active {
  background: #d8d8d8;
}
.ultimate__title.active i:before {
  content: "\f106";
}
.ultimate__title p {
  width: 100%;
  margin: 0 !important;
}
.ultimate__title i {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 24px;
}
.ultimate__hide {
  width: 100%;
  padding: 10px;
  display: none;
}
.ultimate__hide p {
  font-size: 14px;
  margin-bottom: 10px;
}
/* ------------------------------------------------------------
    MODAL AMIGOS
------------------------------------------------------------ */
.modal--amigos .modal-header {
  position: relative;
  width: 100%;
}
.modal--amigos .modal-close {
  top: -30px;
  right: 0;
}
.modal--amigos .modal-content {
  width: 60%;
}
.modal--amigos .modal__txt {
  text-align: center;
}
.modal__bottom {
  width: 100%;
}
.modal__input-number {
  width: 100%;
}
.number-section {
  width: 280px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
}
.number__head {
  width: 100%;
  background: #ebebeb;
  padding: 10px;
  text-align: center;
}
.number__head h6 {
  margin: 0;
  font-family: "montserrat-regular", sans-serif;
}
.number__form {
  width: 100%;
  padding: 15px;
}
.number__form .modal__btn-block {
  margin-top: 10px;
}
.number__form .modal__btn-block .btn {
  width: 100%;
}
.tool-show {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  color: #53c2f1;
  text-decoration: none;
}
.tool-show i {
  font-size: 21px;
}
.tool-show:hover .tool__hide {
  display: block;
}
.tool__hide {
  display: none;
  position: absolute;
  width: 490px;
  height: 350px;
  right: 0;
  padding: 10px;
  top: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
.tool__hide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* ------------------------------------------------------------
    MODAL MEMBRESIAS
------------------------------------------------------------ */
.modal--member .modal-header {
  position: relative;
  width: 100%;
}
.modal--member .modal-close {
  top: -30px;
  right: 0;
}
.modal--member .modal-content {
  width: 60%;
}
.modal--member .modal__txt {
  text-align: center;
}
.modal__txt {
  padding: 30px 0;
  width: 100%;
}
.modal__txt article {
  width: 90%;
  margin: 0 auto;
}
.modal__txt h5 {
  font-size: 18px;
}
.modal__btn-block {
  width: 100%;
  text-align: center;
}
.modal__btn-block .btn {
  background: #21c1f1;
  color: #fff;
  width: 263px;
  height: 40px;
  font-size: 16px;
}
.chat-icon-circle {
  background-color: #00d07f;
  border: 3px solid #0fa76d;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 -2px;
  float: inherit;
}
.chat-icon-circle i.graphic--icon {
  background: url(../images/icons/chat-icon.svg);
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  vertical-align: middle;
  transform: scale(0.8);
}
.btn-icon-chat {
  display: flex;
  background: #ebebeb;
  border-radius: 10px;
  padding: 10px;
  width: 280px;
  margin: 30px auto 0 auto;
}
.btn-icon-chat p {
  margin-top: 13px;
  margin-left: 10px;
}
.btn-icon-chat a {
  color: #787878;
}
.btn-icon-chat .chat-icon-circle,
.btn-icon-chat p {
  float: left;
}
/* ------------------------------------------------------------
    BANNER PRICE TRAVEL
------------------------------------------------------------ */
.banner-price {
  padding: 25px 0 5px 0 !important;
}
.banner-price > a {
  display: inline-block;
}
@media (min-width: 601px) {
  .banner-mobile {
    display: none;
  }
  .banner-desktop {
    display: block;
  }
}
@media (max-width: 600px) {
  .banner-mobile {
    display: block;
  }
  .banner-desktop {
    display: none;
  }
}
/* ------------------------------------------------------------
    PASO 3 DE RESERVA
------------------------------------------------------------ */
.detalle--padding {
  padding: 10px 0;
}
.td--left {
  text-align: left;
}
.td--left p {
  text-align: left;
}
.td--right {
  text-align: right;
}
.td--right p {
  text-align: right;
}
.td--center {
  text-align: center;
}
.table-info-reserve {
  width: 100%;
  border: 0;
}
.table-info-reserve td,
.table-info-reserve th {
  padding: 10px;
  border: 0;
}
.table-info-reserve thead td {
  font-size: 18px;
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
}
.table-info-reserve.reserve--small {
  font-size: 12px;
}
.reserve--title {
  font-size: 16px;
  font-weight: 300;
  font-family: "montserrat-regular", sans-serif;
  color: #21c1f1;
  padding: 0 10px;
}
.reserve__total {
  background: #f7f7f7;
}
.other-price {
  width: 100%;
  padding-top: 20px;
}
.other__open {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 10px 0;
}
.other__open i {
  position: absolute;
  right: -10px;
  top: 13px;
  font-size: 19px;
  background: #ececec;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 5px;
}
.other__open i:before {
  content: "\f107";
}
.other__open.active i:before {
  content: "\f106";
}
.other__hide {
  width: 100%;
  display: none;
}
/* ------------------------------------------------------------
    UPGRADE MODAL
------------------------------------------------------------ */
.sp-upgrade-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
}
.sp-upgrade {
  width: 50%;
  padding: 5px 0px;
}
.sp-upgrade span {
  color: #21c1f1;
  font-family: "montserrat-regular", sans-serif;
  margin-right: 5px;
}
.sp-upgrade:nth-child(even) {
  text-align: right;
  font-weight: bolder;
  font-family: "montserrat-regular", sans-serif;
}
.sp-upgrade-total {
  margin-top: 20px;
  width: 100%;
  font-family: "montserrat-regular", sans-serif;
  font-size: 14px;
}
.sp-upgrade-total-amount {
  font-family: "montserrat-regular", sans-serif;
  padding: 5px 0;
  font-size: 15px;
}
.sp-upgrade-total-amount:nth-child(odd) {
  text-align: right;
}
.sp__show-upgrade {
  border-top: 1px solid #ebebeb;
  background: #f7f7f7bb;
  padding: 0 10px;
  margin-bottom: 10px;
}
.sp__show-upgrade .sp-upgrade {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-family: "lato-light", sans-serif;
}
.sp-upgrade .sp__controls {
  float: left;
  width: 25%;
}
.sp-upgrade .sp__controls input {
  width: 20%;
  padding: 0;
  background: #fff;
  height: 29px;
  text-align: center;
  float: left;
  border-radius: 0;
}
.sp-upgrade .sp__controls span {
  width: 30%;
  padding: 0;
  background: #e3e0e0;
  height: 29px;
  text-align: center;
  float: left;
  line-height: 29px;
  margin: 0;
  cursor: pointer;
}
.sp-upgrade .sp__info {
  margin-top: 4px;
  width: 71%;
  float: right;
}
.sp-upgrade .sp__info p {
  margin: 0;
  float: left;
  font-size: 14px;
  letter-spacing: -0.5px;
  width: 60%;
}
span.sp__number {
  text-align: center;
  margin: 0;
  padding: 0 5px;
}
.sp-upgrade .sp__info.sp--price span {
  float: right;
  margin: 0;
  color: #787878;
  font-size: 12px;
  margin-top: 4px;
  letter-spacing: -0.5px;
}
.modal-special-upgrade {
  min-height: auto;
  max-height: 90vh;
  overflow-y: scroll;
}
.sp__show-upgrade .sp__basic {
  float: left;
  font-size: 14px;
}
.sp__show-upgrade .sp__basic p {
  font-size: 14px;
}
.sp__show-upgrade .sp__basic + .sp__basic {
  text-align: right;
  float: right;
  font-weight: bolder;
  font-family: "montserrat-regular", sans-serif;
}
.sp-upgrade .sp__info span {
  width: 40%;
}
.sp-upgrade .sp__info span small {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  text-align: right;
}
.disable {
  pointer-events: none;
  opacity: .7;
}
.element-hide {
  display: none;
}
.box-ascenso__scroll {
  position: relative;
  display: inline-block;
  width: 100%;
}
.box-ascenso__scroll:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ededed 100%);
  pointer-events: none;
  border-radius: 0 0 5px 5px;
}
.box-ascenso__scroll .sp-upgrade-wrap {
  height: 340px;
  overflow-y: auto;
}
.box-ascenso {
  min-height: 380px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #21c1f1;
  border-radius: 4px;
  background-color: white;
  z-index: 10;
  display: block;
  color: #787878;
}
.box-ascenso-title {
  width: 100%;
  padding: 6px 12px;
  background-color: #21c1f1;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "montserrat-regular", sans-serif;
}
.accion_ascenso {
  margin: 20px auto;
  font-size: 18px !important;
  padding: 5px 20px !important;
  display: block;
}
.ascenso-chat {
  text-align: center;
  text-decoration: none;
}
.ascenso-chat a {
  text-decoration: none;
  display: inline-block;
  background: #ebebeb;
  border-radius: 10px;
  padding: 10px;
  width: 240px;
  margin: 30px auto 0 auto;
  color: #787878;
}
.ascenso-chat a > div {
  margin-left: 10px;
}
.chat-ascenso {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  background: #00d07f;
  border: 4px solid #0fa76d;
  display: inline-block;
}
.chat-ascenso i.graphic--icon.g5 {
  position: relative;
  z-index: 3;
  margin-top: 9px;
  margin-left: 10px;
  background: url(../images/icons/chat-icon.svg) center center no-repeat !important;
  width: 45px;
  height: 45px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.destiny--list .row-section img {
  object-fit: cover;
}
/* ------------------------------------------------------------
    TABLE VALORES
------------------------------------------------------------ */
.resevacion-modulo__container .c-detalle .tabla--valores .table--topay td:first-child {
  width: auto;
}
/* ------------------------------------------------------------
    PROMO SLIDER
------------------------------------------------------------ */
.promo-slider {
  padding: 0 50px;
}
.promo-slider .slick-arrow {
  position: absolute;
  border: 0;
  background: 0;
  color: #53c2f1;
  top: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.promo-slider .slick-arrow.slick-prev {
  left: 0;
}
/* PASO 3 RESERVA */
.detalle--padding {
  padding: 10px 0 10px 0;
}
.promo-slider .slick-arrow.slick-next {
  right: 0;
}
.advise-module.advise--item .promo-alert {
  margin: 0;
  background-color: inherit;
}
.advise-module.advise--item .promo-alert .warning-big {
  color: #21c1f1;
  font-size: 16px;
}
.advise-module.advise--item .promo-alert h4 {
  color: #21c1f1;
}
.advise-module .tos-toggle i:before {
  content: "\f107";
}
.advise-module .tos-toggle i.fa-angle-up:before {
  content: "\f106";
}
.advise__icon {
  float: left;
  margin-right: 10px;
}
.advise__title {
  float: left;
  width: 80%;
}
/* slider colors */
.promo-alert.last-minute .advise__icon .warning-big {
  color: #dc143c;
}
.promo-alert.offer .advise__icon .warning-big {
  color: #7ac943;
}
.promo-alert.offer2 .advise__icon .warning-big {
  color: #21c1f1;
}
.promo-alert.offer3 .advise__icon .warning-big {
  color: #f0a12f;
}
.promo-alert.offer4 .advise__icon .warning-big {
  color: #f4803c;
}
.promo-alert.offer-green .advise__icon .warning-big,
.promo-alert.offer5 .advise__icon .warning-big {
  color: #65c5a1;
}
/* ------------------------------------------------------------
   FIX RESERVA PROMOCIONES
------------------------------------------------------------ */
.table--promo-fix .checkbox-combo label {
  width: 200px;
  line-height: 25px;
}
.table--promo-fix .promo-if {
  display: block;
  width: 400px;
  white-space: initial;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  line-height: 25px;
}
/* ------------------------------------------------------------
    MODAL ACUMULACION
------------------------------------------------------------ */
.modal-acumulacion .modal-content {
  width: 50%;
  max-height: 90vh;
  min-height: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.modal-acumulacion .modal__txt {
  text-align: center;
}
.modal-acumulacion .modal__agree input {
  margin-top: 5px;
  display: inline-block;
  width: 20px;
}
.modal-acumulacion .modal__agree label {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}
.modal-acumulacion .modal__cta {
  text-align: center;
}
.modal-acumulacion .modal__cta .btn {
  height: 40px;
  line-height: 36px;
  display: inline-block;
  margin: 0 30px;
}
.modal-acumulacion .agree__check {
  text-align: center;
  padding: 20px 0;
}
.modal-acumulacion .number-section {
  width: 50%;
}
.modal-acumulacion .agree__alert label {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------
       TOOLTIPS
------------------------------------------------------------ */
.tool-contrato {
  position: relative;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.tool-contrato:hover {
  color: #118aae;
}
.tool-contrato .tool-contrato__hide {
  width: 350px;
  height: 200px;
  background: #ebebeb;
  top: 29px;
  margin-left: -175px;
  position: absolute;
  left: 50%;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
}
.tool-contrato .tool-contrato__hide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ------------------------------------------------------------
   VIDEO COL 6 
------------------------------------------------------------ */
.video--col6 .videoWrapper {
  padding: 0;
  height: 420px;
}
.video--col6 .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------
    PRICETRAVEL CONFIRMACION
------------------------------------------------------------ */
.c-informacion .resume {
  margin-bottom: 30px;
}
.royal-travel__text p {
  font-size: 16px;
}
/* ------------------------------------------------------------
   SPECIAL SELECT
------------------------------------------------------------ */
.special--select select option {
  background: #000;
}
/* ------------------------------------------------------------
   NAVIERAS
------------------------------------------------------------ */
.navieras__check_custom ul li {
  height: 56px;
}
.map-sidebar.absolute {
  height: auto;
  top: 240px;
}
.map-container.max--height {
  min-height: 700px;
}
/* ------------------------------------------------------------
    error fixed message terms&conditions
------------------------------------------------------------ */
#error-politicas-terminos {
  background: #fbabab !important;
  margin: 10px 0 !important;
  padding: 10px;
  text-align: center;
  color: #4e0707 !important;
  font-weight: bold;
}
/* ------------------------------------------------------------
   CAMBIO DE CONTRASEÑA
------------------------------------------------------------ */
.modal--password .modal__txt {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: "montserrat-regular", sans-serif;
  background-color: transparent;
  white-space: normal;
}
.modal--password .modal__txt .text-primary {
  margin-bottom: 10px;
}
.modal--password .modal__txt p {
  margin: 0;
  font-size: 16px;
}
.modal--password .modal__txt h5 {
  font-family: "lato-bold", sans-serif;
  letter-spacing: .5px;
  font-size: 16px;
}
.modal--password .modal-header .modal-close {
  top: 0px;
  right: 20px;
}
.modal--password .modal-header .modal-close img {
  width: 18px;
}
.modal--password .input-combo-simple label {
  font-family: "lato-regular", sans-serif;
  color: #787878;
}
.modal--password .modal-content {
  width: 45%;
  padding: 30px 70px 0 70px;
  min-height: auto;
  max-height: 95vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-radius: 5px;
}
.modal--password .modal__btn-block {
  margin-bottom: 22px;
}
.modal--password .modal__btn-block {
  margin-top: 20px;
  text-align:center;
}
.modal--password .modal__btn-block .btn {
  background: #fff;
  color: #21c1f1;
  width: 240px;
}
.modal--password .modal__btn-block .btn:hover {
  background: #21c1f1;
  color: #fff;
}
.modal--password label.error {
  font-size: 13px;
  background: #fde9e9;
  padding: 0 5px;
  text-align: center;
  color: #d9534f;
}
.modal__form {
  width: 100%;
  padding: 0 10%;
}
.modal__form .input-combo-simple {
  margin-bottom: 10px;
}
.modal__form .input-combo-simple input {
  width: 100%;
}
.modal__form .input-combo-simple label {
  margin: 0 0 5px;
}
.modal__form .input__help {
  width: 100%;
  text-align: right;
  padding: 0;
}
.modal__form .input__help a {
  color: #787878;
  font-size: 14px;
}
.modal__form .progress {
  margin-bottom: 0;
}
.progress__label {
  text-align: center;
  padding-top: 15px;
}
.progress__label p {
  font-family: "montserrat-regular", sans-serif;
  font-size: 11px;
  display: inline-block;
  padding: 5px 20px;
  background: #ebebeb;
  border-radius: 5px;
  margin: 0;
}
.thanks-form {
  display: none;
}
/* icon complete */
.icon-complete {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ebebeb;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto 20px auto;
}
.icon-complete.complete--success {
  background: #5cb85c;
}
.icon-complete.complete--error {
  background: #d9534f;
}
.icon-complete.complete--warning {
  background: #f0ad4e;
}
/* ------------------------------------------------------------
   PROGRESS BAR
------------------------------------------------------------ */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* ------------------------------------------------------------
    PROMO SLIDER
------------------------------------------------------------ */
.promo-slider {
  padding: 0 50px;
}
.promo-slider button.slick-arrow {
  position: absolute;
  border: 0;
  background: 0;
  color: #53c2f1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  height: 40px;
  top: 50%;
  line-height: 20px;
}
.promo-slider button.slick-arrow.slick-prev {
  left: 0;
}
.promo-slider button.slick-arrow.slick-next {
  right: 0;
}
.promo-slider button.slick-arrow.slick-disabled {
  color: #b0b9c5;
  pointer-events: none;
}
.promo-slider .slick-list.active {
  height: auto !important;
}
.advise-module.advise--item {
  padding: 20px 0 30px 0;
}
.advise-module.advise--item .promo-alert {
  margin: 0 0 20px 0 !important;
  background-color: inherit;
  padding-bottom: 0;
}
.advise-module.advise--item .promo-alert .warning-big {
  font-size: 16px;
}
.advise-module.advise--item .promo-alert h4 {
  color: #21c1f1;
}
.advise-module .toggle-arrow.active i:before {
  content: "\f106";
}
.advise__icon {
  float: left;
  margin-right: 10px;
}
.advise__icon i {
  color: white !important;
}
.advise__title {
  float: left;
  width: 90%;
}
/* slider colors */
.advise--item .promo-alert.last-minute .advise__icon i {
  background: #dc143c;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer .advise__icon i {
  background: #7ac943;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer2 .advise__icon i {
  background: #21c1f1;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer3 .advise__icon i {
  background: #f0a12f;
  padding: 5px;
  border-radius: 5px;
}
.advise--item .promo-alert.offer4 .advise__icon i {
  background: #f4803c;
  padding: 5px;
}
.modal--saldo-insuficiente .modal-content {
  width: 40%;
}
.modal--saldo-insuficiente .text-primary {
  text-align: center;
}
.modal--saldo-insuficiente .modal__bottom {
  padding-bottom: 30px;
}
/* ------------------------------------------------------------
   VIDEO COL 6 
------------------------------------------------------------ */
.video--col6 .videoWrapper {
  padding: 0;
  height: 420px;
}
.tool-contrato .tool-contrato__hide {
  width: 350px;
  height: 230px;
  background: #f6f6f6;
  top: 29px;
  margin-left: -175px;
  position: absolute;
  left: 50%;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
  cursor: default;
}
.advise--item .promo-alert.offer-green .advise__icon i,
.advise--item .promo-alert.offer5 .advise__icon i {
  background: #65c5a1;
  padding: 5px;
  border-radius: 5px;
}
/* no float */
.no-float {
  float: inherit;
}
.tool-contrato .tool-contrato__hide p {
  margin: 0;
  padding: 5px;
  font-size: 14px;
  color: #21c1f1;
  line-height: 20px !important;
  text-align: left;
}
.tool-contrato .tool-contrato__hide strong {
  font-family: "montserrat-bold", sans-serif;
}
/* ------------------------------------------------------------
    PROMO OPACITY
------------------------------------------------------------ */
.opacity-active {
  opacity: .5;
}
.promo-block.active {
  border: 3px solid #00d07f;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.promo__selection {
  margin: 0;
  padding: 10px 5px;
}
/* ------------------------------------------------------------
    TABLA TD RESERVAS
------------------------------------------------------------ */
.col-izq .tabla--valores td {
  vertical-align: top;
}
/* ------------------------------------------------------------
   ACCCOUNT PASS CHANGE
------------------------------------------------------------ */
.number__inner {
  width: 210px;
  background: #ebebeb;
  border-radius: 3px;
  float: right;
  padding: 6px;
}
.number__inner .link-pass {
  margin: 0;
}
.number__inner .link-pass a {
  color: #21c1f1;
  font-size: 14px;
}
.number__inner .link-pass a i {
  color: #4a4a4a;
}
/* ------------------------------------------------------------
  RCI
------------------------------------------------------------ */
/* tabs fix */
.tabs-module ul li {
  font-size: 14px;
  letter-spacing: -0.5px;
  width: 16.66%;
  height: 70px;
}
.royal-tabs {
  display: flex;
  font-family: "montserrat-regular", sans-serif;
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 10px;
  line-height: 25px;
}
.royal-tabs .tab-control.active-tab {
  border-bottom: 0 solid transparent;
  border-top: 2px solid #21C1F1;
  border-left: 2px solid #21C1F1;
  border-right: 2px solid #21C1F1;
}
.royal-tabs a {
  color: #787878;
  text-decoration: none;
}
/* center form */
.center-info {
  padding: 30px 0;
}
.center-form {
  width: 400px;
  margin: 0 auto;
  padding: 40px 0;
}
.center-form h2.tab-title {
  margin: 0 0 30px 0;
}
.center-form .session-row {
  margin-bottom: 20px;
}
.center-form label {
  margin: 0 0 10px 0;
}
.session-row input {
  padding: 10px 15px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 16px;
  border: #C8C8C8 solid 1px;
  height: 38px;
}
.session-row.session--bottom .btn {
  width: 280px;
}
.session-row.session--bottom .btn i {
  margin-left: 10px;
  font-weight: 300;
  font-size: 12px;
}
.label-big small {
  color: #8c8c8c;
}
/* alerts */
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert--small {
  padding: 5px;
  width: auto;
  display: inline-block;
}
/* info user */
.info-user {
  width: 100%;
  padding: 10px 0 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.info-user label {
  height: 40px;
  font-size: 14px;
  margin: 0;
}
.info-user label small {
  display: inline-block;
  width: 100%;
}
.info-user .alert {
  z-index: 1;
  margin: 0;
}
/* user title */
.user-title {
  width: 100%;
  padding: 0 15px;
}
.user-title h2.tab-title {
  margin: 0 !important;
  float: left;
}
.user-cv {
  float: right;
  text-align: right;
  background-color: #F7F7F7;
  color: #4a4a4a;
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
  padding: 15px;
  width: auto;
  padding-right: 15px;
}
.user-cv p strong {
  color: #21c1f1;
  font-family: "montserrat-regular", sans-serif;
}
.user-element__inner {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  min-height: 440px;
}
.user-element__inner h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.user-element__inner.user--right .session-row {
  margin-bottom: 20px;
}
.user-element__inner.user--right .label-big {
  margin: 0 0 10px 0;
  font-family: "lato-regular", sans-serif;
}
.user-element__inner.user-element--auto {
  padding: 20px;
  min-height: auto;
}
.user--element label {
  font-family: "lato-bold", sans-serif;
}
.points-settings {
  width: 100%;
}
.element--disabled {
  position: relative;
}
.i--disabled {
  font-size: 70px;
  opacity: .3;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 70px;
  transform: translate(-50%, -50%);
  height: 70px;
}
.point__row {
  margin-bottom: 20px;
}
.point__row label {
  margin: 0 0 10px 0;
}
.point__row:last-child {
  margin-bottom: 0;
}
.point--bottom {
  text-align: right;
}
.point--bottom .btn {
  display: inline-block;
  font-size: 14px;
  width: 155px;
  padding: 10px 0;
  max-width: initial;
  border-radius: 10px !important;
}
.search-small {
  width: 100%;
}
.search-small input {
  background: #fff;
  color: #787878;
  font-size: 14px;
}
.btn--small {
  background: #53c2f1;
  color: #fff;
  border: 0;
  text-align: center;
  height: 38px;
  width: 16.66666667%;
}
.btn--small:hover {
  background: #48add8;
}
.label-txt {
  background: #ebebeb;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}
/* padding */
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.p-0 {
  padding: 0;
}
/* table */
.general-table.table--compress td,
.general-table.table--compress th {
  padding: 5px;
}
.general-table.table--compress td p,
.general-table.table--compress th p {
  font-size: 14px;
  margin: 0;
}
.general-table.table--compress td {
  font-size: 14px;
}
.general-table.table--compress th {
  font-size: 12px;
  border: 0;
}
.general-table.table--compress input {
  width: auto;
  height: auto;
}
.general-table.table--compress tbody tr:hover {
  background: #f7f7f7;
}
.general-table.table--center th,
.general-table.table--center td {
  text-align: center;
}
.general-table tr.active {
  background: #f7f7f7;
  color: #53c2f1;
  font-family: "lato-regular", sans-serif;
}
.general-table .general__head {
  font-family: "lato-bold", sans-serif;
}
.general-table td.align-right {
  text-align: right;
}
.table-xsmall {
  width: 100%;
  background: #fff;
  border: 0;
}
.table-xsmall td,
.table-xsmall th {
  padding: 5px;
  border: 0;
}
.table-xsmall td:first-child,
.table-xsmall th:first-child {
  text-align: left;
}
.table-xsmall td:last-child,
.table-xsmall th:last-child {
  text-align: right;
}
.table-xsmall thead tr {
  border-bottom: 1px solid #ebebeb;
}
.table-xsmall th {
  font-weight: normal;
  font-family: "montserrat-regular", sans-serif;
  font-size: 13px;
}
.table-xsmall td {
  font-size: 14px;
}
/* flat check */
.flat-check input,
.flat-check label {
  float: left;
}
.flat-check input {
  margin-right: 10px;
  width: auto;
  height: auto;
  margin-top: 2px;
}
.flat-check label {
  width: 80%;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  cursor: pointer;
}
.flat-check.flat--nofloat input,
.flat-check.flat--nofloat label {
  width: auto;
  height: auto;
}
.flat-check.flat--nofloat label {
  width: auto;
}
/* rci */
.rci-plan {
  padding-top: 40px;
}
.rci-plan .point__row {
  padding-top: 20px;
}
.rci__title {
  margin-bottom: 20px;
}
.rci__title h3,
.rci__title p {
  display: inline-block;
}
.rci__title h3 {
  float: left;
  font-size: 18px;
  margin: 0;
}
.rci__title p {
  float: right;
}
/* badge */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  font-family: "montserrat-regular", sans-serif;
}
.btn.type5 {
  background: #21c1f1;
  color: #fff;
  border-radius: 20px;
  border: 2px solid #21c1f1;
  font-family: "montserrat-regular", sans-serif;
}
.btn.type5:hover {
  background: #48add8;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
/* Session */
.session__span {
  width: 100%;
}
/* date simple */
.date-simple {
  padding: 10px 15px;
  background: #ebebeb;
  margin-top: 20px;
}
.date-simple .special--calendar input {
  background: #ffffff;
  padding-left: 30px;
  text-align: right;
}
.date-simple .graphic--icon.g3 {
  background: url(../images/calendar-gray.png);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
/* modal */
.modal--rci .modal-content {
  width: 60%;
  padding: 30px;
  min-height: auto;
  max-height: 95vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal--rci .modal__txt {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

/* ------------------------------------------------------------
  RCI
------------------------------------------------------------ */
/* tabs fix */
.tabs-module ul li {
  font-size: 14px;
  letter-spacing: -0.5px;
  width: 16.66%;
  height: 70px;
  width: 20%;
}
.modal--rci .modal__txt .text-primary {
  margin-bottom: 10px;
}
.modal--rci .modal__center {
  text-align: center;
  width: 100%;
  padding: 0 15%;
  margin-bottom: 20px;
}
.modal--rci .modal__center p {
  margin-bottom: 10px;
}
.modal--rci .modal__center a.tel {
  font-family: "lato-bold", sans-serif;
  text-decoration: none;
}
.modal--rci .modal-header .modal-close {
  top: 0px;
  right: 20px;
}
.modal--rci .modal-header .modal-close img {
  width: 18px;
}
.modal--rci .btn--small {
  width: 16.66666667%;
}
.modal--rci .modal__btn-block {
  padding-top: 20px;
}
/* modal neutral */
.modal__neutral {
  width: 100%;
  padding: 0;
}
/* ------------------------------------------------------------
    MY ACCOUNT (NEW TAB): MIS CRUCEROS
------------------------------------------------------------ */
.col-fifth {
  width: 20% !important;
  float: left;
}
.documents-table {
  display: none;
  margin: 20px 0;
}
.hidden-table {
  display: none;
}
.back-cruceros {
  margin-bottom: 30px;
}
.back-cruceros i {
  font-size: 12px;
  margin-right: 5px;
 }
/* ------------------------------------------------------------
    MY ACCOUNT (NEW TAB): MIS CRUCEROS
------------------------------------------------------------ */
.col-fifth {
  width: 20% !important;
  float: left;
}
.documents-table {
  display: none;
  margin: 20px 0;
}
.hidden-table {
  display: none;
}
.back-cruceros {
  margin-bottom: 30px;
}
.back-cruceros i {
  font-size: 12px;
  margin-right: 5px;
 }
/* ------------------------------------------------------------
   FIX RESERVA PROMOCIONES
------------------------------------------------------------ */
.table--promo-fix .checkbox-combo label {
  width: 200px;
  line-height: 25px;
}
.modal__neutral-inner {
  width: 100%;
  margin-bottom: 20px;
}
.modal__neutral-inner:last-child {
  margin-bottom: 0;
}
.modal__txt-color {
  color: #21c1f1;
}
/* fix modal txt title */
.modal__txt .text-primary {
  color: #000;
}
/* fix forms */
.select-style2_box.select--type3 {
  height: 40px;
}
.select-style2_box.select--type3 select {
  width: 110%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  color: #787878;
  font-family: "montserrat-regular", sans-serif;
  font-size: 14px;
}
.form-control.form--type2 {
  height: 40px;
  background: #fff;
  color: #787878;
  border: #C8C8C8 solid 1px;
  font-size: 14px;
}
/* card */
.card-module {
  width: 100%;
}
.card-module__head {
  background: #53c2f1;
  color: #fff;
  color: #ffffff;
  font-family: "montserrat-bold", sans-serif;
  font-size: 12px;
  padding: 5px;
}
.card-module__head h6 {
  font-size: 12px;
  margin: 0;
}
.card__row {
  padding: 10px 0;
}
.map-sidebar.absolute {
  height: 64vh;
  top: 240px;
  min-height: 460px;
}
.card__row.card--terms {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.card__row.card--terms h5 {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.card-module__body {
  width: 100%;
  padding-top: 10px;
}
/* complete aditional */
.icon-complete.complete--attention {
  background: #77a6ba;
}
/* ------------------------------------------------------------
   FIX TEMPORADAS
------------------------------------------------------------ */
.table-slider .slick-slide {
  height: 380px;
  padding-bottom: 0;
}
.table-slider .slick-slide #row-section--avisos {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
/* ------------------------------------------------------------
    UPGRADE V2.0
------------------------------------------------------------ */
#modal-ascenso-habitacion .modal-content.modal--mid {
  width: 80%;
  max-width: 1024px;
}
/* item */
.upgrade__item {
  border: 3px solid #ebebeb;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  width: 100%;
  max-height: 395px;
  min-height: 362px;
  overflow: hidden;
  background: #f4f4f4;
}
.upgrade__item:hover,
.upgrade__item.active {
  border-color: #21c1f1;
}
.upgrade__item.active {
  background: #fbfbfb;
}
.upgrade__article {
  width: 100%;
}
.upgrade__article h4 {
  font-family: "montserrat-regular", sans-serif;
  color: #4a4a4a;
  font-size: 16px;
}
.upgrade__top {
  width: 100%;
  background: #fff;
  padding: 10px;
}
.upgrade__img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px 10px 0 0;
}
.upgrade__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.upgrade__room {
  width: 100%;
  padding-top: 10px;
}
.upgrade__room i,
.upgrade__room p {
  float: left;
}
.upgrade__room p {
  width: 80%;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 16px;
}
.upgrade__room .upgrade__people {
  font-family: "montserrat-regular", sans-serif;
  color: #21c1f1;
  font-size: 14px;
  display: block;
  width: 100%;
}
.upgade__cv {
  color: #21c1f1;
  font-size: 18px;
  font-family: "montserrat-regular", sans-serif;
  padding: 10px 10px 10px 43px;
  display: inline-block;
  width: 100%;
}
.upgade__cv p {
  margin: 0;
  font-size: 16px;
}
.upgade__cv h4 {
  font-size: 16px;
  color: #4a4a4a;
  font-family: "lato-regular", sans-serif;
}
.room__check {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
/* cv */
.cv__row {
  margin-bottom: 5px;
  letter-spacing: -0.2px;
}
.cv__row.cv--normal {
  text-decoration: line-through;
  color: #787878;
}
.cv__row h6 {
  color: #4a4a4a;
  font-size: 16px;
  font-family: "lato-light", sans-serif;
  margin: 0;
}
/* center */
.upgrade__center {
  width: 100%;
}
.upgrade__center h4 {
  font-size: 16px;
  text-align: center;
}
.upgrade__change {
  background: #ebebeb;
  border-radius: 10px;
  margin: 10px 0;
  padding: 5px 0 30px 5px;
  text-align: center;
}
.upgrade__change p {
  width: 100%;
  margin: 0;
}
.change__icon {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}
.change__icon i {
  font-size: 20px;
  color: #21c1f1;
  background: #fbfbfb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin-top: -50px;
  border: 1px solid #fff;
}
.upgrade__txt {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.upgrade__txt strong {
  color: #21c1f1;
}
/* ------------------------------------------------------------
      MY ACCOUNT (NEW TAB): MIS CRUCEROS
  ------------------------------------------------------------ */
.col-fifth {
  width: 20% !important;
  float: left;
}
#modal-ascenso-habitacion .btn {
  margin: 0 auto;
  width: 230px;
}
#modal-ascenso-habitacion hr {
  margin-bottom: 15px;
}
.col--center {
  padding-top: 90px;
}
.upgrade-contain {
  padding: 0;
}
.back-cruceros i {
  font-size: 12px;
  margin-right: 5px;
}
/* ------------------------------------------------------------
      MY ACCOUNT (NEW TAB): MIS CRUCEROS
  ------------------------------------------------------------ */
.col-fifth {
  width: 20% !important;
  float: left;
}

/* ------------------------------------------------------------
    PROMO OPACITY
------------------------------------------------------------ */
.opacity-active {
  opacity: .5;
}
.selected-rooms .extraperson-950 .tooltip {
  top: 0;
}
.tabla--valores {
  overflow: visible;
}
tr[data-id="Extraperson"] .tooltip .tooltiptext {
  width: 180px;
  left: -179px;
}
.back-cruceros i {
  font-size: 12px;
  margin-right: 5px;
}
.myAccount .tabs-module .documents-table .docs-table {
  padding-top: 20px;
}
/* ------------------------------------------------------------
    MODAL AMIGOS
------------------------------------------------------------ */
.modal--amigos .modal-header {
  position: relative;
  width: 100%;
}
.modal--amigos .modal-close {
  top: -30px;
  right: 0;
}
.modal--amigos .modal-content {
  width: 540px;
  max-height: 90vh;
  min-height: 400px;
  overflow-y: scroll;
}
/* ------------------------------------------------------------
   VIDEO COL 6
------------------------------------------------------------ */
.video--col6 .videoWrapper {
  padding: 0;
  height: 420px;
}
.modal--amigos .modal__txt {
  text-align: center;
}
.modal__bottom {
  width: 100%;
}
.modal__input-number {
  width: 100%;
}
.number-section {
  width: 280px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
}
.number__head {
  width: 100%;
  background: #ebebeb;
  padding: 10px;
  text-align: center;
}
aside.map-sidebar.absolute {
  height: 64vh;
  top: 240px;
  min-height: 460px;
}
.number__head h6 {
  margin: 0;
  font-family: "montserrat-regular", sans-serif;
}
.number__form {
  width: 100%;
  padding: 15px;
}
.number__form .modal__btn-block {
  margin-top: 10px;
}
.number__form .modal__btn-block .btn {
  width: 100%;
}
.modal--amigos .tool-show {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  color: #53c2f1;
  text-decoration: none;
}
.modal--amigos .tool-show i {
  font-size: 21px;
}
.modal--amigos .tool-show:hover .tool__hide {
  display: block;
}
.modal--amigos .tool__hide {
  display: none;
  position: absolute;
  width: 420px;
  height: 300px;
  left: 50%;
  padding: 10px;
  top: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
  transform: translateX(-50%);
  right: initial;
}
.modal--amigos .tool__hide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* upgrade pantalla final */
.resevacion-modulo__container .upgrade-contain > .row {
  margin: 0;
}
/* confirmación upgrade*/
#modal-ascenso-habitacion-confirmacion {
  z-index: 99999 !important;
}
#modal-ascenso-habitacion-confirmacion .modal-content.modal--mid {
  width: 460px;
}
#modal-ascenso-habitacion-confirmacion .habitaciones_texto_upgrade p {
  text-align: center;
}
#modal-ascenso-habitacion-confirmacion .btn {
  margin-bottom: 0;
}
.type1.type--fill {
  color: #fff;
  background: #21c1f1;
}
/* ------------------------------------------------------------
       CRUCEROS NEW FIXES
------------------------------------------------------------ */
/* Footer headroom */
.js-headroom-extra.headroom--unpinned {
  opacity: 0;
  pointer-events: none;
  z-index: -100;
}
.account_top {
  margin-bottom: 20px;
}
.nav-pin__scroll > .container {
  max-width: 100%;
  padding: 0;
}
.nav-pin__scroll.nav-tabs .nav-tabs__list {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-align: center;
}
.nav-pin__scroll.nav-tabs .nav-tabs__list .nav-tabs__item {
  width: auto;
  margin: 0 3%;
  text-align: center;
  display: inline-block;
}
/* ------------------------------------------------------------
   LOGOUT
------------------------------------------------------------ */
.modal-content-logout .modal-content button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff;
}
/* -------------------------------------
LOADER
---------------------------------------*/
.loader-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
  display: none;
}
.loader-imagine {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
}
.loader-imagine:after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #2fbced;
  border-color: #2fbced transparent #2fbced transparent;
  animation: loader-imagine 1.2s linear infinite;
}
.loader-wrap p {
  position: fixed;
  bottom: 40px;
  color: #ffff;
  text-align: center;
  width: 100%;
  font-family: 'font2-Medium';
}
.spinner {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -30px;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #29b4ea;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@keyframes loader-imagine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.center-loader {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* rewards button */
.js-reward-open {
  display: none;
}
/* ------------------------------------------------------------
   TOOL GALERIA
------------------------------------------------------------ */
.slider-single-body img {
  margin-bottom: 0;
}
.slider-single-body .graphic--icon {
  bottom: 20px;
}
.gallery-trigger .gallery--tool {
  position: absolute;
  bottom: 60px;
  right: 15px;
  background: #53c1f1;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 0px 10px;
  display: none;
  font-family: "lato-bold", sans-serif;
}
/* ------------------------------------------------------------
    PANTALLA 2 RESERVA
------------------------------------------------------------ */
.resevacion-modulo__container .c-detalle .tabla--valores td:first-child {
  width: 50%;
}
.resevacion-modulo__container .c-detalle .tabla--valores td {
  width: auto;
  font-weight: 700 !important;
  font-size: 18px;
  color: #1E1E1E;
}
.resevacion-modulo__container .c-detalle .tabla--valores td {
  width: auto;
  font-weight: 700 !important;
  font-size: 18px;
  color: #1E1E1E;
}
.tabla-creditos.tabla--membresia .dropdown-combo tr {
  border: 0 !important;
}
.tabla-creditos.tabla--membresia .dropdown-combo tr.dev-ai-tr td:first-child {
  width: 159px;
}
.tabla-creditos.tabla--membresia .dropdown-combo.combo--first {
  padding: 0 10px !important;
}
.tabla-creditos.tabla--membresia .dropdown-combo.combo--first .dropdown-combo table {
  background: #fdfdfd;
}
.tabla-creditos.tabla--membresia .dropdown-combo.combo--first .dropdown-combo table table {
  background: #e6e6e6;
}
.tabla-creditos.tabla--membresia .dropdown-combo.combo--first .dropdown-combo > td td {
  background: transparent;
}
.tabla-creditos.tabla--membresia .dropdown-combo.combo--first .dropdown-combo .dropdown-combo > td {
  background: #e6e6e6;
  padding-left: 20px;
}
.tabla-creditos.tabla--membresia .dropdown-combo.combo--first .dropdown-combo .dev-ai-tr:first-child td {
  border-top: 1px solid #cac8c8;
}
.tabla--valores #dev-checkout-date,
.tabla--valores #dev-checkin-date {
  text-align: right;
}
.tabla--valores td {
  width: auto;
  font-size: 18px;
  font-weight: 700 !important;
  padding: 6px 5px;
}
/* error */
.error-info {
  background-color: #ffc9c9;
  margin: 5px;
  color: #c14141;
  padding: 10px;
  text-align: left;
}
/* ------------------------------------------------------------
 PROMOCIONES TABS
------------------------------------------------------------ */
.section__promo .tabs-promo li {
  width: 50%;
  font-size: 16px;
  line-height: 40px;
}
.cover--promo img {
  opacity: 1;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
/* ------------------------------------------------------------
    cover image promo slider
------------------------------------------------------------ */
.owl-carousel-promo .card__image .coverimage img {
  opacity: 1;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.modal--promo .modal-content .modal-header .modal-close {
  right: 40px;
  z-index: 10;
}
/* ------------------------------------------------------------
    PROMOCIONES DISPONIBLES
------------------------------------------------------------ */
.table--promotion table tr td {
  display: inline-block;
  width: 100% !important;
  border-bottom: 0;
}
.table--promotion table tr td .promo-if {
  padding: 5px 10px 5px 23px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
}
.table--promotion .promo__selection {
  font-size: 14px;
  padding: 5px 0 5px 0;
}
.table--promotion .fa-tag {
  height: 30px;
}
.table--promotion .checkbox-combo {
  margin-top: 10px;
  margin-bottom: 0;
}
.table--promotion .ultimate__title {
  padding: 0;
}
/* ------------------------------------------------------------
    PANTALL 2 RESERVA ::::NEW::: 
------------------------------------------------------------ */
.tabla--valores .dev-checkout-date,
.tabla--valores .dev-checkin-date {
  text-align: right;
}
.toggle-cargos_reservacion {
  border-left: 0 !important;
  border-right: 0 !important;
}
.tabla-creditos.tabla--membresia .dropdown-combo tr {
  border-left: 0 !important;
  border-right: 0 !important;
}
.saldo--tabla td:nth-child(2) {
  width: auto;
}
.saldo--tabla td:nth-child(3) {
  width: 20px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) thead {
  border-bottom: 1px dotted #d6d6d6;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td {
  font-size: 15px !important;
  font-family: "lato-light", sans-serif !important;
  letter-spacing: -0.6px;
  padding-left: 10px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(1) {
  width: 166px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(2) {
  width: 100px;
  text-align: left;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(3) {
  width: 100px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(4) {
  width: 100px;
  padding-right: 25px;
  text-align: right;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(5) {
  width: 120px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(6) {
  width: 20px;
  padding-left: 0;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .title-concepto td {
  font-family: "lato-bold", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo > td {
  background-color: #f9f9f9;
  padding-left: 0px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td {
  background-color: transparent;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type {
  padding-left: 0px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type td:first-of-type {
  padding-left: 10px;
  padding-right: 30px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type td:nth-child(3) {
  width: 109px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .table--footer td {
  font-family: "lato-bold", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) tr[data-id="toggle-saldo_actual"] > td {
  width: 100%;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) th {
  font-size: 15px;
  font-family: "lato-light", sans-serif;
  background: transparent;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .head-table--title td {
  font-family: "montserrat-bold", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700;
  color: #1E1E1E;
}
.detalle-reservacion.promotion--block {
  background: #f6fff8;
  margin: 20px 0;
  border: 1px solid #6ad181;
}
.detalle-reservacion.promotion--block .tabla--valores th {
  background-color: transparent;
}
.detalle-reservacion.promotion--block article {
  margin: 0;
  background: transparent;
}
.costo-reservacion--block {
  background: #fefff2 !important;
  border-top: 10px solid #CCD736;
  border-left: 1px solid #CCD736;
  border-right: 1px solid #CCD736;
  border-bottom: 1px solid #CCD736;
}
.costo-reservacion--block .table--footer {
  background: #f1f1e2;
}
.costo-reservacion--block .head-table--title {
  border-bottom: 1px solid #CCD736;
}
.costo-reservacion--block .dropdown-combo {
  border-top: 1px solid #CCD736;
}
.costo-reservacion--block .dropdown-combo > td {
  background-color: #ffffda !important;
}
.costo-reservacion--block .dropdown-combo > td .dropdown-combo > td {
  border-top: 1px solid #CCD736;
  background-color: #f5f5bc !important;
}
.cargos-reservacion--block {
  background: #fffdf8 !important;
  border-top: 10px solid #F6C532;
  border-left: 1px solid #F6C532;
  border-right: 1px solid #F6C532;
  border-bottom: 1px solid #F6C532;
}
.cargos-reservacion--block .head-table--title {
  border-bottom: 1px solid #F6C532;
}
.cargos-reservacion--block .dropdown-combo {
  border-top: 1px solid #F6C532;
}
.cargos-reservacion--block .dropdown-combo > td {
  background-color: #fff9ea !important;
}
.cargos-reservacion--block .dropdown-combo > td .dropdown-combo > td {
  border-top: 1px solid #F6C532;
  background-color: #fbedc9 !important;
}
.tabla-membresia--block {
  background: #fff3e7 !important;
  border-top: 10px solid #EF8A34;
  border-left: 1px solid #EF8A34;
  border-right: 1px solid #EF8A34;
  border-bottom: 1px solid #EF8A34;
}
.tabla-membresia--block .head-table--title {
  border-bottom: 1px solid #EF8A34;
}
.tabla-membresia--block .dropdown-combo {
  border-top: 1px solid #EF8A34;
}
.tabla-membresia--block .dropdown-combo > td {
  background-color: #fbecde !important;
}
.tabla-membresia--block .dropdown-combo > td .dropdown-combo > td {
  border-top: 1px solid #EF8A34;
  background-color: #f3d2b3 !important;
}
.resevacion-modulo__container .col-izq {
  width: 63.5%;
}
.resevacion-modulo__container .col-izq .detalle-tablas__contenido.colapsado {
  padding: 0;
}
.detalle-reservacion {
  background: #fff;
  margin: 0 0 20px;
}
.detalle-reservacion__titulo {
  background: #efefef;
}
.head-table--title {
  background: #fff;
}
.head-table--title td {
  font-family: "montserrat-bold", sans-serif !important;
  font-size: 12px;
}
.ultimate__title {
  background: #f7f7f7;
  margin-bottom: -6px;
}
.ultimate__title i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  background: #fff;
  font-size: 16px;
  height: 100%;
  width: 20px;
  text-align: center;
  line-height: 37px;
}
.ultimate__title.active {
  background: #eaeaea;
}
.detalle-reservacion.promotion--block article.ultimate__hide {
  background: #fff !important;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 10px 10px 50px;
  margin-top: -6px;
}
.col-izq .detalle-tablas__contenido .tabla--valores.table--promotion {
  margin-bottom: 0;
}
.table--promotion .detalle-all__titulo {
  padding: 5px 10px;
  text-align: left;
  color: #1E1E1E;
  border-top: 10px solid #00d07f;
  border-bottom: 1px solid #00d07f;
  background: #fff;
}
.table--promotion .detalle-all__titulo h4 {
  color: #1E1E1E;
  font-size: 12px;
  font-family: "montserrat-bold", sans-serif;
}
.table--promotion .promo__selection {
  font-size: 13px;
}
.tabla-creditos .checkbox-combo label {
  font-size: 13px;
}
.col-izq .detalle-tablas__contenido .tabla--valores {
  margin-bottom: 20px;
}
.col-izq .detalle-tablas__general.total td:first-child {
  padding-left: 20px;
}
.col-izq .adicional-info td:first-child {
  padding-left: 20px;
}
.col-izq .detalle-tablas__general.col2 td + td {
  text-align: right;
  display: table-cell;
  float: initial;
}
.col-izq .detalle-tablas__general td,
.col-izq .adicional-info td {
  padding: 6px 10px;
}
.col-izq .detalle-tablas__general td strong,
.col-izq .adicional-info td strong {
  font-size: 18px;
  letter-spacing: -0.5px;
}
.col-izq .detalle-tablas__general td:nth-child(1) {
  width: 166px;
  vertical-align: middle;
}
.col-izq .detalle-tablas__general td:nth-child(2) {
  width: 100px;
}
.col-izq .detalle-tablas__general td:nth-child(3) {
  width: 100px;
}
.col-izq .detalle-tablas__general td:nth-child(4) {
  width: 100px;
}
.col-izq .detalle-tablas__general td:nth-child(5) {
  width: 120px;
  text-align: right;
}
.col-izq .detalle-tablas__general td:nth-child(5) p,
.col-izq .detalle-tablas__general td:nth-child(5) strong,
.col-izq .detalle-tablas__general td:nth-child(5) small {
  text-align: right;
}
.col-izq .detalle-tablas__general td:nth-child(6) {
  width: 20px;
  padding-left: 0;
}
.col-izq .detalle-tablas__general:not(.total) td:nth-child(2) {
  width: 30px;
}
.col-izq .detalle-tablas__general:not(.total) td:nth-child(3) {
  width: 171px;
}
.col-izq .adicional-info td {
  padding: 6px 10px;
}
.col-izq .adicional-info td:nth-child(1) {
  width: 208px;
}
.col-izq .adicional-info td:nth-child(2) {
  width: 133px;
  text-align: left ;
  padding-left: 10px;
}
.col-izq .adicional-info td:nth-child(3) {
  width: 100px;
}
.col-izq .adicional-info td:nth-child(4) {
  width: 100px;
  text-align: right;
  padding-right: 16px;
}
.col-izq .adicional-info td:nth-child(5) {
  width: 20px;
  padding-left: 0;
}
.col-izq .detalle-tablas__general {
  font-size: 14px;
}
.col-izq .detalle-tablas__general .dev-tipo-de-cambio:after {
  margin-left: 5px;
}
.detalle-reservacion,
.resevacion-modulo__container {
  overflow: visible;
}
.col-izq .adicional-info td:first-child,
.col-izq .detalle-tablas__general.total td:first-child {
  padding-left: 10px;
}
.detalle-tablas__general.col2 p,
.dev-label-total-dinero {
  font-size: 18px !important;
  font-weight: 900;
}
.mark__label {
  display: inline-block;
  padding: .25em .4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #212529;
  background-color: #e7edf3;
  margin: 0;
}
.mark__label.mark--green {
  border-color: #c3e6cb;
  color: #fff;
  background-color: #00d07f;
}
.tabla--valores td span.mark {
  color: #655757;
}
.politicas-terminos__bloque .detalle-all__titulo {
  padding: 10px;
}
.politicas-terminos__bloque .detalle-all__titulo h4 {
  font-size: 14px;
}
.politicas-terminos__bloque .detalle-tablas__contenido .tabla-creditos {
  /*&:first-child {
                border-top: 10px solid #ebebeb;
                background: #f3fcff !important;
                border-left: 1px solid #53c1f1;
                border-right: 1px solid #53c1f1;
                border-bottom: 1px solid #53c1f1;
                thead {
                    th {
                        font-size: 12px;
                        font-family: "montserrat-bold", sans-serif !important;
                        background: #fff;
                    }
                    tr {
                        border-bottom: 1px solid #53c1f1; 
                    }
                }
            }
            &:nth-child(3) {
                background: #fffdf8 !important;
                border-top: 10px solid #F6C532;
                border-left: 1px solid #F6C532;
                border-right: 1px solid #F6C532;
                border-bottom: 1px solid #F6C532;
                thead {
                    tr {
                        border-bottom: 1px solid #F6C532; 
                    }
                }
                .dropdown-combo > td {
                    background-color: #fbedc9 !important;
                }
            }
            &.dev-table-credits-use {
                background: #fefff2 !important;
                border-top: 10px solid #CCD736;
                border-left: 1px solid #CCD736;
                border-right: 1px solid #CCD736;
                border-bottom: 1px solid #CCD736;
                thead {
                    tr {
                        border-bottom: 1px solid #CCD736; 
                    }
                }
                .dropdown-combo > td {
                    background-color: #ffffda !important;
                }
            }*/
}
.politicas-terminos__bloque .detalle-tablas__contenido .tabla-creditos .detalle-all__titulo {
  padding: 5px 10px;
}
.tabla-top-confirmacion td:nth-child(1) {
  text-align: left;
}
.tabla-top-confirmacion td:nth-child(1) p {
  text-align: left;
}
.tabla-top-confirmacion td:nth-child(3) small,
.tabla-top-confirmacion td:nth-child(3) strong {
  text-align: right;
}
.tabla-top-confirmacion td:nth-child(4) {
  text-align: center ;
}
/* Reservación */
.edit-info-user {
  float: right;
  text-align: right;
}
.edit-info-user i {
  margin-right: 10px;
}
.reserva-otra-edicion ul {
  text-align: right;
}
.reserva-otra-edicion ul li {
  float: initial;
  display: inline-block;
}
/* C detalle */
.c-detalle {
  margin-bottom: 20px;
}
/* Resume */
.c-informacion .resume {
  margin-bottom: 0px;
}
.c-informacion .resume > * {
  margin-bottom: 30px;
}
.tabla-creditos .checkbox-combo label {
  line-height: 20px;
}
/* politica terminos bloque */
.politicas-terminos__bloque {
  padding: 10px;
  margin-bottom: 5px;
  background: #fdfafa;
}
.politicas-terminos__bloque h3 {
  margin: 0;
}
.politicas-terminos__bloque h3 i {
  float: right;
}
.politicas-terminos__bloque p,
.politicas-terminos__bloque b {
  font-size: 18px;
  line-height: 30px;
}
.politicas-terminos__bloque .cancellation-policies {
  font-size: 18px;
}
.politicas-terminos__aceptar {
  padding: 10px;
}
/* Promo fixes */
.btn.btn--small-size {
  background: #21c1f1;
  color: #fff;
  border: 0;
  float: right;
  font-size: 14px;
}
.tabla-creditos > div:first-child {
  padding-right: 0;
  padding-bottom: 5px;
}
.table--promotion .fa-tag {
  margin-top: 3px;
}
.tabla-creditos .tooltiptext {
  float: left;
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
  font-family: "lato-light", sans-serif;
}
.tabla-creditos .checkbox-combo > div:first-child {
  padding-right: 0;
  font-family: "lato-bold", sans-serif;
}
.table--promotion table thead {
  border-bottom: 1px solid #6ad181;
}
.table--promotion table thead th {
  padding: 4px 10px;
}
.table--promotion table tr {
  border-bottom: 1px solid #adf7be;
}
.table--promotion table tr:last-child {
  border-bottom: 0;
}
.table--promotion table tr td {
  padding: 0;
  border-bottom: 0;
}
/* ------------------------------------------------------------
   TABLA DE TEMPORADAS
------------------------------------------------------------ */
.modal--temporadas {
  left: -120%;
  opacity: 1 !important;
  display: block !important;
}
.modal--temporadas.active {
  left: 0;
}
.modal--temporadas .table-scroll {
  overflow-y: hidden;
}
.modal--temporadas .modal-content .modal-header .modal-close {
  z-index: 10;
}
.modal--temporadas td p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.modal--temporadas td p small {
  display: block;
  width: 100%;
}
.modal--temporadas td p.temporada__size {
  color: #787878;
}
.modal--temporadas .compare-features {
  width: 100%;
  min-width: 800px;
}
.modal--temporadas .compare-features tbody th:first-child {
  width: 100px;
}
.modal--temporadas .compare-features tbody td {
  width: 450px;
}
.modal--temporadas .compare-features tbody td:nth-child(2),
.modal--temporadas .compare-features tbody td:nth-child(3),
.modal--temporadas .compare-features tbody td:nth-child(4),
.modal--temporadas .compare-features tbody td:nth-child(5),
.modal--temporadas .compare-features tbody td:nth-child(6) {
  text-align: right;
}
.modal--temporadas .compare-features thead th:first-child {
  text-align: left;
  text-transform: uppercase;
}
.modal--temporadas #seassonHeader th + th {
  text-align: right;
}
.modal--temporadas #seassonHeader th {
  font-size: 14px !important;
}
.modal--temporadas .table__shade {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  height: 95%;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
/* Temporadas fixes */
.season__mobile {
  display: none;
}
/* temporadas hero fix */
.hero-image .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.simple-section {
  position: relative;
  width: 100%;
  display: inline-block;
}
.simple-section h4 {
  color: #4a4a4a;
}
.form-reservacion__reset {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.btn-save__information {
  font-size: 15px;
  padding: 5px 30px;
  float: right;
}
.confirmTag {
  background: #00d07f;
  margin: 0 3px;
  border-radius: 5px;
  padding: 2px 5px;
  color: #fff;
  font-weight: normal;
}
.dropdown-combo td {
  padding-right: 25px;
}
.dropdown-combo .tooltip {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-combo .tooltip .fa-info-circle {
  padding: 0 0 0 5px;
}
.dropdown-combo .tooltip .fa-info-circle .tooltiptext {
  right: 0;
  left: unset;
}
.detalle-total table strong {
  display: block;
  font-size: 18px;
  text-align: right;
  font-family: "montserrat-regular", sans-serif;
}
/*----------------------------------------------------/
FIX CHANGE SIZES FONT
/----------------------------------------------------*/
.resevacion-modulo__container .c-detalle .detalle-total.tabla--valores td:first-child {
  width: 140px;
}
.col-izq .detalle-tablas__general td:nth-child(1) {
  width: unset;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(1) {
  /*width: unset;*/
}
.col-izq .detalle-tablas__general td:nth-child(5) {
  width: 160px;
  text-align: right;
}
.col-izq .detalle-tablas__general td:nth-child(4) {
  width: 160px;
}
.col-izq .detalle-tablas__general td:nth-child(3) {
  width: 0px;
}
.col-izq .detalle-tablas__general td:nth-child(2) {
  width: 0px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td {
  padding: 0;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .table--footer td:nth-child(3) {
  padding-right: 0px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(4) {
  padding-right: 0px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:first-child {
  padding: 10px;
}
/* ------------------------------------------------------------
    LARGE DEVICES
------------------------------------------------------------ */
@media (max-width: 1200px) {
  body .selectator_element .selectator_options {
    bottom: 82px;
  }
  body .single.selectator_element .selectator_input {
    bottom: 37px;
    height: 46px;
  }
  .desktop-hidden {
    display: none;
  }
  .menu-main .menu-main__list .menu-main__item a,
  .menu-main .menu-main__list .menu-main__item a:link,
  .menu-main .menu-main__list .menu-main__item a:visited {
    padding: 10px 5px;
    font-size: 12px;
  }
  .menu-main .menu-main__list .menu-main__item {
    margin-left: 10px;
  }
  /* ------------------------------------------------------------
    HERO IMAGE
  ------------------------------------------------------------ */
  .hero-image .container {
    max-width: 100%;
    padding: 0 5%;
  }
  .hero-image .container h2 {
    left: 5%;
  }
  .hero-image .container .hero--form {
    right: 5%;
  }
  /* ------------------------------------------------------------
   FEATURED BOXES
  ------------------------------------------------------------ */
  .featured-boxes--title {
    padding: 5px 5%;
  }
  .featured-boxes--bottom {
    height: 160px;
  }
  .featured-boxes--bottom .featured-boxes--basic {
    left: 5%;
    bottom: 85px;
    width: 100%;
  }
  .featured-boxes--bottom a.btn {
    right: inherit;
    left: 5%;
  }
  .featured-boxes--bottom .featured-boxes--hidden {
    top: 40%;
  }
  .royal-travel__text {
    width: 100%;
  }
  .royal-travel__simbol {
    width: 100%;
  }
  .royal-travel__simbol li {
    margin: 0;
    width: 20%;
  }
  /* ------------------------------------------------------------
    SLIDER BLOG
  ------------------------------------------------------------ */
  .slider-blog .owl-carousel,
  .slider-blog .owl-item {
    height: 500px;
  }
  .slider-blog .item {
    height: 500px;
  }
  .slider-blog .item .blog--top {
    top: 20px;
    width: 50%;
  }
  .slider-blog .item .blog--top h3 {
    width: 70%;
  }
  .slider-blog .item .blog--bottom {
    /*bottom:20px;*/
    width: 43%;
  }
  .slider-blog .item.item--type2 .blog--top h3 {
    width: 100%;
  }
  /* ------------------------------------------------------------
    CAROUSEL BLOG
------------------------------------------------------------ */
  .blog--click .carousel-blog--bottom {
    height: 100px;
  }
  /* ------------------------------------------------------------
    RESORTS HERO
------------------------------------------------------------ */
  .hero--options {
    font-size: 11px;
  }
  .hero--options ul li {
    margin-right: .5%;
    margin-left: 0;
  }
  .hero-image.h--view2 .search-module {
    bottom: 62px;
  }
  .data-widget {
    right: 5%;
  }
  .data-resort {
    left: 5%;
  }
  /* ------------------------------------------------------------
    FOOTER
  ------------------------------------------------------------ */
  .footer .col-lg-9,
  .footer .col-lg-3,
  .footer .col-lg-7,
  .footer .col-lg-4 {
    float: left;
  }
  .footer .col-lg-9 {
    width: 75%;
  }
  .footer .col-lg-3 {
    width: 25%;
  }
  .footer .col-lg-7 {
    float: right;
  }
  .footer .col-lg-4 {
    width: 40%;
  }
  #rating {
    width: 50%;
  }
  .check-info ul li i {
    display: block;
  }
  .service-list li p {
    font-size: 14px;
  }
  .col-xs-3.checkbox-combo {
    width: 150px;
  }
  .search-module {
    padding: 20px 15px 10px 15px;
  }
  .search-module > .container {
    padding: 0;
  }
  .search-module .hbottom--row .hbottom--field.hb--size2 {
    width: 29%;
  }
  .search-module .hbottom--row:first-child .hbottom--field.hb--size3 {
    width: 10%;
  }
  .search-module .hbottom--row:first-child .hbottom--field.hb--size1 {
    width: 13.5%;
  }
  .search-module .hbottom--row:first-child .hbottom--field.hb--size3 {
    width: 10%;
  }
  .search-module .hbottom--row .hbottom--field.hb--size4 {
    width: 5%;
  }
  .search-module .hbottom--row label {
    font-size: 15px;
  }
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 220px !important;
  }
  .resort-list--view .resort--info ul li p {
    width: 60%;
  }
  .search-module.search-module--top.search--crucero .container {
    max-width: 100%;
  }
  .search--fixed.attached {
    top: -130px !important;
  }
  .tool__hide {
    left: -100px;
    right: inherit;
    width: 400px;
    height: 290px;
  }
  
  .tabs-module ul li {
    padding: 10px 0px;
    font-size: 14px;
  }
  .table--promo-fix .promo-if {
    width: 320px;
  }
  .modal--password .modal-content {
    width: 65%;
  }  
  .modal--saldo-insuficiente .modal-content {
    width: 50%;
  }
  /*:::::
        RCI
    :::::*/
  .user-element__inner {
    min-height: inherit;
    margin-bottom: 20px;
  }
  .user-element__inner:last-child {
    margin-bottom: 0;
  }
  /* ------------------------------------------------------------
        UPGRADE V2.0
    ------------------------------------------------------------ */
  #modal-ascenso-habitacion .modal-content.modal--mid {
    width: 90%;
  }
  .modal--amigos .tool__hide {
    left: 50%;
    right: inherit;
    width: 340px;
    height: 250px;
  }
  /*----------------------------------------------------/
  FIX CHANGE SIZES FONT
  /----------------------------------------------------*/
    .resevacion-modulo__container .c-detalle .detalle-total.tabla--valores td:first-child {
      width: 130px;
  }
  .col-izq .detalle-tablas__general td:nth-child(1) {
    width: 300px;
  }
}
/* ------------------------------------------------------------
    shopping cart hardcode
------------------------------------------------------------ */
@media (min-width: 1300px) {
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 240px !important;
  }
}
@media (min-width: 1400px) {
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 250px !important;
  }
}
@media (min-width: 1500px) {
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 230px !important;
  }
}
@media (min-width: 1700px) {
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 190px !important;
  }
}
@media (min-width: 1800px) {
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 180px !important;
  }
}
@media (min-width: 1900px) {
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 230px !important;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .header .logo {
    width: 220px;
    height: 100%;
  }
  .header .logo .logo__icon {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform-origin: 0 -110px;
    -moz-transform-origin: 0 -110px;
    -ms-transform-origin: 0 -110px;
    -o-transform-origin: 0 -110px;
  }
  .header .menu-top {
    position: absolute;
    right: 120px;
    top: 10px;
    font-size: 13px;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .col-der__fixed {
    right: 3%;
    max-width: 246px;
  }
}
@media (min-width: 1025px) and (max-width: 1080px) {
  .col-der__fixed {
    right: 5%;
    max-width: 246px;
  }
}
@media (min-width: 1081px) and (max-width: 1199px) {
  .col-der__fixed {
    right: 8%;
    max-width: 246px;
  }
}
@media (min-width: 1200px) and (max-width: 1220px) {
  .col-der__fixed {
    right: 1%;
    max-width: 294px;
  }
}
@media (min-width: 1221px) and (max-width: 1280px) {
  .col-der__fixed {
    right: 3%;
    max-width: 294px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .col-der__fixed {
    right: 5%;
    max-width: 294px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .col-der__fixed {
    right: 8%;
    max-width: 294px;
  }
}
@media (min-width: 1441px) and (max-width: 1560px) {
  .col-der__fixed {
    right: 10%;
    max-width: 294px;
  }
}
@media (min-width: 1560px) and (max-width: 1680px) {
  .col-der__fixed {
    right: 13%;
    max-width: 294px;
  }
}
@media (min-width: 1681px) and (max-width: 1820px) {
  .col-der__fixed {
    right: 16%;
    max-width: 294px;
  }
}
@media (min-width: 1821px) and (max-width: 1940px) {
  .col-der__fixed {
    right: 19%;
    max-width: 294px;
  }
}
@media (min-width: 1941px) {
  .col-der__fixed {
    right: 20%;
    max-width: 294px;
  }
}
@media (min-width: 1024px) {
  .contract-item {
    margin-left: 12px;
    max-width: 374px;
  }
}
/* ------------------------------------------------------------
    EXTRA LARGE DEVICES > 1440PX
------------------------------------------------------------ */
@media (min-width: 1440px) {
  @-moz-document url-prefix() {
    .hero--info.offers-page .data-resort,
    .hero--info.offers-page .data-widget {
      bottom: 100px !important;
    }
    .hero--info .data-resort,
    .hero--info .data-widget {
      bottom: 320px !important;
    }
  }
  /*.col-der__fixed {
        right: 10%;
    }*/
}
@media screen and (min-height: 1846px) {
  .icon-logo {
    height: 85px;
  }
}
.contenido-full .no-pad {
  padding: 0px !important;
}
.contenido-full .proceso-marcador {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.contenido-full .proceso-marcador li {
  display: flex !important;
  justify-content: center !important;
}
.contenido-full .proceso-marcador span {
  margin: 0px 15px !important;
}
.contenido-full .proceso-marcador p {
  font-size: 24px !important;
  width: auto !important;
}
.contenido-full .input-combo-simple {
  display: block !important;
  width: 100% !important;
}
.contenido-full .input-combo-simple * {
  font-size: 24px !important;
}
.contenido-full .c-detalle {
  padding-left: 6px !important;
}
.contenido-full .c-detalle * {
  font-size: 24px !important;
}
.contenido-full .c-detalle .detalle-total td {
  height: 60px;
}
.contenido-full .caracteristicas tr {
  display: flex !important;
  justify-content: space-between !important;
}
.contenido-full .caracteristicas td {
  width: auto !important;
}
.contenido-full .caracteristicas .hide {
  display: none !important;
}
.contenido-full .caracteristicas strong,
.contenido-full .caracteristicas .caracteristicas__bold {
  font-family: "montserrat-regular", sans-serif !important;
}
.contenido-full .caracteristicas .caracteristicas__item,
.contenido-full .caracteristicas .nombres_datos_habitacion {
  padding-left: 25px !important;
}
.contenido-full .caracteristicas .caracteristicas__item *,
.contenido-full .caracteristicas .nombres_datos_habitacion * {
  font-family: "lato-light", sans-serif !important;
}
.contenido-full .reserva-otra-edicion {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
}
.contenido-full .reserva-otra-edicion a,
.contenido-full .reserva-otra-edicion strong {
  font-size: 24px !important;
}
.contenido-full .resevacion-modulo__container .col-izq {
  width: 66% !important;
}
.contenido-full .detalle-tablas * {
  font-size: 24px !important;
}
.contenido-full .tabla-top-confirmacion tr {
  display: flex !important;
  justify-content: space-between !important;
  padding-top: 15px !important;
}
.contenido-full .tabla-top-confirmacion td {
  display: flex;
  flex-direction: column;
  width: fit-content !important;
  justify-content: center;
  align-items: center;
}
.contenido-full .tabla-top-confirmacion td small {
  font-size: 18px !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block * {
  font-size: 24px !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block thead th:first-child {
  padding-left: 20px !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block thead th {
  font-family: "montserrat-bold", sans-serif !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td:first-child {
  padding-left: 10px !important;
  height: 52px;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td td:first-child {
  width: 330px !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td:nth-child(3) {
  width: 30%;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .table--footer td {
  font-size: 24px !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .table--footer td:first-child {
  width: 437px;
  padding-left: 10px;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block thead + tbody td:first-child {
  padding-left: 20px !important;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .head-table--title td {
  font-size: 24px !important;
}
.contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block * {
  font-size: 24px !important;
}
.contenido-full .adicional-info td {
  line-height: 29px;
  font-size: 20px !important;
  width: auto !important;
}
.contenido-full .resevacion-modulo__container .c-detalle .detalle-total.tabla--valores td:first-child {
  width: auto !important;
}
.contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block .head-table--title td:first-child {
  width: 290px !important;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .table--footer td {
  font-family: "montserrat-bold", sans-serif !important;
}
.contenido-full .c-detalle .alert-promocion {
  border: 3px solid yellow;
  padding: 15px;
  display: flex;
  align-items: center;
  background: #fdf73140;
  margin-top: 15px;
}
.contenido-full .c-detalle .alert-promocion p {
  font-size: 22px !important;
  color: #f60f24;
  font-family: "montserrat-bold", sans-serif !important;
}
.contenido-full .c-detalle .alert-promocion i {
  color: black;
  margin-right: 10px;
}
.contenido-full .detalle-reservacion * {
  font-size: 24px !important;
}
.contenido-full .detalle-tablas .col-izq .detalle-tablas__general td:nth-child(4) {
  width: 80px;
}
.contenido-full .detalle-tablas .col-izq .detalle-tablas__general:not(.total) td:nth-child(3) {
  width: fit-content !important;
}
.contenido-full .detalle-tablas .col-izq .detalle-tablas__general td:nth-child(5) {
  width: auto !important;
  text-align: right;
}
.contenido-full .detalle-tablas__general.col2 p,
.contenido-full .dev-label-total-dinero {
  font-size: 24px !important;
}
.contenido-full .input-radio-simple {
  width: 26px !important;
  height: 26px !important;
}
.contenido-full .detalle-reservacion.promotion--block .tabla--valores th {
  background-color: #c8eed1;
  font-family: 'montserrat-regular';
  color: #ff0000;
}
.contenido-full .detalle-reservacion.promotion--block .tabla--valores th.active,
.contenido-full .detalle-reservacion.promotion--block .tabla--valores th .active {
  color: #787878 !important;
}
.contenido-full .detalle-reservacion.promotion--block .tabla--valores th {
  background-color: #c8eed1;
  font-family: 'montserrat-regular';
  color: red;
}
.contenido-full .table--promotion .detalle-all__titulo h4 {
  color: #1E1E1E;
  font-size: 12px;
  font-family: "montserrat-bold", sans-serif;
  height: 41px;
  line-height: 40px;
}
.contenido-full .checkbox-combo.checkbox-combo--radio label::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 50%;
  border: 3px solid red;
  background-color: #00d07f;
  margin-top: -3px;
  box-shadow: inset 0 0 0 20px white;
}
.contenido-full .col-izq .detalle-tablas__contenido .tabla--valores.table--promotion tbody tr > td:first-child {
  background: #c8eed1;
}
.contenido-full .table--promotion .checkbox-combo {
  margin: 4px 0px !important;
}
.contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block * {
  font-size: 24px !important;
}
.contenido-full article.tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block:not(.table--promotion) td:nth-child(2) {
  width: 2px;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(1) {
  /* width: unset; */
  width: 40% !important;
  padding-right: 0;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(2) {
  text-align: left;
  width: 10% !important;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(3) {
  width: 20% !important;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(4) {
  padding-right: 0px;
  width: 10% !important;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(5) {
  width: 15%;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(6) {
  width: 10px !important;
  padding-left: 0;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td:first-child table td:first-child {
  padding-left: 20px !important;
}
.contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block:not(.table--promotion) td:nth-child(3) {
  width: 1% !important;
}
.contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block:not(.table--promotion) td:nth-child(4) {
  padding-right: 0px;
  width: 19% !important;
}
.contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block:not(.table--promotion) td:nth-child(5) {
  width: 28%;
}
.contenido-full .dropdown-combo .dropdown-combo td:first-child {
  padding-left: 0px !important;
}
.contenido-full .dropdown-combo .dropdown-combo td:first-child table td:first-child {
  padding-left: 20px!important;
}
.contenido-full .dropdown-combo.active > td > table > tbody > tr > td:first-child {
  padding-left: 20px !important;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type {
  padding-left: 0px !important;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type td:first-child {
  padding-left: 30px !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .saldo--table tbody .dropdown-combo td:first-child {
  padding-left: 0px !important;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .saldo--table tbody .dropdown-combo td:first-child td:first-child {
  padding-left: 20px !important;
}
.contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block:not(.table--promotion) td:nth-child(2) {
  text-align: left;
  width: 1% !important;
}
.contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block:not(.table--promotion) td:nth-child(4) {
  padding-right: 0px;
  width: 14% !important;
}
.contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block:not(.table--promotion) td:nth-child(5) {
  width: 20%;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block:not(.table--promotion) td:nth-child(5) {
  width: 17%;
}
.contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block:not(.table--promotion) td:nth-child(6) {
  width: 3%;
}
.contenido-full .select-combo-simple select {
  font-size: 18px !important;
}
.contenido-full .politicas-terminos__bloque,
.contenido-full .restrictions {
  text-align: justify;
  padding: 15px 25px;
}
.contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .title-concepto td {
  font-size: 24px !important;
}
.contenido-full .col-izq .tabla--valores td {
  vertical-align: unset;
}
.contenido-full .checkbox-combo.checkbox-combo--radio input:checked + label::before {
  border-color: #bdbdbd;
}
.contenido-full button.btn-dropdown,
.contenido-full i.fa.fa-angle-down {
  background: #d8d8d8;
}
.contenido-full button.btn-dropdown i,
.contenido-full i.fa.fa-angle-down i {
  color: black;
}
.contenido-full .politicas-terminos__bloque {
  background: #efefef;
}
.contenido-full .politicas-terminos__bloque i.fa.fa-angle-down {
  padding: 5px 3px;
}
.contenido-full .politicas-terminos__aceptar .input-radio-simple {
  border: 3px solid red;
  width: 30px !important;
  height: 30px !important;
}
.contenido-full .politicas-terminos__aceptar .input-radio-simple.fa-check {
  border: 3px solid #c1b6b6;
  width: 30px !important;
  height: 30px !important;
}
.contenido-full .col-izq .detalle-tablas__general td:nth-child(5) {
  width: 20%;
}
.contenido-full .col-izq .detalle-tablas__general td:nth-child(4) {
  width: 20%;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .item--col--form {
  width: 49%;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .fila {
  display: flex;
  justify-content: space-between;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .fila .input-combo-simple {
  max-width: 49%;
  flex: 0 0 49%;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .fila .label-big {
  font-size: 24px;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .input-radio-simple {
  width: 36px !important;
  height: 36px !important;
  font-size: 24px;
  line-height: 34px;
  flex: 0 0 36px;
  text-align: center;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .radio-check.horizontal {
  display: flex;
  align-items: center;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .input-radio-simple.radio.fa {
  border-radius: 20px;
}
.contenido-full .form-reservacion__datos_form .modulo-pasajero__bloque .select-combo-simple select {
  font-size: 24px !important;
  padding: 10px 40px 0px !important;
}
.contenido-full .radio-check.horizontal span {
  font-size: 22px;
}
.contenido-full .select-combo-simple .select-combo-simple__container {
  font-size: 24px !important;
  height: 52px;
}
.contenido-full .modulo-pasajero .modulo-pasajero__bloque .modulo-pasajero__bloque__titulo h5 {
  font-size: 30px;
}
.contenido-full .modulo-pasajero__bloque.persona-reserva {
  margin-top: 40px;
}
.contenido-full .modulo-pasajero__bloque__titulo {
  margin: 0 0 10px;
}
.contenido-full .tab-pasajeros a {
  font-size: 24px !important;
}
.contenido-full .tab-cabina .list--reset a,
.contenido-full .tab-cabina .list--reset strong {
  font-size: 24px;
}
.contenido-full .form-reservacion__datos_form h4 {
  font-size: 24px !important;
}
.contenido-full .modulo-pasajero .modulo-pasajero__bloque .modulo-pasajero__bloque__titulo p {
  font-size: 20px !important;
}
.contenido-full .lista-inputs.horizontal.genero-radio {
  margin-top: 14px;
}
.contenido-full .lista-inputs h5 {
  font-size: 24px !important;
}
.contenido-full .crucero__info-btn strong {
  font-size: 30px !important;
  color: red !important;
  margin-bottom: 50px;
  display: block;
}
.contenido-full .validation-message p {
  font-size: 18px !important;
}
.contenido-full.contenido__nopadding {
  max-width: 1400px;
  margin: auto;
}
.contenido-full .input-combo-simple *, .contenido-full .c-detalle *, .contenido-full .reserva-otra-edicion a, .contenido-full .reserva-otra-edicion strong, .contenido-full .detalle-reservacion *, .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .head-table--title td, .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block *, .contenido-full .detalle-tablas__general.col2 p, .contenido-full .dev-label-total-dinero, .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block *, .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .table--footer td, .contenido-full .proceso-marcador p {
  font-size: 20px !important;  
}
.contenido-full .detalle-reservacion__titulo h4 {
  font-size: 24px !important;
}
.contenido-full .caracteristicas.tabla--valores tbody tr {
  padding: 0px 20px !important;
}
.contenido-full .caracteristicas .caracteristicas__item, .contenido-full .caracteristicas .nombres_datos_habitacion {
  padding-left: 35px !important;
}
.contenido-full .detalle-total.tabla--valores td {
  padding: 0px 25px !important;
}
.contenido-full .input-combo-simple.item--col--form.right {
  margin: 15px 0px!important;
}
.contenido-full .form-reservacion__datos_form .fila {
  margin-bottom: 0px !important;
}
.contenido-full .input-combo-simple .label-big {
  margin-top: 0px !important;
}
.contenido-full .input-combo-simple {
  margin-top: 0px !important;
}
.contenido-full .proceso-marcador ul {
  padding: 0px 15px !important; 
}
.contenido-full .tabla-creditos.tabla--valores .saldo--table tbody td:first-child {
  padding-left: 20px !important;
}
.contenid-full .info-tarjeta {
  margin-top: 0px !important;
}
.contenido-full .resevacion-modulo__container .info-tarjeta h3, .contenido-full .resevacion-modulo__container .info-tarjeta label {
  font-size: 18px !important;
  font-family: "montserrat-regular", sans-serif;
  color: #4A4A4A;
}
.contenido-full .info-pagos-diferidos {
  padding: 0px 20px;
}
.contenido-full .info-pagos-diferidos h3 {
  font-size: 18px !important;
  font-family: "montserrat-regular", sans-serif;
  color: #4A4A4A;
}
.contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block:not(.table--promotion) td:nth-child(5) {
  padding-right: 7px;
}
.contenido-full #ai_cobro {
    padding-right: 5px;
}
.contenido-full .tabla--valores.cargos-reservacion--block tr.head-table--title td {
  padding-right: 0px !important;
}
.contenido-full .input-combo-simple input {
  padding-left: 20px !important;
}
.contenido-full .col-izq .adicional-info td:nth-child(4) {
  padding-right: 30px !important;
}
.contenido-full .col-izq .adicional-info td:first-child {
  padding-left: 20px !important;
}
.contenido-full .tabla-top-confirmacion td:nth-child(1) p {
  text-align: left;
  padding-left: 15px;
}




@media (max-width: 992px) {
  .contenido-full .proceso-marcador li {
    display: none !important;
  }
  .contenido-full .proceso-marcador li.active {
    display: flex !important;
    width: 100% !important;
  }
  .contenido-full .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td:first-child {
    white-space: normal;
  }
  .contenido-full .resevacion-modulo__container .col-izq {
    width: 100% !important;
  }
  .contenido-full .proceso-marcador p {
    font-size: 20px !important;
  }
  .contenido-full .input-combo-simple * {
    font-size: 20px !important;
  }
  .contenido-full .c-detalle * {
    font-size: 20px !important;
  }
  .contenido-full .reserva-otra-edicion a,
  .contenido-full .reserva-otra-edicion strong {
    font-size: 20px !important;
  }
  .contenido-full .detalle-tablas * {
    font-size: 20px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block * {
    font-size: 20px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .table--footer td {
    font-size: 20px !important;
  }
  .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .head-table--title td {
    font-size: 20px !important;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block * {
    font-size: 20px !important;
  }
  .contenido-full .detalle-reservacion * {
    font-size: 20px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block * {
    font-size: 20px !important;
  }
  .contenido-full .table--promotion .detalle-all__titulo h4 {
    height: auto;
    line-height: 22px;
  }
  .contenido-full .form-reservacion__datos_form .input-combo-simple:first-child {
    margin-bottom: 0;
  }
  .contenido-full .input-combo-simple.label-big.item--col--form.right {
    margin-top: 20px !important;
  }
  .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .title-concepto td {
    font-size: 20px !important;
  }
  .contenido-full .col-izq .detalle-tablas__general td:nth-child(5) {
    width: 25%;
  }
  .contenido-full .col-izq .detalle-tablas__general td:nth-child(4) {
    width: 25%;
  }
  .contenido-full .promo__selection.active {
    color: #000 !important;
  }
}
@media (max-width: 500px) {
  .contenido-full .proceso-marcador p {
    font-size: 18px !important;
  }
  .contenido-full .input-combo-simple * {
    font-size: 18px !important;
  }
  .contenido-full .c-detalle * {
    font-size: 18px !important;
  }
  .contenido-full .reserva-otra-edicion a,
  .contenido-full .reserva-otra-edicion strong {
    font-size: 18px !important;
  }
  .contenido-full .detalle-tablas * {
    font-size: 18px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block * {
    font-size: 18px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .table--footer td {
    font-size: 18px !important;
  }
  .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .head-table--title td {
    font-size: 18px !important;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block * {
    font-size: 18px !important;
  }
  .contenido-full .detalle-reservacion * {
    font-size: 18px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block * {
    font-size: 18px !important;
  }
  .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .title-concepto td {
    font-size: 18px !important;
  }
  .contenido-full .table--promotion .detalle-all__titulo h4 {
    height: auto;
    line-height: 22px;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    flex-shrink: 0;
  }
  .contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block * {
    max-width: 100vw;
  }
  .contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block tr {
    display: flex;
    max-width: calc(100vw - 30px);
  
  }
  .contenido-full .tabla-creditos.tabla--valores.tabla--membresia.tabla-membresia--block tr td {
    width: 100% !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody tr {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 30px 30px;
    max-width: calc(100vw - 30px);
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tr > td:first-child {
    width: 100% !important;
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .ultimate__title.js-show-ultimate {
    position: relative;
  }
  article.tabla-creditos.tabla--valores.table--promotion tr {
    width: 100% !important;
    display: inline-table;
  }
  table {
    max-width: 100%;
    overflow: hidden;
    display: grid;
  }
  .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(2),
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td:nth-child(3) {
    width: 100% !important;
    text-align: right;
    padding-right: 10px;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block:not(.table--promotion) td:nth-child(6) {
    grid-column: 1;
    grid-row: 2 / 3;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody .dropdown-combo {
    display: none !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody .dropdown-combo.active {
    display: block !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody .dropdown-combo.active td {
    padding-left: 0 !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td:first-child table td:first-child {
    padding-left: 10px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block thead + tbody td:first-child {
    padding-left: 10px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block thead th:first-child {
    padding-left: 10px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .saldo--table tbody .dropdown-combo td:first-child td:first-child {
    padding-left: 10px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tbody td:nth-child(3) {
    grid-row: 1;
    line-height: 40px;
  }
  .contenido-full button.btn-dropdown,
  .contenido-full i.fa.fa-angle-down,
  .contenido-full i.fa.fa-angle-up {
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 30px;
    position: relative;
  }
  .contenido-full button.btn-dropdown {
    top: 5px;
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block tfoot tr {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 30px 30px;
    max-width: calc(100vw - 30px);
  }
  .contenido-full .tabla-creditos.tabla--valores.costo-reservacion--block .table--footer td:nth-child(3) {
    text-align: right;
    width: 100% !important;
    padding-right: 10px;
    grid-row: 1;
    line-height: 40px;
  }
  .contenido-full .tabla--valores.cargos-reservacion--block tbody tr.head-table--title {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 30px 30px;
    max-width: calc(100vw - 30px);
  }
  .contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block .head-table--title > td:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 100% !important;
    padding: 0 0 0 10px !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block .head-table--title > td:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    text-align: right;
    padding-right: 10px;
  }
  .contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block .head-table--title > td:nth-child(5) {
    width: 100% !important;
    text-align: right;
    padding-right: 10px;
    grid-column: 2;
    grid-row: 2;
  }
  .contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block .head-table--title > td:nth-child(6) {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    text-align: left;
    position: relative;
    top: -5px;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo {
    width: calc(100vw - 30px) !important;
    display: block;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tr {
    display: grid;
    width: calc(100vw - 30px) !important;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr:first-child > td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    padding: 0px 0 0 10px;
    width: 100% !important;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr:first-child > td:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    padding-right: 10px;
    text-align: right;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.title-concepto > td:nth-child(1) {
    width: 100% !important;
    padding: 0 0 0 10px;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.title-concepto > td:nth-child(4),
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.title-concepto > td:nth-child(5) {
    display: none;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.dev-tr-all-inclusive > td:nth-child(1) {
    width: 100% !important;
    padding: 0 0 0 10px;
    grid-row: 1;
    grid-column: 1;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.dev-tr-all-inclusive > td:nth-child(2) {
    width: 100% !important;
    grid-column: 2;
    grid-row: 1;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.dev-tr-all-inclusive > td:nth-child(4) {
    grid-column: 2;
    width: 100% !important;
    padding-right: 10px;
    grid-row: 2;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.dev-tr-all-inclusive > td:nth-child(4):before {
    content: "Moneda base";
    display: block;
    color: #000;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.dev-tr-all-inclusive > td:nth-child(5) {
    width: 100% !important;
    grid-column: 2;
    grid-row: 3;
    padding-right: 10px;
    position: relative;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.dev-tr-all-inclusive > td:nth-child(5):before {
    content: "Moneda de cobro";
    display: block;
    color: #000;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo {
    display: none;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo.active {
    display: grid;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo.active > td:first-child {
    display: block !important;
    width: 100% !important;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tbody tr.dev-tr-all-inclusive > td:nth-child(8) {
    width: 100% !important;
    text-align: left;
    grid-column: 1;
    grid-row: 3;
    position: relative;
    top: 9px;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo.active .dropdown-combo {
    display: none;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo.active .dropdown-combo.active {
    display: block !important;
  }
  .contenido-full .tabla-creditos.tabla--valores.cargos-reservacion--block tr.head-table--title + tr.dropdown-combo.active > td:first-child {
    padding-bottom: 0 !important;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tr.dev-ai-tr > td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tr.dev-ai-tr > td:nth-child(5) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tr.dev-ai-tr > td:nth-child(1) {
    grid-column: 1 !important;
    grid-row: 1 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tr.dev-ai-tr:nth-child(1) {
    border-bottom: 1px solid #e9d39b;
    padding-bottom: 15px;
  }
  .contenido-full article.tabla-creditos.tabla--valores.cargos-reservacion--block tr.dropdown-combo tr.dev-ai-tr {
    border-bottom: none;
  }
  .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type td:first-child {
    padding-left: 10px !important;
  }
  .contenido-full .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dev-ai-tr td:nth-child(5) {
    width: 100%;
    padding-right: 10px;
    grid-column: 2;
    grid-row: 2;
  }
  .contenido-full .tabla-top-confirmacion tr {
    display: block !important;
  }
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(1) {
    width: 100% !important;
  }
  .contenido-full .tabla-top-confirmacion tr {
    padding-top: 5px !important;
  }
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(3),
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(5) {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 12px !important;
  }
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(3) *,
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(5) * {
    font-size: 16px !important;
  }
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(4) {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(4) span {
    margin-bottom: 0;
    line-height: 16px;
  }
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(4) span i {
    font-size: 27px;
  }
  .contenido-full table.tabla-top-confirmacion tbody tr > td:nth-child(5) {
    padding-bottom: 8px !important;
  }
  .contenido-full .detalle-reservacion .adicional-info td {
    font-size: 15px !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .contenido-full .resevacion-modulo__container {
    overflow: inherit;
    margin: 0px 0 30px 0;
  }
  .contenido-full .c-detalle {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .contenido-full .form-reservacion__datos_form.js-disabled-enabled-set {
    padding-top: 0px !important;
  }
  .contenido-full .politicas-terminos__bloque i.fa.fa-angle-down,
  .contenido-full .politicas-terminos__bloque i.fa.fa-angle-up {
    padding: 5px 3px;
    text-align: center;
    line-height: 17px;
  }
  .contenido-full .politicas-terminos__aceptar .input-radio-simple.fa-check {
    text-align: center;
    line-height: 25px;
  }
  .contenido-full .restrictions {
    padding: 10px 0px !important;
  }
  .contenido-full .politicas-terminos__bloque {
    padding: 10px 0px;
  }
  .contenido-full .politicas-terminos__bloque h3 {
    padding-left: 10px;
  }
  .contenido-full .head-table--title td {
    text-align: left;
  }
  .contenido-full .detalle-reservacion__titulo {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contenido-full .detalle-reservacion__titulo h4 {
    padding: 5px;
  }
}
/* ------------------------------------------------------------
    MEDIUM DEVICES
------------------------------------------------------------ */
@media (max-width: 1200px) {
  .hero-slider .hero-slider__item .hero-slider__info {
    padding: 0 60px;
  }
}
@media (max-width: 1090px) {
  .hero-slider .hero-slider__item .hero-slider__info .text {
    /*font-size: 50px;*/
    bottom: 230px;
  }
}
@media (max-width: 1024px) {
  /* ------------------------------------------------------------
    HERO IMAGE
------------------------------------------------------------ */
  .hero-image.back-module figure {
    background-attachment: inherit;
  }
  /* ------------------------------------------------------------
   FEATURED BOXES
------------------------------------------------------------ */
  .featured-boxes--bottom {
    height: 220px !important;
  }
  .featured-boxes--bottom .featured-boxes--basic {
    bottom: 75px;
  }
  .featured-boxes--bottom .featured-boxes--basic .basic--option1 {
    bottom: 70px;
    opacity: 1 !important;
  }
  .featured-boxes--bottom .featured-boxes--basic .basic--option2 {
    opacity: 1;
  }
  .featured-boxes--bottom .featured-boxes--hidden {
    display: none;
  }
  .featured-boxes--bottom .featured-boxes--widget {
    opacity: 1;
    top: 20px;
  }
  .resort-list {
    width: 98%;
  }
  .featured-boxes .owl-controls {
    display: block;
  }
  /* ------------------------------------------------------------
    SLIDER BLOG
------------------------------------------------------------ */
  .slider-blog {
    padding-bottom: 30px;
  }
  .slider-blog .owl-carousel,
  .slider-blog .owl-item {
    height: auto;
  }
  .slider-blog .owl-controls .owl-dots {
    bottom: -10px;
    position: absolute;
  }
  .slider-blog .owl-controls .owl-dots .owl-dot span {
    border-color: #4a4a4a;
  }
  .slider-blog .owl-controls .owl-dots .owl-dot.active span {
    background: #4a4a4a;
  }
  .slider-blog .item {
    height: auto;
  }
  .slider-blog .item h3 {
    color: #4a4a4a !important;
    text-shadow: none !important;
  }
  .slider-blog .item .blog--top,
  .slider-blog .item .blog--bottom {
    padding: 0 5%;
    left: inherit;
    position: relative;
    margin-bottom: 20px;
  }
  .slider-blog .item .blog--top {
    top: inherit;
    width: 100%;
  }
  .slider-blog .item .blog--top h3 {
    width: 100%;
  }
  .slider-blog .item .blog--top p {
    color: #4A4A4A;
    text-shadow: 0 0 0 transparent;
  }
  .slider-blog .item .blog--top p span {
    color: #4A4A4A;
    text-shadow: 0 0 0 transparent;
  }
  .slider-blog .item .blog--bottom {
    bottom: inherit;
    width: 100%;
    margin-top: 20px;
  }
  .slider-blog .item .blog--bottom p {
    text-shadow: 0 0 0 transparent;
  }
  .slider-blog .item .blog--bottom p span {
    text-shadow: 0 0 0 transparent;
  }
  .slider-blog .item figure {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
  }
  .slider-blog .item.item--type2 .blog--top,
  .slider-blog .item.item--type2 .blog--bottom {
    color: #4a4a4a;
  }
  .slider-blog .item.item--type2 .blog--top h3 {
    font-size: 1.5rem;
  }
  .slider-blog .item.item--type2 .shade {
    display: none;
  }
  /* ------------------------------------------------------------
    CAROUSEL BLOG
------------------------------------------------------------ */
  .carousel-blog {
    height: 480px;
  }
  .carousel-blog .item {
    height: 470px;
  }
  .blog--click .carousel-blog--bottom {
    height: 80px;
  }
  .blog--click .carousel-blog--bottom .bottom--hidden {
    display: none;
  }
  .blog--click:hover .carousel-blog--bottom {
    height: 80px;
    border-radius: 0 0 5px 5px;
  }
  .blog--click:hover .carousel-blog--bottom .bottom--principal {
    opacity: 1;
  }
  .blog--click:hover .carousel-blog--bottom .bottom--hidden {
    opacity: 0;
  }
}
@media (min-width: 993px) {
  .desktop-only {
    display: block;
  }
  .tooltip:hover .tooltip__info {
    max-width: 200px;
    padding: 10px;
    opacity: 1;
    margin-top: 10px;
  }
  .search--crucero {
    display: none !important;
  }
  .breadcrumb.active--cruceros {
    display: block !important;
  }
  .shopping-fixed {
    transition: 0.4s cubic-bezier(0.85, -0.03, 0.81, 1.07);
  }
  .shopping-fixed.headroom--unpinned {
    top: 83px;
  }
  .search--fixed.attached.headroom--pinned .search-module {
    display: block;
  }
  .tool-contrato:hover {
    z-index: 20;
  }
  .tool-contrato:hover .tool-contrato__hide {
    display: block;
  }
  .modal--amigos .tool-show:hover .tool__hide {
    display: block;
  }
  .gallery-trigger:hover {
    display: block;
  }
  .gallery-trigger:hover .gallery--tool {
    display: block;
  }
}
@media (max-width: 992px) {
  .hero-slider .hero-slider__item .hero-slider__info .text {
    bottom: 495px;
  }
  .cardsgroup--wide {
    min-height: auto !important;
  }
  .container.container--top {
    z-index: 2;
  }
  .search-module.search-module--top {
    top: 105px;
  }
  .breadcrumb {
    top: 0;
  }
  .breadcrumb.active--cruceros {
    display: block !important;
  }
  #crusie-btn-mobile {
    display: block !important;
  }
  .show-escalas {
    display: none;
  }
  .search-module--mobile.search--crucero {
    width: 90%;
    position: fixed;
    left: 5%;
    top: 50%;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px 5px 0 0;
    padding: 15px 10px;
    z-index: 99999;
    height: 70vh;
    overflow-y: auto;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .special--calendar {
    margin-bottom: 20px !important;
  }
  .search-module--mobile .sm--row.sm--x2 section {
    float: left;
    width: 100%;
    margin-right: 4%;
  }
  .special--calendar {
    margin-bottom: 20px;
  }
  .search-module--mobile .special--calendar i {
    top: 10px !important;
    left: 9px !important;
  }
  .mobile-show {
    display: block;
  }
  .desktop-hidden {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .tablet-n-down {
    display: block;
  }
  .data-resort {
    top: auto;
    bottom: 0px !important;
  }
  .cardsgroup--wide {
    box-shadow: none;
    float: none;
  }
  .compare-features {
    margin: 12px auto;
    width: 100%;
  }
  /* ------------------------------------------------------------
    RESORTS LIST / mobile
------------------------------------------------------------ */
  .resort-list-mobile {
    width: 100%;
    height: auto;
    display: none;
  }
  .rl-mobile--row {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .rl-mobile--photo {
    height: 300px;
    width: 100%;
  }
  .m-photo--caption {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  .m-photo--caption article {
    float: left;
    width: 100%;
  }
  .m-photo--caption article h4 {
    color: #ffffff;
    font-family: "lato-light", sans-serif;
    font-size: 1.5rem;
  }
  .m-photo--caption a {
    float: right;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
  }
  .m-photo--caption a i {
    display: inline-block;
    margin-bottom: -15px;
  }
  .rl-mobile--info {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #f7f7f7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .rl-mobile--info table {
    width: 100%;
    height: auto;
    border: none;
    margin-bottom: 20px;
  }
  .rl-mobile--info table td {
    border: none;
  }
  .rl-mobile--info table tr.row-border {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .rl-mobile--info article {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .rl-mobile--info article div {
    margin: 20px 0;
  }
  .rl-mobile--info article div h3,
  .rl-mobile--info article div h4 {
    font-family: "lato-light", sans-serif;
  }
  .rl-mobile--info article div h3 {
    margin-bottom: 0;
    font-weight: bold;
  }
  .rl-mobile--info article a.btn {
    display: block;
    margin-bottom: 20px;
  }
  .rl-mobile--info article a.btn i {
    margin-right: 10px;
  }
  /* ------------------------------------------------------------
            COTENIDO
    ------------------------------------------------------------ */
  .contenido.contenido__nopadding {
    padding: 0;
  }
  .contenido.contenido__nopadding .container {
    padding: 0 15px;
  }
  /* ------------------------------------------------------------
            MAIN
    ------------------------------------------------------------ */
  main.active1,
  main.active2 {
    z-index: 2;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  }
  main.active1 {
    left: 50%;
  }
  main.active2 {
    left: -50%;
  }
  /* ------------------------------------------------------------
            HEADER
    ------------------------------------------------------------ */
  .header {
    height: auto;
    padding-bottom: 15px;
    z-index: 11111;
  }
  .header .container {
    max-width: 100%;
    padding: 0 5%;
  }
  .header .logo {
    left: 50%;
    position: relative;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header .logo .icon {
    /*background-position: 0px -34px;
                background-size: 1230px;*/
    background-size: 140px;
  }
  .header .logo,
  .header .logo .icon-logo {
    width: 140px;
    height: 40px;
  }
  .header-slider .hero-slider__item .hero-slider__info .text {
    bottom: 520px;
  }
  #open-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5%;
    display: block;
    z-index: 10;
    top: 17px;
  }
  #open-menu small {
    width: 100%;
    height: 3px;
    margin-bottom: 7px;
    display: block;
    background: #ffffff;
  }
  #open-menu small:last-child {
    margin-bottom: 0;
    opacity: 1;
  }
  #open-menu.active small {
    background: #21c1f1 !important;
    margin-top: 1px;
    width: 69%;
  }
  #open-menu.active small:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform-origin: 13px 9px;
    -moz-transform-origin: 13px 9px;
    -o-transform-origin: 13px 9px;
    -ms-transform-origin: 13px 9px;
  }
  #open-menu.active small:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform-origin: -1px 2px;
    -moz-transform-origin: -1px 2px;
    -o-transform-origin: -1px 2px;
    -ms-transform-origin: -1px 2px;
  }
  #open-menu.active small:nth-child(3) {
    position: absolute;
    top: 11px;
    left: 2px;
    width: 100%;
  }
  #open-user {
    right: 5%;
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/sprite.svg);
    background-size: 660px;
    background-position: -450px -52px;
    background-repeat: no-repeat;
    top: 14px;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  #open-user.active {
    background-position: -52px -52px;
  }
  .menu-mobile {
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .menu-mobile.m--nav {
    z-index: 0;
    left: -50%;
  }
  .menu-mobile.m--nav.active {
    left: 0;
    z-index: 1;
  }
  .menu-mobile.m--user {
    z-index: 0;
    right: -50%;
    display: none;
  }
  .menu-mobile.m--user.active {
    display: block;
    right: 0;
    z-index: 1;
  }
  .menu-mobile a sub {
    bottom: .3rem;
    margin-left: 2px;
  }
  .menu-mobile h4 {
    color: #ebebeb;
  }
  .menu-mobile ul {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu-mobile ul > li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    margin-left: 0;
    position: relative;
  }
  .menu-mobile ul > li > a {
    padding: 15px 10px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
  }
  .menu-mobile ul > li .mm--down {
    position: absolute;
    right: 15px;
    padding: 10px 0 10px 10px;
    top: 7px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
  }
  .menu-mobile ul > li .mm--down.active:before {
    content: "\f106";
  }
  .menu-mobile ul > li:last-child {
    border-top: 4px solid #4a4a4a;
    border-bottom: 0;
  }
  .menu-mobile ul > li .mm--login {
    width: 100%;
    height: auto;
    text-align: center;
    color: #ffffff;
  }
  .menu-mobile ul > li .mm--login input {
    margin-bottom: 15px;
  }
  .menu-mobile ul > li .mm--login button {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .menu-mobile ul > li .mm--login a {
    text-decoration: underline;
    padding: 0;
  }
  .menu-mobile ul > li .mm--login p {
    margin-bottom: 0;
  }
  .menu-mobile ul > li .mm--login-wrapp {
    width: 100%;
    padding: 20px 15px;
  }
  .menu-mobile ul > li .mm--down-block {
    border-top: 1px solid rgba(0, 0, 0, 0);
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
  .menu-mobile ul > li .mm--down-block.active {
    max-height: 500px;
    /*auto*/
    border-top: 1px solid #4a4a4a;
  }
  .menu-mobile ul > li ol.mm--down-block {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .menu-mobile ul > li ol.mm--down-block li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .menu-mobile ul > li ol.mm--down-block li a {
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
  }
  .menu-mobile ul > li ol.mm--down-block li a.active {
    color: #21c1f1;
  }
  .menu-mobile--head {
    width: 100%;
    height: 54px;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
  }
  .header--fix {
    height: 105px;
  }
  .breadcrumb.breadcrumb--fixed {
    top: 55px;
    height: 50px;
  }
  .breadcrumb-interiores {
    top: 55px;
  }
  .modulo-superior.modulo-superior--destinations {
    top: 104px;
    right: 0;
    width: 55vw;
  }
  .modulo-superior.modulo-superior--destinations .container .modulo-superior__container {
    top: 0;
    position: absolute;
  }
  .modulo-superior .container {
    max-width: 100vw;
  }
  .modulo-superior .modulo-superior__container {
    right: 0;
    top: 0;
    width: 55vw;
  }
  .map-sidebar {
    top: 98px;
    left: 0;
  }
  .map-sidebar .desktop-hidden {
    display: none;
  }
  .modal-purchase_resume .modal--large {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .delete {
    right: 32px !important;
  }
  /* ------------------------------------------------------------
            ACCESO
    ------------------------------------------------------------ */
  .inicia-sesion {
    margin-top: 100px;
  }
  /* ------------------------------------------------------------
            SECTION-HEADER
    ------------------------------------------------------------ */
  .section-header {
    padding-top: 200px;
  }
  /* ------------------------------------------------------------
            HERO IMAGE
    ------------------------------------------------------------ */
  .hero-image,
  .hero-image .container {
    min-height: auto;
    height: 500px;
  }
  .hero-image h2,
  .hero-image .container h2 {
    bottom: 140px;
    font-size: 2.875rem;
  }
  .hero-image .container.hero--ralign h2 {
    right: 5%;
  }
  .hero--form {
    background: rgba(0, 0, 0, 0.9);
    position: relative !important;
    top: 2px;
    bottom: 0;
    color: #ffffff;
    width: 100%;
    max-height: 100% !important;
    margin-top: 0 !important;
    z-index: 2;
  }
  .hero--form .hero-form--open {
    width: 200px;
    padding: 0;
    text-align: center;
    text-decoration: none;
  }
  .hero--form label {
    color: #ffffff;
  }
  .hero--form h6 {
    width: auto;
    display: inline-block !important;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .hero--form h6 + h6 {
    margin-right: 0;
  }
  .hero--form .open-form a {
    display: none;
  }
  .hero--form .hero-form--fields {
    margin-top: 0;
    max-height: initial !important;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    bottom: 0;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9);
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .hero--form .hero-form--fields .form--wrapp {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero--form .hero-form--fields .form--wrapp h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .hero--form .hero-form--fields .form--wrapp .hero-form--close {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 20px;
  }
  .hero--form .hero-form--fields.active-mobile {
    opacity: 1;
    left: 0;
    z-index: 2000;
  }
  .search-module--mobile {
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 5%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px 5px 0 0;
    padding: 15px 10px;
    z-index: 4;
    height: 100px;
    overflow: hidden;
  }
  .search-module--mobile form {
    width: 100%;
    height: auto;
  }
  .search-module--mobile h4 {
    font-family: "lato-light", sans-serif;
    color: #21c1f1;
    margin-bottom: 10px;
    padding: 0;
  }
  .search-module--mobile.active {
    position: fixed;
    top: 60px;
    height: 80%;
    bottom: 0;
    z-index: 10000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.95);
    padding-bottom: 50px;
  }
  .search-module--mobile .smobile--drop {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    padding: 10px;
  }
  .search-module--mobile .smobile--drop h5 {
    font-family: "lato-light", sans-serif;
    color: #21c1f1;
    margin-bottom: 10px;
  }
  .search-module--mobile .smobile--drop .hbottom--drop .drop--level1 {
    color: #21c1f1;
  }
  .search-module--mobile .smobile--drop .hbottom--down1 {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
  }
  .search-module--mobile .smobile--drop .hbottom--down1.active {
    padding: 10px;
  }
  .search-module--mobile .sm--row {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .search-module--mobile .sm--row .hbottom--field {
    position: relative;
  }
  .search-module--mobile .sm--row button {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-module--mobile .sm--row a {
    display: block;
    text-align: center;
  }
  .search-module--mobile .sm--row.sm--checks {
    padding-top: 20px;
  }
  .search-module--mobile .sm--row.sm--checks > label {
    float: left;
    width: 60%;
    color: #ffffff;
    line-height: 35px;
  }
  .search-module--mobile .sm--row.sm--checks .special--radio {
    float: left;
    width: 20%;
  }
  .search-module--mobile .sm--row.sm--checks .special--radio:nth-child(2) label {
    border-radius: 3px 0 0 3px;
  }
  .search-module--mobile .sm--row.sm--checks .special--radio:last-child label {
    border-radius: 0 3px 3px 0;
  }
  .search-module--mobile .sm--row.sm--x2 section {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .search-module--mobile .sm--row.sm--x2 section:last-child {
    margin-right: 0;
  }
  .search-module--mobile .input-daterange input {
    text-align: left;
    padding-left: 40px;
  }
  .search-module--mobile .special--calendar i {
    color: white;
    top: 5px !important;
    left: 5px !important;
  }
  .search-module--mobile .special--calendar input {
    padding-left: 30px;
  }
  .search-module--mobile .modalBasic .modal-search.modal-search__style .cal-alert {
    width: 100% !important;
    background-color: #ff8d00;
    color: white;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    height: auto;
    z-index: 333;
    margin-top: 10px;
  }
  .search-module--mobile .modalBasic .modal-search.modal-search__style .titleCondominiumMessage {
    display: block !important;
  }
  /* ------------------------------------------------------------
    CHAT
------------------------------------------------------------ */
  .chat-module {
    width: 57px;
    right: 0;
  }
  .chat-module div {
    height: 30px;
  }
  .chat-module div h6,
  .chat-module div p {
    display: none;
  }
  .chat-module.active {
    display: none;
  }
  .col-izq {
    padding: 0;
    width: 100% !important;
    margin: 0 0 50px;
  }
  .aviso-tiempo__valor {
    float: right;
    width: 150px;
    margin: 5px 0 0;
  }
  .proceso-marcador ul li {
    height: 70px;
    padding: 10px;
    position: relative;
  }
  .proceso-marcador ul li span {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
  }
  .proceso-marcador ul li p {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 13px;
  }
  .col-md-9.fix-resort-list {
    width: 100% !important;
  }
  .proceso-marcador.full li span {
    margin: 0 auto;
  }
  /* ------------------------------------------------------------
    RESORTS HERO
------------------------------------------------------------ */
  .hero--options {
    border-top: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .hero--options ul li {
    margin-right: 10px;
  }
  .hero--options ul li a {
    padding: 10px;
  }
  .hero--options ul li:last-child {
    margin-right: 0;
  }
  .hero--options .container {
    padding: 0 10px;
    min-width: 940px;
  }
  .hero-image.h--view2 .slider-resorts .owl-controls {
    display: none;
  }
  .hero-image.h--view2 .search-module--mobile {
    height: 130px;
    padding: 15px 10px;
    bottom: 40px;
  }
  .hero-image.h--view2 .search-module--mobile.active {
    height: 90%;
    top: 40px;
    z-index: 9999999999;
    padding-bottom: 80px;
  }
  .hero-image.h--view2 .sitio-marcador {
    top: 55px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .hero-image.h--view2 .sitio-marcador .container {
    min-width: 500px;
  }
  .hero-image.h--view2,
  .hero-image.h--view2 .slider-resorts .owl-carousel,
  .hero-image.h--view2 .slider-resorts .owl-item,
  .hero-image.h--view2 .slider-resorts .item {
    height: 500px;
  }
  .hero--info .data-widget {
    top: 120px;
    bottom: inherit;
  }
  .hero--info .data-back {
    top: 100px;
    width: 240px;
    padding: 10px;
    left: 5%;
  }
  .hero--info .data-back img {
    width: 8%;
    margin-right: 2%;
  }
  .hero--info .data-back article {
    width: 85%;
  }
  .hero--info .data-back article h4 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .hero--info .data-back article p {
    display: none;
  }
  .hero--info .data-resort {
    background: rgba(0, 0, 0, 0.6);
    width: 90%;
    padding: 10px;
    margin: 0 5%;
    bottom: 45px;
    left: 0;
  }
  .hero--info .data-resort h3 {
    font-family: "lato-light", sans-serif;
  }
  .hero--info .data-resort h3 a {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
  }
  .hero--info .data-resort h3 a.active {
    display: none;
  }
  .service-list li {
    width: 12%;
  }
  .service-list li p {
    font-size: 13px;
  }
  /* Cruceros */
  /* ------------------------------------------------------------
    FOOTER
------------------------------------------------------------ */
  .footer__bottom .col-lg-9 {
    width: 100%;
  }
  .footer__logos {
    padding: 20px 0;
  }
  .footer__logos ul li {
    width: 10%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 5%;
    display: inline-block;
  }
  .footer__logos ul li:last-child {
    margin-right: 0;
  }
  .footer__logos:not(.mobile-show) {
    display: none;
  }
  .logos-2 {
    display: none;
  }
  body .selectator_element .selectator_options {
    border-radius: initial;
    top: 76px !important;
    bottom: initial !important;
  }
  body .single.selectator_element .selectator_input {
    top: 32px !important;
    bottom: initial !important;
    border-radius: 0 0 10px 10px;
  }
  body #dynamic-height .single.selectator_element .selectator_input {
    bottom: initial;
    top: inherit;
  }
  #dynamic-height .selectator_element .selectator_options {
    top: initial;
  }
  .search-module--mobile .ghost {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .search-module--mobile.active .ghost {
    display: none;
  }
  .resort-list--view .resort--info ul li p .icon-count.unavailable {
    display: inline-block;
  }
  div#livechat-compact-container {
    transform: rotate(-90deg) translate(30%, 120px) !important;
    -webkit-transform: rotate(-90deg) translate(30%, 120px) !important;
    -moz-transform: rotate(-90deg) translate(30%, 120px) !important;
  }
  .flight__head .flight__right {
    text-align: left;
  }
  /* section promo */
  .section__promo {
    padding-top: 125px;
  }
  .cruise-route--wrapper {
    width: 100%;
    margin-top: 40px;
  }
  .cruise-route--wrapper .cruise-route-map figure {
    height: 400px;
  }
  .cruise-route--itinerary {
    width: 100% !important;
  }
  .cruise-route {
    z-index: 1;
  }
  .search-module--mobile .autocomplete-style {
    margin-bottom: 20px;
  }
  .smobile--drop label {
    width: auto;
  }
  .smobile--drop label,
  .smobile--drop .special--check {
    display: inline-block;
  }
  .smobile--drop .special--check {
    margin-left: 10px;
  }
  .search-module--mobile .special--calendar i {
    top: 4px !important;
    left: 5px !important;
  }
  /*.user-log {
        padding: 10px 15px;
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            color: #fff;
            margin: 0;
        }
    }*/
  #result--module .cardsgroup .cardsgroup__list {
    padding: 0;
  }
  #result--module .map-container.map-container--list {
    display: none;
  }
  .section__promo-content .rl-mobile--photo {
    background: #ebebeb;
  }
  .header .mobile-hidden {
    display: none;
  }
  .search-module.mobile-hidden {
    display: none;
  }
  .search-module .mobile-module__reset {
    display: block !important;
  }
  .offer-label {
    display: block;
    position: absolute;
    right: 10%;
    top: 17px;
    font-size: 21px;
  }
  .offer-label a {
    color: #fff;
  }
  .shopping-sticky.mobile-show {
    display: none;
  }
  .shopping-desktop.mobile-hidden {
    display: block;
    width: 100% !important;
    left: 0;
    top: inherit;
    bottom: 0;
    position: fixed;
    overflow: inherit;
    height: auto;
    min-height: inherit;
    max-height: inherit;
  }
  .shopping-desktop.mobile-hidden .scroll-container,
  .shopping-desktop.mobile-hidden .balance {
    width: 100%;
    float: left;
  }
  .shopping-desktop.mobile-hidden .shopping-title {
    padding: 5px 15px;
  }
  .shopping-desktop.mobile-hidden .selected-rooms .selected-group .selected-room {
    padding: 5px 15px;
    font-size: 14px;
  }
  .shopping-desktop.mobile-hidden .selected-rooms .balance {
    padding: 5px 15px !important;
  }
  .shopping-desktop.mobile-hidden .scroll-container #rooms_des {
    padding-bottom: 0;
  }
  .shopping-desktop.mobile-hidden p {
    font-size: 14px;
  }
  .shopping-desktop.mobile-hidden .selected-rooms .btn.type1 {
    margin: 10px 15px;
    font-size: 16px;
    width: 80%;
  }
  .shopping-desktop.mobile-hidden .total-label {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .shopping-desktop.mobile-hidden .credits {
    padding-left: 0 !important;
  }
  .shopping-desktop.mobile-hidden .credits,
  .shopping-desktop.mobile-hidden .money {
    padding-top: 0;
  }
  .shopping-desktop .selected-rooms .tooltip {
    position: initial;
    top: initial;
    bottom: initial;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    vertical-align: middle;
    background-color: #acb4b7;
  }
  .shopping-desktop .selected-rooms .tooltip__info {
    position: relative;
    top: -3px;
    right: initial;
    display: inline-block;
    max-width: calc(100% - 30px);
    padding: 0;
    margin-left: 5px;
    opacity: 1;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: transparent;
    box-shadow: initial;
  }
  .shopping-desktop .selected-rooms .tooltip__info p {
    width: 100%;
  }
  #form-reserva .shopping-title p:after {
    content: "\f0d7";
    font: normal normal normal 18px/1 FontAwesome;
    float: right;
  }
  #form-reserva .shopping-desktop.mobile-hidden {
    width: 100% !important;
    left: 15%;
    bottom: -269px;
  }
  #form-reserva .shopping-title {
    top: -28px;
    position: relative;
  }
  #form-reserva .shopping-title p:after {
    content: "\f0d8";
  }
  #form-reserva .shopping-title p:after {
    content: "\f0d8";
  }
  #form-reserva.active .shopping-desktop.mobile-hidden {
    width: 100% !important;
    left: 0%;
    bottom: 0px;
  }
  #form-reserva.active .shopping-title {
    top: 0px;
    position: relative;
  }
  #form-reserva.active .shopping-title p:after {
    content: "\f0d7";
  }
  .shopping-desktop .selected-rooms {
    height: 240px;
    overflow-y: scroll;
  }
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 280px !important;
  }
  .tabs-controls.mobile-hidden {
    display: none;
  }
  .royal-tabs.mobile-hidden {
    display: none;
  }
  .tabs-module ul.tabs-mobile li {
    float: left;
    width: 16.66%;
    font-size: 13px;
    padding: 10px 5px;
    letter-spacing: -0.4px;
    height: 55px;
    line-height: 18px;
  }
  .paging_simple_numbers {
    width: 100%;
    text-align: center;
  }
  .shopping-desktop .selected-rooms .tooltip__icon {
    font-size: 15px;
    float: left;
  }
  .tabs-module ul li {
    letter-spacing: -0.5px;
    font-size: 14px;
  }
  .panel-content .panel-data {
    font-size: 16px;
  }
  /*FIXED FONT SIZE FOR MOBILE AT MY ACCOUNT*/
  #tab1 h4 {
    font-size: large;
  }
  #the-account-data .row h4 {
    font-size: small;
  }
  #the-account-data .row span {
    font-size: small !important;
  }
  .panel-content .panel-data-label {
    font-size: small !important;
  }
  .panel-content .panel-data {
    font-size: small !important;
  }
  .panel-content .mintext {
    font-size: small !important;
  }
  .tabs-module .tab-title {
    font-size: large;
  }
  .module-selectors .module-selector .module-selector-title {
    font-size: small;
  }
  .myAccount .general-table th {
    font-size: small;
  }
  .general-table.resume-table td:last-of-type .panel-data {
    font-size: small !important;
  }
  .panel-data-label {
    font-size: small;
  }
  .notif-trans {
    font-size: small !important;
  }
  .dataTables_length label {
    font-size: small;
  }
  .dataTables_length select {
    font-size: small;
  }
  .shopping-desktop.mobile-hidden.desktop-show.js-shopping-fixed.activo {
    z-index: 99999;
  }
  .reward-block {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 20px;
    left: 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  }
  .award--hide {
    opacity: 0;
    right: inherit;
    left: -320px;
    width: 320px;
    padding: 9px;
    border-radius: 10px 10px 10px 0;
    top: initial;
    bottom: 80px;
  }
  .js-reward-open {
    display: block;
    position: absolute;
    top: -20px;
    background: #918356;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .reward-block.active .award--hide {
    opacity: 1;
    left: 0;
    border-radius: 0 0 10px 0;
  }
  .reward-block.active .js-reward-open {
    width: 320px;
    border-radius: 10px 10px 0 0;
    top: -120px;
  }
  .award--hide p {
    font-size: 12px;
  }
  .search--fixed.attached {
    top: -40px !important;
  }
  .tool__hide {
    left: -190px;
  }
  .tool-show.active .tool__hide {
    display: block;
  }
  
  .modal-acumulacion .modal__agree input {
    float: left;
  }
  .modal-acumulacion .modal__agree label {
    float: left;
    width: 90%;
    text-align: left;
  }
  .modal-acumulacion .modal__agree .modal__cta .btn {
    margin: 0 10px;
  }
  .tool-contrato.active {
    z-index: 20;
  }
  .tool-contrato.active .tool-contrato__hide {
    display: block;
  }
  .modal--password .modal-content {
    width: 85%;
  }
  .modal__form {
    padding: 0;
  }
  /*:::::
        RCI
    :::::*/
  .info-user .session-row {
    margin-bottom: 10px;
  }
  .user-points {
    padding: 0;
  }
  .user-title {
    padding: 0;
  }
  .point__row > div:first-child {
    margin-bottom: 20px;
  }
  .user--element {
    padding: 0;
  }
  .point__cantidad {
    padding: 0;
    margin-bottom: 20px;
  }
  .point__table > div {
    padding: 0;
  }
  .point__table > div:first-child {
    margin-bottom: 20px;
  }
  .user-points {
    margin-bottom: 20px;
  }
  /* ------------------------------------------------------------
        UPGRADE V2.0
    ------------------------------------------------------------ */
  #modal-ascenso-habitacion .modal-content.modal--mid {
    width: 90%;
  }
  .upgade__cv p {
    font-size: 15px;
  }
  .col--center {
    padding-top: 0;
  }
  .col-upgrade {
    width: 100%;
  }
  .col-upgrade.col--center {
    padding: 20px 11% 10px 11%;
    position: relative;
    margin: 0;
  }
  .upgrade__center h4 {
    text-align: center;
  }
  .upgrade__change {
    width: 50%;
    float: left;
  }
  .change__icon {
    position: absolute;
    top: 60px;
    margin: 0;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -50px;
    width: 60px;
    height: 60px;
  }
  .change__icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .upgrade__txt {
    width: 50%;
    float: left;
    padding: 20px 50px;
  }
  .upgrade__item {
    height: auto;
    min-height: inherit;
    max-height: inherit;
    position: relative;
  }
  .upgrade__img {
    width: 50%;
    height: 210px;
    float: left;
  }
  .upgrade__img img {
    border-radius: 10px 0 0 10px;
  }
  .point__row div.flat-check {
    margin-bottom: 0;
  }
  .points-settings .point__row div {
    padding: 0;
  }
  .user--element {
    padding: 0;
  }
  .upgrade__article {
    width: 50%;
    padding: 0;
    float: right;
  }
  .upgrade__top {
    background: #fbfbfb;
  }
  .cv__row {
    width: 50%;
    float: left;
  }
  .cv__row:last-child {
    width: 100%;
  }
  .date-simple {
    padding-right: 0;
  }
  .modal--amigos .tool__hide {
    left: 50%;
  }
  .modal--amigos .tool__show.active .tool__hide {
    display: block;
  }
  .tabs-module ul.tabs-mobile li {
    /*width: 20%;*/
  }
  .tab__mobile-nav {
    padding: 0;
  }
  .tabs-module ul.tabs-mobile li {
    display: flex;
    font-family: "montserrat-regular", sans-serif;
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 10px;
    line-height: 18px;
    height: 70px;
  }
  .tabs-module ul.tabs-mobile li a {
    color: #787878;
    text-decoration: none;
  }
  .gallery-trigger .gallery--tool {
    bottom: 20px;
    right: 34px;
    background: #ffffff;
    color: #55c5f1;
    border-radius: 0;
    height: 25px;
    line-height: 26px;
    display: block;
  }
  .filter-results .filter-cards > div {
    width: 100%;
  }
  .hero-slider .title {
    bottom: 160px;
  }
  .hero-slider .text {
    bottom: 140px;
  }
  .hero-slider .owl-controls .owl-nav {
    top: 25%;
  }
  .hero-slider .owl-controls .owl-nav .owl-prev,
  .hero-slider .owl-controls .owl-nav .owl-next {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  /* ------------------------------------------------------------
            FIX
    ------------------------------------------------------------ */
  .tabs_sidebarmap li:first-of-type a {
    border-right: 0 !important;
  }
  .mobile-hidden {
    display: none;
  }
  .search-module .mobile-module__reset {
    display: none;
  }
  .map-sidebar.absolute {
    top: 100px;
  }
  .map-sidebar.absolute .desktop-hidden {
    display: block;
  }
  .modal-content.modal--large {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: 100vh;
    width: 100vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal-content.modal--mid {
    height: auto;
  }
  .modal-content .modal-header .modal-close {
    right: 5px;
  }
  .modal-content .compare__hide {
    height: 390px;
  }
  .detalle-tablas__general td {
    vertical-align: top;
  }
  .modulo-superior .modulo-superior__container {
    right: 0;
  }
  .map-sidebar {
    top: 98px;
    height: calc(-100%);
    min-height: 70%;
  }
  /* ------------------------------------------------------------
            HERO IMAGE
    ------------------------------------------------------------ */
  .hero-image,
  .hero-image .container {
    min-height: auto;
    height: 450px;
  }
  .hero--form .hero-form--fields .form--wrapp {
    width: 90%;
  }
  .data-resort {
    bottom: 0px !important;
  }
  /* ------------------------------------------------------------
            MAIN
    ------------------------------------------------------------ */
  main {
    width: 100%;
  }
  main.active2 {
    left: -50%;
  }
  /* ------------------------------------------------------------
    SUSCRIBE
------------------------------------------------------------ */
  .suscribe--form input {
    font-size: 1.125rem;
    width: 60%;
    margin-right: 5%;
  }
  .suscribe--form button.btn {
    width: 35%;
  }
  .form-reservacion__datos_form .input-combo-simple {
    margin: 0 0 20px;
  }
  .fila {
    margin: 0;
  }
  .form-reservacion__datos_form {
    padding: 20px 10px 0;
  }
  /* ------------------------------------------------------------
    RESORTS HERO
------------------------------------------------------------ */
  .service-list li {
    width: 14%;
  }
  /* ------------------------------------------------------------
    CHAT
------------------------------------------------------------ */
  .proceso-marcador ul li {
    height: 60px;
  }
  .proceso-marcador ul li span {
    font-size: 16px;
  }
  .proceso-marcador ul li p {
    font-size: 11px;
  }
  .cc-form .padding-0--m {
    padding-left: 0;
  }
  /* ------------------------------------------------------------
      INTERIORES
------------------------------------------------------------ */
  .interiores .img-lat {
    min-height: auto;
  }
  .interiores .img-lat img {
    top: 0;
    left: 0;
    position: relative;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .interiores .btn.type3 {
    margin-bottom: 30px;
  }
  .col-reset {
    padding: 0;
  }
  /* ------------------------------------------------------------
      FORMULARIO CONOCE
------------------------------------------------------------ */
  #contacto-conoce-form .input-combo-simple {
    padding: 0;
  }
  #contacto-conoce-form .select-style2 {
    padding: 0 !important;
    margin: 0 0 10px;
  }
  #contacto-conoce-form .col-lg-12 {
    padding: 0 !important;
  }
  .modal--conoce .modal-content {
    position: absolute;
    height: 90%;
    width: 90%;
    margin: 0 5%;
  }
  .trip-advisor_wrapper {
    width: 100%;
  }
  .trip-logo {
    width: 140px;
    height: auto;
  }
  .trip-logo figure {
    width: 100%;
  }
  .trip-logo figure img {
    margin-bottom: 0;
  }
  #rating {
    width: 100%;
    float: left;
    height: auto;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  #rating a {
    margin-right: 10px;
    line-height: 22px;
  }
  #rating img {
    width: 100px;
  }
  .tadv-rating-all,
  .tadv-rating-bars {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .tadv-rating-all h6,
  .tadv-rating-bars h6 {
    margin-bottom: 20px;
  }
  #top-reviews {
    margin-top: 20px;
  }
  .ship-table thead,
  .ship-table tbody {
    display: inline-block;
    width: 100%;
  }
  .ship-table thead {
    width: 40%;
  }
  .ship-table th {
    display: table-row;
  }
  .ship-table th h5 {
    padding: 10px 0;
  }
  .ship-table td {
    display: table-row;
    /*&:before {
                content: attr(data-th)": ";
                font-weight: bold;
            } */
  }
  .ship-table td p {
    margin: 10px 0;
  }
  .ship-table tr {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
  }
  .alert__body {
    width: 60%;
    margin-left: -30%;
  }
  .cruise-route--wrapper {
    width: 100%;
  }
  .cruise-route--wrapper .cruise-route-map figure {
    height: 300px;
  }
  .cruise-route--itinerary {
    width: 100%;
  }
  .interiores.interiores--centros > .row {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .interiores.interiores--centros > .row > div {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  .aviso2.icono--lateral p {
    font-size: 14px;
    margin: 5px 0;
  }
  .aviso2.icono--lateral i {
    font-size: 30px;
  }
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 330px !important;
  }
  .tabs-module ul.tabs-mobile li {
    line-height: 15px;
    height: 50px;
  }
  .inicia-sesion .alert p.validation-message__text {
    width: 70%;
  }
  .tab-title {
    margin-top: 0;
    font-size: 16px;
    padding: 0;
  }
  .tab-title + div {
    padding: 0;
  }
  .tab-title + div .panel-content {
    margin-bottom: 20px;
  }
  .tab-title + div .panel-content h4,
  .tab-title + div .panel-content .module-selector {
    font-size: 14px;
    padding: 5px 0;
  }
  .myAccount .general-table {
    overflow-x: auto;
    font-size: 12px;
  }
  .myAccount .general-table th {
    font-size: 10px;
    letter-spacing: -1px;
  }
  .myAccount .general-table td {
    padding: 5px;
    white-space: nowrap;
  }
  .resort-list--view .resort--info ul li p {
    width: 125px;
  }
  .video--tab .row {
    margin-bottom: 10px;
  }
  .video--tab .tabs-controls {
    font-size: 16px;
    padding: 0 30px;
  }
  .vtabs .module-selectors {
    height: 200px;
  }
  .members__cards img {
    width: 50% !important;
  }
  /* ------------------------------------------------------------
        VIDEO TUTORIAL 
    ------------------------------------------------------------ */
  .videoWrapper .videoWrapper__reset {
    height: auto;
    padding: 0;
    margin: 10px 0;
  }
  .videoWrapper.videoWrapper__reset {
    height: 310px;
  }
  .videoWrapper.videoWrapper__reset iframe {
    height: 340px;
  }
  .tabs-module ul li a.tipos {
    text-decoration: none;
    color: #000;
  }
  .tabs-module ul li.active-tab a.tipos {
    text-decoration: underline;
    color: #21C1F1;
  }
  /* Temporadas fixes */
  .season__mobile {
    display: block;
  }
  #seassonBody td {
    text-align: left;
  }
  #seassonBody td,
  #seassonBody th {
    display: block;
    width: 100%;
  }
  .modal--temporadas .compare-features {
    min-width: 100%;
  }
  .modal--temporadas #seassonHeader {
    display: none;
  }
  .modal--temporadas #seassonBody td,
  .modal--temporadas #seassonBody th {
    padding: 0 0 10px 0;
  }
  .modal--temporadas #seassonBody td {
    border-bottom: 1px solid #e1dada;
    padding-top: 10px;
  }
  .modal--temporadas .compare-features p,
  .modal--temporadas .compare-features h2 {
    padding: 0 15px;
  }
  .modal--temporadas .compare-features h2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .modal--temporadas .compare-features h2 {
    margin-bottom: 10px;
  }
  .modal--temporadas .compare-features h2.season--year {
    margin: 0;
  }
  .modal--temporadas .compare-features p {
    margin: 0;
  }
  .modal--temporadas .season__mobile {
    font-size: 16px;
    color: #21c1f1;
    padding: 0 10px;
  }
  .season__mobile.season--year {
    font-size: 14px;
    background: #21c1f1;
    color: #fff;
    padding: 10px;
  }
  .modal--temporadas h4 {
    font-size: 14px;
    padding: 0 15px;
  }
  .modal--temporadas .compare-features p {
    font-size: 14px;
    max-width: 100%;
  }
  .modal--temporadas .table-scroll:after {
    display: none;
  }
  .modal--temporadas #seassonBody td:last-child {
    border-bottom: 0;

  }
  
  .video--col6 .videoWrapper {
    height: 320px;
  }
  
  .upload-file-section p {
    margin-top: 17px;
    width: 70%;
  }
  .modal-content-logout .modal-content {
    width: 90%;
  }
  .card__cta .message {
    font-size: 18px;
  }
  .tabs-module ul li a.tipos {
    text-decoration: none;
    color: #000;
  }
  .tabs-module ul li.active-tab a.tipos {
    text-decoration: underline;
    color: #21C1F1;
  }
  .card__cta .message {
    font-size: 18px;
  }
  .modal--amigos .modal-content {
    width: 90%;
  }
  .tool__hide {
    left: -272px;
  }
  .video--col6 .videoWrapper {
    height: 320px;
  }
  #banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-acumulacion .modal-content {
    width: 90%;
  }
  .modal--password .modal-content {
    width: 70%;
  }
  .modal--saldo-insuficiente .modal-content {
    width: 70%;
  }
  .modal--password .modal-header .modal-close {
    right: 15px;
  }
  .modal--password .modal__txt {
    text-align: left;
  }
  .modal--password .modal__txt p {
    font-size: 14px;
  }
  /*:::::
        RCI
    :::::*/
  .user-title {
    padding: 0;
  }
  .user-title h2.tab-title {
    width: 100%;
    padding-bottom: 10px;
  }
  .user-title .user-cv {
    float: left;
    padding: 10px;
  }
  .user-title .user-cv p {
    font-size: 16px;
  }
  .modal--rci .modal-content {
    width: 90%;
  }
  .points-settings .point__row > div {
    padding: 0;
  }
  .tabs-module ul.tabs-mobile li {
    width: 16.66%%;
    font-size: 12px;
    letter-spacing: -0.7px;
    line-height: 20px;
  }
  .tab__mobile-nav {
    padding: 0;
  }
  /* ------------------------------------------------------------
        VIDEO TUTORIAL
    ------------------------------------------------------------ */
  .videoWrapper .videoWrapper__reset {
    height: 300px;
  }
  .user-element__inner:last-child {
    margin-bottom: 20px;
  }
  .rci-plan {
    margin-bottom: 20px;
  }
  .rci-plan > div {
    padding: 0;
  }
  .rci-plan:last-child {
    margin-bottom: 0;
  }
  .video--col6 .docs-table {
    margin-bottom: 20px;
  }
  .modal--amigos .tool__hide {
    left: 50%;
  }
  .tab__mobile-nav {
    padding: 0 15px;
    border: 2px solid #21c1f1;
  }
  .tabs-module ul.tabs-mobile li {
    border: 0 !important;
  }
  .tab__mobile-nav {
    padding: 0 !important;
  }
  .table--promotion .btn.btn--small-size {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table--promotion table tr td {
    padding-top: 0;
  }
  .tabla-creditos .checkbox-combo label {
    font-size: 14px;
  }
  .tabla-creditos .tooltiptext {
    padding-left: 0;
  }
  .season__mobile {
    display: block;
  }
  #seassonBody td {
    text-align: left;
  }
  #seassonBody td,
  #seassonBody th {
    display: block;
    width: 100%;
  }
  .modal--temporadas .compare-features {
    min-width: 100%;
  }
  .modal--temporadas #seassonHeader {
    display: none;
  }
  .modal--temporadas #seassonBody td {
    padding: 0 0 10px 0;
  }
  .modal--temporadas #seassonBody th {
    padding: 10px 0 10px 0;
  }
  .modal--temporadas #seassonBody td {
    border-bottom: 1px solid #e1dada;
    padding-top: 10px;
  }
  .modal--temporadas .compare-features p,
  .modal--temporadas .compare-features h2 {
    padding: 0 15px;
  }
  .modal--temporadas .compare-features h2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .modal--temporadas .compare-features h2 {
    margin-bottom: 10px;
  }
  .modal--temporadas .compare-features h2.season--year {
    margin: 0;
  }
  .modal--temporadas .compare-features p {
    margin: 0;
  }
  .modal--temporadas .season__mobile {
    font-size: 16px;
    color: #21c1f1;
    padding: 0 10px;
  }
  .season__mobile.season--year {
    font-size: 14px;
    background: #21c1f1;
    color: #fff;
    padding: 10px;
  }
  .modal--temporadas h4 {
    font-size: 14px;
    padding: 0 15px;
  }
  .modal--temporadas .compare-features p {
    font-size: 14px;
  }
  .modal--temporadas .table-scroll:after {
    display: none;
  }
  .modal--temporadas #seassonBody td:last-child {
    border-bottom: 0;
  }
  .rewards--fix .row .text--center:nth-child(2) img {
    width: 200px !important;
  }
  #faq-rewards {
    padding: 0 15px;
  }
  .hero-slider .hero-slider__item .hero-slider__info {
    padding: 0 40px;
  }
  .hero-slider .hero-slider__item .hero-slider__info .title {
    font-size: 3rem;
    bottom: 150px;
  }
  .hero-slider .hero-slider__item .hero-slider__info .text {
    bottom: 330px;
    font-size: 22px;
  }
  .hero--form h6 {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------
      FIXED MY ACCOUNT
------------------------------------------------------------ */
@media (max-width: 1200px) and (min-width: 993px) {
  .tabs-module ul li:nth-child(3) {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 992px) and (min-width: 601px) {
  .map-sidebar {
    /*height: calc(100% - 100px);*/
    height: 81vh;
  }
  aside.map-sidebar.absolute {
    top: 110px !important;
    bottom: 0px !important;
    /*height: calc(100% - 110px);*/
    height: 76vh;
  }
  .input-daterange-in-cruise label {
    overflow: hidden;
  }
}
@media (max-width: 769px) and (min-width: 601px) {
  .resort-list-mobile {
    display: block !important;
  }
}
/* ------------------------------------------------------------
    WIDGET PRICE TRAVEL
------------------------------------------------------------ */
/*@media (max-width: 611px) {
.widget-pricet p{
        font-size: 14px !important;
}
.widget-pricet__priceI {
    top:5px;
}
.widget-pricet__head {
    min-height: 82px;
}
.widget-pricet__months{
  width: 20%;
}
.widget-pricet__price input {
    top: -2px;
    margin-left: 5px;
    height: 10px;
}
.widget-pricet__price p {
    margin-right: 0px;
}
}
@media (max-width: 492px) {
  .widget-pricet p{
        font-size: 12px !important;
}
.widget-pricet__priceI {
    top:5px;
}
.widget-pricet__head {
    min-height: 102px;
}
.widget-pricet__months{
  width: 20%;
}
.widget-pricet__price input {
    top: -2px;
    margin-left: 5px;
    height: 10px;
}
.widget-pricet__price p {
    margin-right: 0px;
}
}*/
/* ------------------------------------------------------------
    END WIDGET PRICE TRAVEL
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL DEVICES
------------------------------------------------------------ */
@media (max-width: 600px) {
  /* ------------------------------------------------------------
    FIX
------------------------------------------------------------ */
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.4rem;
  }
  .interiores h2 {
    padding-top: 20px;
  }
  .pd-sm-top {
    padding-top: 104px;
  }
  .resevacion-modulo__container {
    overflow: inherit;
    margin: 15px 0 30px 0;
  }
  .resevacion-modulo__container .detalle-reservacion {
    margin-left: -5%;
    width: 110%;
  }
  .col-md-9.col--no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .cruise-route-map #map-fit {
    width: 100%;
    min-height: 410px;
    height: 99%;
    z-index: 1;
  }
  .container .no--padding {
    padding-left: 0;
    padding-right: 0;
  }
  .container .right--0 {
    padding-right: 0;
  }
  .container .left--0 {
    padding-left: 0;
  }
  .detalle-tablas__general {
    padding: 0 5%;
  }
  .tabla--valores {
    font-size: 14px;
  }
  .tabla-creditos td span {
    float: left;
  }
  .detalle-tablas__general.col2 td:last-child {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .detalle-tablas__general.col2 td:last-child strong {
    text-align: left;
  }
  .contract-selector .contract-item {
    margin: 22px 15%;
    max-width: 70%;
  }
  .c-informacion {
    margin-bottom: 10px;
  }
  .c-detalle {
    margin-bottom: 30px;
  }
  .aviso-tiempo__etiqueta,
  .aviso-tiempo__valor {
    width: 100%;
  }
  .aviso-tiempo__valor span {
    float: left;
  }
  .resume__titulo-introduccion p {
    font-size: 16px;
  }
  .contenido .container {
    padding-right: 15px;
  }
  .form--section.form-section--center .btn {
    margin: 20px auto 0 auto;
  }
  .aviso2 {
    font-size: 14px;
    padding: 10px;
  }
  .aviso2 p {
    margin: 0;
  }
  .item--col--form {
    width: 100%;
  }
  .modulo-pasajero {
    padding-bottom: 0px;
  }
  .modulo-pasajero .modulo-pasajero__bloque .listado-columna:last-child .lista-inputs.vertical {
    margin: 0;
  }
  .modulo-pasajero .modulo-pasajero__bloque .modulo-pasajero__bloque__titulo {
    margin: 0 0 20px;
  }
  .modulo-pasajero .modulo-pasajero__bloque .modulo-pasajero__bloque__titulo h5 {
    width: 99%;
  }
  article.cruise-route--itinerary .table-container {
    overflow-x: scroll;
  }
  .col-xs-12.cruise-route--wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .col-xs-12.cruise-route--itinerary {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .lista-inputs.vertical li {
    width: 100%;
  }
  .cancelar-cvc__input.input-combo-simple label {
    font-size: 12px;
  }
  .icono--lateral p {
    width: 77%;
  }
  .check-in-out {
    width: 50%;
  }
  .hotel-ubicacion {
    padding: 10px;
  }
  .mobile-small-hidden {
    display: none;
  }
  .small-mobile-show {
    display: block;
  }
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.list-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .cardsgroup__header h2 {
    max-width: 100%;
  }
  .cardsgroup__header.cardsgroup__header--featured h2 {
    max-width: 100% !important;
  }
  .check--gift {
    text-align: center !important;
  }
  .check--gift .add-bonus.inline--check {
    display: block;
    margin: 0 40%;
  }
  .padding-0--m {
    padding: 0;
  }
  .padding-0--m:last-child {
    float: right;
  }
  .anualidad .tos-check label {
    width: 93%;
  }
  .anualidad .card-selector {
    transform: translateX(8%);
  }
  .anualidad .card-selector.col-3-card {
    transform: translateX(8%);
  }
  .cc-form select.der {
    margin-left: 2%;
  }
  .cc-form .ralign .btn-simple {
    float: none;
    text-align: right;
    padding: 2px 0;
    margin: 22px 0;
  }
  .cc-form .ralign .type3 {
    margin: 22px 0;
  }
  .cc-form .ralign .push-right {
    opacity: 0;
    display: none;
  }
  .cc-form .pay-now {
    padding-right: 15px;
  }
  /* ------------------------------------------------------------
    SUSCRIBE
------------------------------------------------------------ */
  .suscribe-module {
    margin-bottom: 0;
    padding: 20px 0 30px 0;
  }
  .suscribe-module article {
    width: 90%;
  }
  .suscribe-module article h3 {
    width: 70%;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .suscribe--form input {
    font-size: 1.125rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .suscribe--form button.btn {
    width: 100%;
  }
  /* ------------------------------------------------------------
    RESORTS HERO
------------------------------------------------------------ */
  .hero-image.h--view2,
  .hero-image.h--view2 .slider-resorts .owl-carousel,
  .hero-image.h--view2 .slider-resorts .owl-item,
  .hero-image.h--view2 .slider-resorts .item {
    height: 600px;
    min-height: 600px;
  }
  .hero--info {
    top: 0;
    height: 80vh;
  }
  .hero--info .data-back {
    top: 104px;
    width: 200px;
    padding: 10px;
  }
  .hero--info .data-back article h4 {
    font-size: 11px;
  }
  .hero--info .data-widget {
    top: 120px;
  }
  .hero--info .data-widget p {
    font-size: 20px;
    line-height: 40px;
  }
  .hero--info .data-widget .graphic--icon.g4 {
    width: 40px;
    height: 40px;
    background-size: 1000px;
    background-position: -214px -74px;
  }
  .hero--info .data-resort {
    bottom: 50px !important;
  }
  .hero--info .data-resort h3 {
    font-size: 1.5em;
  }
  .check-info {
    background: #f7f7f7;
    padding: 10px;
  }
  .check-info ul li {
    width: 43%;
  }
  .check-info ul li h5 {
    width: 100%;
    display: inline-block;
    color: #ff8d00;
  }
  .check-info ul li h5 i {
    float: left;
    margin-right: 10px;
  }
  .check-info ul li h5 span {
    float: left;
    width: 70%;
    display: block;
  }
  .check-info ul li p {
    color: #4a4a4a;
    padding-left: 30px;
  }
  .check-info ul li:nth-child(1),
  .check-info ul li:nth-child(2) {
    margin-bottom: 10px;
  }
  .check-info ul li:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }
  .check-info ul li.check--large p {
    font-size: 1.5rem;
  }
  .slider-single .owl-carousel,
  .slider-single .owl-item {
    height: 350px;
  }
  .slider-single .owl-carousel iframe,
  .slider-single .owl-item iframe {
    height: 350px !important;
  }
  .slider-single.owl-carousel .owl-video-wrapper {
    height: 350px;
  }
  .service-list li {
    width: 23%;
  }
  .map-fit--go {
    left: 0;
  }
  .modal--conoce .modal-content {
    top: 5% !important;
  }
  .modal-purchase_resume .fix-modal-cruises {
    transform: translate(-50%, -37%) !important;
  }
  .modal--membership .modal--large {
    top: 10%;
    transform: translate(-50%, 0%);
  }
  .modal--membership .modal--large {
    top: 50%;
    transform: translate(-50%, 15%);
  }
  .fix-tables-mobile {
    overflow-x: auto;
  }
  .tabs-module ul.tabs-mobile {
    border: 2px solid #21c1f1;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tabs-module ul.tabs-mobile li {
    display: inline-block;
    width: 49%;
    height: auto;
    vertical-align: middle;
    font-size: small;
    line-height: 30px;
    border-bottom: 0 !important;
    padding: 4px !important;
    border: 0 !important;
  }
  .tabs-module ul.tabs-mobile li.active-tab {
    background-color: #21c1f1;
    color: white;
  }
  .tabs-module ul.tabs-mobile li.active-tab .tab-notification {
    background-color: white;
    color: #21c1f1;
  }
  .modulo-superior.modulo-superior--destinations {
    position: relative;
    width: 100%;
    top: 0px;
    right: 0;
  }
  .modulo-superior.modulo-superior--destinations > .container {
    padding: 0;
  }
  .modulo-superior.modulo-superior--destinations .modulo-superior__container {
    position: relative;
    height: 55px;
    width: 100vw;
    top: 0;
  }
  .modulo-superior > .container {
    padding: 0;
  }
  .modulo-superior .modulo-superior__container {
    position: relative;
    top: 0;
  }
  .map-container {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #b1e4ff;
    top: 100px;
  }
  aside.map-sidebar {
    position: relative;
    top: 0;
    z-index: 401;
    width: 100%;
    max-width: inherit;
    left: inherit;
    /*min-height: 100vh;
        height: 100vh;
        max-height: 100vh;*/
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  aside.map-sidebar.absolute {
    position: relative;
    top: 0;
    height: auto;
    /*min-height: 100vh;
            max-height: 100vh;*/
  }
  .info-ruta__item > .card__icon {
    display: none;
  }
  .tadv-rating-all,
  .tadv-rating-bars {
    margin: 12px auto;
  }
  .tadv-rating-all .trip-features .t-rate {
    max-width: 80%;
    vertical-align: middle;
    float: right;
    margin-right: 0;
    padding: 0;
  }
  .top-reviews {
    margin: 12px auto;
    height: 280px;
  }
  .top-reviews .item {
    height: 400px;
  }
  .top-reviews li .ta-review {
    margin: 16px;
    height: 80%;
  }
  .top-reviews .owl-controls .owl-dots {
    bottom: 5px;
  }
  .top-reviews .owl-controls .owl-nav .owl-prev,
  .top-reviews .owl-controls .owl-nav .owl-next {
    height: 100%;
  }
  .top-reviews .owl-controls .owl-nav .owl-prev i,
  .top-reviews .owl-controls .owl-nav .owl-next i {
    line-height: 100px;
    font-size: 50px;
  }
  .top-reviews .owl-controls .owl-nav .owl-prev {
    left: 10px;
  }
  .top-reviews .owl-controls .owl-nav .owl-next {
    right: 10px;
  }
  .trip-logo {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .trip-advisor_wrapper {
    margin: 0;
  }
  #rating {
    margin-left: 0;
  }
  .acotaciones,
  .iconos-btns {
    display: none;
  }
  .slider-gallery-body,
  .slider-gallery {
    height: 300px;
  }
  .slider-gallery-body .owl-item,
  .slider-gallery .owl-item {
    height: 300px;
  }
  #top-reviews .top-reviews {
    height: 400px;
  }
  #top-reviews .item figure img {
    max-width: inherit;
    width: 200%;
  }
  .modal--compara .responsive-table .th--center {
    font-size: 0.65rem;
  }
  .modal--compara .responsive-table .th--center figure {
    width: 66px;
  }
  .alert__body {
    width: 90%;
    margin-left: -45%;
    top: 15%;
  }
  .compare__hide {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .compare__hide table {
    width: 700px;
  }
  .compare-features.compare__credit p {
    font-size: 13px;
  }
  .compare-features.compare__credit h4 {
    font-size: 15px;
  }
  .flight__head h4 {
    font-size: 1rem;
  }
  .flight__data p {
    font-size: 14px;
  }
  .flight__data h4 {
    font-size: 1rem;
  }
  .flight__plane {
    font-size: 14px;
  }
  .flight__table .table__promo p {
    width: 100%;
    text-align: center;
  }
  .flight__table .table__promo i,
  .flight__table .table__promo p {
    float: inherit;
  }
  .c-detalle {
    padding: 0;
  }
  .royal-travel__simbol li i {
    width: 30px;
    height: 30px;
  }
  .slider-single-body.slider__ship .slider-single .owl-controls .owl-nav {
    margin-top: -210px;
  }
  #result--module {
    padding-top: 0;
  }
  #result--module .cardsgroup .cardsgroup__header.cardsgroup__header--featured {
    padding: 20px 0;
  }
  #result--module .card--wide {
    padding: 0;
    border: 0;
    margin: 0 0 20px 0;
  }
  #result--module .card--wide .card__info {
    padding: 15px 15px 10px 15px;
  }
  #result--module .card--wide .card__billing {
    margin: 0;
  }
  #result--module .card--wide .card__billing .card__content {
    text-align: left;
  }
  #result--module .cardsgroup .cardsgroup__list {
    padding: 0;
  }
  #result--module .cardsgroup--wide {
    padding: 0;
  }
  .members__cards figure {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .members__cards figure img {
    width: 70%;
    display: inline-block;
  }
  .hero-image h2,
  .hero-image .container h2 {
    font-size: 2rem;
  }
  .modal--comparaHabitaciones .compare-features {
    width: 100%;
    font-size: 12px;
    zoom: 0.2;
  }
  .modal--comparaHabitaciones .compare-features tbody td {
    padding: 10px;
  }
  /* Alert */
  .alert .validation-message__text {
    font-size: 13px;
  }
  .js-search-map {
    font-size: 14px;
  }
  /*.promo-timer .time {
        -webkit-transform: scale3d(0.8, 0.8, 0);
        -moz-transform: scale3d(0.8, 0.8, 0);
        -ms-transform: scale3d(0.8, 0.8, 0);
        -o-transform: scale3d(0.8, 0.8, 0);
        transform: scale3d(0.8, 0.8, 0);
    }*/
  .offer-label {
    right: 13%;
  }
  .video-rate .video__like {
    border: 0;
  }
  .video-rate .video__like li input + i {
    font-size: 20px;
  }
  /* Destiny list */
  .destiny--list .resort-list-mobile.small-mobile-show {
    display: none;
  }
  .destiny--list .resort-list--view {
    padding: 20px;
    margin: 0;
    background: #f9f9f9;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .destiny--list .resort-list--view article,
  .destiny--list .resort-list--view aside {
    width: 100%;
  }
  .destiny--list .resort-list--view .resort--title {
    margin-bottom: 20px;
    text-align: center;
  }
  .destiny--list .resort-list--view .resort--title h4 {
    margin: 0 auto 10px auto;
    font-size: 14px;
    padding: 5px 0;
  }
  .destiny--list .resort-list--view .resort--title p {
    font-size: 14px;
  }
  .destiny--list .resort-list--view aside {
    text-align: left;
    padding-top: 20px;
  }
  .destiny--list .resort-list--view aside .r-aside--row div {
    margin-bottom: 0;
  }
  .destiny--list .resort-list--view aside .r-aside--row div:first-child p {
    font-size: 14px;
    margin: 0;
  }
  .destiny--list .resort-list--view aside .r-aside--title {
    margin-bottom: 0;
  }
  .destiny--list .resort-list--view aside .r-aside--title h4 {
    padding: 0;
  }
  .destiny--list .resort-list--view aside .r-aside--bottom,
  .destiny--list .resort-list--view aside .r-aside--row {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .destiny--list .resort-list--view aside .r-aside--bottom .btn {
    width: 100%;
  }
  .inicia-sesion .alert p.validation-message__text {
    width: 80%;
  }
  .dataTables_length.select-number {
    width: 100%;
    text-align: center;
  }
  .dataTables_length.select-number label {
    float: initial;
  }
  .interiores.interiores--experiencia h3.top--22 {
    padding: 0 0 20px 0;
  }
  #info + .container {
    padding: 0;
  }
  #info + .container > div {
    padding: 0;
  }
  .js-cart-fader .container {
    padding: 0;
  }
  .js-cart-fader .container .col-xs-12 {
    padding: 0;
  }
  .itinerary-table {
    font-size: 14px;
  }
  .fix-crucero .check-info {
    padding-top: 20px;
  }
  .fix-crucero .check-info ul li {
    width: 100%;
  }
  .cruises-view.resort-list.mobile-small-hidden {
    display: block;
  }
  .cruises-view.resort-list.small-mobile-show {
    display: none;
  }
  .cruises-view.resort-list .resort-list--view article,
  .cruises-view.resort-list .resort-list--view aside {
    width: 100%;
  }
  .cruises-view.resort-list .resort-list--view aside {
    text-align: center;
  }
  .cruises-view.resort-list .resort-list--view aside .r-aside--title .primary-pricing {
    width: 100%;
    min-width: initial;
  }
  .cruises-view.resort-list .resort-list--view aside .r-aside--title .primary-pricing h4 {
    padding: 0;
  }
  .cruises-view.resort-list .resort-list--view aside .r-aside--bottom > div {
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .cruises-view.resort-list .resort-list--view aside .r-aside--bottom .special--select {
    width: 60px;
  }
  .cruises-view.resort-list .resort-list--view .resort--title {
    margin-bottom: 0;
    text-align: center;
  }
  .cruises-view.resort-list .resort-list--view .resort--title h4 {
    display: inline-block;
    margin-bottom: 10px;
  }
  .cruises-view.resort-list .resort-list--view .resort--image {
    float: initial;
    margin: 0 auto;
  }
  .cruises-view.resort-list .resort-list--view .resort--info {
    padding-top: 20px;
    margin: 0 auto;
    float: initial;
    width: 70px;
  }
  .cruises-view.resort-list .resort-list--view .resort--info ul {
    margin: 0;
  }
  .cruises-view.resort-list .resort-list--view .resort--info ul li p {
    margin-top: 5px;
  }
  .alert.modal--message .validation-message__text {
    width: 70%;
    font-size: 14px;
  }
  .av-status {
    line-height: 20px;
    padding-bottom: 8px;
  }
  .av-status .av-cuadro {
    height: 20px;
    width: 20px;
  }
  .av-status p {
    font-size: 14px;
    padding-left: 8px;
  }
  .margin8tb {
    margin: 8px 0px 8px 0;
  }
  .modal-content-logout .modal-content {
    width: 90%;
  }
  .upload-file-section p {
    width: 70%;
  }
  .filterBy {
    margin-bottom: 20px;
  }
  .filterBy > div {
    margin-top: 2px;
  }
  .filterBy > div label {
    font-size: 14px;
  }
  .tool__hide {
    left: 50%;
    margin-left: -340px;
  }
  .section__promo .title-block {
    margin: 0 0 20px 0;
  }
  .section__promo .title-block h3 {
    font-size: 18px;
  }
  .section__promo .tabs-module {
    margin-bottom: 10px;
  }
  .cardsgroup__item .card__wrap {
    padding: 0;
  }
  .cardsgroup__item .card__wrap > div {
    padding-left: 0;
    padding-right: 0;
  }
  /*:::::
        RCI
    :::::*/
  .user-title .user-cv p {
    font-size: 16px;
  }
  .modal--rci .modal-content {
    padding: 22px 15px;
  }
  .modal--rci .modal__center {
    padding: 0;
  }
  .card--terms {
    padding-left: 0px;
    padding-right: 0px;
  }
  .card__row .session-row {
    padding: 0;
  }
  .point--bottom {
    text-align: center;
  }
  .tab__mobile-nav {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
    border-top: 2px solid #21C1F1;
    border-left: 2px solid #21C1F1;
    border-right: 2px solid #21C1F1;
  }
  .tabs-module .tab__mobile-nav ul.tabs-mobile {
    border: 0;
    overflow-x: inherit;
    display: inline-block;
    margin-top: -2px;
  }
  .tabs-module .tab__mobile-nav ul.tabs-mobile li {
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    float: inherit;
  }
  .user-title .user-cv {
    width: 100%;
    text-align: center;
    background-color: #efefef;
  }
  .center-info {
    padding-top: 0;
  }
  .user-title h2.tab-title {
    line-height: 30px;
  }
  /* ------------------------------------------------------------
            UPGRADE V2.0
    ------------------------------------------------------------ */
  .col-upgrade.col--center {
    padding: 10px 15px;
  }
  .upgrade__txt,
  .upgrade__change {
    width: 100%;
  }
  .upgrade__txt {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .change__icon {
    top: 137px;
  }
  .upgrade__img {
    height: 150px;
    width: 100%;
    position: relative;
  }
  .upgrade__img img {
    border-radius: 10px 10px 0 0;
  }
  .upgrade__article {
    width: 100%;
    padding: 0;
  }
  .upgrade__top {
    background: #fff;
  }
  .upgade__cv {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modal--amigos .tool__hide {
    left: 50%;
    margin-left: 0;
  }
  .account_top {
    margin-bottom: 0;
  }
  .account_bottom {
    padding: 0;
  }
  .tabs-module .tab__mobile-nav ul.tabs-mobile {
    border-top: 2px solid #21C1F1;
    border-left: 2px solid #21C1F1;
    border-right: 2px solid #21C1F1;
    border-bottom: 2px solid #21C1F1;
  }
  .tabs-module ul.tabs-mobile li.active-tab {
    color: #787878;
    background-color: inherit;
  }
  .myAccount .tabs-content .panel-content .panel-data-label {
    text-align: left;
  }
  .name-user-account {
    width: 100%;
  }
  .resevacion-modulo__container .detalle-reservacion {
    margin-left: 0%;
    width: 100%;
  }
  .table--promotion .checkbox-combo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tabla-top-confirmacion td:nth-child(1) {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tabla-top-confirmacion td:nth-child(1) p {
    text-align: center;
    font-size: 16px;
  }
  .tabla-top-confirmacion td:nth-child(3),
  .tabla-top-confirmacion td:nth-child(4),
  .tabla-top-confirmacion td:nth-child(5) {
    display: block;
    float: left;
  }
  .tabla-top-confirmacion td:nth-child(3),
  .tabla-top-confirmacion td:nth-child(5) {
    width: 40%;
  }
  .tabla-top-confirmacion td:nth-child(4) {
    width: 20%;
  }
  .tabla-top-confirmacion td:nth-child(2),
  .tabla-top-confirmacion td:nth-child(6) {
    display: none;
  }
  .tabla-creditos .tooltiptext {
    padding-left: 18px;
  }
  .tabla-creditos .btn.btn--small-size {
    float: left;
    margin-top: 10px;
  }
  .resort-list-mobile .small-mobile-show {
    display: none;
  }
  .reward-block.prod--active,
  .chat-module.prod--active {
    display: none !important;
  }
  .module-selectors .module-selector .module-selector-title {
    font-size: 15px;
  }
  .reglas-operativas .tabs-module ul li {
    font-size: 15px;
  }
  .reglas-operativas .video__like ul li {
    width: 40%;
  }
  .video-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
  }
  /*----------------------------------------------------/
FIX CHANGE SIZES FONT
/----------------------------------------------------*/
  .detalle-tablas__general {
    padding: 0;
  }
  .col-izq .detalle-tablas__general td:nth-child(1) {
    width: 42%;
  }
  .col-izq .detalle-tablas__general td:nth-child(2) {
    width: 0px;
    padding: 0;
  }
  .col-izq .detalle-tablas__general td:nth-child(3) {
    width: 0px;
    padding: 0;
  }
  .col-izq .detalle-tablas__general td:nth-child(6) {
    width: 0px;
    padding: 0;
  }
}
@media (max-width: 550px) {
  /* ------------------------------------------------------------
   FIX
------------------------------------------------------------ */
  .resume h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .timeline-year {
    margin: 22px 0 0 52px;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  .myAccount .dataTables_wrapper {
    overflow-x: hidden;
  }
  /* ------------------------------------------------------------
            MAIN
    ------------------------------------------------------------ */
  main.active1 {
    left: 70%;
  }
  main.active2 {
    left: -70%;
  }
  .breadcrumb.breadcrumb--fixed {
    top: 55px;
  }
  .modulo-superior {
    width: 100%;
  }
  .modulo-superior.about-park .modulo-superior__container {
    width: inherit;
  }
  .modulo-superior .modulo-superior__container {
    width: 100vw;
  }
  .modulo-superior .park--page {
    right: inherit;
    max-width: 94%;
  }
  .iconos-btns,
  .acotaciones {
    display: none;
  }
  .map-park .map-sidebar {
    top: 62px !important;
    height: inherit;
    min-height: 180px;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-width: 100%;
    left: inherit;
  }
  .cardsgroup__list {
    padding-right: 0 !important;
  }
  .modulo-superior.modulo-superior--destinations .container .modulo-superior__container {
    position: relative;
    height: 55px;
    width: 100%;
    min-width: 320px;
  }
  .modal-purchase_resume.ur-form .modal--large {
    top: 50%;
    transform: translate(-50%, -30%) !important;
  }
  .modal-purchase_resume .modal-content.modal--large {
    transform: translate(-50%, -45%);
  }
  .modal-purchase_resume .modal-content span.delete {
    right: 42px !important;
  }
  .modal-purchase_resume .modal-content .selected-resort h6 {
    margin: 12px 0 2px;
  }
  .user-review-form {
    padding: 0 0 20px 0 !important;
  }
  .user-review-form form button #publishReview {
    margin: 12px auto;
  }
  .user-review-form form button.type3.ralign {
    float: none;
    margin-top: 12px;
  }
  .user-review-form ul.user-uploads .owl-carousel {
    margin: 0 auto;
  }
  .user-review-form ul.user-uploads .owl-nav .owl-prev {
    left: -15px !important;
  }
  .modal--calendar .chat-module {
    -ms-transform: scale(0.6);
    /* IE 9 */
    -webkit-transform: scale(0.6);
    /* Safari */
    transform: scale(0.6);
    display: block;
    position: relative;
  }
  .modal--calendar .chat-module.mobile-hidden {
    display: none;
  }
  .modal--calendar .chat-module .help-calendar {
    left: 0;
  }
  /* ------------------------------------------------------------
            HEADER
------------------------------------------------------------ */
  .menu-mobile {
    width: 70%;
    z-index: 0;
  }
  /* ------------------------------------------------------------
        HERO IMAGE
------------------------------------------------------------ */
  .hero--form h3 {
    text-align: left;
  }
  .hero--form .form--section.f--x2 div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hero--form .form--section.f--x2 div:last-child {
    margin-bottom: 0;
  }
  .hero--form .hero-form--fields .form--wrapp {
    top: 0;
    left: 5%;
    padding: 30px 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .hero--form .hero-form--fields .form--wrapp .hero-form--close {
    top: 10px;
  }
  .hero--form .hero-form--open {
    width: 100%;
  }
  /* ------------------------------------------------------------
   FEATURED BOXES
------------------------------------------------------------ */
  .featured-boxes--bottom a.btn {
    width: 90%;
  }
  /* ------------------------------------------------------------
   SLIDER BLOG
------------------------------------------------------------ */
  .slider-blog .item .blog--top a.btn,
  .slider-blog .item .blog--bottom a.btn {
    width: 100%;
  }
  .slider-blog .item .blog--top p {
    color: #333;
  }
  /* ------------------------------------------------------------
   CAROUSEL BLOG
------------------------------------------------------------ */
  .carousel-blog .owl-nav .owl-next {
    right: 5%;
  }
  .carousel-blog .owl-nav .owl-prev {
    left: 5%;
  }
  inicia-sesion {
    width: 94%;
  }
  .detalle-tablas__general,
  .detalle-tablas__general.col2 {
    text-align: center;
  }
  .detalle-tablas__general p,
  .detalle-tablas__general.col2 p {
    text-align: center;
  }
  .detalle-tablas__general .dev-tipo-de-cambio,
  .detalle-tablas__general.col2 .dev-tipo-de-cambio {
    display: inline-block;
  }
  .detalle-tablas__general .dev-label-total-dinero,
  .detalle-tablas__general.col2 .dev-label-total-dinero {
    margin: 0;
  }
  .detalle-tablas__general td {
    border: none;
    color: #ffffff;
    padding: 10px;
    text-align: left;
    vertical-align: bottom;
    display: inline-block;
  }
  .detalle-tablas__general td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  .detalle-tablas__general td p {
    font-size: 14px;
  }
  .detalle-tablas__general td strong {
    font-size: 18px;
  }
  .detalle-tablas__general td span {
    margin: 0 0 20px;
  }
  .detalle-tablas__general td span i {
    font-size: 25px;
  }
  .tabla--valores td {
    border: none;
    padding: 7px 7px;
    font-size: 14px;
  }
  .tabla--valores th {
    font-size: 14px;
    border: none;
    padding: 7px 7px;
  }
  .detalle-total table span {
    font-size: 16px;
  }
  .detalle-tablas__contenido {
    padding: 10px 5px;
  }
  .info-tarjeta {
    background: #f7f7f7;
    margin: 50px 0 20px;
    padding: 8px;
  }
  .info-tarjeta table tr td label.visa {
    background-size: 50px;
    background: url(../images/images-reservacion/visa.png) no-repeat top;
  }
  .info-tarjeta table tr td label.master {
    background-size: 50px;
    background: url(../images/images-reservacion/master-card.png) no-repeat center;
  }
  .info-tarjeta table tr td label.american {
    background-size: 50px;
    background: url(../images/images-reservacion/american.png) no-repeat center;
  }
  .reserva-otra-edicion {
    float: none;
    padding: 0;
    width: auto;
  }
  .reserva-otra-edicion li {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  .royal-travel__simbol li i {
    font-size: 22px;
  }
  .royal-travel__simbol li strong {
    font-size: 12px;
  }
  /* ------------------------------------------------------------
    CHAT
------------------------------------------------------------ */
  .chat-module {
    bottom: 10%;
  }
  .chat-module.active {
    right: 70%;
  }
  .proceso-marcador ul li {
    height: 70px;
    padding: 5px 10px;
  }
  #livechat-full {
    width: 90% !important;
  }
  .interiores h2 {
    font-size: 24px;
    line-height: 30px;
  }
  /* Premios */
  .premios.interiores h2 {
    font-size: 24px;
    line-break: 30px;
  }
  .aviso2.icono--lateral i {
    margin-top: 10px;
  }
  .tabla--valores td {
    font-size: 13px;
  }
  .promo-if p {
    font-size: 14px;
    padding-right: 15px;
  }
  .user-review-form {
    padding: 20px 0;
  }
  .table--promo-fix .promo-if {
    width: 100%;
  }
  .table--promo-fix .promo-if tr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
  .table--promo-fix .promo-if tr td {
    display: inline-block;
    width: 100%;
  }
  .table--promo-fix .checkbox-combo label {
    width: 100%;
  }
  
  .modal-acumulacion .modal__cta .btn {
    width: 40%;
    margin: 0 2%;
  }
  .modal-acumulacion .number-section {
    width: 100%;
  }
  .modal-acumulacion .agree__check {
    padding: 20px 0;
  }
  .tool-contrato {
    position: absolute;
    right: 15px;
  }
  .inicia-sesion label {
    position: relative;
  }
  .tool-contrato {
    position: absolute;
    right: 0;
  }
  .tool-contrato i {
    font-size: 22px;
  }
  .tool-contrato .tool-contrato__hide {
    margin-left: 0;
    left: inherit;
    right: -6px;
    width: 300px;
  }
  .modal--password .modal-content {
    width: 90%;
    padding: 30px 25px;
  }
  .modal--password .modal-content .modal__form form > div {
    padding: 0;
  }
  .modal--password .modal__btn-block .btn {
    width: 100%;
  }
  .reglas-operativas .tabs-module {
    margin: 0;
  }
  .reglas-operativas.tabs-module {
    margin: 0;
  }
  .reglas-operativas.tabs-module ul li {
    width: 50%;
    height: 50px;
  }
  .modal-content .tabs-module {
    margin: 0 0 40px 0;
  }
  .modal-content .tabs-module ul li {
    width: 50%;
    height: 50px;
  }
  .search-module--mobile .cal-alert {
    font-size: 14px;
  }
  .reglas-operativas.tabs-module .video__like {
    width: 39%;
  }
  /*----------------------------------------------------/
FIX CHANGE SIZES FONT
/----------------------------------------------------*/
  .col-izq .detalle-tablas__general td:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .modulo-boxes .modulo-boxes__items-ul li {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .modulo-boxes .modulo-boxes__items-ul li:last-child {
    float: none;
  }
  .modulo-box__item figure {
    width: 70%;
    margin: 0 auto;
  }
  .modulo-box__item .modulo-boxes__items-description p {
    /**/
    text-align: center;
  }
  .modulo-box__item .modulo-boxes__items-description .radio-check {
    text-align: center;
    width: 122px;
    margin: 0 auto;
  }
  .modulo-box__item .modulo-boxes__items-description h4 {
    text-align: center;
  }
  /* ------------------------------------------------------------
    FOOTER
------------------------------------------------------------ */
  .footer__bottom .col-lg-9 {
    width: 100%;
  }
  .footer__logos {
    padding: 20px 0 0 0;
  }
  .footer__logos ul li {
    width: 15%;
    margin-bottom: 10px;
    margin-right: 17%;
  }
  .footer .menu-footer {
    margin-bottom: 10px;
  }
  .footer .menu-footer .menu-footer__list {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    text-transform: initial;
  }
  .footer .menu-footer .menu-footer__list a {
    font-size: 14px;
  }
  .footer .menu-footer .menu-footer__list:last-child {
    margin-bottom: 0;
  }
  .footer .menu-legal .menu-legal__list .menu-legal__item {
    margin-right: 0;
    width: 100%;
  }
  .footer .menu-legal .menu-legal__list .menu-legal__item a {
    font-size: 14px;
  }
  .social-networks .social-networks__list {
    padding-bottom: 0;
  }
  .social-networks .social-networks__list .social-networks__item {
    width: 24.5%;
    margin-bottom: 20px;
  }
  .datepick {
    min-width: 240px;
  }
  .modal-content-logout .modal-content {
    width: 80%;
  }
  .modal-content-logout .modal-content button {
    margin: 10px;
    width: 160px;
  }
  .form-fix-scroll #contacto-conoce-form {
    height: 55vh;
  }
  .form-fix-scroll:before {
    left: 42%;
    bottom: -20px;
  }
  /* sub indice */
  .hero-image .container h2 sub,
  .hero-image .container h2 sup {
    bottom: 0.75rem;
  }
  .interiores.consulado--fix {
    margin-bottom: 0;
  }
  .interiores.consulado--fix p:last-child {
    padding-bottom: 0;
  }
  .interiores.consulados .row {
    padding: 30px 15px;
  }
  .interiores.consulados .row > div:first-child {
    width: 100%;
  }
  .members__cards img {
    width: 70% !important;
  }
  /* ------------------------------------------------------------
        UPGRADE V2.0
    ------------------------------------------------------------ */
  .col--center {
    padding: 10px 15px;
  }
  .cv__row {
    width: 100%;
  }
  .tabla-creditos .tooltiptext {
    padding-left: 16px;
  }
  .table--promotion .btn.btn--small-size {
    margin-left: 24px;
  }
}
@media (max-width: 480px) {
  /* ------------------------------------------------------------
        FIX
------------------------------------------------------------ */
  .detalle-tablas__general td {
    vertical-align: top;
  }
  .detalle-tablas__general td:nth-child(2),
  .detalle-tablas__general td:nth-child(4) {
    width: 35%;
  }
  .modal-title h3 {
    max-width: 90%;
  }
  /* ------------------------------------------------------------
        HERO IMAGE
------------------------------------------------------------ */
  body h4 {
    font-size: 1.125rem;
  }
  body h5 {
    font-size: 1rem;
  }
  body h2 {
    line-height: 3rem;
  }
  .row-section h4 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .hero-image,
  .hero-image .container {
    height: 450px;
  }
  .hero-image .container h2 {
    font-size: 1.8rem;
    width: 90%;
    text-align: center;
    bottom: 110px;
  }
  .hero-image .container.hero--ralign h2 {
    bottom: 110px;
  }
  .hero--form h6 {
    margin-bottom: 0;
  }
  .hero--form h6 + h6 {
    margin-bottom: 10px;
  }
  main {
    width: 100%;
  }
  main.active2 {
    left: -70% !important;
  }
  /* ------------------------------------------------------------
    RESORTS HERO
------------------------------------------------------------ */
  /* ------------------------------------------------------------
    RESORTS LIST / mobile
------------------------------------------------------------ */
  .check-info {
    background: #f7f7f7;
    padding: 10px;
  }
  .check-info ul li:nth-child(4) {
    margin-bottom: 20px;
  }
  .check-info ul li:nth-child(4),
  .check-info ul li:nth-child(5) {
    width: 100%;
  }
  .service-list li {
    width: 31%;
  }
  .single-list > li {
    width: 100%;
  }
  #result--module .card--wide .card__billing .card__content {
    margin-bottom: 10px;
  }
  #result--module .card--wide .card__cta .btn-link {
    margin: 12px auto 0 12px;
  }
  #result--module .cardsgroup .cardsgroup__header h2 {
    line-height: 2rem;
  }
  .section__promo-content .cardsgroup__header {
    padding: 20px 0;
  }
  .section__promo-content .cardsgroup__header h2 {
    width: 100%;
    line-height: 2rem;
  }
  .featured-header h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .modal--premio .premio {
    height: 100%;
    padding: 0;
  }
  .modal--premio .premio table td {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    padding: 15px;
  }
  .modal--premio > article {
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* ------------------------------------------------------------
    FOOTER
------------------------------------------------------------ */
  .footer__logos {
    padding: 20px 0 10px 0;
  }
  .footer__logos ul li {
    width: 27%;
    margin-right: 5%;
  }
  .offer-label {
    right: 15%;
  }
  /* Destiny list */
  .destiny--list .resort-list--view .resort--image {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .destiny--list .resort-list--view .resort--info {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
  }
  .destiny--list .resort-list--view .resort--info ul {
    margin-bottom: 10px;
  }
  .destiny--list .resort-list--view .resort--info ul li i,
  .destiny--list .resort-list--view .resort--info ul li p {
    float: inherit;
    display: inline-block;
  }
  .destiny--list .resort-list--view .resort--info ul li p {
    width: auto;
    text-align: left;
  }
  .destiny--list .resort-list--view .resort--info a {
    text-align: center;
    display: block;
    text-decoration: underline;
  }
  .destiny--list .resort-list--view .resort--title {
    margin-bottom: 10px;
  }
  .destiny--list .resort-list--view aside {
    text-align: center;
  }
  .destiny--list .resort-list--view aside .r-aside--bottom,
  .destiny--list .resort-list--view aside .r-aside--row {
    width: 100%;
  }
  .destiny--list .resort-list--view aside .r-aside--bottom div {
    width: 190px;
    margin: 20px auto;
  }
  .juicer-feed.slider li.feed-item a.j-image img,
  .juicer-feed .slick-track {
    height: 250px !important;
  }
  .inicia-sesion .alert p.validation-message__text {
    width: 90%;
  }
  .table-selectorH.active-table {
    padding: 0;
  }
  .paging_simple_numbers a.paginate_button {
    margin: 0 -4px;
    line-height: 28px !important;
    font-size: 11px;
  }
  /* Rating */
  .data-resort .rating img {
    margin-top: 10px;
  }
  .tabs-module.video--tab {
    margin-top: 0;
  }
  .interiores h2 {
    font-size: 18px;
  }
  .video--tab .tabs-controls {
    font-size: 14px;
  }
  .vtabs .module-selectors .module-selector {
    padding: 5px 10px;
    font-size: 14px;
  }
  .alert.modal--message .validation-message__text {
    width: 90%;
    padding: 30px;
  }
  .alert.modal--message .validation-message__text .modal-close {
    right: 10px;
  }
  .top-reviews li .ta-review .ta-name-user {
    font-size: 18px;
  }
  .top-reviews p {
    font-size: 16px;
  }
  .top-reviews .owl-controls .owl-dots {
    bottom: 5px;
  }
  #top-reviews li .ta-review {
    padding: 30px 15%;
  }
  /* ------------------------------------------------------------
        VIDEO TUTORIAL 
    ------------------------------------------------------------ */
  .video--col6 .videoWrapper {
    height: 250px;
  }
  .upload-file-section p {
    margin-top: 7px;
  }
  .user__form > div {
    padding: 0;
  }
  .reward-block {
    bottom: 50px;
  }
  .tool__hide {
    width: 300px;
    margin-left: -290px;
  }
  .number__data {
    width: 100% !important;
    text-align: center;
  }
  .number__inner {
    width: 100%;
  }
  .number__inner .link-pass {
    display: inline-block;
    width: 100%;
  }
  /*:::::
        RCI
    :::::*/
  .info-user {
    display: flex;
    flex-wrap: wrap;
  }
  .info-user .session-row {
    padding: 0;
    width: 100%;
  }
  .info-user .session-row:nth-child(3) {
    order: 4;
    width: 50%;
  }
  .info-user .session-row:nth-child(5) {
    order: 5;
    width: 50%;
  }
  .info-user .session-row:last-child {
    padding-left: 15px;
  }
  .info-user label {
    height: auto;
    margin-bottom: 10px;
  }
  .date-simple {
    padding-right: 15px;
  }
  .date-simple > div {
    padding: 0;
  }
  .flat-check label {
    width: 76%;
  }
  .flat-check input {
    margin-right: 5px;
  }
  .modal--rci .point--bottom {
    text-align: center;
  }
  .personas--row .flat-check.flat--nofloat label {
    width: 50%;
  }
  .modal--amigos .tool__hide {
    margin-left: -140px;
  }
  .footer__logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__logos ul li {
    float: left;
    height: 70px;
    margin: 0;
    padding: 10px 10px 10px 10px;
    width: 26%;
  }
  .footer__logos ul li img {
    height: 60px;
    object-fit: contain;
  }
  .detalle-reservacion__titulo {
    padding: 0;
  }
  .detalle-reservacion__titulo h4 {
    font-size: 18px;
  }
  .detalle-tablas__general td:nth-child(2),
  .detalle-tablas__general td:nth-child(4) {
    width: 44%;
    vertical-align: middle;
  }
  .table--promotion .detalle-all__titulo {
    padding: 10px;
  }
  .table--promotion .detalle-all__titulo h4 {
    font-size: 16px;
  }
  .detalle-tablas__general.col2 td:last-child {
    margin-bottom: 10px;
    padding: 0;
  }
  .col-izq .adicional-info table td {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
  .col-izq .adicional-info table td:nth-child(3),
  .col-izq .adicional-info table td:nth-child(5) {
    display: none;
  }
  .col-izq .adicional-info table td.dev-label-tipo-cambio {
    padding: 10px;
  }
  .col-izq .adicional-info table td:last-of-type {
    text-align: left;
    width: 100%;
    padding-left: 10px;
  }
  .col-izq .detalle-tablas__general.total {
    padding: 0;
  }
  .col-izq .detalle-tablas__general.total td:nth-child(1) {
    float: left;
    text-align: left;
  }
  .col-izq .detalle-tablas__general.total td:nth-child(1) p {
    text-align: left;
  }
  .col-izq .detalle-tablas__general.total td:nth-child(4) {
    width: 150px;
    vertical-align: top;
  }
  .col-izq .detalle-tablas__general.total td:nth-child(2),
  .col-izq .detalle-tablas__general.total td:nth-child(3),
  .col-izq .detalle-tablas__general.total td:nth-child(6) {
    display: none ;
  }
  .detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type td:first-of-type {
    width: 140px;
  }
  .detalle-tablas__contenido .tabla--valores:not(.table--promotion) td:nth-child(1) {
    width: 135px;
  }
  .detalle-tablas__contenido .tabla--valores:not(.table--promotion) {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .detalle-tablas__contenido .tabla--valores:not(.table--promotion) table {
    width: 570px;
  }
  .detalle-tablas__contenido .tabla--valores:not(.table--promotion) table td span {
    float: inherit;
  }
  .resume .fila h4 {
    width: 100% !important;
    margin: 0;
    padding: 0;
    position: relative !important;
  }
  .edit-info-user {
    width: 100% !important;
    text-align: left;
    margin-top: 10px;
  }
  .detalle-tablas__general:not(.total) td:nth-child(1) {
    width: 100%;
  }
  .detalle-tablas__general:not(.total) td:nth-child(4) {
    width: 20%;
  }
  .detalle-tablas__general:not(.total) td:nth-child(3),
  .detalle-tablas__general:not(.total) td:nth-child(5) {
    width: 40%;
  }
  .detalle-tablas__general:not(.total) td:nth-child(3) p,
  .detalle-tablas__general:not(.total) td:nth-child(5) p,
  .detalle-tablas__general:not(.total) td:nth-child(3) span,
  .detalle-tablas__general:not(.total) td:nth-child(5) span,
  .detalle-tablas__general:not(.total) td:nth-child(3) small,
  .detalle-tablas__general:not(.total) td:nth-child(5) small,
  .detalle-tablas__general:not(.total) td:nth-child(3) strong,
  .detalle-tablas__general:not(.total) td:nth-child(5) strong {
    text-align: center;
    }
  .rewards--fix .row .text--center:nth-child(2) img {
    width: 130px !important;
  }
  .question {
    position: relative;
  }
  .question p {
    padding-left: 50px;
  }
  #faq-rewards .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 736px) {
  .datepick #av-daterange_mobile {
    min-width: 220px;
  }
  .days-module {
    padding-right: 60px;
    padding-left: 60px;
  }
  .datepick {
    min-width: 100%;
  }
  .myAccount .dataTables_wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 414px) {
  .datepick .datepick-month {
    margin: 0;
  }
  .btn-update {
    float: none;
    margin: 0 auto;
  }
  .ship-table thead {
    width: 60%;
  }
  .col-user__small {
    width: 100%;
    padding: 0;
  }
  .modal--pay .modal-content {
    width: 90%;
  }
}
@media (max-width: 360px) {
  .footer__logos ul li {
    width: 30%;
  }
  /* ------------------------------------------------------------
            MAIN
    ------------------------------------------------------------ */
  .session__span > div:last-child {
    padding-right: 0;
  }
  .award--hide {
    left: -310px;
    width: 310px;
  }
  .reward-block.active .js-reward-open {
    width: 310px;
  }
}
@media (max-width: 320px) {
  .modal-purchase_resume .modal-content.modal--large {
    transform: translate(-50%, -32%);
  }
  .modal-purchase_resume .modal-content.modal--mid {
    transform: translate(-50%, -40%);
  }
  /*.modal--conoce {
        .modal--large {
            transform: translate(-50%, -15%);
        }
    }*/
  .offer-label {
    right: 17%;
  }
}
/* ------------------------------------------------------------
    VIDEO ROYAL REWARDS
------------------------------------------------------------ */
@media (max-width: 560px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 38.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper.videoWrapper__reset {
    /*height: 460px;*/
  }
  .videoWrapper.videoWrapper__reset iframe {
    height: 250px !important;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0px;
  }
}
body {
  color: #787878;
}
/* ------------------------------------------------------------
    MY ACCOUNT TAPS
------------------------------------------------------------ */
.tabs-module {
  overflow: hidden;
  margin: 10px auto 50px;
}
.tabs-module ul {
  padding: 0;
  overflow: hidden;
}
.tabs-module ul li {
  font-family: "montserrat-regular", sans-serif;
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #21C1F1;
  line-height: 25px;
}
.tabs-module ul li.active-tab {
  border-bottom: 0 solid transparent;
  border-top: 2px solid #21C1F1;
  border-left: 2px solid #21C1F1;
  border-right: 2px solid #21C1F1;
}
.tabs-module ul li:hover {
  cursor: pointer;
}
.tabs-module ul li .tab-notification {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #21C1F1;
  display: inline-block;
  color: #ffffff;
}
.tabs-module .tab-title {
  font-size: 1.125rem;
  margin: 32px 0 12px 0;
}
.tabs-module .tab-description {
  padding: 0 15px;
  margin-bottom: 10px;
  clear: both;
}
.tabs-module .tabs-content {
  overflow: hidden;
  border-bottom: 2px solid #21C1F1;
  border-left: 2px solid #21C1F1;
  border-right: 2px solid #21C1F1;
  width: 100%;
  padding: 10px;
}
.tabs-module .tabs-content .tab {
  display: none;
}
.tabs-module .tabs-content .tab.tab-open {
  display: block;
}
.tabs-module .tabs-content .tab .tab-title {
  text-transform: uppercase;
}
.panel-content {
  padding: 10px 10px 20px 10px;
  font-size: 16px;
  position: relative;
}
.panel-content.background {
  background-color: #F7F7F7;
}
.panel-content .panel-data-label {
  display: block;
  width: 100%;
  margin: 5px 0;
  color: #4a4a4a;
  font-family: "montserrat-regular", sans-serif;
  font-size: 16px;
}
.panel-content .panel-data-label.pull-right {
  float: right !important;
  text-align: right;
  width: 30%;
}
.panel-content .panel-data {
  display: block;
  width: 100%;
  margin: 5px 0 10px 0;
  font-family: "lato-light", sans-serif;
  font-size: 21px;
}
.panel-content h4 {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.panel-content .credits-Number {
  font-size: 36px;
  display: block;
  margin-bottom: 20px;
  font-family: "montserrat-regular", sans-serif;
}
.panel-content .validity {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-family: "montserrat-light", sans-serif;
  font-size: 14px;
}
.panel-content .mintext {
  font-size: 14px;
}
.panel-content .edit-profile-button {
  color: #21c1f1;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "montserrat-light", sans-serif;
}
.no-padding {
  padding: 0;
}
.general-table {
  width: 100%;
  border: 1px solid #21c1f1;
  background-color: #ffffff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.general-table thead {
  background: #21c1f1;
  outline: 1px solid #21c1f1;
}
.general-table td,
.general-table th {
  padding: 10px;
  border-color: #F7F7F7;
  text-align: left;
}
.general-table th {
  border-bottom: 0;
  color: #ffffff;
  font-weight: normal;
  font-family: "montserrat-regular", sans-serif;
  font-size: 15px;
}
.general-table td {
  border-top: 0;
}
.general-table tr:last-child td {
  border-bottom: 0;
}
.general-table.resume-table {
  border: 0;
  border: 1px solid #21c1f1;
  margin-bottom: 10px;
}
.general-table.resume-table th {
  text-align: left;
  border: none;
}
.general-table.resume-table tr {
  width: 100%;
}
.general-table.resume-table td {
  border-left: 0;
  border-right: 0;
  display: table-cell;
}
.general-table.resume-table td:first-of-type {
  width: 75%;
}
.general-table.resume-table td:last-of-type {
  text-align: right;
  min-width: 110px;
}
.general-table.resume-table td:last-of-type .panel-data {
  font-size: 15px;
}
.general-table.resume-table .latefees-title td {
  text-align: left;
}
.general-table.resume-table .latefees-title td span {
  font-family: 'lato-regular';
  color: #4a4a4a;
}
.general-table.resume-table .latefees-title td i {
  float: right;
  text-align: right;
  color: #21c1f1;
}
.general-table.resume-table .latefees-title td:hover {
  cursor: pointer;
}
.general-table.resume-table .latefees-content {
  display: none;
}
.general-table.resume-table .latefees-content table {
  border: none;
  width: 100%;
  max-height: inherit;
  border-bottom: 1px solid #9b9b9b;
}
.general-table.resume-table .latefees-content table tbody {
  width: 100%;
}
.general-table.resume-table .latefees-content table tr {
  border-bottom: 1 px solid #9b9b9b;
}
.general-table.resume-table .latefees-content table td {
  border-bottom: 1 px solid #9b9b9b;
}
.general-table.resume-table .latefees-content table td:first-of-type {
  width: inherit;
  border-left: none;
}
.general-table.resume-table .latefees-content table td:last-of-type {
  width: 20%;
  border-right: none;
}
/* ------------------------------------------------------------
    MY ACCOUNT PLAN SELECTORS
------------------------------------------------------------ */
.module-selectors {
  background-color: #ffffff;
  overflow: auto;
}
.module-selectors h4 {
  padding: 10px;
  border-bottom: 2px solid #F7F7F7;
}
.module-selectors a {
  display: block;
  text-decoration: none;
}
.module-selectors .module-selector {
  padding: 10px;
  border-bottom: 2px solid #F7F7F7;
  overflow: hidden;
  font-family: "montserrat-light", sans-serif;
}
.module-selectors .module-selector .module-selector-title {
  padding: 0;
  font-family: "montserrat-light", sans-serif;
}
.module-selectors .module-selector .module-selector-price {
  padding: 0;
  text-align: right;
  font-weight: 700;
}
.module-selectors .module-selector.active-selector,
.module-selectors .module-selector:hover {
  border-bottom: 2px solid #21c1f1;
  color: #21c1f1;
  font-family: "montserrat-regular", sans-serif;
}
.module-selectors .module-selector:hover {
  cursor: pointer;
}
.module-notifications {
  background-color: #ffffff;
}
.module-notifications .notification {
  background-color: #F7F7F7;
  padding: 10px 50px 10px 10px;
  position: relative;
  margin-bottom: 10px;
}
.module-notifications .notification .notification-title {
  font-weight: 700;
}
.module-notifications .notification.new .notification-title {
  color: #21c1f1;
}
.module-notifications .notification .more {
  color: #21c1f1;
  text-decoration: underline;
}
.module-notifications .notification .notification-delete {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ffffff;
  border: 1px solid #21c1f1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #21c1f1;
  line-height: 30px;
  padding: 0;
}
.action-button {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border: 1px solid #21c1f1;
  color: #21c1f1;
  max-width: 150px;
  height: 42px;
  font-family: "montserrat-regular", sans-serif;
  font-size: 16px;
  line-height: 21px;
}
#myaccount,
#mybooking,
#myhistory,
#mynotifications {
  display: none;
}
/* ------------------------------------------------------------
    FILTER
------------------------------------------------------------ */
.filter-module {
  margin: 10px 0;
  text-align: right;
  line-height: 27px;
}
/* ------------------------------------------------------------
    PAGINATION
------------------------------------------------------------ */
.pagination-module {
  margin: 10px 0;
}
.pagination-module .pagination-control {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #21c1f1;
  color: #21c1f1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.pagination-module .pagination-page-number {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 27px;
  text-align: center;
  padding: 0 4px;
}
.pagination-module .pagination-prev-page {
  margin-right: 8px;
}
.pagination-module .pagination-next-page {
  margin-left: 8px;
}
.pagination-module a {
  color: #4a4a4a;
  text-decoration: none;
}
.pagination-module a.active {
  color: #21c1f1;
}
.pagination-module a:hover {
  cursor: pointer;
  color: #21c1f1;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.select-number {
  margin: 12px 0;
}
.select-number .select-label {
  display: inline;
  text-align: right;
}
.select-number .dropdown {
  position: relative;
  display: inline !important;
  text-align: right;
}
.select-number .dropdown .dropdown-content {
  display: none;
  position: absolute;
  bottom: 22px;
  right: 0;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px;
  z-index: 1;
}
.select-number .dropdown .dropdown-content .dropdown__list {
  list-style: none;
}
.select-number .dropdown .dropdown-content .dropdown__list .dropdown__item {
  padding: 4px 0;
  border-bottom: none;
  text-align: right;
}
.select-number .dropdown .dropdown-content .dropdown__list a {
  text-decoration: none;
  color: #ffffff;
}
.select-number .dropdown .dropdown-content .dropdown__list a:hover {
  color: #21c1f1;
}
.select-number .dropdown:hover .dropdown-content {
  display: block;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.dropdown-combo td {
  padding-right: 25px;
}
.dropdown-combo .active td {
  padding-right: 25px;
}
.dropdown-combo .tooltip {
  padding-right: 0 !important;
  margin-right: 0;
}
.dropdown-combo .tooltip .fa-info-circle {
  padding: 0 0 0 5px;
}
.dropdown-combo .tooltip .fa-info-circle .tooltiptext {
  right: 0;
  left: unset;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dropdown-combo td:first-of-type .dropdown-combo td:first-of-type {
  padding-left: 0px;
  padding-right: 0px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dev-ai-tr td:nth-child(4) {
  padding-right: 0px;
}
.detalle-tablas__contenido .tabla--valores:not(.table--promotion) .dev-ai-tr td:nth-child(5) {
  padding-right: 0px;
}



.big-font .border-tarjeta-card {
  border: 2px solid #21c1f1;
  padding-bottom: 30px;
}

.big-font .tarjeta-card .submit-payment-fundacion, 
.big-font .submit-payment-anualidad {
  margin: 40px auto 18px !important;
  display: block;
  width: 50%;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  height: 50px;
  border-radius: 12px;
}
.cc-form.tarjeta-card {
  border: none;
}
.cc-form.tarjeta-card select {
  color: #4a4a4a;
}
.cc-form.tarjeta-card .pagos-diferidos label {
  padding-left: 15px;
  float: left;
  width: fit-content;
  font-size: 16px;
  color: #4A4A4A;
  text-align: left;
  font-family: "montserrat-regular", sans-serif;
}
.cc-form.tarjeta-card .pagos-diferidos select {
  float: left;
  width: 150px;
  margin-top: 15px;
  margin-left: 15px;
}
.cc-form.tarjeta-card .pagos-diferidos h3 {
  font-size: 22px !important;
  margin: 30px 0px -10px !important;
  padding: 0px;
}
.cc-form.tarjeta-card .meses-card {
  font-size: 16px;
  font-family: "montserrat-regular", sans-serif;
  color: #4A4A4A;
  margin-top: 20px;
}
.cc-form.tarjeta-card .meses-card .col-xs-4 {
  padding: 10px;
  text-align: right;
}
.cc-form.tarjeta-card .meses-card .col-xs-4.gray-bg {
  background: #e4e4e4;
  height: 40px;
}
.contenido-full .info-tarjeta {
  background: #f7f7f7;
  margin: 50px 0 20px;
  padding: 20px;
  margin-top: 10px;
}
.contenido-full .info-pagos-diferidos {
  padding: 20px;
  background: #f7f7f7;
}
.contenido-full .info-pagos-diferidos select {
  width: 100%;
  color: #4a4a4a;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95%;
}
.contenido-full .info-pagos-diferidos h3 {
  font-size: 22px;
}
.contenido-full .info-pagos-diferidos label {
  font-size: 16px !important;
  color: #4A4A4A;
  margin: 0 0 11px;
  text-align: left;
  font-family: "montserrat-regular", sans-serif;
}
.contenido-full .info-pagos-diferidos .meses-card {
  margin-top: 20px;
  background: #b7b7b7;
}
.contenido-full .info-pagos-diferidos .meses-card .col-xs-6 {
  text-align: right;
  color: #000000;
}
.contenido-full table.pagos-diferidos-detail td, .contenido-full table.pagos-diferidos-detail td span {
    font-size: 18px !important;
}
.contenido-full table.pagos-diferidos-detail td {
  padding: 6px 20px;
}
.resevacion-modulo__container .c-detalle .pagos-diferidos .detalle-total.tabla--valores td:first-child {
  width: 160px;
}
.big-font table p {
  font-size: 22px !important;
}
.big-font table th, .big-font .pay-header {
  font-size: 20px !important;
}
.big-font .promo-module * {
  font-size: 22px;
  padding-left: 10px;
}
.big-font .tarjeta-card * {
  font-size: 20px;
}
.big-font label {
  color: #4A4A4A;
  text-align: left;
  font-family: "montserrat-regular", sans-serif;
}
.big-font .tos-check {
  display: flex;
}
.big-font .tos-check label {
  font-size: 18px;
}
.big-font .list-cards {
  padding: 0px 15px;
}
.big-font .tarjeta-card i {
  font-size: 40px;
}
.contenido-full .info-pagos-diferidos select {
  border: none !important;
}
.big-font .pagos-diferidos h3 i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 3px;
}
.modalBasic.modal-data-payment-user .label-big, .input-combo-simple .label-big {
  margin-top: 0px;
}
.modalBasic.modal-data-payment-user .user__block input {
  border: none;
  padding-left: 0px !important;
  padding-top: 0px !important;
}
.modalBasic.modal-data-payment-user .label-big, .input-combo-simple .label-big {
  margin-top: 0px;
}
.modalBasic.modal-data-payment-user .user__message p {
  font-size: 22px;
  margin-bottom: 25px;
}
.modalBasic.modal-data-payment-user .modal__btn-block {
  margin-top: 20px;
}



.scroll-container #rooms_des {
  overflow: initial !important;
  max-height: inherit !important;
  padding-bottom: 0;
}
.shopping-desktop {
  height: auto !important;
  max-height: 70vh !important;
}
.scroll-container .scroll__icon {
  display: none !important;
}
.shopping-desktop .selected-rooms .selected-group .selected-room .amount {
  width: 100%;
  text-align: left;
  margin-top: 2px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room:not(.ai_adult_item) {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.shopping-desktop .selected-rooms .selected-group .selected-room span.quantity {
  line-height: 20px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room {
  padding-top: 10px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room span.room-name {
  padding: 0px;
  line-height: 25px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room {
  padding-bottom: 5px;
}
.shopping-desktop .selected-rooms .balance .credits, .shopping-desktop .selected-rooms .balance .money {
  float: right;
  width: 60%;
  padding-left: 0 !important;
}
.shopping-desktop .selected-rooms .balance .credits {
  float: left;
  width: 40%;
}
.shopping-desktop .selected-rooms .balance {
  background: #f5fcff;
}
.scroll-container {
  margin-bottom: 20px !important;
}
.booking-alert {
  background: #f5fcff;
}
.button-wrap {
  background: #f5fcff;
}
.shopping-desktop .selected-rooms .selected-group .selected-room.ai_adult_item span:not(.quantity) {
  font-size: 16px;
  color: #787878;
  font-family: "lato-light", sans-serif;
  padding: 0;
}
.shopping-desktop .selected-rooms .selected-group .selected-room h5 {
  width: 100% !important;
  text-align: left;
  margin-top: 0px;
}
.shopping-desktop .selected-rooms .selected-group .selected-room .elimina_room {
  top: 9px;
  right: 12px;
  width: 60px;
  left: auto;
}

.children-ages ::placeholder {
  color: #9b9b9b !important;
}

input.datepick-child.required-field.children-dates {
  border-color: #9b9b9b !important;
}



@media (max-width: 992px) {
  #form-reserva .shopping-title {
    top: 0 !important;
  }
  #form-reserva.active .shopping-desktop.mobile-hidden {
    bottom: 0px !important;
  }
  #form-reserva .shopping-desktop.mobile-hidden {
    width: 100% !important;
    left: 0 !important;
    bottom: -240px !important;
  }
  .shopping-desktop.mobile-hidden .selected-rooms .selected-group .selected-room {
    font-size: 16px;
  }
  .shopping-desktop.mobile-hidden .selected-rooms .btn.type1 {
    display: block;
    margin: 10px auto;
  }
  .shopping-desktop .selected-rooms {
    height: auto !important;
  }
}





