select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  padding: 0.5em;
  padding-right: 1.5em;
}
.height-30 {
  height: 30px;
}
.padding-15 {
  padding: 15px;
}
.background-white {
  background-color: rgba(255,255,255,0.9);
  padding-bottom: 30px;
}
.border-top-gray {
  border-top: 2px solid #999;
  padding-top: 15px;
  padding-bottom: 15px;
}
.margin-top-10 {
  margin-top: 10px;
}
.font-color-gray {
  color: #696969;
}
.font-color-orange {
  color: #ff8c00;
}
.font-color-red {
  color: #f00;
}
.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding {
  padding: 0;
}
.margin-side-auto {
  padding: 0 70px;
}
.margin-top-30 {
  margin-top: 30px;
}
.padding-top-10 {
  padding-top: 15px;
}
.padding-top-30 {
  padding-top: 30px;
  text-align: center;
}
.padding-bot-30 {
  padding-bottom: 30px;
}
.font-size-16 {
  font-size: 16px;
}
.section-padding {
  padding: 30px 0;
}
.sitemap a {
  color: #fff !important;
}
.overflow-hidden {
  overflow: hidden;
}
.fix-map {
  margin-top: -46px;
}
#suburbanCapacity,
#hiaceCapacity,
#sprinterCapacity {
  display: none;
}
.margin-left-15 {
  margin-left: 15px;
}
a.button {
  background-color: #fdc803;
  border-radius: 0px;
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  width: 100%;
}
.btn {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  color: #fdc803;
  height: 30px;
  line-height: 30px;
  padding: 0 20px !important;
}
.btn:hover {
  background-color: #fdc803;
  border-color: #fdc803;
  color: #000;
}
.easy-autocomplete input {
  box-shadow: none;
}
section#top-menu {
  background: var(--color2);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
