<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.shortmenu {
  background-color: #f2f2f2;
  z-index: 999;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 100%;
  gap: 0.5rem;
  padding: 0 1rem;
  justify-content: center;
  position: relative;
  align-items: center;
}
@media (max-width: 767.98px) {
  .shortmenu {
    overflow-x: scroll;
    justify-content: start;
    scroll-snap-align: start;
    scroll-snap-type: mandatory;
  }
}
.shortmenu ul.scroll {
  margin: 0;
  white-space: nowrap;
  padding: 0;
  width: 100%;
}
.shortmenu ul.scroll li a {
  color: #0A36AF;
  display: block;
  padding: 0.3rem 0.75rem;
  border-radius: 2rem;
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  .shortmenu ul.scroll li a {
    padding: 0.5rem 1rem;
  }
}
.shortmenu ul.scroll li a:hover, .shortmenu ul.scroll li a.activelink {
  background: #fff;
  color: #29aae1;
}
.shortmenu ul.scroll li:last-child a {
  display: none;
}
@media (min-width: 992px) {
  .shortmenu ul.scroll li:last-child a {
    display: block;
    margin-left: auto;
    border: 1px solid #0A36AF;
  }
  .shortmenu ul.scroll li:last-child a:hover, .shortmenu ul.scroll li:last-child a.activelink {
    background-color: #d91e32;
    border-color: #d91e32;
    color: #fff;
  }
}

.btn-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75em;
  overflow: hidden;
  background: #d91e32;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #fff;
  height: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
}
.btn-fix.show {
  visibility: visible;
  height: auto;
  display: flex;
}
.btn-fix:hover {
  background: #dd4453;
}
.btn-fix::before {
  position: absolute;
  content: "";
  width: 10px;
  top: -1px;
  left: 0;
  background-color: #fff;
  height: 100%;
  transform: skew(-20deg);
  z-index: 0;
}

.v-badge {
  position: absolute;
  text-decoration: none;
  right: 1.5rem;
  top: 1.5rem;
  padding: 3px 8px;
  color: white;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, #dd4453, #d91e32);
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  font-size: 0.8rem;
}

.v-badge span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -12px;
  right: -2px;
  transform: rotate(-20deg);
  filter: blur(0.5px);
}

.v-badge span:before,
.v-badge span:after {
  content: "";
  position: absolute;
}

.v-badge span:before {
  width: 1px;
  height: 100%;
  left: 12px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7), transparent);
}

.v-badge span:after {
  width: 100%;
  height: 1px;
  top: 12px;
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.7), transparent);
}

.v-badge:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(30deg, #dd4453 60%, #ff8a96);
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 999px;
}

#secBooking .fck-editor {
  padding: 2rem;
}

.testimonial-quote blockquote p:first-child {
  quotes: "“" "”";
}
.testimonial-quote blockquote p:first-child:before {
  content: open-quote;
}

.carousel {
  height: 80vh;
}

@media (min-width: 992px) {
  .another-tour {
    display: flex;
    flex-direction: row;
  }
  .another-tour .container_foto {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #f0f1f7;
    overflow: hidden;
  }
  .another-tour .container_foto img {
    width: 28%;
    order: 1;
    opacity: 1;
  }
  .another-tour .container_foto .ver_mas {
    width: 28%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .another-tour .container_foto .v-badge {
    position: relative;
    display: inline-block;
    top: -0.5rem;
    left: 0;
  }
  .another-tour .container_foto .style-tour {
    color: #75808a;
  }
  .another-tour .container_foto article {
    position: relative;
    order: 2;
    padding: 1.5rem;
    width: 40%;
  }
  .another-tour .container_foto .overtext {
    order: 3;
    width: 32%;
    padding: 1.5rem;
    color: #6c757c;
  }
  .another-tour .container_foto h2 {
    color: #6c757c;
    border: 0;
  }
  .another-tour .container_foto h4 {
    color: #717d88;
  }
  .another-tour .container_foto:hover img {
    transform: scale(1);
  }
  .another-tour .container_foto:hover article {
    transform: translateY(0);
  }
  .another-tour .container_foto:hover h2 {
    color: #0A36AF;
  }
  .another-tour.smile-tour .container_foto img {
    width: 40%;
  }
  .another-tour.smile-tour article {
    width: 60%;
  }
  .another-tour.smile-tour .ver_mas {
    width: 40%;
  }
  .another-tour.smile-tour .v-badge {
    position: absolute;
    right: auto;
    left: 0.5rem;
    top: 0.5rem;
  }
}
.bg-primary-01 {
  background: rgba(10, 54, 175, 0.05);
}

.form label {
  color: #565656;
}

.form-control {
  color: #333;
  background-color: #fff;
  border-color: #d2d2d2;
}

.has-padding {
  padding: 60px 0;
}

#lstHotel {
  max-width: 980px;
  margin: 0 auto;
}

.product-swiper .swiper-pagination-bullet-active {
  background-color: rgba(10, 54, 175, 0.9);
}

.sw-control .swiper-button-prev,
.sw-control .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(10, 54, 175, 0.6);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .sw-control .swiper-button-prev,
  .sw-control .swiper-button-next {
    top: 20%;
  }
}
.sw-control .swiper-button-prev::after,
.sw-control .swiper-button-next::after {
  font-size: 1rem;
  color: #fff;
}
.sw-control .swiper-button-prev:hover,
.sw-control .swiper-button-next:hover {
  background-color: rgba(10, 54, 175, 0.9);
}
@media (min-width: 992px) {
  .sw-control .swiper-button-prev {
    left: -1rem;
  }
  .sw-control .swiper-button-next {
    right: -1rem;
  }
}

.logo-tour-detail {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  transition: all ease-in 0.5s;
}
.is-sticky .logo-tour-detail {
  visibility: visible;
}
.logo-tour-detail img {
  max-height: 44px;
}

.logo-tour-mobile {
  position: relative;
  visibility: hidden;
  display: none;
  transition: all ease-in 0.5s;
}
.is-sticky .logo-tour-mobile {
  display: block;
  visibility: visible;
}
.logo-tour-mobile img {
  max-height: 40px;
}

.whyus img {
  max-width: 80px;
}/*# sourceMappingURL=20230315.css.map */</pre></body></html>