/*!
 * TravelWeb Manager v5 (https://webcontent.travelwebmanager.com)
 * Copyright 2018 Conecta Turismo S.L.
 * Owner Software License
 */

@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

/* :root {
  --font-family-main: 'Rethink Sans', sans-serif;
  --Theme-Brand---main: #0a293a;
  --Theme-Brand---main-alt: #fff;
  --Theme-Brand---aux: #38b5e6;
  --theme-brand-main-alt: #fff;
  --Theme-CTA-CTA---main: #38b5e6;
  --Theme-CTA-CTA---main---content: #ffffff;
  --Theme-CTA-CTA---lIght: #d9e0ea;
  --Theme-CTA-CTA---light---content: #6d71a0;
  --Theme-BG-BG---area-1: #fafbfc;
  --Theme-BG-BG---area-2: #eff2f7;
  --Theme-Form-FORM-border: #d8d9eb;
  --Theme-Form-FORM---border: #d8d9eb;
  --Theme-Form-FORM---text: #473f4b;
  --Theme-Form-FORM---label: #473f4b;
  --Theme-Form-FORM---icon: #b7b9d2;
  --Theme-Texto-Text---base: #473f4b;
  --Theme-Texto-Text---title: #473f4b;
  --Theme-Avisos-Blue-Blue: #2d5bff;
  --Theme-Avisos-Blue-Blue-aux: #dbeaff;
  --Theme-Avisos-Red-Red: #ff3b2f;
  --Theme-Avisos-Red-Red-aux: #fee2e1;
  --Theme-Avisos-Neutral-Neutral: #44546f;
  --Theme-Avisos-Neutral-Neutral-aux: #f1f1f8;
  --Theme-Avisos-Neutral-Neutral---main: #473f4b;
  --Theme-Avisos-Brand-Brand: #1d1e2a;
  --theme-form-form-placeholder: #8a8ba7;
} */

body {
  height: auto;
}

@media (max-width: 992px) {
  #header-web {
    margin-bottom: 0px !important;
  }
}

.position-relative {
  position: relative;
}

.width-100 {
  width: 100%;
}

.width-100-i {
  width: 100% !important;
}

.height-auto {
  height: auto !important;
}