section#top-menu section#thicker {
  height: 40px;
  width: 100%;
}
section#top-menu section#thicker .text-thicker {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  margin-right: 30px;
}
section#top-menu section#thicker .text-thicker a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
section#top-menu section#menu {
  background-color: var(--color2);
  border-bottom: 1px solid var(--color2);
  height: 100px;
  width: 100%;
  z-index: 6;
}
section#top-menu section#menu .navbar-collapse {
  height: 100%;
}
section#top-menu section#menu .navbar {
  padding: 0;
}
section#top-menu section#menu .navbar-brand {
  padding: 5px 0;
}
section#top-menu section#menu .navbar-brand img {
  height: 90px;
}
section#top-menu section#menu .elementor-button {
  align-items: center;
  background-color: var(--color4);
  border: 2px solid var(--color4);
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  line-height: 48px;
  padding: 0 15px;
  text-decoration: none;
}
section#top-menu section#menu .elementor-button .elementor-button-content-wrapper {
  align-items: center;
  display: flex;
  height: auto;
}
section#top-menu section#menu .elementor-button .elementor-button-content-wrapper .elementor-icon {
  font-size: 16px;
  margin-right: 10px;
}
section#top-menu section#menu .elementor-button .elementor-button-content-wrapper .elementor-text {
  font-size: 16px;
}
section#top-menu section#menu .elementor-button:hover {
  background-color: transparent;
  color: var(--color4);
}
section#top-menu section#menu .navbar-nav .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  text-transform: uppercase;
}
section#top-menu section#menu .navbar-nav .nav-item {
  line-height: 50px;
  padding-left: 0;
  padding-right: 40px;
}
section#top-menu section#menu .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 1280px) {
  section#top-menu section#menu .navbar-nav .nav-link {
    font-size: 18px;
  }
  section#top-menu section#menu .navbar-nav .nav-item {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  section#top-menu section#menu .navbar-nav .nav-link {
    font-size: 16px;
  }
  section#top-menu section#menu .navbar-nav .nav-item {
    padding-right: 20px;
  }
  section#top-menu section#menu .elementor-button {
    padding: 0 10px;
  }
  section#top-menu section#menu .elementor-button .elementor-button-content-wrapper .elementor-icon {
    font-size: 14px;
  }
  section#top-menu section#menu .elementor-button .elementor-button-content-wrapper .elementor-text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  section#top-menu section#menu .navbar-nav .nav-item {
    padding: 0;
    text-align: center;
  }
  section#top-menu section#menu .navbar-collapse {
    background-color: #001341;
  }
}
@media (max-width: 767px) {
  section#top-menu section#menu .navbar {
    height: 100px;
  }
  section#top-menu section#menu .navbar .navbar-brand {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
  }
  section#top-menu section#menu .navbar .navbar-brand img {
    height: auto;
    max-width: 200px;
  }
}
section#mycabotransfers {
  background: url("/images/backgrounds/mycabotransfers.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 140px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
section#mycabotransfers p {
  color: #000;
}
section#mycabotransfers form {
  margin-bottom: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top {
  height: 40px;
  margin: 0 15px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #header-total {
  align-items: center;
  background-color: #000;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: none;
  height: 40px;
  line-height: 40px;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #header-total p {
  color: #fff;
  font-size: 18px;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #header-total p span {
  font-weight: 600;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top #service-options {
  display: flex;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top {
  background-color: #fff;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 10px 10px 0 0;
  color: #000;
  display: inline-flex;
  height: 40px;
  max-width: 120px;
  overflow: hidden;
  padding: 0 8px;
  width: auto;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-image {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 24px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-image img {
  height: 16px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-text {
  align-items: center;
  display: flex;
  height: 38px;
  margin-left: 10px;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top .booking-top-text p {
  font-size: 12px;
  line-height: 14px;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top.selected {
  background-color: #000;
  max-width: 160px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top.selected .booking-top-image img {
  filter: invert(1);
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top.selected .booking-top-text p {
  color: #fff;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #promo-activated,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 {
  background-color: #fff;
  min-height: 570px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container {
  flex-direction: column;
  padding: 30px 15px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container form,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container form {
  margin: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #selected-add-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container #selected-add-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #selected-add-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #selected-add-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #selected-add-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #selected-add-promo {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.ready,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.ready {
  background: #fff;
  border: 2px solid #000;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.empty,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.empty {
  background: #fff;
  border: 2px solid #ececec;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button {
  background: #ececec;
  border: 2px solid #ececec;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button p.centered,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button p.centered {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 21px;
  line-height: 21px;
  margin-left: 0;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button label.special,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label.special,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label.special,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label.special,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label.special {
  font-size: 16px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#arrival-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#arrival-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#departure-airline,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button label#departure-flight,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button label#departure-flight {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button {
  display: inline-flex;
  height: 25px;
  line-height: 25px;
  margin-top: 0;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-image {
  align-items: center;
  display: flex;
  height: 25px;
  justify-content: center;
  overflow: hidden;
  margin-right: 5px;
  width: 25px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-image img {
  height: 18px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text {
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='text'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='time'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='date'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type='number'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input[type="button"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input#form-hotel,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input#form-hotel {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input#form-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input#form-pax {
  margin: 0 10px 20px;
  max-width: 80px;
  text-align: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text input#form-unit-van,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text input#form-unit-van {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text select,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .container-book-button .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .container-book-button .book-text p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .wrapper-pax,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .wrapper-pax {
  display: inline-flex;
  height: 25px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .wrapper-pax .qtyplus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button .wrapper-pax .qtyminus,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button .wrapper-pax .qtyminus {
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 25px;
  justify-content: center;
  margin: 0 5px;
  min-width: 25px;
  width: 25px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox .book-image-checkbox input[type='checkbox'] {
  border-radius: 50%;
  margin-top: 0;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox .book-image-checkbox .form-check-input:checked {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.checkbox .book-text-checkbox label,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.checkbox .book-text-checkbox label {
  font-size: 14px;
  height: auto;
  margin-left: 10px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big {
  display: inline-block;
  height: 180px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-image-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-image-checkbox {
  float: left;
  height: 166px;
  line-height: 166px;
  width: 100px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-image-checkbox .form-check-input,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-image-checkbox .form-check-input {
  border: 4px solid #000;
  border-radius: 50%;
  height: 80px;
  margin: 42px 10px !important;
  width: 80px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-image-checkbox .form-check-input.selected,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-image-checkbox .form-check-input.selected {
  background-color: #000;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox {
  height: 166px;
  float: left;
  width: calc(100% - 100px);
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox-wrapper,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox-wrapper h4,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox-wrapper h4 {
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button.big .book-text-checkbox-wrapper p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button.big .book-text-checkbox-wrapper p {
  font-size: 18px;
  padding-bottom: 10px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #select-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #select-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #remove-return,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container #remove-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container #remove-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container #remove-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container #remove-promo,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container #remove-promo {
  display: none;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 10px -2px rgba(0,0,0,0.902);
  height: auto;
  min-height: 81px;
  position: absolute;
  top: 60px;
  width: calc(100% - 25px);
  z-index: 100;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results#option-from-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results#option-to-airport,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results#option-to-airport {
  cursor: pointer;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results {
  align-items: center;
  border: 2px solid #fff;
  display: inline-flex;
  height: 50px;
  padding: 5px 10px;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-image,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-image {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 10px;
  width: 20px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-image img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-image img {
  height: 18px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text {
  display: block;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-from,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text #form-hotel-to {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text .easy-autocomplete.eac-round {
  margin: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results .container-book-button-results .book-text p,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results .container-book-button-results .book-text p {
  font-size: 16px;
  padding: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .book-button-results-separator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .book-button-results-separator {
  border-bottom: 1px solid #ccc;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .close-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .close-button {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: 99;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .info-container .close-button img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .info-container .close-button img {
  height: 25px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input::placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input::placeholder {
  color: #000;
  height: 30px;
  line-height: 30px;
  opacity: 1;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input:-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input:-ms-input-placeholder {
  color: #000;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input::-ms-input-placeholder,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input::-ms-input-placeholder {
  color: #000;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 input::-webkit-calendar-picker-indicator,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .submit-button,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .submit-button {
  align-items: center;
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  height: 60px;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 #send-step-1,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 #send-step-1 {
  margin-top: 0;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer #send-step-1 img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 #send-step-1 img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 #send-step-1 img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 #send-step-1 img,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 #send-step-1 img {
  margin-right: 15px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 #send-step-3,
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 #send-step-3 {
  margin-top: 55px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .submit-button[disabled="disabled"],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .qtyplus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-1-airport-private-transfer .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 .qtyminus[disabled='disabled'],
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-5 .qtyminus[disabled='disabled'] {
  opacity: 0.5;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-3 #click-paypal {
  height: 1px;
  width: 1px;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-4 #thanks-after {
  align-items: center;
  display: flex;
  height: 510px;
  justify-content: center;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-bottom {
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 0 0 10px 10px;
  height: 40px;
  margin: 0 15px;
  text-align: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-bottom .tripadvisor-wrapper {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: center;
}
section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-bottom a {
  font-size: 16px;
}
section#mycabotransfers #mycabotransfers-image #square-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
section#mycabotransfers #mycabotransfers-image #square-image img {
  width: 100%;
}
section#mycabotransfers .easy-autocomplete-container ul {
  background-color: #fff;
}
section#mycabotransfers .easy-autocomplete-container ul li {
  color: #000;
}
section#mycabotransfers .easy-autocomplete-container ul li.selected {
  background-color: #000;
  color: #fff;
}
section#mycabotransfers .easy-autocomplete.eac-round {
  margin-bottom: 20px;
  width: auto !important;
}
section#mycabotransfers #services {
  color: #fff;
  padding: 30px 0 0 0;
}
section#mycabotransfers #services .service-container {
  align-items: center;
  display: flex;
  font-size: 36px;
  height: auto;
  justify-content: center;
  line-height: 40px;
  padding: 15px 0;
}
section#mycabotransfers #services .service-container .service-image {
  align-items: center;
  display: flex;
}
section#mycabotransfers #services .service-container .service-text {
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 18px;
  height: auto;
  margin-left: 20px;
}
section#mycabotransfers #services .service-container .service-text p {
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
section#mycabotransfers #step1Modal .modal-body {
  padding: 50px 10px;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace {
  border: 2px solid #ccc;
  border-radius: 15px;
  cursor: pointer;
  margin: 5px 0;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex .col-7,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban .col-7,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace .col-7 {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex h4,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban h4,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex p,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban p,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex p strong,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban p strong,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace p strong {
  font-size: 14px;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex p img,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban p img,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace p img {
  height: 16px;
  margin-right: 10px;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex .col-2,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban .col-2,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace .col-2 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 0;
}
section#mycabotransfers #step1Modal .modal-body #select-hyundai-starex.selected,
section#mycabotransfers #step1Modal .modal-body #select-chevrolet-suburban.selected,
section#mycabotransfers #step1Modal .modal-body #select-toyota-hiace.selected {
  border: 2px solid #000;
}
section#mycabotransfers #step1Modal .modal-body p {
  font-size: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
section#mycabotransfers #step1Modal .modal-footer button {
  background-color: #808080;
  border: 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
section#mycabotransfers #step1Modal .modal-footer button#goToStep2 {
  background-color: #000;
}
@media (max-width: 1399px) {
  section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label.special {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label.special {
    font-size: 16px;
  }
  section#mycabotransfers .text-end {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-text-checkbox label {
    font-size: 12px;
  }
  section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label.special {
    font-size: 12px;
  }
  section#services h2 {
    font-size: 30px;
  }
  section#services h3 {
    font-size: 26px;
  }
  section#services .col-sm-3 img {
    height: 50px;
    margin: 10px 0;
  }
  section#services .box-grocery {
    padding: 0;
  }
  section#services .box-grocery p {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button.checkbox .book-text-checkbox label {
    font-size: 10px;
  }
  section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-center #step-2 .info-container .book-button label.special {
    font-size: 10px;
  }
}
.ui-datepicker-calendar a {
  font-size: inherit !important;
}
.ui-timepicker-container.ui-timepicker-standard {
  padding: 0;
}
.ui-timepicker-container.ui-timepicker-standard a {
  font-size: 16px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
section#promo {
  background: #fff;
  margin-top: 75px;
  position: relative;
}
section#promotions {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 80px;
  justify-content: center;
}
section#promotions p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
section#promotions p span {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  section#promotions p {
    font-size: 18px;
    line-height: 20px;
  }
}
#slider {
  overflow: hidden;
  position: relative;
}
#book-now {
  background-color: #0a4970;
  opacity: 0.8;
  height: 100%;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
}
#book-now .price-hidden {
  position: absolute;
  font-size: 24px;
  right: 25px;
  width: 150px;
  z-index: 9999;
}
#book-now select,
#book-now input,
#book-now textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  height: 44px;
  margin: 0 0 10px;
  font-size: 24px;
  color: #333;
  outline: 0;
  padding: 0 10px;
  width: 100%;
}
#book-now textarea {
  height: 60px;
}
#book-now h1,
#book-now h2,
#book-now h3 {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: bolder;
  line-height: 50px;
  margin: 0;
  margin-top: 60px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#book-now h2 {
  margin: 0;
}
#book-now h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}
#book-now input.submit-button {
  background-color: #082b59;
  border: 0;
  color: #fff;
  float: right;
  width: 100%;
}
#book-now input.submit-button[disabled="disabled"] {
  opacity: 0;
}
#book-now #price,
#book-now span#priceBig {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
}
#book-now #price {
  margin-top: 7px;
}
#book-now #form-destination {
  display: none;
}
#book-now #Thanks,
#book-now form#Book,
#book-now #hiddenThanks {
  display: none;
}
#book-now #Thanks form {
  text-align: center !important;
}
#book-now #Thanks input {
  background: none !important;
  border: 0 !important;
  width: auto !important;
}
#book-now #Thanks p {
  color: #fff;
  font-size: 14px;
}
#book-now #Thanks a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #001241;
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid #000;
  width: 184px;
  height: 38px;
  line-height: 38px;
}
#book-now #Thanks a i {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  section#book-now h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  section#book-now h1 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 30px;
  }
  section#book-now h2 {
    line-height: normal;
  }
  section#book-now select,
  section#book-now input,
  section#book-now textarea {
    font-size: 18px;
    height: 38px;
  }
}
@media screen and (max-width: 900px) {
  section#book-now {
    background-color: #082b59;
    position: relative;
    height: auto;
    opacity: 1;
  }
  section#book-now h2 {
    font-size: 20px;
  }
}
section#zones {
  background: rgba(255,255,255,0.5);
  padding: 30px 0;
}
section#zones .card {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
section#zones .card .card-body h2 {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 15px 0;
}
section#zones .card .card-body p {
  color: #000;
}
section#zones .card .card-body p.zone-title {
  font-size: 24px;
  margin: 0px;
  padding: 25px 0;
}
section#zones .card .card-body p.zone-price {
  font-size: 20px;
  margin: 0px;
}
section#zones .card .card-body .btn {
  background-color: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  margin-top: 15px;
  width: 100%;
}
section#zones .ico-zone {
  border-radius: 10px;
  color: #fff;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
}
section#zones .ico-hotel {
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  margin: 5px;
  overflow: hidden;
  width: 50px;
}
section#zones .ico-hotel p {
  background-color: #fdc803;
  color: #fff;
  font-size: 12px;
  height: 32px;
  padding: 0 5px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .card {
    margin-bottom: 30px;
  }
}
section#units {
  padding: 40px 0;
}
section#units h3,
section#units p {
  color: #000;
}
@media screen and (max-width: 767px) {
  section#units img {
    width: 300px;
  }
}
section#services {
  padding: 40px 0;
}
section#services h2,
section#services p {
  color: #000;
}
section#more-services {
  padding: 40px 0;
}
section#more-services h2,
section#more-services h3,
section#more-services p {
  color: #000;
}
section#more-services a {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#more-services a {
    margin-bottom: 30px;
  }
}
section#contact-us {
  padding: 40px 0;
  top: 0;
  width: 100%;
}
section#contact-us h2 {
  color: #000;
  padding-bottom: 30px;
}
section#contact-us a {
  color: #000;
  font-size: 24px;
  padding: 20px 0;
}
section#contact-us a.contact {
  font-size: 30px;
  margin: 5px 20px;
}
section#contact-us a.contact i {
  font-size: 100px;
}
.max-w-6xl {
  max-width: 72rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr)); /* grid-cols-1 */
  gap: 2rem; /* gap-8 */
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.contact-card {
  background-color: #1e3a8a; /* bg-blue-900 */
  padding: 2rem; /* p-8 */
  border-radius: 0.5rem; /* rounded-lg */
  max-width: 28rem; /* max-w-md */
  width: 100%; /* w-full */
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); /* shadow-xl */
}
@media (min-width: 640px) {
  .contact-card {
    padding: 2.5rem;
  }
}
.border-b {
  border-bottom-width: 1px;
}
.border-blue-700 {
  border-color: #1d4ed8;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.space-y-4 > * + * {
  margin-top: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.flex {
  display: flex;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.gap-4 {
  gap: 1rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.w-6 {
  width: 1.5rem;
}
.h-6 {
  height: 1.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.text-red-500 {
  color: #ef4444;
}
.text-green-400 {
  color: #4ade80;
}
.transition-colors {
  transition-property: color, background-color, border-color;
}
.transition-transform {
  transition-property: transform;
}
.duration-300 {
  transition-duration: 300ms;
}
.group:hover {
  color: #bfdbfe;
}
.group:hover svg {
  transform: scale(1.1);
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-col {
  flex-direction: column;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.space-x-6 > * + * {
  margin-left: 1.5rem;
}
.text-gray-500 {
  color: #6b7280;
}
.text-gray-800 {
  color: #1f2937;
}
.social-link:hover {
  transform: scale(1.1);
}
.facebook-hover:hover {
  color: #1877f2;
}
.instagram-hover:hover {
  color: #e4405f;
}
.tiktok-hover:hover {
  color: #000;
}
.text-blue-300 {
  color: #93c5fd;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.inline-block {
  display: inline-block;
}
.text-blue-100 {
  color: #dbeafe;
}
.link-item:hover {
  color: #fff; /* hover:text-white */
  transform: translateX(0.25rem); /* hover:translate-x-1 */
  transition: all 300ms;
}
.text-amber-400 {
  color: #fbbf24;
}
.text-orange-400 {
  color: #fb923c;
}
.max-w-7xl {
  max-width: 80rem;
}
.mt-16 {
  margin-top: 4rem;
}
.pt-8 {
  padding-top: 2rem;
}
.border-t {
  border-top-width: 1px;
}
.border-blue-800 {
  border-color: #1e40af;
}
.text-center {
  text-align: center;
}
.text-blue-400 {
  color: #60a5fa;
}
section#above-footer {
  background-color: var(--color4);
  padding: 30px 0;
}
section#above-footer .social-icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}
section#above-footer .whatsapp {
  background-color: #25d366;
}
section#above-footer .facebook {
  background-color: #1877f2;
}
section#above-footer .facebook {
  margin-right: 30px;
}
footer {
  background-color: var(--color1);
  color: #fff;
  padding: 4rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
footer h2,
footer h3,
footer h4,
footer a,
footer p {
  color: #fff;
  margin: 0;
  padding: 0;
}
footer h2 {
  font-size: 28px;
}
footer h4 {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
footer a.first-link {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 1.5rem;
  padding-bottom: 10px;
  transition-duration: 300ms;
  transition-property: color, background-color, border-color;
}
footer a.first-link:hover {
  color: #bfdbfe;
}
footer ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
}
footer ul li {
  line-height: 2rem;
}
footer ul li a {
  font-size: 18px;
  transition-duration: 300ms;
}
footer ul li a:hover {
  color: #bfdbfe;
}
section#design {
  background-color: var(--color1);
  font-size: 14px;
  height: auto;
  overflow: hidden;
  width: 100%;
}
section#design .border-top {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-bottom: 30px;
}
section#design a,
section#design p {
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 30px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
section#design p {
  display: flex;
}
section#design a {
  display: inline-flex;
}
section#design a img {
  margin-right: 4px;
}
section#design .design {
  text-align: right;
}
.whatsapp-circle {
  background-color: #25d366;
  border-radius: 50%;
  bottom: 80px;
  height: 54px;
  position: fixed;
  right: 25px;
  width: 54px;
}
.whatsapp-circle a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 32px;
  height: 54px;
  justify-content: center;
}
@media (max-width: 767px) {
  section#design .design {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .whatsapp-circle {
    right: 15px;
  }
}
body {
  font-family: 'Rubik', sans-serif;
  background-color: #fff;
}
h1 {
  color: #001341;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 6px;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  color: #001341;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0;
  padding: 0 0 40px;
}
h3 {
  color: #001341;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 0 30px;
}
h4 {
  color: #001341;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 15px;
}
p,
a,
li {
  color: #001341;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
p,
ul {
  padding: 0 0 15px;
}
section#above-welcome {
  background-color: #d2b44f;
  padding: 40px 0;
}
section#above-welcome a {
  color: #000;
  font-size: 50px;
  text-decoration: none;
}
section#above-welcome h3 {
  color: #000;
  font-size: 50px;
  font-weight: bolder;
  line-height: 50px;
  padding: 0;
}
section#about-us {
  color: #000;
  padding: 40px 0;
}
section#about-us h1,
section#about-us p {
  color: #000;
}
section#about-us p {
  text-align: justify;
}
#hero {
  height: 800px;
  margin-bottom: 0 !important;
  position: relative;
}
#hero .carousel-item {
  height: 800px;
}
#hero .carousel-item .img-src-01 {
  background-image: url("/images/banners/private-transportation-001.jpg");
}
#hero .carousel-item .img-src-02 {
  background-image: url("/images/banners/private-transportation-002.jpg");
}
#hero .carousel-item .img-src-03 {
  background-image: url("/images/banners/private-transportation-003.jpg");
}
#hero .carousel-item .img-src-04 {
  background-image: url("/images/banners/private-transportation-004.jpg");
}
#hero .carousel-item .img-src-05 {
  background-image: url("/images/banners/private-transportation-005.jpg");
}
#hero .carousel-item .img-src-06 {
  background-image: url("/images/banners/private-transportation-006.jpg");
}
#hero .carousel-item .img-src-07 {
  background-image: url("/images/banners/private-transportation-007.jpg");
}
#hero .carousel-item .img-src-08 {
  background-image: url("/images/banners/private-transportation-008.jpg");
}
#hero .carousel-item .img-src-09 {
  background-image: url("/images/banners/private-transportation-009.jpg");
}
#hero .carousel-item .img-src-10 {
  background-image: url("/images/banners/private-transportation-010.jpg");
}
#hero .carousel-item .img-src-11 {
  background-image: url("/images/banners/private-transportation-011.jpg");
}
#hero .carousel-item .img-src-12 {
  background-image: url("/images/banners/private-transportation-012.jpg");
}
#hero .carousel-item .img-size {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#hero .carousel-indicators {
  margin-bottom: 40px;
}
#hero .carousel-indicators button {
  background-color: #fff !important;
  border-radius: 50%;
  height: 20px;
  margin: 0 !important;
  margin-right: 10px !important;
  opacity: 1 !important;
  width: 20px;
}
#hero .carousel-indicators button.active {
  background-color: #000 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
