@font-face {
  font-family: Classy Vogue;
  src: url('../fonts/Classyvogueregular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geo Sans Light;
  src: url('../fonts/GeosansLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geo Sans Light Italic;
  src: url('../fonts/GeosansLight-Oblique.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato Thin;
  src: url('../fonts/Lato-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato Thin Italic;
  src: url('../fonts/Lato-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato Light;
  src: url('../fonts/Lato-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato Light Italic;
  src: url('../fonts/Lato-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato Regular;
  src: url('../fonts/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato Regular Italic;
  src: url('../fonts/Lato-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato Bold;
  src: url('../fonts/Lato-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato Bold Italic;
  src: url('../fonts/Lato-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato Black;
  src: url('../fonts/Lato-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato Black Italic;
  src: url('../fonts/Lato-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bon Vivant Bold;
  src: url('../fonts/Nicky-Laatz---BonVivantSerifBold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --whitesmoke-main: whitesmoke;
  --white-main: white;
  --gray-main: #3d3d3d;
  --teal-1: #259ea1;
  --teal-2: teal;
  --teal-3: #005f61;
  --menu-color: #dadada;
  --menu-text: #006264;
  --orange-main: #ff782e;
  --orange-1: #fc5900;
  --min-text-box-size: 160px;
  --orange-2: #f68105;
  --orange-3: #faab35;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section.hero-section-bg {
  background-image: url('../images/Banner.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.section.navbar {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 96px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section.section-2-bg {
  z-index: 0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.section.section-4b {
  z-index: 4;
  background-image: url('../images/wave-teal-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 585px;
}

.section.section-5 {
  overflow: hidden;
}

.section.section-6 {
  background-image: url('../images/square-bg-cropped.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section-7 {
  background-color: var(--whitesmoke-main);
}

.section.section-3 {
  overflow: hidden;
}

.section.section-map {
  background-color: var(--whitesmoke-main);
}

.section.hide {
  display: none;
}

.container {
  justify-content: center;
  width: 100%;
  min-width: auto;
  max-width: 1230px;
  min-height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.container.hero-section {
  color: var(--white-main);
  min-height: 780px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.hero-section.another {
  z-index: 2;
  color: var(--gray-main);
  padding-top: 140px;
  padding-bottom: 140px;
  position: static;
}

.container.section-2 {
  z-index: 2;
  align-items: flex-start;
  min-height: 1170px;
}

.container.section-3 {
  flex-flow: column;
  align-items: center;
  padding-bottom: 220px;
}

.container.section-3.fix-for-smaller-screen {
  padding-bottom: 60px;
}

.container.section-4 {
  z-index: 2;
  min-height: 800px;
}

.container.section-4.fix-for-smaller-screen {
  min-height: 1000px;
}

.container.section-4b {
  flex-flow: column;
  align-items: center;
}

.container.section-6 {
  height: 425px;
}

.container.section-6.fix-for-smaller-screen {
  width: 100%;
  min-width: auto;
  max-width: 100%;
}

.container.section-6.fix-for-smaller-screen.vertical {
  flex-flow: column;
}

.container.section-6.fix-for-smaller-screen.vertical.centered {
  justify-content: center;
  align-items: center;
  height: auto;
}

.container.section-6.fix-for-smaller-screen.vertical.centered.py-60 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.section-6.fix-for-smaller-screen.vertical.centered.py-60.pb-0 {
  padding-bottom: 0;
}

.container.section-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
}

.container.section-maverick360 {
  align-items: center;
  min-height: 50px;
}

.container.min-h-0 {
  min-height: 0;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block.flex-bottom {
  justify-content: flex-end;
  align-items: stretch;
}

.div-block.flex-bottom.another {
  justify-content: center;
}

.div-block.flex-bottom._w-53p {
  width: 53%;
}

.div-block._w-2-5 {
  width: 40%;
}

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

.div-block.gap-20.another {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  padding: 60px 40px;
}

.div-block.gap-20.another.shadow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 2px 2px 10px #0003;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  min-height: 76px;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(90deg, var(--teal-1), var(--teal-2) 50%, var(--teal-3));
  width: 1200px;
  max-width: 90%;
  height: 76px;
}

.div-block-2.navbar-content {
  background-image: linear-gradient(90deg, var(--teal-2), var(--teal-3)), linear-gradient(90deg, var(--teal-1), var(--teal-2) 50%, var(--teal-3));
  color: var(--white-main);
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 1.26875em;
  display: flex;
  position: fixed;
}

.image {
  cursor: pointer;
  max-height: 50px;
}

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

.navbar-2 {
  background-color: #0000;
}

.body {
  font-family: Geo Sans Light, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.nav-link {
  color: var(--white-main);
}

.image-2 {
  z-index: 5;
  max-width: 650px;
  position: absolute;
  top: -55px;
  left: -55px;
}

.image-2.diff {
  max-width: 932px;
  top: -137px;
  left: -343px;
}

.image-2.diff.for-small-screen {
  display: none;
}

.image-3 {
  z-index: 0;
  width: 860px;
  position: absolute;
}

.image-3.another {
  margin-left: -150px;
  right: 0;
}

.flex-block {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  margin-bottom: 140px;
  padding-left: 60px;
  position: relative;
}

.flex-block.another {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
}

.flex-block.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block.gap-0.mb-60 {
  margin-bottom: 60px;
}

.text-span {
  color: var(--orange-main);
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.text-span.another {
  color: var(--gray-main);
  font-size: .698em;
  line-height: 1.1em;
}

.text-span.another.a-1 {
  margin-bottom: -10px;
  font-size: 1em;
}

.text-span.another.orange {
  color: var(--orange-main);
}

.text-span.max-w-460 {
  max-width: 460px;
}

.text-span.max-w-460.vertical-spacing-0-8 {
  line-height: .8em;
}

.heading {
  margin-bottom: 0;
  font-size: 3.35625em;
  font-weight: 300;
  line-height: .9em;
}

.heading.another {
  margin-bottom: 10px;
  font-size: 2.0625em;
}

.heading.hide {
  display: none;
}

.heading.mobile-center.mobile-max-w-558 {
  max-width: 558px;
  line-height: .9em;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.1em;
}

.heading-2.max-w-460 {
  max-width: 460px;
}

.heading-2.max-w-460.mobile-center.mobile-max-w-410.italic {
  font-family: Geo Sans Light Italic, Arial, sans-serif;
}

.text-span-2 {
  color: var(--orange-main);
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-size: 1.22em;
  font-weight: 400;
  display: block;
}

.separador-laranja {
  background-color: var(--orange-1);
  width: 110px;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.separador-laranja.another {
  margin-top: 10px;
  margin-bottom: 60px;
}

.separador-laranja.another.full-gray {
  background-color: var(--gray-main);
  opacity: .4;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.separador-laranja.fot-smaller-screens.new-format {
  margin-top: 20px;
}

.div-block-5 {
  z-index: 1;
  opacity: .28;
  background-image: url('../images/wave-teal-bg-reversed-mirrored.png');
  background-position: 50% 62%;
  background-repeat: no-repeat;
  background-size: 100% 310px;
  width: 100%;
  position: absolute;
  inset: 0;
}

.div-block-5.section-4 {
  background-image: url('../images/wave-teal-bg-reversed-rotated.png');
  background-position: 50% 335px;
}

.div-block-5.section-4.hide {
  display: none;
}

.div-block-5.fix-bg {
  background-position: 50% 116%;
}

.div-block-6 {
  z-index: 3;
  background-image: url('../images/wave-teal-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 585px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 700px;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-6.section-4 {
  background-image: url('../images/wave-teal-bg-rotated-mirrored.png');
  background-position: 50% 0;
  align-items: flex-start;
}

.div-block-6.section-4.hide {
  display: none;
}

.div-block-6.section-4.new-bg {
  background-image: url('../images/Fundo-PNG15x.webp');
  background-position: 50% 0;
  background-size: 1440px;
  padding-top: 124px;
}

.div-block-7 {
  background-color: var(--white-main);
  border-radius: 7px;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  height: 550px;
  margin-top: 115px;
  display: flex;
  box-shadow: 0 0 25px 15px #0003;
}

.div-block-7.another {
  height: auto;
  margin-top: -380px;
  position: relative;
}

.heading-3 {
  color: var(--orange-main);
  text-align: center;
  width: 100%;
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-size: 2.34375em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-3.max-w-4-5 {
  max-width: 85%;
}

.heading-3.max-w-4-5.diff.diff-e {
  text-align: left;
  font-size: 2.3125em;
}

.paragraph {
  color: var(--gray-main);
  font-size: 1.5625em;
  line-height: 1.1em;
}

.paragraph.another {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1.825em;
}

.paragraph.another.one {
  max-width: 730px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph.another.bullet-point {
  text-align: left;
  background-image: url('../images/Estrela15x.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 40px;
}

.paragraph.another.a-1 {
  font-size: 1.5em;
}

.paragraph.another.a-2 {
  font-size: 1.125em;
}

.paragraph.another.a-2.text-maverick360 {
  margin-top: 0;
  padding-bottom: 0;
}

.paragraph.another.a-3 {
  font-size: 1.375em;
}

.paragraph.another.a-3.mb-30 {
  padding-bottom: 30px;
  font-size: 1.438em;
}

.paragraph.another.depo {
  text-align: justify;
  margin-top: auto;
  padding-bottom: 0;
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.flex-block-2 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  color: var(--white-main);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-block-2.diff {
  position: relative;
  left: -100px;
}

.flex-block-2._w-full {
  width: 100%;
}

.heading-4 {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 2.34375em;
  font-weight: 300;
  line-height: 1em;
}

.heading-4.another {
  background-image: url('../images/Estrela15x.png');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: auto 66px;
  font-size: 3.0625em;
  line-height: 1em;
}

.heading-4.another.diff.star-bg-3 {
  background-image: url('../images/Estrela15x.png');
  background-position: 55px 18px;
  background-repeat: no-repeat;
  background-size: auto 57px;
}

.heading-4.another.star-bg-2 {
  background-image: url('../images/Estrela15x.png');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: auto 66px;
}

.heading-4.star-bg {
  background-image: url('../images/Estrela15x.png');
  background-position: 94% 89%;
  background-repeat: no-repeat;
  background-size: auto 56px;
}

.heading-4.start-bg-4 {
  background-image: url('../images/Estrela15x.png');
  background-position: 100% 35%;
  background-repeat: no-repeat;
  background-size: auto 56px;
  margin-top: 0;
  padding-top: 20px;
}

.heading-4.start-bg-4.change-font {
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-size: 1.816em;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.text-span-3.another-1 {
  font-size: 1.33333em;
}

.text-span-3.another-2 {
  font-size: 1.368em;
}

.text-span-3.another-3 {
  font-size: 1em;
}

.div-block-8 {
  position: relative;
}

.button {
  background-color: var(--orange-main);
  text-align: center;
  border-radius: 13px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Lato Regular, Tahoma, sans-serif;
  font-size: 1.31875em;
  font-weight: 400;
  line-height: 22px;
}

.button.diff {
  display: block;
}

.button.diff.mob {
  display: none;
}

.text-block {
  color: var(--gray-main);
  text-align: center;
  max-width: 640px;
  margin-bottom: 60px;
  font-family: Geo Sans Light, Arial, sans-serif;
  font-size: 1.81875em;
  font-weight: 300;
  line-height: 1.1em;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  width: 315px;
  position: relative;
}

.image-container {
  z-index: 1;
  width: 315px;
  height: 262.5px;
  position: relative;
  overflow: hidden;
}

.fitted-image {
  object-fit: cover;
  object-position: top center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 150%;
  height: 160%;
}

.div-block-9 {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--teal-2), var(--teal-3));
  color: var(--white-main);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 94px;
  font-family: Lato Regular, Tahoma, sans-serif;
  font-size: 1.45625em;
  font-weight: 300;
  display: flex;
  position: relative;
}

.heading-5 {
  text-align: center;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 400;
}

.text-span-4 {
  display: block;
}

.div-block-10 {
  z-index: 0;
  min-height: var(--min-text-box-size);
  background-color: var(--white-main);
  color: var(--gray-main);
  width: 100%;
  padding: 20px 18px;
  position: relative;
  box-shadow: 0 -5px 5px #0003, 0 0 20px 15px #0003;
}

.div-block-10.diff {
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-2 {
  text-align: center;
  font-size: 1.60625em;
  line-height: 1.1em;
}

.div-block-11 {
  border: 1px solid var(--orange-1);
  background-color: var(--white-main);
  border-radius: 7px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.div-block-11.another {
  width: 100%;
}

.div-block-12 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-12._w-full {
  width: 100%;
  padding-bottom: 40px;
}

.div-block-12._w-1-2 {
  align-items: flex-start;
  width: 50%;
  padding-bottom: 40px;
}

.heading-6 {
  color: var(--gray-main);
  font-family: Geo Sans Light, Arial, sans-serif;
  font-size: 1.825em;
  font-weight: 300;
  line-height: 1.1em;
}

.heading-6.orange {
  color: var(--orange-main);
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-size: 1.8125em;
  font-weight: 400;
}

.div-block-13 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  object-fit: cover;
  object-position: left bottom;
  border-radius: 6px;
  width: 50%;
  height: 100%;
  max-height: 100%;
}

.div-block-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-5 {
  width: 50px;
}

.link-block {
  display: none;
}

.code-embed {
  width: 100%;
  height: 600px;
}

.link {
  color: var(--orange-main);
  text-decoration: none;
}

.image-6 {
  width: 140px;
}

.text-span-5 {
  font-family: Bon Vivant Bold, Palatino Linotype, sans-serif;
}

.text-span-6 {
  font-family: Geo Sans Light, Arial, sans-serif;
  font-size: 1em;
  display: block;
}

.text-span-7 {
  font-family: Bon Vivant Bold, Palatino Linotype, sans-serif;
  font-size: 1em;
}

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

.heading-7 {
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100px;
  display: flex;
}

.mask {
  width: 80%;
  min-height: 100%;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  background-color: var(--white-main);
  color: var(--gray-main);
  border-radius: 12px;
}

.heading-8 {
  color: var(--orange-main);
  text-align: center;
  font-family: Classy Vogue, Palatino Linotype, sans-serif;
  font-size: 2.344rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-8.small-left {
  text-align: left;
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.slide {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
}

.slide-nav {
  display: none;
}

.div-block-18 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-8 {
  width: 50px;
}

.link-block-3 {
  z-index: 100;
  position: fixed;
  bottom: 100px;
  right: 60px;
}

.div-block-19 {
  z-index: 101;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #151515cc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.div-block-19.hide {
  display: none;
}

.div-block-20 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white-main);
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.heading-9 {
  color: var(--teal-3);
  text-align: center;
  max-width: 560px;
  font-weight: 300;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.text-field {
  color: #333;
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: 55px;
  padding: 15px 20px;
  font-family: Geo Sans Light, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 300;
  line-height: 2.25rem;
  box-shadow: 0 0 20px #00000040;
}

.link-block-4 {
  position: absolute;
  top: -30px;
  right: -30px;
}

.image-9 {
  width: 75px;
}

@media screen and (min-width: 1280px) {
  .container, .container.section-3.fix-for-smaller-screen, .container.section-6.fix-for-smaller-screen {
    min-width: 1230px;
  }

  .image-3.another {
    width: 960px;
    margin-left: -130px;
  }

  .heading-6.orange {
    font-family: Classy Vogue, Palatino Linotype, sans-serif;
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero-section-bg {
    background-position: 100% 0;
    background-size: cover;
  }

  .div-block-6.section-4.new-bg {
    background-size: contain;
  }

  .div-block-7.another {
    width: 100%;
  }

  .flex-block-3 {
    flex-flow: row;
  }

  .div-block-12._w-full, .div-block-12._w-1-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider {
    width: 70vw;
  }
}

@media screen and (min-width: 1920px) {
  .section.section-map {
    height: 600px;
  }

  .container.section-4.fix-for-smaller-screen {
    min-height: 1500px;
  }

  .container.section-maverick360 {
    align-items: center;
    min-height: 50px;
  }

  .heading.orange {
    color: var(--orange-main);
  }

  .div-block-6.section-4.new-bg {
    background-size: contain;
  }

  .div-block-7.another {
    margin-top: -650px;
  }

  .paragraph.another.a-2.text-maverick360 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .flex-block-2.diff {
    left: 0;
  }

  .flex-block-3 {
    flex-flow: row;
  }

  .code-embed {
    width: 100%;
  }

  .link {
    color: var(--orange-main);
    text-decoration: none;
  }

  .image-6 {
    width: 140px;
  }

  .slider {
    width: 50vw;
  }
}

@media screen and (max-width: 991px) {
  .section.hero-section-bg {
    background-position: 80% 0;
    background-size: cover;
  }

  .section.section-2-bg {
    overflow: hidden;
  }

  .section.section-4b {
    background-size: 1200px;
  }

  .container.hero-section {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-section.another.fix-for-smaller-screen {
    flex-flow: column;
  }

  .container.section-2.fix-for-smaller-screen {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    min-height: 1220px;
  }

  .container.section-3.fix-for-smaller-screen, .container.section-4.fix-for-smaller-screen, .container.section-4b.fix-for-smaller-screen {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .container.section-6.fix-for-smaller-screen {
    width: 1230100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .container.section-7.fix-for-smaller-screen, .container.section-maverick360 {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .div-block.flex-bottom {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .div-block.flex-bottom.another {
    flex-flow: row;
    width: 100%;
  }

  .div-block.flex-bottom.fix-for-mobile._w-2-5.m-viz {
    display: block;
  }

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

  .div-block.gap-20 {
    width: 70%;
  }

  .div-block-2.navbar-content {
    min-width: 85%;
  }

  .nav-link {
    background-color: var(--menu-color);
    color: var(--menu-text);
  }

  .image-2 {
    max-width: 450px;
    top: auto;
    bottom: 100px;
    left: 0;
  }

  .image-2.diff {
    display: none;
  }

  .image-2.diff.for-small-screen {
    max-width: 500px;
    display: inline-flex;
    inset: auto -110px 220px auto;
  }

  .image-3 {
    width: 560px;
    bottom: 0;
    right: -120px;
  }

  .image-3.another {
    margin-left: 0;
    position: relative;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .heading {
    margin-bottom: 0;
    font-size: 2.2em;
  }

  .heading-2.max-w-460 {
    font-size: 1.5em;
  }

  .separador-laranja.fot-smaller-screens {
    margin-top: 10px;
  }

  .nav-menu {
    background-color: var(--menu-color);
    color: var(--menu-text);
  }

  .div-block-5 {
    background-position: 50% 71%;
    background-size: 1200px;
  }

  .div-block-5.section-4 {
    background-position: 50% 300px;
  }

  .div-block-6 {
    background-position: 50% 100%;
    background-size: 1200px;
  }

  .div-block-6.section-4.new-bg {
    background-size: 1080px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-start;
    height: 450px;
  }

  .div-block-7.another {
    width: 90%;
    margin-top: -500px;
  }

  .heading-3 {
    text-align: left;
    font-size: 2em;
  }

  .flex-block-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .flex-block-2.diff {
    top: -50px;
    left: -100px;
  }

  .div-block-11.another {
    flex-flow: column;
  }

  .div-block-12._w-1-2, .image-4 {
    width: 100%;
  }

  .link-block {
    display: block;
  }

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

@media screen and (max-width: 767px) {
  .container.hero-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 1000px;
  }

  .container.section-2.fix-for-smaller-screen {
    min-height: 1250px;
  }

  .div-block.flex-bottom {
    justify-content: center;
    align-items: center;
    margin-top: 116px;
  }

  .div-block.flex-bottom.another {
    margin-top: 0;
  }

  .div-block.gap-20 {
    z-index: 6;
    width: 90%;
    position: relative;
  }

  .div-block.gap-20.another.shadow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
  }

  .image-3.fix-mobile {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .flex-block.gap-0.mb-60 {
    justify-content: center;
    align-items: center;
  }

  .text-span.max-w-460.vertical-spacing-0-8.mobile-max-w-300 {
    max-width: 300px;
  }

  .heading.mobile-center {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading.mobile-center.mobile-max-w-558 {
    max-width: 366px;
  }

  .heading-2.max-w-460.mobile-max-w {
    max-width: 310px;
  }

  .heading-2.max-w-460.mobile-center {
    text-align: center;
  }

  .heading-2.max-w-460.mobile-center.mobile-max-w-410 {
    max-width: 410px;
  }

  .separador-laranja.fot-smaller-screens.new-format {
    margin-bottom: 0;
  }

  .paragraph.another.depo {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .div-block-12._w-full, .div-block-12._w-1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .link-block-3 {
    bottom: 50px;
    right: 40px;
  }

  .div-block-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    padding: 20px;
  }

  .heading-9 {
    max-width: 370px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-field {
    font-size: 1.3em;
  }

  .link-block-4 {
    top: -15px;
    right: -15px;
  }

  .image-9 {
    width: 45px;
  }
}

@media screen and (max-width: 479px) {
  .container.hero-section {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.hero-section.another.fix-for-smaller-screen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.section-2.fix-for-smaller-screen {
    min-height: 1100px;
  }

  .div-block.flex-bottom {
    justify-content: center;
    align-items: center;
    margin-top: 130px;
  }

  .div-block.flex-bottom.fix-for-mobile {
    width: 0%;
  }

  .div-block.flex-bottom._w-53p {
    width: 100%;
  }

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

  .div-block.gap-20 {
    width: 100%;
  }

  .div-block.gap-20.another {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2.navbar-content {
    width: 90%;
    padding-left: 10px;
    padding-right: 0;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    width: 100%;
    min-width: 490px;
    left: 0;
    right: auto;
  }

  .image-3.another {
    bottom: auto;
    left: auto;
    right: auto;
  }

  .flex-block {
    z-index: 1;
    align-items: center;
    width: 100%;
    position: relative;
    top: -40px;
  }

  .text-span {
    line-height: .9em;
  }

  .heading {
    font-size: 1.9em;
  }

  .div-block-6.section-4.new-bg {
    background-image: url('../images/Imagem-3-Mobile-2.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-7 {
    width: 90%;
    height: auto;
    min-height: 390px;
    margin-top: 60px;
    padding: 10px;
  }

  .div-block-7.another {
    width: 100%;
    margin-top: -550px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 1.9em;
  }

  .heading-3.max-w-4-5.diff {
    font-size: 1.6em;
  }

  .heading-3.max-w-4-5.diff.mb {
    font-size: 1.5em;
  }

  .paragraph {
    font-size: 1.3em;
  }

  .paragraph.another {
    font-size: 1.2em;
  }

  .paragraph.another.bullet-point {
    padding-bottom: 0;
    padding-left: 30px;
  }

  .flex-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-2.diff {
    align-items: flex-start;
    top: -110px;
    left: -20px;
  }

  .heading-4 {
    font-size: 1.9em;
  }

  .heading-4.another {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.4em;
  }

  .heading-4.another.diff {
    font-size: 1.7em;
  }

  .heading-4.another.diff.star-bg-3 {
    background-position: 7px 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.4em;
  }

  .heading-4.another.diff-2 {
    text-align: left;
    background-position: 100% 100%;
    background-size: auto 55px;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .heading-4.star-bg {
    background-position: 100% 100%;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.6em;
  }

  .heading-4.start-bg-4 {
    background-position: 100% 100%;
    padding: 0 10px 30px;
    font-size: 1.5em;
  }

  .text-span-3.another-2.diff {
    font-size: 1.4em;
  }

  .button {
    font-size: 1.3em;
  }

  .button.diff {
    font-size: .9em;
  }

  .button.diff.mob {
    display: block;
  }

  .button.diff.non-mob {
    display: none;
  }

  .button.fix-fsize-mobile {
    font-size: 1em;
  }

  .text-block {
    font-size: 1.7em;
  }

  .paragraph-2 {
    font-size: 1.3em;
  }

  .div-block-12._w-full, .div-block-12._w-1-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 1.2em;
  }

  .heading-6.orange {
    font-size: 1.6em;
  }

  .mask {
    width: 100%;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-7 {
    position: relative;
    top: 0;
  }
}


@font-face {
  font-family: 'Classy Vogue';
  src: url('../fonts/Classyvogueregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geo Sans Light';
  src: url('../fonts/GeosansLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geo Sans Light Italic';
  src: url('../fonts/GeosansLight-Oblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Thin';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Thin Italic';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Light';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Light Italic';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Regular';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Regular Italic';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Bold';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Bold Italic';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Black';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Black Italic';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bon Vivant Bold';
  src: url('../fonts/Nicky-Laatz---BonVivantSerifBold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}