<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url(/assets/bootstrap-5.3.0-dist/css/bootstrap.min.css);
@import url(/assets/fontawesome-free-6.4.0-web/css/all.min.css);

.hide-on-scroll {
  transition: transform 0.3s ease;
}

.hide {
  transform: translateY(100%);
}

:root {
  --blue: #1a4fee;
  --yellow: #fde400;
  --green: #7dfdc7;
}

*,
body {
  font-family: "Montserrat", sans-serif;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

/* Layout: Navbar */

.navbar {
  min-height: 89px;
}

.navbar-brand img {
  max-width: 106px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--yellow);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

/* Pulse */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 2.4s infinite;
}

/* Layout: Bootstrap button */

.btn {
  font-size: 1.3rem;
}

/* Layout: Footer */

footer .nav-link,
header .nav-link {
  color: #fff;
  font-size: 18px;
}

.nav-link:focus,
.nav-link:hover {
  color: #6788e9;
}

/* FAST MENU */

.fast-menu {
  max-width: 1080px;
  margin: 0 auto;
}

.fast-item {
  display: flex;
  align-items: center;
  justify-content: start;
}

.fast-item span {
  display: inline-block;
  margin-left: 11px;
}

.fast-link {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
}

.fixed-top .fast-link {
  color: #fff;
}

/* HOME WAVES */
.main-booking-form-wrapper {
  position: relative;
}

.main-booking-form.sticky {
  position: fixed;
  top: 250px !important;
  width: inherit;
}

.bg-wave {
  background-image: url('/assets/img/bg-wave.png');
  background-size: contain;
  background-position: left top;
  background-repeat: repeat-x;
  position: relative;
  height: 400px;
  margin-top: -170px;
  z-index: 8;
}

.bg-wave-mb {
  background-image: url('/assets/img/bg-wave-mb.png');
  background-size: cover;
  background-position: right;
  background-repeat: repeat-x;
  position: relative;
  height: 350px;
  margin-top: -100px;
  z-index: 8;
}

.bg-banner {
  background-image: url('/assets/img/thumb.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -50px;
}

@media (max-width: 1400px) {
  .bg-wave {
    margin-top: -150px;
  }
}

/* SLIDER */
/* .slider { */
/* min-height: 405px; */
/* } */

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--blue) !important;
}

.flatpickr-day.selected {
  background: var(--blue) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: var(--blue) !important;
}

/* HOME RESERVATION FORM */

.reservation-form {
  position: relative;
  background-color: #fff;
  z-index: 99 !important;
  text-align: center;
}

.homepage-booking .input,
.homepage-booking #checkoutPicker,
.homepage-booking #checkinPicker {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer !important;
}

.banner-container {
  width: 100%;
  height: 70vh;
  /* Defina a altura desejada */
  overflow: hidden;
}

.banner-container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Garante que o vÃ­deo preencha corretamente a Ã¡rea */
}

button#slick-slide-control00::before {
  display: none;
}

#banner {
  position: relative;
  margin-top: -140px;
  margin-left: -10px;
  width: 100.5%;
  overflow: hidden;
  z-index: 0;
}