.display-flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.color-white {
  color: var(--theme-brand-main-alt, #fff);
}

.margin0 {
  margin: 0;
}

.price-notes-dialog {
  border-radius: 8px;
}

.productTour .alert-insurance-container {
  display: flex;
  margin-bottom: 30px;
}

.productTour .alert-insurance {
  display: flex;
  padding: 14px 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: var(--Theme-Avisos-Blue-Blue, #2d5bff);
  border-radius: 4px;
  border: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
  background: var(--Theme-BG-BG---area-1, #fafbfc);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.productTour .alert-insurance-rectangle {
  width: 4px;
  align-self: stretch;
  border-radius: 4px 0 0 4px;
  background: var(--Theme-Avisos-Blue-Blue, #2d5bff);
}

.productTour .alert-insurance md-icon {
  color: var(--Theme-Avisos-Blue-Blue, #2d5bff);
}

.productTour .alert-insurance-text {
  font-weight: 600;
}

.productTour .alert-insurance-text a {
  font-weight: 400;
}

.productTour .itinerary-summary {
  margin: 28px 0 24px;
}
.productTour .itinerary-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 70px 0 50px 0;
}
.productTour .itinerary-summary-title {
  margin: 0;
  color: var(--Theme-Brand---main, #0a293a);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.productTour .itinerary-summary-nav {
  display: flex;
  gap: 8px;
}
.productTour .itinerary-summary-arrow {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid #d7e0ea;
  background: #f3f6fa;
  color: #1d2b3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.productTour .itinerary-summary-arrow:hover {
  background: #e7edf4;
}
.productTour .itinerary-summary-viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 6px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.productTour .itinerary-summary-viewport::-webkit-scrollbar {
  display: none;
}
.productTour .itinerary-summary-track {
  display: flex;
  gap: 16px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.productTour .itinerary-summary-track--center {
  justify-content: center;
}
.productTour .itinerary-summary-card {
  flex: 0 0 220px;
  border: 1px solid #e1e6ef;
  background: var(--Theme-BG-BG---area-2, #eff2f7);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.productTour .itinerary-summary-card.is-active {
  border-color: #1c8bd6;
  box-shadow: 0 8px 18px rgba(28, 139, 214, 0.15);
}
.productTour .itinerary-summary-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.productTour .itinerary-summary-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.productTour .itinerary-summary-day {
  text-transform: uppercase;
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.031px;
}
.productTour .itinerary-summary-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.productTour .itinerary-summary-title-row md-icon {
  color: var(--Theme-CTA-CTA---main, #38b5e6);
}
.productTour .itinerary-summary-place {
  color: var(--Theme-Texto-Text---title, #473f4b);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.034px;
}
.productTour .itinerary-summary-jump {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #1d2b3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
}
.productTour .itinerary-summary-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.031px;
}
.productTour .itinerary-detailed {
  margin: 80px 0 32px;
}
@media (max-width: 991px) {
  .productTour .itinerary-detailed {
    margin: 30px 0 20px;
  }
}
.productTour .itinerary-detailed-title {
  margin: 0;
  color: var(--Theme-Brand---main, #0a293a);

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}
.productTour .itinerary-detailed-title-button {
  border-radius: 4px;
  background: var(--Theme-CTA-CTA---lIght, #d9e0ea);
  padding: 10px 15px;
}
.productTour .itinerary-detailed-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
@media (max-width: 991px) {
  .productTour .itinerary-detailed-container {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .productTour .itinerary-detailed-map {
    width: 100% !important;
  }
  .productTour .itinerary-detailed-list {
    min-width: auto !important;
  }
}
.productTour .itinerary-detailed-header__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .productTour .itinerary-detailed-header__container {
    margin-bottom: 10px;
  }
}

.productTour .itinerary-detailed-list {
  display: flex;
  min-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-left: 1px dotted var(--Theme-Form-FORM---border, #d8d9eb);
}

.productTour .md-block.margin0.display-flex {
  display: flex;
  align-items: flex-end;
}

.productTour .md-block.margin0.display-flex md-checkbox {
  margin-bottom: 0;
}

.productTour .md-block.margin0.display-flex a {
  color: var(--Theme-Brand---aux, #38b5e6);
  font-weight: 600;
}

.productTour .mobile-expand-btn {
  display: flex;
  padding: 7px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: var(--Theme-CTA-CTA---lIght, #d9e0ea);
  color: var(--Theme-CTA-CTA---light---content, #6d71a0);
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.063px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.productTour .mobile-expand-btn:hover {
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.productTour .mobile-expand-btn button {
  background: inherit;
}

.productTour .mobile-expand-btn md-icon {
  min-width: 18px;
  font-size: 18px;
  height: 18px;
  width: 18px;
  min-height: 18px;
}

.productTour .itinerary-detailed-map {
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.productTour .itinerary-map-inline {
  padding: 30px;
  border: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
  width: 100%;
}
.productTour .itinerary-map-inline .map {
  height: 500px;
}
.productTour .itinerary-searcher-container {
  margin-top: 10px;
  width: 100%;
}
.productTour .itinerary-searcher-container .tour-searcher {
  align-items: center;
}
.productTour .itinerary-searcher-container .tour-searcher .searcher-content {
  width: 100%;
}
.productTour .itinerary-detailed-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
  overflow: visible;
  background: var(--Theme-CTA-CTA---main---content, #ffffff);
}
.productTour .itinerary-detailed-item::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #102a43;
}
.productTour .itinerary-detailed-toggle {
  width: 100%;
  border: 0;
  background: var(--Theme-CTA-CTA---main---content, #ffffff);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
}
.productTour .itinerary-detailed-label {
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: baseline;
  color: var(--Theme-Texto-Text---title, #473f4b);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.productTour .itinerary-detailed-place {
  font-weight: 700;
}
.productTour .itinerary-detailed-toggle md-icon {
  color: var(--Theme-CTA-CTA---main, #38b5e6);
  margin: 0;
}
.productTour .itinerary-detailed-content {
  padding: 10px 30px 20px;
}
.productTour .itinerary-detailed-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.productTour .itinerary-detailed-text {
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.031px;
}
.productTour .itinerary-detailed-image {
  margin-top: 8px;
}
.productTour .itinerary-detailed-image img {
  width: 100%;
  border-radius: 6px;
}
.productTour .itinerary-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.productTour .itinerary-service-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #304457;
  margin-bottom: 30px;
}

.productTour .itinerary-service-title md-icon {
  font-family: 'Material Icons Outlined';
}

.productTour .itinerary-service-card {
  display: flex;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #e5ebf3;
  background: #f6f8fb;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 16px rgba(16, 42, 67, 0.08);
  margin-bottom: 10px;
}
.productTour .itinerary-service-card:last-child {
  margin-bottom: 0;
}

.productTour .itinerary-service-card img {
  width: 110px;
  height: 90px;
  object-fit: cover;
  display: block;
}
.productTour .itinerary-service-card-body {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.productTour .itinerary-service-name {
  font-size: 13px;
  font-weight: 600;
  color: #1d2b3a;
}
.productTour .itinerary-service-meta {
  font-size: 12px;
  color: #6b7a8a;
}

@media (max-width: 991px) {
  .productTour .itinerary-service {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  .productTour .itinerary-service-title {
    display: flex;
    padding-right: 18px;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    margin-bottom: 0;
  }
  .productTour .itinerary-service-card {
    display: flex;
    padding-right: 10px;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    border-radius: 6px;
    background: var(--Theme-BG-BG---area-2, #eff2f7);
  }
  .productTour .itinerary-service-card img {
    display: flex;
    width: 70px;
    height: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-color: lightgray;
  }
  .productTour .itinerary-service-card-body {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 0;
  }
  .productTour .itinerary-service-name {
    color: var(--Theme-Texto-Text---title, #473f4b);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.031px;
  }
}

@media (max-width: 991px) {
  .productTour .itinerary-summary-card {
    flex: 0 0 220px;
  }
  .productTour .itinerary-summary-image img {
    height: 130px;
  }
  .productTour .itinerary-detailed-image img {
    height: 220px;
  }
  .productTour .itinerary-services {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 600px) {
  .productTour .itinerary-summary-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .productTour .itinerary-summary-nav {
    align-self: flex-end;
  }
}

.productTour .title {
  font:
    400 1.25em / 1.35em var(--font-family-main, 'Rethink Sans'),
    sans-serif;
}

.noscroll {
  overflow: hidden;
}

.cookiesMessage {
  background: #042833;
  bottom: 0;
  padding: 15px;
  position: fixed;
  left: 0px;
  z-index: 1500;
  width: 100%;
  color: #fff;
}

.cookiesMessage .title {
  font-size: 1.2em;
  padding-bottom: 10px;
}

.cookiesMessage .text {
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 400;
}

.container.full-width {
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}

md-input-container .md-errors-spacer {
  min-height: 0px;
  min-width: 0px;
}

md-input-container > md-autocomplete,
md-autocomplete > md-autocomplete-wrap {
  height: auto;
}

md-autocomplete-wrap.md-whiteframe-z1 {
  box-shadow: none;
}

md-autocomplete.md-default-theme,
md-autocomplete {
  background: none;
}

.fc-selected-date {
  background-color: #8fdf82 !important;
}

.md-dialog-lg {
  width: 1500px;
}

.md-dialog-md {
  width: 850px;
}

md-dialog md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #0a293b;
  color: #fff;
}

.contact-form-data {
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.031px;
}

.ui-datepicker {
  width: 21em;
  display: none;
  border: 1px solid #58b4e5;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  color: #333;
  font-size: 13px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background-color: #58b4e5;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ui-datepicker .ui-datepicker-header a {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  width: 14px;
  height: 16px;
  overflow: hidden;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #333;
  color: #fff;
  font-size: 15px;
}

.ui-datepicker .ui-datepicker-prev span:before {
  content: '\E225';
}

.ui-datepicker .ui-datepicker-next span:before {
  content: '\E224';
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  color: #333;
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #58b4e5;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #555555;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 {
  min-width: 540px;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 10px;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #909090;
}

.ui-datepicker .ui-state-hover {
  border-radius: 50%;
  background-color: #e0e0e0;
}

.ui-datepicker td a.ui-state-active {
  background-color: #58b4e5;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.ui-datepicker td a.ui-state-active.ui-state-hover {
  background-color: #58b4e5;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker.travel-datepicker {
  width: 31em;
  z-index: 200 !important;
}

.ui-datepicker.travel-datepicker td span,
.ui-datepicker.travel-datepicker td a {
  width: 54px;
  padding: 2px;
  position: relative;
}

.ui-datepicker.travel-datepicker .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background-color: #e6e6e6;
  color: #757575;
}

.ui-datepicker.travel-datepicker td > span,
.ui-datepicker.travel-datepicker td > a {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  text-align: left;
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
}

.ui-datepicker.travel-datepicker .ui-state-hover {
  background-color: #bce2f7;
  border-radius: 0;
  border: 1px solid #58b4e5;
}

.ui-datepicker.travel-datepicker td > a.ui-state-active {
  background-color: #bce2f7;
  border-radius: 0;
  color: #555555;
  font-weight: normal;
  text-shadow: none;
  border: 1px solid #58b4e5;
}

.ui-datepicker.travel-datepicker td > a.ui-state-active.ui-state-hover {
  background-color: #bce2f7;
  border: 1px solid #58b4e5;
}

.ui-datepicker.travel-datepicker .ui-datepicker-calendar td a[data-custom-price]::after {
  content: attr(data-custom-price);
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #58b4e5;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 2px;
  white-space: nowrap;
  right: 2px;
  max-width: 100%;
}

.ui-datepicker.travel-datepicker .infoPrice {
  font-size: 12px;
  font-weight: bold;
  color: #58b4e5;
  padding: 5px;
}

@media (max-width: 768px) {
  .ui-datepicker.travel-datepicker {
    width: 23em;
  }

  .ui-datepicker.travel-datepicker td span,
  .ui-datepicker.travel-datepicker td a {
    width: 40px;
  }

  .ui-datepicker.travel-datepicker .ui-datepicker-calendar td a[data-custom-price]::after {
    font-size: 0.9em;
  }
}

.ui-slider {
  position: relative;
  text-align: left;
  background: rgba(0, 0, 0, 0.38);
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #58b4e5;
  border-radius: 20px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #58b4e5;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 2px;
  margin-top: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -8px;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active {
  top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 2px;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -8px;
  margin-left: 0;
  margin-bottom: -8px;
}

.ui-slider-vertical .ui-slider-handle.ui-state-active {
  left: -10px;
  margin-bottom: -10px;
  width: 20px;
  height: 20px;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

tws-slider .selectedValue {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

tws-slider-range .selectedMinValue {
  float: left;
  display: inline;
  width: auto;
  text-align: left;
  padding-top: 5px;
}

tws-slider-range .selectedMaxValue {
  float: right;
  display: inline;
  width: auto;
  text-align: right;
  padding-top: 5px;
}

.categoryHotel .fas.fa-star.active {
  color: #f88b00;
}

.categoryHotel .fas.fa-star.inactive {
  color: #dddddd;
}

.categoryHotel .fas.fa-key.active {
  color: #f88b00;
}

.categoryHotel .fas.fa-key.inactive {
  color: #dddddd;
}

tws-credit-card div.ccExpiration {
  display: block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}

tws-credit-card div.ccExpiration > label {
  color: #757575;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
  transform-origin: left top;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  width: 100%;
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
  transform: translate3d(0, 6px, 0) scale(0.75);
}

tws-credit-card div.ccExpiration md-input-container {
  margin-top: 0;
}

tws-credit-card div.ccExpiration span.col-xs-1 {
  font-size: 18px;
  padding-top: 5px;
  color: #757575;
}

tws-credit-card md-input-container.ccInput.md-input-has-value {
  padding-left: 53px;
}

tws-credit-card md-input-container.ccInput.md-input-has-value label {
  left: 53px;
  right: auto;
}

tws-credit-card md-input-container.ccInput.md-input-has-value label:not(.md-no-float) {
  -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
  transform: translate3d(-53px, 6px, 0) scale(0.75);
}

tws-credit-card md-input-container.ccInput.md-input-has-value i.ccTypeImage {
  position: absolute;
  top: 5px;
  left: 2px;
  right: auto;
  height: 27px;
  width: 53px;
  display: inline-block;
}

tws-credit-card md-input-container.ccInput.md-input-has-value i.ccTypeImage.ccTypeImageAE {
  background: url('//storage.googleapis.com/tws-engines/images/cc/AE.png') no-repeat
    scroll -6px -4px #eee;
}

tws-credit-card md-input-container.ccInput.md-input-has-value i.ccTypeImage.ccTypeImageDC {
  background: url('//storage.googleapis.com/tws-engines/images/cc/DC.png') no-repeat
    scroll -6px -4px #eee;
}

tws-credit-card md-input-container.ccInput.md-input-has-value i.ccTypeImage.ccTypeImageDS {
  background: url('//storage.googleapis.com/tws-engines/images/cc/DS.png') no-repeat
    scroll -6px -4px #eee;
}

tws-credit-card md-input-container.ccInput.md-input-has-value i.ccTypeImage.ccTypeImageMC {
  background: url('//storage.googleapis.com/tws-engines/images/cc/MC.png') no-repeat
    scroll -6px -4px #eee;
}

tws-credit-card md-input-container.ccInput.md-input-has-value i.ccTypeImage.ccTypeImageJC {
  background: url('//storage.googleapis.com/tws-engines/images/cc/JC.png') no-repeat
    scroll -6px -4px #eee;
}

tws-credit-card md-input-container.ccInput.md-input-has-value i.ccTypeImage.ccTypeImageVI {
  background: url('//storage.googleapis.com/tws-engines/images/cc/VI.png') no-repeat
    scroll -6px -4px #eee;
}

tws-credit-card md-input-container.ccInput.md-input-has-value input {
  padding-left: 10px;
}

md-dialog.md-default-theme,
md-dialog {
  border-radius: 0;
}

.md-button,
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0;
}

.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e6e6e6;
}

.panel-heading {
  border-radius: 0;
}

.panel.panel-default > .panel-heading,
.panel > .panel-heading {
  background-color: #e6e6e6;
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
}

.panel.panel-default > .panel-heading,
.panel > .panel-heading i {
  color: #666;
  font-size: 18px;
}

/*.md-autocomplete-suggestions-container{overflow-y:scroll}
.md-autocomplete-suggestions-container .md-virtual-repeat-scroller{position:static}
.md-autocomplete-suggestions-container .md-virtual-repeat-sizer{height:0 !important}
.md-autocomplete-suggestions-container .md-virtual-repeat-offsetter{position:static}*/
table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 12px 0 4px;
}

table.md-table:not(.md-row-select) td.md-cell:nth-child(n + 2):nth-last-child(n + 2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n + 2):nth-last-child(n + 2) {
  padding: 0 12px 0 0;
}

table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 4px 0 0;
}

.embed-responsive.embed-responsive-payment {
  height: 550px;
}

@media (min-width: 950px) and (max-width: 1279px) {
  md-dialog.md-dialog-fullscreen {
    border-radius: 0;
    min-height: 100%;
    min-width: 100%;
  }
}

md-input-container > .md-suffix {
  position: absolute;
  top: 8px;
  left: auto;
  right: 8px;
  margin: 0;
}

.section-header {
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #58b4e5;
  margin: 2px 0;
  display: inline-block;
}

/***STARTENGINES***/
.configAccommodation > .roomBox + .roomBox {
  border-top: 1px solid #d3d3d3;
}

.configAccommodation > .roomBox > label {
  color: #666;
}

.availEngines .searchResume {
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666;
}

.availEngines .searchResume .searchParameters {
  color: #58b4e5;
  font-weight: bold;
}

.availEngines .searchResume .searchParameters md-icon {
  color: #58b4e5;
  font-size: 18px;
  min-width: 18px;
  width: 18px;
  min-height: 18px;
  height: 18px;
}

.availEngines .searchResume .newSearch {
  color: #f88b00;
  font-size: 16px;
  font-weight: bold;
}

.availEngines .searchResume .newSearch md-icon {
  color: #f88b00;
  font-size: 18px;
}

.availEngines .loadingResults {
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.availEngines .loadingResults md-progress-circular path {
  stroke: #0a293b;
}

.availEngines .loadingResults span {
  color: #0a293b;
  font-weight: bold;
}

.availEngines .resultsContainer {
  padding-right: 0;
}

.availEngines .resultsContainer .title {
  float: left;
  display: inline;
  width: auto;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666;
}

.availEngines .resultsContainer .md-button.viewList {
  width: 100%;
}

.availEngines .resultsContainer .orderTools {
  border: 1px solid #d3d3d3;
  margin-bottom: 25px;
}

.availEngines .resultsContainer .orderTools span.titleOrder {
  width: 25%;
  float: left;
  display: inline;
  text-align: left;
  text-transform: uppercase;
  background-color: #e6e6e6;
  padding-top: 8px;
  padding-left: 10px;
  min-height: 36px;
}

.availEngines .resultsContainer .orderTools .md-button {
  width: 25%;
  float: left;
  display: inline;
  background-color: #fff;
  margin: 0px;
  border-radius: 0;
  border-left: 1px solid #d3d3d3;
}

.availEngines .resultsContainer .orderTools .md-button.orderActive {
  background-color: #0a293b;
  color: #fff;
}

.availEngines .resultsContainer .orderTools .md-button i {
  padding-top: 10px;
}

.availEngines .resultsContainer .residentResume {
  padding: 15px;
  background: #e6e6e6;
  color: #58b4e5;
  margin-bottom: 20px;
}

.availEngines .resultsContainer .residentResume h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
  line-height: 36px;
}

.availEngines .resultsContainer .residentResume .changeResident {
  background: #f88b00;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-weight: bold;
  margin: 0;
}

.availEngines .resultsContainer .residentResume .changeResident:hover,
.availEngines .resultsContainer .residentResume .changeResident.md-focused {
  background: #f88b00;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-weight: bold;
  margin: 0;
}

.availEngines .filtersContainer {
  padding: 0;
}

.availEngines .filtersContainer .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666;
}

.availEngines .filtersContainer .filterName {
  margin: 0;
}

.availEngines .filtersContainer .filterName md-icon {
  background-color: #58b4e5;
  color: #fff;
}

.availEngines .filtersContainer .panel-body md-checkbox {
  width: 100%;
}

.availEngines .filtersContainer .md-button.viewMap {
  border: 1px solid #f88b00;
  border-radius: 0;
  width: 100%;
  margin: 0 0 20px;
  height: 150px;
  background-image: url('//storage.googleapis.com/tws-engines/images/map.jpg');
}

.availEngines .filtersContainer .group-filter-category {
  border: 1px solid #d3d3d3;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.availEngines .filtersContainer .group-filter-category .btn-filter-category {
  float: left;
  display: inline;
  padding: 5px;
  height: 48px;
  font-size: 11px;
  width: 16.66%;
  line-height: 0;
  border-radius: 0px;
  margin: 0;
  min-width: 0;
}

.availEngines
  .filtersContainer
  .group-filter-category
  > .btn-filter-category
  + .btn-filter-category {
  border-left: 1px solid #d3d3d3;
}

.availEngines .filtersContainer .group-filter-category .btn-filter-category i {
  color: #f88b00;
  text-align: center;
  margin: 0px !important;
}

.availEngines .filtersContainer .group-filter-category .btn-filter-category.categoryActive {
  background-color: #e6e6e6;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.availEngines .filtersContainer .panel-body .subSection + .subSection {
  margin-top: 15px;
}

.availEngines .filtersContainer .panel-body .subTitle {
  text-align: center;
  background: #e3f3fd;
  color: #0a293b;
}

.availEngines .filtersContainer .panel-body .subTitle md-icon {
  color: #0a293b;
  font-size: 18px;
  min-height: auto;
  height: auto;
}

.availEngines .filtersContainer .panel-body .btnScale {
  background-color: #58b4e5;
  min-width: auto;
  width: 31%;
  margin: 0 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-weight: bold;
  line-height: 16px;
  font-size: 19px;
}

.availEngines .filtersContainer .panel-body .btnScale:hover {
  background-color: rgb(61, 168, 225);
}

.availEngines .filtersContainer .panel-body .btnScale.selected {
  background-color: #0a293b;
}

.availEngines md-sidenav {
  max-width: 100%;
  width: 1700px;
  position: fixed;
  top: 0;
  bottom: 0;
  max-height: 100%;
}

.availEngines md-sidenav.informationService {
  width: 1600px;
}

.availEngines md-sidenav md-toolbar {
  max-height: 64px;
}

.availEngines md-sidenav md-content {
  position: relative;
  height: calc(100% - 64px);
  max-height: calc(100% - 64px);
}

/**HOTEL**/
.availEngines .hotelContainer {
  background-color: #fff;
  padding: 10px 0px;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-flow: row wrap;
}

.availEngines .hotelContainer .hotelImg {
  padding: 0 10px;
  margin: 0;
  max-height: 172px;
  overflow: hidden;
}

.availEngines .hotelContainer .hotelDetails {
  padding: 0;
  margin: 0;
}

.availEngines .hotelContainer .hotelDetails .hotelName {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
}

.availEngines .hotelContainer .hotelDetails .hotelLocDetails {
  color: #757575;
}

.availEngines .hotelContainer .hotelPriceDetails {
  padding: 0 10px;
  margin: 0;
  text-align: right;
}

.availEngines .hotelContainer .hotelPriceDetails .info {
  color: #757575;
}

.availEngines .hotelContainer .hotelPriceDetails .price {
  color: #f88b00;
  font-size: 24px;
  font-weight: bold;
}

.availEngines .hotelContainer .hotelPriceDetails .md-button.moreInfo {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  margin: 0px;
  background-color: #f88b00;
  text-transform: none;
}

.availEngines .hotelContainer .roomsContainer {
  width: 100%;
}

.availEngines .hotelContainer .roomsContainer + .roomsContainer {
  margin-top: 10px;
}

.availEngines .hotelContainer .roomName {
  padding: 10px;
  background-color: #e6e6e6;
}

.availEngines .hotelContainer .boardContainer {
  border-bottom: 2px solid #e6e6e6;
}

.availEngines .hotelContainer .boardContainer > .boardName {
  float: left;
  display: inline-block;
  padding: 6px 0 0 5px;
  color: #757575;
  width: 30%;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer.multipleOptions {
  border-left: 2px solid #e6e6e6;
  float: left;
  display: inline-block;
  width: 70%;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption {
  padding: 3px;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption:hover {
  background-color: #f8f8f8;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption + .boardOption {
  border-top: 1px solid #e6e6e6;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption .boardName {
  width: 250px;
  float: left;
  display: inline-block;
  line-height: 30px;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption .payMethod {
  float: left;
  display: inline;
  width: auto;
  max-width: 120px;
  color: #155724;
  padding: 6px 8px;
  background-color: #d4edda;
}

.availEngines
  .hotelContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .boardName
  + .payMethod {
  padding-left: 5px;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption .rules {
  float: left;
  display: inline;
  width: auto;
  max-width: 200px;
  padding-left: 10px;
  padding-top: 4px;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption .rules span {
  float: left;
  display: inline;
  background-color: #fcf8e3;
  color: #8a6d3b;
  padding: 2px 8px;
}

.availEngines
  .hotelContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .rules
  span
  + span {
  margin-left: 5px;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption .optionPrice {
  float: right;
  display: inline;
  width: auto;
  max-width: 218px;
}

.availEngines
  .hotelContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice
  > span {
  color: #757575;
}

.availEngines
  .hotelContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice
  .price {
  color: #757575;
  font-size: 18px;
  font-weight: bold;
}

.availEngines
  .hotelContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice
  .md-button,
.availEngines .resultsContainer .mapContainer .md-button.price {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0px;
}

.availEngines .hotelContainer .boardContainer .boardOptionsContainer .boardOption .b2bInfoPrice {
  background-color: #e6e6e6;
  text-align: right;
  padding: 2px 5px;
  color: #757575;
}

.availEngines
  .hotelContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .b2bInfoPrice
  .price {
  font-weight: bold;
}

.availEngines .hotelContainer .moreOptions {
  color: #f88b00;
  padding-left: 20px;
  font-size: 15px;
  cursor: POINTER;
}

.availEngines .hotelContainer .moreOptions md-icon {
  color: #f88b00;
  font-size: 16px;
  height: 18px;
  width: 14px;
  min-height: auto;
  min-width: auto;
  cursor: POINTER;
}

.availEngines .hotelContainer .moreOptions:hover md-icon {
  text-decoration: underline;
}

/**ENDHOTEL**/
/**FLIGHT**/
.availEngines .flightContainer {
  background-color: #fff;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 992px) {
  .availEngines .flightContainer .journeysContainer {
    border-right: 1px solid #e6e6e6;
  }
}

.availEngines .flightContainer .journeysContainer .journeyContainer {
  padding: 5px 0;
}

.availEngines .flightContainer .journeysContainer.singleOptionJourneyRow .journeyContainer {
  padding: 32px 0;
}

.availEngines .flightContainer .journeysContainer .journeyContainer + .journeyContainer {
  border-top: 1px solid #e6e6e6;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .imgAirline {
  margin-top: 5px;
  text-align: center;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .infoOrigin {
  text-align: right;
  line-height: 20px;
  padding: 5px 0 0;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .infoDestination {
  text-align: left;
  line-height: 20px;
  padding: 5px 0 0;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .infoDestination b small {
  color: #f44336;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .infoOrigin span,
.availEngines .flightContainer .journeyContainer .infoDestination span {
  color: #666;
  display: block;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .infoItinerary {
  padding: 0;
  text-align: center;
}

.availEngines .flightContainer .journeysContainer .journeyContainer ul.itinerary-line {
  height: 2px;
  width: 93%;
  background-color: #0a293b;
  margin: 2px auto;
  position: relative;
  padding: 0;
}

.availEngines .flightContainer .journeysContainer .journeyContainer ul.itinerary-line li {
  list-style-type: none;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  ul.itinerary-line
  li.itinerary-scale {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ccircle fill='%23fff' cx='4' cy='4' r='3'/%3E%3Cpath fill='%230a293b' d='M4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2C1.8 0 0 1.8 0 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z'/%3E%3C/svg%3E");
  line-height: 0;
  position: relative;
  vertical-align: top;
  top: -3px;
  text-indent: 0;
  display: inline-block;
  zoom: 1;
  margin: 0 3%;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  ul.itinerary-line
  li.itinerary-stop {
  content: ' ';
  width: 21px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='120' viewBox='0 0 210 120'%3E%3Cpath d='M13 1.124v9.784c0 .971 1.197 1.419 1.915.822l5.666-4.855c.559-.448.559-1.195 0-1.643L14.915.303C14.197-.369 13 .154 13 1.124z' fill='%230A293B'/%3E%3C/svg%3E");
  position: absolute;
  right: -1px;
  top: -5px;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .infoItinerary .scaleAirports {
  color: #666;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .infoItinerary
  .scaleAirports
  span
  + span::before {
  content: ',';
}

.availEngines .flightContainer .journeysContainer .journeyContainer .btnShowDetails {
  line-height: 41px;
  margin-top: 5px;
  padding: 0 5px;
  text-align: center;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .btnShowDetails a {
  color: #f88b00;
  font-size: 12px;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .btnShowDetails.open {
  background-color: #e6e6e6;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .detailsContiner {
  background: #e6e6e6;
  margin: 0 -15px;
  padding: 15px;
}

.availEngines .flightContainer .journeysContainer .journeyContainer .detailsContiner .boxSegment {
  background-color: #fff;
  padding: 5px;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .header {
  padding: 0 5px 5px;
  margin-bottom: 5px;
  border-bottom: 2px dotted #e6e6e6;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .airport {
  padding: 0 5px;
  font-size: 11px;
  color: #757575;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .airport
  .date
  b {
  color: #0a293b;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .airport
  .time {
  font-size: 18px;
  font-weight: bold;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .airport
  .time
  span {
  color: #0a293b;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .airport
  .name {
  line-height: 12px;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .airport
  .terminal {
  line-height: 12px;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .extend {
  padding: 0 5px;
  font-size: 13px;
  color: #757575;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .extend
  .line {
  line-height: 18px;
  width: 31%;
  float: left;
  margin: 1%;
  text-align: center;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .extend
  .line
  b {
  color: #0a293b;
  display: block;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsFlight
  .operating {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #0a293b;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .detailsScale {
  background-color: #d9edf7;
  border: 1px solid #58b4e5;
  padding: 10px;
  color: #0a293b;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .nightly {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #f44336;
}

.availEngines
  .flightContainer
  .journeysContainer
  .journeyContainer
  .detailsContiner
  .boxSegment
  .nightly
  md-icon {
  color: #f44336;
  font-size: 12px;
  min-width: 12px;
  width: 12px;
  height: 12px;
  min-height: 12px;
}

.availEngines .flightContainer .boxPrice {
  padding: 10px 5px;
}

@media (max-width: 992px) {
  .availEngines .flightContainer .boxPrice {
    border-top: 1px solid #e6e6e6;
  }
}

.availEngines .flightContainer .boxPrice .optionPrice > div {
  line-height: 24px;
  text-align: center;
}

.availEngines .flightContainer .boxPrice .optionPrice > div > span {
  color: #757575;
  font-size: 10px;
}

.availEngines .flightContainer .boxPrice .optionPrice > div > .price {
  color: #f88b00;
  font-size: 20px;
  font-weight: bold;
}

.availEngines .flightContainer .boxPrice .optionPrice > div > .price.total {
  color: #757575;
  font-size: 16px;
  font-weight: bold;
}

.availEngines .flightContainer .boxPrice .optionPrice .md-button {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0;
  width: 100%;
}

.availEngines .flightContainer .boxPrice .optionPrice .btnBreakdown {
  cursor: POINTER;
  color: #0a293b;
  border: 1px solid #0a293b;
  width: 22px;
  height: 22px;
  font-size: 20px;
  min-width: 22px;
  min-height: 22px;
}

.availEngines .flightContainer .boxPrice .optionPrice .btnBreakdown:hover {
  background-color: #e6e6e6;
}

/**ENDFLIGHT**/
/**FERRY**/
.availEngines .ferryContainer {
  margin-bottom: 20px;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border: 1px solid #e6e6e6;
  padding: 0;
}

.availEngines .ferryContainer.selected {
  border: 2px solid #58b4e5;
}

.availEngines .ferryContainer > .boxRadio {
  background-color: #e6e6e6;
  width: 30px;
  position: absolute;
  height: 100%;
}

.availEngines .ferryContainer > .boxRadio md-radio-button {
  left: 5px;
  top: 42%;
}

.availEngines .ferryContainer.selected > .boxRadio {
  background-color: rgba(88, 180, 229, 0.3);
}

.availEngines .ferryContainer > .boxLabel {
  margin-left: 30px;
}

.availEngines .ferryContainer > .boxLabel.journeyDisabled {
  opacity: 0.38;
}

.availEngines .ferryContainer .journeyContainer .boxSupplier {
  padding: 10px 5px;
  text-align: right;
  line-height: 48px;
}

.availEngines .ferryContainer .journeyContainer .boxSupplier md-icon i {
  color: #58b4e5;
  font-size: 16px;
  vertical-align: top;
  line-height: 38px;
}

.availEngines .ferryContainer .journeyContainer .infoJourney {
  padding: 10px 0;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoOrigin {
  text-align: right;
  line-height: 20px;
  padding: 5px 0 0;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoDestination {
  text-align: left;
  line-height: 20px;
  padding: 5px 0 0;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoDestination b small {
  color: #f44336;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoOrigin span,
.availEngines .ferryContainer .journeyContainer .infoJourney .infoDestination span {
  color: #666;
  display: block;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoItinerary {
  padding: 0;
  text-align: center;
}

.availEngines .ferryContainer .journeyContainer .infoJourney ul.itinerary-line {
  height: 2px;
  width: 93%;
  background-color: #0a293b;
  margin: 2px auto;
  position: relative;
  padding: 0;
}

.availEngines .ferryContainer .journeyContainer .infoJourney ul.itinerary-line li {
  list-style-type: none;
}

.availEngines .ferryContainer .journeyContainer .infoJourney ul.itinerary-line li.itinerary-scale {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ccircle fill='%23fff' cx='4' cy='4' r='3'/%3E%3Cpath fill='%230a293b' d='M4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2C1.8 0 0 1.8 0 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z'/%3E%3C/svg%3E");
  line-height: 0;
  position: relative;
  vertical-align: top;
  top: -3px;
  text-indent: 0;
  display: inline-block;
  zoom: 1;
  margin: 0 3%;
}

.availEngines .ferryContainer .journeyContainer .infoJourney ul.itinerary-line li.itinerary-stop {
  content: ' ';
  width: 21px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='120' viewBox='0 0 210 120'%3E%3Cpath d='M13 1.124v9.784c0 .971 1.197 1.419 1.915.822l5.666-4.855c.559-.448.559-1.195 0-1.643L14.915.303C14.197-.369 13 .154 13 1.124z' fill='%230A293B'/%3E%3C/svg%3E");
  position: absolute;
  right: -1px;
  top: -5px;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoItinerary .scalePorts {
  color: #666;
}

.availEngines
  .ferryContainer
  .journeyContainer
  .infoJourney
  .infoItinerary
  .scalePorts
  span
  + span::before {
  content: ',';
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoItinerary .ship {
  color: #666;
  font-weight: bold;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoItinerary .nightly {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #f44336;
}

.availEngines .ferryContainer .journeyContainer .infoJourney .infoItinerary .nightly md-icon {
  color: #f44336;
  font-size: 12px;
  min-width: 12px;
  width: 12px;
  height: 12px;
  min-height: 12px;
}

.availEngines .ferryContainer .tariffContainer {
  padding-left: 30px;
}

.availEngines .ferryContainer .tariffContainer .headerOptions {
  background: #0a293b;
  height: 40px;
  padding: 10px;
  color: #fff;
}

.availEngines .ferryContainer .tariffContainer .headerOptions i {
  font-size: 14px;
  color: #fff;
}

.availEngines .ferryContainer .tariffContainer .headerOptions span {
  font-size: 10px;
}

.availEngines .ferryContainer .tariffContainer .tariffTitle {
  padding: 10px;
  background-color: #e6e6e6;
  color: #757575;
  font-weight: bold;
  line-height: 13px;
}

.availEngines .ferryContainer .tariffContainer .tariffTitle small {
  font-weight: normal;
}

.availEngines .ferryContainer .tariffContainer .boxOption {
  border: 1px solid #e6e6e6;
  padding: 0px;
}

.availEngines .ferryContainer .tariffContainer .boxOption.selected {
  border: 2px solid rgba(88, 180, 229, 0.3);
  background-color: rgba(88, 180, 229, 0.3);
}

.availEngines .ferryContainer .tariffContainer .boxOption md-radio-button {
  margin-bottom: 0;
  padding: 12px 0;
}

.availEngines .ferryContainer .tariffContainer .boxOption md-radio-button .md-container {
  left: 5px;
}

.availEngines .ferryContainer .tariffContainer .boxOption md-radio-button .md-label {
  width: 90%;
  background-color: #fff;
}

.availEngines .ferryContainer .tariffContainer .boxOption.selected md-radio-button .md-label {
  background-color: transparent;
}

.availEngines .ferryContainer .tariffContainer .boxOption .boxRadio {
  background-color: #e6e6e6;
  width: 30px;
  position: absolute;
  height: 100%;
}

.availEngines .ferryContainer .tariffContainer .boxOption.selected .boxRadio {
  background-color: transparent;
}

.availEngines .ferryContainer .tariffContainer .boxOption .optionLabel {
  padding-left: 3px;
  font-size: 16px;
}

.availEngines .ferryContainer .tariffContainer .boxOption .optionLabel.witchPromotion {
  font-size: 16px;
  line-height: 16px;
}

.availEngines .ferryContainer .tariffContainer .boxOption .optionLabel .promotion {
  font-size: 12px;
  display: block;
  max-width: 200px;
  line-height: 12px;
}

.availEngines
  .ferryContainer
  .tariffContainer
  .boxOption
  md-radio-button[disabled]
  .optionLabel
  .promotion {
  color: rgba(0, 0, 0, 0.38);
}

.availEngines .ferryContainer .tariffContainer .boxOption .boxPrice {
  margin-left: 20px;
  font-size: 11px;
}

.availEngines .ferryContainer .tariffContainer .boxOption .boxPrice .price {
  text-align: right;
  font-size: 16px;
  color: #757575;
  font-weight: bold;
}

.availEngines
  .ferryContainer
  .tariffContainer
  .boxOption
  md-radio-button[disabled]
  .boxPrice
  .price {
  color: rgba(0, 0, 0, 0.38);
}

/**ENDFERRY**/
/***ACTIVITIES***/
.availEngines .activityContainer {
  background-color: #fff;
  padding: 25px 0px;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-flow: row wrap;
}

.availEngines .activityContainer .activityImg {
  padding: 0 10px;
  margin: 0;
  max-height: 172px;
  overflow: hidden;
}

.availEngines .activityContainer .activityDetails {
  padding: 0;
  margin: 0;
}

.availEngines .activityContainer .activityDetails .activityName {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
}

.availEngines .activityContainer .activityDetails .activityName a {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.availEngines .activityContainer .activityDetails .activityLocDetails {
  color: #757575;
}

.availEngines .activityContainer .activityDetails .activityLocDetails md-icon {
  font-size: 22px;
  color: #757575;
}

.availEngines .activityContainer .activityDetails .activityDuration {
  color: #757575;
}

.availEngines .activityContainer .activityDetails .activityDuration md-icon {
  font-size: 22px;
  color: #757575;
}

.availEngines .activityContainer .activityDetails .activityDescription {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.availEngines .activityContainer .activityDetails .activityDescription strong {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.availEngines .activityContainer .activityPriceDetails {
  padding: 0 10px;
  margin: 0;
  text-align: right;
}

.availEngines .activityContainer .activityPriceDetails .md-button.price {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  margin: 0px;
  background-color: #f88b00;
  text-transform: none;
}

.availEngines .activityContainer .activityPriceDetails .md-button.price b {
  font-size: 24px;
}

.availEngines .activityContainer .activityPriceDetails .md-button.price md-icon {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-size: 26px;
  line-height: 20px;
}

/***ENDACTIVITIES***/
/**INSURANCE**/
.availEngines .insuranceContainer {
  background-color: #fff;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-flow: row wrap;
}

.availEngines .insuranceContainer .insuranceDetails {
  padding: 5px 0;
  margin: 0;
  text-align: center;
}

.availEngines .insuranceContainer .insuranceDetails .insuranceName {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
}

.availEngines .insuranceContainer .insuranceDetails .insuranceName a {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.availEngines .insuranceContainer .insuranceDetails .insuranceDescription {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.availEngines .insuranceContainer .insuranceDetails .md-button.moreInfo {
  margin: 0px;
  text-transform: none;
  border: 2px solid #f88b00;
  width: 50%;
}

.availEngines .insuranceContainer .insuranceDetails .md-button.moreInfo:hover {
  color: #f88b00;
  font-weight: bold;
  border: 1px solid #f88b00;
}

.availEngines .insuranceContainer .insuranceDetails .fileLink {
  color: #f88b00;
  font-size: 12px;
}

.availEngines .insuranceContainer .insurancePriceDetails {
  padding: 0 0 5px;
  margin: 0;
  text-align: center;
}

.availEngines .insuranceContainer .insurancePriceDetails > span {
  color: #757575;
}

.availEngines .insuranceContainer .insurancePriceDetails .price {
  color: #757575;
  font-size: 18px;
  font-weight: bold;
}

.availEngines .insuranceContainer .insurancePriceDetails .b2bInfoPrice {
  background-color: #e6e6e6;
  text-align: right;
  padding: 2px 5px;
  color: #757575;
}

.availEngines .insuranceContainer .insurancePriceDetails .b2bInfoPrice .price {
  font-weight: bold;
}

.availEngines .insuranceContainer .insurancePriceDetails .md-button {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0px;
  width: 90%;
}

.infoDialogInsurance .fileLink {
  color: #f88b00;
}

.availCombinedSales .insuranceContainer {
  background-color: #fff;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-flow: row wrap;
}

.availCombinedSales .insuranceContainer .insuranceDetails {
  padding: 5px 0;
  margin: 0;
  text-align: left;
}

.availCombinedSales .insuranceContainer .insuranceDetails .insuranceName {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
}

.availCombinedSales .insuranceContainer .insuranceDetails .insuranceName md-checkbox {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

.availCombinedSales .insuranceContainer .insuranceDetails .insuranceDescription {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.availCombinedSales .insuranceContainer .insuranceDetails .md-button.moreInfo {
  margin: 0px;
  text-transform: none;
  border: 2px solid #f88b00;
  width: 50%;
}

.availCombinedSales .insuranceContainer .insuranceDetails .md-button.moreInfo:hover {
  color: #f88b00;
  font-weight: bold;
  border: 1px solid #f88b00;
}

.availCombinedSales .insuranceContainer .insuranceDetails .fileLink {
  color: #f88b00;
  font-size: 12px;
}

.availCombinedSales .insuranceContainer .insurancePriceDetails {
  padding: 0 0 5px;
  margin: 0;
  text-align: center;
}

.availCombinedSales .insuranceContainer .insurancePriceDetails > span {
  color: #757575;
}

.availCombinedSales .insuranceContainer .insurancePriceDetails .price {
  color: #757575;
  font-size: 18px;
  font-weight: bold;
}

.availCombinedSales .insuranceContainer .insurancePriceDetails .b2bInfoPrice {
  background-color: #e6e6e6;
  text-align: right;
  padding: 2px 5px;
  color: #757575;
}

.availCombinedSales .insuranceContainer .insurancePriceDetails .b2bInfoPrice .price {
  font-weight: bold;
}

.availCombinedSales .insuranceContainer .insurancePriceDetails .md-button {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0px;
  width: 90%;
}

/**ENDINSURANCE**/
/**PACKAGES**/
.availEngines .hotelContainer .hotelDetails .md-button.moreInfo {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  margin: 0px;
  background-color: #f88b00;
  text-transform: none;
}

/**ENDPACKAGES**/
/**TOUR**/
.availEngines .modalityContainer {
  background-color: #fff;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-flow: row wrap;
}

/**ENDTOUR**/
.availEngines
  .hotelContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice
  .md-button.selectedService {
  color: #3c763d;
  margin: 0px;
  background-color: transparent;
  text-transform: none;
  padding: 0 20px;
  top: 35%;
}

.availEngines .flightContainer .boxPrice .optionPrice .md-button.selectedService {
  color: #3c763d;
  margin: 0px;
  background-color: transparent;
  text-transform: none;
  padding: 0 20px;
  top: 35%;
}

.availEngines .activityContainer .activityPriceDetails .md-button.selectedService {
  color: #3c763d;
  margin: 0px;
  background-color: transparent;
  text-transform: none;
  padding: 0 20px;
  top: 35%;
}

.availEngines .insuranceContainer .boxPrice .optionPrice .md-button.selectedService {
  color: #3c763d;
  margin: 0px;
  background-color: transparent;
  text-transform: none;
  padding: 0 20px;
  top: 35%;
}

/***ENDENGINES***/
/***HOTELS***/
.hotel-destination-container {
  min-width: 300px !important;
}

@media (min-width: 576px) {
  .hotel-destination-container {
    min-width: 400px !important;
  }
}

.availHotels .resultsContainer .orderTools span.titleOrder {
  width: 20%;
}

.availHotels .resultsContainer .orderTools .md-button {
  width: 20%;
}

.availHotels .resultsContainer .mapContainer span.price {
  color: #f88b00;
  font-size: 13px;
  width: 50px;
  display: block;
  font-weight: bold;
}

.availHotels .resultsContainer .mapContainer .md-button.price {
  min-width: auto;
  font-size: 10px;
}

.availHotels .resultsContainer .mapContainer .moreOptions {
  color: #f88b00;
  font-size: 12px;
}

.productHotel .hotelName {
  color: #0a293b;
  font-size: 32px;
}

.productHotel .hotelAddress {
  color: #757575;
  font-size: 12px;
}

.productHotel .hotelAddress md-icon {
  color: #757575;
  font-size: 12px;
  min-width: 18px;
  width: 18px;
}

.productHotel .btnBooking {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0px;
}

.productHotel .searchBox {
  background-color: #0a293b;
  padding: 15px 10px 5px;
  margin-bottom: 10px;
}

.productHotel .searchBox .messageSearch {
  color: #fff;
  font-weight: bold;
}

.productHotel .searchBox .messageSearch md-icon {
  color: #58b4e5;
}

.productHotel
  .searchBox
  md-input-container.md-default-theme.md-input-has-value:not(.md-input-invalid)
  label,
.productHotel .searchBox md-input-container.md-input-has-value:not(.md-input-invalid) label {
  color: rgba(255, 255, 255, 0.54);
}

.productHotel .searchBox md-input-container.md-default-theme .md-input,
.productHotel .searchBox md-input-container .md-input {
  color: #fff;
  font-size: 17px;
  border-color: rgba(255, 255, 255, 0.54);
}

.productHotel .searchBox md-input-container.md-default-theme.md-input-invalid label,
.productHotel .searchBox md-input-container.md-input-invalid label,
.productHotel
  .searchBox
  md-input-container.md-default-theme.md-input-invalid
  .md-input-message-animation,
.productHotel .searchBox md-input-container.md-input-invalid .md-input-message-animation,
.productHotel .searchBox md-input-container.md-default-theme.md-input-invalid .md-char-counter,
.productHotel .searchBox md-input-container.md-input-invalid .md-char-counter {
  color: #f95d00;
}

.productHotel .searchBox md-input-container.md-default-theme.md-input-invalid .md-input,
.productHotel .searchBox md-input-container.md-input-invalid .md-input {
  color: #f95d00;
}

.productHotel .searchBox .md-button.btnSearch {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
}

.productHotel .galleryHotel {
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}

.productHotel .galleryHotel .sliderImages {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
  min-height: 150px;
  overflow: hidden;
}

.productHotel .galleryHotel .sliderImages img {
  opacity: 1;
  max-height: 600px;
  max-width: 100%;
}

.productHotel .galleryHotel .sliderImages img.ng-hide-add {
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
}

.productHotel .galleryHotel .sliderImages img.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.productHotel .galleryHotel .sliderImages img.ng-hide-remove {
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
  opacity: 0;
}

.productHotel .galleryHotel .sliderImages img.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.productHotel .galleryHotel .sliderImages .arrow {
  cursor: pointer;
  margin-top: -35px;
  outline: medium none;
  position: absolute;
  top: 50%;
  font-size: 64px;
  color: #666;
  z-index: 5;
}

.productHotel .galleryHotel .sliderImages .arrow.prev {
  left: 20px;
  opacity: 0.6;
  transition: all 0.2s linear 0s;
}

.productHotel .galleryHotel .sliderImages .arrow.next {
  opacity: 0.6;
  right: 20px;
  transition: all 0.2s linear 0s;
}

.productHotel .galleryHotel .sliderImages .arrow.prev:hover {
  opacity: 1;
}

.productHotel .galleryHotel .sliderImages .arrow.next:hover {
  opacity: 1;
}

.productHotel .galleryHotel .thumbImages {
  text-align: center;
  padding: 0;
}

.productHotel .galleryHotel .thumbImages li {
  border: 2px solid #fff;
  cursor: pointer;
  float: left;
  display: inline;
  margin: 0 2px 2px;
  width: 40px;
  height: 40px;
}

.productHotel .galleryHotel .thumbImages li.active {
  border: 2px solid #58b4e5;
}

.productHotel .galleryHotel .thumbImages li img {
  width: 100%;
  height: 100%;
}

.productHotel .galleryHotel .thumbImages li .btnMoreImage {
  width: 100%;
  height: 100%;
  background-color: #58b4e5;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
}

.productHotel .hotelGeneralData {
  background-color: #fff;
  margin-bottom: 20px;
}

.productHotel .hotelGeneralData .iconInfo {
  color: #f88b00;
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  font-family: times-new-roman;
  padding-left: 10px;
}

.productHotel .hotelGeneralData .messageInfo {
  padding-left: 10px;
  margin-top: 15px;
  color: #0a293b;
}

.productHotel .hotelGeneralData .priceInformation {
  padding-right: 10px;
  margin-top: 15px;
  color: #0a293b;
  text-align: right;
}

.productHotel .hotelGeneralData .priceInformation .info {
  color: #757575;
  font-size: 12px;
  line-height: 12px;
}

.productHotel .hotelGeneralData .priceInformation .price {
  color: #f88b00;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.productHotel .hotelGeneralData .tripAdvisorResume {
  padding: 10px;
  color: #757575;
}

.productHotel .hotelGeneralData .viewOnMap {
  background-image: url('//storage.googleapis.com/tws-engines/images/map.jpg');
  height: 60px;
  background-position: center;
  display: flex;
  justify-content: center;
}

.productHotel .hotelGeneralData .viewOnMap .md-button {
  border: 1px solid #f88b00;
  border-radius: 0;
  background-color: #fff;
  height: 36px;
  margin-top: 12px;
}

.productHotel .hotelGeneralData .viewOnMap .md-button md-icon {
  color: #f88b00;
}

.productHotel .hotelGeneralData .shareHotel {
  padding: 10px;
}

.productHotel .hotelGeneralData .shareHotel .title {
  padding: 5px 0;
  margin-top: 10px;
  color: #757575;
}

.productHotel .hotelGeneralData .shareHotel .title md-icon {
  color: #0a293b;
}

.productHotel .hotelGeneralData .shareHotel .md-button.icon {
  padding: 5px;
  background-color: #0a293b;
  color: #fff;
}

.productHotel .hotelGeneralData .shareHotel .md-button.icon i {
  font-size: 25px;
}

.productHotel .optionsContainer .askOptions {
  color: #757575;
  display: flex;
  justify-content: center;
  line-height: 50px;
}

.productHotel .optionsContainer .askOptions .md-button {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
}

.productHotel .optionsContainer .searchResume {
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666;
}

.productHotel .optionsContainer .searchResume .searchParameters {
  color: #58b4e5;
  font-weight: bold;
}

.productHotel .optionsContainer .searchResume .searchParameters md-icon {
  color: #58b4e5;
  font-size: 18px;
}

.productHotel .optionsContainer .searchResume .newSearch {
  color: #f88b00;
  font-size: 16px;
  font-weight: bold;
}

.productHotel .optionsContainer .searchResume .newSearch md-icon {
  color: #f88b00;
  font-size: 18px;
}

.productHotel .optionsContainer .loadingResults {
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.productHotel .optionsContainer .loadingResults md-progress-circular path {
  stroke: #0a293b;
}

.productHotel .optionsContainer .loadingResults span {
  color: #0a293b;
  font-weight: bold;
}

.productHotel .optionsContainer .roomsContainer {
  background-color: #fff;
  padding: 15px;
}

.productHotel .optionsContainer .roomsContainer .roomContainer {
  border: 2px solid #e6e6e6;
}

.productHotel .optionsContainer .roomsContainer .roomContainer + .roomContainer {
  margin-top: 15px;
}

.productHotel .optionsContainer .roomsContainer .roomName {
  padding: 10px;
  background-color: #e6e6e6;
}

.productHotel .optionsContainer .roomsContainer .boardContainer + .boardContainer {
  border-top: 2px solid #e6e6e6;
}

.productHotel .optionsContainer .roomsContainer .boardContainer > .boardName {
  float: left;
  display: inline-block;
  padding: 6px 0 0 5px;
  color: #757575;
  width: 20%;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer.multipleOptions {
  border-left: 2px solid #e6e6e6;
  float: left;
  display: inline-block;
  width: 80%;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption {
  padding: 3px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption:hover {
  background-color: #f8f8f8;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  + .boardOption {
  border-top: 1px solid #e6e6e6;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .boardName {
  width: 250px;
  float: left;
  display: inline-block;
  line-height: 30px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .payMethod {
  float: left;
  display: inline;
  width: auto;
  max-width: 120px;
  color: #757575;
  padding-top: 7px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .boardName
  + .payMethod {
  padding-left: 5px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .rules {
  float: left;
  display: inline;
  width: auto;
  max-width: 200px;
  padding-left: 10px;
  padding-top: 4px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .rules
  span {
  float: left;
  display: inline;
  background-color: #fcf8e3;
  color: #8a6d3b;
  padding: 2px 8px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .rules
  span
  + span {
  margin-left: 5px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice {
  float: right;
  display: inline;
  width: auto;
  max-width: 218px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice
  > span {
  color: #757575;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice
  .price {
  color: #757575;
  font-size: 18px;
  font-weight: bold;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .optionPrice
  .md-button {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0px;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .b2bInfoPrice {
  background-color: #e6e6e6;
  text-align: right;
  padding: 2px 5px;
  color: #757575;
}

.productHotel
  .optionsContainer
  .roomsContainer
  .boardContainer
  .boardOptionsContainer
  .boardOption
  .b2bInfoPrice
  .price {
  font-weight: bold;
}

.productHotel .informationContainer {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.productHotel .informationContainer .detailsOption {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.productHotel .informationContainer .detailsOption .title {
  background-color: #e6e6e6;
  color: #0a293b;
  line-height: 36px;
  padding: 0 6px;
}

.productHotel .informationContainer .detailsOption .md-button.option {
  color: #0a293b;
  margin: 0;
  border-radius: 0;
  text-transform: none;
  padding: 0 10px;
}

.productHotel .informationContainer .detailsOption .md-button.option.active {
  background-color: #0a293b;
  color: #fff;
  font-weight: bold;
}

.productHotel .informationContainer .detailsContainer .detailsTitle {
  color: #0a293b;
  font-weight: bold;
}

.productHotel .informationContainer .detailsContainer .detailsTitle md-icon {
  color: #757575;
}

.productHotel .informationContainer .detailsContainer .facilitiesContainer .facilityGroupContainer {
  margin-bottom: 15px;
}

.productHotel
  .informationContainer
  .detailsContainer
  .facilitiesContainer
  .facilityGroupContainer
  .title {
  text-transform: uppercase;
  color: #757575;
}

.productHotel
  .informationContainer
  .detailsContainer
  .facilitiesContainer
  .facilityGroupContainer
  .title
  md-icon {
  color: #58b4e5;
}

.productHotel
  .informationContainer
  .detailsContainer
  .facilitiesContainer
  .facilityGroupContainer
  ul.list {
}

.productHotel
  .informationContainer
  .detailsContainer
  .facilitiesContainer
  .facilityGroupContainer
  ul.list
  > li {
  color: #757575;
  padding: 2px;
  float: left;
  width: 30%;
}

.productHotel .informationContainer .detailsContainer .facilityFee {
  color: #0a293b;
  font-weight: bold;
}

.productHotel .informationContainer .detailsContainer .tripAdvisorLogo {
  font-size: 12px;
  color: #757575;
}

.productHotel .informationContainer .detailsContainer .ratingsContainer {
  background-color: #eeeeee;
  padding: 15px;
}

.productHotel .informationContainer .detailsContainer .ratingsContainer .mainRating {
  text-align: center;
}

.productHotel .informationContainer .detailsContainer .reviewsContainer {
  padding: 10px 0;
}

.productHotel .informationContainer .detailsContainer .reviewsContainer + .reviewsContainer {
  border-top: 1px solid #757575;
}

.productHotel .informationContainer .detailsContainer .reviewsContainer .date {
  font-size: 12px;
  color: #757575;
}

.productHotel .informationContainer .detailsContainer .reviewsContainer .date md-icon {
  font-size: 14px;
  color: #757575;
  height: 14px;
  min-height: 14px;
  width: 18px;
  min-width: 14px;
}

.productHotel .informationContainer .detailsContainer .reviewsContainer .text {
  font-size: 14px;
  color: #757575;
}

.productHotel .informationContainer .detailsContainer .tripAdvisorWarningLegend {
  font-size: 10px;
  color: #757575;
}

.productHotel .hotelDescription .title {
  color: #0a293b;
  font-weight: bold;
}

.productHotel .hotelDescription .text {
  color: #757575;
}

.productHotel .btnReadMoreInformation {
  color: #58b4e5;
}

.productHotel .btnReadMoreInformation md-icon {
  color: #58b4e5;
}

/***ENDHOTELS***/
/***ACTIVITIES***/
.activity-destination-container {
  min-width: 300px !important;
}

@media (min-width: 576px) {
  .activity-destination-container {
    min-width: 400px !important;
  }
}

.md-dialog .md-dialog-content.loadingValuation md-progress-circular path {
  stroke: #0a293b;
}

.md-dialog .md-dialog-content.loadingValuation span {
  color: #0a293b;
  font-weight: bold;
}

.productActivity .activityName {
  color: #0a293b;
  font-size: 32px;
}

.productActivity .activityDestination {
  color: #757575;
  font-size: 12px;
}

.productActivity .activityDestination md-icon {
  color: #757575;
  font-size: 12px;
  min-width: 18px;
  width: 18px;
}

.productActivity .btnBooking {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0px;
}

.productActivity .activityGeneralData {
  background-color: #fff;
  margin-bottom: 20px;
}

.productActivity .activityGeneralData .iconInfo {
  color: #f88b00;
  font-style: italic;
  font-size: 50px;
  font-weight: bold;
  font-family: times-new-roman;
  padding-left: 10px;
}

.productActivity .activityGeneralData .messageInfo {
  padding-left: 10px;
  margin-top: 15px;
  color: #0a293b;
}

.productActivity .activityGeneralData .priceInformation {
  padding-right: 10px;
  margin-top: 15px;
  color: #0a293b;
  text-align: right;
}

.productActivity .activityGeneralData .priceInformation .info {
  color: #757575;
  font-size: 12px;
  line-height: 12px;
}

.productActivity .activityGeneralData .priceInformation .price {
  color: #f88b00;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.productActivity .activityGeneralData .dateResume {
  padding: 10px;
  color: #757575;
}

.productActivity .activityGeneralData .dateResume .line + .line {
  margin-top: 5px;
}

.productActivity .activityGeneralData .dateResume md-icon {
  font-size: 36px;
  height: 36px;
  width: 36px;
}

.productActivity .activityGeneralData .dateResume span {
  line-height: 16px;
}

.productActivity .activityGeneralData .dateResume span > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.productActivity .activityGeneralData .shareActivity {
  padding: 10px;
}

.productActivity .activityGeneralData .shareActivity .title {
  padding: 5px 0;
  margin-top: 10px;
  color: #757575;
}

.productActivity .activityGeneralData .shareActivity .title md-icon {
  color: #0a293b;
}

.productActivity .activityGeneralData .shareActivity .md-button.icon {
  padding: 5px;
  background-color: #0a293b;
  color: #fff;
}

.productActivity .activityGeneralData .shareActivity .md-button.icon i {
  font-size: 25px;
}

.productActivity .galleryActivity {
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}

.productActivity .galleryActivity .sliderImages {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
  min-height: 150px;
  overflow: hidden;
}

.productActivity .galleryActivity .sliderImages img {
  opacity: 1;
  max-height: 600px;
  max-width: 50%;
}

.productActivity .galleryActivity .sliderImages img.ng-hide-add {
  position: absolute;
  top: 0;
  opacity: 1;
}

.productActivity .galleryActivity .sliderImages img.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.productActivity .galleryActivity .sliderImages img.ng-hide-remove {
  opacity: 0;
}

.productActivity .galleryActivity .sliderImages img.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.productActivity .galleryActivity .sliderImages .arrow {
  cursor: pointer;
  margin-top: -35px;
  outline: medium none;
  position: absolute;
  top: 50%;
  font-size: 64px;
  color: #666;
  z-index: 5;
}

.productActivity .galleryActivity .sliderImages .arrow.prev {
  left: 20px;
  opacity: 0.6;
  transition: all 0.2s linear 0s;
}

.productActivity .galleryActivity .sliderImages .arrow.next {
  opacity: 0.6;
  right: 20px;
  transition: all 0.2s linear 0s;
}

.productActivity .galleryActivity .sliderImages .arrow.prev:hover {
  opacity: 1;
}

.productActivity .galleryActivity .sliderImages .arrow.next:hover {
  opacity: 1;
}

.productActivity .modalitiesContainer {
  background-color: #fff;
}

.productActivity .modalitiesContainer .searchCalendar {
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
}

.productActivity .modalitiesContainer .searchCalendar .title {
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

.productActivity .modalitiesContainer .optionsModality .title {
  color: #666;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.productActivity .modalitiesContainer .optionsModality .collapsible-container {
  border: 1px solid #ddd;
  position: relative;
}

.productActivity .modalitiesContainer .optionsModality .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px;
}

.productActivity .modalitiesContainer .optionsModality .collapsible-header span {
  font-weight: bold;
}

.productActivity .modalitiesContainer .optionsModality .collapsible-content {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: none;
}

.productActivity .modalitiesContainer .optionsModality .collapsible-content.open {
  display: block;
}

.productActivity .modalitiesContainer .optionsModality .collapsible-icon {
  font-size: 28px;
  cursor: pointer;
}

.productActivity .modalitiesContainer .optionsModality img {
  margin-right: 10px;
}

.productActivity .modalitiesContainer .searchCalendar .ui-datepicker.ui-datepicker-inline {
  width: 100% !important;
}

.productActivity .modalitiesContainer .loadingResults {
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.productActivity .modalitiesContainer .loadingResults md-progress-circular path {
  stroke: #0a293b;
}

.productActivity .modalitiesContainer .loadingResults span {
  color: #0a293b;
  font-weight: bold;
}

.productActivity .modalitiesContainer .modalityContainer {
  background-color: #fff;
  border: 2px solid #e6e6e6;
}

.productActivity .modalitiesContainer .modalityContainer + .modalityContainer {
  margin-top: 15px;
}

.productActivity .modalitiesContainer .modalityContainer .modalityName {
  padding: 10px;
  background-color: #e6e6e6;
  font-size: 20px;
}

.productActivity .modalitiesContainer .modalityContainer .paxesContainer + .paxesContainer {
  border-top: 1px solid #e6e6e6;
}

.productActivity .modalitiesContainer .modalityContainer .paxesContainer > .paxType {
  float: left;
  display: inline-block;
  padding: 6px 0 0 5px;
  color: #757575;
  width: 40%;
  font-weight: bold;
  line-height: 30px;
}

.productActivity .modalitiesContainer .modalityContainer .paxesContainer > .paxQuantity {
  float: left;
  display: inline-block;
  padding: 6px 0 0 5px;
  color: #757575;
  width: 60%;
}

.productActivity .modalitiesContainer .modalityContainer .paxesContainer .paxQuantity .price {
  font-size: 20px;
  color: #f88b00;
  font-weight: bold;
}

.productActivity
  .modalitiesContainer
  .modalityContainer
  .paxesContainer
  .paxQuantity
  md-input-container {
  margin: 3px 0;
}

.productActivity .modalitiesContainer .totalPrice {
  float: right;
  display: inline;
  padding: 15px 0;
}

.productActivity .modalitiesContainer .totalPrice > div {
  line-height: 35px;
  float: left;
  margin-right: 5px;
}

.productActivity .modalitiesContainer .totalPrice > div > span {
  color: #757575;
  font-weight: bold;
}

.productActivity .modalitiesContainer .totalPrice > div > .price {
  color: #f88b00;
  font-size: 20px;
  font-weight: bold;
}

.productActivity .modalitiesContainer .totalPrice .md-button {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
  margin: 0px;
}

.productActivity .informationContainer {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 15px;
}

.productActivity .informationContainer .detailsTitle {
  color: #0a293b;
  font-weight: bold;
}

.productActivity .informationContainer .detailsTitle md-icon {
  color: #757575;
}

/***ENDACTIVITIES***/
/***FERRIES***/
.availFerries .resultsContainer {
  padding-left: 0;
}

@media (max-width: 991px) {
  .availFerries .resultsContainer {
    padding-right: 0;
  }
}

.availFerries .resultsContainer + .resultsContainer {
  padding-right: 0;
}

.availFerries .resultsContainer .journeyBox {
  padding: 15px;
  background: #e6e6e6;
  color: #58b4e5;
  margin-bottom: 20px;
}

.availFerries .resultsContainer .journeyBox .type {
  padding: 3px 0;
}

.availFerries .resultsContainer .journeyBox .type md-icon {
  font-size: 38px;
  width: 60px;
  height: 38px;
  color: #0a293b;
}

.availFerries .resultsContainer .journeyBox .type md-icon i {
  color: #58b4e5;
  font-size: 16px;
  vertical-align: top;
  line-height: 38px;
}

.availFerries .resultsContainer .journeyBox .boxTitle {
  padding: 0 10px;
  font-weight: bold;
}

.availFerries .resultsContainer .journeyBox .boxTitle .title {
  font-size: 20px;
  color: #0a293b;
  font-weight: normal;
}

.availFerries .resultsContainer > .title {
  float: left;
  display: inline;
  width: auto;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666;
}

.availFerries .resultsContainer .filtersContainer .title {
  text-align: right;
  font-size: 18px;
  text-transform: uppercase;
  padding: 25px 5px;
  color: #666;
}

.ferryResume .journeyContainer {
  margin-bottom: 20px;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border: 1px solid #e6e6e6;
  padding: 0;
}

.ferryResume .journeyContainer .boxSupplier {
  padding-top: 20px;
}

.ferryResume .journeyContainer .infoJourney {
  padding: 10px 0;
}

.ferryResume .journeyContainer .infoJourney .infoOrigin {
  text-align: right;
  line-height: 20px;
  padding: 5px 0 0;
}

.ferryResume .journeyContainer .infoJourney .infoDestination {
  text-align: left;
  line-height: 20px;
  padding: 5px 0 0;
}

.ferryResume .journeyContainer .infoJourney .infoDestination b small {
  color: #f44336;
}

.ferryResume .journeyContainer .infoJourney .infoOrigin span,
.ferryResume .journeyContainer .infoJourney .infoDestination span {
  color: #666;
  display: block;
}

.ferryResume .journeyContainer .infoJourney .infoItinerary {
  padding: 0;
  text-align: center;
}

.ferryResume .journeyContainer .infoJourney ul.itinerary-line {
  height: 2px;
  width: 93%;
  background-color: #0a293b;
  margin: 2px auto;
  position: relative;
  padding: 0;
}

.ferryResume .journeyContainer .infoJourney ul.itinerary-line li {
  list-style-type: none;
}

.ferryResume .journeyContainer .infoJourney ul.itinerary-line li.itinerary-scale {
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ccircle fill='%23fff' cx='4' cy='4' r='3'/%3E%3Cpath fill='%230a293b' d='M4 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m0-2C1.8 0 0 1.8 0 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z'/%3E%3C/svg%3E");
  line-height: 0;
  position: relative;
  vertical-align: top;
  top: -3px;
  text-indent: 0;
  display: inline-block;
  zoom: 1;
  margin: 0 3%;
}

.ferryResume .journeyContainer .infoJourney ul.itinerary-line li.itinerary-stop {
  content: ' ';
  width: 21px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='120' viewBox='0 0 210 120'%3E%3Cpath d='M13 1.124v9.784c0 .971 1.197 1.419 1.915.822l5.666-4.855c.559-.448.559-1.195 0-1.643L14.915.303C14.197-.369 13 .154 13 1.124z' fill='%230A293B'/%3E%3C/svg%3E");
  position: absolute;
  right: -1px;
  top: -5px;
}

.ferryResume .journeyContainer .infoJourney .infoItinerary .scalePorts {
  color: #666;
}

.ferryResume .journeyContainer .infoJourney .infoItinerary .scalePorts span + span::before {
  content: ',';
}

.ferryResume .journeyContainer .infoJourney .infoItinerary .ship {
  color: #666;
  font-weight: bold;
}

.ferryResume .journeyContainer .tariffTitle {
  padding: 10px;
  background-color: #e6e6e6;
  color: #757575;
  font-weight: bold;
  line-height: 13px;
}

.ferryResume .journeyContainer .tariffTitle small {
  font-weight: normal;
}

.ferryResume .journeyContainer .accommodationLine {
  padding: 10px;
  color: #757575;
}

.ferryResume .goBooking,
.ferryResume .goBooking:hover,
.ferryResume .goBooking.md-focused {
  background: #f88b00;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-weight: bold;
  margin: 0;
}

.ferryResume .breakdown {
  padding-right: 0;
  color: #666;
}

.ferryResume .breakdown .line {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ferryResume .breakdown .line .price {
  text-align: right;
}

.ferryResume .breakdown .clearfix + .line {
  border-top: 2px dotted #e6e6e6;
}

.ferryResume .totalPrice {
  color: #666;
  font-weight: bold;
  font-size: 15px;
  text-align: right;
}

.ferryResume .totalPrice .price {
  font-size: 25px;
  color: #0a293b;
}

.ferryResume .totalPrice .priceBreakdown {
  text-transform: none;
  color: #ffa726;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}

.ferryResume .totalPrice .priceBreakdown md-icon {
  color: #ffa726;
  margin: 0;
  font-size: 20px;
  height: 22px;
  width: 20px;
  min-height: 22px;
  min-width: 20px;
}

.ferryResume .totalPrice .b2bInfoPrice {
  font-size: 12px;
}

.ferryResume .totalPrice .b2bInfoPrice .price {
  font-size: 20px;
}

/***ENDFERRIES***/
/***FLIGHTS***/
.autocomplete-flight-airport li {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.autocomplete-flight-airport .item-title .item-title {
  line-height: 16px;
  display: block;
  font-size: 14px;
}

.autocomplete-flight-airport .item-title .item-metadata {
  display: block;
  line-height: 12px;
  font-size: 12px;
}

.flight-airport-container {
  min-width: 300px !important;
}

@media (min-width: 576px) {
  .flight-airport-container {
    min-width: 400px !important;
  }
}

tws-searcher-flights .btnAddFlight {
  display: block;
  margin-bottom: 18px;
  color: #f88b00;
  font-weight: bold;
}

tws-searcher-flights .btnAddFlight md-icon {
  color: #f88b00;
  font-weight: normal;
  font-size: 20px;
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
}

tws-searcher-flights md-icon.btnDeleteFlight {
  position: relative;
  top: 15px;
  color: #f88b00;
  font-weight: normal;
}

.availFlights md-icon.rotate {
  transform: rotate(45deg);
}

.flightBreakdown .info {
  padding: 10px;
  background-color: #e6e6e6;
}

.flightBreakdown .info .title {
  color: #0a293b;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.flightBreakdown .info .description {
  color: #666;
  font-size: 13px;
}

.flightBreakdown .breakdown {
  padding: 0;
  color: #666;
}

.flightBreakdown .breakdown .line {
  padding-top: 8px;
  padding-bottom: 8px;
}

.flightBreakdown .breakdown .line + .line {
  border-top: 2px dotted #e6e6e6;
}

.flightBreakdown .breakdown .line.total {
  border-top: 2px solid #e6e6e6;
  font-weight: bold;
}

.flightBreakdown .breakdown .line .price {
  text-align: right;
}

.flightBreakdown .breakdown .line.total .price {
  font-size: 18px;
  color: #0a293b;
}

/***ENDFLIGHTS***/
/***TRANSFERS***/
.autocomplete-transfer-airport li {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.autocomplete-transfer-airport .item-title .item-title {
  line-height: 16px;
  display: block;
  font-size: 14px;
}

.autocomplete-transfer-airport .item-title .item-metadata {
  display: block;
  line-height: 12px;
  font-size: 12px;
}

.availTransfers md-icon.rotate {
  transform: rotate(45deg);
}

.availTransfers .resultsContainer {
  padding-left: 0;
}

@media (max-width: 991px) {
  .availTransfers .resultsContainer {
    padding-right: 0;
  }
}

.availTransfers .resultsContainer + .resultsContainer {
  padding-right: 0;
}

.availTransfers .resultsContainer .journeyBox {
  padding: 15px;
  background: #e6e6e6;
  color: #58b4e5;
  margin-bottom: 20px;
}

.availTransfers .resultsContainer .journeyBox .type {
  padding: 3px 0;
}

.availTransfers .resultsContainer .journeyBox .type md-icon {
  font-size: 38px;
  width: 60px;
  height: 38px;
  color: #0a293b;
}

.availTransfers .resultsContainer .journeyBox .type md-icon i {
  color: #58b4e5;
  font-size: 16px;
  vertical-align: top;
  line-height: 38px;
}

.availTransfers .resultsContainer .journeyBox .boxTitle {
  padding: 0 10px;
  font-weight: bold;
}

.availTransfers .resultsContainer .journeyBox .boxTitle .title {
  font-size: 20px;
  color: #0a293b;
  font-weight: normal;
  margin-top: 8px;
}

.availTransfers .resultsContainer .journeyBox .boxTitle .subtitle {
  font-size: 18px;
  color: #58b4e5;
  font-weight: normal;
}

.availTransfers .resultsContainer .transferContainer {
  margin-bottom: 20px;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border: 1px solid #e6e6e6;
  padding: 0;
}

.availTransfers .resultsContainer .transferContainer.selected {
  border: 2px solid #58b4e5;
}

.availTransfers .resultsContainer > .title {
  float: left;
  display: inline;
  width: auto;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #666;
}

.availTransfers .resultsContainer .transferContainer > .boxRadio {
  background-color: #e6e6e6;
  width: 30px;
  position: absolute;
  height: 100%;
}

.availTransfers .resultsContainer .transferContainer > .boxRadio md-radio-button {
  left: 5px;
  top: 42%;
}

.availTransfers .resultsContainer .transferContainer.selected > .boxRadio {
  background-color: rgba(88, 180, 229, 0.3);
}

.availTransfers .resultsContainer .transferContainer > .boxLabel {
  margin-left: 30px;
}

.availTransfers .resultsContainer .transferContainer > .boxLabel.journeyDisabled {
  opacity: 0.38;
}

.availTransfers .resultsContainer .transferContainer .transferImg {
  padding: 0 10px;
  margin: 0;
  max-height: 172px;
  overflow: hidden;
}

.availTransfers .resultsContainer .transferContainer .transferImg .transferPriceDetails.info {
  color: #757575;
  font-size: 13px;
  text-align: center;
}

.availTransfers .resultsContainer .transferContainer .transferImg .transferPriceDetails.price {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
  min-height: 30px;
  line-height: 25px;
  text-align: center;
}

.availTransfers .resultsContainer .transferContainer .transferDetails {
  padding: 0;
  margin: 0;
}

.availTransfers .resultsContainer .transferContainer .transferDetails .transferName {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
}

.availTransfers .resultsContainer .transferContainer .transferDetails .transferInfoDetails {
  font-size: 0.8em;
}

.availTransfers
  .resultsContainer
  .transferContainer
  .transferDetails
  .transferInfoDetails
  ul.infoWaitings {
  list-style: none;
  margin: 0;
}

.availTransfers
  .resultsContainer
  .transferContainer
  .transferDetails
  .transferInfoDetails
  ul.infoGeneral {
  list-style: none;
  padding-left: 0;
}

.availTransfers
  .resultsContainer
  .transferContainer
  .transferDetails
  .transferInfoDetails
  ul.infoGeneral
  li {
  padding-left: 1em;
  text-indent: -0.7em;
}

.availTransfers
  .resultsContainer
  .transferContainer
  .transferDetails
  .transferInfoDetails
  ul.infoGeneral
  li::before {
  content: '• ';
  color: #58b4e5;
  font-weight: bold;
  font-size: 14px;
}

.availTransfers
  .resultsContainer
  .transferContainer
  .transferDetails
  .transferInfoDetails
  .moreInformation {
  color: #f88b00;
  font-weight: bold;
  min-height: 36px;
  line-height: 36px;
  margin: 0 8px;
}

.transferExtendInformation .boxDescripcion {
  margin-bottom: 25px;
}

.transferExtendInformation .title {
  color: #0a293b;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}

.transferExtendInformation ul {
  list-style: none;
  padding-left: 0;
}

.transferExtendInformation ul li {
  padding-left: 1em;
  text-indent: -0.7em;
}

.transferExtendInformation ul li::before {
  content: '• ';
  color: #58b4e5;
  font-weight: bold;
  font-size: 14px;
}

.transferResume .transferContainer {
  margin-bottom: 20px;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border: 1px solid #e6e6e6;
  padding: 0;
}

.transferResume .transferContainer .transferImg {
  padding: 0 10px;
  margin: 0;
  max-height: 172px;
  overflow: hidden;
}

.transferResume .transferContainer .transferImg .transferPriceDetails.info {
  color: #757575;
  font-size: 13px;
  text-align: center;
}

.transferResume .transferContainer .transferImg .transferPriceDetails.price {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
  min-height: 30px;
  line-height: 25px;
  text-align: center;
}

.transferResume .transferContainer .transferDetails {
  padding: 0;
  margin: 0;
}

.transferResume .transferContainer .transferDetails .transferName {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
}

.transferResume .transferContainer .transferDetails .transferInfoDetails {
  font-size: 0.8em;
}

.transferResume .transferContainer .transferDetails .transferInfoDetails ul.infoWaitings {
  list-style: none;
  margin: 0;
}

.transferResume .transferContainer .transferDetails .transferInfoDetails ul.infoGeneral {
  list-style: none;
  padding-left: 0;
}

.transferResume .transferContainer .transferDetails .transferInfoDetails ul.infoGeneral li {
  padding-left: 1em;
  text-indent: -0.7em;
}

.transferResume .transferContainer .transferDetails .transferInfoDetails ul.infoGeneral li::before {
  content: '• ';
  color: #58b4e5;
  font-weight: bold;
  font-size: 14px;
}

.transferResume .goBooking,
.transferResume .goBooking:hover,
.transferResume .goBooking.md-focused {
  background: #f88b00;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-weight: bold;
  margin: 0;
}

.transferResume .totalPrice {
  color: #666;
  font-weight: bold;
  font-size: 15px;
  text-align: right;
}

.transferResume .totalPrice .price {
  font-size: 25px;
  color: #0a293b;
}

.transferResume .totalPrice .priceBreakdown {
  text-transform: none;
  color: #ffa726;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
}

.transferResume .totalPrice .priceBreakdown md-icon {
  color: #ffa726;
  margin: 0;
  font-size: 20px;
  height: 22px;
  width: 20px;
  min-height: 22px;
  min-width: 20px;
}

.transferResume .totalPrice .b2bInfoPrice {
  font-size: 12px;
}

.transferResume .totalPrice .b2bInfoPrice .price {
  font-size: 20px;
}

/***ENDTRANSFERS***/
/***INSURANCES***/
tws-searcher-insurances .inputPrice md-icon {
  font-size: 12px;
  line-height: 16px;
}

/***ENDINSURANCES***/
/***TOURS***/
.availTours .resultsContainer .orderTools span.titleOrder {
  width: 20%;
}

.availTours .resultsContainer .orderTools .md-button {
  width: 20%;
}

.availTours .resultsContainer .tourContainer {
  background-color: #fff;
  padding: 25px 0px;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
}

.availTours .resultsContainer .tourContainer .tourImg {
  padding: 0 10px;
  margin: 0;
  max-height: 172px;
  overflow: hidden;
}

.availTours .resultsContainer .tourContainer .tourDetailsBox {
  padding: 0;
  margin: 0;
}

.availTours .resultsContainer .tourContainer .tourDetails {
  padding: 0;
  margin: 0;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourName {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourName a {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourLocDetails {
  color: #757575;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourLocDetails md-icon {
  font-size: 22px;
  color: #757575;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourDeparture {
  color: #757575;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourDeparture md-icon {
  font-size: 22px;
  color: #757575;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourDescription {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourDescription strong {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.availTours .resultsContainer .tourContainer .tourDetails .tourCategories span {
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.063px;
}

.availTours .resultsContainer .tourContainer .tourPriceDetails {
  padding: 0 10px;
  margin: 0;
  text-align: center;
}

.availTours .resultsContainer .tourContainer .tourPriceDetails .info {
  color: #757575;
}

.availTours .resultsContainer .tourContainer .tourPriceDetails .price {
  color: #f88b00;
  font-size: 24px;
  font-weight: bold;
}

.availTours .resultsContainer .tourContainer .tourPriceDetails .duration {
  color: #757575;
  font-size: 12px;
}

.availTours .resultsContainer .tourContainer .tourIncludesDetails {
  padding: 15px 10px;
  margin: 15px 0 0 0;
  border-top: 2px solid #e6e6e6;
}

.availTours .resultsContainer .tourContainer .tourIncludesDetails .includesList b {
  color: #0a293b;
}

.availTours .resultsContainer .tourContainer .tourIncludesDetails .md-button.viewMap {
  margin: 0;
  text-transform: none;
  font-size: 12px;
  color: #0a293b;
}

.availTours .resultsContainer .tourContainer .tourIncludesDetails .md-button.viewTour {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  margin: 0px;
  background-color: #f88b00;
  text-transform: none;
}

.productTour .headerFixed {
  background-color: #0a293b;
  color: #fff;
  visibility: hidden;
  height: 0px;
}

.productTour .headerFixed.fix-to-top {
  position: fixed;
  z-index: 99999;
  width: 100%;
  left: 0;
  top: 0;
  visibility: visible;
  height: auto;
  padding: 0;
}

/* Base Header Styles */
.productTour .headerFixed__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.productTour .headerFixed__left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.productTour .headerFixed__info-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productTour .headerFixed__info-icon .material-icons {
  font-size: 20px;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
}

.productTour .headerFixed__info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.productTour .headerFixed__duration {
  font-family: var(--font-family-main, 'Rethink Sans'), sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.0625px;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
}

.productTour .headerFixed__price {
  font-family: var(--font-family-main, 'Rethink Sans'), sans-serif;
  font-size: 15.6px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.0312px;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
}

.productTour .headerFixed__right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.productTour .headerFixed__share {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-family: var(--font-family-main, 'Rethink Sans'), sans-serif;
  font-size: 15.6px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.0312px;
}

.productTour .headerFixed__share .material-icons {
  font-size: 20px;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
}

.productTour .headerFixed__btn {
  background-color: var(--Theme-CTA-CTA---main, #38b5e6);
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-family: var(--font-family-main, 'Rethink Sans'), sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.34px;
  padding: 10px 15px;
  border-radius: 4px;
  min-height: auto;
  height: auto;
  box-shadow: none;
  text-transform: none;
}

/* Mobile Responsive Design */
@media (max-width: 991px) {
  .productTour .headerFixed__info-icon {
    display: none;
  }

  .productTour .headerFixed__share {
    display: none;
  }

  .productTour .headerFixed__right {
    gap: 0;
  }
}

/* Desktop Responsive Design */
@media (min-width: 992px) {
  .productTour .headerFixed__content {
    padding: 10px 20px;
  }

  .productTour .headerFixed__info-text {
    flex-direction: row;
    gap: 0;
    white-space: nowrap;
  }

  .productTour .headerFixed__duration {
    font-size: 15.6px;
    line-height: 22px;
    letter-spacing: 0.0312px;
  }

  .productTour .headerFixed__duration:after {
    content: ' ';
  }
}

/* Legacy support for old container structure */
.productTour .headerFixed > .container {
  display: none;
}

.productTour .headerFixed.fix-to-top > .container {
  display: none;
}

.productTour .tourName {
  color: var(--Theme-Brand---main, #0a293a);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.productTour .tourCategories {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.productTour .tourCategories span {
  font-size: 12px;
  font-weight: 400;
  padding: 4px 6px;
  background-color: #eff2f7;
  border-radius: 8px;
  margin: 10px 10px 0 0;
}

.productTour .tourInfo {
  margin: 0 10px;
}

.productTour .tourCategories .tagIcon {
  height: 16px;
  width: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.063px;
  min-width: 16px;
  min-height: 16px;
  margin-top: -2px;
}

.productTour .tourCategories p {
  margin: 0;
  padding: 0;
  display: inline;
}

.productTour {
  font-family:
    var(--font-family-main, 'Rethink Sans'),
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
}

.productTour button {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

/* Searcher Box */
.productTour .tour-searcher {
  display: flex;
  padding: 30px;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  background: var(--Theme-Brand---main, #0a293a);
  color: white;
}

.productTour .tour-searcher-container {
  display: flex;
  max-width: 410px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.productTour .tour-searcher-container .search__share {
  border-radius: 4px;
  background: var(--Theme-CTA-CTA---lIght, #d9e0ea);
  padding: 10px 15px;
}

.productTour .tour-searcher-container .search__share span {
  color: var(--Theme-CTA-CTA---light---content, #6d71a0);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.34px;
}

/* Common flex layouts */
.productTour .searcher-content,
.productTour .gallery-container,
.productTour .action-buttons {
  display: flex;
  flex-direction: column;
}

.productTour .action-buttons {
  gap: 20px;
}

.productTour .searcher-content {
  gap: 20px;
}

/* Responsive visibility */
.productTour .desktop-only {
  display: none;
}

.productTour .mobile-only {
  display: none;
}

/* Elements with flex center alignment */
.productTour .detail-row,
.productTour .btn-secondary,
.productTour .price-notes,
.productTour .expert-help,
.productTour .expert-help .expert-contact,
.productTour .gallery-grid,
.productTour .gallery-btn-mobile {
  display: flex;
  align-items: center;
}

.productTour .top,
.productTour .gallery-grid {
  display: flex;
}

.productTour
  .top
  .gallery-container
  .gallery-grid
  .gallery-main-image
  .gallery-btn-mobile
  .material-outlined {
  font-size: 24px;
}

/* Elements with 10px gap */
.productTour .tour-header,
.productTour .tour-details,
.productTour .detail-row,
.productTour .btn-secondary,
.productTour .gallery-grid,
.productTour .gallery-side-images,
.productTour .gallery-btn-mobile {
  gap: 10px;
}

/* Small text typography (inherited) */
.productTour .tour-header .tour-label,
.productTour .detail-row .detail-value .sub-value,
.productTour .expert-help .expert-text {
  font-size: 15.6px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.0312px;
}

.productTour .tour-header .tour-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.productTour .detail-row .detail-label,
.productTour .tour-destinations,
.productTour .price-notes .price-link,
.productTour .expert-help .phone-number {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.034px;
}

.productTour .detail-row .detail-label {
  flex: 1;
}

.productTour .detail-row .detail-value {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.productTour .detail-row .detail-value .main-value {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.productTour .price-row {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 6px;
}

/* Destinations & Actions */
.productTour .tour-destinations {
  padding-top: 10px;
}

/* Buttons inherit common properties from parent */
.productTour .btn-primary,
.productTour .btn-secondary {
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.34px;
  padding: 14px 15px;
}

.productTour .btn-primary {
  justify-content: center;
  background: var(--Theme-CTA-CTA---main, #38b5e6);
  color: white;
}

.productTour .btn-secondary {
  background: transparent;
  color: white;
  border: 1px solid white;
  justify-content: center;
}

.productTour .btn-secondary .download-icon {
  opacity: 0.65;
  font-size: 24px;
  margin: 0;
  color: var(--Theme-Brand---main-alt, #ffffff);
}

.productTour .price-notes {
  gap: 5px;
  padding-top: 10px;
}

.productTour .price-notes .info-icon {
  font-size: 24px;
  margin: 0;
  color: var(--Theme-Brand---main-alt, #ffffff);
}

.productTour .price-notes .price-link {
  text-decoration: underline;
  cursor: pointer;
}

/* Elements with semi-transparent background */
.productTour .expert-help,
.productTour .price-row {
  background: var(--Theme-Avisos-Brand-Brand, #1d1e2a);
  border-radius: 6px;
}

.productTour .expert-help {
  padding: 10px;
  justify-content: space-between;
}

.productTour .expert-help .expert-text {
  text-align: center;
}

.productTour .expert-help .expert-contact {
  gap: 2px;
  padding: 10px 0;
}

.productTour .expert-help .expert-contact .material-icons {
  font-size: 24px;
}

/* Gallery Layout */
.productTour .gallery-grid {
  justify-content: flex-end;
  height: 500px;
}

.productTour .top {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  align-self: stretch;
  margin-top: 30px;
}

.productTour .gallery-container {
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}

/* Gallery images with common properties */
.productTour .gallery-main-image,
.productTour .gallery-side-image {
  border-radius: 4px;
  overflow: hidden;
}

.productTour .gallery-main-image {
  position: relative;
  width: 600px;
  height: 500px;
  flex-shrink: 0;
}

/* Common image properties */
.productTour .gallery-main-image img,
.productTour .gallery-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.productTour .gallery-main-image img:hover,
.productTour .gallery-side-image img:hover {
  transform: scale(1.02);
}

@media (max-width: 991px) {
  .productTour .gallery-main-image img {
    height: 100%;
  }
}

.productTour .gallery-btn-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}

.productTour .gallery-view-all-btn,
.productTour .gallery-btn-mobile {
  background: #d9e0ea;
  border-radius: 4px;
}

.productTour .gallery-view-all-btn {
  color: var(--Theme-CTA-CTA---light---content, #6d71a0);
  padding: 10px 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.34px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.productTour .gallery-side-images {
  display: flex;
  flex-direction: column;
  height: 500px;
  flex: 1 0 0;
  min-width: 250px;
}

.productTour .gallery-side-image {
  height: 245px;
  position: relative;
}

/* Mobile Gallery Button inherits from common button properties */
.productTour .gallery-btn-mobile {
  padding: 10px;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.productTour .gallery-icon {
  position: relative;
  width: 24px;
  height: 24px;
  opacity: 0.65;
}

.productTour .gallery-icon-bg,
.productTour .gallery-icon-vector {
  width: 100%;
  height: 100%;
  display: block;
}

.productTour .gallery-icon-overlay {
  position: absolute;
  inset: 12.5%;
  width: 75%;
  height: 75%;
}

/* Hover Effects */
.productTour .btn-primary:hover,
.productTour .btn-secondary:hover,
.productTour .gallery-view-all-btn:hover {
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

.productTour .btn-primary:hover {
  background: #2a9bcf;
}

.productTour .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.productTour .gallery-view-all-btn:hover {
  background: #c8d1dc;
}

.productTour .price-link:hover {
  opacity: 0.8;
}

.productTour .tour-modality-tab {
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.155px;
}

.video-gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}

.video-gallery-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
}

.video-gallery-close:hover,
.video-gallery-close:focus {
  color: #bbb;
}

.video-gallery-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 80px);
  padding: 60px 20px 20px;
}

.video-gallery-container {
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
}

.video-gallery-arrow-desktop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 10001;
  transition: 0.3s;
  opacity: 0.8;
}

.video-gallery-arrow-desktop:hover {
  opacity: 1;
}

.video-gallery-arrow-desktop.prev {
  left: 20px;
}

.video-gallery-arrow-desktop.next {
  right: 20px;
}

.video-gallery-arrow-mobile {
  display: none;
}

.video-gallery-counter {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.8;
}

.video-gallery-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.video-gallery-title {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .video-gallery-container {
    width: 100%;
    height: auto;
  }

  .video-gallery-close {
    font-size: 30px;
    top: 10px;
    right: 15px;
  }

  .video-gallery-title {
    font-size: 14px;
  }

  .video-gallery-arrow-desktop {
    display: none;
  }

  .video-gallery-arrow-mobile {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-radius: 4px;
    opacity: 0.8;
    transition: 0.3s;
  }

  .video-gallery-arrow-mobile:active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }

  .video-gallery-arrow-mobile.prev {
    left: 10px;
  }

  .video-gallery-arrow-mobile.next {
    right: 10px;
  }
}

/* Media Queries */
@media (min-width: 992px) {
  .productTour .desktop-only {
    display: flex;
    flex-direction: column;
  }

  .productTour .searcher-content {
    max-width: 350px;
  }

  .productTour .btn-primary {
    padding: 18px 15px;
  }
}

@media (max-width: 991px) {
  .productTour .mobile-only {
    display: flex !important;
  }

  .productTour .gallery-view-all-btn {
    display: none !important;
  }

  .productTour .gallery-grid {
    flex-direction: column;
    height: auto;
    gap: 10px;
    width: 100%;
  }

  .productTour .top {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0;
    flex-direction: column;
  }

  .productTour .gallery-container {
    width: 100%;
  }

  .productTour .gallery-main-image {
    width: 100%;
    max-width: 100vw;
    height: 300px;
    border-radius: 0;
  }

  .productTour .gallery-side-images {
    display: none;
  }

  .productTour .tour-searcher {
    width: calc(100vw - 20px);
    margin: 0 10px 20px;
    border-radius: 12px;
  }

  .productTour .tour-searcher-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .productTour .gallery-btn-mobile {
    display: flex;
  }
}

.productTour .galleryTour {
  background-color: #fff;
}

.productTour .galleryTour .sliderImages {
  padding: 0px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
  min-height: 150px;
  overflow: hidden;
}

.productTour .galleryTour .sliderImages img {
  opacity: 1;
  max-height: 600px;
  max-width: 100%;
}

.productTour .galleryTour .sliderImages img.ng-hide-add {
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
}

.productTour .galleryTour .sliderImages img.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.productTour .galleryTour .sliderImages img.ng-hide-remove {
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
  opacity: 0;
}

.productTour .galleryTour .sliderImages img.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.productTour .galleryTour .sliderImages .arrow {
  cursor: pointer;
  margin-top: -35px;
  outline: medium none;
  position: absolute;
  top: 50%;
  font-size: 64px;
  color: #666;
  z-index: 5;
}

.productTour .galleryTour .sliderImages .arrow.prev {
  left: 20px;
  opacity: 0.6;
  transition: all 0.2s linear 0s;
}

.productTour .galleryTour .sliderImages .arrow.next {
  opacity: 0.6;
  right: 20px;
  transition: all 0.2s linear 0s;
}

.productTour .galleryTour .sliderImages .arrow.prev:hover {
  opacity: 1;
}

.productTour .galleryTour .sliderImages .arrow.next:hover {
  opacity: 1;
}

.productTour .shortDescription {
  color: var(--Theme-Texto-Text---base, #473f4b);
  line-height: 22px;
  letter-spacing: 0.031px;
  margin: 20px 0;
}

.productTour .includesDescription {
  margin-top: 15px;
  color: #757575;
  font-size: 13px;
}

.productTour .includesDescription .title {
  color: #0a293b;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.productTour .includesDescription .boxInclude {
  padding: 10px;
  height: 80px;
}

.productTour .includesDescription .boxInclude:nth-child(3n) {
  clear: both;
}

.productTour .includesDescription .boxInclude > md-icon {
  float: left;
  display: inline;
  font-size: 35px;
  min-width: 35px;
  min-height: 35px;
  line-height: 35px;
  margin-right: 5px;
}

.productTour .includesDescription .boxInclude > span {
  float: left;
  display: inline;
  color: #757575;
  line-height: 12px;
  font-size: 12px;
  width: calc(100% - 40px);
}

.productTour .includesDescription .boxInclude > span b {
  color: #0a293b;
  font-weight: bold;
  float: left;
  display: inline;
  line-height: 15px;
  width: 100%;
}

.productTour .includesDescription .boxInclude > span span {
  float: left;
  display: inline;
  width: 100%;
}

.productTour .includesDescription.new-design {
  display: flex;
  max-width: 1300px;
  padding: 50px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
  border-bottom: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
}

@media (min-width: 768px) {
  .productTour .includesDescription.new-design {
    padding: 50px 0;
    min-width: 100%;
  }

  .productTour .includesDescription.new-design .includes-content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .productTour .includesDescription.new-design {
    padding: 30px 20px;
  }

  .productTour .includesDescription.new-design .includes-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.productTour .includesDescription.new-design .include-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .productTour .includesDescription.new-design .include-item {
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
  }
}

.productTour .includesDescription.new-design .include-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  opacity: 0.65;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .productTour .includesDescription.new-design .include-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
}

.productTour .includesDescription.new-design .include-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.productTour .includesDescription.new-design .include-title {
  font-family:
    var(--font-family-main, 'Rethink Sans'), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.034px;
  color: var(--Theme-Texto-Text---base, #473f4b);
  margin: 0;
  width: 100%;
}

.productTour .includesDescription.new-design .include-description {
  font-family:
    var(--font-family-main, 'Rethink Sans'), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15.6px;
  line-height: 22px;
  letter-spacing: 0.0312px;
  color: var(--Theme-Texto-Text---base, #473f4b);
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .productTour .includesDescription.new-design .include-header {
    flex: 1;
  }
}

.productTour .includesDescription.new-design .boxInclude {
  padding: 0;
  height: auto;
  width: 100%;
}

.productTour .includesDescription.new-design .boxInclude > md-icon,
.productTour .includesDescription.new-design .boxInclude > span {
  float: none;
  display: block;
  width: auto;
  margin: 0;
}

.productTour .share-buttons {
  font-size: 40px;
}

.productTour .share-btn-container .share-buttons {
  font-size: 30px;
  min-width: 30px;
  margin: 0;
}

.productTour .headerFixed__right .share-btn-container .share-buttons {
  margin-left: 10px;
}

.productTour .files-tour {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.productTour .expert-help-banner {
  margin: 15px 0;
  font-family:
    var(--font-family-main, 'Rethink Sans'), 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  border-radius: 6px;
  background: var(--Theme-Avisos-Brand-Brand, #1d1e2a);
}

@media (min-width: 768px) {
  .productTour .expert-help-banner {
    display: none !important;
  }
}

.productTour .download-section-container {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.productTour .expert-help-banner .expert-help-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productTour .expert-help-banner .expert-help-text {
  font-weight: 400;
  font-size: 15.6px;
  line-height: 22px;
  letter-spacing: 0.0312px;
  text-align: center;
  margin: 0;
}

.productTour .expert-help-banner .expert-help-text p {
  margin: 0;
  white-space: nowrap;
}

.productTour .expert-help-banner .expert-help-contact {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 10px 0;
}

.productTour .expert-help-banner .expert-help-contact .material-icons {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: var(--Theme-Brand-main-alt, #ffffff);
}

.productTour .expert-help-banner .phone-number {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.034px;
  white-space: nowrap;
}

.productTour .itineraryDescription {
  margin-top: 15px;
  color: #757575;
  font-size: 13px;
}

.productTour .itineraryDescription > .title {
  color: #0a293b;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
}

.productTour .itineraryDescription > .title > .viewMap {
  background-color: #0a293b;
  color: #fff;
  margin: 0;
  text-transform: none;
  font-size: 12px;
  min-height: 24px;
  height: 24px;
  line-height: 24px;
}

.productTour .itineraryDescription .dayItinerary {
  padding: 0 10px;
  border-left: 2px solid transparent;
}

.productTour .itineraryDescription .dayItinerary.contrast {
  border-left: 2px solid #0a293b;
  background-color: #f7f7f7;
}

.productTour .itineraryDescription .dayItinerary .dayNumber {
  color: #0a293b;
  font-size: 13px;
  padding: 23px 15px 20px 5px;
  text-align: right;
}

.productTour .itineraryDescription .dayItinerary .dayInformation {
  color: #757575;
  font-size: 13px;
  border-left: 2px solid #e6e6e6;
  padding: 20px 0 20px 10px;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .dayNumber {
  padding: 0;
  text-align: left;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .itinerary-day {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  left: -11px;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
  background-color: #0a293b;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .title {
  color: #0a293b;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .description {
  color: #757575;
  font-size: 13px;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .dayImage {
  padding: 0 0 0 s10px;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .btnService {
  background-color: #0a293b;
  color: #fff;
  text-transform: none;
  border-radius: 5rem;
  line-height: 1;
  min-height: 26px;
  height: 26px;
  padding: 3px 15px;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .btnService md-icon {
  color: #fff;
  font-size: 17px;
  height: 20px;
  min-height: 20px;
}

.productTour .itineraryDescription .dayItinerary .dayInformation .btnService i {
  color: #f88b00;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
}

.productTour .modalityDescription {
  margin-top: 15px;
  color: #757575;
  font-size: 13px;
}

.productTour .modalityDescription > .title {
  padding: 15px 0;
  color: var(--Theme-Brand---main, #0a293a);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}

.productTour .modalityDescription > md-tabs md-tabs-wrapper {
  border: none;
}

.productTour .modalityDescription > md-tabs md-pagination-wrapper,
.productTour .modalityDescription > md-tabs md-tabs-canvas {
  height: 36px;
}

.productTour .modalityDescription > md-tabs md-pagination-wrapper {
  border-radius: 19px;
  background: var(--Theme-BG-BG---area-2, #eff2f7);
}

.productTour .modalityDescription > md-tabs .md-tab {
  text-transform: none;
  font-size: 15px;
  color: var(--Theme-Texto-Text---base, #473f4b);
  padding: 5px 24px;
}

.productTour .modalityDescription > md-tabs .md-tab.md-active {
  color: #fff;
  font-weight: bold;
  border-radius: 19px;
  background: var(--Theme-CTA-CTA---main, #38b5e6);
}

.productTour .modalityDescription > md-tabs md-ink-bar {
  background: var(--Theme-BG-BG---area-2, #eff2f7);
}

.productTour .modalityDescription > md-tabs md-tab-content {
  padding: 10px;
}

.productTour .modalityDescription md-tab-content > div {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  /* justify-content: space-around; */
}

.productTour .modalityDescription .icon-selected {
  color: white;
  font-family: 'Material Icons Outlined';
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.productTour .modalityDescription .icon-non-selected {
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-family: 'Material Icons Outlined';
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

/* .productTour .hotels-summary-nav {
  margin-right: 14px;
} */

.productTour .tour-searcher .download-section-title {
  color: white;
  font-size: 22px;
}

@media (max-width: 991px) {
  .productTour .modalityDescription md-tab-content > div {
    flex-direction: column;
    gap: 20px;
  }
  .productTour .modalityDescription > md-tabs md-tab-content .boxServices.hotel,
  .productTour .modalityDescription > md-tabs md-tab-content .boxServices.activities {
    max-width: 100% !important;
    width: 100% !important;
  }
  .productTour .modalityDescription > md-tabs md-tab-content .boxServices {
    max-width: 100% !important;
  }
}

.productTour .modalityDescription > md-tabs md-tab-content .boxServices {
  margin-bottom: 4rem;
  /* max-width: 660px; */
  max-width: 45%;
}

.productTour .modalityDescription > md-tabs md-tab-content .boxServices.hotel {
  max-width: 56%;
  width: 56%;
}

.productTour .modalityDescription > md-tabs md-tab-content .boxServices.activities {
  max-width: 40%;
  width: 40%;
}

.productTour .itinerary-summary-nav {
  margin-right: 14px;
}

.hotel-carousel,
.activity-carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  width: 100%;
}

.hotel-carousel {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hotel-carousel::-webkit-scrollbar {
  display: none;
}
.hotel-carousel .cardHotel,
.activity-carousel .cardActivity {
  flex: 0 0 auto;
}

.activity-carousel .cardActivity {
  float: none;
  box-sizing: border-box;
  flex: 0 0 237px;
  max-width: 237px;
}
@media (max-width: 768px) {
  .activity-carousel .cardActivity {
    flex-basis: 80%;
    max-width: 80%;
  }
}

/* Scrollbar (opcional) */
.activity-carousel::-webkit-scrollbar {
  height: 6px;
}
.activity-carousel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle {
  color: var(--Theme-Texto-Text---title, #473f4b);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.03px;
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin: 30px 0;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle span {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle a {
  color: #0a293b;
  font-size: 18px;
  font-weight: bold;
  margin: 7px 0;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle md-icon {
  font-family: 'Material Icons Outlined';
  color: var(--Theme-CTA-CTA---light---content, #6d71a0);
  margin-right: 4px;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle .dest-loc {
  font-size: 16px;
  height: 16px;
  width: 16px;
  min-height: 19px;
  min-width: 16px;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle.hotel.destination {
  color: #757575;
  font-size: 15px;
  border: 1px #d1d1d1 solid;
  border-radius: 1rem;
  margin: 6px;
  padding: 0.5rem 0.5rem;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle.hotel.destination .dest-show {
  color: #0a293b;
  font-size: 23px !important;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle.hotel.destination .dest-count {
  border: 1px #8d8d8d solid;
  padding: 1px 10px;
  border-radius: 1rem;
  margin-left: 5px;
  font-size: 13px;
}

.productTour .modalityDescription > md-tabs md-tab-content .subtitle.hotel.destination md-icon {
  color: #757575;
}

.productTour .additionalDescription {
  margin-top: 15px;
  color: #757575;
  font-size: 13px;
}

.productTour .additionalDescription > .title {
  color: var(--Theme-Brand---main, #0a293a);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

@media (min-width: 991px) {
  .productTour .additionalDescription > .title {
    margin-bottom: 14px;
  }
}

.productTour .additionalDescription > .title i.iconInfo {
  color: #757575;
  font-style: italic;
  font-size: 21px;
  font-weight: bold;
  padding: 0 9px;
}

.productTour .additionalDescription .boxDescription {
  padding: 10px 0;
}

.productTour .additionalDescription .boxDescription .title {
  color: var(--Theme-Texto-Text---title, #473f4b);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.productTour .additionalDescription .boxDescription .text {
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  line-height: 22px;
}

.productTour .cardHotel {
  padding: 0px;
}

.productTour .cardHotel md-card .md-card-image {
  max-height: 140px;
  height: 140px;
}

.productTour .cardHotel md-card {
  width: 237px;
  padding: 0px;
  border-radius: 12px;
  background: var(--Theme-BG-BG---area-2, #eff2f7);
  box-shadow: none;
  height: 260px;
  margin: 0;
}

.productTour .activity-carousel md-card {
  width: 237px;
  padding: 0px;
  height: 260px;
  border-radius: 12px;
  background: var(--Theme-BG-BG---area-2, #eff2f7);
  box-shadow: none;
  margin: 0;
}

md-card md-card-title md-card-title-text {
  gap: 5px;
}

.hotel-carousel {
  display: flex;
  flex-direction: row;
  overflow-x: auto;

  padding-bottom: 8px;
  scroll-behavior: smooth;
}

@media (max-width: 991px) {
  .hotel-carousel {
    flex-wrap: wrap;
  }
  .productTour .cardHotel {
    width: 100%;
    height: auto;
  }
  .productTour .cardHotel md-card {
    width: 100%;
    height: auto;
  }
  .productTour .cardHotel md-card .md-card-image {
    max-height: none;
    height: auto;
  }
  .hotels-summary-nav.desktop-only {
    display: none !important;
  }
}

.productTour .cardHotel md-card md-card-title {
  padding: 20px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

.productTour .cardHotel md-card md-card-title .md-headline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: var(--Theme-Texto-Text---title, #473f4b);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.034px;
}

.productTour .cardHotel md-card md-card-title .md-subhead {
  padding: 0px;
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.031px;
}

.productTour .cardActivity md-card .md-card-image {
  max-height: 140px;
  height: 140px;
}

.productTour .cardActivity md-card md-card-title {
  padding: 20px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

.productTour .cardActivity md-card md-card-title .md-headline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: var(--Theme-Texto-Text---title, #473f4b);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.034px;
}

.productTour .cardActivity md-card md-card-title .md-subhead {
  padding: 0px;
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.031px;
}

.productTour .cardInsurance md-card md-card-title {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

.productTour .cardInsurance md-card md-card-title .md-headline {
  color: #0a293b;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.productTour .cardInsurance md-card md-card-title .md-subhead {
  padding: 0px;
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}

.productTour .infoTour {
  background-color: #fff;
  margin-bottom: 20px;
}

.productTour .tour-summary {
  display: none;
  justify-content: space-between;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  background: var(--Theme-Avisos-Neutral-Neutral-aux, #f1f1f8);
}

.productTour .tour-summary .material-outlined.material-icons {
  margin: 0;
}

.productTour .tour-summary .icon-info,
.icon-share {
  display: flex;
  align-items: center;
  color: #3a4256;
}

.productTour .infoTour .durationInformation .duration {
  color: #0a293b;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.productTour .infoTour .priceInformation {
  padding-right: 10px;
  margin-top: 12px;
  color: #0a293b;
  text-align: right;
}

.productTour .infoTour .priceInformation .info {
  color: #757575;
  font-size: 12px;
  line-height: 12px;
}

.productTour .infoTour .priceInformation .price {
  color: #f88b00;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.productTour .columRightDesktop .thumbImages {
  text-align: center;
  padding: 0;
}

.productTour .columRightDesktop .thumbImages li {
  border: 2px solid #fff;
  cursor: pointer;
  float: left;
  display: inline;
  margin: 0 2px 2px;
  width: 40px;
  height: 40px;
}

.productTour .columRightDesktop .thumbImages li.active {
  border: 2px solid #58b4e5;
}

.productTour .columRightDesktop .thumbImages li img {
  width: 100%;
  height: 100%;
}

.productTour .columRightDesktop .filesTour {
  padding: 10px;
}

.productTour .columRightDesktop .filesTour .md-button {
  width: 100%;
  margin: 6px 0;
}

.productTour .columRightDesktop .shareTour {
  padding: 10px;
}

.productTour .columRightDesktop .shareTour .md-button.icon {
  padding: 5px;
  background-color: #0a293b;
  color: #fff;
}

.productTour .columRightDesktop .shareTour .md-button.icon i {
  font-size: 25px;
}

.productTour .searcherBox {
  padding: 15px;
  background-color: #0a293b;
  color: #fff;
  border: 2px solid #143143;
}

.productTour .searcherBox > .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 0;
}

.productTour .searcherBox > .subTitle {
  font-weight: bold;
}

.productTour .searcherBox > .infoSubTitle {
  font-size: 12px;
}

.productTour .searcherBox > .infoSubTitle md-icon {
  color: #58b4e5;
}

.productTour .searcherBox .includesBox {
  border-top: 2px solid #143143;
  color: #757575;
  margin-top: 10px;
}

.productTour .searcherBox .includesBox .title {
  color: #fff;
  padding: 10px;
}

.productTour .searcherBox .includesBox .listBox {
  background-color: #fff;
}

.productTour .searcherBox .includesBox .listBox .line {
  padding: 5px 10px;
  font-size: 12px;
}

.productTour .searcherBox .includesBox .listBox .line md-icon {
  margin-right: 5px;
}

.productTour .searcherBox .includesBox .listBox .line + .line {
  border-top: 1px solid #e6e6e6;
}

.productTour .searcherBox .searchBox {
  padding: 15px 0 5px;
  margin-bottom: 10px;
}

.productTour .searcherBox .searchBox form {
  margin: 0 -10px;
}

.productTour
  .searcherBox
  .searchBox
  md-input-container.md-default-theme.md-input-has-value:not(.md-input-invalid)
  label,
.productTour
  .searcherBox
  .searchBox
  md-input-container.md-input-has-value:not(.md-input-invalid)
  label {
  color: rgba(255, 255, 255, 0.54);
}

.productTour .searcherBox .searchBox md-input-container.md-default-theme .md-input,
.productTour .searcherBox .searchBox md-input-container .md-input {
  color: #fff;
  font-size: 17px;
  border-color: rgba(255, 255, 255, 0.54);
}

.productTour .searcherBox .searchBox md-input-container md-select.md-default-theme .md-select-value,
.productTour .searcherBox .searchBox md-input-container md-select .md-select-value {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.54);
}

.productTour
  .searcherBox
  .searchBox
  md-input-container
  md-checkbox.md-default-theme:not([disabled]).md-primary:not(.md-checked)
  .md-icon,
.productTour
  .searcherBox
  .searchBox
  md-input-container
  md-checkbox:not([disabled]).md-primary:not(.md-checked)
  .md-icon {
  border-color: rgba(255, 255, 255, 0.54);
}

.productTour .searcherBox .searchBox md-input-container .md-select-value .md-select-icon {
  color: rgba(255, 255, 255, 0.54);
}

.productTour .searcherBox .searchBox md-input-container.md-default-theme .md-placeholder,
.productTour .searcherBox .searchBox md-input-container .md-placeholder,
.productTour .searcherBox .searchBox md-input-container.md-default-theme label,
.productTour .searcherBox .searchBox md-input-container label,
.productTour
  .searcherBox
  .searchBox
  md-input-container
  md-select.md-default-theme
  .md-select-value.md-select-placeholder,
.productTour
  .searcherBox
  .searchBox
  md-input-container
  md-select
  .md-select-value.md-select-placeholder {
  color: #fff;
}

.productTour .searcherBox .searchBox md-input-container.md-default-theme.md-input-invalid label,
.productTour .searcherBox .searchBox md-input-container.md-input-invalid label,
.productTour
  .searcherBox
  .searchBox
  md-input-container.md-default-theme.md-input-invalid
  .md-input-message-animation,
.productTour
  .searcherBox
  .searchBox
  md-input-container.md-input-invalid
  .md-input-message-animation,
.productTour
  .searcherBox
  .searchBox
  md-input-container.md-default-theme.md-input-invalid
  .md-char-counter,
.productTour .searcherBox .searchBox md-input-container.md-input-invalid .md-char-counter {
  color: #f95d00;
}

.productTour .searcherBox .searchBox md-input-container.md-default-theme.md-input-invalid .md-input,
.productTour .searcherBox .searchBox md-input-container.md-input-invalid .md-input {
  color: #f95d00;
}

.productTour .searcherBox .searchBox .md-button.btnSearch {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  background-color: #f88b00;
}

/* Estilos para la modal de precios móvil */
.mobile-pricing-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease-out;
  display: none;
}

.mobile-pricing-modal.is-visible {
  display: block;
}

.mobile-pricing-modal .mobile-pricing-modal-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  max-height: 90dvh;
  overflow-y: auto;

  border-radius: 16px 16px 0 0;
  background: var(--Theme-BG-BG---area-1, #fafbfc);
  animation: slideInUp 0.3s ease-out;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  padding-bottom: env(safe-area-inset-bottom);

  color: var(--Theme-Texto-Text---title, #473f4b);
  font-family: var(--font-family-main, 'Rethink Sans');
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.034px;
}

.mobile-pricing-modal .mobile-pricing-modal-header {
  display: flex;
  padding: 20px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
}

.mobile-pricing-modal .mobile-pricing-modal-header .hiddenX {
  width: 24px;
  height: 24px;
}

.mobile-pricing-modal .mobile-pricing-modal-header .west-icon {
  color: var(--Theme-CTA-CTA---main, #38b5e6);
}

.mobile-pricing-modal .md-block.margin0.display-flex {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.mobile-pricing-modal .md-block.margin0.display-flex md-checkbox {
  margin-bottom: 0;
}

.mobile-pricing-modal .md-block.margin0.display-flex a {
  color: var(--Theme-Brand---aux, #38b5e6);
  font-weight: 600;
}

.mobile-pricing-modal .mobile-pricing-modal-body {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;

  #fullcalendar-container {
    height: 400px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 0 10px;
  }

  .fullcalendar-container {
    margin-top: -14px;
  }

  .fc .fc-toolbar.fc-header-toolbar {
    min-height: 48px;
    margin-bottom: 1.5em;
    margin-bottom: 10px !important;
    border-bottom: solid 1px var(--Theme-Form-FORM-border, #d8d9eb) !important;
  }

  .fc .fc-toolbar-title {
    color: var(--Theme-Texto-Text---base, #473f4b);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.031px;
  }

  .fc-toolbar-title::first-letter {
    text-transform: uppercase;
  }

  .fc .fc-col-header-cell-cushion {
    color: var(--Theme-Texto-Text---base, #473f4b);
  }

  .fc .fc-scrollgrid {
    border-top: 1px solid var(--Theme-Form-FORM-border, #d8d9eb);
  }

  .fc .fc-bg-event {
    border-radius: 4px;
    border: 1px solid var(--Theme-Avisos-Blue-Blue, #2d5bff);
    background: green !important;
  }

  .fc-header-toolbar {
    padding: 8px 15px !important;
    margin-bottom: 0 !important;
  }

  .fc-toolbar-chunk {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fc-daygrid-day {
    position: relative;
    transition: background-color 0.2s ease;
    border: 1px solid #e0e0e0;
  }

  .fc-daygrid-day:hover {
    background-color: rgba(0, 123, 255, 0.1);
    cursor: pointer;
  }

  .fc-daygrid-day-frame {
    height: 50px;
    width: 50px;
    overflow: hidden;
    width: calc(100% - 5px);
  }

  .fc .day-price {
    font-size: 12px;
    color: var(--Theme-Avisos-Blue-Blue, #2d5bff);
    font-weight: bold;
    position: absolute;
    top: 21px;
    text-align: center;
    font-weight: 400;
    margin-top: 2px;
    user-select: none;
    white-space: nowrap;
    line-height: inherit;
  }

  /* Centrar el número dentro de la celda */
  .fc-daygrid-day-number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .fc-daygrid-body tr {
    height: 50px;
  }

  .fc-daygrid-day-events,
  .fc-daygrid-day-bg {
    margin: 0;
    padding: 0;
  }

  .fc-daygrid-day {
    border: none !important;
  }

  .fc-daygrid-day-bg,
  .fc-daygrid-day-events,
  .fc-daygrid-day-frame {
    border: none !important;
  }

  .fc-scrollgrid,
  .fc-col-header,
  .fc-daygrid-body {
    border: none !important;
  }

  .fc-view-harness {
    transition: transform 0.3s ease;
  }

  .fc-day-past {
    background-color: #f5f5f5;
    color: #ccc;
  }

  .fc-daygrid-day-number {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    font-weight: 500;
    color: #000;
  }

  .fc-day-disabled .fc-daygrid-day-number {
    color: #bbb !important;
    pointer-events: none;
  }

  .fc-available-date.fc-bg-event,
  .fc-daygrid-day.fc-available-date {
    background-color: var(--Theme-Avisos-Blue-Blue-aux, #dbeaff) !important;
    border: 1px solid var(--Theme-Avisos-Blue-Blue, #2d5bff) !important;
    border-radius: 6px;
    cursor: pointer;
  }

  /* Quitar bordes y líneas de tabla innecesarios */
  .fc-daygrid-day,
  .fc-daygrid-day-bg,
  .fc-daygrid-day-events,
  .fc-scrollgrid,
  .fc-col-header,
  .fc-daygrid-body {
    border: none !important;
  }

  .fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: center;
  }

  /* Buscado a mano borrr loa bordes */
  .fc,
  .fc *,
  .fc :after,
  .fc :before {
    box-sizing: border-box;
    border: none !important;
    background-color: transparent !important;
    margin-bottom: 2px;
  }

  .fc .fc-daygrid-day-frame {
    margin: auto;
  }

  .fc .fc-daygrid-day-number {
    color: var(--Theme-Texto-Text---base, #473f4b);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

  .fc-day-past .fc-daygrid-day-number {
    color: #ccc;
    opacity: 1;
  }
}

.mobile-pricing-modal .mobile-pricing-modal-footer {
  width: 100%;
}

.mobile-pricing-modal .mobile-pricing-modal-footer .footer {
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
}

.mobile-pricing-modal .footer .footer-text-container {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.mobile-pricing-modal .footer .footer-text-container .material-outlined {
  color: var(--Theme-Avisos-Blue-Blue, #2d5bff);
}

.mobile-pricing-modal .footer .footer-text-container p {
  color: var(--Theme-Texto-Text---title, #473f4b);
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.063px;
  margin: 0;
}

.mobile-pricing-modal .footer .footer-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.mobile-pricing-modal .footer .btn-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--Theme-CTA-CTA---light---content, #6d71a0);
  border: none;
  background: none;
}

.mobile-pricing-modal .footer .btn-delete .delete-outline {
  width: 18px;
  height: 18px;
  opacity: 0.65;
  font-size: 18px;
  min-width: 18px;
  min-height: 18px;
}

.mobile-pricing-modal .footer .btn-delete p {
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.063px;
  margin: 0;
}

.mobile-pricing-modal .footer .btn-step {
  display: flex;
  border: none;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: var(--Theme-CTA-CTA---main, #38b5e6);
}

.mobile-pricing-modal .footer .btn-next,
.mobile-pricing-modal .footer .btn-finish {
  background-color: var(--Theme-CTA-CTA---main, #38b5e6);
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
}

/* Animaciones (scoped) */
.mobile-pricing-modal-content {
  animation: slideInUp 0.3s ease-out;
}

/* Utilidades dentro del modal (scoped) */
.mobile-pricing-modal .w-100 {
  flex: 1;
}

/* Keyframes globales (pueden quedar globales) */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.mobile-pricing-modal {
  .header-sticky {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;

    .custom-autocomplete {
      display: flex;
      padding: 8px 10px;
      align-items: flex-start;
      align-self: stretch;
      border-radius: 4px;
      border: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);

      .search-icon {
        color: var(--theme-form-form-placeholder, #8a8ba7);
      }

      .departure-searcher {
        padding: 8px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border: none;
        background: none;
        flex: 1;
        color: var(--Theme-Texto-Text---base, #473f4b);
        font-size: 15.6px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.031px;
      }
    }
  }

  .suggestions-list {
    max-height: 50vh;
    overflow: scroll;
    display: flex;
    padding: 0 30px;
    flex-direction: column;
    color: var(--theme-form-form-placeholder, #8a8ba7);
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.063px;

    .suggestion-item {
      padding: 4px 16px;
      cursor: pointer;
      border-bottom: 1px solid #f0f0f0;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .item-title {
      flex: 1;
      display: flex;
      padding: 4px 0 10px 0;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 6px;
      align-self: stretch;

      .item-content {
        display: flex;
        align-items: center;
        gap: 8px;

        & p {
          margin-bottom: 0;
        }

        .departure {
          color: var(--Theme-Texto-Text---base, #473f4b);
          font-size: 15.6px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0.031px;
        }
      }
    }
  }

  .suggestion-item:hover,
  .suggestion-item.active {
    background-color: #f5f5f5;
  }

  .suggestion-item md-icon {
    font-size: 20px;
    color: var(--Theme-Form-FORM---icon, #b7b9d2);
  }

  .no-results {
    padding: 12px 16px;
    color: #666;
    font-style: italic;
  }

  .sub-header {
    padding: 15px 20px;
    background: var(--Theme-Avisos-Neutral-Neutral-aux, #f1f1f8);
    width: 100vw;
    width: 100dvw;
    margin-top: -20px;

    .pending-icon {
      font-family: 'Material Icons Outlined';
      font-size: 20px;
      height: 20px;
      width: 20px;
      min-width: 20px;
      min-height: 20px;
      color: var(--Theme-Avisos-Neutral-Neutral---main, #473f4b);
    }

    .resume-text {
      color: var(--Theme-Avisos-Neutral-Neutral, #44546f);
      font-size: 12.5px;
      font-weight: 400;
      line-height: 17px;
    }
  }

  .btn-step.btn-next:disabled,
  .btn-step.btn-next[disabled] {
    background-color: #dcdcdc !important;
    cursor: not-allowed;
  }
}

.travels-container {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 1 0 0;
  max-height: 60dvh;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-gutter: stable-both-edges;
}

.travels-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.travels-container {
  .rooms {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);

    .room-title {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      color: var(--Theme-Avisos-Blue-Blue, #2d5bff);
      font-size: 12.5px;
      font-style: normal;
      font-weight: 400;
      line-height: 17px;
      letter-spacing: 0.063px;

      .delete-room-button {
        border-radius: 6px;
        background: var(--Theme-Avisos-Red-Red-aux, #fee2e1);
        display: flex;
        align-content: center;
        padding: 4px;
      }

      .delete-room-button md-icon {
        color: var(--Theme-Avisos-Red-Red, #ff3b2f);
        font-size: 16px;
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
      }
    }

    .room-content {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;

      .text {
        display: flex;
        flex-direction: column;

        color: var(--Theme-Form-FORM---text, #473f4b);

        font-size: 15.6px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.031px;
      }

      .info {
        color: var(--theme-form-form-placeholder, #8a8ba7);
        font-size: 12.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0.063px;
      }

      .counter-controls {
        border-radius: 4px;
        border: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
        background: var(--Theme-BG-BG---area-1, #fafbfc);

        .btn-container {
          display: flex;
          align-items: center;
          height: 100%;
          min-width: 100px;
          justify-content: space-evenly;
        }

        .counter-btn {
          border: none;
          background: transparent;

          md-icon {
            color: var(--Theme-CTA-CTA---main, #38b5e6);
          }
        }

        .counter-btn:disabled md-icon {
          color: var(--Theme-Form-FORM---icon, #b7b9d2);
        }
      }
    }
  }

  .add-room-button {
    color: var(--Theme-CTA-CTA---main, #38b5e6);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;

    md-icon {
      color: var(--Theme-CTA-CTA---main, #38b5e6);
    }
  }
}

.children-ages {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--Theme-BG-BG---area-2, #eff2f7);
  width: 100%;
}

.children-ages .children-ages-label {
  width: 50%;
  color: var(--Theme-Form-FORM---text, #473f4b);
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
}

.children-ages .ages-inputs {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
}

.children-ages .ages-inputs .age-input {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
  background: var(--Theme-BG-BG---area-1, #fafbfc);
}

.children-ages .ages-inputs .age-input select {
  width: 50%;
  box-sizing: border-box;
}

.children-ages .ages-inputs .form-field {
  position: relative;
  width: 48%;
  display: flex;
  align-items: center;
  padding: 12px;
  padding-bottom: 4px;
  border: 1px solid #d8d9eb;
  border-radius: 4px;
  background: var(--Theme-BG-BG---area-1, #fafbfc);
  transition: border-color 0.2s;
}

.children-ages .ages-inputs .form-field:focus-within {
  border-color: var(--Theme-Avisos-Blue-Blue, #2d5bff);
}

.children-ages .ages-inputs .form-field select {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  padding-top: 10px;
  appearance: none;
  cursor: pointer;
  width: 50px;
  z-index: 2;
}

.children-ages .ages-inputs .form-label {
  position: absolute;
  top: 18px;
  left: 11px;
  font-size: 14px;
  color: #777;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.2s ease;

  color: var(--Theme-Form-FORM---label, #473f4b);
  font-size: 13px;
  font-weight: 600;
}

.children-ages .ages-inputs .suffix {
  font-size: 14px;
  color: #555;
  margin-left: -30px;
}

.children-ages .ages-inputs .ages-selector {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: baseline;
}

.trip-selector {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.trip-selector .trip-options {
  width: 100%;
}

.trip-selector .origin-destiny-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  padding: 30px 0;
  gap: 20px;
}

.trip-selector .origin-destiny-container .origin-pasenger-container {
  flex: 1;
}

.trip-selector .departures-list-desktop {
  position: absolute;
  background-color: white;
  z-index: 4;
  width: 100%;
  margin-top: 20px;
  border: solid 1px var(--Theme-Form-FORM-border, #d8d9eb);
  border-radius: 8px;
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-gutter: stable-both-edges;
}

.trip-selector .departures-list-desktop.request-form {
  margin-top: 0;
  width: 60%;
}

.trip-selector .departures-list-desktop .room-button-container {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.trip-selector.container-manual-form {
  margin-top: 40px;
}

.trip-selector .departures-list-desktop::-webkit-scrollbar {
  width: 0;
  height: 0;

  .travels-container {
    max-height: none;
    overflow: inherit;
  }
}
/* Calendario */
.dual-calendar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  gap: 50px;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.dual-calendar {
  .fc .fc-toolbar.fc-header-toolbar {
    min-height: 48px;
    margin-bottom: 1.5em;
    margin-bottom: 10px !important;
    border-bottom: solid 1px var(--Theme-Form-FORM-border, #d8d9eb) !important;
  }

  .fc .fc-col-header-cell-cushion {
    color: var(--Theme-Texto-Text---base, #473f4b);
  }

  .fc .fc-toolbar-title {
    color: var(--Theme-Texto-Text---base, #473f4b);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.031px;
  }

  .fc-toolbar-title::first-letter {
    text-transform: uppercase;
  }

  .fc-header-toolbar {
    padding: 8px 0 15px !important;
    margin-bottom: 0 !important;
  }

  .fc-daygrid-day {
    cursor: pointer;
  }

  .fc .fc-daygrid-day-top {
    justify-content: center;
  }

  .fc .fc-daygrid-day-number {
    float: none;
    text-align: center;
    color: var(--Theme-Texto-Text---base, #473f4b);
  }

  .fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
    height: 76px;
  }

  .fc .day-price {
    color: var(--Theme-Avisos-Blue-Blue, #2d5bff);
    font-weight: 600;
    white-space: nowrap;
  }

  .fc,
  .fc *,
  .fc :after,
  .fc :before {
    box-sizing: border-box;
    border: none;
    background-color: transparent;
  }

  .fc .fc-bg-event {
    border-radius: 4px;
    border: 1px solid var(--Theme-Avisos-Blue-Blue, #2d5bff);
    background: var(--Theme-Avisos-Blue-Blue-aux, #dbeaff);
  }

  .fc .fc-day-disabled {
    background: none;
    color: #ccc;
  }

  .fc .fc-scrollgrid {
    border: none;
  }

  .fc .fc-button-primary {
    background-color: var(--Theme-CTA-CTA---main, #38b5e6);
    border-color: var(--Theme-CTA-CTA---main, #38b5e6);
  }

  .fc .fc-button-primary:disabled {
    opacity: 0.5;
    color: #fff;
    background-color: var(--Theme-CTA-CTA---main, #38b5e6);
    border-color: var(--Theme-CTA-CTA---main, #38b5e6);
  }
}

.desktop-searcher-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  gap: 30px;
}

.desktop-searcher-container .departure-desktop-container {
  width: 100%;
  max-width: 48%;
}
.select-trigger {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 16px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-trigger:focus {
  outline: none;
  border-color: #000;
}

.label {
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
  background: none;
  padding: 4px;
}

.value-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.value {
  font-size: 16px;
  font-weight: 500;
  padding: 4px;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}

.value::placeholder {
  color: #999;
}

.dropdownChevron {
  margin: 0;
  height: 40px;
  min-height: 40px;
  width: 40px;
  min-width: 40px;
}

.dropdownChevron.material-outlined.material-icons {
  font-size: 40px;
}
.suggestions-list {
  max-height: 50vh;
  overflow: scroll;
  display: flex;
  padding: 0 30px;
  flex-direction: column;
  color: var(--theme-form-form-placeholder, #8a8ba7);
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.063px;

  .suggestion-item {
    padding: 4px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .item-title {
    flex: 1;
    display: flex;
    padding: 4px 0 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;

    .item-content {
      display: flex;
      align-items: center;
      gap: 8px;

      & p {
        margin-bottom: 0;
      }

      .departure {
        color: var(--Theme-Texto-Text---base, #473f4b);
        font-size: 15.6px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.031px;
      }
    }
  }
}

.desktop-searcher-container .room-button-container {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.desktop-searcher-container .form-button-container {
  display: flex;
  justify-content: center;
}

.form-button-container .boton.xs {
  border-radius: 8px;
}

.image-gallery-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  overflow: hidden;
}

.image-gallery-modal .image-gallery-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  transition: opacity 0.3s;
}

.image-gallery-modal .image-gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.image-gallery-modal .image-gallery-arrow-desktop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-size: 40px;
  cursor: pointer;
  user-select: none;
  padding: 15px;
  transition: opacity 0.3s;
  z-index: 1001;
}

.image-gallery-modal .image-gallery-arrow-desktop.prev {
  left: 30px;
}

.image-gallery-modal .image-gallery-arrow-desktop.next {
  right: 30px;
}

.image-gallery-modal .image-gallery-mobile-container {
  position: relative;
  display: inline-block;
}

.image-gallery-modal .image-gallery-main-image {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.image-gallery-modal .image-gallery-arrow-mobile {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  font-size: 35px;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-gallery-modal .image-gallery-arrow-mobile.prev {
  left: 0;
}

.image-gallery-modal .image-gallery-arrow-mobile.next {
  right: 0;
}

.image-gallery-modal .image-gallery-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
}

.image-gallery-modal .image-gallery-counter {
  font-size: 16px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.image-gallery-modal .image-gallery-title {
  font-size: 18px;
  font-weight: 300;
}

/* Estilos responsivos para la galería */
@media (max-width: 768px) {
  .image-gallery-modal .image-gallery-content {
    padding: 20px 0 100px 0;
  }

  .image-gallery-modal .image-gallery-arrow-desktop {
    display: none;
  }

  .image-gallery-modal .image-gallery-mobile-container {
    display: inline-block;
  }

  .image-gallery-modal .image-gallery-main-image {
    width: 100vw;
    max-width: 100vw;
    max-height: calc(100vh - 140px);
  }

  .image-gallery-modal .image-gallery-arrow-mobile {
    width: 40px;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.2);
  }

  .image-gallery-modal .image-gallery-arrow-mobile:active {
    background: rgba(0, 0, 0, 0.4);
  }

  .image-gallery-modal .image-gallery-counter {
    font-size: 14px;
  }

  .image-gallery-modal .image-gallery-title {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .image-gallery-modal .image-gallery-content {
    padding: 60px 80px 120px 80px;
  }

  .image-gallery-modal .image-gallery-mobile-container {
    position: static;
  }

  .image-gallery-modal .image-gallery-arrow-mobile {
    display: none;
  }

  .image-gallery-modal .image-gallery-arrow-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .image-gallery-modal .image-gallery-arrow-desktop:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
  }

  .image-gallery-modal .image-gallery-main-image {
    max-width: calc(100vw - 200px);
    max-height: calc(100vh - 180px);
    width: auto;
  }
}

@media (max-width: 1024px) {
  .image-gallery-modal .image-gallery-arrow-desktop {
    display: none !important;
  }
}

.tourHotelInfo .galleryHotel {
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
}

.tourHotelInfo .galleryHotel .sliderImages {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
  min-height: 150px;
  overflow: hidden;
}

.tourHotelInfo .galleryHotel .sliderImages img {
  opacity: 1;
  max-height: 600px;
  max-width: 100%;
}

.tourHotelInfo .galleryHotel .sliderImages img.ng-hide-add {
  position: absolute;
  top: 0;
  opacity: 1;
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
}

.tourHotelInfo .galleryHotel .sliderImages img.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}

.tourHotelInfo .galleryHotel .sliderImages img.ng-hide-remove {
  -webkit-transition: 1s linear all;
  -moz-transition: 1s linear all;
  -o-transition: 1s linear all;
  transition: 1s linear all;
  opacity: 0;
}

.tourHotelInfo .galleryHotel .sliderImages img.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.tourHotelInfo .galleryHotel .sliderImages .arrow {
  cursor: pointer;
  margin-top: -35px;
  outline: medium none;
  position: absolute;
  top: 50%;
  font-size: 64px;
  color: #666;
  z-index: 5;
}

.tourHotelInfo .galleryHotel .sliderImages .arrow.prev {
  left: 20px;
  opacity: 0.6;
  transition: all 0.2s linear 0s;
}

.tourHotelInfo .galleryHotel .sliderImages .arrow.next {
  opacity: 0.6;
  right: 20px;
  transition: all 0.2s linear 0s;
}

.tourHotelInfo .galleryHotel .sliderImages .arrow.prev:hover {
  opacity: 1;
}

.productTour .galleryTour .sliderImages .arrow.next:hover {
  opacity: 1;
}

.productTour .request {
  display: flex;
  max-width: 100%;
  padding: 80px 0 100px 0;
  flex-direction: row;
  gap: 10px;
  align-self: stretch;
  border-radius: 60px;
  background: var(--Theme-Brand---main, #0a293a);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.4);
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.productTour .request .content {
  display: flex;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}

.productTour .request .content .content-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
}
.productTour .request .content .content-header md-icon {
  color: var(--theme-brand-main-alt, #fff);
  font-size: 80px;
  width: 80px;
  height: 80px;
}
.productTour .request .content .content-header .content-header-title {
  color: var(--theme-brand-main-alt, #fff);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.productTour .request .content .content-header .content-header-subtitle {
  color: var(--theme-brand-main-alt, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.productTour .request .content .request-form-footer {
  display: flex;
  padding: 40px 30px;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid var(--Theme-Form-FORM---border, #d8d9eb);
}
.productTour .request .content .request-form-footer .send-button {
  display: flex;
  padding: 25px 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: var(--Theme-CTA-CTA---main, #38b5e6);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  color: var(--Theme-CTA-CTA---main---content, #fff);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.productTour .request-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.productTour .request-form-container .request-form-body {
  display: flex;
  padding: 40px 20px 0 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 700px;
  border-radius: 16px;
  background: var(--Theme-BG-BG---area-1, #fafbfc);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.8);
}

.productTour .request-form-container .request-form-body .info {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.productTour .request-form-container .request-form-body .request-form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-evenly;
}

.productTour .request-form-container .request-form-body .form-field-outlined {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 12px 12px 8px 12px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 12px 8px 12px;
  position: relative !important;
  background: white;
  overflow: visible !important;
  width: 300px;
  color: var(--Theme-Form-FORM---label, #473f4b);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.productTour .request-form-container .request-form-body .form-field-outlined label {
  color: var(--Theme-Form-FORM---label, #473f4b);
  font-size: 13px;
}

.productTour .request-form-container .request-form-body .form-field-outlined.md-input-focused,
.productTour .request-form-container .request-form-body .form-field-outlined.md-input-has-value {
  background: white !important;
}

.productTour .request-form-container .request-form-body .form-field-outlined input,
.productTour .request-form-container .request-form-body .form-field-outlined textarea {
  border: none;
}

.productTour .request-form-container .request-form-body .header {
  display: flex;
  padding: 0 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.productTour .request-form-container .request-form-body .header .title {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 12px;
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.034px;
  background: var(--Theme-BG-BG---area-2, #eff2f7);
}

/* Estilos calendario request */
.productTour .request-form-container #fullcalendar-container-request {
  height: 400px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  padding: 0 10px;
}

.productTour .request-form-container .fc .fc-toolbar.fc-header-toolbar {
  min-height: 48px;
  margin-bottom: 10px !important;
  border-bottom: solid 1px var(--Theme-Form-FORM-border, #d8d9eb) !important;
}

.productTour .request-form-container .fc .fc-toolbar-title {
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 15.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.031px;
}

.productTour .request-form-container .fc-toolbar-title::first-letter {
  text-transform: uppercase;
}

.productTour .request-form-container .fc .fc-scrollgrid {
  border-top: 1px solid var(--Theme-Form-FORM-border, #d8d9eb);
}

.productTour .request-form-container .fc .fc-bg-event {
  border-radius: 4px;
  border: 1px solid var(--Theme-Avisos-Blue-Blue, #2d5bff);
}

.productTour .request-form-container .fc-header-toolbar {
  padding: 8px 15px !important;
  margin-bottom: 0 !important;
}

.productTour .request-form-container .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productTour .request-form-container .fc-daygrid-day {
  position: relative;
  transition: background-color 0.2s ease;
}

.productTour .request-form-container .fc-daygrid-day:hover {
  background-color: rgba(0, 123, 255, 0.1);
  cursor: pointer;
}

.productTour .request-form-container .fc .fc-button-primary {
  color: inherit;
}

.productTour .request-form-container .fc-daygrid-day-frame {
  height: 50px;
  width: 50px;
  overflow: hidden;
  width: calc(100% - 5px);
}

.productTour .request-form-container .fc-daygrid-day-number {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  font-weight: 500;
  color: var(--Theme-Texto-Text---base, #473f4b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.productTour .request-form-container .fc-daygrid-body tr {
  height: 50px;
}

.productTour .request-form-container .fc-daygrid-day-events,
.productTour .request-form-container .fc-daygrid-day-bg {
  margin: 0;
  padding: 0;
}

.productTour .request-form-container .fc-daygrid-day {
  border: none !important;
}

.productTour .request-form-container .fc-daygrid-day-bg,
.productTour .request-form-container .fc-daygrid-day-events,
.productTour .request-form-container .fc-daygrid-day-frame {
  border: none !important;
}

.productTour .request-form-container .fc-scrollgrid,
.productTour .request-form-container .fc-col-header,
.productTour .request-form-container .fc-daygrid-body {
  border: none !important;
}

.productTour .request-form-container .fc-view-harness {
  transition: transform 0.3s ease;
}

.productTour .request-form-container .fc-day-past {
  background-color: #f5f5f5;
  color: #ccc;
}

.productTour .request-form-container .fc-day-past .fc-daygrid-day-number {
  color: #ccc;
  opacity: 1;
}

.productTour .request-form-container .fc-day-disabled .fc-daygrid-day-number {
  color: #bbb !important;
  pointer-events: none;
}

.productTour .request-form-container .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: center;
}

.productTour .request-form-container .fc,
.productTour .request-form-container .fc *,
.productTour .request-form-container .fc :after,
.productTour .request-form-container .fc :before {
  box-sizing: border-box;
  border: none !important;
  background-color: transparent !important;
  margin-bottom: 2px;
}

.productTour .request-form-container .fc .fc-daygrid-day-frame {
  margin: auto;
}
.tourHotelInfo .contact {
  background-color: #e6e6e6;
  font-size: 12px;
  color: #757575;
}

.tourHotelInfo .contact .line {
  line-height: 36px;
}

.tourHotelInfo .description {
  color: #757575;
  font-size: 12px;
}

.tourActivityInfo .contact {
  background-color: #e6e6e6;
  font-size: 12px;
  color: #757575;
}

.tourActivityInfo .contact .line {
  line-height: 36px;
}

.tourActivityInfo .description {
  color: #757575;
  font-size: 12px;
}

.tourInsuranceInfo .description {
  color: #757575;
  font-size: 12px;
}

.availTour .headerBox {
  background-color: #0a293b;
  padding: 10px;
  font-size: 12px;
  color: #fff;
}

.availTour .headerBox .tourName {
  font-size: 14px;
  font-weight: bold;
}

.availTour .headerBox .resumePrice {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.availTour .headerBox .title {
  text-transform: uppercase;
  font-size: 14px;
}

.availTour .headerBox .resumePrice > .breakdown .line {
  width: 80%;
}

.availTour .headerBox .resumePrice > .breakdown .label {
  background-color: transparent;
  width: 50%;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
}

.availTour .headerBox .resumePrice > .breakdown .price {
  width: 20%;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
}

.availTour .headerBox .resumePrice > .breakdown .person {
  width: 30%;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
}

.availTour .headerBox .resumePrice > .breakdown .lineTotal {
  border-top: 1px solid #fff;
  margin-top: 3px;
  width: 80%;
}

.availTour .headerBox .resumePrice > .breakdown .lineTotal .label {
  font-weight: bold;
}

.availTour .headerBox .resumePrice > .breakdown .lineTotal .price {
  font-weight: bold;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader {
  border: 1px solid #e6e6e6;
  float: right;
  color: #666;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader .title {
  float: left;
  display: inline;
  width: auto;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader > .breakdown .line {
  width: 100%;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader > .breakdown .label {
  background-color: transparent;
  width: 50%;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  color: #666;
  padding: 0;
  line-height: 1.2;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader > .breakdown .price {
  width: 30%;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
  line-height: 1.2;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader > .breakdown .lineTotal {
  border-top: 1px solid #666;
  margin-top: 3px;
  width: 100%;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader > .breakdown .lineTotal .label {
  font-weight: bold;
  line-height: 1.8;
}

.availTour md-sidenav .resultsContainer .resumePriceHeader > .breakdown .lineTotal .price {
  font-weight: bold;
  line-height: 1.8;
}

.availTour .searchResume {
  padding: 15px 10px;
  color: #666;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.75);
  margin-bottom: 3px;
}

.availTour .includesTour {
  background-color: #e6e6e6;
  padding: 15px 10px;
  color: #666;
  color: #666;
  font-size: 13px;
}

.availTour .includesTour .title {
  font-weight: bold;
  font-size: 13px;
}

.availTour .includesTour .includes .line {
  font-size: 13px;
  padding: 5px;
}

.availTour .configurationTour {
  padding: 30px 50px;
}

.availTour .configurationTour > .title {
  background-color: #8d959b;
  display: inline;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.availTour .configurationTour > .boxService {
  margin-left: 35px;
  border-left: 2px solid #8d959b;
  padding: 15px 0 15px 50px;
  position: relative;
}

.availTour .configurationTour > .boxService > .serviceOrder {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: -22px;
  border: 4px solid #8d959b;
  border-radius: 50%;
  background-color: #0a293b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
}

.availTour .configurationTour > .boxService > .title {
  padding: 5px 0;
  color: #8d959b;
  font-size: 13px;
  font-weight: bold;
}

.availTour .configurationTour > .boxService > .configService {
  background-color: #fff;
  padding: 15px 0;
}

.availTour .configurationTour > .boxService > .configService .serviceInformation {
  border-right: 1px solid #e6e6e6;
  padding: 5px 10px;
}

.availTour .configurationTour > .boxService > .configService .serviceInformation .title {
  color: #0a293b;
  font-size: 15px;
  font-weight: bold;
}

.availTour .configurationTour > .boxService > .configService .serviceInformation .destinations {
  font-size: 12px;
}

.availTour
  .configurationTour
  > .boxService
  > .configService
  .serviceInformation
  .destinations
  md-icon {
  font-size: 18px;
  height: 22px;
  width: 18px;
  min-height: 22px;
  min-width: 18px;
}

.availTour .configurationTour > .boxService > .configService .serviceInformation .description {
  font-size: 12px;
  color: #8d959b;
}

.availTour .configurationTour > .boxService > .configService .serviceChange {
  text-align: center;
  padding: 10px 5px;
  height: 100%;
}

.availTour .configurationTour > .boxService > .configService .serviceChange button.modifiyService {
  width: 100%;
  margin: 0px;
  background-color: #0a293b;
  color: #fff;
  top: 35%;
}

.availTour .configurationTour > .boxService > .configService.complement {
  border: 1px solid #e6e6e6;
  padding: 10px;
}

.availTour .configurationTour > .resumeConfiguration,
.availTour .availableModality .resultsContainer > .resumeConfiguration {
  background-color: #0a293b;
  color: #fff;
  padding: 10px;
  border: 2px solid #58b4e5;
}

.availTour .configurationTour > .resumeConfiguration > .iconResume,
.availTour .availableModality .resultsContainer > .resumeConfiguration > .iconResume {
  width: 40px;
  height: 40px;
  border: 4px solid #8d959b;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
  margin-left: 4px;
}

.availTour .configurationTour > .resumeConfiguration > .iconResume md-icon,
.availTour .availableModality .resultsContainer > .resumeConfiguration > .iconResume md-icon {
  color: #fff;
}

.availTour .configurationTour > .resumeConfiguration > .title,
.availTour .availableModality .resultsContainer > .resumeConfiguration > .title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.availTour .configurationTour > .resumeConfiguration > .priceInfo .amount,
.availTour .availableModality .resultsContainer > .resumeConfiguration > .priceInfo .amount,
.availTour .headerBox .priceInfo .amount {
  font-size: 30px;
  font-weight: bold;
}

.availTour .configurationTour > .resumeConfiguration > .priceInfo .info,
.availTour .availableModality .resultsContainer > .resumeConfiguration > .priceInfo .info,
.availTour .headerBox .priceInfo .info {
  font-size: 10px;
  padding: 10px 5px;
  width: 40px;
  line-height: 10px;
}

.availTour .configurationTour > .resumeConfiguration > .priceInfo button.tourBook,
.availTour .availableModality .resultsContainer > .resumeConfiguration > .priceInfo button.tourBook,
.availTour .headerBox .priceInfo button.tourBook {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  margin: 0px;
  background-color: #f88b00;
  text-transform: none;
  padding: 0 20px;
  margin-top: 3px;
}

.availTour .availableModality {
  padding: 30px 0;
}

.availTour .availableModality .resultsContainer > .title {
  padding: 5px 15px;
  color: #0a293b;
  font-size: 16px;
  font-weight: bold;
}

.availTour .availableModality .resultsContainer > .listModality > .boxModality {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 15px;
}

.availTour .availableModality .resultsContainer > .listModality > .boxModality .serviceInformation {
  border-right: 1px solid #8d959b;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .serviceInformation
  .title {
  color: #0a293b;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  text-transform: none;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .serviceInformation
  .destinations {
  font-size: 12px;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .serviceInformation
  .destinations
  md-icon {
  font-size: 18px;
  height: 22px;
  width: 18px;
  min-height: 22px;
  min-width: 18px;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .serviceInformation
  .description {
  font-size: 12px;
  color: #8d959b;
}

.availTour .availableModality .resultsContainer > .listModality > .boxModality .servicePrice {
  text-align: center;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .servicePrice
  .price {
  color: #666;
  font-size: 13px;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .servicePrice
  .price
  b {
  font-size: 23px;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .servicePrice
  button.selectedService {
  color: #3c763d;
  margin: 0px;
  background-color: transparent;
  text-transform: none;
  padding: 0 20px;
  margin-top: 23px;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .servicePrice
  button.chooseService
  md-icon {
  color: #3c763d;
}

.availTour
  .availableModality
  .resultsContainer
  > .listModality
  > .boxModality
  .servicePrice
  button.chooseService {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  margin: 0px;
  background-color: #f88b00;
  text-transform: none;
  padding: 0 20px;
  margin-top: 13px;
}

.availTour .serviceInformation .hotels .btnShowHotels {
  color: #f88b00;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}

.availTour .serviceInformation .hotels .btnShowHotels md-icon {
  color: #f88b00;
  font-size: 17px;
  line-height: 17px;
  min-width: 17px;
  width: 17px;
}

.availTour .serviceInformation .hotels .boxServices {
  padding: 0px 10px;
}

.availTour .serviceInformation .hotels .cardHotel md-card .md-card-image {
  max-height: 156px;
  height: 156px;
}

.availTour .serviceInformation .hotels .cardHotel md-card md-card-title {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}

.availTour .serviceInformation .hotels .cardHotel md-card md-card-title md-card-title-media {
  float: left;
  margin-top: 0px;
}

.availTour .serviceInformation .hotels .cardHotel md-card md-card-title md-card-title-text {
  float: left;
  padding-left: 8px;
}

.availTour .serviceInformation .hotels .cardHotel md-card md-card-title .md-headline {
  color: #0a293b;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.availTour .serviceInformation .hotels .cardHotel md-card md-card-title .md-subhead {
  padding: 0px;
  color: #757575;
  font-size: 12px;
  line-height: 14px;
}

.availTour .flightContainer .boxPrice {
  padding: 0;
}

.availTour .activityContainer {
  padding: 0px;
  margin-bottom: 0px;
}

.availTour .activityContainer .activityImg {
  padding: 0px;
  margin-bottom: 0px;
}

.availTour .activityContainer .activityDetails {
  border-right: 1px solid #e6e6e6;
  padding: 5px;
}

.availTour .activityContainer .serviceChange .md-button {
  top: 35%;
}

.availTour .activityContainer .activityImg {
  max-height: 120px;
}

.material-outlined {
  font-family: 'Material Icons Outlined';
}

.material-outlined.material-icons {
  font-size: 20px;
}

@media (max-width: 991px) {
  .productTour .tour-summary {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

/***ENDTOURS***/
/***PACKAGES***/
.availPackages .searchResume {
  padding: 15px 10px;
  color: #666;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.75);
  margin-bottom: 3px;
}

.availPackages .headerBox {
  background-color: #0a293b;
  padding: 10px;
  font-size: 12px;
  color: #fff;
}

.availPackages .headerBox .tourName {
  font-size: 14px;
  font-weight: bold;
}

.availPackages .headerBox .resumePrice {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.availPackages .headerBox .title {
  text-transform: uppercase;
  font-size: 14px;
}

.availPackages .headerBox .resumePrice > .breakdown .line {
  width: 80%;
}

.availPackages .headerBox .resumePrice > .breakdown .label {
  background-color: transparent;
  width: 50%;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
}

.availPackages .headerBox .resumePrice > .breakdown .price {
  width: 20%;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
}

.availPackages .headerBox .resumePrice > .breakdown .person {
  width: 30%;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
}

.availPackages .headerBox .resumePrice > .breakdown .lineTotal {
  border-top: 1px solid #fff;
  margin-top: 3px;
  width: 80%;
}

.availPackages .headerBox .resumePrice > .breakdown .lineTotal .label {
  font-weight: bold;
}

.availPackages .headerBox .resumePrice > .breakdown .lineTotal .price {
  font-weight: bold;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader {
  border: 1px solid #e6e6e6;
  float: right;
  color: #666;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader .title {
  float: left;
  display: inline;
  width: auto;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader > .breakdown .line {
  width: 100%;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader > .breakdown .label {
  background-color: transparent;
  width: 50%;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  color: #666;
  padding: 0;
  line-height: 1.2;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader > .breakdown .price {
  width: 30%;
  font-weight: normal;
  font-size: 11px;
  text-align: right;
  line-height: 1.2;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader > .breakdown .lineTotal {
  border-top: 1px solid #666;
  margin-top: 3px;
  width: 100%;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader > .breakdown .lineTotal .label {
  font-weight: bold;
  line-height: 1.8;
}

.availPackages md-sidenav .resultsContainer .resumePriceHeader > .breakdown .lineTotal .price {
  font-weight: bold;
  line-height: 1.8;
}

.availPackages .configurationPackage {
  padding: 30px 50px;
}

.availPackages .configurationPackage > .title {
  background-color: #8d959b;
  display: inline;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.availPackages .configurationPackage > .boxService {
  margin-left: 35px;
  border-left: 2px solid #8d959b;
  padding: 15px 0 15px 50px;
  position: relative;
}

.availPackages .configurationPackage > .boxService > .serviceOrder {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 12px;
  left: -22px;
  border: 4px solid #8d959b;
  border-radius: 50%;
  background-color: #0a293b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
}

.availPackages .configurationPackage > .boxService > .serviceOrder md-icon {
  color: #fff;
}

.availPackages .configurationPackage > .boxService > .title {
  padding: 5px 0;
  color: #8d959b;
  font-size: 18px;
  font-weight: bold;
}

.availPackages .configurationPackage > .boxService > .configService {
  background-color: #fff;
  padding: 15px;
}

.availPackages .configurationPackage > .boxService > .configService > .flightContainer {
  margin-bottom: 0;
}

.availPackages
  .configurationPackage
  > .boxService
  > .configService
  > .flightContainer
  .serviceChange {
  text-align: center;
  height: 100%;
}

.availPackages .configurationPackage > .boxService > .configService > .hotelContainer {
  padding: 10px 0px;
}

.availPackages .configurationPackage > .boxService > .configService > .hotelContainer .roomName {
  margin-top: 10px;
  padding: 10px;
  background-color: #e6e6e6;
  color: #757575;
}

.availPackages .configurationPackage > .boxService > .configService > .hotelContainer .boardName {
  padding: 6px 0 0 5px;
  color: #757575;
  font-weight: bold;
}

.availPackages
  .configurationPackage
  > .boxService
  > .configService
  > .hotelContainer
  .boardName
  .rules {
  width: auto;
  max-width: 200px;
  padding-left: 10px;
  padding-top: 4px;
}

.availPackages
  .configurationPackage
  > .boxService
  > .configService
  > .hotelContainer
  .boardName
  .rules
  span {
  background-color: #fcf8e3;
  color: #8a6d3b;
  padding: 2px 8px;
  font-weight: normal;
}

.availPackages
  .configurationPackage
  > .boxService
  > .configService
  > .hotelContainer
  .boardName
  .rules
  span
  + span {
  margin-left: 5px;
}

.availPackages
  .configurationPackage
  > .boxService
  > .configService
  > .hotelContainer
  .hotelPriceDetails {
  border-left: 1px solid #e6e6e6;
}

.availPackages
  .configurationPackage
  > .boxService
  > .configService
  > .hotelContainer
  .serviceChange {
  text-align: center;
  width: 100%;
  padding: 0;
  height: 100%;
}

.availPackages
  .configurationPackage
  > .boxService
  > .configService
  .serviceChange
  button.modifiyService {
  background-color: #0a293b;
  color: #fff;
  width: auto;
  padding: 0 40px;
}

.availPackages .configurationPackage > .resumeConfiguration,
.availPackages .changeService > .resumeConfiguration {
  background-color: #0a293b;
  color: #fff;
  padding: 10px;
  border: 2px solid #58b4e5;
}

.availPackages .configurationPackage > .resumeConfiguration > .iconResume,
.availPackages .changeService > .resumeConfiguration > .iconResume {
  width: 40px;
  height: 40px;
  border: 4px solid #8d959b;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  font-size: 14px;
  margin-left: 4px;
}

.availPackages .configurationPackage > .resumeConfiguration > .iconResume md-icon,
.availPackages .changeService > .resumeConfiguration > .iconResume md-icon {
  color: #fff;
}

.availPackages .configurationPackage > .resumeConfiguration > .title,
.availPackages .changeService > .resumeConfiguration > .title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.availPackages .configurationPackage > .resumeConfiguration > .priceInfo .amount,
.availPackages .changeService > .resumeConfiguration > .priceInfo .amount,
.availPackages .headerBox .priceInfo .amount {
  font-size: 30px;
  font-weight: bold;
}

.availPackages .configurationPackage > .resumeConfiguration > .priceInfo .info,
.availPackages .changeService > .resumeConfiguration > .priceInfo .info,
.availPackages .headerBox .priceInfo .info {
  font-size: 10px;
  padding: 10px 5px;
  width: 40px;
  line-height: 10px;
}

.availPackages .configurationPackage > .resumeConfiguration > .priceInfo button.tourBook,
.availPackages .changeService > .resumeConfiguration > .priceInfo button.tourBook,
.availPackages .headerBox .priceInfo button.tourBook {
  color: var(--Theme-CTA-CTA---main---content, #ffffff);
  margin: 0px;
  background-color: #f88b00;
  text-transform: none;
  padding: 0 20px;
  margin-top: 3px;
}

/***ENDPACKAGES***/
/***BOOKING***/
.md-dialog .md-dialog-content.loadingCreateBooking md-progress-circular path {
  stroke: #0a293b;
}

.md-dialog .md-dialog-content.loadingCreateBooking span {
  color: #0a293b;
  font-weight: bold;
}

.md-dialog .md-dialog-content.loadingPreconfirmBooking md-progress-circular path {
  stroke: #0a293b;
}

.md-dialog .md-dialog-content.loadingPreconfirmBooking span {
  color: #0a293b;
  font-weight: bold;
}

.md-dialog .md-dialog-content.loadingBudget md-progress-circular path {
  stroke: #0a293b;
}

.md-dialog .md-dialog-content.loadingBudget span {
  color: #0a293b;
  font-weight: bold;
}

.bookingPage .loadingBooking {
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.bookingPage .loadingBooking md-progress-circular path {
  stroke: #0a293b;
}

.bookingPage .loadingBooking span {
  color: #0a293b;
  font-weight: bold;
}

.bookingPage .reducePadding {
  padding-left: 10px;
  padding-right: 10px;
}

.bookingPage .progressBarContainer {
  background-color: #fff;
  padding: 25px 15px 25px 20px;
}

.bookingPage .progressBarContainer > div.step {
  float: left;
  display: inline-block;
  width: 25%;
  height: 30px;
  background-color: #e6e6e6;
}

.bookingPage .progressBarContainer > div.step.done {
  background-color: #e0efd8;
}

.bookingPage .progressBarContainer > div.step.active {
  background-color: #d9edf6;
}

.bookingPage .progressBarContainer > div.step md-icon {
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border-radius: 50px;
  border: 5px solid #757575;
  height: 50px;
  width: 50px;
  line-height: 15px;
  padding: 10px 8px;
  position: relative;
  top: -10px;
  left: -5px;
}

.bookingPage .progressBarContainer > div.step.done md-icon {
  border: 5px solid #bcd0ab;
  color: #bcd0ab;
}

.bookingPage .progressBarContainer > div.step.active md-icon {
  border: 5px solid #5c9dbd;
  color: #5c9dbd;
}

.bookingPage .progressBarContainer > div.step span {
  color: #666;
  font-weight: bold;
  position: relative;
  top: -10px;
}

.bookingPage .progressBarContainer > div.step.done span {
  color: #bcd0ab;
}

.bookingPage .progressBarContainer > div.step.active span {
  color: #5c9dbd;
}

.bookingPage .titlePage {
  color: #0a293b;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 10px;
}

.bookingPage .timeMessage {
  background-color: #d9edf6;
  color: #061129;
  border: 1px solid #5c9dbd;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookingPage .timeMessage .time {
  background-color: #2563eb;
  font-size: 18px;
  color: white;
  padding: 3px;
  margin-left: 5px;
  margin-right: 5px;
}

.bookingPage .timeMessage .iconInfo {
  color: #2563eb;
  padding-left: 10px;
  padding-right: 10px;
}

.bookingPage .timeMessage .moreInfo {
  color: #2563eb;
  margin-left: auto;
  cursor: pointer;
  padding-right: 10px;
}

.bookingPage .loginBox {
  background-color: #e6e6e6;
  color: #666;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.bookingPage .loginBox.loginForm {
  text-align: initial;
}

.bookingPage .loginBox .btnLogin {
  color: #fff;
  text-transform: none;
  border-radius: 0px;
  width: 100%;
  margin: 6px 0;
}

.bookingPage .loginBox .btnLogin.btnFacebook {
  background-color: #2d4487;
}

.bookingPage .loginBox .btnLogin.btnGoogle {
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  color: #2e2e2e;
}

.bookingPage .loginBox .btnLogin.btnCollective {
  background-color: #088a29;
}

.bookingPage .loginBox .btnLogin.btnClient {
  background-color: #2e2e2e;
}

.bookingPage .loginBox .btnLogin.btnTwitter {
  background-color: #4099ff;
}

.bookingPage .loginBox .btnLogin.btnLinkedin {
  background-color: #0077b5;
}

.bookingPage .loginBox .btnLogin.btnPayPal {
  background-color: #1546a0;
}

.bookingPage .titleSection {
  color: #0a293b;
  font-weight: bold;
  font-size: 18px;
  padding: 30px 0 0;
}

.bookingPage .infoSection {
  color: #666;
  font-size: 12px;
}

.bookingPage .infoSection.formImportantMsg {
  background-color: #d9edf6;
  color: #5c9dbd;
  border: 1px solid #5c9dbd;
  padding: 5px;
}

.bookingPage .formContainerBox {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-top: 10px;
}

.bookingPage .formContainerBox .formImportantMsg {
  background-color: #d9edf6;
  color: #5c9dbd;
  border: 1px solid #5c9dbd;
  margin-bottom: 10px;
  padding: 5px;
}

.bookingPage .formContainerBox .optionalTitle {
  color: #666;
  font-weight: bold;
  float: left;
  padding-right: 10px;
}

.bookingPage .formContainerBox .optionalTitle + md-checkbox .md-label {
  color: #666;
  font-size: 12px;
}

.bookingPage .formContainerBox .secondBox {
  background-color: #e6e6e6;
  padding: 10px;
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer {
  padding-right: 130px;
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer > .md-button {
  position: absolute;
  right: 2px;
  width: 120px;
  line-height: 36px;
  top: -8px;
  background-color: #58b4e5;
  border-radius: 0;
  color: #fff;
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer.valid label {
  color: #4cae4c;
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer.valid input {
  border-color: #4cae4c;
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer.valid > .md-button {
  background-color: #4cae4c;
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer.invalid label {
  color: rgb(221, 44, 0);
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer.invalid input {
  border-color: rgb(221, 44, 0);
}

.bookingPage .formContainerBox md-input-container.promotionalCodeContainer.invalid > .md-button {
  background-color: rgb(221, 44, 0);
}

.bookingPage .tabsOperation {
  border-bottom: 4px solid #0069ff;
}

.bookingPage .tabsOperation .btnPageOperation {
  margin: 0px;
  background-color: #f88b00;
  color: #fff;
  font-weight: bold;
  padding: 0px 18px;
}

.bookingPage .tabsOperation .btnPageOperation md-icon {
  color: #fff;
  padding-left: 12px;
  display: inline;
}

.bookingPage .tabsOperation .btnPageOperation:hover {
  background-color: rgba(248, 139, 0, 0.7);
}

.bookingPage .tabsOperation .btnPageOperation.active {
  background-color: #0069ff;
}

.bookingPage .formContainerBox .paxContainer + .paxContainer {
  margin-top: 5px;
}

.bookingPage .formContainerBox .paxContainer + .paxContainer .roomHeader {
  margin-top: 30px;
}

.bookingPage .formContainerBox .paxContainer .roomHeader {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
}

.bookingPage .formContainerBox .paxContainer .roomHeader .title {
  font-weight: bold;
  color: #0a293b;
  font-size: 16px;
}

.bookingPage .formContainerBox .paxContainer .paxHeader {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

.bookingPage .formContainerBox .paxContainer .paxHeader .title {
  font-weight: bold;
  color: #0a293b;
  font-size: 15px;
  padding-left: 10px;
}

.bookingPage .formContainerBox .paxContainer .paxHeader md-checkbox {
  margin-bottom: 3px;
  margin-right: 10px;
}

.bookingPage .formContainerBox .transferRequestContainer .transferHeader {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

.bookingPage .formContainerBox .transferRequestContainer .transferHeader .title {
  font-weight: bold;
  color: #0a293b;
  font-size: 15px;
  padding-left: 10px;
}

.bookingPage .formContainerBox .vehiclesContainer + .vehiclesContainer {
  border-top: 2px solid #e6e6e6;
  padding: 10px;
}

.bookingPage .formContainerBox.paymentMethodContainer .panel-group {
  margin-bottom: 0px;
}

.bookingPage .formContainerBox.paymentMethodContainer .panel-heading md-radio-button {
  margin-bottom: 0px;
}

.bookingPage .formContainerBox.cancelPoliciesContainer {
  padding: 0px;
}

.bookingPage .formContainerBox.cancelPoliciesContainer .headerLeft {
  color: #9c9374;
  padding: 8px 8px;
  float: left;
}

.bookingPage .formContainerBox.cancelPoliciesContainer .containerBox {
  padding: 10px;
  border-left: 28px solid #faebcc;
  font-size: 12px;
  color: #666;
}

.bookingPage .formContainerBox.cancelPoliciesContainer .containerBox b {
  font-size: 14px;
}

.bookingPage .formContainerBox.remarksContainer {
  padding: 0px;
}

.bookingPage .formContainerBox.remarksContainer .headerLeft {
  color: #5c9dbd;
  padding: 8px 8px;
  float: left;
}

.bookingPage .formContainerBox.remarksContainer .containerBox {
  padding: 10px;
  border-left: 28px solid #d9edf6;
  font-size: 12px;
  color: #666;
}

.bookingPage .formContainerBox.remarksContainer .containerBox b {
  font-size: 14px;
}

.bookingPage .formContainerBox md-checkbox.webTerms .md-container {
  top: 25%;
}

.bookingPage .infoSecurePurchase {
  text-transform: uppercase;
  display: inline-block;
}

.bookingPage .infoSecurePurchase img {
  float: left;
  display: inline-block;
}

.bookingPage .infoSecurePurchase span {
  float: left;
  display: inline-block;
  color: #000;
  word-spacing: 100vw;
  width: 90px;
  line-height: 15px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 15px;
  padding-top: 7px;
}

.bookingPage .btnContinue {
  background-color: #f88b00;
  color: #fff;
  font-weight: bold;
}

.bookingPage .btnContinue md-icon {
  color: #fff;
  padding-left: 72px;
  display: inline;
}

.bookingPage .btnContinue:hover {
  background-color: rgba(248, 139, 0, 0.7);
}

.bookingPage .btnContinue[disabled] {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgb(220, 220, 220);
}

.bookingPage .btnDownloadBudget {
  background-color: #f88b00;
  color: #fff;
  font-weight: bold;
  float: right;
  justify-content: center;
  display: flex;
}

.bookingPage .btnDownloadBudget md-icon {
  color: #fff;
  padding-left: 72px;
  display: inline;
}

.bookingPage .btnDownloadBudget:hover {
  background-color: rgba(248, 139, 0, 0.7);
}

.bookingPage .btnDownloadBudget[disabled] {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgb(220, 220, 220);
}

.bookingPage .boxSummary {
  background-color: #e6e6e6;
  color: #666;
  border: 1px solid #e6e6e6;
}

.bookingPage .boxSummary .headerSummary {
  padding: 12px 8px;
  text-transform: uppercase;
}

.bookingPage .boxSummary .iconLeftService {
  float: left;
  color: #fff;
  padding: 5px 2px;
}

.bookingPage .boxSummary .serviceContainer {
  background-color: #fff;
  border-left: 28px solid #0a293b;
  margin-bottom: 10px;
}

.bookingPage .boxSummary .serviceContainer .sectionSubservice {
  background-color: #e6e6e6;
  padding: 5px;
  margin: 1%;
  display: inline-block;
  width: 98%;
  text-align: left;
}

.bookingPage .boxSummary .serviceContainer .sectionSubservice md-icon {
  font-size: 18px;
}

.bookingPage .boxSummary .serviceContainer .dateHeader {
  background-color: #e6e6e6;
  padding: 5px;
  margin: 1%;
  display: inline-block;
  width: 98%;
  text-align: center;
}

.bookingPage .boxSummary .serviceContainer .supplierImage {
  padding: 0 10px;
  margin-top: 17px;
}

.bookingPage .boxSummary .serviceContainer .serviceImage {
  max-height: 172px;
  overflow: hidden;
}

.bookingPage .boxSummary .serviceContainer .serviceData {
  margin: 0;
  padding: 5px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey {
  text-align: center;
}

.bookingPage .boxSummary .serviceContainer .serviceData .serviceTitle {
  color: #0a293b;
  font-size: 18px;
  line-height: 28px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey .type {
  font-size: 11px;
  line-height: 13px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey .serviceTitle {
  line-height: 22px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey .name {
  line-height: 14px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey .terminal {
  font-size: 12px;
  line-height: 13px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey .date {
  font-size: 13px;
  line-height: 15px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey .time {
  font-size: 13px;
  line-height: 19px;
  color: #666;
  background-color: #e6e6e6;
  padding: 2px;
}

.bookingPage .boxSummary .serviceContainer .serviceData.journey .time small {
  color: #f44336;
}

.bookingPage .boxSummary .serviceContainer .serviceData .serviceInfo {
  color: #666;
  font-size: 13px;
  line-height: 22px;
  border-top: 1px solid #e6e6e6;
}

.bookingPage .boxSummary .serviceContainer .serviceData.flight .serviceInfo {
  text-align: center;
}

.bookingPage .boxSummary .serviceContainer .serviceData.ferry .serviceInfo {
  text-align: center;
}

.bookingPage .boxSummary .serviceContainer .serviceData.transfer .serviceInfo {
  text-align: center;
}

.bookingPage .boxSummary .serviceContainer .serviceData .serviceInfo .showDetails {
  color: #f88b00;
  font-weight: bold;
  cursor: POINTER;
}

.bookingPage .boxSummary .serviceContainer .serviceData .serviceInfo .showDetails md-icon {
  color: #f88b00;
}

.bookingPage .boxSummary .serviceContainer .serviceData.extra {
  padding: 5px 0;
  background-color: #f8f8f8;
  border-top: 1px solid #666;
}

.bookingPage .boxSummary .serviceContainer .serviceData.extra + .clearfix {
  border-top: 1px solid #666;
  font-size: 5px;
  content: ' ';
}

.bookingPage .boxSummary .serviceContainer .serviceData.extra.journey .time {
  background-color: #fff;
}

.bookingPage .boxSummary .serviceContainer .serviceData.extra .serviceInfo {
  border-top: 1px solid #c6c6c6;
}

.bookingPage .boxSummary .priceContainer {
  background-color: #fff;
  margin-bottom: 10px;
}

.bookingPage .boxSummary .priceContainer .priceLine {
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 0;
}

.bookingPage .boxSummary .priceContainer .priceLine .priceAmount {
  font-weight: bold;
  color: #0a293b;
}

.bookingPage .boxSummary .priceContainer .totalPrice {
  line-height: 40px;
  font-weight: bold;
  color: #0a293b;
}

.bookingPage .boxSummary .priceContainer .totalPrice .btnBreakdown {
  float: left;
  font-weight: normal;
  font-size: 13px;
}

.bookingPage .boxSummary .priceContainer .totalPrice .priceAmount {
  font-size: 16px;
}

.bookingPage .boxSummary .priceContainer .totalPrice .b2bInfoPrice {
  font-size: 15px;
  color: #f88b00;
}

.bookingPage .boxSummary .priceContainer .totalPrice .b2bInfoPrice .priceAmount {
  font-size: 18px;
}

.bookingPage .boxSummary .priceContainer .totalPrice span.info {
  line-height: 16px;
  font-weight: bold;
  color: #0a293b;
  text-align: justify;
  font-size: 13px;
  padding-bottom: 10px;
}

.bookingPage .contactUs {
  background-color: #fff;
  padding: 10px;
  position: relative;
  margin-top: 20px;
  min-height: 100px;
}

.bookingPage .contactUs .image {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.bookingPage .contactUs .text {
  padding-left: 90px;
  padding-top: 5px;
}

.bookingPage .contactUs .text span {
  line-height: 22px;
}

.bookingPage .contactUs .text span .phone {
  font-size: 26px;
  font-weight: bold;
  color: #0a293b;
}

.bookingPage .securePayment {
  margin-top: 20px;
}

.bookingPage .securePayment .title {
  text-transform: uppercase;
  font-weight: bold;
}

.btn.btnCancelBookingClient {
  margin: 0 1px;
}

.bookingBreakdown .info {
  padding: 10px;
  background-color: #e6e6e6;
}

.bookingBreakdown .info .title {
  color: #0a293b;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.bookingBreakdown .info .description {
  color: #666;
  font-size: 13px;
}

.bookingBreakdown .breakdown {
  padding: 0;
  color: #666;
}

.bookingBreakdown .breakdown .line {
  padding-top: 8px;
  padding-bottom: 8px;
}

.bookingBreakdown .breakdown .line + .line {
  border-top: 2px dotted #e6e6e6;
}

.bookingBreakdown .breakdown .line.total {
  border-top: 2px solid #e6e6e6;
  font-weight: bold;
}

.bookingBreakdown .breakdown .line .price {
  text-align: right;
}

.bookingBreakdown .breakdown .line.total .price {
  font-size: 18px;
  color: #0a293b;
}

/***ENDBOOKING***/
/***PAYMENTS***/
.md-dialog .md-dialog-content.loadingPaymentBooking md-progress-circular path {
  stroke: #0a293b;
}

.md-dialog .md-dialog-content.loadingPaymentBooking span {
  color: #0a293b;
  font-weight: bold;
}

.md-dialog-md .md-dialog-content.changePaymentBooking .formImportantMsg {
  background-color: #d9edf6;
  color: #5c9dbd;
  border: 1px solid #5c9dbd;
  margin-bottom: 10px;
  padding: 5px;
}

.md-dialog-md .md-dialog-content.changePaymentBooking .panel-group {
  margin-bottom: 0px;
}

.md-dialog-md .md-dialog-content.changePaymentBooking .panel-heading md-radio-button {
  margin-bottom: 0px;
}

.md-dialog-md .md-dialog-content.changePaymentBooking .panel-heading md-radio-button .md-label {
  width: 100%;
  padding-right: 30px;
}

.md-dialog-md .md-dialog-content.changePaymentBooking .panel-heading md-radio-button .price {
  font-weight: bold;
  text-transform: none;
  color: #0a293b;
}

.md-dialog-md .changePaymentBooking .btnContinue {
  background-color: #f88b00;
  color: #fff;
  font-weight: bold;
}

.md-dialog-md .changePaymentBooking .btnContinue md-icon {
  color: #fff;
  padding-left: 72px;
  display: inline;
}

.md-dialog-md .changePaymentBooking .btnContinue:hover {
  background-color: rgba(248, 139, 0, 0.7);
}

.paymentOrder .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/***ENDPAYMENTS***/
/***VOUCHER***/
.receiptPage .loadingBooking {
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.receiptPage .loadingBooking md-progress-circular path {
  stroke: #0a293b;
}

.receiptPage .loadingBooking span {
  color: #0a293b;
  font-weight: bold;
}

.receiptPage .titlePage {
  color: #0a293b;
  font-weight: bold;
  text-align: right;
  font-size: 28px;
  line-height: 28px;
}

.receiptPage .receiptHeader {
  color: #0a293b;
}

.receiptPage .boxHeader {
  background-color: #0a293b;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.receiptPage .boxHeader md-icon {
  color: #fff;
}

.receiptPage .boxContainer {
  margin-bottom: 20px;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border: 1px solid #e6e6e6;
  padding: 10px 0;
}

.receiptPage .boxContainer .description .title {
  color: #0a293b;
}

.receiptPage .boxContainer .description .data {
  color: #666;
}

.receiptPage .boxContainer .flightData {
  margin-top: 20px;
}

.receiptPage .boxContainer .flightData.airline {
  margin-top: 15px;
  text-align: center;
}

.receiptPage .boxContainer .serviceContainer + .serviceContainer {
  border-left: 2px solid #e6e6e6;
}

.receiptPage .boxContainer .serviceContainer .dateHeader {
  background-color: #e6e6e6;
  padding: 5px;
  margin: 1%;
  display: inline-block;
  width: 98%;
  text-align: center;
}

.receiptPage .boxContainer .serviceContainer .supplierImage {
  padding: 0 10px;
  margin-top: 17px;
}

.receiptPage .boxContainer .serviceContainer .serviceImage {
  max-height: 172px;
  overflow: hidden;
}

.receiptPage .boxContainer .serviceContainer .serviceData {
  margin: 0;
  padding: 5px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey {
  text-align: center;
}

.receiptPage .boxContainer .serviceContainer .serviceData .serviceTitle {
  color: #0a293b;
  font-size: 18px;
  line-height: 28px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey .type {
  font-size: 11px;
  line-height: 13px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey .serviceTitle {
  line-height: 22px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey .name {
  line-height: 14px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey .terminal {
  font-size: 12px;
  line-height: 13px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey .date {
  font-size: 13px;
  line-height: 15px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey .time {
  font-size: 13px;
  line-height: 19px;
  color: #666;
  background-color: #e6e6e6;
  padding: 2px;
}

.receiptPage .boxContainer .serviceContainer .serviceData.journey .time small {
  color: #f44336;
}

.receiptPage .boxContainer table {
  width: 100%;
}

.receiptPage .boxContainer table td.description {
  width: 80%;
}

.receiptPage .boxContainer table td.amount {
  width: 20%;
  text-align: right;
}

.receiptPage .boxContainer table td.payment {
  width: 30%;
}

.receiptPage .boxContainer table td.deadline {
  width: 30%;
}

.receiptPage .boxContainer table td.action {
  width: 20%;
}

.receiptPage .boxContainer table thead {
  color: #0a293b;
  font-weight: bold;
}

.receiptPage .boxContainer table thead tr td {
  border-bottom: 2px solid #e6e6e6;
  padding: 5px 5px 5px 10px;
}

.receiptPage .boxContainer table tbody {
  color: #666;
}

.receiptPage .boxContainer table tbody tr.totalLine {
  font-weight: bold;
}

.receiptPage .boxContainer table tbody tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 5px 5px 10px;
}

.receiptPage .boxContainer table td.amount {
  padding: 5px 10px 5px 5px;
}

.receiptPage .boxContainer table tfoot tr td {
  width: 100%;
  color: #0a293b;
  font-weight: bold;
  text-align: right;
  padding: 5px 10px;
}

.receiptPage .boxContainer p {
  color: #666;
}

.receiptPage .boxContainer ul li {
  color: #666;
}

.receiptPage .boxContainer .paxContainer {
  padding: 0 10px;
}

.receiptPage .boxContainer .paxContainer + .paxContainer {
  margin-top: 5px;
}

.receiptPage .boxContainer .paxContainer + .paxContainer .roomHeader {
  margin-top: 30px;
}

.receiptPage .boxContainer .paxContainer .roomHeader {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
}

.receiptPage .boxContainer .paxContainer .roomHeader .title {
  font-weight: bold;
  color: #0a293b;
  font-size: 16px;
}

.receiptPage .boxContainer .paxContainer .paxHeader {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

.receiptPage .boxContainer .paxContainer .paxHeader .title {
  font-weight: bold;
  color: #0a293b;
  font-size: 15px;
  padding-left: 10px;
}

.receiptPage .boxContainer .vehicleContainer {
  padding: 0 10px;
}

.receiptPage .boxContainer .vehicleContainer + .vehicleContainer {
  margin-top: 5px;
}

.receiptPage .boxFlight {
  margin-bottom: 20px;
}

.receiptPage .boxFlight .boxContainer {
  margin-bottom: 0;
}

.receiptPage .btnGoToPay {
  background-color: #0f2d3e;
  color: #fff;
  font-weight: bold;
  margin: 0;
  min-height: 24px;
  height: 24px;
  line-height: 24px;
}

.receiptPage .btnGoToPay:hover {
  background-color: rgba(15, 45, 62, 0.7);
}

/***ENDVOUCHER***/
/***BUDGET***/
.budgetPage .loadingBooking {
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.budgetPage .loadingBooking md-progress-circular path {
  stroke: #0a293b;
}

.budgetPage .loadingBooking span {
  color: #0a293b;
  font-weight: bold;
}

.budgetPage .titlePage {
  color: #0a293b;
  font-weight: bold;
  text-align: right;
  font-size: 28px;
  line-height: 28px;
}

.budgetPage .receiptHeader {
  color: #0a293b;
}

.budgetPage .boxHeader {
  background-color: #0a293b;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.budgetPage .boxHeader md-icon {
  color: #fff;
}

.budgetPage .boxContainer {
  margin-bottom: 20px;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border: 1px solid #e6e6e6;
  padding: 10px 0;
}

.budgetPage .boxContainer .description .title {
  color: #0a293b;
}

.budgetPage .boxContainer .description .data {
  color: #666;
}

.budgetPage .boxContainer .flightData {
  margin-top: 20px;
}

.budgetPage .boxContainer .flightData.airline {
  margin-top: 15px;
  text-align: center;
}

.budgetPage .boxContainer .serviceContainer + .serviceContainer {
  border-left: 2px solid #e6e6e6;
}

.budgetPage .boxContainer .serviceContainer .dateHeader {
  background-color: #e6e6e6;
  padding: 5px;
  margin: 1%;
  display: inline-block;
  width: 98%;
  text-align: center;
}

.budgetPage .boxContainer .serviceContainer .supplierImage {
  padding: 0 10px;
  margin-top: 17px;
}

.budgetPage .boxContainer .serviceContainer .serviceImage {
  max-height: 172px;
  overflow: hidden;
}

.budgetPage .boxContainer .serviceContainer .serviceData {
  margin: 0;
  padding: 5px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey {
  text-align: center;
}

.budgetPage .boxContainer .serviceContainer .serviceData .serviceTitle {
  color: #0a293b;
  font-size: 18px;
  line-height: 28px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey .type {
  font-size: 11px;
  line-height: 13px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey .serviceTitle {
  line-height: 22px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey .name {
  line-height: 14px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey .terminal {
  font-size: 12px;
  line-height: 13px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey .date {
  font-size: 13px;
  line-height: 15px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey .time {
  font-size: 13px;
  line-height: 19px;
  color: #666;
  background-color: #e6e6e6;
  padding: 2px;
}

.budgetPage .boxContainer .serviceContainer .serviceData.journey .time small {
  color: #f44336;
}

.budgetPage .boxContainer table {
  width: 100%;
}

.budgetPage .boxContainer table td.description {
  width: 80%;
}

.budgetPage .boxContainer table td.amount {
  width: 20%;
  text-align: right;
}

.budgetPage .boxContainer table thead {
  color: #0a293b;
  font-weight: bold;
}

.budgetPage .boxContainer table thead tr td {
  border-bottom: 2px solid #e6e6e6;
  padding: 5px 5px 5px 10px;
}

.budgetPage .boxContainer table tbody {
  color: #666;
}

.budgetPage .boxContainer table tbody tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 5px 5px 10px;
}

.budgetPage .boxContainer table td.amount {
  padding: 5px 10px 5px 5px;
}

.budgetPage .boxContainer table tfoot tr td {
  width: 100%;
  color: #0a293b;
  font-weight: bold;
  text-align: right;
  padding: 5px 10px;
}

.budgetPage .boxContainer p {
  color: #666;
}

.budgetPage .boxContainer ul li {
  color: #666;
}

.budgetPage .boxContainer .paxContainer {
  padding: 0 10px;
}

.budgetPage .boxContainer .paxContainer + .paxContainer {
  margin-top: 5px;
}

.budgetPage .boxContainer .paxContainer + .paxContainer .roomHeader {
  margin-top: 30px;
}

.budgetPage .boxContainer .paxContainer .roomHeader {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
}

.budgetPage .boxContainer .paxContainer .roomHeader .title {
  font-weight: bold;
  color: #0a293b;
  font-size: 16px;
}

.budgetPage .boxContainer .paxContainer .paxHeader {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

.budgetPage .boxContainer .paxContainer .paxHeader .title {
  font-weight: bold;
  color: #0a293b;
  font-size: 15px;
  padding-left: 10px;
}

.budgetPage .boxContainer .vehicleContainer {
  padding: 0 10px;
}

.budgetPage .boxContainer .vehicleContainer + .vehicleContainer {
  margin-top: 5px;
}

.budgetPage .boxFlight {
  margin-bottom: 20px;
}

.budgetPage .boxFlight .boxContainer {
  margin-bottom: 0;
}

/***BUDGET***/
/***CLIENTBOOKING***/
.clientBooking .loadingBooking {
  background-color: #fff;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.clientBooking .loadingBooking md-progress-circular path {
  stroke: #0a293b;
}

.clientBooking .loadingBooking span {
  color: #0a293b;
  font-weight: bold;
}

.clientBooking .titlePage {
  color: #0a293b;
  font-weight: bold;
  text-align: right;
  font-size: 28px;
  line-height: 28px;
}

.clientBooking .receiptHeader {
  color: #0a293b;
}

.clientBooking .boxHeader {
  background-color: #0a293b;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.clientBooking .boxHeader md-icon {
  color: #fff;
}

.clientBooking .boxContainer {
  margin-bottom: 20px;
  background-color: var(--Theme-CTA-CTA---main---content, #ffffff);
  border: 1px solid #e6e6e6;
  padding: 10px 0;
}

.clientBooking .boxContainer .description .title {
  color: #0a293b;
}

.clientBooking .boxContainer .description .data {
  color: #666;
}

.clientBooking .boxContainer .flightData {
  margin-top: 20px;
}

.clientBooking .boxContainer .flightData.airline {
  margin-top: 15px;
  text-align: center;
}

.clientBooking .boxContainer .serviceContainer + .serviceContainer {
  border-left: 2px solid #e6e6e6;
}

.clientBooking .boxContainer .serviceContainer .dateHeader {
  background-color: #e6e6e6;
  padding: 5px;
  margin: 1%;
  display: inline-block;
  width: 98%;
  text-align: center;
}

.clientBooking .boxContainer .serviceContainer .supplierImage {
  padding: 0 10px;
  margin-top: 17px;
}

.clientBooking .boxContainer .serviceContainer .serviceImage {
  max-height: 172px;
  overflow: hidden;
}

.clientBooking .boxContainer .serviceContainer .serviceData {
  margin: 0;
  padding: 5px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey {
  text-align: center;
}

.clientBooking .boxContainer .serviceContainer .serviceData .serviceTitle {
  color: #0a293b;
  font-size: 18px;
  line-height: 28px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey .type {
  font-size: 11px;
  line-height: 13px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey .serviceTitle {
  line-height: 22px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey .name {
  line-height: 14px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey .terminal {
  font-size: 12px;
  line-height: 13px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey .date {
  font-size: 13px;
  line-height: 15px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey .time {
  font-size: 13px;
  line-height: 19px;
  color: #666;
  background-color: #e6e6e6;
  padding: 2px;
}

.clientBooking .boxContainer .serviceContainer .serviceData.journey .time small {
  color: #f44336;
}

.clientBooking .boxContainer table {
  width: 100%;
}

.clientBooking .boxContainer table td.description {
  width: 80%;
}

.clientBooking .boxContainer table td.amount {
  width: 20%;
  text-align: right;
}

.clientBooking .boxContainer table thead {
  color: #0a293b;
  font-weight: bold;
}

.clientBooking .boxContainer table thead tr td {
  border-bottom: 2px solid #e6e6e6;
  padding: 5px 5px 5px 10px;
}

.clientBooking .boxContainer table tbody {
  color: #666;
}

.clientBooking .boxContainer table tbody tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 5px 5px 10px;
}

.clientBooking .boxContainer table td.amount {
  padding: 5px 10px 5px 5px;
}

.clientBooking .boxContainer table tfoot tr td {
  width: 100%;
  color: #0a293b;
  font-weight: bold;
  text-align: right;
  padding: 5px 10px;
}

.clientBooking .boxContainer p {
  color: #666;
}

.clientBooking .boxContainer ul li {
  color: #666;
}

.clientBooking .moreInfo {
  text-transform: none;
  text-decoration: underline;
}

/***CLIENTBOOKING***/
/***MENU***/
.clientMenu,
.agencyMenu {
  font-size: 24px;
  color: #8a8383;
}

.clientMenu md-icon,
.agencyMenu md-icon {
  color: #8a8383;
}

.clientMenu .navTitle,
.agencyMenu .navTitle {
  color: #58b4e5;
}

.errorAlert {
  margin-top: 20px;
  margin-bottom: 20px;
}

/***ENDMENU***/
.flag-languages {
  width: 30px;
  height: 21px;
}

.spinner {
  border: 16px solid #f3f3f3;
  /* Gris claro */
  border-top: 16px solid #3498db;
  /* Azul */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

md-tooltip.multiline {
  height: auto;
}

md-tooltip.productRecommended {
  height: auto;
}

md-tooltip.productRecommended .ferryRecommended {
  text-align: center;
}

md-tooltip.productRecommended .shipping {
  margin-top: 3px;
}

md-tooltip.productRecommended .journey {
  text-weight: bold;
}

md-tooltip.productRecommended .date span {
  text-weight: bold;
}

md-tooltip.productRecommended .hrLine {
  margin-top: 3px;
  margin-bottom: 3px;
}

md-tooltip.productRecommended .searchMade {
}

md-tooltip.productRecommended .hotelRecommended {
  text-align: center;
}

md-tooltip.productRecommended .hotel {
  text-weight: bold;
}

md-tooltip.productRecommended .board {
  text-weight: bold;
}

.infoGDPR {
  padding: 15px;
  color: #8a8383;
  font-size: 12px;
  border: 1px #8a8383 solid;
  background: #e6e6e6;
}

.notFoundContent {
  width: 70%;
  margin: 5.2% auto 4% auto;
  text-align: center;
}

.notFoundContent h1 {
  width: 100%;
  color: #363a35;
  font-size: 200px;
  text-shadow: 0px 0 7px rgba(0, 0, 0, 0.5);
  font-family: Trajan Pro;
  font-weight: bold;
}

.notFoundContent span {
  width: 100%;
  color: #363a35;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 30px;
}

tws-client-register,
tws-collective-register {
  text-align: left;
}

tws-input-file > md-input-container > .md-button.md-fab {
  position: absolute;
  right: 2px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  top: -8px;
}

tws-input-file > md-input-container {
  padding-right: 55px;
}

.clearfix:before,
.clearfix:after {
  flex-basis: 0;
  order: 1;
}

.seoContainer {
}

.seoH1 {
  color: #757575;
  font-weight: bold;
  margin: auto;
}

.seoH1 .iconInfo {
  color: #f88b00;
  font-style: italic;
  font-weight: bold;
  font-family: times-new-roman;
}

.seoH2 {
  color: #757575;
  font-weight: bold;
  margin: auto;
}

.seoH3 {
  color: #757575;
  margin: auto;
}

.seoContainer p {
  color: #757575;
}

.buttonBack {
  background-color: #d2d2d2;
  margin: auto;
  width: 200px;
  border-radius: 5px;
  order: 2;
  margin-bottom: 20px;
}

.buttonBackIcon {
  line-height: 0.8;
}

tours-product-page .seoH1 {
  color: #0a293b;
  border-bottom: 2px solid #e6e6e6;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
}

img.fr-dii {
  display: block;
  max-width: 100%;
  height: auto;
}

body.app.generate-pdf {
  background: none;
  color: rgb(16, 19, 16);
  padding: 0;
  margin: 0;
}

body.app.generate-pdf .container.full-width {
  padding: 0;
  margin: 0;
  width: 100%;
}

tours-pdf-page {
  font-size: 14px;
}

tours-pdf-page td {
  border: 0px;
  padding: 0px;
}

tours-pdf-page * {
  box-sizing: border-box;
}

tours-pdf-page .mt-1 {
  margin-top: 10px;
}

tours-pdf-page .mt-2 {
  margin-top: 20px;
}

tours-pdf-page .mt-3 {
  margin-top: 30px;
}

tours-pdf-page .mt-4 {
  margin-top: 40px;
}

tours-pdf-page .mt-5 {
  margin-top: 50px;
}

tours-pdf-page .box-page {
  width: 794px;
  height: 1122px;
}

tours-pdf-page .header-page {
  float: left;
  width: 100%;
  height: 82px;
  padding: 12px 27px;
}

tours-pdf-page .header-page .logo {
  float: left;
}

tours-pdf-page .header-page .logo img {
  max-height: 53px;
}

tours-pdf-page .header-page .name {
  float: right;
  line-height: 53px;
}

tours-pdf-page .footer-page {
  height: 97px;
  padding: 39px 27px;
  background-color: #eee;
  color: #000;
}

tours-pdf-page .footer-page .name-company {
  float: left;
}

tours-pdf-page .footer-page .contact-forms {
  float: right;
}

tours-pdf-page .body-page {
  height: 943px;
  padding: 10px 27px;
  overflow: hidden;
}

tours-pdf-page .img-box {
  background-position: 50% 50% !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-color: #141414;
}

tours-pdf-page .img-boxed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

tours-pdf-page .img-boxed .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

tours-pdf-page .separator {
  margin: 40px 0px;
  border-top: 4px solid #eee;
}

tours-pdf-page .main-info {
  max-height: 425px;
}

tours-pdf-page .main-info .forma-responsive {
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
  background: #23211d;
  margin-bottom: 25px;
}

tours-pdf-page .main-info .title {
  max-height: 30px;
  font-size: 1.5em;
  font-weight: 700;
  overflow: hidden;
}

tours-pdf-page .main-info .description {
  margin-top: 10px;
  max-height: 65px;
  font-size: 0.9em;
  overflow: hidden;
}

tours-pdf-page .main-info .price {
  margin-top: 10px;
  max-height: 25px;
  font-weight: 700;
}

tours-pdf-page .includes-section {
  max-height: 468px;
  overflow: hidden;
}

tours-pdf-page .includes-section .title-section {
  float: left;
  width: 160px;
  font-size: 1.1em;
}

tours-pdf-page .includes-section .border-vertical {
  float: left;
  width: 576px;
  border-left: 4px solid #eee;
  padding-left: 40px;
}

tours-pdf-page .includes-section .include-section {
  font-size: 0.9em;
  max-height: 60px;
  overflow: hidden;
}

tours-pdf-page .includes-section .include-section .title-mini {
  font-size: 1em;
  font-weight: 700;
}

tours-pdf-page .title-itinerary {
  font-size: 1.1em;
}

tours-pdf-page .itinerary-section {
  padding-left: 20px;
  margin-top: 15px;
}

tours-pdf-page .itinerary-section li + li {
  margin-top: 20px;
}

tours-pdf-page .itinerary-section li {
  max-height: 295px;
  overflow: hidden;
}

tours-pdf-page .itinerary-section li .day {
  font-weight: 700;
  max-height: 25px;
  overflow: hidden;
}

tours-pdf-page .itinerary-section li .description {
  font-size: 0.9em;
  max-height: 260px;
  overflow: hidden;
}

tours-pdf-page .moreInformations-section {
  max-height: 940px;
  overflow: hidden;
}

tours-pdf-page .moreInformations-section .title-section {
  float: left;
  width: 160px;
  font-size: 1.1em;
}

tours-pdf-page .moreInformations-section .border-vertical {
  float: left;
  width: 576px;
  border-left: 4px solid #eee;
  padding-left: 40px;
}

tours-pdf-page .moreInformations-section .moreInformation-section {
  max-height: 280px;
  overflow: hidden;
}

tours-pdf-page .moreInformations-section .moreInformation-section .title-mini {
  font-size: 1em;
  font-weight: 700;
}

tours-pdf-page .moreInformations-section .moreInformation-section .description {
  font-size: 0.8em;
  max-height: 260px;
  overflow: hidden;
}

tours-pdf-page .title-modality {
  font-size: 1.1em;
  font-weight: bold;
}

tours-pdf-page .subtitle-modality {
  font-size: 1em;
}

tours-pdf-page .modality-section + .modality-section {
  margin-top: 20px;
  border-top: 4px solid #eee;
  padding-top: 20px;
  width: 100%;
}

tours-pdf-page .modality-section .block-recommended {
  float: left;
  width: 48%;
  padding: 8px;
  margin-top: 15px;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
  margin-left: 2%;
}

tours-pdf-page .modality-section .block-recommended .image {
  float: left;
  width: 45%;
}

tours-pdf-page .modality-section .block-recommended .image img {
  width: 100%;
}

tours-pdf-page .modality-section .block-recommended .caption {
  float: left;
  width: 55%;
  padding-left: 20px;
}

tours-pdf-page .modality-section .block-recommended .categoryHotel {
  color: #ee9240;
}

tours-pdf-page .link-section .title-section {
  float: left;
  width: 160px;
  text-align: center;
}

tours-pdf-page .link-section .title-section md-icon {
  font-size: 6em;
  color: #ccc;
  width: 98px;
  height: 98px;
}

tours-pdf-page .link-section .border-vertical {
  float: left;
  width: 576px;
  border-left: 4px solid #eee;
  padding-left: 40px;
  min-height: 98px;
}

tours-pdf-page .link-section a {
  color: #00aff2;
  text-decoration: none;
}

.buttonsSearcherFerriesNoresult {
  float: right;
}

.productActivity .ui-datepicker {
  margin-top: 0.25rem;
  border: 0 !important;
  border-radius: 0.75rem;
  box-shadow: 0 4px 14px 0 #25201f40;
  background-color: #fff;
}

.productActivity .ui-datepicker .ui-datepicker-header {
  padding: 10px;
}

.productActivity .ui-datepicker .ui-datepicker-header.ui-corner-left,
.productActivity .ui-datepicker .ui-datepicker-header.ui-corner-all {
  border-top-left-radius: 0.75rem;
}

.productActivity .ui-datepicker .ui-datepicker-header.ui-corner-right,
.productActivity .ui-datepicker .ui-datepicker-header.ui-corner-all {
  border-top-right-radius: 0.75rem;
}

.productActivity .ui-datepicker .ui-datepicker-prev,
.productActivity .ui-datepicker .ui-datepicker-next {
  top: auto;
}

.productActivity .ui-datepicker .ui-datepicker-prev span,
.productActivity .ui-datepicker .ui-datepicker-next span {
  width: 27px !important;
  height: 27px !important;
  font-size: 1.2em;
}

.productActivity .ui-datepicker .ui-datepicker-prev span {
  margin-left: -5px !important;
}

.productActivity .ui-datepicker .ui-datepicker-next span {
  margin-left: -15px !important;
}

.productActivity .ui-datepicker .ui-datepicker-prev span:before,
.productActivity .ui-datepicker .ui-datepicker-next span:before {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.productActivity .ui-datepicker table {
  margin: 15px auto 20px !important;
}

.productActivity .ui-datepicker th {
  font-size: 15px !important;
  color: #161616;
  font-weight: 400;
}

.productActivity .ui-datepicker td * {
  width: 3.8rem !important;
  height: 3.8rem !important;
  cursor: pointer;
  align-items: center;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 3rem !important;
  text-align: center !important;
  border: none;
  border-radius: 50%;
  background-color: #0000;
}

.productActivity .ui-datepicker td a {
  margin: 4px auto !important;
  color: #fff !important;
  background: #00a698 !important;
}

.productActivity .ui-datepicker td > a:hover,
.productActivity .ui-datepicker td > a.ui-state-active {
  border-radius: 50% !important;
}

.productActivity .ui-datepicker td > a:hover {
  border-color: #066961 !important;
  background-color: #066961 !important;
}

.productActivity .ui-datepicker td > a.ui-state-active {
  background: #051f1d !important;
  border-color: #051f1d !important;
}

.productActivity .ui-datepicker td > span {
  color: #cfd5dd !important;
  border: 0 !important;
  background: #fff !important;
  cursor: default !important;
  margin: 4px auto !important;
  text-decoration: line-through;
}

.read-toast .md-toast-content {
  background-color: #f88b00 !important;
  color: white !important;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.9;
  border-radius: 4px;
  margin-top: 2px;
  text-align: end;
}

@media (min-width: 1200px) {
  .twsIsInline {
    .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 {
      padding-left: 7px;
      padding-right: 7px;
    }
  }
}
