:root {
  --dark-blue: #033042;
  --primária: #00415a;
  --dark: #4f5c6e;
  --white: white;
  --secundária: #c9ab72;
  --terciária: #ebe6d9;
  --terciária-2: #f7f4f0;
  --black: black;
}

.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;
  }
}

h1 {
  aspect-ratio: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.175em;
}

h2 {
  color: var(--dark-blue);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.175em;
}

h3 {
  color: var(--primária);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: var(--primária);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Reddit Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

p {
  color: var(--dark);
  margin-bottom: 10px;
  font-family: Reddit Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.section {
  background-color: #00183abf;
  height: auto;
  min-height: auto;
  padding-top: 82px;
  padding-bottom: 0;
}

.container_default {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.container_default.blog {
  padding-left: 230px;
  padding-right: 230px;
}

.container_default.topo {
  padding-right: 361px;
}

.inner_container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.background-video {
  height: 100%;
  padding-top: 125px;
  padding-bottom: 158px;
}

.button {
  background-color: #fff3;
  border: 1px #fff;
  border-radius: 0;
  margin-right: 18px;
  padding: 23px 32px;
  font-family: Reddit Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: all .2s;
}

.button:hover {
  background-color: #00122c;
  transform: translate(0, -7px);
  box-shadow: 0 16px 20px #02212e1c;
}

.button.white {
  border: 1px solid var(--dark);
  background-color: var(--white);
  color: var(--primária);
  font-size: 19px;
}

.button.white._2 {
  background-color: var(--primária);
  color: var(--white);
  border-style: none;
}

.button.white._2:hover {
  background-color: #115572;
}

.button-2 {
  background-color: var(--secundária);
}

.heading {
  font-family: Reddit Sans, sans-serif;
}

.heading-2 {
  margin-bottom: 34px;
}

.heading-3 {
  margin-bottom: 32px;
}

.heading-4 {
  color: var(--secundária);
  margin-bottom: 38px;
  padding-right: 128px;
  font-family: Reddit Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5em;
}

.section-2 {
  background-color: var(--terciária);
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 39px;
  padding-right: 39px;
  display: flex;
}

.section-3 {
  text-align: center;
  background-image: url('../images/Vector.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 113px;
  padding-bottom: 113px;
}

.line {
  background-color: var(--secundária);
  width: 70px;
  height: 3px;
}

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

.heading-5 {
  color: var(--primária);
  margin-top: 0;
  font-size: 56px;
}

.heading-5.white {
  color: var(--white);
}

.container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 8px;
  display: flex;
}

.navbar {
  color: var(--dark);
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Reddit Sans, sans-serif;
  font-size: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--dark);
  padding-bottom: 30px;
  font-size: 17px;
  transition: all .3s;
}

.nav-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--secundária);
  color: var(--secundária);
}