.room-card {
  min-height: 320px;
  /* Garante que todos os cards tenham o mesmo tamanho mÃ­nimo */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.room-img {
  height: 400px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .room-img {
    height: 320px;
    object-fit: cover;
  }
}

.price {
  margin-top: 10%;
}

.homepage-booking .input {
  border: 0px !important;
  box-shadow: none;
}

/* @media (max-width: 576px) {
  .homepage-booking .input,
  .homepage-booking #checkoutPicker,
  .homepage-booking #checkinPicker {
    text-align: left;
  }
} */

/* SELECT ACCOMODATION */
.price-cut {
  position: relative;
  /* Para posicionar o traÃ§o em relaÃ§Ã£o ao elemento pai */
  display: inline-block;
  /* Para que o elemento tenha apenas a largura necessÃ¡ria */
}

.price-cut::before {
  content: "";
  /* ConteÃºdo vazio */
  position: absolute;
  /* PosiÃ§Ã£o absoluta em relaÃ§Ã£o ao elemento pai */
  top: 60%;
  /* Posiciona o traÃ§o na metade da altura do elemento pai */
  left: -10%;
  /* Posiciona o traÃ§o no canto esquerdo do elemento pai */
  width: 120%;
  /* O traÃ§o terÃ¡ a largura total do elemento pai */
  height: 2px;
  /* Altura do traÃ§o */
  background-color: red;
  /* Cor do traÃ§o */
  transform-origin: left center;
  /* Define o ponto de rotaÃ§Ã£o como o canto esquerdo do traÃ§o */
  transform: translateY(-60%) rotate(-4deg);
  /* Aplica a rotaÃ§Ã£o de 15 graus e centraliza verticalmente */
}

/* Rooms list */

/* UI ELEMENTS */

.bg-blue {
  background-color: var(--blue) !important;
}

.border-blue {
  border-color: var(--blue) !important;
}

.text-blue {
  color: var(--blue);
}

.text-yellow {
  color: var(--yellow);
}

.bg-yellow {
  background-color: var(--yellow);
}

.border-yellow {
  border-color: var(--yellow) !important;
}

.exxxtreme-border {
  border-width: 50px !important;
}

@media (max-width: 430px) {
  .exxxtreme-border {
    border-width: 0px !important;
  }
}

.text-green {
  color: var(--green);
}

.btn-green {
  font-weight: bold;
  background-color: #7dfdc7;
  color: #1a4fee;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-green:hover {
  background-color: #6acdb5;
}

.btn-green:focus {
  background-color: #7dfdc7;
  box-shadow: 0 0 0 0.2rem rgba(125, 253, 199, 0.5);
}

.btn-green:active {
  background-color: #7dfdc7;
  color: #1a4fee;
}

.btn-yellow {
  font-weight: bold;
  background-color: #fde400;
  color: #1a4fee;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-yellow:hover {
  background-color: #fbd002;
}

.btn-yellow:focus {
  background-color: #fde400;
  box-shadow: 0 0 0 0.2rem rgba(253, 228, 0, 0.5);
}

.btn-yellow:active {
  background-color: #fde400;
  color: #1a4fee;
}

.btn-blue {
  background-color: #1a4fee;
  color: white;
  border: 1px solid #1a4fee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #1a4fee;
  border-color: #1a4fee;
}

.btn-blue .btn-icon {
  display: inline-block;
  margin-right: 8px;
}

.btn-blue .btn-icon i {
  font-size: 18px;
  vertical-align: middle;
}

/* Desativa a seleÃ§Ã£o de texto em todos os elementos */
.noselect {
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* NÃ£o permitir seleÃ§Ã£o de texto */
}

.modal {
  z-index: 99999 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 400;
}

label {
  padding-left: 20px;
}

.form-select-lg,
input.form-control-lg {
  border-color: #212529 !important;
  border-width: 1.9px !important;
  border-style: solid !important;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  border-color: #212529 !important;
  border-width: 1.9px;
}

/* SLIDERS */

/* .slick-prev::before,
.slick-next::before {
  font-size: 30px;
  min-width: 30px;
  min-height: 30px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
} */

.text-testimonials .slick-prev::before {
  color: #282828;
  content: "\f053";
}

.text-testimonials .slick-next::before {
  color: #282828;
  content: "\f054";
  display: none;
}

.rooms-slider .slick-prev::before,
.text-testimonials .slick-next::before {
  font-size: 30px;
  min-width: 30px;
  min-height: 30px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.text-testimonials .slick-prev::before {
  color: #282828;
  content: "\f053";
}

.text-testimonials .slick-next::before {
  color: #282828;
  content: "\f054";
  display: none;
}

.slider .slick-prev::before,
.slider .slick-next::before {
  font-size: 12px;
  color: #282828;
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 10px;
  border-radius: 6px;
}

.slider .slick-prev::before {
  z-index: 999 !important;
}

.slider .slick-prev::before {
  z-index: 999 !important;
  margin-right: 50px !important;
  content: "\f060" !important;
}

.slider .slick-dots {
  bottom: 35px;
}

.rooms-info {
  position: absolute;
  z-index: 91;
  width: 100%;
}

.rooms-slider .slick-prev::before,
.rooms-slider .slick-next::before {
  font-size: 30px;
  min-width: 30px;
  min-height: 30px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.rooms-slider .slick-track {
  display: flex;
  align-items: center;
}

.rooms-slider .slick-slide {
  display: flex !important;
  align-items: end;
  min-height: 468px;
  min-width: 768px;
  max-width: 768px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  margin: 0 17px;
  color: #fff;
}

.rooms-slider .slick-prev::before {
  color: #fde400;
  content: "\f053";
}

.rooms-slider .slick-next::before {
  color: #fde400;
  content: "\f054";
}

.rooms-slider .slick-center {
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
  min-height: 500px;
  /* margin-top: -20px; */
}

.rooms-slider .slick-prev {
  left: 230px;
  z-index: 2;
}

.rooms-slider .slick-next {
  right: 230px;
  z-index: 2;
}

.rooms-slider .slick-prev::before,
.rooms-slider .slick-next::before {
  font-size: 35px;
  min-width: 30px;
  min-height: 30px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.rooms-slider .slick-prev::before {
  content: "\f053";
  color: #fde400;
  font-size: 65px;
}

.rooms-slider .slick-next::before {
  content: "\f054";
  color: #fde400;
  font-size: 65px;
}

.rooms-slider .slick-dots {
  bottom: -45px;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Home room slider 430 */

@media (max-width: 430px) {
  .rooms-slider .slick-prev {
    left: -26px;
    z-index: 2;
  }

  .rooms-slider .slick-next {
    right: 5px;
    z-index: 2;
  }

  .rooms-info {
    left: 188px;
  }

  .rooms-info .nav {
    max-width: 300px;
  }

  .room-amenities {
    display: block;
    width: 300px !important;
  }

  a.btn.btn-green.rounded-pill.btn-lg.text-nowrap {
    min-width: 100%;
  }

  .rooms-info img {
    max-width: 25px;
  }

  .rooms-slider .slick-list {
    border-radius: 1rem;
  }
}

/* Rooms list */

.presidential-room .room-amenities {
  max-width: 300px;
}

@media (max-width: 480px) {
  .room-details {
    max-width: 300px;
  }

  .room-amenities {
    max-width: 300px;
  }

  .room-details .nav-item img {
    width: 14px;
  }

  .room-details .cover {
    width: 100%;
    height: 600px;
  }

  .room-details .nav-item {
    font-size: 9px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
  font-size: 12px;
  border: px solid var(--yellow);
  border-radius: 25px;
  padding: 0px;
  margin: 0px;
}

.form-control.wpp-input:active,
.form-control.wpp-input:focus,
.form-control.wpp-input {
  border: none;
  box-shadow: none;
}

footer .nav-link {
  padding-left: 0;
  padding-right: 0;
}

section div.network a {
  color: #0D6EFD;
  padding: 10px;
}

section div.network a:hover {
  background-color: #0D6EFD;
  color: #F8F9FA;
}

.fixed-header a {
  text-decoration: none;
  color: #fff;
}

.fixed-header .nav-link {
  color: #fff;
}

.fixed-header .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

header.fixed-header {
  position: absolute;
  min-width: 100%;
  z-index: 999;
}

header .dropdown-item {
  color: #212529;
}

.body {
  margin: 0;
  overflow: hidden;
}

.text-roll {
  white-space: nowrap;
  overflow: hidden;
}

.text-roll p {
  display: inline-block;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.leisure-slider .slick-next::before {
  font-size: 30px;
  min-width: 30px;
  min-height: 30px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.leisure-slider .slick-prev::before {
  color: #282828;
  content: "\f053";
}

.leisure-slider .slick-next::before {
  color: #282828;
  content: "\f054";
  display: none;
}



/* Estilo para a primeira imagem */
.image-list li:first-child .img {
  background-image: url(/assets/img/banner.png);
  width: 100%;
  height: 100%;
}

.floating-links {
  position: fixed;
  right: 100px;
  top: 45%;
  text-align: center;
  z-index: 99999990;
}

.floating-links a {
  text-decoration: none;
  display: block;
  z-index: 99999990;
}

@media (max-width: 1440px) {
  .floating-links {
    right: 15px;
    top: 70%;
  }

  .floating-links img {
    max-width: 100px;
  }
}

.home-promotion {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  margin: 0 auto;
}

.home-promotion img {
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  z-index: 1;
}

.home-promotion .content {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 60%;
  background-color: var(--blue);
  color: white;
  border-top-left-radius: 50%;
  border-top-right-radius: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: bottom 0.5s ease-in-out;
  z-index: 2;
}

.promo-name{
  font-size: 30px;
}

@media (max-width: 568px) {
  .promo-name{
  font-size: 20px;
}
}

.home-promotion:hover .content {
  bottom: 0;
}

.benefit-icon {
  width: 35px !important;
  height: 35px !important;
  margin: 0 auto;
}

.benefits-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.benefits-container .col-6 {
  width: 50%;
  text-align: center;
  font-size: 14px;
}

.price-box {
  background-color: #FBC62D;
  padding: 5px 8px;
  border-radius: 20px;
  display: inline-block;
  color: black;
  z-index: 99999;
}

.etiqueta {
  position: absolute;
  text-align: center;
  width: 380px;
  top: 250px;
  right: -70px;
  background-color: #ff0707;
  /* Cor de fundo da etiqueta */
  color: #333;
  /* Cor do texto */
  padding: 10px;
  /* EspaÃ§amento interno */
  border-radius: 5px;
  /* Bordas arredondadas */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Sombra */
  z-index: 999;
  /* Garante que a etiqueta fique sobreposta a outros elementos */
  font-size: 14px;
  /* Tamanho do texto */
  transform-origin: top right;
  /* Define o ponto de origem para a rotaÃ§Ã£o */
  transform: translateY(-100%) rotate(45deg);
  /* Rotaciona a etiqueta e a posiciona na lateral superior direita */
}

.etiqueta::after {
  content: "";
  position: absolute;
  top: -2px;
  /* Ajuste conforme necessÃ¡rio para alinhar com a borda */
  right: -2px;
  /* Ajuste conforme necessÃ¡rio para alinhar com a borda */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2px 2px;
  /* Ajuste conforme necessÃ¡rio para o tamanho da borda */
  border-color: transparent transparent #000000 #000000;
  /* Cores da borda */
  transform: translateY(-100%) rotate(45deg);
  /* RotaÃ§Ã£o para desaparecer na angulaÃ§Ã£o certa */
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  z-index: 999999999999999999 !important;
}

.ytp-chrome-top {
  display: none !important;
}

/* .home-main-content {} */

@media (max-width: 450px) {
  .home-main-content {
    background-color: var(--blue);
  }
}

/* BOT ZAIA */
@media (max-width: 950px) {
  #chatbot-fab {
    margin-bottom: 77px;
  }

  #chatbot-container {
    z-index: 999999 !important;
  }
}</pre></body></html>