@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
}

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

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

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

img {
  max-width: 100%;
  display: inline-block;
}

.header {
  z-index: 1;
  background-color: #2f273a;
  position: sticky;
  top: 0;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: #2f273a;
  justify-content: center;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.nav-link.w--current {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.intro {
  background-image: url('../images/manguebit.wixsite.com238b3b418_23dd41f3d4fd4dca90da99660632580dmv2.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 585px;
  display: flex;
  position: relative;
}

.intro.section-1 {
  background-image: none;
}

.img1-22div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/img-breno-2-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.img1-22div.img-div {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/img-breno-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.intro-title {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
  text-overflow: clip;
  width: 1000px;
  margin-top: 260px;
  margin-bottom: -26px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.intro-btn {
  color: #2f273a;
  text-align: center;
  background-color: #fff;
  width: 350px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.intro-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.body {
  direction: ltr;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}

.about {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.about.secion-2 {
  -webkit-text-stroke-width: 0px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.about-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #2f273a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 850px;
  height: 760px;
  padding: 40px 80px;
  display: flex;
}

.about-card-title {
  color: #fff;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.about-card-p {
  color: #fff;
  text-align: justify;
  width: 700px;
  height: 180px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.about-card-btn {
  color: #2f273a;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 52px;
  margin-top: 260px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.field {
  background-image: url('../images/manguebit.wixsite.com21711062b_3a9e32f04aa14b02b4f3f37d0850ca75mv2.jpeg');
  background-position: 0 0;
  background-size: auto;
  height: 1256px;
  position: relative;
}

.field.section-3 {
  background-size: cover;
}

.field-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.field-title {
  color: #fff;
  margin-top: 90px;
  margin-bottom: 50px;
  font-family: PT Serif, serif;
  font-size: 80px;
  font-weight: 400;
}

.field-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: justify;
  background-color: #fff0;
  flex-flow: row;
  order: 0;
  place-content: stretch space-between;
  align-self: center;
  align-items: center;
  width: 90%;
  min-width: 40%;
  height: 75%;
  min-height: 50%;
  display: flex;
}

.field-card {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 60%;
  min-width: 20%;
  max-width: 60%;
  height: 55px;
  min-height: 520px;
  max-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.card-2-img {
  width: 50px;
  max-width: none;
  height: 50px;
}

.card-2-img.img-reveal {
  width: 56px;
  height: auto;
}

.field-card-img-div {
  border-bottom: 1px solid #2f273a;
  margin-top: 0;
  padding: 10px 20px 20px;
}

.field-card-title {
  color: #2f273a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 30px;
}

.field-card-p1 {
  color: #2f273a;
  text-align: justify;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.field-btn {
  color: #2f273a;
  background-color: #fff;
  margin-top: 10px;
  padding: 12px 20px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.insta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  margin-bottom: 200px;
  padding-top: 40px;
  display: flex;
}

.insta.section-4 {
  height: auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.doubt {
  background-image: url('../images/manguebit.wixsite.com3749c608a_46e148ae437440b7a28c2d6b621c912dmv2_d_1950_1300_s_2.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  height: 700px;
  display: flex;
}

.doubt.section-5 {
  background-image: none;
  margin-bottom: 40px;
}

.doubt-card {
  background-color: #2f273a;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 850px;
  margin-top: -200px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.doubt-title {
  color: #fff;
  width: 90%;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.field-label, .field-label-3 {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.doubt-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  place-content: stretch flex-start;
  padding-left: 20px;
  display: flex;
}

.doubt-form-block {
  width: 90%;
}

.text-field {
  color: #000;
  border: 1px solid #1d67cd;
  border-radius: 8px;
  width: 100%;
}

.form-box {
  width: 360px;
}

.form-text {
  width: 810px;
  margin-right: 17px;
}

.textarea {
  color: #000;
  border: 1px solid #1d67cd;
  border-radius: 8px;
  width: 100%;
}

.btn-doubt {
  color: #2f273a;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  margin-right: 17px;
  font-size: 16px;
  font-weight: 700;
}

.doubt-img-div {
  width: 90%;
  padding-left: 20px;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #2f273a;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.footer-p {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

.footer-p.seta {
  text-align: center;
  padding-left: 0;
  font-family: Vollkorn, serif;
  font-size: 40px;
}

.footer-p.back {
  text-align: center;
  padding-left: 0;
}

.adress-div {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.cacto {
  background-color: #211d25;
  padding-top: 5px;
  padding-bottom: 5px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  padding-left: 50px;
}

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

.insta-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.back-to-top-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.contact-title {
  color: #fff;
  text-align: center;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.contact-div-p {
  color: #fff;
  margin-bottom: 0;
}

.contact-intro {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #2f273a;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-11 {
  width: 20px;
  padding-right: 0;
}

.contact-intro-div {
  order: 0;
  align-self: auto;
  width: 400px;
  margin-bottom: 0;
  text-decoration: none;
}

.form-block {
  width: 505px;
}

.contact-name-form {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 49%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.contact-fone-form {
  background-color: #fff0;
  border: 1px solid #fff;
  width: 49%;
}

.contact-email-form, .contact-text-form {
  background-color: #fff0;
  border: 1px solid #fff;
}

.contact-submit-btn {
  color: #2f273a;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.map {
  border: 2px solid #fff;
  height: 700px;
}

.div-block-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.text-block, .icon {
  color: #fff;
}

.title {
  background-color: #2f273a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
}

.conteudo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-2 {
  text-align: justify;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.cotacao {
  justify-content: center;
  height: 700px;
  margin-top: 150px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.cotacao-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #2f273a;
  flex-direction: column;
  align-items: flex-start;
  width: 940px;
  margin-top: -100px;
  padding: 40px 60px;
  display: flex;
  position: absolute;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
}

.paragraph-5 {
  color: #fff;
  text-align: justify;
  font-size: 16px;
}

.button {
  color: #2f273a;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: #fff;
  background-color: #2f273a;
}

.dropdown-list {
  color: #2f273a;
  background-color: #fff;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-style: italic;
  font-weight: 700;
}

.heading-6, .heading-7, .heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-style: italic;
}

.img-reveal {
  padding-top: 10px;
}

.div-block-6 {
  z-index: -1;
  background-image: url('../images/manguebit.wixsite.com3749c608a_46e148ae437440b7a28c2d6b621c912dmv2_d_1950_1300_s_2.jpg');
  background-position: 50%;
  background-size: auto;
  width: 90%;
  height: 700px;
  position: absolute;
}

.btn-hover {
  display: none;
}

.success-message {
  background-color: #fff;
}

.text-block-2 {
  color: #2f273a;
  font-weight: 700;
}

.text-block-3 {
  color: #000;
}

.success-message-2 {
  color: #2f273a;
  background-color: #fff;
  font-weight: 700;
}

.instacontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 940px;
  max-height: 430px;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 -30px 20px -20px #0003;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.insta-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 940px;
  margin-top: 40px;
  display: flex;
}

.insta-img-perfil {
  border-radius: 100px;
  width: 80px;
}

.insta-title-perfil {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.insta-btn-perfil {
  text-align: center;
  background-color: #0095f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.image-12 {
  border-radius: 100px;
  width: 50px;
}

.image-13 {
  border-radius: 8px;
  width: 200px;
}

.insta-feed {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-2 {
  background-color: #2f273a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 16px;
  display: flex;
  overflow: visible;
}

.paragraph-1 {
  text-align: justify;
  max-width: 940px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  text-decoration: none;
  display: block;
  position: static;
}

.container-3 {
  text-align: left;
  order: 0;
  align-self: auto;
  padding-right: 360px;
  text-decoration: none;
  overflow: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logofooter {
  width: 130px;
}

.image-15 {
  opacity: .75;
  border: 1px #000;
  width: 60px;
  padding-top: 10px;
}

.text-span {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 400;
  position: static;
}

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

.image-16 {
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.link-block1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 8%;
  height: auto;
  display: flex;
}

.bold-text {
  -webkit-text-stroke-width: 0px;
  border-radius: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.link-block {
  width: 5%;
  padding-bottom: 20px;
}

.bold-text-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-3, .bold-text-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-5 {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.direito-bancario {
  margin-top: 8px;
  font-size: 12px;
}

.dir {
  text-align: center;
}

.paragraph-6 {
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
}

.familia {
  margin-top: 14px;
  font-size: 16px;
  line-height: 22px;
}

.imob {
  margin-top: 11px;
  font-size: 15px;
  line-height: 22px;
}

.opacity-div {
  background-color: #2f273a4f;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.img2-div {
  background-image: url('../images/img-breno-2-min.jpg');
  background-position: 50% 65%;
  background-size: auto;
}

.container-4 {
  width: 36.7%;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .intro.section-1 {
    background-position: 50% 100%;
    background-size: auto;
  }

  .intro-title {
    width: 100%;
    height: auto;
    margin-top: 150px;
    font-size: 40px;
    line-height: 50px;
  }

  .about-card {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .about-card-p {
    width: 100%;
    height: auto;
  }

  .about-card-btn {
    margin-top: 23px;
  }

  .field.section-3 {
    height: auto;
    padding-bottom: 50px;
  }

  .field-title {
    text-align: center;
    margin-top: 35px;
    font-size: 60px;
    line-height: 80px;
  }

  .field-group {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    place-content: end center;
    place-items: center;
    height: 50%;
    display: grid;
  }

  .field-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    min-width: 350px;
    height: 380px;
    display: flex;
  }

  .field-card-title {
    margin-top: 10px;
  }

  .field-card-p1 {
    width: 100%;
    height: 400px;
    font-size: 16px;
    line-height: 18px;
  }

  .doubt.section-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .doubt-card {
    width: 550px;
  }

  .doubt-title, .doubt-form {
    padding-left: 0;
  }

  .form-box {
    width: 100%;
  }

  .form-text {
    width: 100%;
    margin-right: 0;
  }

  .btn-doubt {
    margin-right: 0;
  }

  .doubt-img-div {
    padding-left: 0;
  }

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

  .footer-p.back {
    text-align: center;
  }

  .cotacao-card {
    width: 90%;
  }

  .icon-2 {
    color: #fff;
    font-size: 50px;
  }

  .nav-menu {
    background-color: #2f273a;
    flex-direction: row;
    align-items: flex-start;
  }

  .div-block-6, .instacontainer {
    width: 100%;
  }

  .insta-img-perfil {
    width: 70px;
  }

  .insta-title-perfil {
    font-size: 18px;
  }

  .insta-btn-perfil {
    width: 80px;
    height: 25px;
  }

  .image-13 {
    max-width: none;
  }

  .insta-feed {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 90%;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .logofooter {
    margin-top: 30px;
  }

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

  .link-block {
    width: 10%;
    padding-top: 40px;
  }

  .direito-bancario {
    flex: 1;
    margin-top: 32px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .intro.section-1 {
    background-size: 2200px;
  }

  .intro-title {
    width: 100%;
    height: 68%;
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .intro-btn {
    margin-top: -31px;
  }

  .intro-div {
    width: 400px;
    margin-top: 140px;
  }

  .about-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 80%;
    height: 900px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-card-title {
    text-align: center;
    margin-top: 0;
  }

  .about-card-p {
    width: 400px;
    height: 300px;
  }

  .about-card-btn {
    width: 90%;
    margin-top: 300px;
  }

  .field-title {
    margin-top: 35px;
    font-size: 60px;
  }

  .field-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .field-card {
    justify-content: flex-start;
    align-items: center;
    width: 250px;
    min-width: 200px;
    max-width: 100%;
    height: 500px;
    max-height: none;
  }

  .field-card-title {
    margin-top: 5px;
  }

  .field-card-p1 {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .doubt.section-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .doubt-card {
    width: 80%;
  }

  .doubt-title, .doubt-img-div {
    text-align: center;
  }

  .footer.section-6 {
    flex-direction: column;
    width: 100%;
    height: 300px;
  }

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

  .cotacao-card {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-5 {
    text-align: justify;
  }

  .button {
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
  }

  .insta-img-perfil {
    width: 60px;
  }

  .logofooter {
    margin-top: 23px;
  }

  .image-16 {
    padding-top: 40px;
  }

  .link-block1 {
    width: 20%;
  }

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

  .link-block {
    width: 20%;
    padding-bottom: 0;
  }

  .bold-text-4, .dir {
    text-align: center;
  }

  .familia, .imob {
    font-size: 14px;
  }

  .container-4 {
    width: 80%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .intro.section-1 {
    background-position: 50% 100%;
    background-size: 2300px;
  }

  .intro-title {
    width: 120%;
    height: auto;
    font-size: 40px;
    line-height: 40px;
    display: block;
  }

  .intro-btn {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-div {
    width: 80%;
    margin-top: 160px;
  }

  .about.secion-2 {
    line-height: 20px;
  }

  .about-card {
    border-radius: 8px;
    align-items: center;
    width: 90%;
    height: 1120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-card-title {
    text-align: center;
    width: 100%;
  }

  .about-card-p {
    width: 250px;
    height: 350px;
    font-size: 15px;
    display: block;
  }

  .about-card-btn {
    margin-top: 400px;
  }

  .field-div {
    padding-top: 0;
  }

  .field-title {
    text-align: center;
    width: 90%;
    margin-top: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .field-group {
    grid-template-rows: .25fr auto;
    grid-template-columns: 1.25fr;
    align-self: auto;
    text-decoration: none;
  }

  .field-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto minmax(0, .25fr);
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-self: auto;
    place-items: center;
    width: 100%;
    display: grid;
  }

  .card-2-img.img-reveal {
    text-align: justify;
    width: 50px;
    padding-top: 0;
  }

  .field-card-img-div {
    padding-top: 0;
  }

  .field-card-img-div.banc-dir {
    margin-top: 20px;
  }

  .field-card-title {
    margin-top: -52px;
    margin-bottom: 0;
  }

  .field-card-title.dirbanc-card {
    margin-top: -49px;
  }

  .field-card-p1 {
    text-align: left;
    width: 100%;
    height: auto;
    margin-top: -16px;
    font-size: 14px;
    line-height: 16px;
  }

  .field-btn {
    text-align: center;
    width: 90%;
  }

  .doubt.section-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .doubt-card {
    border-radius: 8px;
    width: 100%;
  }

  .doubt-title, .doubt-img-div {
    text-align: center;
  }

  .footer.section-6 {
    width: 100%;
    height: 350px;
    padding: 60px 0 0;
    font-size: 20px;
    line-height: 50px;
  }

  .footer-p {
    width: 90%;
    height: auto;
    margin-left: 16px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 30px;
  }

  .adress-div {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 30px;
    display: flex;
  }

  .contact-intro-div {
    text-align: center;
    width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .div-block-5 {
    flex-direction: column-reverse;
  }

  .cotacao-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-button, .menu-button.w--open {
    background-color: #2f273a;
  }

  .insta-head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .insta-img-perfil {
    width: 60px;
  }

  .insta-title-perfil {
    font-size: 16px;
  }

  .container-3 {
    align-self: auto;
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-left: 16px;
    padding-right: 0;
    font-size: 14px;
    line-height: 50px;
    display: flex;
  }

  .logofooter {
    margin-top: 44px;
  }

  .logofooter.logofooter2 {
    width: 120px;
    margin-top: -30px;
    margin-right: 210px;
    padding-left: 16px;
  }

  .image-16 {
    padding-top: 20px;
  }

  .link-block1 {
    width: 25%;
  }

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

  .bold-text-2 {
    margin-top: 40px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    text-align: left;
  }

  .bold-text-6 {
    margin-top: -25px;
  }

  .bold-text-6.dir {
    margin-top: -85px;
  }

  .direito-bancario {
    text-align: justify;
    margin-top: 23px;
    margin-bottom: 35px;
  }

  .dir {
    text-align: left;
    margin-top: -49px;
    display: block;
  }

  .paragraph-6 {
    text-align: left;
    margin-top: 2px;
    margin-bottom: 56px;
    font-size: 14px;
  }

  .familia {
    text-align: left;
    margin-top: -25px;
    font-size: 14px;
  }

  .bold-text-7 {
    margin-top: 71px;
    display: flex;
  }

  .bold-text-7.dirfarm {
    margin-top: 47px;
  }

  .imob {
    text-align: left;
    margin-top: -1px;
  }

  .bold-text-8 {
    margin-top: 83px;
    display: flex;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .code-embed {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6eb98d9c-36c2-1931-5443-d0b69d406e11-82364fb9 {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca7d85c5-904e-6286-db9f-0c428b8d08ef-82364fb9 {
    place-self: center end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8feed952-20bb-f2ce-7a79-0fa178c18b74-82364fb9 {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}