section#blog-index {
  margin-top: 140px;
  padding: 30px 0;
  position: relative;
}
section#blog-index .card {
  margin-bottom: 15px;
}
section#blog-index .card .card-title {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: 600;
  min-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  margin-bottom: 15px;
}
section#blog-index .card .card-text {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
section#blog-index .card a.btn {
  background-color: #00a9e4;
  border: #00a9e4;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  section#blog-index .card .card-title {
    -webkit-line-clamp: 4;
    min-height: 90px;
  }
}
@media (max-width: 1199px) {
  section#blog-index .card .card-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section#blog-index h2 {
    font-size: 22px;
  }
  section#blog-index p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  section#blog-index .card .card-title {
    -webkit-line-clamp: 2;
    font-size: 22px;
    min-height: 54px;
  }
  section#blog-index .card .card-text {
    font-size: 16px;
  }
}
section#article {
  margin-top: 100px;
  padding: 30px 0;
  position: relative;
}
section#article h1,
section#article h2,
section#article h3,
section#article h4,
section#article h5 {
  color: #00a9e4;
}
section#article h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
section#article h2 {
  font-size: 34px;
}
section#article h3 {
  font-size: 30px;
}
section#article p,
section#article li {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 767px) {
  section#article h1 {
    font-size: 22px;
  }
  section#article h2 {
    font-size: 20px;
  }
  section#article h3 {
    font-size: 18px;
  }
  section#article p,
  section#article li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  section#above-welcome h3,
  section#above-welcome a {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  section#above-welcome h3,
  section#above-welcome a {
    font-size: 30px;
    line-height: 30px;
  }
}
body.hotels {
  background-color: #fff;
}
body.hotels h1,
body.hotels h2,
body.hotels h3,
body.hotels h4,
body.hotels p,
body.hotels li {
  color: #000;
}
body.hotels ul {
  padding-left: 25px;
}
body.hotels section#mycabotransfers {
  margin-top: 0;
}
body.hotels section.article h1 {
  text-align: left;
  padding-bottom: 20px;
}
body.hotels section.banner {
  margin-top: 140px;
  padding: 30px 0;
}
body.hotels section.maps {
  padding: 0 0 30px;
}
body.hotels section.features p,
body.hotels section.introduction p,
body.hotels section.transportation p {
  text-align: justify;
}
body.hotels section.introduction {
  padding-top: 30px;
}
body.hotels ul li {
  padding-bottom: 15px;
}
body.hotels section.contact {
  margin-bottom: 30px;
  margin-top: 30px;
}
body.hotels section.contact a {
  color: #000;
  text-decoration: none;
}
#qr-page {
  background-color: #fff;
  font-size: 16px;
}
#qr-page .no-in-qr {
  display: none !important;
}
#qr-page section#mobile-back {
  margin-top: 10px;
}
#qr-page section#mobile-back a.back-menu {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
}
#qr-page section#mobile-back a.back-menu img {
  margin-right: 10px;
}
#qr-page section#mycabotransfers {
  background: #fff !important;
  margin-top: 30px !important;
}
#qr-page section#mycabotransfers .border-card {
  border: 1px solid #000;
}
#qr-page section#mycabotransfers #mycabotransfers-booking #mycabotransfers-booking-top .booking-top.selected {
  background: #000 !important;
}
#qr-page section#mycabotransfers #mycabotransfers-booking h5,
#qr-page section#mycabotransfers #mycabotransfers-booking input.submit-button,
#qr-page section#mycabotransfers #mycabotransfers-booking .reservation-header {
  background-color: #000 !important;
}
#qr-page section#mycabotransfers #mycabotransfers-booking .easy-autocomplete-container ul li.selected {
  background-color: #000 !important;
  color: #fff;
}
#qr-page section#mycabotransfers #mycabotransfers-booking #step-1-airport-private-transfer .qtyminus,
#qr-page section#mycabotransfers #mycabotransfers-booking #step-1-airport-private-transfer .qtyplus {
  background: #000 !important;
}
#qr-page section#mycabotransfers #mycabotransfers-booking #step-3 button {
  background-color: #000 !important;
}
#qr-page section#mobile-lang #lang-button {
  border: 0;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  outline: 0;
  padding: 0;
}
#qr-page section#mobile-lang #lang-selector {
  left: -80px;
  min-width: 120px;
}
#qr-page section#mobile-lang #lang-selector li {
  padding-bottom: 0;
}
#qr-page section#mobile-lang #lang-selector .dropdown-item {
  height: 30px;
  overflow: hidden;
  padding: 0 5px;
  line-height: 30px;
  font-size: 14px;
  width: 120px;
}
#qr-page section#mobile-lang #lang-selector .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
#qr-page section#logo {
  padding: 30px 30px 0 30px;
}
#qr-page section#logo img {
  max-width: 220px;
}
#qr-page section#mobile-menu {
  padding: 30px;
}
#qr-page section#mobile-menu h2 {
  font-size: 26px;
  padding-bottom: 20px;
}
#qr-page section#mobile-menu p {
  padding-bottom: 40px;
}
#qr-page section#mobile-menu a {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  color: #ffb43c;
  display: block;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#qr-page section#mobile-menu a img {
  margin-right: 20px;
}
:root {
  --color1: #0b4c76;
  --color2: #157a96;
  --color3: #f5b33f;
  --color4: #db8139;
  --primary-navy: #1b365d;
  --primary-navy-hover: #122440;
  --light-blue-bg: #eef4ff;
  --link-blue: #0d6efd;
  --dark-heading: #0a142f;
  --why-us-bg: #f0f5ff; /* Color de fondo azul muy claro */
  --text-navy: #0e2b5c; /* Azul oscuro para el título */
  --icon-green: #22c55e; /* Verde para el checkmark */
  --navy-title: #0e2b5c;
  --accordion-border-active: #2b569a;
  --accordion-bg-active: #f3f7ff;
  --navy-dark: #0b1f40;
  --icon-bg: #eaf2ff;
  --btn-blue-shuttle: #2563eb;
  --btn-blue-shuttle-hover: #1d4ed8;
  --btn-navy-vip: #1e3a8a;
  --btn-navy-vip-hover: #172554;
  --check-blue: #3b82f6;
  --link-blue-hover: #1d4ed8;
  --icon-bg-light: #eff6ff;
  --nav-btn-border: #e2e8f0;
  --google-green: #16a34a;
  --google-green-hover: #15803d;
  --border-btn: #e2e8f0;
  --primary-blue: #1c3faa;
  --primary-hover: #143088;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --bg-light: #f8fafc;
  --bg-card: #f3f4f6;
  --border-color: #e5e7eb;
  --radius-lg: 24px;
  --radius-md: 12px;
  --radius-sm: 6px;
}
section#blog-initial {
  padding: 50px 0;
}
/* Container Principal */
.guide-card {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: var(--radius-lg);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.01);
}
/* Columna Izquierda (Contenido) */
.content-side {
  padding: 48px;
}
.badge-tag {
  display: inline-block;
  background-color: #e0e7ff;
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.main-title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 24px;
}
.main-title .highlight {
  color: var(--primary-blue);
  display: block;
}
.intro-text p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.intro-text strong {
  color: var(--text-dark);
}
/* Sección de Hoteles Destacados */
.hotels-box {
  background-color: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hotel-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.hotel-icon {
  font-size: 16px;
  line-height: 1;
  margin-top: 2px;
}
.hotel-details h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 4px;
  cursor: pointer;
}
.hotel-details h4:hover {
  text-decoration: underline;
}
.hotel-details p {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--text-muted);
}
/* Beneficios / Features */
.why-choose-title {
  font-size: 18px;
  font-weight: 700;
  margin: 28px 0 16px 0;
}
.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--text-muted);
}
.check-icon {
  color: #10b981;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}
.feature-item strong {
  color: var(--text-dark);
}
/* Footer Text & CTA Buttons */
.footer-text {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 16px;
  border-top: 1px solid var(--border-color);
  padding-top: 16px;
}
.callout-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.sub-callout {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.cta-group {
  display: flex;
  gap: 12px;
}
.btn-primary {
  background-color: var(--primary-blue);
  color: #fff;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease;
  display: inline-block;
}
.btn-primary:hover {
  background-color: var(--primary-hover);
}
.btn-secondary {
  background-color: #fff;
  color: var(--text-dark);
  border: 1px solid var(--border-color);
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s ease;
}
.btn-secondary:hover {
  background-color: var(--bg-light);
}
/* Columna Derecha (Imagen) */
.image-side {
  position: relative;
  background-image: url("/images/photos/blog-1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.image-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  padding: 12px 20px;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
.image-badge span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.image-badge h5 {
  font-size: 13px;
  font-weight: 800;
  color: var(--primary-blue);
}
/* Layout Responsive */
@media (max-width: 900px) {
  .guide-card {
    grid-template-columns: 1fr;
  }
  .image-side {
    min-height: 350px;
    order: -1; /* Mueve la imagen arriba en móviles */
  }
  .content-side {
    padding: 24px;
  }
}
.fs-7 {
  font-size: 0.88rem;
  line-height: 1.5;
}
.fs-8 {
  font-size: 0.75rem;
}
/* Botones circulares de navegación */
.btn-review-nav {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-btn);
  background-color: #fff;
  color: #334155;
  transition: all 0.2s ease;
}
.btn-review-nav:hover {
  border-color: var(--navy-dark);
  color: var(--navy-dark);
  background-color: #f8fafc;
}
/* Contenedor del Slider */
.reviews-slider-container {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.reviews-slider-container::-webkit-scrollbar {
  display: none;
}
/* Dimensiones fijas de las tarjetas de testimonios */
.review-card {
  width: 320px;
  min-height: 300px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .review-card {
    width: 360px;
    min-height: 320px;
  }
}
section#private-services {
  padding: 60px 0;
}
/* Icono pequeño superior */
.icon-wrapper {
  width: 32px;
  height: 32px;
  background-color: var(--icon-bg-light);
}
/* Botones circulares de navegación */
.btn-gallery-nav {
  width: 40px;
  height: 40px;
  border: 1px solid var(--nav-btn-border);
  background-color: #fff;
  color: #334155;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.btn-gallery-nav:hover {
  border-color: var(--navy-dark);
  color: var(--navy-dark);
  background-color: #f8fafc;
}
/* Contenedor deslizable */
.gallery-slider-container {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
/* Ocultar barra de desplazamiento */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.gallery-slider-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
/* Dimensiones fijas de las tarjetas en el carrusel */
.gallery-item {
  width: 320px;
  height: 280px;
}
@media (min-width: 768px) {
  .gallery-item {
    width: 360px;
    height: 320px;
  }
}
.text-navy {
  color: var(--navy-title);
}
.fs-7 {
  font-size: 0.9rem;
  line-height: 1.55;
}
.fs-8 {
  font-size: 0.75rem;
}
/* Bordes muy redondeados para el contenedor exterior */
.rounded-5 {
  border-radius: 1.5rem !important;
}
/* Contenedor de la imagen interna */
.tips-img-wrapper {
  height: 220px;
  width: 100%;
}
/* Estilos de los enlaces inferiores */
.tip-link {
  color: var(--link-blue) !important;
  transition: color 0.2s ease, transform 0.2s ease;
}
.tip-link:hover {
  color: var(--link-blue-hover) !important;
  text-decoration: underline !important;
}
.tip-link i {
  transition: transform 0.2s ease;
}
.tip-link:hover i {
  transform: translateX(3px);
}
.text-navy {
  color: var(--navy-dark);
}
.text-blue {
  color: var(--check-blue) !important;
}
.max-w-700 {
  max-width: 700px;
}
.fs-7 {
  font-size: 0.9rem;
  line-height: 1.5;
}
/* Ajustes de bordes redondeados */
.rounded-5 {
  border-radius: 1.5rem !important;
}
/* Wrapper para controlar la altura fija de la imagen */
.service-img-wrapper {
  height: 260px;
  width: 100%;
}
/* Botón Shuttle (Azul brillante) */
.btn-shuttle {
  background-color: var(--btn-blue-shuttle);
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.btn-shuttle:hover {
  background-color: var(--btn-blue-shuttle-hover);
  color: #fff;
}
/* Botón VIP (Azul marino oscuro) */
.btn-vip {
  background-color: var(--btn-navy-vip);
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.btn-vip:hover {
  background-color: var(--btn-navy-vip-hover);
  color: #fff;
}
.text-navy {
  color: var(--navy-dark);
}
.fs-7 {
  font-size: 0.9rem;
  line-height: 1.5;
}
/* Círculo contenedor de los iconos */
.feature-icon-wrapper {
  width: 100px;
  height: 100px;
  background-color: var(--icon-bg);
}
.feature-icon-wrapper img {
  height: 50px;
}
@media (max-width: 576px) {
  .feature-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .feature-icon-wrapper i {
    font-size: 1.25rem !important;
  }
}
.text-navy {
  color: var(--navy-title);
}
.fs-7 {
  font-size: 0.9rem;
  line-height: 1.6;
}
/* Estilos personalizados para los items del acordeón */
.custom-faq-accordion .accordion-item {
  border: 1px solid transparent !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #fff;
}
/* Estado abierto / activo */
.custom-faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--accordion-border-active) !important;
  background-color: var(--accordion-bg-active);
}
/* Botón del acordeón */
.custom-faq-accordion .accordion-button {
  background-color: transparent;
  color: var(--navy-title);
  box-shadow: none !important;
  font-size: 1rem;
}
.custom-faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--navy-title);
}
/* Color y estilo de la flecha SVG de Bootstrap */
.custom-faq-accordion .accordion-button::after {
  background-size: 1rem;
  filter: invert(24%) sepia(85%) saturate(1200%) hue-rotate(195deg) brightness(90%) contrast(90%);
}
/* Cuerpo del texto dentro del item activo */
.custom-faq-accordion .accordion-body {
  background-color: transparent;
}
/* Contenedor principal de la sección */
.why-us-card {
  background-color: var(--why-us-bg);
}
.text-navy {
  color: var(--text-navy);
}
/* Borde divisor vertical únicamente en monitores grandes (Desktop) */
@media (min-width: 992px) {
  .border-lg-end {
    border-right: 1px solid #d0e0fb !important;
  }
}
/* Iconos de checkmark estilo personalizado */
.bi-check-circle {
  color: var(--icon-green) !important;
}
/* Tamaño de fuente ajustado */
.fs-7 {
  font-size: 0.88rem;
  line-height: 1.45;
}
/* Ajustes tipográficos */
.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.75rem;
}
/* Transición suave para las tarjetas */
.card-experience {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.card-experience:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.1) !important;
}
/* Ajuste de imágenes en las tarjetas */
.card-img-wrapper {
  height: 220px;
  overflow: hidden;
}
.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Posición y estilo de la insignia de duración */
.badge-duration {
  bottom: 12px;
  left: 12px;
  font-weight: 500;
  color: #2b2b2b !important;
}
/* Botón circular de navegación/acción */
.btn-action {
  width: 42px;
  height: 42px;
  background-color: var(--light-blue-bg);
  color: var(--primary-navy);
  border: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.btn-action:hover,
.btn-action.active {
  background-color: var(--primary-navy);
  color: #fff;
}
/* Ajustes de bordes extra redondeados como en la imagen */
.rounded-5 {
  border-radius: 1.5rem !important;
}
.rounded-4 {
  border-radius: 1rem !important;
}
/* Control del contenedor de imagen */
.transport-img-wrapper {
  height: 100%;
  min-height: 320px;
  max-height: 400px;
}
.transport-img-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Tipografía de títulos */
h2.display-6 {
  color: var(--dark-heading);
  line-height: 1.2;
}
/* Hover suave para los enlaces de hoteles */
a.text-primary {
  transition: color 0.2s ease;
}
a.text-primary:hover {
  text-decoration: underline !important;
}
section#trust {
  padding: 60px 0;
}
section#trust .trust-container {
  border-radius: 28px;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}
