/* ------------------------------------------------------------
    BASE CRUCEROS
------------------------------------------------------------ */

/*Promo Crucero*/
.text-cruices-promo {
  font-size:28px;
  font-family:helvetica;
  font-weight:bold;
  color:#71d90b;
  text-transform:uppercase;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/* Hero image */
.hero-cruceros {
  width: 100%;
  height: 500px;
}
.hero-cruceros.back-module img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.hero-cruceros.back-module .hero-cruceros__txt .hero-logo__top {
  background-color: transparent;
}
.hero-cruceros .hero-cruceros__description .hero-cruceros__description--text {
  font-family: "montserrat-light", sans-serif;
}
.hero-logo__top {
  position: absolute;
  width: 155px;
  height: 80px;
  top: 150px;
  float: right;
  right: 0;
  background-color: #ffffff;
}
.hero-logo__top .hero-logo__figure {
  position: relative;
}
.hero-logo__top .hero-logo__figure .hero-logo__img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: right;
  height: 100%;
  padding: 10px;
}
.hero-cruceros__txt {
  width: 100%;
  z-index: 2;
  color: #fff;
}
.hero-cruceros__txt,
.hero-cruceros__txt .container {
  height: 500px;
  position: relative;
}
.hero-cruceros__txt h2,
.hero-cruceros__txt h3,
.hero-cruceros__txt h4,
.hero-cruceros__txt h5,
.hero-cruceros__txt h6 {
  color: #fff;
}
.hero-cruceros__txt article {
  position: absolute;
  bottom: 40px;
  left: 15px;
  padding-right: 30px;
}
/* shade color 5 */
.shade.shade--color5 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.shade.shade--color6 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
}
.black-bg {
  background-color: #0F0B09;
}
/* Selection */
.selection-field {
  width: 100%;
  position: relative;
}
.selection__open {
  width: 100%;
  display: block;
  height: auto;
  line-height: 39px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #21c1f1;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.selection__open i {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 22px;
  color: #fff;
}
.selection__open small {
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.selection__open.active i:before {
  content: "\f106";
}
.selection__hide {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  box-shadow: 0 24px 28px rgba(0, 0, 0, 0.2);
  background: #F5F6F7;
  padding: 10px;
  color: #767675;
  display: none;
  z-index: 10;
}
.selection__scroll {
  height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.selection__hide h6 {
  color: #222222;
  font-size: 14px;
  margin-bottom: 10px;
}
.selection__row {
  margin-bottom: 10px;
}
.selection__row:last-child {
  margin-bottom: 0;
}
.selection__row ol {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.selection__span {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.selection__span .special--check,
.selection__span p {
  float: left;
}
.selection__span .special--check {
  margin-right: 10px;
}
.selection__span p {
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  width: 80%;
}
.selection__span .special--check label {
  border: 1px solid #D4D4D4;
  background: #fff;
}
.selection__span .special--check input[type="checkbox"]:checked + label i {
  color: #fff;
}
.crucero__name {
  font-family: "montserrat-light", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
.cruceros__send {
  padding-top: 23px;
}
.cruceros__send button.btn {
  width: 100%;
}
.cruceros__advanced {
  position: absolute;
  right: 15px;
  top: 0;
  color: #fff;
  z-index: 1;
}
.cruceros__advanced i {
  margin-left: 5px;
}
.cruceros__advanced span:last-child {
  display: none;
}
.cruceros__advanced.active {
  color: #21c1f1;
}
.cruceros__advanced.active span:first-child {
  display: none;
}
.cruceros__advanced.active span:last-child {
  display: block;
}
.cruceros-form {
  margin-bottom: 20px;
}
.cruceros-form:last-child {
  margin-bottom: 0;
}
.cruceros-form input {
  height: 39px;
}
.cruceros-form .crucero__item .selection__scroll .selection__row .selection__span .check--radio {
  /*label {
							display: none;
						}*/
}
.cruceros-form .crucero__item .selection__scroll .selection__row .selection__span .check--radio input[type="radio"] {
  height: auto;
  width: 18px;
  top: 0;
}
.advanced-hide {
  display: none;
}
.hero-cruceros__title {
  margin-bottom: 60px;
}
/* Module */
.module-row {
  padding: 30px 0;
  width: 100%;
}
.module-row.module--bottom {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}
.module-row.module--bottom.block-place {
  padding: 30px 0;
}
/* Head title */
.head-title {
  width: 100%;
  margin-bottom: 20px;
}
.head-title h3,
.head-title h4,
.head-title h5,
.head-title h6 {
  margin: 0;
  float: left;
  color: #21c1f1;
  font-size: 24px;
  line-height: 30px;
}
.head-title a {
  float: right;
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
}
.head-title.head--color1 h3,
.head-title.head--color1 h4,
.head-title.head--color1 h5,
.head-title.head--color1 h6 {
  margin: 0;
  float: left;
  color: #4A4A4A;
  font-size: 24px;
  line-height: 30px;
}
/* local nav section */
section.local-nav {
  padding-bottom: 0;
}
.local-nav {
  margin-bottom: 20px;
}
.local-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* block list */
.block-list {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  z-index: 1;
}
.block__item {
  margin-bottom: 30px;
}
.block__link {
  background: url(/assets/images/cruceros/images/destiny-none-image.jpg) center center no-repeat;
  background-size: cover;
}
.block__item article {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.block__item article h3,
.block__item article h4,
.block__item article h5,
.block__item article h6 {
  color: #fff;
  position: absolute;
  font-size: 24px;
  width: 80%;
  text-align: center;
  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%);
}
.block__item .btn {
  position: absolute;
  bottom: 20px;
  width: 100px;
  padding: 0;
  height: 27px;
  font-size: 16px;
  line-height: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block__link {
  height: 288px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  border: 3px solid transparent;
}
.block__link:hover {
  border-color: #21c1f1;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}
.block__link .shade {
  width: 101%;
}
/* promo */
.promo__photo {
  padding-left: 0;
}
.photo__inner {
  height: 320px;
  background: #ebebeb;
}
.photo__name,
.search-results .photo__inner .photo__text {
  position: absolute;
  left: 15px;
  bottom: 80px;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
.promo__title {
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.promo__title p {
  font-size: 16px;
  color: #999999;
  margin: 0;
}
.promo__title h4,
.promo__title h5,
.promo__title h6 {
  margin: 0;
  font-size: 18px;
  font-family: "montserrat-light", sans-serif;
}
.promo__txt {
  width: 100%;
  margin-bottom: 10px;
}
.promo__txt ol {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.promo__txt ol li {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.promo__txt ol li p {
  margin: 0;
  font-size: 16px;
}
.promo__txt ol li div p {
  color: #4A4A4A;
  font-weight: bold;
  font-family: "lato-regular", sans-serif;
}
.promo__info {
  width: 100%;
  margin-bottom: 15px;
}
.promo__info p {
  font-size: 14px;
  color: #999999;
}
.promo__btn .btn {
  width: 150px;
  padding: 0;
  height: 27px;
  line-height: 25px;
  font-size: 16px;
}
.promo__btn .btn.btn-narrow {
  width: 120px;
}
.promo__btn .btn.btn-narrow:first-child {
  margin-right: 10px;
}
.promo__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  text-align: right;
  z-index: 2;
  background: #37C98B;
  width: 100%;
  height: 65px;
}
.promo__badge h5,
.promo__badge h6 {
  font-size: 13px;
  margin: 0;
  color: #fff;
}
.promo__badge p {
  font-size: 14px;
}
.promo-carousel {
  padding: 0 30px;
}
.promo-carousel .slick-arrow {
  position: absolute;
  border: 0;
  font-size: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-carousel .slick-arrow.slick-next {
  right: 0px;
}
.promo-carousel .slick-arrow.slick-prev {
  left: 0px;
}
.promo-carousel .slick-arrow.slick-disabled {
  opacity: .2;
  pointer-events: none;
  background: #adadad;
}
.promo__item {
  padding: 0 0 0 15px;
}
.promo__photo,
.promo__data {
  float: inherit;
}
.promo__data {
  border: 2px solid #b4b3b3;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 0;
}
/* Logo list */
.logo-list {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.logo__item {
  text-align: center;
  margin-bottom: 20px;
  width: 20%;
  padding: 0 15px;
}
.logo__item:hover div {
  background: #edf0f2;
}
.logo__item div {
  background: #F7F7F7;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 15px;
}
.logo__item div img {
  width: 140px;
  height: 60px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
/* Favorite module */
.favorite-module {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.favorite-module input {
  opacity: 0;
}
.favorite-module input:checked + label {
  color: #E93F33;
}
.favorite-module input,
.favorite-module label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.favorite-module label {
  color: #fff;
  font-size: 27px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.favorite-module.favorite-module__special {
  position: relative;
  left: 0;
  top: -15px;
}
.block-combo .subtitle {
  margin-top: 40px;
}
.block-combo .block-combo__subtitle {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.block-combo .block-combo__logo {
  position: relative;
  padding: 90px 40px;
  background-color: #efefef;
}
.block-combo .block-combo__item {
  position: relative;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-combo .block-combo__images {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0 5px 0;
  display: inline-block;
}
.block-combo .block-combo__images .block-combo__card {
  background: url(/assets/images/cruceros/images/destiny-none-horizontal-image.jpg) center center no-repeat;
  background-size: cover;
}
.block-combo .block-combo__images .col-style {
  padding-bottom: 30px;
}
.block-combo .block-combo__card {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.block-combo .block-combo__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #ebebeb;
}
.block-combo .block-combo__card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(36, 37, 41, 0.22) 0%, rgba(36, 37, 41, 0.22) 0%, #242529 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36, 37, 41, 0.22)), color-stop(0%, rgba(36, 37, 41, 0.22)), color-stop(100%, #242529));
  background: -webkit-linear-gradient(top, rgba(36, 37, 41, 0.22) 0%, rgba(36, 37, 41, 0.22) 0%, #242529 100%);
  background: -o-linear-gradient(top, rgba(36, 37, 41, 0.22) 0%, rgba(36, 37, 41, 0.22) 0%, #242529 100%);
  background: -ms-linear-gradient(top, rgba(36, 37, 41, 0.22) 0%, rgba(36, 37, 41, 0.22) 0%, #242529 100%);
  background: linear-gradient(to bottom, rgba(36, 37, 41, 0.22) 0%, rgba(36, 37, 41, 0.22) 0%, #242529 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242529', endColorstr='#242529', GradientType=0);
  z-index: 2;
}
.block-combo .block-combo__text {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #ffffff;
  font-family: "lato-regular", sans-serif;
  z-index: 3;
}
.block-combo .block-combo__content {
  border-top: 1px solid #cccccc;
  padding-top: 50px;
  padding-bottom: 15px;
}
.block-combo .block-combo__content:first-of-type {
  border-top: 0;
}
.block-combo__table {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 40px;
}
.block-combo__table .table,
.block-combo__table .tables,
.block-combo__table th,
.block-combo__table thead {
  border: transparent;
}
.block-combo__table .table,
.block-combo__table .tables {
  background-color: #f7f7f7;
}
.block-combo__table .table thead th,
.block-combo__table .tables thead th {
  border: transparent;
}
.block-combo__table .bg-gray {
  background-color: #efefef;
}
.block-combo__table .bg-gray th {
  color: #323232;
  font-family: "lato-regular", sans-serif;
}
.block-icons {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
.block-icons .block-icons__content {
  padding-bottom: 30px;
}
.block-icons .block-icons__text {
  font-size: 14px;
  line-height: 16px;
}
.block-icons .block-icons__item {
  position: relative;
  width: 10%;
  float: left;
}
.block-icons .block-icons__item p {
  text-align: center;
}
.block-icons .block-icons__item .icon-sa {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-icons .block-icons__item .icon-sa.icon-lavanderia {
  background: url(../images/cruceros/images/icon/icon-lavanderia.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-recepcion {
  background: url(../images/cruceros/images/icon/icon-recepcion.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-recamarista {
  background: url(../images/cruceros/images/icon/icon-recamarista.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-caja {
  background: url(../images/cruceros/images/icon/icon-caja-seguridad.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-estacionamiento {
  background: url(../images/cruceros/images/icon/icon-estacionamiento.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-internet {
  background: url(../images/cruceros/images/icon/icon-internet.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-elevador {
  background: url(../images/cruceros/images/icon/icon-elevador.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-salon-conferencias {
  background: url(../images/cruceros/images/icon/icon-salon-conferencias.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-salon-belleza {
  background: url(../images/cruceros/images/icon/icon-salon-belleza.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-servicio {
  background: url(../images/cruceros/images/icon/icon-desayuno.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-renta-autos {
  background: url(../images/cruceros/images/icon/icon-renta-de-autos.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-actividades {
  background: url(../images/cruceros/images/icon/icon-actividades.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-auxilios {
  background: url(../images/cruceros/images/icon/icon-auxilios.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-bar {
  background: url(../images/cruceros/images/icon/icon-bar.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-cafeteria {
  background: url(../images/cruceros/images/icon/icon-cafeteria.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-concierge {
  background: url(../images/cruceros/images/icon/icon-concierge.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-descanso {
  background: url(../images/cruceros/images/icon/icon-descanso.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-discapacitados {
  background: url(../images/cruceros/images/icon/icon-discapacitados.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-entretenimiento {
  background: url(../images/cruceros/images/icon/icon-entretenimiento.svg) no-repeat center center;
}
.block-icons .block-icons__item .icon-sa.icon-gimnasio {
  background: url(../images/cruceros/images/icon/icon-gimnasio.svg) no-repeat center center;
}
.subtitle-block {
  font-family: "montserrat-light", sans-serif;
  margin-bottom: 50px;
  font-size: 24px;
}
.subtitle-block.subtitle-block__big {
  font-size: 28px;
}
.block-module {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 50px 0;
}
.block-module:last-child {
  border-bottom: 0;
}
.carousel-default .carousel-default__content {
  padding: 0 30px;
}
.carousel-default .carousel-default__item {
  padding: 0 10px;
}
.carousel-default .carousel-default__text {
  font-family: "montserrat-light", sans-serif;
  padding-top: 20px;
}
.carousel-default .slick-arrow {
  position: absolute;
  border: 0;
  font-size: 50px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-default .slick-arrow.slick-next {
  right: 0px;
}
.carousel-default .slick-arrow.slick-prev {
  left: 0px;
}
.carousel-default .slick-arrow.slick-disabled {
  opacity: .2;
  pointer-events: none;
}
.carousel-default__head .subtitle-block,
.carousel-default__head .link-blue {
  float: left;
}
.carousel-default__head .link-blue {
  right: 0;
  float: right;
  font-family: "montserrat-regular", sans-serif;
}
.slider-inside .slider-inside__item {
  position: relative;
}
.slider-inside .icon-square {
  position: absolute;
  height: 30px;
  width: 30px;
  float: right;
  right: 20px;
  bottom: 20px;
  background: url(../images/icons/icon-gallery.svg) no-repeat center center;
}
.slider-inside__content .slick-arrow {
  position: absolute;
  color: #ffffff;
  border: 0;
  font-size: 50px;
  background-color: transparent;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-inside__content .slick-arrow.slick-next {
  right: 0px;
  padding-right: 30px;
}
.slider-inside__content .slick-arrow.slick-prev {
  left: 0px;
  padding-left: 30px;
}
.slider-inside__content .slick-arrow.slick-disabled {
  opacity: .2;
  pointer-events: none;
}
.lightboxBasic-slider,
.lightboxBasic-slider-2 {
  left: -100%;
  opacity: 0;
  pointer-events: none;
  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;
  display: block !important;
}
.lightboxBasic-slider.active,
.lightboxBasic-slider-2.active {
  left: 0;
  opacity: 1;
  pointer-events: initial;
}
.lightboxBasic-slider .modal-close,
.lightboxBasic-slider-2 .modal-close {
  color: #ffffff;
  font-size: 40px;
  top: -60px;
  position: absolute;
  right: -10px;
  text-decoration: none;
}
.lightboxBasic-slider .modal-close:hover,
.lightboxBasic-slider-2 .modal-close:hover {
  color: #21c1f1;
}
.lightboxBasic-slider .modal-content,
.lightboxBasic-slider-2 .modal-content {
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: 500px;
}
.lightboxBasic-slider .modal-content .slider-inside__img,
.lightboxBasic-slider-2 .modal-content .slider-inside__img {
  object-fit: cover;
  height: auto;
}
.lightboxBasic-slider .slider-inside__caption,
.lightboxBasic-slider-2 .slider-inside__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;
}
.lightboxBasic-slider .slider-inside__caption p,
.lightboxBasic-slider-2 .slider-inside__caption p {
  font-size: 18px;
}
.card-simple .card-simple__content {
  padding-bottom: 30px;
}
.card-simple .card-simple__description {
  padding-bottom: 25px;
}
.card-simple .card-simple__text {
  padding: 10px 0;
}
.card-simple .card-simple__text:last-of-type {
  padding: 0;
}
.card-simple .card-simple__dark {
  font-family: "lato-regular", sans-serif;
  color: #323232;
}
.card-simple .btn-small {
  font-size: 16px;
  width: 160px;
  padding: 0;
}
.card-simple__subtitle:first-of-type {
  font-family: "montserrat-light", sans-serif;
  color: #323232;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
.card-text__text {
  padding-top: 10px;
}
.card-text .icon-chat {
  position: relative;
  height: 30px;
  width: 35px;
  background: url(../images/cruceros/images/icon/icon-chat.svg) no-repeat center center;
  margin-right: 10px;
  float: left;
  top: 9px;
}
.card-text .link-green__text {
  font-size: 16px;
  float: left;
  position: relative;
  top: 12px;
  text-decoration: underline;
}
.link-green {
  color: #37c98b;
  font-family: "montserrat-regular", sans-serif;
  font-size: 16px;
}
.card-text__head .subtitle-block,
.card-text__head .link-green {
  float: left;
}
.card-text__head .link-green {
  float: right;
}
.scroll-css {
  position: absolute;
  display: inline-block;
  height: 100px;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  top: -50px;
}
.nav-pin__scroll.active-scroll {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.selection-field.selection-field__tabs {
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
.selection-field.selection-field__tabs .selection__open .fa-angle-down {
  color: #787878;
}
.selection-field.selection-field__tabs .selection__hide {
  position: relative;
  top: 10px;
  box-shadow: none;
  background-color: transparent;
}
.selection-field.selection-field__tabs .selection-field__small {
  font-family: "montserrat-light", sans-serif;
  font-size: 18px;
  color: #323232;
}
.selection-field.selection-field__tabs .selection-field__subtitle {
  font-size: 16px;
  font-family: "lato-regular", sans-serif;
  margin-bottom: 15px;
}
.selection-field.selection-field__tabs .selection-field__subtitle:last-of-type {
  margin-top: 15px;
  margin-bottom: 0;
}
.selection-field.selection-field__tabs .selection-field__subtitle .selection-field__span {
  font-family: "lato-light", sans-serif;
}
.selection-field__content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.selection-field__content .ps__rail-x {
  display: none !important;
}
.selection-field__content .row {
  margin: 0;
}
.selection-field__content .selection-field__tabs .selection__open .selection-field__small {
  width: 100%;
  padding-right: 15px;
  display: inline-block;
}
.selection-field__content.active .shadow-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
  animation-direction: normal;
  animation-duration: 1.2s;
  background: -moz-linear-gradient(top, #ffffff 12%, rgba(255, 255, 255, 0.85) 73%, rgba(254, 254, 254, 0.79) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(12%, #ffffff), color-stop(73%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(254, 254, 254, 0.79)));
  background: -webkit-linear-gradient(top, #ffffff 12%, rgba(255, 255, 255, 0.85) 73%, rgba(254, 254, 254, 0.79) 100%);
  background: -o-linear-gradient(top, #ffffff 12%, rgba(255, 255, 255, 0.85) 73%, rgba(254, 254, 254, 0.79) 100%);
  background: -ms-linear-gradient(top, #ffffff 12%, rgba(255, 255, 255, 0.85) 73%, rgba(254, 254, 254, 0.79) 100%);
  background: linear-gradient(to bottom, #ffffff 12%, rgba(255, 255, 255, 0.85) 73%, rgba(254, 254, 254, 0.79) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefefe', GradientType=0);
}
.selection-field__content.active .shadow-bottom {
  background: transparent;
}
.selection-field__content .shadow-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
  animation-direction: normal;
  animation-duration: 1.2s;
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 0.79) 0%, rgba(255, 255, 255, 0.85) 27%, #ffffff 88%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 0.79)), color-stop(27%, rgba(255, 255, 255, 0.85)), color-stop(88%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 0.79) 0%, rgba(255, 255, 255, 0.85) 27%, #ffffff 88%);
  background: -o-linear-gradient(top, rgba(254, 254, 254, 0.79) 0%, rgba(255, 255, 255, 0.85) 27%, #ffffff 88%);
  background: -ms-linear-gradient(top, rgba(254, 254, 254, 0.79) 0%, rgba(255, 255, 255, 0.85) 27%, #ffffff 88%);
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0.79) 0%, rgba(255, 255, 255, 0.85) 27%, #ffffff 88%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ffffff', GradientType=0);
}
.col-hidden {
  overflow: hidden;
}
.zoom {
  width: 100%;
  height: 300px;
  display: inline-block;
  position: relative;
}
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}
.zoom img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.zoom img::selection {
  background-color: transparent;
}
.nav-tabs {
  background-color: #191919;
}
.nav-tabs .nav-tabs__list {
  list-style: none;
}
.nav-tabs .nav-tabs__item {
  width: 16.6%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 !important;
}
.nav-tabs .nav-tabs__link {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
.nav-tabs .nav-tabs__link.active {
  color: #21c1f1;
}
.nav-tabs .nav-tabs__link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #21c1f1;
  bottom: 0;
  left: 0;
}
#stickThis {
  padding: 5px;
  background-color: #ccc;
  font-size: 1.5em;
  width: 300px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #444;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#stickThis.stick {
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
/* Search results */
.search-results .promo__item {
  margin-bottom: 20px;
}
.search-results .photo__inner {
  height: 100%;
}
.search-results .photo__inner .photo__text {
  bottom: 22px;
}
.results-grid .row {
  display: flex;
  flex-wrap: wrap;
}
.results-grid .promo__item {
  padding: 0 0 0 15px;
}
.no-results {
  padding: 45px 20px 0px 20px;
  text-align: center;
}
.no-results .no-result-alert {
  font-size: 46px;
  color: #545454;
  margin-bottom: 20px;
}
.toggle-view-container {
  width: 100px;
  background-color: #efefef;
  padding: 5px 10px;
  display: flex;
  justify-content: space-around;
  border-radius: 5px;
}
.toggle-view-container .toggle-view-item {
  padding: 5px;
  cursor: pointer;
}
.toggle-view-container .toggle-view-item i {
  font-size: 21px;
  line-height: 21px;
  color: #787878 !important;
}
.toggle-view-container .toggle-view-item:hover i,
.toggle-view-container .toggle-view-item.active i {
  color: #21c1f1 !important;
}
.results-grid h4 {
  font-size: 15px !important;
}
.results-grid .promo__txt ol li p {
  font-size: 14px;
  line-height: 16px;
}
.results-grid .promo__txt article {
  padding-right: 0 !important;
}
.results-grid .btn.btn-narrow {
  width: 100px;
}
.filters .selection-field {
  width: 90%;
}
.filters .selection__open {
  background-color: #efefef;
  font-family: 'montserrat-regular';
  color: #000;
}
.filters .selection__open i {
  color: #787878;
}
.filters .selection__hide {
  position: unset;
  margin: 1px 0 10px;
  box-shadow: none;
}
.filters h6 {
  font-family: 'lato-bold';
}
.hero-cruceros.compact {
  height: 200px;
}
.hero-cruceros.compact .hero-cruceros__txt {
  height: 200px;
}
.hero-cruceros.compact .container {
  height: 200px;
}
.js-show-filters {
  pointer-events: none;
}
.js-show-filters i {
  display: none;
}
.modal {
  display: block;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
.modal-contents {
  padding: 40px 80px;
  border-radius: 3px;
  width: 75%;
  z-index: 4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: auto;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 40px 62px -16px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 40px 62px -16px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 40px 62px -16px rgba(0, 0, 0, 0.55);
  height: auto;
}
.close {
  color: lightgray;
  font-size: 51px;
  line-height: 28px;
  font-weight: bold;
  position: fixed;
  right: 18px;
  top: 18px;
  width: 32px;
  height: 32px;
  transition: all .6s;
  text-align: center;
  -webkit-box-shadow: 0px 10px 63px -26px rgba(0, 0, 0, 0.88);
  -moz-box-shadow: 0px 10px 63px -26px rgba(0, 0, 0, 0.88);
  box-shadow: 0px 10px 63px -26px rgba(0, 0, 0, 0.88);
  border-radius: 50%;
  font-size: 39px;
  line-height: 32px;
}
.close:hover,
.close:focus {
  color: #21c1f1;
  text-decoration: none;
  cursor: pointer;
}
.modal-login .modal-content-login .content-login {
  padding: 22px;
}
.modal-login .modal-content-login .text-primary {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-bottom: 17px;
}
.modal-login .modal-content-login .modal-login__cta {
  position: relative;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.tooltips {
  max-width: 300px;
  height: auto;
  background-color: pink;
  margin: 0 auto;
  position: absolute;
  padding: 10px;
  display: none;
  transition: all .5s ease;
  border: 1px solid #21c1f1;
  background-color: #ffffff;
  color: #787878;
  border-radius: 3px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}
.fa-info-circle {
  padding: 0 5px;
}
/*.fa-info-circle:hover~.tooltips {
	display: block;
	opacity: 1;
}*/
.modal.availability .summary .summary__header {
  margin-bottom: 20px;
}
.modal.availability .summary .summary__header h4 {
  font-size: 20px;
  color: #787878;
}
.modal.availability .summary .summary__item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.modal.availability .summary .summary__item h4 {
  font-family: "lato-regular", sans-serif;
  color: #21c1f1;
  font-size: 20px;
}
.modal.availability .summary .summary__item ol li .light p {
  font-family: 'lato-light';
}
.modal.availability .summary .summary__item article {
  padding-right: 0;
}
.modal.availability .summary .summary__item article p {
  font-weight: bold;
  font-family: "lato-regular", sans-serif;
}
.modal.availability .summary .summary__item a {
  text-decoration: underline;
}
.modal.availability .summary .summary__item a:hover {
  text-decoration: none;
}
.modal.availability .summary .summary__total {
  margin: 50px 0 25px;
}
.modal.availability .summary .summary__total .labels div p {
  color: #787878;
  font-family: "lato-regular", sans-serif;
}
.modal.availability .summary .summary__total .labels article p {
  color: #787878;
  font-family: "lato-regular", sans-serif;
}
.modal.availability .summary .summary__total .total-quantities .cv {
  border-right: 1px solid #cccccc !important;
}
.modal.availability .summary .summary__total .total-quantities .cv p {
  font-family: "lato-bold", sans-serif;
  color: #787878;
}
.modal.availability .summary .summary__total .total-quantities article p {
  font-family: "lato-bold", sans-serif;
  color: #21c1f1;
}
.modal.availability .summary .btn.type1 {
  width: 80%;
}
.modal.availability .options select {
  border: 1px solid #21c1f1;
  background-color: #ffffff;
}
.modal.availability .options .selection-field {
  width: 100%;
  text-align: left;
}
.modal.availability .options .selection-field a {
  font-family: "lato-bold", sans-serif;
  color: #787878;
}
.modal.availability .options .selection-field a small {
  font-size: 20px;
}
.modal.availability .options .selection__hide {
  padding: 15px;
}
.modal.availability .options .selection__hide .option__prices {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.modal.availability .options .selection__hide .option__prices li {
  margin-left: 0;
  font-size: 18px;
}
.modal.availability .options .selection__hide .option__prices li i {
  color: #21c1f1;
  cursor: pointer;
}
.modal.availability .options .selection__hide .option__settings {
  margin-bottom: 20px;
}
.modal.availability .options .selection__hide .option__settings h3 {
  color: #21c1f1;
  font-size: 20px;
  font-family: "lato-regular", sans-serif;
  margin-bottom: 10px;
}
.modal.availability .options .selection__hide .option__settings .numbers {
  margin-left: -15px;
}
.modal.availability .options .selection__hide .option__settings .numbers li div {
  margin-bottom: 4px;
}
.modal.availability .options .selection__hide .option__settings .numbers li article {
  margin-bottom: 4px;
}
.modal.availability .options .selection__hide .option__settings .numbers li article .number-container {
  width: 40px;
  text-align: center;
  display: inline-block;
}
.modal.availability .options .selection__hide .option__settings .numbers li article p {
  position: relative;
  margin: 0 10px;
  color: #21c1f1;
  font-family: "lato-bold", sans-serif;
}
.modal.availability .options .selection__hide .option__settings .numbers li article i {
  font-size: 20px;
  color: #9b9b9b;
}
.modal.availability .options .selection__hide .option__settings .numbers li article i:hover {
  color: #21c1f1;
  cursor: pointer;
}
.modal.availability .options .selection__hide .btn.type1 {
  width: 100px;
  padding: 0;
  font-size: 17px;
  background-color: #21c1f1;
  color: #ffffff;
}
.modal.availability .options .selection__hide .btn.type1:hover {
  background-color: #22b9e6 !important;
  border-color: #22b9e6 !important;
}
.local-nav__item {
  display: inline-block;
}
.local-nav__item a {
  text-decoration: none;
}
.btn-localnav {
  width: 150px;
  height: 80px;
  background-color: #f7f7f7;
  color: #787878;
  text-decoration: none;
  font-family: "montserrat-regular", sans-serif;
  padding-top: 48px;
  position: relative;
  transition: all .3s ease;
}
.btn-localnav p {
  font-size: 16px;
}
.btn-localnav.trayectos-icon:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: url(../images/cruceros/icons/icon-trayectos--gray.svg) no-repeat center center;
}
.btn-localnav.naviera-icon:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: url(../images/cruceros/icons/icon-naviera--gray.svg) no-repeat center center;
}
.btn-localnav.promos-icon:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: url(../images/cruceros/icons/icon-promos--gray.svg) no-repeat center center;
}
.btn-localnav.favs-icon:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: url(../images/cruceros/icons/icon-favoritos--gray.svg) no-repeat center center;
}
.btn-localnav:hover,
.btn-localnav.active {
  background-color: #21c1f1;
  color: #ffffff;
}
.btn-localnav:hover.trayectos-icon:before,
.btn-localnav.active.trayectos-icon:before {
  background: url(../images/cruceros/icons/icon-trayectos--white.svg) no-repeat center center;
}
.btn-localnav:hover.naviera-icon:before,
.btn-localnav.active.naviera-icon:before {
  background: url(../images/cruceros/icons/icon-naviera--white.svg) no-repeat center center;
}
.btn-localnav:hover.promos-icon:before,
.btn-localnav.active.promos-icon:before {
  background: url(../images/cruceros/icons/icon-promos--white.svg) no-repeat center center;
}
.btn-localnav:hover.favs-icon:before,
.btn-localnav.active.favs-icon:before {
  background: url(../images/cruceros/icons/icon-favoritos--white.svg) no-repeat center center;
}
table {
  border-collapse: collapse;
}
.tables,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.tables th,
.tables td,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th,
.tables thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody,
.tables tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table,
.table .tables {
  background-color: #fff;
}
/* ------------------------------------------------------------
      AVAILABILITY
  ------------------------------------------------------------ */
.children-ages label .tooltips {
  width: 180px;
}
.children-ages label i {
  color: #21c1f1;
}
.modal.availability .selection-field .selection__hide .selection-field__cta .link-blue.active {
  display: none;
}
.modal.availability .selection-field .selection__hide .selection-field__cta .link-blue .icon-plus {
  position: relative;
  height: 20px;
  width: 20px;
  background: url(../images/cruceros/icons/icon-plus.svg) no-repeat center center;
  background-size: 100%;
  top: 4px;
  margin-right: 10px;
}
.modal.availability .selection-field .selection__hide .selection-field__cta .btn,
.modal.availability .selection-field .selection__hide .selection-field__cta .link-blue {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.js-slick-crucero .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background: #21c1f1;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50%;
  z-index: 999;
}
.js-slick-crucero .slick-prev {
  left: -30px;
}
.js-slick-crucero .slick-next {
  right: -30px;
}
/* ------------------------------------------------------------
      END CRUCEROS CSS/LESS
  ------------------------------------------------------------ */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.btn.type1--gray {
  border-color: #9b9b9b;
  color: #9b9b9b;
}
.btn.type1--gray:hover {
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
  color: #ffffff;
}
/* Scrollbar */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
   * Scrollbar rail styles
   */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 1;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 6px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #D8D8D8;
  height: 100%;
  top: 0 ;
  z-index: 2;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #D8D8D8;
  opacity: 0.9;
}
/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 0;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 0;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #9B9B9B;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #9B9B9B;
  width: 6px;
}
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Scroll bar */
.barco__content {
  height: 320px;
}
.block-combo .barco__content {
  overflow: auto !important;
}
/* map combo item */
.map-combo__item {
  background: #ebebeb;
}
/* Hero fix */
.selection__span input[type="radio"] {
  height: auto;
  width: 18px;
  top: 0;
}
.special--check.check--radio label {
  border-radius: 50%;
  top: 3px;
  left: 1px;
}
.special--check.check--radio input[type="radio"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.special--check.check--radio input[type="radio"]:checked + label {
  background: #21c1f1;
  border: 1px solid #21c1f1;
}
.special--check.check--radio input[type="radio"]:checked + label i {
  opacity: 1;
}
.search-results .results-grid .btn.btn-narrow {
  width: 48%;
}
.search-results .results-grid .btn.btn-narrow:first-child {
  margin-right: 2%;
}
/* Selection open fix */
.selection-field__content .selection-field .selection__open {
  border: 0;
}
/* hero trayecto inner */
body.trayecto--interior .hero-cruceros {
  height: auto;
}
body.trayecto--interior .hero-cruceros .trayecto-back .data-back article {
  position: absolute;
  float: right;
  right: 0;
}
body.trayecto--interior .hero-cruceros .trayecto-back .data-back article h4 {
  position: absolute;
  font-size: 1.5rem;
}
body.trayecto--interior .hero-cruceros__txt,
body.trayecto--interior .hero-cruceros__txt .container {
  height: 620px;
}
/* back btn */
.hero-cruceros .trayecto-back {
  position: absolute;
  top: 170px;
  width: 200px;
}
.hero-cruceros .trayecto-back .data-back {
  top: 0;
  padding: 10px;
  width: 220px;
}
.hero-cruceros .trayecto-back .data-back img {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  transform: inherit;
}
.hero-cruceros .trayecto-back .data-back article {
  position: relative;
  left: initial;
  padding: 0;
  margin-top: 4px;
  bottom: 0;
}
.hero-cruceros .trayecto-back .data-back article h4 {
  margin: 0;
  font-size: 14px;
}
/* autocomplete */
#ui-id-1 {
  position: absolute !important;
}
#ui-id-2 {
  position: inherit !important;
}
/* Promo list */
.promo-list .promo__item {
  margin-bottom: 30px;
}
/* Local nav */
.local-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.local-nav ul .btn-localnav {
  height: 100%;
  padding-bottom: 10px;
}
.local-nav ul .btn-localnav p {
  padding-top: 10px;
}
/* module nav */
.module--nav {
  padding-bottom: 0;
}
/* subtitle navieras */
.block-combo .subtitle--pt {
  margin-top: 0;
}
.form-reservacion__datos_form .tooltips {
  left: 34%;
}
.form-reservacion__datos_form .fila .input-combo-simple .tooltips {
  left: 22%;
  margin-top: 3px;
}
.block-combo .block-combo__card .naviera-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.block-combo .block-combo__card .naviera-logo img {
  position: absolute;
  left: 0;
  top: 0;
}
/* Resultados de busqueda */
.search-results .results .promo__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0px 5px;
}
.search-results .results .promo__photo {
  padding-right: 0;
}
.search-results .results .promo__photo .photo__inner {
  min-height: 320px;
}
.search-results .results .promo__data {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 320px;
}
.search-results .results.results-grid .promo__photo .photo__inner {
  height: 100%;
}
.search-results .results.results-grid .promo__data {
  height: 100%;
}
/* Promo list */
.promo-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.promo-list .promo__item {
  display: flex;
  flex-wrap: wrap;
}
.promo-list .promo__item .photo__inner {
  height: 100%;
}
.promo-list .promo__item .promo__photo {
  padding-right: 0;
}
.promo-list .promo__data {
  height: 100%;
  border: 2px solid #b4b3b3;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 0;
}
.search-results .results .results-grid .promo__item {
  padding: 0 0 0 15px;
}
/* card documentos */
.card__documentos .row {
  margin: 0;
}
.row__card-txt {
  display: flex;
  flex-wrap: wrap;
}
/* promo carousel */
.promo-carousel .promo__photo,
.promo-carousel .promo__data {
  height: 370px;
}
.promo-carousel .photo__inner {
  height: 100%;
}
.promo-carousel .promo__photo {
  padding-right: 0;
}
/* Cabinas */
.summary-cabins h4 {
  padding-left: 0;
}
.summary .alert.alert-warning {
  margin: 20px 0;
  border: 0;
  padding: 0;
  background: inherit;
}
.summary .alert.alert-warning p {
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
}
.summary .alert.alert-warning p i {
  margin-right: 10px;
}
/* selection section */
.selection-field__cta .link-blue {
  width: 150px;
  font-size: 17px;
  background: #fff;
  border-radius: 10px;
  height: 31px;
  display: block;
  text-align: center;
  padding: 0;
  color: #21c1f1 !important;
  text-decoration: none;
  border: 1px solid #21c1f1;
  line-height: 26px;
  font-weight: 300;
  font-family: "lato-regular", sans-serif;
}
.selection-field__cta .link-blue:hover {
  background: #ebebeb;
}
.selection-field__cta .btn.type1 {
  height: 31px;
}
.dlt_cabina {
  color: #ea4d4f !important;
  text-decoration: underline;
}
.dlt_cabina:hover {
  color: #d64143 !important;
  text-decoration: none;
}
.div-delete-cabina {
  padding-bottom: 10px;
}
.carousel-default__figure {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* js slick crucero */
.row__card-txt .cards-text__item {
  height: 150px;
  object-fit: cover;
  object-position: top;
}
.js-slick-crucero {
  padding: 0 60px;
}
.js-slick-crucero .slick-list {
  width: 100%;
}
.js-slick-crucero .slick-next {
  right: 0;
}
.js-slick-crucero .slick-prev {
  left: 0;
}
.js-slick-crucero .cards-text__item {
  height: auto;
}
.js-slick-crucero .cards-text__item figure img {
  height: 240px;
  object-fit: cover;
  object-position: top;
  background: #ebebeb;
}
/* open modal */
.slider-open__modal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.slider-open__modal a,
.slider-open__modal .icon-square {
  bottom: 0;
  position: relative;
  right: 10px;
}
.cards-text__ite {
  position: relative;
}
.icon-square {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.card-simple__subtitle + .card-simple__subtitle {
  font-size: 16px;
  padding: 10px 0;
}
/* documentos */
.card__documentos ol,
.card__documentos ul,
.card__documentos li {
  font-size: 18px;
  line-height: 29px;
}
.card__documentos li {
  margin-bottom: 20px;
}
/* atracciones */
.atraccion-item {
  margin-bottom: 30px;
}
/* No sorting */
th.no-sort {
  pointer-events: none;
}
th.no-sort:after {
  display: none;
}
/* Select combo */
.fecha-vencimiento select {
  height: 37px;
  -webkit-appearance: listitem;
  width: 100%;
  color: #4A4A4A;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95%;
  background-size: 10px;
}
/* promo list */
.promo-list.promo-list__card > .subtitle-block {
  width: 100%;
}
/* slick disabled */
.js-slick-crucero .slick-arrow.slick-disabled {
  opacity: .7;
  pointer-events: none;
}
/* promo tabs */
.section__promo .tabs-module ul li {
  width: 33%;
  height: 55px;
  font-size: 16px;
  line-height: 30px;
}
/* filter by */
.filterBy .select-style2 select {
  font-size: 14px;
  padding: 10px 10px !important;
}
/* gallery tool */
.slider-open__modal .gallery--tool {
  position: absolute;
  background: #53c1f1;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding: 0px 10px;
  display: none;
  font-family: "lato-bold", sans-serif;
  z-index: 10;
  bottom: -29px;
  right: 8px;
  width: 104px;
}
/* Logo crucero */
.block-combo__logo {
  padding: 20px;
}
.block-combo__logo .block-combo__item {
  mix-blend-mode: multiply;
  object-fit: contain;
  height: 170px;
  object-position: center;
}
/* data back */
body.trayecto--interior .hero-cruceros .trayecto-back .data-back article h4 {
  position: relative;
  font-size: 14px;
  margin-top: -28px;
}
/* naviera title head */
.naviera--content .naviera__title-head .naviera__img {
  display: none;
}
/* error search */
.error-search {
  width: 100%;
  text-align: center;
  padding: 30px 0 40px 0;
}
.error-search .subtitle-block {
  display: inline-block;
  width: auto;
  margin: 0;
  background: #f7f7f7;
  padding: 20px 40px;
  border-radius: 10px;
  color: #827d7d;
}
/* travel data */
.travel-date {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  color: #788792;
}
.travel-date p {
  font-size: 14px;
  margin: 0;
}
.travel-moves {
  width: 100%;
}
.travel-moves > div {
  margin-bottom: 5px;
  float: left;
}
.data-label {
  font-weight: lighter;
  font-family: "montserrat-light", sans-serif;
  font-size: 14px;
  padding: 5px;
  border-radius: 2px;
  letter-spacing: -0.5px;
}
.data-label.data--in {
  background-color: #53c1f1;
}
.data-label.data--out {
  background-color: #6ad181;
}
.data-label.data--check {
  background-color: #8b9a9e;
}
.data-label.data--desembarque {
  background-color: #e2ad2f;
}
.data-label strong {
  text-transform: lowercase;
}
.selection-field__content .selection-field .selection__open {
  line-height: inherit;
}
.field--day {
  color: #9a9ea0;
}
/* reserva acordeon */
.data--users {
  border-radius: 6px;
  background: #fdfeff;
  margin-left: 10px;
  float: left;
  margin-top: 7px;
  color: #4e4949;
  font-family: "montserrat-light", sans-serif;
  font-size: 13px;
}
.data--users strong {
  color: #53c1f1;
}
.data--users span {
  margin-top: 2px;
}
.data--users span,
.data--users img {
  float: left;
}
.data--users img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.modal.availability .options .selection-field a small {
  float: left;
  width: auto;
}
/* Itinerario */
.selection-field__image {
  padding-left: 0;
  padding-right: 30px;
}
.selection-field__txt {
  padding-left: 0;
}
/* card description */
.card-simple__description {
  position: relative;
}
.card-simple__description .data--users {
  float: right;
  padding: 0;
  background: #fff;
  margin-top: 11px;
  position: absolute;
  right: 0;
  top: 0;
}
.card-simple__bold {
  font-family: "lato-bold", sans-serif;
}
/* slider center */
.carousel-default__content.active-slide {
  padding: 0;
}
.carousel-default__content.active-slide .slick-track {
  margin: 0;
}
/* Chat js fix */
#chat-widget-container {
  left: inherit !important;
  right: 0;
}
/* cabina alert */
.cabina--alert {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  position: relative;
  padding: 10px !important;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 14px;
}
.caracteristicas.tabla--valores table tr td strong {
  font-weight: inherit;
  font-family: inherit;
}
.caracteristicas.tabla--valores table tr td:nth-child(even) {
  font-family: "lato-bold", sans-serif;
  text-align: right;
}
.modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right {
  position: relative;
}
.modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
  width: 70%;
  right: -35%;
  top: -20px;
}
.modulo-pasajero .modulo-pasajero__bloque .fila .input-combo-simple .label-big {
  position: relative;
}
.modulo-pasajero .modulo-pasajero__bloque .fila .input-combo-simple .label-big .tooltips {
  width: 70%;
  right: -35%;
  top: -12px;
}
/* Promo data */
.search-results .promo__item .promo__btn {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.search-results .promo__item .promo__data {
  padding-bottom: 60px;
}
/* Update cruceros card rutes */
.search-results .promo__item .promo__btn {
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}
.result__out:after {
  content: '';
  background: url(/assets/images/cruceros/icons/arrow-corner.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
}
.promo__txt ol li {
  margin-bottom: 5px;
}
.promo__txt ol li div p {
  color: #8e8e8e;
}
.promo__txt ol li p.promo__label-naviera {
  color: #000000;
}
.promo__badge h5 {
  font-family: "montserrat-light", sans-serif;
  font-weight: lighter;
}
.promo__badge h5 span {
  font-weight: bold;
  font-family: "montserrat-regular", sans-serif;
}
.promo__title p.promo__naviera {
  background: #22c1f1;
  display: inline;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 14px;
  border-radius: 5px;
  color: #fff;
}
.naviera__title-head {
  padding: 0 20px;
}
.block-combo .block-combo__content {
  padding-top: 0;
}
.block-list.block--logo-list .back-module figure {
  background-size: 150px;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.block-list.block--logo-list .block__item article h3,
.block-list.block--logo-list .block__item article h4,
.block-list.block--logo-list .block__item article h5,
.block-list.block--logo-list .block__item article h6 {
  font-size: 18px;
  top: 64%;
}
.card-ofertas-promociones .item-card .item-card__body .btn-modal-promo strong {
  color: #323232;
}
/* ------------------------------------------------------------
      MEDIAQUERIES CRUCEROS
  ------------------------------------------------------------ */
@media (max-width: 1200px) {
  .promo__photo {
    padding-right: 0;
  }
  .photo__inner {
    height: 300px;
  }
  .promo__badge {
    height: auto;
  }
  .photo__name,
  .search-results .photo__inner .photo__text {
    left: 10px;
    bottom: 90px;
  }
  .promo__data {
    padding-right: 0;
  }
  .search-results .promo__item .photo__text {
    bottom: 22px;
  }
  .card-text .cards-text__item {
    padding-bottom: 30px;
  }
  .modal-contents {
    width: 90%;
    padding: 30px 60px;
  }
  .selection-field__content .selection-field.selection-field__tabs .selection-field__small {
    font-size: 15px;
  }
  .selection-field__content .selection-field .selection__open {
    height: auto;
    line-height: 24px;
  }
  .promo__btn .btn.btn-narrow:first-child {
    margin-right: 0;
  }
  .results-grid .btn.btn-narrow {
    width: 93px;
  }
  .form-reservacion__datos_form .fila .input-combo-simple .tooltips {
    left: 27%;
  }
  .promo-carousel .promo__photo,
  .promo-carousel .promo__data {
    height: 350px;
  }
  .promo-carousel .photo__inner {
    height: 100%;
  }
  .travel-moves > div {
    width: 100%;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
    width: 90%;
    right: 0;
    margin-left: 72px;
  }
}
@media (max-width: 1199px) {
  .carousel-default__figure {
    width: 100%;
    height: 155px;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (min-width: 993px) {
  .slider-open__modal:hover .gallery--tool {
    display: block;
  }
}
@media (max-width: 993px) {
  .logo-list {
    padding: 20px 0;
  }
  .logo__item {
    width: 33%;
  }
  .logo__item > div img {
    width: 90%;
  }
  .logo__item {
    width: 20%;
  }
  .crucero__item {
    margin-bottom: 20px;
  }
  .hero-cruceros__title {
    margin-bottom: 20px;
  }
  .hero-cruceros__title h2,
  .hero-cruceros__title h3,
  .hero-cruceros__title h4,
  .hero-cruceros__title h5,
  .hero-cruceros__title h6 {
    font-size: 28px;
  }
  .cruceros__advanced.active {
    top: -10px;
  }
  .block-combo__images .col-style {
    padding-bottom: 30px;
  }
  .toggle-view-container {
    display: none;
  }
  .search-results.show-filters {
    text-align: center;
  }
  .search-results.show-filters h4 {
    color: #21c1f1;
    text-decoration: underline;
    cursor: pointer;
  }
  .filters {
    padding: 0;
    display: none;
    margin-bottom: 25px;
  }
  .filters .selection-field {
    width: 100%;
  }
  .js-show-filters {
    pointer-events: auto;
  }
  .js-show-filters:hover {
    text-decoration: none !important;
  }
  .js-show-filters i {
    display: inline-block;
  }
  .hero-cruceros.compact {
    height: 315px;
  }
  .hero-cruceros.compact .hero-cruceros__txt {
    height: 315px;
  }
  .hero-cruceros.compact .hero-cruceros__txt .container {
    height: 315px;
  }
  .block-icons .block-icons__content {
    padding-bottom: 0;
  }
  .block-icons .block-icons__item {
    width: 20%;
    padding-bottom: 20px;
  }
  .options.filters {
    display: block !important;
  }
  .summary__header {
    text-align: left;
  }
  .nav-tabs .nav-tabs__item {
    font-size: 11px;
  }
  .lightboxBasic-slider .modal-content,
  .lightboxBasic-slider-2 .modal-content {
    max-width: 90%;
  }
  .search-results.show-filters {
    padding-top: 0;
  }
  .hero-cruceros .trayecto-back {
    position: absolute;
    top: 105px;
  }
  .hero-logo__top {
    width: 115px;
    height: 60px;
    top: 100px;
  }
  .form-reservacion__datos_form .tooltips {
    left: 50%;
  }
  .filter-results .filter-cards > div {
    width: 100%;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
    margin-left: 82px;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .input-combo-simple .label-big .tooltips {
    right: -31%;
  }
}
@media (max-width: 992px) {
  .carousel-default__figure {
    width: 100%;
    height: 175px;
    overflow: hidden;
  }
  .zoom {
    height: 250px;
  }
  .slider-open__modal .gallery--tool {
    bottom: 3px;
    right: 40px;
    background: #ffffff;
    color: #55c5f1;
    border-radius: 0;
    height: 25px;
    line-height: 26px;
    display: block;
  }
  .carousel-default__content.active-slide {
    padding: 0 30px;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
    margin-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 800px) {
  .js-slick-crucero .slick-prev {
    left: 0px;
  }
  .js-slick-crucero .slick-next {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .head-title h3,
  .head-title h4,
  .head-title h5,
  .head-title h6 {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  .logo__item {
    width: 30%;
  }
  .block-combo__subtitle {
    margin-top: 30px;
  }
  .search-results .promo__item {
    padding: 0 15px;
  }
  .filters {
    padding: 0 15px !important;
  }
  .card-text .link-green .icon-chat {
    background-size: 100%;
    width: 40px;
    height: 40px;
  }
  .card-text .link-green .link-green__text {
    display: none;
  }
  .modal-contents {
    padding: 40px 40px;
  }
  .close {
    right: 10px;
    top: 10px;
  }
  .child-age__selector {
    /*width: 33.3%;*/
    width: 80%;
  }
  .child-age__selector select {
    width: 90%;
  }
  .naviera--content {
    display: flex;
    flex-wrap: wrap;
  }
  .naviera--content .naviera__title-head {
    order: 1;
    padding-bottom: 20px;
  }
  .naviera--content .naviera__title-head .block-combo__subtitle {
    margin-top: 0;
  }
  .naviera--content .naviera__img {
    order: 2;
  }
  .naviera--content .naviera__thumb {
    order: 3;
  }
  .search-results .results .promo__item {
    padding: 0 15px;
  }
  .search-results .results .promo__item .promo__data {
    width: 66.66666667%;
  }
  .card-text__head {
    padding-bottom: 30px;
  }
  .card-text__head .open-chat {
    float: left;
    width: 100%;
  }
  .card-text__head .open-chat .link-green__text {
    display: block;
    top: 0;
  }
  .card-text__head .subtitle-block {
    margin-bottom: 20px;
  }
  .promo-carousel .promo__photo,
  .promo-carousel .promo__data {
    height: 370px;
  }
  .js-slick-crucero {
    padding: 0 80px;
  }
  .js-slick-crucero .slick-prev {
    left: 30px;
  }
  .js-slick-crucero .slick-next {
    right: 30px;
  }
  .js-slick-crucero .slick-arrow {
    top: 300px;
  }
  .zoom {
    height: auto;
  }
  .zoom img {
    height: auto;
    object-fit: inherit;
  }
  .lightboxBasic-slider .modal-content .slider-inside__img,
  .lightboxBasic-slider-2 .modal-content .slider-inside__img {
    height: 350px;
  }
  .lightboxBasic-slider .modal-content .slick-slide,
  .lightboxBasic-slider-2 .modal-content .slick-slide {
    height: 350px;
  }
  .lightboxBasic-slider .modal-content,
  .lightboxBasic-slider-2 .modal-content {
    height: auto;
    max-height: 90vh;
  }
  .block-combo .block-combo__logo {
    background: #fff;
    padding: 0;
  }
  .block-combo .block-combo__logo .block-combo__item {
    object-position: center;
    left: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    width: 120px;
    height: 80px;
  }
  .naviera--content .naviera__thumb {
    padding-top: 10px;
  }
  .naviera--content .naviera__img {
    display: none;
  }
  .naviera--content .naviera__title-head .naviera__img {
    padding: 0;
    display: block;
  }
  .naviera--content .block-combo__subtitle {
    margin-bottom: 0px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .travel-moves > div {
    width: 50%;
  }
  .selection-field__image {
    padding: 0;
    margin-bottom: 20px;
  }
  .selection-field__txt {
    padding: 0;
  }
  .breadcrumb .breadcrumb__list .breadcrumb__item a {
    font-size: 12px;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
    margin-left: 73px;
  }
  .block-list.block--logo-list .back-module figure {
    background-size: 110px;
  }
  .block-list.block--logo-list .block__item article h3,
  .block-list.block--logo-list .block__item article h4,
  .block-list.block--logo-list .block__item article h5,
  .block-list.block--logo-list .block__item article h6 {
    top: 62%;
  }
}
@media (max-width: 767px) {
  .carousel-default__figure {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
    width: 60%;
    margin-left: 38px;
    font-size: 12px;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .input-combo-simple .label-big .tooltips {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  .local-nav__item {
    width: 20%;
  }
  .carousel-default .carousel-default__content,
  .carousel-default .carousel-default__item {
    padding: 0;
  }
  .carousel-default .slick-arrow {
    color: #fff;
    z-index: 10;
  }
  .carousel-default .slick-arrow.slick-prev {
    padding-left: 30px;
  }
  .carousel-default .slick-arrow.slick-next {
    padding-right: 30px;
  }
  .carousel-default .slick-arrow.slick-disabled {
    opacity: .6;
  }
  .carousel-default .slick-slide img {
    height: 300px;
    object-fit: cover;
  }
  .slider-inside__content .slick-slide img {
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 650px) {
  .local-nav {
    padding: 0 !important;
  }
  .local-nav .btn-localnav {
    width: 100%;
    padding-top: 35px;
  }
  .local-nav .btn-localnav p {
    font-size: 12px;
  }
  .local-nav .btn-localnav.trayectos-icon:before {
    top: 0;
    background-size: 40% !important;
  }
  .local-nav .btn-localnav.naviera-icon:before {
    top: 0;
    background-size: 53% !important;
  }
  .local-nav .btn-localnav.promos-icon:before {
    top: 0;
    background-size: 45% !important;
  }
  .local-nav .btn-localnav.favs-icon:before {
    top: 0;
    background-size: 36% !important;
  }
  .block-icons .block-icons__item {
    width: 33%;
  }
  .modal-contents {
    width: 95%;
    padding: 40px 20px;
  }
  .local-nav .local-nav__item {
    margin: 0;
    width: 25%;
  }
  .local-nav .btn-localnav p {
    font-size: 10px;
  }
  .block-place {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .block__link {
    height: 210px;
  }
  .block__item {
    margin-bottom: 20px;
  }
  .block__item article h3,
  .block__item article h4,
  .block__item article h5,
  .block__item article h6 {
    font-size: 18px;
  }
  .promo__item .promo__photo,
  .promo__item .promo__data {
    width: 100%;
  }
  .promo__item .promo__data {
    padding-top: 20px;
    background: #f9f9f9;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    padding-bottom: 0;
    height: auto;
  }
  .promo__btn,
  .promo__info {
    padding-top: 20px;
    background: #ebeef0;
    text-align: center;
  }
  .promo__btn {
    padding-bottom: 20px;
  }
  .promo__info {
    margin-bottom: 0;
  }
  .promo__title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo__txt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .photo__inner,
  .promo-list .promo__item .photo__inner {
    height: 240px;
  }
  .hero-cruceros,
  .hero-cruceros__txt,
  .hero-cruceros__txt .container {
    height: 440px;
  }
  .hero-cruceros__title h2,
  .hero-cruceros__title h3,
  .hero-cruceros__title h4,
  .hero-cruceros__title h5,
  .hero-cruceros__title h6 {
    font-size: 18px;
    margin: 0;
  }
  .hero-logo__top {
    width: 100px;
    height: 50px;
    border-radius: 0 0 10px 10px;
    right: 15px;
    top: 110px;
  }
  .hero-logo__top .hero-logo__figure .hero-logo__img {
    width: 90px;
    padding: 0;
  }
  .modal-contents {
    padding: 40px 5px;
  }
  .summary .promo__txt {
    padding-left: 0;
    padding-right: 0;
  }
  body.trayecto--interior .hero-cruceros__txt,
  body.trayecto--interior .hero-cruceros__txt .container {
    height: 530px;
  }
  .hero-cruceros__description--text {
    font-size: 14px;
  }
  .hero-cruceros .data-back {
    width: 44px !important;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  .hero-cruceros .data-back article {
    display: none;
  }
  .hero-cruceros .data-back img {
    width: 20px;
  }
  .local-nav .local-nav__item {
    margin: 0 1%;
    width: 23%;
  }
  .modal-login .modal-content-login .modal-login__cta button {
    width: 100%;
  }
  .modal-login .modal-content-login .modal-login__cta button:first-of-type {
    margin-bottom: 10px;
  }
  .modal-login .modal-content-login .text-primary {
    padding-bottom: 37px;
  }
  .form-reservacion__datos_form .fila .input-combo-simple .tooltips {
    left: 37%;
  }
  .promo__btn .btn.btn-narrow {
    width: 44%;
    margin: 0 2%;
  }
  .search-results .promo__item {
    display: block;
  }
  .search-results .promo__item .promo__data {
    padding: 0;
    border: 0;
  }
  .search-results .photo__inner {
    height: 240px;
  }
  .search-results .promo__btn .btn {
    padding: 3px 0;
    height: auto;
    width: 44%;
    margin: 0 3%;
  }
  .search-results .results .promo__item .promo__data {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  .search-results .results .promo__photo .photo__inner {
    height: 240px;
  }
  .search-results .results.results-grid .promo__photo .photo__inner {
    height: 240px;
  }
  .search-results .results-grid .btn.btn-narrow {
    width: 43%;
  }
  .promo-carousel .promo__photo,
  .promo-carousel .promo__data {
    height: auto;
  }
  .promo-carousel .photo__inner {
    height: 240px;
  }
  .head-title h3,
  .head-title h4,
  .head-title h5,
  .head-title h6 {
    text-align: left;
  }
  .module-row.module--bottom.block-place {
    padding-top: 20px;
  }
  .lightboxBasic-slider .modal-content .slider-inside__img,
  .lightboxBasic-slider-2 .modal-content .slider-inside__img {
    height: 250px;
  }
  .lightboxBasic-slider .modal-content .slick-slide,
  .lightboxBasic-slider-2 .modal-content .slick-slide {
    height: 250px;
  }
  .js-slick-crucero .cards-text__item figure img {
    height: 170px;
  }
  .error-search {
    padding: 20px 0 40px 0;
  }
  .error-search .subtitle-block {
    font-size: 18px;
  }
  .travel-moves > div {
    width: 100%;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
    margin-left: 402px;
    left: -224px;
    width: 70%;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .input-combo-simple .label-big .tooltips {
    right: 0;
    margin-left: -27px;
    left: 200px;
  }
  .search-results .promo__item .promo__btn {
    position: relative;
    bottom: initial;
    left: initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
  .local-nav__item {
    width: 25%;
    margin: 0;
  }
  .local-nav .btn-localnav {
    padding-left: 5px;
    padding-right: 5px;
  }
  .local-nav .btn-localnav p {
    font-size: 11px;
  }
  .form-reservacion__datos_form .tooltips {
    left: 52%;
  }
}
@media (max-width: 480px) {
  .block__link {
    height: 180px;
    border: 0;
  }
  .block__item {
    padding: 0;
    width: 100%;
  }
  .head-title {
    margin-bottom: 10px;
  }
  .head-title a {
    font-size: 14px;
  }
  .module-row {
    padding: 20px 0;
  }
  .promo__txt li div,
  .promo__txt li article {
    width: 100%;
    padding: 0;
  }
  .promo-carousel .slick-slide {
    padding: 0;
  }
  .promo__item {
    padding: 0;
  }
  .promo-carousel .slick-arrow {
    top: 90px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
  }
  .head-title {
    padding: 0;
  }
  .head-title h3,
  .head-title h4,
  .head-title h5,
  .head-title h6 {
    width: 100%;
    margin-bottom: 10px;
    color: #4A4A4A;
  }
  .head-title a {
    float: left;
  }
  .logo__item {
    width: 40%;
  }
  .promo-carousel {
    padding: 0px;
  }
  .hero-cruceros,
  .hero-cruceros__txt,
  .hero-cruceros__txt .container {
    height: 530px;
  }
  .hero-cruceros .hero-cruceros__txt .hero-cruceros__title {
    margin: 0;
  }
  .hero-cruceros .hero-cruceros__txt .crucero__item,
  .hero-cruceros .hero-cruceros__txt .cruceros__send {
    width: 100%;
  }
  .hero-cruceros .hero-cruceros__txt .crucero__item {
    margin-bottom: 10px;
  }
  .hero-cruceros .hero-cruceros__txt .cruceros__send {
    padding-top: 10px;
  }
  .trayecto--interior .hero-cruceros,
  .trayecto--interior .hero-cruceros__txt,
  .trayecto--interior .hero-cruceros__txt .container {
    height: 670px !important;
  }
  .block-icons .block-icons__item {
    /*width: 50%;*/
  }
  .summary .promo__txt li div,
  .summary .promo__txt li article {
    width: 50%;
    padding: 0;
  }
  .child-age__selector {
    width: 100%;
    margin-bottom: 10px;
  }
  .child-age__selector select {
    width: 90%;
  }
  .nav-tabs {
    overflow-x: scroll;
  }
  .nav-tabs .container {
    min-width: 490px;
  }
  .search-results .results-grid .btn.btn-narrow {
    width: 40%;
  }
  .hero-logo__top {
    right: 5%;
    top: 110px;
  }
  .hero-cruceros .trayecto-back {
    left: 5%;
  }
  .promo-carousel .photo__name {
    left: 40px;
  }
  .lightboxBasic-slider .modal-content .slider-inside__img,
  .lightboxBasic-slider-2 .modal-content .slider-inside__img {
    height: 200px;
  }
  .lightboxBasic-slider .modal-content .slick-slide,
  .lightboxBasic-slider-2 .modal-content .slick-slide {
    height: 200px;
  }
  .data--users span {
    margin-top: 4px;
    font-size: 12px;
  }
  .modulo-pasajero .modulo-pasajero__bloque .fila .fecha-completa.right .label-big .tooltips {
    margin-left: 397px;
  }
}
@media (max-width: 420px) {
  .logo__item {
    width: 50%;
  }
  .crucero__item,
  .cruceros__send {
    width: 100%;
  }
  .cruceros__send {
    padding-top: 0;
  }
  .crucero__name {
    font-size: 12px;
  }
  body.trayecto--interior .hero-cruceros,
  body.trayecto--interior .hero-cruceros__txt,
  body.trayecto--interior .hero-cruceros__txt .container {
    height: 520px;
  }
  .advanced-hide > div {
    width: 100%;
  }
  .hero-cruceros__txt article {
    bottom: 30px;
  }
  .shade.shade--color5 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -20%, #000000 100%);
  }
  .local-nav .local-nav__item {
    margin: 0;
    width: 25%;
  }
  .local-nav .btn-localnav p {
    font-size: 10px;
  }
  .block-place {
    padding-top: 0;
  }
  .js-slick-crucero {
    padding: 0 60px;
  }
  .js-slick-crucero .slick-prev {
    left: 20px;
  }
  .js-slick-crucero .slick-next {
    right: 20px;
  }
  .selection-field__cta {
    display: inline-block;
    width: 100%;
  }
  .selection-field__cta .link-blue {
    width: 100%;
  }
  .selection-field__cta .btn {
    width: 100%;
  }
  .selection-field__cta > div:first-child {
    width: 60%;
  }
  .selection-field__cta > div:last-child {
    width: 40%;
  }
}
@media (max-width: 367px) {
  .link-blue.js-btn__add .icon {
    display: none;
  }
  .data--users {
    margin-top: 8px;
  }
  .data--users span {
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  .data--users img {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-top: 2px;
  }
}
@media (min-width: 993px) {
  .fa-info-circle:hover ~ .tooltips {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 800px) {
  .js-slick-crucero.active-slide {
    padding: 0;
  }
  .js-slick-crucero.active-slide .slick-track {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .tooltips.active {
    display: block;
    opacity: 1;
  }
}

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