.nav-link.w--current {
  color: var(--primária);
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.ayv8rc88 {
  background-color: #deb25e;
  width: 46px;
  height: 2px;
  margin: 0 0 2px;
}

.vvxc7m0m {
  color: #001737;
  border-color: #001737;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  line-height: 76.02px;
}

.ybps1i1m {
  color: #001737;
  border-color: #001737;
  width: auto;
  margin: 0 0 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 76.02px;
}

.yelj37if {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.cc61jpg0 {
  color: #576375;
  width: auto;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 30.006px;
}

.p58dl8v8 {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.qhf3af3q {
  color: #576375;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 30.006px;
}

.f6sra2n1 {
  transform-style: preserve-3d;
  flex-direction: column;
  grid-area: span 2 / span 1 / span 2 / span 1;
  width: 531px;
  max-width: 559px;
  margin: 0;
  padding: 29% 28px 29% 0;
  display: block;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.lhynkh6z {
  color: #deb25e;
  text-align: center;
  border-color: #deb25e;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.rzfki803 {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.jhpcy0pf {
  color: #b8bec7;
  text-align: center;
  border-color: #b8bec7;
  width: auto;
  font-size: 18px;
  line-height: 19.998px;
}

.une6n7o1 {
  text-align: center;
  width: auto;
}

.ja6hh2to {
  color: #deb25e;
  text-align: center;
  border-color: #deb25e;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.bogrrdgt {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.nlce8bux {
  color: #b8bec7;
  text-align: center;
  border-color: #b8bec7;
  width: auto;
  font-size: 18px;
  line-height: 19.998px;
}

.p9vukc00 {
  text-align: center;
  width: auto;
}

.y0rhydst {
  color: #deb25e;
  text-align: center;
  border-color: #deb25e;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.iy4jwz44 {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.za5tqhwi {
  color: #b8bec7;
  text-align: center;
  border-color: #b8bec7;
  width: auto;
  font-size: 18px;
  line-height: 19.998px;
}

.rb3uxpe6 {
  text-align: center;
  width: auto;
}

.h4ulvffn {
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  max-width: 527px;
  display: grid;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.hk3c0x8l {
  z-index: 1;
  background-color: #00183a;
  flex-direction: row;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-content: flex-end;
  place-self: stretch stretch;
  align-items: center;
  width: auto;
  padding: 83px 0 91px 48px;
  display: flex;
  position: relative;
}

.jb5z6xou {
  z-index: -1;
  background-image: url('../images/');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  max-width: 1056px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.ldld9i22 {
  place-self: stretch start;
  width: auto;
  position: relative;
}

.t97c50nn {
  grid-template-rows: 254px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  gap: 0;
  width: auto;
  display: grid;
}

.wt1ytd02 {
  z-index: 1;
  background-image: url('../images/');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  max-width: 1056px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.gz4q9qup {
  place-self: stretch end;
  width: auto;
  position: relative;
}

.dl3xahp7 {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.pfgjsibp {
  color: #576375;
  width: auto;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 30.006px;
}

.yxekr1l9 {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.n3b56urq {
  color: #576375;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 30.006px;
}

.mxqb86p1 {
  transform-style: preserve-3d;
  flex-direction: column;
  place-self: stretch end;
  width: 520px;
  max-width: 548px;
  margin: 0;
  padding: 40% 0 40% 28px;
  display: block;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.ro4wgwco {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  gap: 0;
  width: auto;
  display: grid;
}

.kofz14f3 {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.uhodh0zi {
  color: #576375;
  border-color: #576375;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.006px;
  transition-property: none;
  overflow: hidden;
}

.ayv8rc88-2 {
  background-color: #deb25e;
  width: 46px;
  height: 2px;
  margin: 0 0 2px;
}

.vvxc7m0m-2 {
  color: #001737;
  border-color: #001737;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  line-height: 76.02px;
}

.ybps1i1m-2 {
  color: #001737;
  border-color: #001737;
  width: auto;
  margin: 0 0 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 76.02px;
}

.yelj37if-2 {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.cc61jpg0-2 {
  color: #576375;
  width: auto;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 30.006px;
}

.p58dl8v8-2 {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.qhf3af3q-2 {
  color: #576375;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 30.006px;
}

.f6sra2n1-2 {
  transform-style: preserve-3d;
  flex-direction: column;
  grid-area: span 2 / span 1 / span 2 / span 1;
  width: 531px;
  max-width: 559px;
  margin: 0;
  padding: 29% 28px 29% 0;
  display: block;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.lhynkh6z-2 {
  color: #deb25e;
  text-align: center;
  border-color: #deb25e;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.rzfki803-2 {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.jhpcy0pf-2 {
  color: #b8bec7;
  text-align: center;
  border-color: #b8bec7;
  width: auto;
  font-size: 18px;
  line-height: 19.998px;
}

.une6n7o1-2 {
  text-align: center;
  width: auto;
}

.ja6hh2to-2 {
  color: #deb25e;
  text-align: center;
  border-color: #deb25e;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.bogrrdgt-2 {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.nlce8bux-2 {
  color: #b8bec7;
  text-align: center;
  border-color: #b8bec7;
  width: auto;
  font-size: 18px;
  line-height: 19.998px;
}

.p9vukc00-2 {
  text-align: center;
  width: auto;
}

.y0rhydst-2 {
  color: #deb25e;
  text-align: center;
  border-color: #deb25e;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.iy4jwz44-2 {
  color: #fff;
  text-align: center;
  border-color: #fff;
  width: auto;
  margin: 0 0 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 52.008px;
}

.za5tqhwi-2 {
  color: #b8bec7;
  text-align: center;
  border-color: #b8bec7;
  width: auto;
  font-size: 18px;
  line-height: 19.998px;
}

.rb3uxpe6-2 {
  text-align: center;
  width: auto;
}

.h4ulvffn-2 {
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  max-width: 527px;
  display: grid;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.hk3c0x8l-2 {
  z-index: 1;
  background-color: #00183a;
  flex-direction: row;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-content: flex-end;
  place-self: stretch stretch;
  align-items: center;
  width: auto;
  padding: 83px 0 91px 48px;
  display: flex;
  position: relative;
}

.jb5z6xou-2 {
  z-index: -1;
  background-image: url('../images/');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  max-width: 1056px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.ldld9i22-2 {
  place-self: stretch start;
  width: auto;
  position: relative;
}

.t97c50nn-2 {
  grid-template-rows: 254px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  gap: 0;
  width: auto;
  display: grid;
}

.wt1ytd02-2 {
  z-index: 1;
  background-image: url('../images/');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  max-width: 1056px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.gz4q9qup-2 {
  place-self: stretch end;
  width: auto;
  position: relative;
}

.dl3xahp7-2 {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.pfgjsibp-2 {
  color: #576375;
  width: auto;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 30.006px;
}

.yxekr1l9-2 {
  color: #576375;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.n3b56urq-2 {
  color: #576375;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 30.006px;
}

.mxqb86p1-2 {
  transform-style: preserve-3d;
  flex-direction: column;
  place-self: stretch end;
  width: 520px;
  max-width: 548px;
  margin: 0;
  padding: 40% 0 40% 28px;
  display: block;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.ro4wgwco-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  gap: 0;
  width: auto;
  display: grid;
}

.kofz14f3-2 {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.uhodh0zi-2 {
  color: #576375;
  border-color: #576375;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.006px;
  transition-property: none;
  overflow: hidden;
}

.r588unoj {
  background-color: #deb25e;
  width: 46px;
  height: 2px;
  margin: 0 0 2px;
}

.fy33bulp {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  line-height: 76.02px;
}

.e7l6b5rm {
  color: #fff;
  border-color: #fff;
  width: auto;
  max-width: 400px;
  margin: 0 0 16px;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 76.02px;
  display: block;
}

.yawru8qz {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.z9rmnb38 {
  color: #fff;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 30.006px;
}

.orxlgstk {
  transform-style: preserve-3d;
  align-self: start;
  width: auto;
  max-width: 460px;
  margin: 16px 0 0;
  padding: 0;
  display: block;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.t98ur2qi {
  color: #657081;
  text-align: left;
  vertical-align: middle;
  border-color: #657081;
  width: auto;
  max-width: 100%;
  margin: 0 0 12px;
  display: block;
}

.romiaz42 {
  color: #001737;
  text-align: left;
  border-color: #001737;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 34.008px;
}

.svv0v7bk {
  color: #001737;
  text-align: left;
  border-color: #001737;
  width: auto;
  margin: 0 0 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.008px;
}

.j5qv0l5d {
  color: #576375;
  text-align: left;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.t56a4ag8 {
  color: #576375;
  text-align: left;
  width: auto;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 30.006px;
}

.q3bf9226 {
  color: #657081;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  border-color: #657081;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  display: inline-block;
  overflow: hidden;
}

.rmqrdf65 {
  color: #657081;
  text-align: left;
  border-color: #657081;
  border-radius: 50%;
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
  margin: 0 16px 0 0;
  overflow: hidden;
  transform: translate(0);
}

.st9096l4 {
  color: #001737;
  text-align: left;
  border-color: #001737;
  width: auto;
  margin: 0 0 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 23.994px;
}

.spqwyjy4 {
  color: #576375;
  text-align: left;
  width: auto;
  font-size: 16px;
  line-height: 18px;
}

.efppk1r6 {
  color: #657081;
  text-align: left;
  border-color: #657081;
  width: auto;
}

.vh2biwq5 {
  color: #657081;
  text-align: left;
  border-color: #657081;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.or8ek62t {
  color: #657081;
  text-align: left;
  border-color: #657081;
  width: auto;
}

.ze89tsc1 {
  color: #657081;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #657081;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 74px 50px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.ugqbgsox {
  z-index: 0;
  text-align: center;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.d8swbs0m {
  z-index: 1;
  text-align: center;
  width: auto;
  height: 100%;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.ji75mwcc {
  z-index: 3;
  transform-style: preserve-3d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin: auto;
  padding: 0;
  font-size: 26px;
  line-height: 30.006px;
  display: block;
  position: absolute;
  bottom: 23px;
  left: 0;
  overflow: hidden;
}

.tz99draj {
  z-index: 4;
  transform-style: preserve-3d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin: auto;
  padding: 0;
  font-size: 26px;
  line-height: 30.006px;
  display: block;
  position: absolute;
  bottom: 23px;
  left: 68px;
  overflow: hidden;
}

.yo9ngmx0 {
  clear: both;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  width: 652.953px;
  max-width: 53%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.m53wgwkx {
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  position: relative;
}

.w33w4r1i {
  color: #576375;
  background-color: #00183a;
  border-color: #576375;
  width: auto;
  padding: 200px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.006px;
  transition-property: none;
  overflow: hidden;
}

.yo9ngmx0-2 {
  clear: both;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  width: 652.953px;
  max-width: 53%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.q3bf9226-2 {
  color: #657081;
  text-align: left;
  vertical-align: middle;
  object-fit: cover;
  background-image: url('../images/geraldo.webp');
  background-position: 0 0;
  background-size: auto;
  border-color: #657081;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  display: inline-block;
  overflow: hidden;
}

.st9096l4-2 {
  color: #001737;
  text-align: left;
  border-color: #001737;
  width: auto;
  margin: 0 0 8px;
  font-family: Reddit Sans, sans-serif;
  font-size: 18px;
  line-height: 23.994px;
}

.spqwyjy4-2 {
  color: #576375;
  text-align: left;
  width: auto;
  font-family: Reddit Sans, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.svv0v7bk-2 {
  color: #001737;
  text-align: left;
  border-color: #001737;
  width: auto;
  margin: 0 0 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.008px;
}

.romiaz42-2 {
  color: #001737;
  text-align: left;
  border-color: #001737;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 34.008px;
}

.z9rmnb38-2 {
  color: #fff;
  border-color: #fff;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 30.006px;
}

.yawru8qz-2 {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.j5qv0l5d-2 {
  color: #576375;
  text-align: left;
  width: auto;
  font-size: 18px;
  line-height: 30.006px;
}

.m53wgwkx-2 {
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  position: relative;
}

.e7l6b5rm-2 {
  color: #fff;
  border-color: #fff;
  width: auto;
  max-width: 400px;
  margin: 0 0 16px;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 76.02px;
  display: block;
}

.imagem_depoimento {
  color: #657081;
  text-align: left;
  vertical-align: middle;
  border-color: #657081;
  width: auto;
  max-width: 100%;
  margin: 0 0 12px;
  display: block;
}

.rmqrdf65-2 {
  color: #657081;
  text-align: left;
  background-color: #e67070;
  border-color: #657081;
  border-radius: 50%;
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
  margin: 0 16px 0 0;
  overflow: hidden;
  transform: translate(0);
}

.r588unoj-2 {
  background-color: #deb25e;
  width: 46px;
  height: 2px;
  margin: 0 0 2px;
}

.orxlgstk-2 {
  transform-style: preserve-3d;
  align-self: start;
  width: auto;
  max-width: 460px;
  margin: 16px 0 0;
  padding: 0;
  display: block;
  transform: translate3d(0, 0%, 0)scale3d(1, 1, 1)rotate3d(1, 0, 0, 0)rotate3d(0, 1, 0, 0)rotate3d(0, 0, 1, 0)skew(0deg);
}

.efppk1r6-2 {
  color: #657081;
  text-align: left;
  border-color: #657081;
  width: auto;
}

.ji75mwcc-2 {
  z-index: 3;
  transform-style: preserve-3d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin: auto;
  padding: 0;
  font-size: 26px;
  line-height: 30.006px;
  display: block;
  position: absolute;
  bottom: 23px;
  left: 0;
  overflow: hidden;
}

.fy33bulp-2 {
  color: #fff;
  border-color: #fff;
  width: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  line-height: 76.02px;
}

.or8ek62t-2 {
  color: #657081;
  text-align: left;
  border-color: #657081;
  width: auto;
}

.vh2biwq5-2 {
  color: #657081;
  text-align: left;
  border-color: #657081;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.ze89tsc1-2 {
  color: #657081;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #657081;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 74px 50px;
  display: flex;
  position: relative;
  transform: translate(0);
}

.d8swbs0m-2 {
  z-index: 1;
  text-align: center;
  width: auto;
  height: 100%;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tz99draj-2 {
  z-index: 4;
  transform-style: preserve-3d;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin: auto;
  padding: 0;
  font-size: 26px;
  line-height: 30.006px;
  display: block;
  position: absolute;
  bottom: 23px;
  left: 68px;
  overflow: hidden;
}

.ugqbgsox-2 {
  z-index: 0;
  text-align: center;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.t56a4ag8-2 {
  color: #576375;
  text-align: left;
  width: auto;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 30.006px;
}

.section-4 {
  background-color: var(--secundária);
  background-image: linear-gradient(#c3b08bed, #c3b08bed), url('../images/peixe.svg');
  background-position: 0 0, 20% 500%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 700px;
  padding-top: 134px;
  padding-bottom: 149px;
  padding-right: 36px;
}

.column {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.slide {
  background-color: #fff;
  padding: 51px;
}

.slider {
  height: auto;
}

.div-block-2 {
  background-image: url('../images/geraldo.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.div-block-2._2 {
  background-image: url('../images/daniela.webp');
}

.div-block-2._3 {
  background-image: url('../images/michel.webp');
}

.left-arrow {
  opacity: .25;
  margin-left: -80px;
}

.right-arrow {
  opacity: .28;
  margin-right: -81px;
}

.section-5 {
  border: 1px solid var(--terciária);
  background-color: var(--terciária);
  padding-top: 55px;
  padding-bottom: 144px;
  overflow: hidden;
}

.section-6 {
  background-image: url('../images/exp.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 800px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.div-block-4 {
  padding: 106px;
}

.content-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 155px;
  padding-bottom: 155px;
  padding-right: 114px;
  display: flex;
}

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

.image-right {
  background-image: url('../images/gastronomia.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  max-width: 55vw;
  height: 100%;
  position: absolute;
}

.heading-6 {
  color: var(--primária);
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 69px;
  display: flex;
}

.link-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--white);
  cursor: pointer;
  background-color: #51ba6a;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 14px;
  margin-left: 15px;
  padding: 7px 17px 7px 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  transform: translate(0);
}

.link-block:hover {
  background-color: #88d19a;
  transform: translate(0, -2px);
}

.link-block.whats {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 22px 40px 22px 34px;
  font-family: Reddit Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.section-7 {
  background-color: #002c4bb5;
}

.background-video-2 {
  color: #fff;
  height: auto;
  padding-top: 116px;
  padding-bottom: 113px;
}

.paragraph {
  color: var(--white);
}

.text-block {
  font-family: Playfair Display, sans-serif;
  font-size: 21px;
}

.italic-text {
  color: var(--terciária);
  font-size: 26px;
}

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

.section-8 {
  background-color: var(--primária);
  padding-top: 96px;
  padding-bottom: 96px;
}

.paragraph-2 {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
}

.link {
  color: #fff6de;
  text-decoration: none;
}

.text-span {
  color: var(--white);
  font-size: 27px;
  text-decoration: none;
}

.headline-wrap-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 38px;
  display: flex;
}

.slider-navigation-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.slider-navigation {
  cursor: pointer;
  background-color: #e2e2e2;
  border-radius: 46px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 26px;
  font-size: 33px;
  transition: all .2s;
  display: flex;
}

.slider-navigation:hover {
  background-color: #e2ddcc;
}

.slider-navigation.next-slide {
  background-color: #fff;
}

.slider-navigation.next-slide:hover {
  background-color: #e0dbcc;
}

.slider-navigation.prev-slide {
  background-color: #fff;
}

.slider-navigation.prev-slide:hover {
  background-color: #e5e0d3;
}

.slider-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(#0000003b, #0000003b), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 400px;
  height: 600px;
  padding: 38px;
  text-decoration: none;
  display: flex;
}

.slider-item.praia-gunga {
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/praia_do_gunga.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item.lagoa_do_roteiro {
  background-image: linear-gradient(#0003, #0003), url('../images/lagoa_do_roteiro.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item.praia-conchas {
  background-image: linear-gradient(#00000024, #00000024), url('../images/praia_das_conchas.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slider-item.santuario {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/santuario-dos-manguezais.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item.corais {
  background-image: linear-gradient(#00000026, #00000026), url('../images/corais-alagoas.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item.ilha-dos-caet-s {
  background-image: linear-gradient(#00000038, #00000038), url('../images/ilha-dos-caetes.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item.praia-bonita {
  background-image: linear-gradient(#00000021, #00000021), url('../images/praia-bonita.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item.palat-ia {
  background-image: linear-gradient(#00000026, #00000026), url('../images/palateia.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item.ponte-do-roteiro {
  background-image: linear-gradient(#00000026, #00000026), url('../images/ponte-do-roteiro.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
  margin-top: 37px;
  padding: 20px 0;
  display: flex;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.image-84 {
  opacity: .45;
  width: 100%;
}

.size3-text-5 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text-5.size3-bottom-clear {
  margin-bottom: 0;
}

.headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.column-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.social {
  cursor: pointer;
  mix-blend-mode: overlay;
  transition: all .275s;
}

.social:hover {
  opacity: .28;
  mix-blend-mode: overlay;
}

.section-9 {
  background-color: #032938;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #ffffff85;
  text-align: center;
  font-family: Reddit Sans, sans-serif;
}

.imagem-lancha {
  background-color: #000;
  width: 50%;
  height: 100%;
}

.imagem-lancha.ecomariner {
  background-image: url('../images/Ecomariner-1.webp');
  background-position: 50%;
  background-size: cover;
}

.imagem-lancha.cigarette {
  background-image: url('../images/lancha-cigarette.webp');
  background-position: 50%;
  background-size: cover;
}

.imagem-lancha.phoenix {
  background-image: url('../images/lancha-phoenix.webp');
  background-position: 50%;
  background-size: cover;
}

.imagem-lancha.lanchahd {
  background-image: url('../images/lancha-hd.webp');
  background-position: 50%;
  background-size: cover;
}

.imagem-lancha.beneteau {
  background-image: url('../images/lancha-beneteau.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-8 {
  width: 50%;
  padding: 36px;
}

.heading-7 {
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 1.4em;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 26px;
}

.text-block-3 {
  color: var(--dark);
  margin-bottom: 23px;
  font-family: Playfair Display, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
}

.text-block-3.luxo {
  border-bottom: 1px solid var(--secundária);
  margin-bottom: 12px;
  padding-bottom: 16px;
  font-size: 18px;
  font-style: italic;
}

.section-10 {
  background-color: var(--terciária-2);
  padding-top: 109px;
  padding-bottom: 92px;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  width: 100%;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 70px;
}

.lightbox-link {
  flex-flow: row;
  display: flex;
}

.lancha {
  border: 1px solid var(--terciária-2);
  background-color: #fff;
  width: auto;
  height: auto;
  display: flex;
}

.image-85 {
  opacity: .45;
}

.div-block-9 {
  flex: 1;
  width: 400px;
  height: 100px;
  display: block;
}

.text-block-4 {
  font-family: Reddit Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.heading-8 {
  color: var(--white);
  line-height: 37px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 151px;
  padding-right: 151px;
  display: flex;
}

.section-11 {
  background-color: var(--terciária-2);
  padding-top: 96px;
  padding-bottom: 96px;
}

.item_blog {
  cursor: pointer;
  background-color: #ffffff78;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
}

.item_blog:hover {
  background-color: #fff;
  box-shadow: 0 20px 20px #0000000a;
}

.div-block-11 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 371px;
  padding: 30px;
  display: flex;
}

.div-block-12 {
  border: 1px none var(--primária);
  background-color: var(--terciária-2);
  color: var(--primária);
  border-radius: 1px;
  width: auto;
  padding: 14px 20px;
  font-family: Reddit Sans, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-13 {
  height: 214px;
}

.div-block-13.blog_1 {
  background-image: url('../images/20230312_163204-8.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-13.blog_2 {
  background-image: url('../images/20230312_163204-7.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-13.blog_3 {
  background-image: url('../images/blog_.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph-5, .paragraph-6 {
  font-size: 17px;
  line-height: 27px;
}

.section-12 {
  background-color: var(--primária);
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
}

.white {
  color: var(--white);
}

.paragraph-7 {
  color: var(--terciária);
  margin-bottom: 30px;
}

.column-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  padding-right: 34px;
  display: flex;
  position: sticky;
  top: 168px;
}

.column-4 {
  padding-left: 77px;
}

.experience_slot {
  background-color: var(--dark-blue);
  border: 1px solid #0b3a4e;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  margin-bottom: 34px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--secundária);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.image-86 {
  width: 70px;
}

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

.div-block-16.sunset {
  background-image: url('../images/sunset.webp');
  background-position: 0 0;
  background-size: auto;
}

.div-block-16.under_stars {
  background-image: url('../images/under.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-16.areias {
  background-image: url('../images/areias-da-barra.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-16.good_morning {
  background-image: url('../images/goog-morning.webp');
  background-position: 50%;
  background-size: cover;
}

.content_experience {
  color: var(--white);
  width: 50%;
  height: auto;
  padding: 54px;
}

.heading-9, .text-span-2 {
  color: var(--secundária);
}

.paragraph-8 {
  color: var(--terciária);
  font-weight: 300;
}

.section-13 {
  background-color: var(--primária);
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-14 {
  padding-top: 91px;
  padding-bottom: 99px;
}

.div-block-17 {
  background-image: url('../images/blog_.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
  margin-top: -608px;
  margin-bottom: 64px;
}

.div-block-17.blog_1 {
  background-image: url('../images/20230312_163204-8.png');
  border-radius: 6px;
}

.div-block-17.blog_2 {
  background-image: url('../images/20230312_163204-7.png');
}

.div-block-17.blog_3 {
  background-image: url('../images/blog_.png');
}

.heading-11 {
  color: var(--dark-blue);
  margin-top: 58px;
  margin-bottom: 71px;
}

.image-89 {
  width: 80px;
}

.text-block-5, .text-block-6 {
  color: var(--terciária);
}

.image-90 {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  position: absolute;
}

.lightbox-link-3 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #fff;
  background-color: #0a223ba1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.slide-nav {
  margin-bottom: -49px;
  display: block;
}

.link-2 {
  text-decoration: none;
}

.div-block-18 {
  z-index: 200;
  background-color: #56ba6c;
  border-radius: 300px;
  padding: 15px;
  position: fixed;
  inset: auto 20px 20px auto;
}

@media screen and (max-width: 991px) {
  h3 {
    line-height: 38px;
  }

  h4 {
    font-size: 20px;
  }

  .container_default, .container_default.blog {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container_default.topo {
    padding-right: 32px;
  }

  .inner_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video {
    padding-top: 164px;
    padding-bottom: 101px;
  }

  .heading-3 {
    font-size: 57px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block {
    padding: 6px 10px;
  }

  .section-3 {
    padding-top: 95px;
    padding-bottom: 63px;
  }

  .heading-5 {
    font-size: 41px;
  }

  .container {
    padding-right: 0;
  }

  .navbar {
    padding-top: 0;
  }

  .ayv8rc88 {
    margin: 0 0 2px;
  }

  .vvxc7m0m {
    font-size: 50px;
    line-height: 63.35px;
  }

  .ybps1i1m {
    margin: 0 0 12px;
    font-size: 50px;
    line-height: 63.35px;
  }

  .cc61jpg0 {
    margin: 0 0 24px;
  }

  .qhf3af3q {
    margin: 0;
  }

  .f6sra2n1 {
    width: 444px;
    margin: 0;
    padding: 29% 28px 29% 0;
  }

  .lhynkh6z {
    font-size: 34px;
    line-height: 40.188px;
  }

  .rzfki803 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 40.188px;
  }

  .ja6hh2to {
    font-size: 34px;
    line-height: 40.188px;
  }

  .bogrrdgt {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 40.188px;
  }

  .y0rhydst {
    font-size: 34px;
    line-height: 40.188px;
  }

  .iy4jwz44 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 40.188px;
  }

  .rb3uxpe6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .h4ulvffn {
    grid-template-columns: auto auto;
  }

  .hk3c0x8l {
    padding: 83px 0 91px 24px;
  }

  .jb5z6xou {
    width: 991px;
    max-width: 545.05px;
    position: static;
  }

  .t97c50nn {
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
  }

  .wt1ytd02 {
    width: 991px;
    max-width: 545.05px;
    height: auto;
  }

  .pfgjsibp {
    margin: 0 0 24px;
  }

  .n3b56urq {
    margin: 0;
  }

  .mxqb86p1 {
    width: 444px;
    margin: 0;
    padding: 32% 0 32% 28px;
  }

  .kofz14f3 {
    margin: 0 auto;
    padding: 0 24px;
  }

  .ayv8rc88-2 {
    margin: 0 0 2px;
  }

  .vvxc7m0m-2 {
    font-size: 50px;
    line-height: 63.35px;
  }

  .ybps1i1m-2 {
    margin: 0 0 12px;
    font-size: 50px;
    line-height: 63.35px;
  }

  .cc61jpg0-2 {
    margin: 0 0 24px;
  }

  .qhf3af3q-2 {
    margin: 0;
  }

  .f6sra2n1-2 {
    width: 444px;
    margin: 0;
    padding: 29% 28px 29% 0;
  }

  .lhynkh6z-2 {
    font-size: 34px;
    line-height: 40.188px;
  }

  .rzfki803-2 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 40.188px;
  }

  .ja6hh2to-2 {
    font-size: 34px;
    line-height: 40.188px;
  }

  .bogrrdgt-2 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 40.188px;
  }

  .y0rhydst-2 {
    font-size: 34px;
    line-height: 40.188px;
  }

  .iy4jwz44-2 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 40.188px;
  }

  .rb3uxpe6-2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  .h4ulvffn-2 {
    grid-template-columns: auto auto;
  }

  .hk3c0x8l-2 {
    padding: 83px 0 91px 24px;
  }

  .jb5z6xou-2 {
    width: 991px;
    max-width: 545.05px;
    position: static;
  }

  .t97c50nn-2 {
    grid-template-columns: minmax(50%, 1fr) minmax(50%, 1fr);
  }

  .wt1ytd02-2 {
    width: 991px;
    max-width: 545.05px;
    height: auto;
  }

  .pfgjsibp-2 {
    margin: 0 0 24px;
  }

  .n3b56urq-2 {
    margin: 0;
  }

  .mxqb86p1-2 {
    width: 444px;
    margin: 0;
    padding: 32% 0 32% 28px;
  }

  .kofz14f3-2 {
    margin: 0 auto;
    padding: 0 24px;
  }

  .r588unoj {
    margin: 0 0 2px;
  }

  .fy33bulp {
    font-size: 50px;
    line-height: 63.35px;
  }

  .e7l6b5rm {
    margin: 0 0 12px;
    padding: 0;
    font-size: 50px;
    line-height: 63.35px;
  }

  .z9rmnb38 {
    margin: 0;
  }

  .orxlgstk {
    margin: 16px 0 0;
    padding: 0;
  }

  .t98ur2qi {
    margin: 0 0 12px;
  }

  .svv0v7bk {
    margin: 0 0 16px;
  }

  .t56a4ag8 {
    margin: 0 0 32px;
  }

  .rmqrdf65 {
    border-radius: 50%;
    margin: 0 16px 0 0;
  }

  .st9096l4 {
    margin: 0 0 8px;
  }

  .ze89tsc1 {
    border-width: 1px;
    margin: 0;
    padding: 64px 42px;
  }

  .ugqbgsox {
    margin: -1px;
  }

  .d8swbs0m {
    position: static;
  }

  .ji75mwcc, .tz99draj {
    margin: auto;
    padding: 0;
  }

  .yo9ngmx0 {
    width: 556.359px;
    max-width: 59%;
    margin: 0;
    padding: 0;
  }

  .m53wgwkx {
    margin: 0 auto;
    padding: 0 24px;
  }

  .w33w4r1i {
    padding: 160px 0;
  }

  .yo9ngmx0-2 {
    width: 556.359px;
    max-width: 59%;
    margin: 0;
    padding: 0;
  }

  .st9096l4-2 {
    margin: 0 0 8px;
  }

  .svv0v7bk-2 {
    margin: 0 0 16px;
  }

  .z9rmnb38-2 {
    margin: 0;
  }

  .m53wgwkx-2 {
    margin: 0 auto;
    padding: 0 24px;
  }

  .e7l6b5rm-2 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 50px;
    line-height: 63.35px;
  }

  .imagem_depoimento {
    margin: 0 0 12px;
  }

  .rmqrdf65-2 {
    border-radius: 50%;
    margin: 0 16px 0 0;
  }

  .r588unoj-2 {
    margin: 0 0 2px;
  }

  .orxlgstk-2 {
    margin: 16px 0 0;
    padding: 0;
  }

  .ji75mwcc-2 {
    margin: auto;
    padding: 0;
  }

  .fy33bulp-2 {
    font-size: 50px;
    line-height: 63.35px;
  }

  .ze89tsc1-2 {
    border-width: 1px;
    margin: 0;
    padding: 64px 42px;
  }

  .d8swbs0m-2 {
    position: static;
  }

  .tz99draj-2 {
    margin: auto;
    padding: 0;
  }

  .ugqbgsox-2 {
    margin: -1px;
  }

  .t56a4ag8-2 {
    margin: 0 0 32px;
  }

  .section-4 {
    padding-top: 84px;
    padding-left: 29px;
    padding-right: 29px;
  }

  .column {
    padding-bottom: 30px;
    padding-left: 16px;
  }

  .slider {
    background-color: #fff;
    width: 100%;
  }

  .left-arrow {
    margin-left: -71px;
  }

  .right-arrow {
    margin-right: -65px;
  }

  .section-5 {
    padding-top: 22px;
    padding-bottom: 72px;
  }

  .content-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 100px 58px;
  }

  .image-right {
    max-width: 50vw;
  }

  .heading-6 {
    font-size: 39px;
  }

  .section-8 {
    padding-top: 61px;
    padding-bottom: 47px;
  }

  .headline-wrap-centered {
    margin-bottom: 16px;
  }

  .slider-list {
    margin-top: 11px;
  }

  .headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .section-10 {
    padding-top: 90px;
    padding-bottom: 55px;
  }

  .grid-2 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

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

  .div-block-11 {
    height: auto;
    padding: 26px;
  }

  .section-12 {
    padding-bottom: 29px;
  }

  .column-3 {
    margin-bottom: 47px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .column-4 {
    padding-left: 0;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    color: var(--primária);
    font-size: 40px;
  }

  .image-87 {
    padding-top: 10px;
  }

  .icone {
    width: 63px;
  }

  .mask {
    background-color: #fff;
    width: 80vw;
  }

  .heading-10 {
    font-size: 38px;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-11 {
    margin-bottom: 39px;
  }

  .heading-12 {
    font-size: 49px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    min-height: auto;
  }

  .inner_container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    height: auto;
    padding-top: 140px;
    padding-bottom: 106px;
  }

  .heading-3 {
    font-size: 49px;
  }

  .div-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding-bottom: 33px;
  }

  .ayv8rc88 {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .vvxc7m0m {
    font-size: 42px;
    line-height: 53.214px;
  }

  .ybps1i1m {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 53.214px;
  }

  .yelj37if {
    font-size: 16px;
    line-height: 26.672px;
  }

  .cc61jpg0 {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .p58dl8v8 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .qhf3af3q {
    margin: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .f6sra2n1 {
    width: auto;
    margin: 0;
    padding: 100px 0 60px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .lhynkh6z {
    font-size: 28px;
    line-height: 33.096px;
  }

  .rzfki803 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 33.096px;
  }

  .jhpcy0pf {
    font-size: 16px;
    line-height: 17.776px;
  }

  .une6n7o1 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .ja6hh2to {
    font-size: 28px;
    line-height: 33.096px;
  }

  .bogrrdgt {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 33.096px;
  }

  .nlce8bux {
    font-size: 16px;
    line-height: 17.776px;
  }

  .p9vukc00 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .y0rhydst {
    font-size: 28px;
    line-height: 33.096px;
  }

  .iy4jwz44 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 33.096px;
  }

  .za5tqhwi {
    font-size: 16px;
    line-height: 17.776px;
  }

  .rb3uxpe6 {
    grid-column: span 1 / span 1;
    font-size: 16px;
    line-height: 26.672px;
  }

  .h4ulvffn {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    font-size: 16px;
    line-height: 26.672px;
  }

  .hk3c0x8l {
    justify-content: flex-start;
    padding: 50px 0 55px 32px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .jb5z6xou {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    margin: 0 -24px 0 0;
    padding: 60% 0 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .ldld9i22 {
    justify-self: stretch;
    font-size: 16px;
    line-height: 26.672px;
  }

  .t97c50nn {
    grid-template-columns: 1fr;
    font-size: 16px;
    line-height: 26.672px;
  }

  .wt1ytd02 {
    width: auto;
    min-width: 100%;
    max-width: none;
    margin: 0 0 0 -24px;
    padding: 60% 0 0;
    font-size: 16px;
    line-height: 26.672px;
    position: static;
  }

  .gz4q9qup {
    justify-self: stretch;
    font-size: 16px;
    line-height: 26.672px;
  }

  .dl3xahp7 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .pfgjsibp {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .yxekr1l9 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .n3b56urq {
    margin: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .mxqb86p1 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
    align-items: flex-start;
    width: auto;
    margin: 0;
    padding: 60px 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .ro4wgwco {
    grid-template-columns: 1fr;
    font-size: 16px;
    line-height: 26.672px;
  }

  .kofz14f3 {
    margin: 0 auto;
    padding: 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .uhodh0zi {
    font-size: 16px;
    line-height: 26.672px;
  }

  .ayv8rc88-2 {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .vvxc7m0m-2 {
    font-size: 42px;
    line-height: 53.214px;
  }

  .ybps1i1m-2 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 53.214px;
  }

  .yelj37if-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .cc61jpg0-2 {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .p58dl8v8-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .qhf3af3q-2 {
    margin: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .f6sra2n1-2 {
    width: auto;
    margin: 0;
    padding: 100px 0 60px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .lhynkh6z-2 {
    font-size: 28px;
    line-height: 33.096px;
  }

  .rzfki803-2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 33.096px;
  }

  .jhpcy0pf-2 {
    font-size: 16px;
    line-height: 17.776px;
  }

  .une6n7o1-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .ja6hh2to-2 {
    font-size: 28px;
    line-height: 33.096px;
  }

  .bogrrdgt-2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 33.096px;
  }

  .nlce8bux-2 {
    font-size: 16px;
    line-height: 17.776px;
  }

  .p9vukc00-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .y0rhydst-2 {
    font-size: 28px;
    line-height: 33.096px;
  }

  .iy4jwz44-2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 33.096px;
  }

  .za5tqhwi-2 {
    font-size: 16px;
    line-height: 17.776px;
  }

  .rb3uxpe6-2 {
    grid-column: span 1 / span 1;
    font-size: 16px;
    line-height: 26.672px;
  }

  .h4ulvffn-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    font-size: 16px;
    line-height: 26.672px;
  }

  .hk3c0x8l-2 {
    justify-content: flex-start;
    padding: 50px 0 55px 32px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .jb5z6xou-2 {
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    margin: 0 -24px 0 0;
    padding: 60% 0 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .ldld9i22-2 {
    justify-self: stretch;
    font-size: 16px;
    line-height: 26.672px;
  }

  .t97c50nn-2 {
    grid-template-columns: 1fr;
    font-size: 16px;
    line-height: 26.672px;
  }

  .wt1ytd02-2 {
    width: auto;
    min-width: 100%;
    max-width: none;
    margin: 0 0 0 -24px;
    padding: 60% 0 0;
    font-size: 16px;
    line-height: 26.672px;
    position: static;
  }

  .gz4q9qup-2 {
    justify-self: stretch;
    font-size: 16px;
    line-height: 26.672px;
  }

  .dl3xahp7-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .pfgjsibp-2 {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .yxekr1l9-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .n3b56urq-2 {
    margin: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .mxqb86p1-2 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
    align-items: flex-start;
    width: auto;
    margin: 0;
    padding: 60px 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .ro4wgwco-2 {
    grid-template-columns: 1fr;
    font-size: 16px;
    line-height: 26.672px;
  }

  .kofz14f3-2 {
    margin: 0 auto;
    padding: 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .uhodh0zi-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .r588unoj {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .fy33bulp {
    font-size: 42px;
    line-height: 53.214px;
  }

  .e7l6b5rm {
    margin: 0 0 12px;
    padding: 0;
    font-size: 42px;
    line-height: 53.214px;
  }

  .yawru8qz {
    font-size: 16px;
    line-height: 26.672px;
  }

  .z9rmnb38 {
    margin: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .orxlgstk {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .t98ur2qi {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .romiaz42 {
    font-size: 22px;
    line-height: 31.174px;
  }

  .svv0v7bk {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 31.174px;
  }

  .j5qv0l5d {
    font-size: 16px;
    line-height: 26.672px;
  }

  .t56a4ag8 {
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .q3bf9226 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .rmqrdf65 {
    border-radius: 50%;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    margin: 0 16px 0 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .st9096l4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 21.328px;
  }

  .spqwyjy4 {
    font-size: 14px;
    line-height: 15.75px;
  }

  .efppk1r6, .vh2biwq5, .or8ek62t {
    font-size: 16px;
    line-height: 26.672px;
  }

  .ze89tsc1 {
    border-width: 1px;
    margin: 0;
    padding: 54px 32px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .ugqbgsox {
    margin: -1px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .d8swbs0m {
    font-size: 16px;
    line-height: 26.672px;
  }

  .ji75mwcc {
    margin: auto auto 0;
    padding: 0;
    line-height: 26.672px;
    bottom: 0;
    right: 50px;
  }

  .tz99draj {
    margin: auto auto 0;
    padding: 0;
    line-height: 26.672px;
    bottom: 0;
    left: 50px;
    right: 0;
  }

  .yo9ngmx0 {
    flex-direction: column;
    row-gap: 50px;
    width: 719px;
    max-width: 100%;
    margin: 0;
    padding: 0 0 60px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .m53wgwkx {
    flex-direction: column;
    row-gap: 50px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .w33w4r1i {
    padding: 140px 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .yo9ngmx0-2 {
    flex-direction: column;
    row-gap: 50px;
    width: 719px;
    max-width: 100%;
    margin: 0;
    padding: 0 0 60px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .q3bf9226-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .st9096l4-2 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 21.328px;
  }

  .spqwyjy4-2 {
    font-size: 14px;
    line-height: 15.75px;
  }

  .svv0v7bk-2 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 31.174px;
  }

  .romiaz42-2 {
    font-size: 22px;
    line-height: 31.174px;
  }

  .z9rmnb38-2 {
    margin: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .yawru8qz-2, .j5qv0l5d-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .m53wgwkx-2 {
    flex-direction: column;
    row-gap: 50px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .e7l6b5rm-2 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 42px;
    line-height: 53.214px;
  }

  .imagem_depoimento {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .rmqrdf65-2 {
    border-radius: 50%;
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    margin: 0 16px 0 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .r588unoj-2 {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .orxlgstk-2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 26.672px;
  }

  .efppk1r6-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .ji75mwcc-2 {
    margin: auto auto 0;
    padding: 0;
    line-height: 26.672px;
    bottom: 0;
    right: 50px;
  }

  .fy33bulp-2 {
    font-size: 42px;
    line-height: 53.214px;
  }

  .or8ek62t-2, .vh2biwq5-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .ze89tsc1-2 {
    border-width: 1px;
    margin: 0;
    padding: 54px 32px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .d8swbs0m-2 {
    font-size: 16px;
    line-height: 26.672px;
  }

  .tz99draj-2 {
    margin: auto auto 0;
    padding: 0;
    line-height: 26.672px;
    bottom: 0;
    left: 50px;
    right: 0;
  }

  .ugqbgsox-2 {
    margin: -1px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .t56a4ag8-2 {
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 26.672px;
  }

  .column {
    padding-left: 0;
  }

  .content-left {
    padding-left: 26px;
    padding-right: 26px;
  }

  .paragraph-2 {
    margin-bottom: 38px;
  }

  .slider-navigation-wrapper {
    justify-content: flex-end;
  }

  .headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .imagem-lancha {
    width: 100%;
    height: 300px;
  }

  .div-block-8 {
    width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lancha {
    flex-flow: column;
  }

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

  .section-11 {
    padding-top: 75px;
    padding-bottom: 41px;
  }

  .item_blog {
    margin-bottom: 29px;
  }

  .column-4 {
    padding-right: 0;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .experience_slot {
    height: 404px;
  }

  .content_experience {
    width: 60%;
    padding: 29px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .image-88 {
    margin-bottom: 48px;
  }

  .column-6, .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 0;
  }

  .container_default {
    overflow: visible;
  }

  .container_default.blog {
    padding-left: 24px;
    padding-right: 24px;
  }

  .background-video {
    padding-top: 121px;
  }

  .button.white {
    margin-bottom: 17px;
  }

  .button.white._2 {
    margin-right: 0;
  }

  .heading-3 {
    font-size: 43px;
  }

  .heading-4 {
    letter-spacing: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.4em;
  }

  .section-2 {
    padding-top: 73px;
  }

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

  .section-3 {
    padding-top: 81px;
  }

  .heading-5 {
    font-size: 37px;
  }

  .container {
    padding-left: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 0;
  }

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

  .ayv8rc88 {
    margin: 0 0 2px;
  }

  .vvxc7m0m {
    font-size: 34px;
    line-height: 43.078px;
  }

  .ybps1i1m {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 43.078px;
  }

  .cc61jpg0 {
    margin: 0 0 16px;
  }

  .qhf3af3q {
    margin: 0;
  }

  .f6sra2n1 {
    margin: 0;
    padding: 80px 0 50px;
  }

  .lhynkh6z {
    font-size: 24px;
    line-height: 28.368px;
  }

  .rzfki803 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28.368px;
  }

  .une6n7o1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .ja6hh2to {
    font-size: 24px;
    line-height: 28.368px;
  }

  .bogrrdgt {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28.368px;
  }

  .p9vukc00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .y0rhydst {
    font-size: 24px;
    line-height: 28.368px;
  }

  .iy4jwz44 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28.368px;
  }

  .rb3uxpe6 {
    grid-column: span 2 / span 2;
  }

  .h4ulvffn {
    grid-template-columns: 1fr 1fr;
  }

  .hk3c0x8l {
    padding: 43px 24px 48px;
  }

  .jb5z6xou {
    margin: 0 -20px 0 0;
    padding: 60% 0 0;
  }

  .wt1ytd02 {
    margin: 0 0 0 -20px;
    padding: 60% 0 0;
  }

  .pfgjsibp {
    margin: 0 0 16px;
  }

  .n3b56urq {
    margin: 0;
  }

  .mxqb86p1 {
    margin: 0;
    padding: 50px 0;
  }

  .kofz14f3 {
    margin: 0 auto;
    padding: 0 20px;
  }

  .ayv8rc88-2 {
    margin: 0 0 2px;
  }

  .vvxc7m0m-2 {
    font-size: 34px;
    line-height: 43.078px;
  }

  .ybps1i1m-2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 43.078px;
  }

  .cc61jpg0-2 {
    margin: 0 0 16px;
  }

  .qhf3af3q-2 {
    margin: 0;
  }

  .f6sra2n1-2 {
    margin: 0;
    padding: 80px 0 50px;
  }

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

  .rzfki803-2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28.368px;
  }

  .une6n7o1-2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

  .bogrrdgt-2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28.368px;
  }

  .p9vukc00-2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

  .iy4jwz44-2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28.368px;
  }

  .rb3uxpe6-2 {
    grid-column: span 2 / span 2;
  }

  .h4ulvffn-2 {
    grid-template-columns: 1fr 1fr;
  }

  .hk3c0x8l-2 {
    padding: 43px 24px 48px;
  }

  .jb5z6xou-2 {
    margin: 0 -20px 0 0;
    padding: 60% 0 0;
  }

  .wt1ytd02-2 {
    margin: 0 0 0 -20px;
    padding: 60% 0 0;
  }

  .pfgjsibp-2 {
    margin: 0 0 16px;
  }

  .n3b56urq-2 {
    margin: 0;
  }

  .mxqb86p1-2 {
    margin: 0;
    padding: 50px 0;
  }

  .kofz14f3-2 {
    margin: 0 auto;
    padding: 0 20px;
  }

  .r588unoj {
    margin: 0 0 2px;
  }

  .fy33bulp {
    font-size: 34px;
    line-height: 43.078px;
  }

  .e7l6b5rm {
    margin: 0 0 12px;
    padding: 0;
    font-size: 34px;
    line-height: 43.078px;
  }

  .z9rmnb38 {
    margin: 0;
  }

  .orxlgstk {
    margin: 0;
    padding: 0;
  }

  .t98ur2qi {
    margin: 0 0 12px;
  }

  .svv0v7bk {
    margin: 0 0 8px;
  }

  .t56a4ag8 {
    margin: 0 0 26px;
  }

  .rmqrdf65 {
    border-radius: 50%;
    margin: 0 16px 0 0;
  }

  .st9096l4 {
    margin: 0 0 8px;
  }

  .ze89tsc1 {
    border-width: 1px;
    margin: 0;
    padding: 45px 24px;
  }

  .ugqbgsox {
    margin: -1px;
  }

  .ji75mwcc, .tz99draj {
    margin: auto auto 0;
    padding: 0;
  }

  .yo9ngmx0 {
    row-gap: 40px;
    width: 438px;
    margin: 0;
    padding: 0 0 60px;
  }

  .m53wgwkx {
    row-gap: 40px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .w33w4r1i {
    padding: 120px 0;
  }

  .yo9ngmx0-2 {
    row-gap: 40px;
    width: 438px;
    margin: 0;
    padding: 0 0 60px;
  }

  .st9096l4-2, .svv0v7bk-2 {
    margin: 0 0 8px;
  }

  .z9rmnb38-2 {
    margin: 0;
  }

  .m53wgwkx-2 {
    row-gap: 40px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .e7l6b5rm-2 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 34px;
    line-height: 43.078px;
  }

  .imagem_depoimento {
    margin: 0 0 12px;
  }

  .rmqrdf65-2 {
    border-radius: 50%;
    margin: 0 16px 0 0;
  }

  .r588unoj-2 {
    margin: 0 0 2px;
  }

  .orxlgstk-2 {
    margin: 0;
    padding: 0;
  }

  .ji75mwcc-2 {
    margin: auto auto 0;
    padding: 0;
  }

  .fy33bulp-2 {
    font-size: 34px;
    line-height: 43.078px;
  }

  .ze89tsc1-2 {
    border-width: 1px;
    margin: 0;
    padding: 45px 24px;
  }

  .tz99draj-2 {
    margin: auto auto 0;
    padding: 0;
  }

  .ugqbgsox-2 {
    margin: -1px;
  }

  .t56a4ag8-2 {
    margin: 0 0 26px;
  }

  .section-4 {
    padding-bottom: 78px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .slide {
    padding: 29px;
  }

  .left-arrow {
    margin-left: -59px;
  }

  .right-arrow {
    margin-right: -60px;
  }

  .content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    border-radius: 16px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
  }

  .text-span {
    font-weight: 400;
    text-decoration: none;
  }

  .slider-item {
    width: 324px;
    height: 479px;
  }

  .headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .column-2 {
    padding-left: 0;
  }

  .div-block-8 {
    padding-left: 31px;
    padding-right: 31px;
  }

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

  .section-11 {
    overflow: hidden;
  }

  .section-12 {
    padding-top: 97px;
  }

  .column-3 {
    margin-bottom: 50px;
  }

  .experience_slot {
    flex-flow: wrap-reverse;
    height: auto;
  }

  .div-block-16, .div-block-16.sunset {
    width: 100%;
    height: 300px;
  }

  .content_experience {
    width: 100%;
  }

  .menu-button {
    padding: 17px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: var(--primária);
  }

  .image-87 {
    max-width: 100%;
    padding-top: 2px;
  }

  .column-9, .column-10 {
    padding-left: 0;
  }

  .section-13 {
    height: 0;
    display: none;
    overflow: hidden;
  }

  .section-14 {
    padding-top: 59px;
    overflow: hidden;
  }

  .div-block-17.blog_1 {
    border-radius: 0;
    height: 242px;
    margin: 3px -31px 33px;
  }

  .heading-11 {
    margin-top: 39px;
    font-size: 33px;
  }

  .heading-12 {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .link-2 {
    color: var(--white);
    text-decoration: none;
  }

  .div-block-18 {
    z-index: 8;
  }
}

#w-node-a9425db4-f961-6f0e-e2c9-89e227d9224e-7b9dd6e4 {
  grid-area: span 2 / span 12 / span 2 / span 12;
}

#w-node-a9425db4-f961-6f0e-e2c9-89e227d922cf-7b9dd6e4 {
  grid-area: 3 / 1 / 4 / 13;
  justify-self: end;
}

#w-node-a9425db4-f961-6f0e-e2c9-89e227d922d1-7b9dd6e4, #w-node-a0f62784-ea61-48db-1984-37ef149f03a6-7b9dd6e4, #w-node-_5e3b8fa2-e637-dab2-e72e-6282b3210c9e-7b9dd6e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8f92033-cbbc-4029-78ba-e8e689d68f9d-7b9dd6e4 {
  place-self: stretch start;
}

@media screen and (max-width: 991px) {
  #w-node-_8a147a8b-9a9f-2b50-ead0-2dbac7f12b8f-7b9dd6e4, #w-node-b2712b1c-a01b-377d-820b-a6d5c9e6640a-7b9dd6e4, #w-node-a0f62784-ea61-48db-1984-37ef149f03a6-7b9dd6e4, #w-node-f642e628-edeb-e2a0-74bc-f1c95c3c6eda-7b9dd6e4, #w-node-_8f407a16-54f9-4736-17ac-853f9f688d25-7b9dd6e4, #w-node-_5e3b8fa2-e637-dab2-e72e-6282b3210c9e-7b9dd6e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8f92033-cbbc-4029-78ba-e8e689d68f9d-7b9dd6e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9425db4-f961-6f0e-e2c9-89e227d922cf-7b9dd6e4 {
    grid-area: 3 / 1 / 4 / 13;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e3b8fa2-e637-dab2-e72e-6282b3210c9e-7b9dd6e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}