/* Columna Izquierda: Información */
section#trust .trust-info {
  display: flex;
  flex-direction: column;
}
section#trust h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.05;
  color: var(--navy-dark);
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
section#trust .trust-description {
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 320px;
}
section#trust .trust-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
section#trust .card {
  background-color: #070d1e;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 18px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
section#trust .card:hover {
  border-color: rgba(37,99,235,0.3);
  transform: translateY(-2px);
}
section#trust .card-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
}
section#trust .card-icon svg {
  width: 100%;
  height: 100%;
}
section#trust .card-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.3;
}
section#trust .card-text {
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.6;
}
/* Responsivo para Pantallas Pequeñas/Tablets */
@media (max-width: 900px) {
  section#trust .trust-container {
    grid-template-columns: 1fr;
    padding: 40px 32px;
  }
  section#trust .trust-description {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .trust-cards {
    grid-template-columns: 1fr;
  }
  .trust-title {
    font-size: 2.2rem;
  }
}
.ml-10 {
  margin-left: 10px;
}
section#gallery-bottom,
section#reviews {
  background-color: #fff;
  padding: 60px 0;
  overflow: hidden;
}
section#gallery-bottom .section-header,
section#reviews .section-header {
  align-items: center;
  display: flex;
  letter-spacing: 2px;
  justify-content: space-between;
  margin-bottom: 50px;
}
section#gallery-bottom .section-header h2,
section#reviews .section-header h2 {
  color: #212529;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#gallery-bottom .section-header .btn-gallery-nav,
