:root {
  --cornflower-blue: #000;
}

.w-layout-blockcontainer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
}

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

body {
  color: #5c5c5c;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  overflow-x: hidden;
}

h1 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #4d8cf5;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
}

.page {
  background-color: #000;
}

.section {
  background-color: #f5f7fa;
  margin-top: 0;
  margin-bottom: 3rem
}

.section.testimonials {
  text-transform: uppercase;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/testimonial-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 450px;
  margin-top: 0;
}

.section.video {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/video.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 470px;
}

.section.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Perspectiva_Complexo_Lazer_Residencial_Amry_HD.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 700px;
}

.section.footer {
  background-color: #222;
}

.wrapper {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.grid {
  flex-wrap: wrap;
  margin-top: 50px;
  display: flex;
}

.width-1-1 {
  flex-basis: 100%;
  max-width: 100%;
}

.width-1-2 {
  flex-basis: 50%;
  max-width: 50%;
}

.width-1-3 {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.width-1-4 {
  flex-basis: 25%;
  max-width: 25%;
}

.width-1-5 {
  flex-basis: 20%;
  max-width: 20%;
}

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

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.v-align {
  align-self: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block {
  padding: 15px;
}

.block-lg {
  padding: 25px;
}

.block-xlg {
  padding: 35px;
}

.contrast {
  color: #fff;
  text-shadow: 0 1px #000;
}

.text-large {
  font-size: 18px;
  line-height: 28px;
}

.text-xlarge {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 34px;
}

.text-italic {
  font-style: italic;
}

.overlay {
  max-width: 100%;
  display: inline-block;
  position: relative;
}

.overlay-background {
  background-color: #4586f1cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/hero-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.logo {
  padding: 30px 15px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link:hover {
  color: #4d8cf5;
}

.navbar {
  background-color: #0000;
}

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

.hero-scroll {
  color: #fff;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.hero-scroll:hover {
  color: #4d8cf5;
}

.hero-container {
  flex-direction: column;
  height: 770px;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 13px;
  margin: 10px;
  padding: 10px 30px;
}

.button:hover {
  color: #0f3;
  background-color: #222;
}

.button.outlined {
  color: #333;
  background-color: #fff;
  border: 1px solid #4d8cf5;
}

.button.outlined:hover {
  color: #fff;
  background-color: #4d8cf5;
}

.button.outlined.alt {
  color: #fff;
  background-color: #0000;
  border-color: #000;
}

.button.outlined.alt:hover {
  color: #0f3;
  background-color: #000;
}

.section-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-title {
  letter-spacing: 2px;
  font-size: 32px;
}

.line-border {
  background-color: #000;
  width: 70px;
  height: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.line-border.contrast {
  background-color: #fff;
}

.slider {
  text-align: center;
  background-color: #0000;
  height: 200px;
}

.slider-mask {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-text {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
}

.testimonial-name {
  color: #4d8cf5;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}

.slide {
  text-align: center;
}

.icon {
  font-family: Fontawesome webfont, sans-serif;
  line-height: 1;
}

.icon.service-icon {
  color: #4d8cf5;
  font-size: 36px;
  line-height: 1;
}

.icon-large {
  font-size: 32px;
  line-height: 1;
}

.team-icon {
  color: #fff;
  text-align: center;
  background-color: #222;
  width: 32px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Fontawesome webfont, sans-serif;
  line-height: 32px;
  display: inline-block;
}

.team-icon:hover {
  color: #4d8cf5;
  background-color: #fff;
}

.video-icon {
  margin-top: 25px;
  margin-bottom: 25px;
}

.news-meta {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.readmore-text {
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.readmore {
  display: flex;
}

.form-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-input {
  border-radius: 13px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-textarea {
  border-radius: 13px;
  min-height: 200px;
}

.footer {
  text-align: center;
  background-color: #222;
  padding-top: 22px;
  padding-bottom: 22px;
}


.politicaprivacidade{
  margin-top: 4rem;
}

.politica{
  background-color: #e0dede;
  padding: 7rem 12rem;
}

.conteudos{
  background-color: #fff;
  padding: 4rem;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}

.footer-link:hover {
  color: #4d8cf5;
}

.copyright-text {
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.fixed-navbar {
  z-index: 9999;
  background-color: #222222e6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-icon {
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 32px;
}

.container {
  padding-top: 107px;
}

.heading {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 42px;
  line-height: 70px;
}

.text-block {
  line-height: 25px;
}

.text-block-2 {
  text-align: justify;
  line-height: 25px;
}

.image {
  width: 450px;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -50px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 42px;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 116px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 25px;
}

.button-forms{
  display: flex;
  justify-content: center;
}

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

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

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

.shadow-two {
  border-radius: 13px;
  width: 500px;
  margin-top: -51px;
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 36px;
}

.paragraph {
  margin-top: 43px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  font-size: 25px;
  line-height: 35px;
}

.bold-text-2 {
  font-size: 42px;
}

.button-2 {
  text-align: center;
  background-color: #000;
}

.button-2:hover {
  color: #fff;
}

.container-3 {
  text-align: center;
  margin-top: 32px;
}

.paragraph-3 {
  text-transform: none;
  margin-top: 25px;
}

.italic-text {
  color: #fff;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-size: 42px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 28px;
}

.image-2 {
  position: relative;
  top: 135px;
}

.image-3 {
  position: relative;
  top: 56px;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  width: 300px;
}

.button-3 {
  text-align: center;
}

.team-slider {
  background-color: #5c5c5c;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -52px;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: line-through;
  display: flex;
}

.button-5 {
  text-align: center;
}

.container-4 {
  text-align: center;
  margin-top: 50px;
}

.button-6 {
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 15px;
}

.italic-text-2 {
  color: #fff;
  font-size: 16px;
}

.container-5 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-5.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-5.container-center.container-full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.night-sky {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/planta-2.png'), linear-gradient(#fff, #fff);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  min-height: 500px;
  margin-top: -176px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 50px #273a711a;
}

.content-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-color: #ffffffc2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 600px;
  display: flex;
}

.title {
  color: #000;
  text-align: center;
  width: 500px;
  height: 100px;
  margin-top: 0;
  padding: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.contato {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container-6 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-6.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-6.container-center.container-full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-7 {
  color: #000;
  height: 50px;
  margin-top: -29px;
  font-size: 16px;
  line-height: 26px;
}

.bold-text-6 {
  width: 500px;
  font-size: 32px;
}

.button-7 {
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  background-color: #000;
  position: relative;
  top: -28px;
}

.bold-text-7 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.bold-text-8 {
  color: #fff;
}

.hero-heading-left {
  background-color: #5c5c5c;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

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

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.slider-2 {
  width: 400px;
}

.nav-1 {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 5%;
  display: flex;
  box-shadow: 0 1px 20px #0000001a;
}

.nav-1-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.logo-2 {
  width: 300px;
}

.button-8 {
  color: #fff;
  background-color: #7300de;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
  position: relative;
}

.button-8:hover {
  opacity: 1;
  color: #fff;
  background-color: #07f;
}

.button-8.nav {
  background-color: #000;
  border-radius: 0;
  padding: 9px 25px;
  font-size: 16px;
}

.button-8.nav:hover {
  background-color: #07f;
}

.div-block-3 {
  background-image: url('../images/panfletos-png.png');
  background-position: 50% 45%;
  background-repeat: repeat;
  background-size: cover;
  width: 1000px;
  height: 400px;
  margin-top: 25px;
}

.slide-3 {
  background-image: url('../images/321_1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/BANDEIRA.png');
  background-position: 100% 100%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/PANFLETOS.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/PALIO.png');
  background-position: 100% 100%;
  background-size: cover;
}

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

.bold-text-9 {
  color: #fff;
}

.slide-10 {
  background-image: url('../images/PANFLETOS.png');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/12.png');
  background-position: 100%;
  background-size: cover;
}

.slide-12 {
  pointer-events: none;
}

.slide-13 {
  background-image: url('../images/321_1.png');
  background-position: 50% 100%;
  background-size: cover;
}

.h3 {
  color: #fff;
  text-align: center;
  width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 800;
  margin-left: 5rem;
}

.faq-answer-inner {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 13px;
  padding: 0 20px 20px;
  overflow: visible;
}

.purple-span {
  color: #fff;
}

.main-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.main-container.centre {
  align-items: center;
  width: 1050px;
}

.main-section {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding: 75px 5%;
  display: flex;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.paragraph-9 {
  color: #000;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  top: 7px;
  width: 500px;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: auto;
  display: grid;
  max-width: inherit;
}

.p-m-wrap {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.spacer-50px {
  width: 50px;
  height: 50px;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-item {
  background-color: #0000;
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px #0000000d;
}

.header-wrap-centre {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.text-span {
  color: #fff;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 940px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  background-color: #fff;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  margin-left: 17px;
  margin-right: 33px;
}

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

.button-primary-2:hover {
  color: #0f3;
  background-color: #32343a;
}

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

.shadow-two-3 {
  border-radius: 13px;
  width: 510px;
  max-width: 510px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center-2 {
  background-color: #c9c9c9;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -4px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.accordion-toggle-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-header {
  letter-spacing: -.2vw;
  font-size: 6vw;
  font-weight: 400;
  line-height: 110%;
}

.black-text {
  color: #000;
  font-weight: 800;
}

.break-normal {
  white-space: normal;
  line-height: 140%;
}

.accordion-icon {
  border: 1px solid #d3d4d4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  padding: 1vw;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.icon-line-static {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.image-cavalo{
  width: 500px;
}

.icon-line {
  background-color: #000;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.brand-logo {
  z-index: 1;
  object-fit: contain;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  position: absolute;
  transform: translate(0, 5%);
}

.accordion-content-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 2.5vw;
  display: grid;
  position: relative;
  overflow: visible;
}

.link {
  color: #d3d4d4;
  flex: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition-duration: .5s;
}

.link:hover {
  color: #8f00ff;
}

.link.w--current {
  color: #000;
}

.link.black-color {
  color: #000;
  cursor: pointer;
  transition-property: color;
}

.link.black-color:hover {
  color: #8f00ff;
}

.nav {
  z-index: 100;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 150px;
  right: 0;
}

.blur-tm {
  z-index: 200;
  opacity: .7;
  filter: blur(30px);
  width: 8vw;
  position: fixed;
  inset: 0% auto auto 55%;
}

.button-9 {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.accordion-content {
  z-index: 1;
  background-color: #0000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 90vh;
  transition: height .75s;
  display: block;
  position: relative;
  overflow: visible;
}

.accordion-content.w--open {
  background-color: #0000;
  height: auto;
  min-height: 30vh;
}

.accordion-title-container {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 0;
  transition: all .75s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: grid;
}

.accordion-content-wrap {
  width: 100%;
  height: auto;
  position: relative;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-item {
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item:hover {
  color: #8f00ff;
}

.nav-item.w--current {
  color: #000;
}

.accordion-vertical-label {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: absolute;
  right: -25px;
  transform: rotate(180deg);
}

.accordion-vertical-label.secondary {
  color: #d3d4d4;
  margin-bottom: 0;
  transition: all .5s;
  position: relative;
  right: 0;
}

.accordion-vertical-label.secondary:hover {
  color: #8f00ff;
}

.hero-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.blur-tr-container {
  z-index: 200;
  opacity: .7;
  filter: blur(45px);
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  height: 80vh;
  display: flex;
  position: fixed;
  inset: 10vh 0% auto auto;
  overflow: hidden;
}

.content-subnav-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 35vh;
}

.blur-bl {
  z-index: 200;
  opacity: .75;
  filter: blur(50px);
  width: 17.5vw;
  transition: all 1s;
  position: fixed;
  inset: auto auto 10% 3%;
}

.sidebar {
  z-index: 100;
  background-color: #fff;
  border-right: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  padding: 2.5vw;
  display: flex;
  position: relative;
}

.accordion-content-jump {
  width: 100%;
  height: 30px;
  position: absolute;
  inset: -30vh 0% auto;
}

.accordion-toggle {
  z-index: 10;
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  max-height: 30vh;
  padding: 0;
  transition: all .5s;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accordion-toggle.w--open {
  flex: none;
  height: 30vh;
}

.accordion {
  z-index: 1;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-right {
  justify-content: flex-end;
}

.content-subnav {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.nav-menu-list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.accordion-container {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  max-height: 100vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.brand {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  transition-property: none;
  display: flex;
  position: absolute;
  bottom: 2.5vw;
  transform: rotate(0);
}

.brand-logo-background {
  z-index: 0;
  background-color: #000;
  border-radius: 20vw;
  flex: none;
  width: 5vw;
  height: 5vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.blur-tr {
  z-index: 200;
  object-fit: cover;
  object-position: 0% 50%;
  flex: none;
  width: 20vw;
  height: 80vh;
  position: relative;
}

.button-10 {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-left: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.hero-3 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.container-9 {
  width: 1000px;
  max-width: 1000px;
  height: 50px;
}

.card-info {
  color: #282e48;
  width: 212px;
  font-size: 16px;
}

.bold-text-10 {
  font-size: 16px;
}

.paragraph-10 {
  width: 210px;
  font-size: 14px;
}

.arrow-hide {
  display: none;
}

.card-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.div-block-2 {
  background-image: url('../images/REVISTAS.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
}

.bold-text-11 {
  width: 200px;
  font-size: 18px;
}

.bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: 16px;
}

.card-slider-mask {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.bold-text-15 {
  font-size: 16px;
}

.bold-text-16 {
  width: 210px;
  font-size: 18px;
}

.div-block-6 {
  background-image: url('../images/CELULAR.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
}

.card-slide {
  width: 25%;
  height: 100%;
  margin-bottom: 2%;
  padding-bottom: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.div-block {
  background-image: url('../images/321.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
}

.card {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 224.5px;
  padding: 16px 16px 24px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 6px 28px #89a3ff26;
}

.card:hover {
  transform: translate(0, -10px);
}

.slide-nav-phone {
  display: none;
}

.bold-text-17 {
  font-size: 16px;
}

.div-block-4 {
  background-image: url('../images/maozinha.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 15px;
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
}

.container-10 {
  max-width: 1100px;
}

.heading-5 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.container-11 {
  margin-bottom: 50px;
}

.button-11 {
  text-align: center;
}

.button-12 {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 13px;
}

.button-12:hover {
  color: #0f3;
}

.container-12 {
  text-align: center;
  margin-top: 15px;
}

.hero-without-image {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  text-align: center;
}

.hero-without-image-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  z-index: 10;
  color: #333;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-block {
  background-color: #fff;
  border-radius: 5px;
  width: 75%;
  max-width: 800px;
  height: 350px;
  transition: all .7s;
  position: relative;
  overflow: hidden;
}

.cta-block:hover {
  transform: translate(0, -5px);
  box-shadow: 0 16px 15px #0003;
}

.arrow {
  height: 50px;
  margin-right: 15px;
}

.circle {
  background-color: #000;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: -123% -46% auto auto;
}

.bold-text-18 {
  color: #000;
  font-size: 40px;
}

.bold-text-19 {
  font-size: 20px;
}

.underlay {
  background-color: #94949426;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: -123% -46% auto auto;
}

.underlay._2 {
  background-color: #94949470;
}

.content-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.section-2 {
  background-color: #fff;
  height: 300px;
}

.hero-subscribe-right {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-radius: 13px;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-left: 14px;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

.heading-9 {
  margin-left: 12px;
  margin-right: 35px;
}

.button-13 {
  background-color: var(--cornflower-blue);
  -webkit-text-stroke-color: #000;
  border-radius: 13px;
  font-family: Lato, sans-serif;
}

.button-13:hover {
  color: #0f3;
}

.bold-text-20 {
  font-family: Lato, sans-serif;
}

.paragraph-11 {
  text-align: center;
}

.bold-text-21 {
  font-family: Lato, sans-serif;
}

.bold-text-21:hover {
  color: #0f3;
}

.bold-text-22 {
  font-family: Lato, sans-serif;
}

.heading-10 {
  font-family: Lato, sans-serif;
  font-size: 36px;
}

.team-circles {
  background-color: #e9e9e9;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -3px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 42px;
  position: static;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.team-grid {
  grid-column-gap: 5px;
  grid-row-gap: 90px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 1850px;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 915px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 13px;
  flex: 0 auto;
  width: 350px;
  height: 150px;
  max-height: 300px;
  margin-bottom: 24px;
  position: static;
}

.team-member-name {
  margin-top: -12px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  text-align: left;
  width: 250px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.button-14 {
  text-align: center;
}

.container-15 {
  text-align: center;
  margin-top: 159px;
}

.button-15 {
  text-align: center;
  background-color: #000;
  border-radius: 13px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-15:hover {
  color: #0f3;
}

.button-15:active {
  color: #fff;
}

.paragraph-12 {
  text-align: left;
  width: 250px;
  margin-top: 35px;
}

.paragraph-13 {
  text-align: left;
  width: 250px;
  margin-top: 39px;
  margin-bottom: 0;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -49px;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

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

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

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

.container-17 {
  background-image: url('../images/22-cavalos-22-anos.png');
  background-position: 0 0;
  background-size: cover;
  height: 250px;
}

.image-4 {
  text-align: center;
}

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

.image-5 {
  text-align: center;
}

.hero-without-image-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

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

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

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

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.heading-11 {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
}

.image-6 {
  max-width: 100%;
}

.slider-3 {
  background-color: #0000;
  height: 400px;
}

.slider-wrapper {
  height: 178.781px;
  display: flex;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 178.781px;
  margin-top: 0;
  margin-right: 27px;
  padding-left: 20px;
  padding-right: 37px;
  display: flex;
}

.logo-section {
  width: 1000px;
  height: 300px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.image-7 {
  max-width: 70%;
}

.slide-14 {
  padding-left: 85px;
  padding-right: 85px;
}

.icon-2 {
  color: #000;
}

.slide-nav {
  top: 213px;
}

.image-8 {
  max-width: 110%;
}

.image-12 {
  max-width: 80%;
}

.slider-wrapper-2 {
  height: 178.781px;
  display: flex;
}

.logo-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.image-13 {
  max-width: 50%;
}

.slide-15 {
  padding-left: 85px;
  padding-right: 85px;
}

.icon-3 {
  color: #000;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.flex-horizontal-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.icon-4 {
  width: 70%;
  max-width: 70%;
}

.flex-horizontal-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.container-20 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-20.flex-vertical {
  height: 300px;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.header-secondary.centered-svp {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.icon-5 {
  width: 65%;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.paragraph-large {
  font-size: 20px;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.button-16 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal-4.flex-left {
  justify-content: flex-start;
}

.paragraph-14 {
  margin-top: 25px;
  line-height: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logos-title-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -7px;
  padding: 60px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 1100px;
  margin-top: -13px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 42px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  max-width: 50%;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.logo-section-3 {
  height: 500px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.slide-16 {
  width: 940px;
  height: 400px;
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-3 {
  width: 770px;
  height: 400px;
  display: flex;
}

.logo-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-6 {
  color: #000;
}

.slide-17 {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-4 {
  display: flex;
}

.logo-wrapper-4 {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-7 {
  color: #000;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.mask-2 {
  height: 400px;
}

.slide-nav-2 {
  top: 425px;
}

.hero-without-image-5 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

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

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

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

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.logo-grid_wrapper {
  background-color: #f4f4f4;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 2rem 1rem;
  display: flex;
}

.logo-grid_logo {
  height: 3rem;
  max-height: 3rem;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logo-grid_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-grid_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.section_logo-grid {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.logo-grid_mask {
  max-height: 3rem;
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.text-muted-eyebrow {
  color: #0009;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.heading-12 {
  font-family: Lato, sans-serif;
}

.hero-without-image-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-25 {
  background-image: url('../images/22-cavalos-22-anos.png');
  background-position: 0 0;
  background-size: cover;
  height: 250px;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.help-text:hover {
  color: #0f3;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.b-help-btn {
  background-image: linear-gradient(#000, #000);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.b-help-btn.close-menu {
  position: relative;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.help-2 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-howto-header {
  padding-right: 40px;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.container-26 {
  max-width: 1100px;
  margin-top: 48px;
}

.text-span-2 {
  font-size: 15px;
}

.bold-text-23 {
  font-style: italic;
}

.paragraph-15 {
  margin-top: 14px;
  line-height: 25px;
}

.italic-text-5 {
  font-style: normal;
}

.italic-text-6 {
  text-transform: uppercase;
  font-style: normal;
}

.heading-13 {
  color: #fff;
  max-width: 1100px;
  margin-top: 250px;
  margin-left: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
}

.container-27 {
  text-align: center;
  margin-top: 147px;
}

.button-17 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 13px;
}

.button-17:hover {
  color: #0f3;
  background-color: #000;
  border: 2px solid #fff;
}

.paragraph-17 {
  color: #fff;
  margin-top: 15px;
  font-weight: 700;
}

.italic-text-7, .italic-text-8 {
  font-size: 42px;
}

.image-17 {
  margin-top: 15px;
}

.button-18 {
  color: #fff;
  background-color: #000;
  border-radius: 13px;
  margin-left: 120px;
  font-family: Lato, sans-serif;
}

.button_mercado{
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.button-18:hover {
  color: #0f3;
}

.text-span-4 {
  font-size: 25px;
  font-weight: 400;
}

.button-19 {
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 13px;
  margin-top: 90px;
}

.button-19:hover {
  color: #0f3;
}

.paragraph-18 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
}

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

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

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 10px;
  width: 940px;
  min-height: 630px;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.form-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.form-wrap {
  margin-bottom: 0;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 13px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: filter .2s;
}

.submit-button:hover {
  filter: brightness(96%);
  color: #0f3;
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-field {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #dcdcdd;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.hero-without-image-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-8 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
}

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

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

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

.faq-item-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.faq-question-2 {
  color: #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  height: 314.813px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 5px 10px -4px #0003;
}

.faq-question-2:hover {
  color: #434de7;
}

.p-m-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.minus-2 {
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.plus-2 {
  background-color: #000;
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-answer-2 {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.faq-p {
  color: #000;
  margin: 10px 20px 20px;
}

.image-18 {
  height: 150px;
  max-height: 300px;
}

.bold-text-25 {
  text-align: center;
  font-size: 20px;
  line-height: 16px;
}

.cell {
  justify-content: flex-start;
  align-items: center;
  line-height: 20px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.faq-item-3 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.faq-answer-3 {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.image-19 {
  border-radius: 6px;
  width: 350px;
  max-width: 207px;
  height: 137.813px;
}

.quick-stack-2 {
  margin-top: 50px;
}

.heading-14 {
  line-height: 20px;
}

.heading-15 {
  font-size: 35px;
  line-height: 26px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-5.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

html.w-mod-js [data-ix="overlay-hidden"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

#w-node-f26badbb-7001-885e-da07-1487caa19fe2-d85a4661 {
  grid-template-rows: auto auto;
  grid-template-columns: 300px 300px 300px;
}


@media screen and (min-width: 1280px) {
  a {
    -webkit-text-stroke-color: #000;
  }

  .hero-content {
    margin-top: 128px;
  }

  .container-2 {
    margin-top: 50px;
  }

  .team-slider {
    background-color: #5c5c5c;
    margin-top: -1px;
  }

  .container-4 {
    margin-top: 91px;
  }

  .button-6 {
    background-color: #000;
  }

  .italic-text-2 {
    color: #fff;
  }

  .night-sky {
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/planta-2.png'), linear-gradient(#0000, #0000);
    width: 600px;
    margin-top: 0;
  }

  .content-center {
    width: 1000px;
    max-width: 600px;
  }

  .title {
    width: 600px;
    height: 100px;
    margin-top: 17px;
  }

  .container-6.container-center.container-full-width {
    margin-top: -176px;
  }

  .paragraph-7 {
    color: #000;
    width: 500px;
    margin-top: -18px;
    font-size: 16px;
    line-height: 26px;
  }

  .bold-text-6 {
    width: 600px;
    font-size: 42px;
  }

  .button-7 {
    text-transform: uppercase;
    background-color: #000;
    position: relative;
    top: -27px;
  }

  .button-7:hover {
    color: #fff;
  }

  .paragraph-8 {
    color: #000;
  }

  .italic-text-3 {
    position: relative;
  }

  .bold-text-7, .bold-text-8 {
    color: #fff;
  }

  .hero-heading-left {
    background-color: #5c5c5c;
    margin-top: -7px;
  }

  .margin-bottom-24px-2 {
    color: #fff;
  }

  .heading-4 {
    font-family: Lato, sans-serif;
  }

  .slider-2 {
    width: 600px;
    height: 300px;
    left: 75px;
  }

  .button-8.nav {
    background-color: #000;
    border-radius: 0;
  }

  .slide-2 {
    background-image: url('../images/321_1.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/PANFLETOS.png');
    background-position: 100% 100%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/BANDEIRA.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/12.png');
    background-position: 50% 100%;
    background-size: cover;
  }

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

  .slide-7 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/PALIO.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-8 {
    background-image: url('../images/PALIO.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slide-9 {
    background-image: url('../images/321_1.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .bold-text-9, .h3 {
    color: #fff;
  }

  .main-section, .p-m-wrap {
    background-color: #000;
  }

  .h2 {
    color: #fff;
  }

  .hero-split-2 {
    margin-right: -17px;
    padding-right: 0;
  }

  .margin-bottom-24px-3 {
    padding-right: 30px;
  }

  .shadow-two-3 {
    border-radius: 13px;
    min-width: 500px;
  }

  .hero-heading-center-2 {
    background-color: #dfdfdf;
  }

  .section-2 {
    background-color: #fff;
    height: 300px;
  }

  .button-13 {
    background-color: #000;
  }

  .button-13:hover {
    color: #0f3;
  }
}

@media screen and (max-width: 1440px) {
  .page {
    background-color: #000;
  }

  .button-18{
    margin-left: 30px;
  }

  .section {
    background-color: #f5f7fa;
  }

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

  .hero-content {
    margin-top: 0;
  }

  .hero-heading-center {
    margin-top: -50px;
  }

  .bold-text {
    font-size: 36px;
  }

  .h3 {
    font-weight: 700;
  }

  .team-circles {
    background-color: #e9e9e9;
    margin-top: -11px;
  }

  .team-grid {
    grid-column-gap: 10px;
  }

  .team-member-image {
    width: 442px;
    height: 150px;
    max-height: 442px;
  }

  .button-15 {
    background-color: #000;
  }

  .button-15:hover {
    color: #0f3;
  }

  .container-19 {
    width: 1000px;
    max-width: 1000px;
  }

  .image-6 {
    max-width: 100%;
  }

  .logo-wrapper {
    padding-right: 50px;
  }

  .logo-section {
    width: 1000px;
  }

  .image-7 {
    max-width: 70%;
  }

  .image-8 {
    max-width: 115%;
  }

  .image-9 {
    max-width: 100%;
  }

  .image-10 {
    max-width: 115%;
  }

  .icon-5 {
    width: 90%;
  }

  .centered-heading-4 {
    font-family: Lato, sans-serif;
    font-size: 42px;
  }

  .team-slider-wrapper-2 {
    height: 441.344px;
  }

  .team-slide-wrapper-2 {
    height: 300px;
  }

  .team-block-2 {
    text-align: center;
    background-color: #fff0;
    margin-top: 27px;
  }

  .team-member-image-two-2 {
    max-width: 90%;
    position: relative;
  }

  .team-slider-nav-2 {
    margin-top: -76px;
  }

  .mask {
    top: 32px;
  }

  .clients-title {
    font-family: Lato, sans-serif;
    font-size: 42px;
  }

  .hero-without-image-5 {
    background-color: #fff;
  }

  .container-23, .hero-wrapper-two-5 {
    max-width: 1100px;
  }

  .container-25 {
    background-image: url('../images/22-cavalos-22-anos.png');
    background-position: 50% 0;
    background-size: cover;
    height: 250px;
  }

  .container-26 {
    margin-top: 258px;
  }

  .paragraph-15 {
    color: #fff;
  }

  .italic-text-5 {
    color: #000;
  }

  .italic-text-6 {
    color: #fff;
  }

  .heading-13 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 35px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 52px;
  }

  .container-27 {
    color: #fff;
    text-align: center;
    margin-top: 150px;
  }

  .button-17 {
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 13px;
    font-family: Lato, sans-serif;
  }

  .button-17:hover {
    border-width: 1px;
  }

  .paragraph-16 {
    color: #fff;
    margin-top: 11px;
  }

  .paragraph-17 {
    margin-top: 19px;
    font-weight: 700;
  }

  .text-span-3 {
    font-weight: 400;
  }

  .italic-text-7, .italic-text-8 {
    font-size: 50px;
  }

  .button-19 {
    color: #fff;
    background-color: #000;
    border-radius: 13px;
    margin-top: 117px;
  }

  .button-19:hover {
    color: #0f3;
  }

  .italic-text-9 {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-style: normal;
  }

  .italic-text-9:hover {
    color: #0f3;
  }

  .paragraph-18 {
    color: #000;
    margin-top: 15px;
    font-weight: 700;
  }

  .comp-pane.right {
    width: 940px;
  }

  .form-heading {
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .submit-button {
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    left: -19px;
  }
}

@media screen and (max-width: 1045px) {
  .section {
    margin-bottom: 1rem;
  }
  .button-18{
    margin-left: 4rem;
  }
  .wrapper {
    width: 48rem;
  }

  .width-1-4 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .text-large {
    font-size: 16px;
  }

  .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-content {
    padding-left: 15px;
  }

  .hero-heading {
    font-size: 36px;
  }

  .form-wrapper {
    width: 100%;
  }

  .fixed-navbar {
    z-index: 9999;
  }

  .menu-icon {
    padding: 10px;
  }

  .menu-icon.w--open, .mobile-menu {
    background-color: #333;
  }

  .container-2 {
    width: 600px;
    max-width: 728px;
  }

  .hero-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary {
    text-align: center;
  }

  .shadow-two {
    text-align: center;
    width: 600px;
    max-width: 600px;
    margin-top: 0px;
  }

  .paragraph-3 {
    margin-top: 20px;
  }

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

  .team-block {
    width: 342.156px;
  }

  .container-5 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-5.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .night-sky {
    width: 506.25px;
    min-height: 400px;
  }

  .content-center {
    max-width: 45ch;
  }

  .title {
    width: 506.25px;
  }

  .container-6 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-6.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

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

  .logo-2 {
    width: 300px;
  }

  .button-8 {
    margin-left: 288px;
  }

  .button-8.nav {
    text-align: center;
    width: 300px;
    height: 50px;
    margin-left: 0;
  }

  .div-block-3, .h3 {
    width: 860px;
  }

  .faq-answer{
    max-width: fit-content;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq-answer-inner {
    width: 600px;
  }

  .purple-span {
    text-align: center;
  }

  .main-container.centre {
    width: 600px;
  }

  .paragraph-9 {
    text-align: center;
    width: 570px;
    font-size: 16px;
  }

  .faq-question {
    width: 600px;
  }
  
  .faq-item {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }

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

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    width: 600px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-3 {
    text-align: center;
  }

  .shadow-two-3 {
    width: 600px;
    max-width: 600px;
  }

  .accordion-content-grid {
    grid-row-gap: 3vw;
  }

  .nav {
    width: 100%;
    left: 0;
    right: 0;
  }

  .content-subnav-sticky {
    top: 32.5vh;
  }

  .sidebar {
    display: none;
  }

  .card-info {
    width: auto;
  }

  .card-slider {
    width: 600px;
  }

  .card-slider-mask {
    flex-flow: wrap;
    align-content: space-between;
    align-items: stretch;
    width: 600px;
  }

  .card-slide {
    width: 50%;
    margin-bottom: 3%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .container-10 {
    width: 600px;
  }

  .container-13 {
    width: 600%;
    max-width: 600px;
  }

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

  .arrow {
    height: 40px;
  }

  .circle {
    right: -65%;
  }

  .heading-8 {
    color: #000;
  }

  .underlay {
    right: -66%;
  }

  .underlay._2 {
    right: -68%;
  }

  .content-wrap {
    z-index: 2;
    height: 80%;
    padding-right: 10px;
    position: relative;
  }

  .hero-form-input {
    width: 450px;
  }

  .heading-9 {
    text-align: center;
    width: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-20 {
    text-align: justify;
    width: 600px;
    max-width: 600px;
  }

  .italic-text-4 {
    width: 600px;
    max-width: 600px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 300px;
    height: 190px;
  }

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

  .container-17 {
    background-position: 50%;
  }

  .container-18, .container-19 {
    max-width: 728px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .image-6 {
    max-width: 200%;
  }

  .slider-wrapper {
    height: 200px;
  }

  .logo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 200px;
    margin-top: 0;
    margin-right: 42px;
    padding-left: 30px;
  }

  .logo-section {
    width: 900px;
  }

  .image-7 {
    max-width: 130%;
    margin-left: 78px;
  }

  .image-8 {
    max-width: 200%;
    margin-left: 78px;
  }

  .image-9 {
    max-width: 200%;
    margin-left: 29px;
  }

  .image-10 {
    max-width: 200%;
    margin-left: 77px;
  }

  .image-11 {
    max-width: 200%;
  }

  .logo-wrapper-2 {
    margin-top: 65px;
  }

  .container-20 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-container {
    height: 20vw;
  }

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

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

  .clients-title {
    margin-bottom: 32px;
  }

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

  .logo-wrapper-3, .logo-wrapper-4 {
    margin-top: 65px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-13 {
    padding-left: 30px;
  }

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

  .comp-pane.right {
    width: 80%;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-26{
    margin-top: 180px;
  }

  #w-node-f26badbb-7001-885e-da07-1487caa19fe2-d85a4661{
    grid-template-columns: 400px 400px;
  }
}

@media screen and (max-width: 880px) {
  #w-node-f26badbb-7001-885e-da07-1487caa19fe2-d85a4661{
    grid-template-columns: 300px 300px;
  }
}

@media screen and (max-width: 767px) {
  .section.testimonials {
    padding-top: .5rem;
  }

  .wrapper {
    width: 100%;
  }

  .width-1-2.v-align, .width-1-3 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .width-1-4 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-header {
    margin-bottom: 20px;
  }

  .slider {
    height: 250px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .form-wrapper {
    width: 100%;
  }

  .copyright-text {
    font-size: 11px;
  }

  .menu-icon {
    margin-top: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .container-2, .hero-wrapper, .margin-bottom-24px, .shadow-two {
    width: 500px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .container-5 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-26{
    margin-top: 120px
  }

  .container-5.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 767px;
  }

  .night-sky {
    min-height: 300px;
    padding: 75px 50px;
  }

  .content-center {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 723px;
    max-width: 723px;
  }

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

  .contato {
    width: 767px;
    max-width: 767px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-6 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-6.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 767px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .logo-2 {
    width: 300px;
  }

  .button-8 {
    margin-left: 190px;
  }

  .div-block-3, .h3 {
    width: 640px;
  }

  .faq-answer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .faq-answer-inner {
    width: auto;
  }

  .main-container.centre {
    width: auto;
  }

  .main-section {
    width: auto;
  }

  .paragraph-9 {
    text-align: center;
    width: auto;
    font-size: 14px;
  }

  .faq-item{
    width: 400px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .hero-wrapper-2, .hero-split-2, .shadow-two-3 {
    width: 500px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .accordion-toggle-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-header {
    font-size: 45px;
  }

  .accordion-icon {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .accordion-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav {
    z-index: 10000;
    height: 10%;
  }

  .nav-grid {
    z-index: 20;
    padding-left: 15px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .nav-menu {
    z-index: 0;
    background-color: #fff;
    height: auto;
    padding-top: 0;
    top: 0;
    box-shadow: 7px 7px 40px 30px #d3d4d4;
  }

  .nav-menu-button {
    padding: 15px;
  }

  .nav-menu-button.w--open {
    z-index: 100;
  }

  .blur-tr-container {
    width: 50vw;
  }

  .content-subnav-sticky {
    top: 0;
  }

  .accordion-content-jump {
    top: -25vh;
  }

  .accordion-toggle {
    height: 25vh;
    min-height: 25vh;
    max-height: 25vh;
  }

  .accordion-toggle.w--open {
    height: 25vh;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .flex-horizontal.flex-right.z-100 {
    z-index: 100;
    position: relative;
  }

  .content-subnav {
    height: auto;
  }

  .nav-menu-list {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .accordion-container {
    inset: 0% 0% auto;
  }

  .blur-tr {
    width: 50vw;
  }

  .card-slider {
    display: block;
  }

  .card-slider-mask {
    width: 500px;
    height: 550px;
    display: block;
  }

  .card-slide {
    width: 390px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    left: 131px;
  }

  .card {
    text-align: center;
    height: auto;
  }

  .slide-nav-phone {
    width: 500px;
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
    display: block;
    position: relative;
  }

  .container-10, .container-11 {
    width: 500px;
  }

  .container-12 {
    margin-top: 0;
  }

  .hero-without-image, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .container-13 {
    width: 500px;
  }

  .heading-7 {
    line-height: 30px;
  }

  .circle {
    width: 400px;
    height: 400px;
    top: -45%;
    right: -40%;
  }

  .bold-text-18 {
    font-size: 30px;
  }

  .heading-8 {
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .underlay {
    width: 400px;
    height: 400px;
    top: -45%;
    right: -41%;
  }

  .underlay._2 {
    width: 400px;
    height: 400px;
    top: -47%;
    right: -42%;
  }

  .content-wrap {
    width: 80%;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .hero-form-input {
    width: 350px;
  }

  .heading-9, .paragraph-11 {
    width: 500px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .hero-without-image-3, .hero-without-image-4 {
    padding: 60px 15px;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .image-6 {
    max-width: 50%;
  }

  .slider-3 {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .image-8, .image-11 {
    max-width: 50%;
  }

  .slider-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper-2 {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .flex-horizontal-2.flip-svp, .flex-horizontal-3.flip-svp {
    flex-direction: column;
  }

  .container-20 {
    width: 100%;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

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

  .track-vertical {
    align-items: center;
  }

  .icon-container {
    height: 25vw;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal-4.flip-svp {
    flex-direction: column;
  }

  .team-slider-2, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .slider-wrapper-3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper-3 {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .slider-wrapper-4 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper-4 {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .hero-without-image-5, .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .logo-grid_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-grid_logo {
    max-height: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-without-image-6 {
    padding: 60px 15px;
  }

  .c-faq {
    width: 100%;
  }

  .heading-13 {
    text-align: left;
    padding-left: 30px;
  }

  .contact {
    padding: 60px 15px;
  }

  .comp-pane.right {
    width: 80%;
  }

  .hero-without-image-7, .hero-heading-center-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 690px){
  #w-node-f26badbb-7001-885e-da07-1487caa19fe2-d85a4661{
    grid-template-columns: 400px;
  }
  .logo-2{
    width: 260px;
  }
}

@media screen and (max-width: 569px){
  .faq-question{
    width: 400px;
  }
  .faq-answer-inner{
    padding: 0px 0px 20px;
  }
  .container-26{
    margin-top: 50px;
  }
  .button-13{
    font-size: 12px;
  }
  .hero-split{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .shadow-two{
    width: 400px;
  }
  .container-2, .hero-wrapper, .margin-bottom-24px{
    width: auto;
  }
  .form-field{
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .section, .section.hero {
    width: 100%;
  }

  .width-1-2, .width-1-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .block {
    width: 449px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-large {
    font-size: 13px;
  }

  .text-large.text-italic {
    font-size: 14px;
  }

  .text-xlarge {
    font-size: 18px;
  }

  .hero-heading {
    font-size: 30px;
  }

  .slider {
    height: 400px;
  }

  .footer-link {
    font-size: 10px;
  }

  .hero-heading-center {
    width: 100%;
  }

  .container-2 {
    width: auto;
  }

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

  .centered-heading.margin-bottom-32px {
    width: auto;
    margin-top: 0;
  }

  .hero-wrapper, .hero-split {
    width: inherit;
  }

  .margin-bottom-24px {
    width: auto;
  }

  .button-primary {
    width: auto;
  }

  .shadow-two {
    width: 300px;
    margin-left: 3rem;
    margin-top: 0;
  }

  .bold-text {
    text-align: left;
    width: 350px;
    max-width: 350px;
  }

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

  .italic-text-2 {
    width: 300px;
  }

  .container-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-5.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 400px;
    height: 100%;
  }

  .container-5.container-center.container-full-width {
    width: 479px;
  }

  .night-sky {
    color: #fff;
    width: 100%;
    max-width: 479px;
    padding: 50px 25px;
  }

  .content-center {
    justify-content: center;
    align-items: center;
    width: 400px;
    max-width: 400px;
  }

  .title {
    justify-content: center;
    align-items: center;
    width: 479px;
    max-width: 479px;
    font-size: 1.5em;
    display: flex;
  }

  .contato {
    width: 479px;
    max-width: 479px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-6 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-6.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 400px;
    height: 100%;
  }

  .container-6.container-center.container-full-width {
    width: 479px;
  }

  .container-7 {
    text-align: center;
    width: 300px;
    max-width: none;
  }

  .slider-2 {
    width: 300px;
  }

  .logo-2 {
    width: 200px;
  }

  .button-8 {
    margin-left: 66px;
    font-size: 4vw;
  }

  .button-8.nav {
    text-align: center;
    margin-left: 0;
    padding: 9px 20px 10px;
  }

  .div-block-3 {
    background-position: 50% 0;
    background-size: cover;
    width: 350px;
  }

  .h3, .faq-answer-inner, .main-container.centre, .div-block-5 {
    width: 350px;
  }

  .h3{
    margin-left: 0rem;
  }

  .main-section {
    width: 100%;
  }

  .paragraph-9 {
    width: auto;
    font-size: 16px;
  }


  .faq-wrap {
    grid-template-columns: 1fr;
    width: 350px;
    margin-left: 28px;
  }

  .p-m-wrap {
    background-color: #fff;
    margin-left: 40px;
  }
  .faq-wrap{
    margin-left: 0px;
  }
  .h2 {
    width: auto;
    font-size: 36px;
  }

  .faq-question {
    width: auto;
  }

  .faq-item {
    width: 350px;
  }

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

  .hero-wrapper-2 {
    width: 350px;
  }

  .hero-split-2 {
    text-align: center;
    width: 350px;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    width: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary-2 {
    text-align: left;
    margin-left: 122px;
  }

  .shadow-two-3 {
    border-radius: 13px;
    width: 350px;
  }

  .hero-heading-center-2 {
    width: 100%;
    height: 1200px;
  }

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

  .accordion-toggle-grid {
    width: 479px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-header {
    font-size: 40px;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .accordion-content-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-grid {
    padding-left: 0;
    padding-right: 15px;
  }

  .blur-tr-container {
    height: 60vh;
    top: 30vh;
  }

  .content-subnav-sticky {
    position: relative;
    top: 0;
  }

  .nav-menu-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blur-tr {
    height: 60vh;
  }

  .card-slider {
    width: 300px;
    height: 500px;
    display: block;
  }

  .card-slider-mask {
    width: 300px;
    height: 510px;
  }

  .card-slide {
    text-align: center;
    width: 300px;
    margin-bottom: 0%;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .card {
    margin-left: -118px;
  }

  .card:hover {
    transform: none;
  }

  .slide-nav-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    margin-top: 309px;
    font-size: 8px;
    display: block;
  }

  .container-10 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: stretch center;
    width: 300px;
    display: flex;
  }

  .container-11 {
    width: 340px;
  }

  .button-12 {
    margin-top: 87px;
  }

  .container-12 {
    margin-top: 165px;
  }

  .container-13 {
    width: 350px;
    max-width: none;
  }

  .cta-block {
    width: 90%;
  }

  .bold-text-18 {
    font-size: 50px;
  }

  .content-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .hero-subscribe-right {
    width: 100%;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 350px;
    height: 48px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-9 {
    text-align: center;
    width: 350px;
  }

  .button-13 {
    text-align: center;
  }

  .bold-text-20 {
    width: 350px;
  }

  .italic-text-4 {
    font-size: 14px;
  }

  .paragraph-11 {
    width: 300px;
  }

  .bold-text-21 {
    text-align: center;
  }

  .team-circles {
    height: 4500px;
  }

  .container-14 {
    width: 350px;
    max-width: 350px;
  }

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

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

  .team-card {
    width: 350px;
    max-width: 350px;
    height: 950px;
  }

  .team-member-image {
    width: 350px;
  }

  .container-15 {
    max-width: 350px;
    margin-top: 2266px;
  }

  .button-15:hover {
    color: #0f3;
  }

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

  .container-17 {
    background-position: 50% 100%;
    width: 449px;
  }

  .container-18, .container-19 {
    max-width: none;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .slider-3 {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-12 {
    width: 230px;
    margin-left: 26px;
  }

  .slider-wrapper-2 {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .container-20 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .clients-wrapper {
    flex-flow: column;
    height: 800px;
    padding-bottom: 0;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .logo-section-3 {
    height: 1100px;
  }

  .slide-16 {
    width: 479px;
  }

  .slider-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 996.969px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-3 {
    order: 0;
    align-self: flex-start;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    left: 0;
  }

  .slider-wrapper-4 {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-4 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .right-arrow {
    height: 1300px;
  }

  .mask-2 {
    height: 1000px;
  }

  .slide-nav-2 {
    top: 993px;
  }

  .image-14 {
    vertical-align: baseline;
    width: 300px;
  }

  .image-15, .image-16 {
    width: 300px;
  }

  .hero-without-image-5 {
    height: 600px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-25 {
    background-position: 50%;
    background-size: cover;
    width: 300px;
  }

  .container-26 {
    width: auto;
    margin-top: 30px;
  }

  .heading-13 {
    width: auto;
    margin-top: 100px;
    padding-left: 20px;
    font-size: 19px;
    line-height: 30px;
  }

  .container-27 {
    max-width: 350px;
    margin-top: 113px;
  }

  .div-block-7 {
    height: 950px;
  }

  .button-18 {
    margin-left: 50px;
  }

  .text-span-4 {
    font-size: 18px;
    line-height: 20px;
  }

  

  .button-19:hover {
    color: #0f3;
  }

  .paragraph-18 {
    width: auto;
  }

  .bold-text-24 {
    position: relative;
  }

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

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .submit-button {
    color: #fff;
    background-color: #000;
    border-radius: 13px;
    width: 100%;
    left: 0;
  }

  .form-field-label {
    height: 32px;
  }

  .div-block-8, .div-block-9, .div-block-10, .div-block-11 {
    width: auto;
  }

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

  .faq-item-2 {
    width: auto;
  }

  .container-30, .container-31 {
    width: auto;
  }

  .cell-3, .cell-4, .cell-5, .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }
  #w-node-f26badbb-7001-885e-da07-1487caa19fe2-d85a4661{
    grid-template-columns: 200px;
  }
}

@media screen and (max-width: 370px){
  .logo-2{
    width: 180px;
  }
  .div-block-5, .faq-item{
    width: 310px;
  }
  .shadow-two{
    margin-left: 0px;
  }
  .main-container.centre{
    width: 310px;
  }
  .faq-wrap{
    width: 310px;
  }
  .h2{
    font-size: 30px;
  }
  .faq-answer-inner{
    width: auto;
  }
}

#w-node-d990b6bc-9d1f-93c1-934b-cccb80d3cc90-d85a4661, #w-node-_7e53ce6b-8a8f-92a3-974e-c68d0b657c45-d85a4661, #w-node-dd214fe9-0493-998a-9c18-104bd4c2b869-d85a4661, #w-node-_0fc31992-4f75-875c-0394-976ff78b6fa0-d85a4661, #w-node-f103a55f-8419-e839-2f64-37c73e6caf63-d85a4661 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_784811de-238f-6a56-a517-27ec6afd801b-d85a4661, #w-node-_784811de-238f-6a56-a517-27ec6afd802a-d85a4661, #w-node-_784811de-238f-6a56-a517-27ec6afd8039-d85a4661, #w-node-_784811de-238f-6a56-a517-27ec6afd804a-d85a4661, #w-node-_784811de-238f-6a56-a517-27ec6afd8059-d85a4661, #w-node-_784811de-238f-6a56-a517-27ec6afd805b-d85a4661 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  max-width: inherit;
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}