:root {
  --background: #072737;
  --primaria: #f87848;
  --whatsapp: #46975d;
  --branco: white;
  --transparent: #0000;
  --secundaria: #205d80;
  --formulario: #1e3340;
  --preto: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

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

.body-home {
  background-color: var(--background);
  background-image: url('../images/caia-na-folia-com-a-toptur.avif');
  background-repeat: no-repeat;
  background-size: auto;
}

.navbar {
  padding-top: 30px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu {
  color: #ffffff26;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s ease-in-out;
}

.menu:hover {
  color: var(--primaria);
}

.whatsapp {
  background-color: var(--whatsapp);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s ease-in-out;
  display: flex;
}

.whatsapp:hover {
  transform: scale(.9);
}

.hero {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 130px 0% 0%;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  display: flex;
}

.data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--primaria);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.subtitulo {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.heading {
  color: var(--primaria);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 900;
}

.bold-text {
  line-height: 68px;
}

.text-span {
  color: var(--branco);
}

.paragraph {
  color: #fff;
  text-transform: uppercase;
  width: 455px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.comprar {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: var(--primaria);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-3 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 564px;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 640px;
  display: flex;
  position: relative;
}

.proximo-roteiro-top-tur {
  width: auto;
  height: auto;
  position: absolute;
  inset: auto 0%;
}

.detalhe-image-carnaval {
  position: absolute;
  inset: 0% auto auto 0%;
}

.botao-comprar {
  background-color: var(--primaria);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 60px;
  margin-right: -200px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s ease-in-out;
  display: flex;
}

.botao-comprar:hover {
  transform: scale(.9);
}

.proximos-embarques {
  padding-top: 200px;
  position: relative;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: var(--transparent);
  height: 758px;
  margin-top: 0;
}

.footer {
  background-image: url('../images/toptur-e-mais-que-lazer-e-viver_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.conteudo-do-slide {
  background-image: url('../images/salto-paraguassu_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.conteudo-do-slide.bonito-ms {
  background-image: url('../images/bonito-ms_1.avif');
}

.conteudo-do-slide.barra-do-garcas {
  background-image: url('../images/barra-do-garcas-background_1.avif');
}

.conteudo-do-slide.itacare {
  background-image: url('../images/itacare-background_1.avif');
}

.conteudo-do-slide.natal-luz {
  background-image: url('../images/natal-luz-background_1.avif');
}

.conteudo-do-slide.terra-ronca {
  background-image: url('../images/TERRA-RONCA.avif');
}

.conteudo-do-slide.lagoa-santa {
  background-image: url('../images/lagoa-santa.avif');
}

.conteudo-do-slide.paraty {
  background-image: url('../images/paraty.avif');
}

.conteudo-do-slide.bonito {
  background-image: url('../images/bonito-ms_1.avif');
}

.conteudo-do-slide.chapada-veadeiros {
  background-image: url('../images/chapada-dos-veadeiros.avif');
}

.conteudo-do-slide.porto-seguro {
  background-image: url('../images/porto-seguro.avif');
}

.conteudo-do-slide.jalapao {
  background-image: url('../images/jalapao.avif');
}

.conteudo-do-slide.peruacu {
  background-image: url('../images/peruacu.avif');
  background-size: contain;
}

.conteudo-do-slide.apdonorte {
  background-image: url('../images/apdonorte.avif');
  background-size: contain;
}

.conteudo-do-slide.serranopolis {
  background-image: url('../images/serranopolis.avif');
  background-size: contain;
}

.conteudo-do-slide.parecis {
  background-image: url('../images/parecis.avif');
  background-size: contain;
}

.conteudo-do-slide.serra-gerais {
  background-image: url('../images/serragerais.avif');
  background-size: contain;
}

.div-block-9 {
  justify-content: space-between;
  align-items: flex-end;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.text-block-4 {
  color: var(--primaria);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 14px;
}

.text-block-5 {
  color: #fff;
  width: 385px;
  margin-top: -10px;
  margin-bottom: 110px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.lightbox-link {
  background-color: var(--branco);
  border-radius: 18%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-6 {
  color: var(--primaria);
  width: 130px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.icone-galeria {
  margin-top: 60px;
  margin-left: -32px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.galeria {
  margin-top: 0;
}

.right-arrow {
  z-index: 99;
  width: 60px;
  inset: 50px 12% auto auto;
}

.left-arrow {
  z-index: 99;
  width: 60px;
  margin-left: 0;
  inset: 50px 17% auto auto;
}

.embarque-anterior, .proximo-embarque {
  background-color: var(--primaria);
  border-radius: 100px;
  width: auto;
}

.heading-3 {
  color: var(--primaria);
  width: 1280px;
  margin-bottom: -37px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  z-index: 9;
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  color: var(--primaria);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
}

.text-span-2 {
  color: var(--branco);
}

.nossa-historia {
  height: 1055px;
  margin-top: 0;
  position: relative;
}

.image-nossa-historia {
  height: 895px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-14 {
  z-index: 9;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-15 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 190px;
  display: flex;
  position: relative;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.paragraph-nossa-historia {
  color: #fff;
  text-transform: uppercase;
  width: 618px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.selo-toptur {
  height: 100px;
}

.selo-toptur-2 {
  position: absolute;
  inset: 0%;
}

.animation2 {
  color: #fff;
  text-transform: uppercase;
  width: 618px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.porque-a-toptur {
  padding-top: 50px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4-center {
  color: var(--primaria);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
}

.div-block-18 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.heading-5 {
  color: var(--primaria);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.paragraph-2 {
  color: var(--branco);
  width: 280px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-3 {
  color: var(--branco);
  width: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-4 {
  color: var(--branco);
  width: 250px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.text-block-7 {
  opacity: .5;
  color: var(--branco);
  width: 170px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-22 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  opacity: .5;
  color: var(--branco);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: all .2s ease-in-out;
}

.link:hover {
  opacity: 100;
  color: var(--primaria);
}

.div-block-24 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.link-2 {
  color: var(--primaria);
  width: 120px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

.text-span-3 {
  opacity: .5;
  color: var(--branco);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-26 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-2-copy {
  color: var(--primaria);
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
}

.div-block-28 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.text-block-8 {
  opacity: .5;
  color: var(--branco);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-block-8-copy {
  opacity: .25;
  color: var(--branco);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.fale-conosco {
  padding-top: 170px;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  border: 5px solid var(--secundaria);
  border-radius: 100px;
  width: 570px;
  height: 700px;
  margin-left: 70px;
}

.form-block {
  background-color: var(--formulario);
  border-radius: 100px;
  height: 700px;
  margin: -60px 70px 0 -70px;
  padding: 70px;
}

.field-label {
  color: #ffffff26;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.text-field {
  background-color: var(--transparent);
  color: #ffffff26;
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #ffffff26;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.text-field:hover {
  border-bottom-color: var(--primaria);
}

.text-field:active {
  background-color: var(--transparent);
  color: var(--branco);
}

.text-field:focus {
  color: var(--branco);
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: var(--primaria);
  color: var(--branco);
}

.text-field::placeholder {
  color: #ffffff26;
}

.textarea {
  background-color: var(--transparent);
  color: #ffffff26;
  border: 1px solid #ffffff26;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.textarea:hover {
  border-color: var(--primaria);
}

.textarea:active, .textarea:focus {
  color: var(--branco);
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-color: var(--primaria);
  color: var(--branco);
}

.textarea::placeholder {
  color: #ffffff26;
  text-transform: uppercase;
}

.div-block-31 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.checkbox-label {
  color: #ffffff26;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.checkbox-field {
  margin-bottom: 0;
}

.checkbox {
  border: 1px solid #ffffff26;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--whatsapp);
}

.div-block-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 610px;
  display: flex;
}

.subtitulo-copy {
  color: #fff;
  text-transform: uppercase;
  width: 460px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.social {
  transition: all .2s ease-in-out;
}

.social:hover {
  transform: scale(.9);
}

.botao-comprar-copy {
  background-color: var(--primaria);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 60px;
  margin-right: -200px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s ease-in-out;
  display: flex;
}

.botao-comprar-copy:hover {
  transform: scale(.9);
}

.slider-2 {
  background-color: #0000;
  width: 90%;
  height: 640px;
}

.slide-nav-2 {
  bottom: -50px;
}

.destaques {
  background-color: #0000;
  width: 90%;
  height: 640px;
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .whatsapp {
    width: 200px;
    height: 50px;
    font-size: 12px;
    line-height: 12px;
  }

  .hero {
    padding: 50px 10% 0;
  }

  .div-block-3 {
    flex-flow: column;
    height: auto;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .text-block {
    font-size: 12px;
  }

  .subtitulo {
    font-size: 16px;
  }

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

  .bold-text {
    line-height: 39px;
  }

  .paragraph {
    width: auto;
    margin-top: 15px;
    font-size: 12px;
  }

  .comprar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
  }

  .div-block-7 {
    max-width: 100%;
    height: 340px;
    margin-top: 30px;
  }

  .detalhe-image-carnaval {
    width: 96px;
  }

  .botao-comprar {
    width: 150px;
    height: 50px;
    margin-right: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .proximos-embarques {
    padding-top: 100px;
  }

  .slider {
    height: 800px;
  }

  .footer {
    background-position: 50%;
    background-size: auto 838px;
    padding-top: 75px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .conteudo-do-slide {
    background-size: auto 758px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .conteudo-do-slide.barra-do-garcas {
    background-position: 65%;
    background-size: auto 540px;
  }

  .conteudo-do-slide.terra-ronca, .conteudo-do-slide.lagoa-santa, .conteudo-do-slide.paraty, .conteudo-do-slide.bonito, .conteudo-do-slide.chapada-veadeiros, .conteudo-do-slide.jalapao, .conteudo-do-slide.peruacu, .conteudo-do-slide.apdonorte, .conteudo-do-slide.serranopolis, .conteudo-do-slide.parecis, .conteudo-do-slide.serra-gerais {
    background-size: auto 540px;
  }

  .div-block-9 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-10 {
    width: 100%;
  }

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

  .text-block-5 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 12px;
  }

  .right-arrow {
    width: 50px;
    top: 0;
  }

  .left-arrow {
    width: 50px;
    top: 0;
    right: 28%;
  }

  .embarque-anterior, .proximo-embarque {
    height: 50px;
  }

  .div-block-12 {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .nossa-historia {
    height: auto;
    margin-top: 0;
  }

  .image-nossa-historia {
    height: auto;
    margin-top: -120px;
    position: static;
  }

  .div-block-14 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap-reverse;
    margin-top: 75px;
    padding-left: 10%;
    padding-right: 10%;
    position: static;
  }

  .div-block-15 {
    align-self: flex-end;
    width: 92px;
    height: 95px;
    margin-left: auto;
  }

  .div-block-16 {
    width: 100%;
  }

  .selo-toptur {
    height: 50px;
  }

  .animation2 {
    max-width: 100%;
    font-size: 12px;
  }

  .porque-a-toptur {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-17 {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 50px;
  }

  .heading-4-center {
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-18 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    margin-top: 50px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-21 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .link {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-24 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-25 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .link-2-copy {
    font-size: 14px;
  }

  .div-block-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text-block-8 {
    text-align: center;
  }

  .fale-conosco {
    padding-top: 75px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-29 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap-reverse;
  }

  .div-block-30 {
    border-radius: 60px;
    max-width: 100%;
    height: 640px;
    margin-left: 0;
  }

  .form-block {
    border-radius: 60px;
    height: 555px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 35px;
  }

  .textarea {
    min-height: 140px;
  }

  .div-block-31 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .checkbox-label {
    font-size: 11px;
  }

  .div-block-32 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
  }

  .subtitulo-copy {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .logo-toptur {
    height: 60px;
  }

  .calendar {
    width: 16px;
  }

  .image-8 {
    height: 16px;
  }

  .logo-toptur-branca {
    height: 60px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 10px;
  }

  .botao-comprar-copy {
    width: auto;
    height: 50px;
    margin-right: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .slider-2 {
    width: 100%;
    height: 820px;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .destaques {
    width: 100%;
    height: 820px;
  }
}

#w-node-_75de0d4b-c586-9f05-0957-f4f6c2baf71d-d65491bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