section#reviews .section-header .btn-gallery-nav,
section#gallery-bottom .section-header .btn-review-nav,
section#reviews .section-header .btn-review-nav {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--nav-btn-border);
  border-radius: 50%;
  color: #334155;
  display: flex;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  line-height: 30px;
  padding: 0 16px;
  transition: all 0.2s ease;
  width: 40px;
}
section#gallery-bottom .reviews-slider-container,
section#reviews .reviews-slider-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  width: 100%;
  -ms-overflow-style: none;
}
section#gallery-bottom .reviews-slider-container .reviews-track,
section#reviews .reviews-slider-container .reviews-track {
  display: flex;
  gap: 1.5rem;
}
section#gallery-bottom .reviews-slider-container .reviews-track .review-card,
section#reviews .reviews-slider-container .reviews-track .review-card {
  border: 1px solid #ccc;
  border-radius: 24px;
  box-shadow: var(--bs-box-shadow-sm);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  min-height: 320px;
  padding: 1.5rem;
  width: 360px;
}
section#gallery-bottom .more-reviews,
section#reviews .more-reviews {
  padding: 30px 0;
}
section#gallery-bottom .more-reviews .btn-google,
section#reviews .more-reviews .btn-google {
  align-items: center;
  color: #fff;
  background-color: var(--google-green);
  border: 1px solid var(--google-green);
  border-color: var(--google-green);
  border-radius: var(--bs-border-radius-pill);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 500;
  height: 30px;
  transition: all 0.2s ease;
  padding: 0 20px;
}
section#gallery-bottom .more-reviews .btn-google:hover,
section#reviews .more-reviews .btn-google:hover {
  background-color: transparent;
  color: var(--google-green) !important;
}
section#privacy-policy,
section#cancellation-policy,
section#terms-and-conditions,
section#fleet,
section#main-zones {
  margin-top: 140px;
  padding: 60px 0;
}
section#privacy-policy .section-header,
section#cancellation-policy .section-header,
section#terms-and-conditions .section-header,
section#fleet .section-header,
section#main-zones .section-header {
  align-items: center;
  display: flex;
  letter-spacing: 2px;
  justify-content: space-between;
  margin-bottom: 50px;
}
section#privacy-policy .section-header h2,
section#cancellation-policy .section-header h2,
section#terms-and-conditions .section-header h2,
section#fleet .section-header h2,
section#main-zones .section-header h2 {
  color: #212529;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: 0;
}
section#privacy-policy ul,
section#cancellation-policy ul,
section#terms-and-conditions ul,
section#fleet ul,
section#main-zones ul {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 24px;
}
section#privacy-policy ul li,
section#cancellation-policy ul li,
section#terms-and-conditions ul li,
section#fleet ul li,
section#main-zones ul li {
  padding-bottom: 15px;
}
section#unit-fleet ul {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 24px;
}
section#unit-fleet ul li {
  padding-bottom: 15px;
}
section#zones {
  padding-top: 0;
  padding-bottom: 60px;
}
