:root {
  --black: black;
  --gray: #7a7a7a;
  --dark: #202020;
  --white: white;
  --spark-library--white: white;
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--foreground-interactive-hover: #1e116e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #0000;
}

.section.bg-image {
  height: 464px;
  display: flex;
}

.section.bg-image-itineraries {
  background-image: linear-gradient(#000c, #000c), url('../images/image-Itineraries.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
}

.section.bg-black {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section.bg-black.display-none {
  display: none;
}

.section.bg-image-hero-about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image_hero-blog.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.bg-image-hero-contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image_hero_contact.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.bg-image-hero-diary {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image_hero1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.bg-image-hero-blog-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.none {
  display: none;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1216px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.container.container-hero {
  max-width: none;
}

.container.display-none {
  display: none;
}

.wrapper-hero {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-slider {
  width: 100%;
  height: 100%;
}

.image {
  object-fit: cover;
}

.slide-1 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slider {
  flex: none;
  align-self: center;
  width: 100%;
  height: 100vh;
}

.icon {
  display: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.div-block-4 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.wrapper-section-about {
  margin-top: 112px;
  margin-bottom: 112px;
}

.section-about-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-about-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--gray);
  text-align: center;
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-2 {
  color: var(--dark);
  text-align: center;
  font-family: Playfairdisplay, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.spacing-24px {
  width: 100%;
  height: 24px;
}

.spacing-64px {
  width: 100%;
  height: 64px;
}

.content-about-section-2 {
  width: 488px;
  margin-top: 104px;
}

.image-about-section-2 {
  width: 696px;
}

.font-dark {
  color: var(--dark);
}

.font-gray {
  color: var(--gray);
}

.heading {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.text-block-3 {
  color: var(--gray);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-link-arrow {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.spacing-32px {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.text-block-4 {
  color: var(--black);
  margin-right: 6px;
  font-family: Bevietnampro, sans-serif;
  line-height: 16px;
}

.wrapper-jaime-paris {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-image {
  background-image: url('../images/Image-Jaime-Paris.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.bg-overlay {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.wrapper-bg-paris {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 192px;
  margin-bottom: 192px;
  display: flex;
}

.text-block-6, .text-block-7 {
  font-size: 64px;
  line-height: 80px;
}

.text-block-8 {
  color: var(--white);
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.bg-image-paris {
  background-image: url('../images/Hover_image_paris.png'), url('../images/Image-Jaime-Paris.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.wrapper-services {
  z-index: 1;
  margin-top: 112px;
  margin-bottom: 112px;
  display: flex;
  position: relative;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-events {
  background-image: linear-gradient(#00000080, #00000080);
  width: 592px;
  height: 664px;
  margin-right: 16px;
  padding: 0;
  text-decoration: none;
}

.text-block-9 {
  color: #fff;
  font-family: Playfairdisplay, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.cards-services {
  margin-left: 16px;
}

.card-hotels {
  background-image: linear-gradient(#00000080, #00000080);
  width: 592px;
  height: 316px;
  margin-bottom: 32px;
  padding: 0;
  text-decoration: none;
}

.cards-food-clubs {
  flex-flow: row;
  display: flex;
}

.card-restaurant {
  background-image: linear-gradient(#00000080, #00000080);
  width: 280px;
  height: 316px;
  margin-left: 16px;
  padding: 0;
  text-decoration: none;
}

.card-clubs {
  background-image: linear-gradient(#00000080, #00000080);
  width: 280px;
  height: 316px;
  margin-right: 16px;
  padding: 0;
  text-decoration: none;
}

.wrapper-itineraries {
  padding-top: 112px;
  padding-bottom: 112px;
  position: static;
}

.bg-image-itineraries {
  background-image: linear-gradient(#000c, #000c), url('../images/image-Itineraries.png');
  background-position: 0 0, 50%;
}

.content-itineraries {
  margin-bottom: 72px;
}

.grid-2 {
  grid-template-rows: auto;
}

.heading-2 {
  color: var(--spark-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.text-block-10 {
  color: var(--white);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.images-grid-itineraries {
  position: static;
}

.grid-videos {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.image-itineraries-1 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 432px;
  display: block;
  position: relative;
}

.image-itineraries-2 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 432px;
  margin-top: 32px;
  position: relative;
}

.image-itineraries-3 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 350px;
  position: relative;
}

.image-itineraries-4 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 344px;
  margin-top: -32px;
  position: relative;
}

.image-itineraries-5 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 492px;
  position: relative;
}

.image-itineraries-6 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 438px;
  margin-top: -114px;
  position: relative;
}

.image-itineraries-7 {
  background-image: linear-gradient(#000, #000);
  background-position: 0 0;
  height: 344px;
  margin-top: -180px;
}

.image-itineraries-8 {
  background-image: url('../images/image-Itineraries-8.png');
  background-position: 50%;
  background-size: cover;
  height: 344px;
  margin-top: -168px;
}

.spacing-16px {
  width: 100%;
  height: 16px;
}

.wrapper-blog {
  margin-top: 112px;
  margin-bottom: 112px;
}

.title-cards-blog {
  margin-bottom: 64px;
}

.cards-blog {
  justify-content: space-between;
  display: flex;
}

.thumbnails-blog-home {
  width: 592px;
}

.thumbnail-cover-home {
  flex-flow: column;
  width: 593px;
  margin-right: 32px;
  display: flex;
}

.image-thumbnail-cover-home {
  background-image: url('../images/oliempiadas-blog.png');
  background-position: 50%;
  background-size: cover;
  height: 416px;
  margin-bottom: 32px;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.category-blog {
  color: var(--gray);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.spacing-12px {
  height: 12px;
}

.thumbnail-blog-home-2 {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-blog-home {
  background-image: url('../images/Rectangle-37.png');
  background-position: 50%;
  background-size: cover;
  width: 176px;
  height: 176px;
  margin-right: 32px;
}

.div-block-5 {
  width: 384px;
  text-decoration: none;
}

.blog-home-2 {
  margin-bottom: 32px;
  display: flex;
}

.image-blog-home-2 {
  background-image: url('../images/Rectangle-37.png');
  background-position: 50%;
  background-size: cover;
  width: 176px;
  height: 176px;
  margin-right: 32px;
}

.text-thumbnail-cover-home--2 {
  width: 384px;
}

.filet-1, .filet-2 {
  background-color: #00000080;
  width: 100%;
  height: .8px;
  margin-bottom: 32px;
}

.blog-home-4, .blog-home-3 {
  margin-bottom: 32px;
  display: flex;
}

.image-blog-home-3 {
  background-image: url('../images/image-tenis.png');
  background-position: 50%;
  background-size: cover;
  width: 176px;
  height: 176px;
  margin-right: 32px;
}

.image-blog-home-4 {
  background-image: url('../images/image-cannes.png');
  background-position: 50%;
  background-size: cover;
  width: 176px;
  height: 176px;
  margin-right: 32px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.wrapper-sign-up {
  margin-top: 112px;
  margin-bottom: 112px;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-sign-up {
  background-image: url('../images/image-sign-up.png');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  height: 364px;
}

.content-sign-up {
  text-align: center;
  width: 448px;
}

.button-sign-up {
  text-align: right;
  width: 280px;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.text-block-11 {
  color: var(--white);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.button {
  background-color: var(--white);
  color: var(--black);
  padding: 16px 32px;
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.wrapper-footer {
  margin-top: 64px;
  margin-bottom: 64px;
}

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

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-let-s-talk {
  text-align: center;
  margin-bottom: 112px;
}

.heading-6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.text-block-12 {
  color: var(--white);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 96px;
}

.text-block-13 {
  color: var(--white);
}

.button-2 {
  background-color: var(--black);
  padding: 24px 48px;
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.footer.bg-image {
  height: 464px;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1216px;
}

.container-6 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 12px;
  height: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 24px;
  height: 3px;
  top: 28px;
}

.spark-line-2.spark-simple-line.class-teste {
  display: none;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 24px;
  height: 3px;
  top: 18px;
}

.spark-simple-menu-button-right {
  background-color: #0000;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-right.w--open {
  background-color: #0000;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-centered-full {
  text-align: center;
  border-radius: 999px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.spark-nav-link.spark-centered-full:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-last {
  margin-bottom: 32px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-simple-nav-menu {
  background-color: var(--spark-library--white);
  border-radius: 40px;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
}

.spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
  z-index: 3;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 0 72px 0;
}

.spark-centered-brand-logo {
  z-index: 2;
  align-self: center;
  width: 172px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-hamburger-menu-inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1216px;
  margin: 16px auto;
  display: flex;
}

.spark-hamburger-menu-with-logo {
  z-index: 99;
  background-color: #ddd0;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 2px 0 8px #0000001a;
}

.image-3 {
  height: 44px;
}

.hero-about.bg-image-hero-about {
  background-image: url('../images/Hover_about_hero.png'), url('../images/image-hero-about.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-hero-about {
  color: var(--white);
  text-align: center;
  margin: 192px auto;
}

.bg-image-hero-about {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.heading-8 {
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 112px;
  margin-bottom: 112px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.image-about-small, .image-about-large {
  height: 366px;
}

.image-4, .image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-14, .text-block-15 {
  color: var(--gray);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero-partners.bg-image-hero-about {
  background-image: url('../images/Hover_about_hero.png'), url('../images/Image_hero-partners.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  margin-left: auto;
  margin-right: auto;
}

.italic-text, .italic-text-2 {
  font-size: 52px;
}

.wrapper-partners {
  margin-top: 72px;
  margin-bottom: 72px;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
}

.card-client {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-clinet-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 564px;
  padding: 32px;
  display: flex;
}

.text-block-16 {
  color: #fff;
  font-family: Playfairdisplay, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.card-client-2, .card-client-3, .card-client-4, .card-client-5, .card-client-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-clinet-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 564px;
  padding: 32px;
  display: flex;
}

.hero-par.bg-image-hero-about {
  background-image: url('../images/Hover_about_hero.png'), url('../images/Image_hero-partners.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  margin-left: auto;
  margin-right: auto;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
}

.cover-blog {
  justify-content: space-between;
  height: 564px;
  display: flex;
}

.image-cover-blog {
  width: 50%;
}

.conten-cover-blog {
  background-color: #f1eee9;
  align-items: center;
  width: 50%;
  padding: 64px;
  display: flex;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail-cover-blog {
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
}

.image-thumbnail-blog {
  height: 364px;
}

.bg-thumbnail-blog {
  background-color: #f1eee9;
  height: auto;
  padding: 64px;
}

.bg-thumbnail-blog.bg-dark {
  background-color: var(--dark);
}

.wrapper-hero-contact {
  color: var(--white);
  text-align: center;
  margin: 192px auto;
}

.wrapper-contact {
  justify-content: space-between;
  margin-top: 112px;
  margin-bottom: 112px;
  display: flex;
}

.content-contact {
  width: 485px;
}

.image-contact {
  height: 564px;
}

.heading-10 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.text-block-17 {
  color: var(--gray);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-18 {
  color: var(--black);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-3 {
  background-color: var(--black);
  padding: 24px 48px;
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
}

.button-3:hover {
  color: var(--black);
  background-color: #f1eee9;
}

.button-3.white-button {
  background-color: var(--white);
  color: var(--black);
}

.social-media {
  margin-top: 72px;
  display: flex;
}

.youtube, .instagram, .facebook {
  margin-right: 44px;
  text-decoration: none;
}

.wrapper-hero-diary {
  color: var(--white);
  text-align: center;
  margin: 192px auto;
}

.wrapper-diary {
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.title-diary {
  width: 384px;
  margin-right: 100px;
  position: sticky;
}

.content-diary {
  align-self: center;
  width: auto;
  height: 100%;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.text-block-19 {
  color: var(--gray);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.italic-text-3 {
  color: var(--black);
  font-size: 64px;
  line-height: 80px;
}

.diary {
  margin-bottom: 32px;
  display: flex;
}

.image-diary {
  width: 176px;
  height: 176px;
  margin-right: 32px;
}

.heading-12 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.div-block-6 {
  background-color: #00000080;
  height: .8px;
}

.wrapper-hero-blog-post {
  color: var(--white);
  text-align: center;
  height: 72px;
  margin: 192px auto;
}

.container-small {
  max-width: 800px;
}

.wrapper-blog-post {
  margin-top: 72px;
  margin-bottom: 72px;
}

.previous-page {
  margin-bottom: 64px;
}

.link-previous-page {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-6 {
  margin-right: 8px;
}

.text-block-20 {
  color: var(--black);
  font-family: Bevietnampro, sans-serif;
  font-weight: 500;
}

.date-author {
  margin-bottom: 32px;
  display: flex;
}

.text-block-21 {
  color: var(--gray);
  margin-right: 64px;
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.image-blog-post {
  width: 100%;
  height: 464px;
}

.text-block-22 {
  color: var(--gray);
  font-family: Bevietnampro, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
}

.links-menu {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.link-block {
  color: var(--gray);
  margin-bottom: 24px;
  font-family: Bevietnampro, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.link-block:hover {
  color: var(--black);
}

.footer-menu {
  justify-content: space-between;
  display: flex;
}

.infor-menu {
  flex-flow: column;
  display: flex;
}

.infor-link, .link-social-menu {
  color: var(--black);
  margin-bottom: 12px;
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  background-color: var(--black);
  padding: 20px 32px;
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.div-block-8, .div-block-9 {
  flex: 1;
}

.image-8 {
  width: 100%;
  height: 416px;
}

.image-blog {
  width: 593px;
  height: 416px;
}

.div-block-10 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.collection-item {
  padding-left: 16px;
  padding-right: 16px;
}

.rich-text-block {
  color: var(--gray);
  font-family: Bevietnampro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-11, .div-block-12 {
  flex: 1;
}

.div-block-13 {
  background-color: var(--gray);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-left: 800px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dark-mode {
  background-color: var(--dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 1000px;
  display: flex;
}

.dark-mode.class-teste {
  display: none;
}

.image-9 {
  width: 18px;
  height: 18px;
}

.text-block-24, .icon-2 {
  color: var(--white);
}

.white-font {
  color: #fff;
}

.navbar_dark-mode {
  z-index: 99;
  background-color: #ddd0;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 2px 0 8px #0000001a;
}

.link_parceiros {
  color: var(--gray);
  margin-bottom: 24px;
  font-family: Bevietnampro, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
  display: none;
}

.link_parceiros:hover {
  color: var(--black);
}

.link-block-copy {
  color: var(--gray);
  margin-bottom: 24px;
  font-family: Bevietnampro, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-decoration: none;
}

.link-block-copy:hover {
  color: var(--black);
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.hero-content_2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-2, .slide-3, .slide_2 {
  background-image: url('../images/Hover_about_hero.png'), url('../images/Image_hero2.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.background-video {
  background-image: url('../images/Hover_image_paris.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.background_video-content {
  width: 100%;
  height: 100%;
}

.linear-video {
  background-image: url('../images/Hover_image_hero.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2, .background_video-events, .background_video-hotels, .background_video-clubs, .background-video-2-copy, .background_video-restaurants {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.video {
  height: 432px;
}

.background_video-gastronomi, .background_video-nightlife, .background_video-art {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: static;
}

.background_video-culture {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: static;
  overflow: hidden;
}

.background_video-fashion {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: static;
}

.background_video-shopping {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  position: static;
  overflow: hidden;
}

.slide-03 {
  background-image: url('../images/Hover_about_hero.png'), url('../images/Image_hero2.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.image-10 {
  width: 200px;
  height: auto;
}

.image-11 {
  width: 204px;
}

.divider {
  width: 100%;
}

.line-divider {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
}

.image-12, .image-13 {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .container, .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .wrapper-section-about {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-about-1 {
    width: auto;
  }

  .section-about-2 {
    flex-flow: column;
  }

  .content-about-section-2, .image-about-section-2 {
    width: auto;
  }

  .wrapper-bg-paris {
    flex-flow: row;
    justify-content: center;
    margin-left: 24px;
    margin-right: 24px;
  }

  .wrapper-services {
    flex-flow: column;
    margin-left: 24px;
    margin-right: 24px;
  }

  .card-events {
    width: auto;
    height: 316px;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .cards-services {
    margin-left: 0;
  }

  .card-hotels {
    width: 100%;
    margin-bottom: 24px;
  }

  .cards-food-clubs {
    display: flex;
  }

  .card-restaurant {
    width: 50%;
    margin-left: 12px;
  }

  .card-clubs {
    width: 50%;
    margin-right: 12px;
  }

  .wrapper-itineraries {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-videos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-2 {
    width: 100%;
  }

  .wrapper-blog {
    flex-flow: column;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
  }

  .cards-blog {
    flex-flow: column;
  }

  .cover-blog-home {
    margin-bottom: 64px;
  }

  .thumbnails-blog-home {
    width: auto;
  }

  .thumbnail-cover-home {
    width: auto;
    margin-right: 0;
  }

  .grid-4 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .button-sign-up {
    text-align: center;
  }

  .wrapper-footer {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .content-let-s-talk {
    text-align: left;
    margin-bottom: 64px;
  }

  .heading-6 {
    align-self: flex-start;
  }

  ._2024 {
    align-self: flex-start;
    width: 100%;
  }

  .container-6 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--white);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--white);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--white);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-right {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-right.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-simple-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px #0000001a;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .spark-hamburger-menu-with-logo {
    padding-left: 32px;
    padding-right: 32px;
  }

  .wrapper-content-about {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .wrapper-partners {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-client, .card-client-2, .card-client-3, .card-client-4, .card-client-5, .card-client-6 {
    height: 364px;
  }

  .conten-cover-blog, .bg-thumbnail-blog {
    padding: 32px;
  }

  .wrapper-contact {
    flex-flow: column;
    margin: 72px 24px;
  }

  .content-contact {
    width: auto;
    margin-bottom: 64px;
  }

  .image-contact {
    height: auto;
  }

  .wrapper-diary {
    flex-flow: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }

  .title-diary {
    margin-bottom: 64px;
  }

  .wrapper-blog-post {
    margin-left: 24px;
    margin-right: 24px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .dark-mode {
    margin-left: 450px;
    display: flex;
  }

  .dark-mode.class-teste {
    display: none;
  }

  .navbar_dark-mode {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .team-slider {
    padding: 60px 15px;
  }

  .wrapper-section-about {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading {
    font-size: 42px;
    line-height: 56px;
  }

  .wrapper-bg-paris {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-8 {
    font-size: 42px;
    line-height: 56px;
  }

  .wrapper-services {
    margin-left: 16px;
    margin-right: 16px;
  }

  .card-events, .card-hotels {
    margin-bottom: 16px;
  }

  .card-restaurant {
    margin-left: 8px;
  }

  .card-clubs {
    margin-right: 8px;
  }

  .wrapper-itineraries {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 56px;
  }

  .grid-videos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wrapper-blog {
    flex-flow: column;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-4 {
    font-size: 42px;
    line-height: 56px;
  }

  .wrapper-sign-up, .wrapper-footer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .content-let-s-talk {
    flex-flow: column;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 64px;
    display: flex;
  }

  .heading-6, .text-block-12 {
    text-align: left;
  }

  ._2024 {
    text-align: left;
    align-self: flex-start;
  }

  .heading-7 {
    font-size: 44px;
    line-height: 56px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-hamburger-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-hamburger-menu-with-logo {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-content-about {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wrapper-partners {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-8 {
    flex-flow: column;
    display: flex;
  }

  .cover-blog {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .image-cover-blog, .conten-cover-blog {
    width: 100%;
  }

  .wrapper-contact, .wrapper-diary {
    margin-left: 16px;
    margin-right: 16px;
  }

  .title-diary {
    width: auto;
    margin-bottom: 64px;
    margin-right: 0;
  }

  .content-diary {
    width: 100%;
  }

  .image-diary {
    width: 300px;
  }

  .wrapper-blog-post {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-menu {
    flex-flow: column;
    display: none;
  }

  .infor-link {
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
  }

  .collection-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .dark-mode {
    margin-left: 300px;
  }

  .navbar_dark-mode {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .cards-food-clubs {
    flex-flow: column;
  }

  .card-restaurant {
    width: 100%;
    margin-left: 0;
  }

  .card-clubs {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .grid-videos {
    display: block;
  }

  .image-itineraries-1 {
    width: 100%;
    height: 350px;
    margin-bottom: 16px;
  }

  .image-itineraries-2 {
    width: 100%;
    height: 350px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .image-itineraries-3 {
    width: 100%;
    margin-bottom: 16px;
  }

  .image-itineraries-4 {
    width: 100%;
    height: 350px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .image-itineraries-5 {
    width: 100%;
    height: 350px;
    margin-bottom: 16px;
  }

  .image-itineraries-6, .image-itineraries-7 {
    width: 100%;
    height: 350px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .image-itineraries-8 {
    width: 100%;
    height: 350px;
    margin-top: 0;
  }

  .spacing-16px {
    width: 100%;
    height: 16px;
    display: none;
  }

  .image-thumbnail-cover-home {
    height: 350px;
  }

  .blog-home-2 {
    flex-flow: column;
  }

  .image-blog-home-2 {
    width: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .text-thumbnail-cover-home--2 {
    width: auto;
  }

  .blog-home-4, .blog-home-3 {
    flex-flow: column;
  }

  .image-blog-home-3, .image-blog-home-4 {
    width: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .image-sign-up {
    width: 100%;
  }

  .content-sign-up {
    width: auto;
  }

  .heading-7 {
    font-size: 44px;
    line-height: 56px;
  }

  .container-6 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .spark-line-2.spark-simple-line.class-teste {
    display: block;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-simple-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    padding-bottom: 1rem;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .spark-hamburger-menu-with-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .content-cover-blog {
    width: auto;
  }

  .social-media {
    flex-flow: column;
  }

  .youtube {
    margin-right: 0;
  }

  .instagram, .facebook {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .title-diary {
    width: 100%;
  }

  .content-diary {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .italic-text-3 {
    font-size: 56px;
  }

  .diary {
    flex-flow: column;
  }

  .image-diary {
    width: auto;
    height: 300px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .dark-mode {
    margin-left: 0;
    display: none;
  }

  .dark-mode.class-teste {
    color: var(--dark);
    display: flex;
  }

  .navbar_dark-mode {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_266f6061-17fe-9cad-4819-b496cebcdae0-cebcdadc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_266f6061-17fe-9cad-4819-b496cebcdafa-cebcdadc {
  align-self: end;
}

#w-node-ce8a7412-c3f0-1090-e528-ef993a139b56-3a139b51 {
  place-self: center;
}

#w-node-ce8a7412-c3f0-1090-e528-ef993a139b5c-3a139b51 {
  place-self: center end;
}

#w-node-_9df014ad-7cb0-42a4-4be7-8ebd50bf4690-55ea2487 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f315b218-831c-758f-2dcf-41c43265fdbf-55ea2487 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_50d34b6d-732e-e3cd-9b05-f8fcf05cf348-55ea2487 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7272c0cf-e043-1853-748e-ff7c572d453c-55ea2487 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1f22bab1-02e8-7cb5-8464-1951102e0595-55ea2487 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9df014ad-7cb0-42a4-4be7-8ebd50bf4690-55ea2491 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f315b218-831c-758f-2dcf-41c43265fdbf-55ea2491 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_50d34b6d-732e-e3cd-9b05-f8fcf05cf348-55ea2491 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7272c0cf-e043-1853-748e-ff7c572d453c-55ea2491 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1f22bab1-02e8-7cb5-8464-1951102e0595-55ea2491 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c257cdb7-bbed-e965-f658-f30ce987a3c0-e987a3bc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c257cdb7-bbed-e965-f658-f30ce987a3db-e987a3bc {
  align-self: end;
}

#w-node-_3ae2a8c9-f151-3639-3bde-023ae1eebc64-e1eebc5f {
  place-self: center;
}

#w-node-_3ae2a8c9-f151-3639-3bde-023ae1eebc6a-e1eebc5f {
  place-self: center end;
}

#w-node-_9df014ad-7cb0-42a4-4be7-8ebd50bf4690-55ea2499 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f315b218-831c-758f-2dcf-41c43265fdbf-55ea2499 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_50d34b6d-732e-e3cd-9b05-f8fcf05cf348-55ea2499 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7272c0cf-e043-1853-748e-ff7c572d453c-55ea2499 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1f22bab1-02e8-7cb5-8464-1951102e0595-55ea2499 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2ee9f1eb-7023-5838-4a4e-f05dd3c1c31e-d3c1c31a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2ee9f1eb-7023-5838-4a4e-f05dd3c1c339-d3c1c31a {
  align-self: end;
}

#w-node-_55097273-aa82-45dc-2eed-005248bf4109-48bf4104 {
  place-self: center;
}

#w-node-_55097273-aa82-45dc-2eed-005248bf410f-48bf4104 {
  place-self: center end;
}

#w-node-_9df014ad-7cb0-42a4-4be7-8ebd50bf4690-55ea249e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f315b218-831c-758f-2dcf-41c43265fdbf-55ea249e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_50d34b6d-732e-e3cd-9b05-f8fcf05cf348-55ea249e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7272c0cf-e043-1853-748e-ff7c572d453c-55ea249e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1f22bab1-02e8-7cb5-8464-1951102e0595-55ea249e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_266f6061-17fe-9cad-4819-b496cebcdae0-cebcdadc, #w-node-c257cdb7-bbed-e965-f658-f30ce987a3c0-e987a3bc, #w-node-_2ee9f1eb-7023-5838-4a4e-f05dd3c1c31e-d3c1c31a {
    grid-column: span 1 / span 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Bold.ttf') format('truetype'), url('../fonts/BeVietnamPro-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-BoldItalic.ttf') format('truetype'), url('../fonts/BeVietnamPro-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}