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

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

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

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

body {
  max-width: 100vw;
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

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

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 60px;
}

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

.paragraph-light {
  opacity: .6;
}

.hero-section---m2 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5%;
  display: flex;
}

.hero-section---m2.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.hero-section---m2.hero {
  width: 100vw;
  height: 100vh;
  grid-row-gap: 0px;
  background-color: rgba(234, 239, 222, 0);
  background-image: radial-gradient(circle closest-corner at 50% 0, #333, rgba(0, 0, 0, 0));
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  width: 100%;
  max-width: 1140px;
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  position: fixed;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.hero {
  width: 100%;
  height: 100vh;
  max-width: 1280px;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #eaefde;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -132px;
  margin-left: auto;
  margin-right: auto;
  padding: 132px 60px 0;
  display: flex;
  position: relative;
}

.main-content {
  width: 100%;
  max-width: 1220px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-content {
  width: 100%;
  max-width: 664px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title {
  color: #fff;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
}

.title.nome {
  font-size: 2rem;
  line-height: 150%;
}

.h3---subheading {
  width: auto;
  color: #0f1d30;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.h3---subheading.hero-subheading {
  width: 80%;
  color: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.h3---subheading.hero-upper-heading {
  width: 90%;
  color: #c9b800;
  border-bottom: 1px solid #fff;
}

.main-icon-hero {
  width: 180px;
  height: 180px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: brightness(200%) saturate(0%);
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-social-proof {
  width: 100%;
  max-width: 1220px;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
}

.stars {
  width: 80px;
  height: 31.8519px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-social-proof {
  width: 281.48px;
  color: rgba(255, 255, 255, .8);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.button-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.button-hero {
  grid-column-gap: 11.8519px;
  grid-row-gap: 11.8519px;
  background-color: #8f191c;
  border-radius: 7.40741px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 17.7778px;
  display: flex;
}

.button-hero:hover {
  background-color: #a62814;
  border: 2px solid #a62814;
  padding: 15.7778px;
}

.button-secondary {
  grid-column-gap: 17.7778px;
  grid-row-gap: 17.7778px;
  color: #999;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 11.8519px;
  display: flex;
}

.text-bt1 {
  color: #eaefde;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 26.67px;
}

.vectors-wrapper {
  width: 15px;
  height: 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-bt2 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.vectors-wrapper-19 {
  width: 12px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.advogado {
  height: 100vh;
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eaefde;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -132px;
  margin-left: auto;
  margin-right: auto;
  padding: 132px 145px 0;
  display: flex;
}

.column {
  width: 100%;
  max-width: 480px;
  grid-column-gap: 44.4444px;
  grid-row-gap: 44.4444px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.description-m2-2 {
  color: #fff;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.frame-25 {
  grid-column-gap: 44.4444px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.whatsapp-image-2023-07-29-at-08-45-1 {
  max-width: none;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.small-columns-m2-2 {
  width: 100%;
  max-width: 1080px;
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.vectors-wrapper-22 {
  width: 148.232px;
  height: 31.8519px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  width: 100%;
  height: 403.704px;
  max-width: 280px;
  grid-column-gap: 7.40741px;
  grid-row-gap: 7.40741px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vectors-wrapper-24 {
  width: 16px;
  height: 15px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-25 {
  width: 12px;
  height: 21px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service {
  height: 100vh;
  max-width: 1280px;
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: #eaefde;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -132px;
  margin-left: auto;
  margin-right: auto;
  padding: 132px 44px 34px;
  display: flex;
}

.heading {
  grid-column-gap: 19.2593px;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-service-wrapper {
  width: 100%;
  max-width: 980px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.title-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 26.67px;
}

.paragraph-service {
  color: #ccc;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 19.26px;
}

.frame-bt3 {
  grid-column-gap: 11.8519px;
  grid-row-gap: 11.8519px;
  border: .740741px solid #0f1d30;
  border-radius: 7.40741px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5.92593px 14.8148px;
  display: flex;
}

.frame-bt3:hover {
  color: #a2df81;
  background-color: #52594f;
}

.text-bt3 {
  color: #0f1d30;
  text-align: center;
  letter-spacing: .02em;
  font-family: Merriweather, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 22.22px;
}

.text-bt3.frame-bt3 {
  color: #fff;
  letter-spacing: .04em;
  background-color: #3d7320;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
}

.text-bt3.frame-bt3:hover {
  background-color: #63a241;
  border-style: solid;
  border-radius: 10px;
}

.text-bt3.frame-bt3:active {
  background-color: #2b4e1a;
}

.grid-service {
  width: 100%;
  height: auto;
  max-width: 310px;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #666;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 28px 20px;
  display: flex;
}

.grid-service:hover {
  background-color: rgba(0, 0, 0, .04);
}

.vectors-wrapper-26 {
  width: 12px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial---m2 {
  width: 100%;
  grid-column-gap: 29.6296px;
  grid-row-gap: 29.6296px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 47.4074px 17.7778px;
  display: flex;
}

.columns {
  width: 100%;
  max-width: 1191.11px;
  grid-column-gap: 23.7037px;
  grid-row-gap: 23.7037px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.column-4 {
  width: 100%;
  grid-column-gap: 17.7778px;
  grid-row-gap: 17.7778px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .740741px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 17.7778px;
  display: flex;
}

.quote {
  width: 100%;
  grid-column-gap: 38.5185px;
  grid-row-gap: 38.5185px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-testimonials {
  color: #0f1d30;
  font-family: Montserrat, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 19.26px;
}

.author {
  width: 100%;
  grid-column-gap: 5.92593px;
  grid-row-gap: 5.92593px;
  background-color: rgba(187, 164, 99, .4);
  justify-content: flex-start;
  align-items: center;
  padding: 17.7778px 11.8519px;
  display: flex;
}

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 74.0741px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info {
  width: 100%;
  grid-column-gap: 2.96296px;
  grid-row-gap: 2.96296px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.name-testimonials {
  color: #0f1d30;
  letter-spacing: -.02em;
  font-family: Merriweather, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 17.78px;
}

.footer---m2 {
  width: 100%;
  grid-column-gap: 29.6296px;
  grid-row-gap: 29.6296px;
  background-color: rgba(187, 164, 99, .4);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 47.4074px 17.7778px 5.92593px;
  display: flex;
}

.columns-2 {
  width: 100%;
  max-width: 985.926px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-5 {
  grid-column-gap: 17.7778px;
  grid-row-gap: 17.7778px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.png2-1 {
  width: auto;
  height: 100%;
  max-height: 120px;
  filter: brightness(200%);
  object-fit: contain;
  border-radius: 63px;
  margin-right: auto;
}

.small-columns-3 {
  width: 177.778px;
  grid-column-gap: 23.7037px;
  grid-row-gap: 23.7037px;
  justify-content: center;
  align-items: center;
  padding-top: 11.8519px;
  display: flex;
}

.menu-list {
  grid-column-gap: 11.8519px;
  grid-row-gap: 11.8519px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-49 {
  color: #212121;
  text-transform: uppercase;
  font-family: Merriweather, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 22.22px;
}

.copyright {
  width: 100%;
  max-width: 696.296px;
  grid-column-gap: 23.7037px;
  grid-row-gap: 23.7037px;
  justify-content: center;
  align-items: center;
  padding-top: 11.8519px;
  padding-bottom: 11.8519px;
  display: flex;
  box-shadow: 0 -.740741px #e4ebf3;
}

.text-50 {
  color: #333;
  text-align: center;
  font-size: .625rem;
  font-weight: 400;
  line-height: 150%;
}

.brand {
  height: 100%;
}

.brand.w--current {
  height: 100%;
  display: block;
}

.nav-link {
  color: #ccc;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.nav-link:hover {
  color: #666;
}

.nav-link:active {
  color: #444;
}

.nav-link.w--current {
  color: #888;
}

.navbar---m2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-nav-bar {
  width: 100%;
  max-width: 1220px;
  background-color: #3e0000;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.bt-nav-link-m4 {
  color: #eaefde;
  text-transform: uppercase;
  background-color: #f26b5e;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.bt-nav-link-m4:hover {
  background-color: #db6c4b;
}

.body {
  background-color: #d9c5b4;
  margin-left: auto;
  margin-right: auto;
}

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

.link-block.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.link-block.navbar:hover {
  border-style: none;
}

.h4 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
}

.text-service {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-section {
  width: 100%;
  height: auto;
  max-width: 1280px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(241, 204, 178, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.grid-features {
  width: 100%;
  max-width: 1080px;
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.p-5 {
  color: #fff;
  text-align: left;
  letter-spacing: .01em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .2);
  align-self: stretch;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
}

.main-icon-service {
  z-index: auto;
  object-fit: contain;
  border-radius: 40px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 100%;
}

.v-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  object-fit: cover;
}

.service-post {
  width: 100%;
  height: auto;
  max-width: 380px;
  min-width: 280px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #3e0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.author-2 {
  width: 100%;
  grid-column-gap: 8.0023px;
  grid-row-gap: 8.0023px;
  background-color: #999;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 24.0069px 16.0046px;
  display: flex;
}

.text-3 {
  color: #f2f2f2;
  font-size: 40px;
  font-weight: 600;
  line-height: 50.01px;
}

.text-2 {
  height: 100%;
  color: #fff;
  text-align: justify;
  letter-spacing: .01em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.testimonial {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: radial-gradient(circle closest-side, #333, rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 36.0104px;
  grid-row-gap: 36.0104px;
  background-color: #666;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 20px;
  display: flex;
  overflow: visible;
}

.info-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 4.00115px;
  grid-row-gap: 4.00115px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-4 {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.testimonials-section {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 145px;
  grid-row-gap: 145px;
  background-color: rgba(241, 204, 178, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.image-5 {
  width: 80px;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #666;
  border-radius: 100.029px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-testimonial {
  width: 100%;
  max-width: 1040px;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-radius: 20px;
  flex-wrap: nowrap;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

._5-stars-testimonials {
  width: 115px;
  height: 23.0133px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-div-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.bottom-section-2 {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #333, rgba(0, 0, 0, 0));
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 24px 80px;
  display: flex;
  position: relative;
}

.h2-3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.link-block-4 {
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.icon-footer {
  width: 24px;
  height: 18px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 8%;
  right: auto;
}

.info-grip {
  width: 100%;
  max-width: 480px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ccc;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 20px 80px;
  display: flex;
  position: relative;
}

.footer-elevator-logo {
  width: 57.5px;
  height: 17.5581px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tool-text {
  color: #000;
  letter-spacing: -.02em;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  position: relative;
}

.copyright-2 {
  width: 100%;
  max-width: 740px;
  min-width: 740px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 11.8519px;
  padding-bottom: 11.8519px;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
  box-shadow: 0 -1px #e4ebf3;
}

.text-8 {
  color: #f2f2f2;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.logo_white {
  width: 280px;
  max-width: none;
  filter: saturate(116%) brightness(110%);
  object-fit: cover;
}

.nav-link-m4 {
  color: #d9c5b4;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.nav-link-m4:hover {
  color: #f26b5e;
}

.nav-link-m4.w--current {
  color: #db6c4b;
}

.button-hero-m4 {
  grid-column-gap: 11.8519px;
  grid-row-gap: 11.8519px;
  background-color: #4caf50;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.button-hero-m4:hover {
  background-color: #63a241;
}

.button-hero-m4:active {
  background-color: #3d7320;
}

.button-hero-m4.bt-footer {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #277aa3;
  border: 3px solid #f2d3ae;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lottie-animation {
  width: 40px;
  object-fit: contain;
  margin-top: 2px;
  margin-bottom: -2px;
}

.nav-menu {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.post-testimonial {
  width: 100%;
  height: 100%;
  background-color: #5b544e;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-5 {
  border-radius: 10px;
  text-decoration: none;
}

.navbar---m1 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bar {
  width: 100%;
  background-color: #f0f4fd;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  height: auto;
  object-fit: contain;
}

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

.bt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2a3f63;
  border: 4px solid #ff8c00;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  display: flex;
}

.bt:hover {
  background-color: #051b41;
}

.bt.bt-main {
  width: auto;
  background-color: #ff8c00;
  padding-top: 0;
  padding-bottom: 0;
}

.bt.bt-main:hover {
  background-color: orange;
}

.bt.bt-main.green {
  letter-spacing: .02rem;
  background-color: #007512;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bt.bt-main.green:hover {
  background-color: #00530d;
}

.bt.bt-agenda {
  display: none;
}

.bt-text {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.bt-text:hover {
  color: #fff;
}

.h2 {
  max-width: 900px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 50px;
}

.vectors-wrapper-4 {
  width: 22px;
  height: 12px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.veja-mais-div {
  grid-column-gap: 8px;
  grid-row-gap: 5px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.hero-frame {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 60px;
}

.veja-mais-link {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 15px;
  text-decoration: none;
  display: flex;
}

.veja-mais-link:hover {
  grid-row-gap: 10px;
  padding-bottom: 10px;
}

.hero-section---m1 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  background-image: url('../images/SECTION--Hero-Section_1[SECTION]--Hero Section.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  display: flex;
}

.veja-mais {
  color: #fff;
  letter-spacing: -.02em;
  border: 1px #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.dropdown-service {
  width: 55vw;
  max-width: 600px;
  min-width: 520px;
  background-color: #3e1b2b;
  border: 0 solid #928282;
  border-bottom-width: 1px;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.dropdown {
  display: inline-block;
}

.paragraph {
  color: #fff;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph.black {
  color: #000;
}

.vectors-wrapper-28 {
  width: 22px;
  height: 12px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-div {
  clear: right;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.plus-wrapper {
  width: 25px;
  height: 25px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-text {
  font-size: 1.5rem;
  line-height: 3.125rem;
}

.topics-div {
  clear: right;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-29 {
  width: 46.7407px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.vectors-wrapper-2 {
  width: 46.74px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.h3-2 {
  width: 55vw;
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.h3-2.headdrop {
  border-radius: 20px 20px 0 0;
}

.h3-2.bottomdrop {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
}

.h3-2.bottomdrop.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-list {
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  width: 55vw;
  max-width: 600px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 16px 24px;
}

.services-section---m1 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: url('../images/SECTION--Services-Section_1[SECTION]--Services Section.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 161px;
  padding-bottom: 161px;
  display: flex;
  position: relative;
}

.nome {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-51 {
  color: rgba(51, 51, 51, 0);
}

.oabpr-67-389-0 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.bt-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.identifica-o {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.equipe {
  width: 100%;
  min-width: 400px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #121e28;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.team-div {
  max-width: 700px;
  min-width: 600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-section---m1 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  grid-column-gap: 10%;
  grid-row-gap: 40px;
  background-color: #000;
  background-image: url('../images/SECTION--Team-Section_1[SECTION]--Team Section.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px 20px 40px;
  display: flex;
}

.subheading {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.oabpr-67-389-1 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.foto {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: contain;
  background-color: rgba(217, 217, 217, 0);
  border-color: #2a3f63;
}

.frame-10 {
  min-width: 180px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
  color: #000;
}

.team-section---m2 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5%;
  display: flex;
}

.team-section---m2.advogado {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(234, 239, 222, 0);
  background-image: radial-gradient(circle closest-side, #333, rgba(0, 0, 0, 0));
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.service-section---m2 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5%;
  display: flex;
}

.service-section---m2.service {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  justify-content: center;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.testimonial-section---m2, .footer-section---m2 {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.body---m2 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-hero---m2 {
  grid-column-gap: 11.8519px;
  grid-row-gap: 11.8519px;
  background-color: #4caf50;
  border-radius: 7.40741px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 17.7778px;
  display: flex;
}

.button-hero---m2:hover {
  background-color: #63a241;
  border: 2px solid #fff;
  padding: 15.7778px;
}

.bt-nav-link---m2 {
  color: #eaefde;
  text-transform: uppercase;
  background-color: #4caf50;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}

.bt-nav-link---m2:hover {
  background-color: #63a241;
}

.bt-nav-link---m2:active {
  background-color: #3d7320;
}

.t {
  color: #5b544e;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navbar-logo-left {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar---m3 {
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
}

.navbar-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0 24px 12px;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 5.72068px;
  grid-row-gap: 5.72068px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 0;
  display: flex;
}

.navbarcontainer {
  width: 100%;
  max-width: 1040px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.logo-2 {
  width: 100%;
  height: 100%;
  max-width: 280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-column {
  width: 100%;
  max-width: 580px;
  grid-column-gap: 24px;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h5 {
  color: #fff;
  letter-spacing: -.001px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.hero-section---m3 {
  width: 100%;
  height: 650px;
  max-width: 1280px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: url('../images/Vector-5.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1160px 641.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.p-4 {
  color: #5b544e;
  text-align: center;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.hero-container {
  width: 100%;
  max-width: 1040px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-6 {
  width: 100%;
  max-width: 354px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-wrapper-content {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p-3 {
  width: 75%;
  color: #5b544e;
  letter-spacing: .1px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.h1-2 {
  color: #5b544e;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
}

.text-block {
  color: #f7f5f4;
  flex-direction: column;
  align-items: stretch;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.text-block-2 {
  color: #f7f5f4;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.frame-7 {
  width: 50%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.container-h2 {
  width: 100%;
  max-width: 1040px;
  grid-column-gap: 6%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.problem-soluction-section---m3 {
  max-width: 1280px;
  grid-column-gap: 3em;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 60px;
  display: flex;
}

.h4-3 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.p-6 {
  color: #f7f5f4;
  text-align: left;
  letter-spacing: .01em;
  align-self: stretch;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.frame-4 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-12 {
  width: 100%;
  max-width: 1040px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.frame-26 {
  width: 100%;
  max-width: 1040px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.frame-5 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-section---m3 {
  width: 100%;
  height: auto;
  max-width: 1280px;
  grid-column-gap: 3em;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 60px;
  display: flex;
}

.frame-3 {
  width: 100%;
  max-width: 380px;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  background-color: #5b544e;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.frame-27 {
  width: 100%;
  max-width: 1040px;
  grid-column-gap: -112px;
  grid-row-gap: -112px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-section---m3 {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 145px;
  grid-row-gap: 145px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.button-8 {
  width: auto;
  height: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #44732a;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.text-block-4 {
  width: 100%;
  color: #f7f5f4;
  text-align: justify;
  word-break: keep-all;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.perfil-section---m3 {
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 60px;
  display: flex;
}

.column-perfil-section {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.container-h2-2 {
  width: 100%;
  max-width: 1040px;
  background-color: #5b544e;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: grid;
}

.frame-28 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.body-2 {
  background-color: #9c8871;
}

.navbar---m4 {
  width: 100%;
  background-color: #3e0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.main-nav-bar---m2 {
  width: 100%;
  height: 15vh;
  max-height: 300px;
  max-width: 1220px;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-section---m4 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5%;
  display: flex;
}

.hero-section---m4.hero {
  width: 100vw;
  height: 100vh;
  grid-row-gap: 0px;
  background-color: rgba(234, 239, 222, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.hero-section---m4.advogado {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(234, 239, 222, 0);
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

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

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

.hero-image {
  width: 90%;
  max-width: 380px;
}

.image-profile {
  max-width: none;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}

.lottie-animation-3 {
  width: 100%;
  max-width: 120px;
}

.info-grid-wrapper-m4 {
  width: auto;
  max-width: 1080px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.popup {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-background {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .15);
}

.popup-container {
  width: 100%;
  max-width: 35rem;
  background-color: #fbf5ec;
  border-bottom-right-radius: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  position: absolute;
}

.link-block-6 {
  text-decoration: none;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.close-text {
  font-size: 50px;
  font-weight: 300;
  transform: rotate(45deg);
}

.heading-2 {
  color: #1c1e21;
  letter-spacing: -.03em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-5 {
  color: #1c1e21;
  letter-spacing: 1px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.form {
  margin-top: 20px;
}

.field-label {
  color: #1c1e21;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.form-logo {
  max-width: 200px;
}

.whatsapp-field, .name-field {
  border-bottom-right-radius: 10px;
}

.submit-button {
  border-bottom-right-radius: 10px;
  margin-top: 10px;
}

.success-message {
  margin-top: 20px;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 20px;
}

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

.bottom-section---m1 {
  width: 100%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #0e0c09;
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 24px 80px;
  display: flex;
  position: relative;
}

.lottie-animation-4 {
  width: 80px;
}

.column-m2-2 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-section---m2-2 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  display: flex;
}

.service-section---m2-2.service {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-hero-m2-2 {
  grid-column-gap: 11.8519px;
  grid-row-gap: 11.8519px;
  background-color: #4caf50;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.button-hero-m2-2:hover {
  background-color: #63a241;
}

.button-hero-m2-2:active {
  background-color: #3d7320;
}

.button-hero-m2-2.bt-footer {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #277aa3;
  border: 3px solid #f2d3ae;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-hero-m2-2.bt-footer-m2-2 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #4caf50;
  border: 3px solid #f2d3ae;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-9 {
  width: 50%;
  max-width: none;
}

.flex-block-5 {
  width: 100%;
}

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

.quick-stack-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  text-align: justify;
  padding-top: 0;
  padding-bottom: 0;
}

.team-section---m2-2 {
  height: 100vh;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5%;
  display: flex;
}

.team-section---m2-2.advogado {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(234, 239, 222, 0);
  background-image: radial-gradient(circle closest-side, #333, rgba(0, 0, 0, 0));
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-span {
  font-weight: 600;
}

.body---m2-2 {
  background-color: #090020;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bt---nav-link-mobile {
  width: 24px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .hero-section---m2 {
    flex-direction: column;
  }

  .hero-section---m2.hero {
    max-width: 1600px;
    align-items: center;
    padding-bottom: 40px;
  }

  .navigation {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-content {
    max-width: 830px;
  }

  .title {
    font-size: 2.5rem;
    line-height: 150%;
  }

  .h3---subheading {
    font-size: 1.4rem;
    line-height: 150%;
  }

  .h3---subheading.hero-subheading, .h3---subheading.hero-upper-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .main-social-proof {
    max-width: 1220px;
  }

  .stars {
    width: 185px;
    height: auto;
  }

  .text-social-proof {
    font-size: 1.25rem;
    line-height: 1.9rem;
  }

  .button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .button-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-hero:hover {
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-bt1 {
    font-size: 1.2rem;
    line-height: 150%;
  }

  .vectors-wrapper {
    width: 20px;
    height: 20px;
  }

  .text-bt2 {
    font-size: 1.2rem;
    line-height: 150%;
  }

  .vectors-wrapper-19 {
    width: 16px;
    height: 24px;
  }

  .description-m2-2 {
    font-size: 1.2rem;
    line-height: 150%;
  }

  .vectors-wrapper-22 {
    width: 185px;
    height: auto;
  }

  .heading {
    grid-row-gap: .5rem;
  }

  .title-h2 {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .paragraph-service {
    font-size: 1rem;
    line-height: 150%;
  }

  .text-bt3 {
    font-size: 1rem;
    line-height: 25px;
  }

  .grid-service {
    grid-row-gap: 15px;
  }

  .testimonial---m2 {
    margin-bottom: 100px;
  }

  .columns {
    max-width: 988.889px;
  }

  .paragraph-testimonials {
    font-size: 1rem;
    line-height: 25px;
  }

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

  .name-testimonials {
    font-size: 1rem;
    line-height: 25px;
  }

  .footer---m2 {
    position: absolute;
    bottom: 0;
  }

  .columns-2 {
    max-width: 1231px;
  }

  .text-50 {
    font-size: 1rem;
  }

  .nav-link {
    line-height: 150%;
  }

  .nav-link.w--current {
    font-size: 1rem;
    line-height: 150%;
  }

  .main-nav-bar {
    border-bottom: 1px #d4d7ca;
    padding-bottom: 20px;
  }

  .bt-nav-link-m4 {
    font-size: 1.40625rem;
    line-height: 2.5rem;
  }

  .nav-link-m4, .nav-link-m4.w--current {
    font-size: 1rem;
    line-height: 150%;
  }

  .button-hero-m4:hover {
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-section---m2 {
    flex-direction: column;
  }

  .team-section---m2.advogado {
    max-width: 1600px;
    align-items: center;
  }

  .service-section---m2 {
    flex-direction: column;
  }

  .service-section---m2.service {
    max-width: 1600px;
  }

  .testimonial-section---m2, .footer-section---m2 {
    flex-direction: column;
  }

  .button-hero---m2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-hero---m2:hover {
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bt-nav-link---m2 {
    line-height: 2.5rem;
  }

  .navbar-menu {
    padding-left: 0;
    padding-right: 20px;
  }

  .main-nav-bar---m2 {
    border-bottom: 1px #d4d7ca;
    padding-bottom: 20px;
  }

  .hero-section---m4 {
    flex-direction: column;
  }

  .hero-section---m4.hero {
    max-width: 1600px;
    align-items: center;
    padding-bottom: 40px;
  }

  .hero-section---m4.advogado {
    max-width: 1600px;
    align-items: center;
  }

  .text-block-5 {
    letter-spacing: -.03em;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 140%;
  }

  .service-section---m2-2 {
    flex-direction: column;
  }

  .service-section---m2-2.service {
    max-width: 1600px;
  }

  .button-hero-m2-2:hover {
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-section---m2-2 {
    flex-direction: column;
  }

  .team-section---m2-2.advogado {
    max-width: 1600px;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section---m2.hero {
    max-height: 1080px;
  }

  .title {
    font-size: 3.45rem;
    line-height: 150%;
  }

  .h3---subheading.hero-subheading, .h3---subheading.hero-upper-heading {
    font-size: 1.51rem;
    line-height: 2.1rem;
  }

  .text-social-proof {
    font-size: 1.251rem;
    line-height: 2rem;
  }

  .button-wrapper {
    bottom: 5%;
  }

  .text-bt1 {
    font-size: 1.41rem;
    line-height: 2.51rem;
  }

  .text-bt2 {
    font-size: 1.51rem;
    line-height: 2.51rem;
  }

  .description-m2-2 {
    font-size: 1.5rem;
    line-height: 150%;
  }

  .title-h2 {
    font-size: 1.65rem;
    line-height: 150%;
  }

  .paragraph-service {
    font-size: 1.1rem;
    line-height: 25.1px;
  }

  .grid-service {
    height: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-testimonials, .name-testimonials {
    font-size: 1.1rem;
    line-height: 150%;
  }

  .footer---m2 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-49 {
    font-size: 1rem;
    line-height: 150%;
  }

  .nav-link {
    font-size: 1.407rem;
  }

  .nav-link.w--current {
    font-size: 1.407rem;
    line-height: 150%;
  }

  .main-nav-bar {
    padding-bottom: 20.1px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link-m4 {
    font-size: 1.407rem;
  }

  .nav-link-m4.w--current {
    font-size: 1.407rem;
    line-height: 150%;
  }

  .team-section---m2.advogado {
    max-height: 1080px;
  }

  .service-section---m2.service {
    height: 100vh;
    max-height: 1080px;
    min-height: auto;
  }

  .main-nav-bar---m2 {
    padding-bottom: 20.1px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-section---m4.hero, .hero-section---m4.advogado {
    max-height: 1080px;
  }

  .service-section---m2-2.service {
    height: 100vh;
    max-height: 1080px;
    min-height: auto;
  }

  .team-section---m2-2.advogado {
    max-height: 1080px;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .hero-section---m2.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section---m2.hero {
    height: auto;
    min-height: 100vh;
    padding-top: 40px;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .title {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }

  .h3---subheading.hero-subheading, .h3---subheading.hero-upper-heading {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .text-social-proof {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .button-wrapper {
    width: 100%;
    bottom: 3vh;
  }

  .column {
    order: 1;
  }

  .whatsapp-image-2023-07-29-at-08-45-1 {
    order: -1;
  }

  .small-columns-m2-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .column-3 {
    order: -1;
  }

  .grid-service-wrapper {
    margin-bottom: 40px;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-2 {
    max-width: 400px;
  }

  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .column-5, .menu-list {
    align-items: center;
  }

  .h4 {
    font-size: 19px;
    line-height: 23px;
  }

  .h3 {
    font-size: 23px;
    line-height: 28px;
  }

  .grid-features {
    max-width: 700px;
  }

  .p-5 {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .main-icon-service {
    width: 80px;
    height: 80px;
  }

  .service-post {
    max-width: 253.94px;
    background-color: #a69180;
  }

  .author-2 {
    padding: 16px 10px;
  }

  .text-3 {
    font-size: 26px;
    line-height: 33px;
  }

  .text-2 {
    font-size: 14px;
    line-height: 140%;
  }

  .info-2 {
    height: auto;
    grid-column-gap: 100%;
    grid-row-gap: 0%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .text-4 {
    font-size: 13px;
    line-height: 16px;
  }

  .image-5 {
    width: 40px;
    height: 100%;
    object-fit: fill;
    object-position: 50% 50%;
  }

  .grid-testimonial {
    max-width: 700px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  ._5-stars-testimonials {
    width: 77px;
    height: auto;
  }

  .tool-text {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .bt-text {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .h2 {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  .hero-frame {
    grid-row-gap: 50px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .h1 {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }

  .veja-mais-link {
    margin-top: 40px;
  }

  .hero-section---m1 {
    justify-content: center;
  }

  .veja-mais {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .paragraph {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .plus-wrapper {
    width: 20px;
    height: 20px;
  }

  .service-text {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }

  .h4-2 {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .team-section---m2.advogado, .service-section---m2.service {
    height: auto;
    min-height: 100vh;
  }

  .navbar-link {
    justify-content: center;
  }

  .navbar-menu {
    max-width: unset;
  }

  .icon {
    color: #f2f2f2;
  }

  .hero-column {
    max-width: 335.5px;
  }

  .h5 {
    font-size: 12px;
    line-height: 16px;
  }

  .p-4 {
    font-size: 10.6px;
    line-height: 17px;
  }

  .button-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-20 {
    justify-content: space-between;
  }

  .hero-container {
    max-width: 700px;
    flex-flow: row;
    align-items: center;
  }

  .column-6 {
    max-width: 246px;
  }

  .p-3 {
    font-size: 10.52px;
    line-height: 17.2px;
  }

  .h1-2 {
    font-size: 20px;
    line-height: 120%;
  }

  .text-block {
    font-size: 15px;
    line-height: 19px;
  }

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

  .frame-7 {
    grid-row-gap: 16px;
  }

  .container-h2 {
    max-width: 700px;
  }

  .h4-3 {
    font-size: 19px;
    line-height: 23px;
  }

  .p-6 {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .frame-26 {
    max-width: 700px;
  }

  .frame-3 {
    max-width: 253.94px;
  }

  .button-8 {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 140%;
  }

  .column-perfil-section {
    grid-row-gap: 16px;
  }

  .container-h2-2 {
    max-width: 700px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .hero-section---m4.hero {
    height: auto;
    min-height: 100vh;
    padding-top: 40px;
  }

  .hero-section---m4.advogado {
    height: auto;
    min-height: 100vh;
  }

  .info-grid-wrapper-m4 {
    min-width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .popup-container {
    max-width: 30rem;
  }

  .heading-2 {
    font-size: 44px;
  }

  .text-block-5 {
    letter-spacing: .8px;
    font-size: 12px;
  }

  .form-logo {
    max-width: 160px;
  }

  .column-m2-2 {
    order: 1;
  }

  .service-section---m2-2.service {
    height: auto;
    min-height: 100vh;
  }

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

  .team-section---m2-2.advogado {
    height: auto;
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .hero-section---m2 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section---m2.cc-contact {
    padding: 15px;
  }

  .hero-section---m2.hero {
    padding-top: 40px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .main-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .hero-content {
    align-items: center;
  }

  .title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .h3---subheading {
    width: 80%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .h3---subheading.hero-subheading, .h3---subheading.hero-upper-heading {
    text-align: center;
  }

  .main-icon-hero {
    width: 140px;
    height: 140px;
    clear: right;
    overflow: hidden;
  }

  .main-social-proof {
    align-items: center;
    padding-top: 40px;
  }

  .text-social-proof {
    text-align: center;
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .button-wrapper {
    padding-bottom: 4px;
    bottom: .2vh;
  }

  .text-bt1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-bt2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .description-m2-2 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .frame-25 {
    grid-row-gap: 20px;
  }

  .whatsapp-image-2023-07-29-at-08-45-1 {
    width: 70%;
  }

  .small-columns-m2-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 0;
  }

  .grid-service-wrapper {
    grid-row-gap: 20px;
  }

  .title-h2 {
    margin-bottom: 0;
  }

  .paragraph-service {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .grid-service {
    grid-row-gap: 15px;
  }

  .bt-nav-link-m4 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .grid-features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .main-icon-service {
    display: none;
  }

  .quote-2 {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .testimonials-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-testimonial {
    flex-direction: column;
    grid-template-rows: minmax(auto, 1fr) auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-2 {
    min-width: 370px;
  }

  .post-testimonial {
    max-width: 280px;
    min-width: 180px;
    overflow: visible;
  }

  .bt.bt-main {
    width: 250px;
    padding: 10px;
  }

  .bt-text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .h2 {
    font-size: 1rem;
    line-height: 2rem;
  }

  .h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph {
    font-size: .8rem;
  }

  .plus-wrapper {
    width: 18px;
    height: 18px;
  }

  .service-text {
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .team-section---m2 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .team-section---m2.advogado {
    margin-left: 0;
    margin-right: 0;
  }

  .service-section---m2, .testimonial-section---m2, .footer-section---m2 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .bt-nav-link---m2 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .h5 {
    text-align: center;
    font-size: 12px;
  }

  .button-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-20 {
    height: auto;
    grid-column-gap: 12px;
    grid-row-gap: 10px;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
  }

  .hero-container {
    grid-column-gap: 10px;
  }

  .column-6 {
    width: 40%;
    max-width: none;
    display: flex;
  }

  .button-8 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

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

  .container-h2-2 {
    flex-wrap: wrap-reverse;
    grid-template-columns: 50% repeat(auto-fit, 50%);
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav-bar---m2 {
    background-color: rgba(0, 0, 0, .6);
  }

  .hero-section---m4 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section---m4.hero {
    padding-top: 40px;
  }

  .hero-section---m4.advogado {
    margin-left: 0;
    margin-right: 0;
  }

  .popup-container {
    max-width: 25rem;
  }

  .heading-2 {
    font-size: 40px;
  }

  .form-logo {
    max-width: 140px;
  }

  .service-section---m2-2 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .service-section---m2-2.service {
    padding-top: 15%;
  }

  .quick-stack-2 {
    flex: 0 auto;
  }

  .team-section---m2-2 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .team-section---m2-2.advogado {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-section---m2.hero {
    padding: 0 15px 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .main-content {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-top: 100px;
    overflow: visible;
  }

  .hero-content {
    text-align: center;
    align-items: center;
  }

  .title {
    margin-top: 4px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .title.nome {
    font-size: 1rem;
  }

  .h3---subheading {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .h3---subheading.hero-subheading {
    width: 100%;
    letter-spacing: .05em;
    margin-top: 4px;
    font-size: .7rem;
    font-weight: 500;
    line-height: .9rem;
  }

  .h3---subheading.hero-upper-heading {
    font-size: .8rem;
  }

  .main-icon-hero {
    width: 80px;
    height: 80px;
    display: none;
  }

  .main-social-proof {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    padding: 10px 0 20px;
  }

  .text-social-proof {
    text-align: center;
    margin-bottom: 0;
    font-size: .7rem;
    line-height: 1.3rem;
  }

  .button-wrapper {
    padding-bottom: 10px;
    position: relative;
    bottom: 10%;
  }

  .button-hero {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-bt1 {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .text-bt2 {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .content {
    grid-row-gap: 15px;
    align-items: center;
  }

  .description-m2-2 {
    text-align: center;
  }

  .frame-25 {
    justify-content: center;
  }

  .whatsapp-image-2023-07-29-at-08-45-1 {
    width: 70%;
    height: auto;
    object-fit: contain;
  }

  .small-columns-m2-2 {
    grid-row-gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .vectors-wrapper-22 {
    width: auto;
    height: 24px;
  }

  .column-3 {
    width: auto;
    height: auto;
  }

  .grid-service-wrapper {
    grid-row-gap: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .quote {
    grid-row-gap: 20px;
  }

  .small-columns-3 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .text-49 {
    font-weight: 400;
  }

  .brand {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .main-nav-bar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .bt-nav-link-m4 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .link-block {
    display: block;
  }

  .link-block.navbar {
    display: flex;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .h4 {
    font-size: 16px;
    line-height: 120%;
  }

  .text-service {
    flex-direction: column;
  }

  .benefits-section {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    letter-spacing: -1.2px;
    text-transform: none;
    font-size: 20px;
    line-height: 120%;
  }

  .grid-features {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .p-5 {
    text-align: center;
    line-height: 160%;
  }

  .main-icon-service {
    order: -1;
    display: none;
  }

  .v-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .image-4 {
    width: 30%;
  }

  .service-post {
    height: auto;
    max-width: none;
    min-width: 0;
    flex-flow: wrap;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-2 {
    grid-row-gap: 16px;
  }

  .testimonials-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-testimonial {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .call-div-2, .bottom-section-2 {
    grid-row-gap: 8px;
  }

  .h2-3 {
    font-size: 20px;
    line-height: 120%;
  }

  .icon-footer {
    width: 100%;
    position: static;
  }

  .info-grip {
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
  }

  .tool-text {
    text-align: center;
    font-size: 12px;
  }

  .copyright-2 {
    min-width: 0;
  }

  .logo_white {
    width: 40%;
  }

  .button-hero-m4 {
    padding: 4px 10px;
  }

  .lottie-animation {
    width: 24px;
  }

  .nav-bar {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }

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

  .hero-link.w--current {
    flex: 0 auto;
  }

  .logo {
    width: 240px;
    min-width: 0;
    object-fit: contain;
    display: inline-block;
    overflow: hidden;
  }

  .bt {
    font-size: 1rem;
    line-height: 1.3rem;
    display: flex;
    overflow: visible;
  }

  .bt.bt-nav {
    display: none;
  }

  .bt.bt-main {
    background-color: #e17c00;
    border-color: #e17c00;
    border-radius: 11px;
  }

  .bt.bt-main.green {
    width: 80%;
    background-color: #007512;
  }

  .bt-text {
    padding-top: 0;
    font-size: .8rem;
  }

  .h2 {
    width: 100%;
    font-size: .9rem;
    line-height: 1.9rem;
  }

  .hero-frame {
    max-width: 100%;
    grid-row-gap: 40px;
    margin-top: -24px;
  }

  .h1 {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .hero-section---m1 {
    width: auto;
    min-width: 100vw;
    background-image: url('../images/SECTION--Hero-Section_2[SECTION]--Hero Section.webp'), url('../images/SECTION--Hero-Section_1[SECTION]--Hero Section.webp');
    background-position: 0 0, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    padding-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .paragraph {
    text-align: center;
    line-height: 1.2rem;
  }

  .services-div {
    align-content: center;
  }

  .plus-wrapper {
    width: 14px;
    height: 14px;
  }

  .service-text {
    font-size: .7rem;
    font-weight: 600;
  }

  .h3-2 {
    width: 80vw;
    min-width: 0;
  }

  .services-section---m1 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .bt-div {
    width: 100%;
  }

  .equipe {
    width: 80%;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .team-div {
    min-width: 0;
    align-items: center;
  }

  .team-section---m2.advogado, .service-section---m2.service {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-hero---m2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bt-nav-link---m2 {
    font-size: .6rem;
    line-height: 1rem;
    display: none;
  }

  .navbar-content {
    justify-content: center;
  }

  .navbar-brand {
    margin-top: 10%;
  }

  .navbar-menu {
    display: none;
  }

  .logo-2 {
    justify-content: center;
  }

  .menu-button-2 {
    order: 0;
    display: none;
  }

  .icon {
    display: none;
  }

  .hero-column {
    max-width: none;
    justify-content: center;
    align-items: center;
  }

  .hero-section---m3 {
    height: 100vh;
    max-height: 640px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-4 {
    font-size: 12px;
  }

  .frame-20 {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-container {
    max-width: 320px;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .column-6 {
    display: block;
  }

  .hero-wrapper-content {
    align-items: center;
  }

  .p-3 {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
  }

  .h1-2 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }

  .text-block {
    text-align: justify;
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 140%;
  }

  .text-block-2 {
    text-align: left;
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-7 {
    grid-row-gap: 32px;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .container-h2 {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .problem-soluction-section---m3 {
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h4-3 {
    font-size: 16px;
    line-height: 120%;
  }

  .p-6 {
    text-align: justify;
    justify-content: center;
    line-height: 120%;
    display: flex;
  }

  .frame-4 {
    flex-direction: column;
  }

  .frame-26 {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 0;
  }

  .frame-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .benefits-section---m3 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-3 {
    height: auto;
    max-width: none;
    background-color: rgba(0, 0, 0, .02);
    flex-flow: wrap;
    justify-content: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-section---m3, .button-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    text-align: justify;
    white-space: pre-wrap;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 140%;
  }

  .perfil-section---m3 {
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-perfil-section {
    grid-row-gap: 32px;
    order: 1;
  }

  .container-h2-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .main-nav-bar---m2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .hero-section---m4.hero {
    padding: 0 15px 20px;
  }

  .hero-section---m4.advogado {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quick-stack {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info-grid-wrapper-m4 {
    width: 100%;
  }

  .popup-container {
    width: 90%;
    padding: 20px;
  }

  .link-block-6 {
    top: 20px;
    right: 20px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .form-logo {
    max-width: 120px;
  }

  .text-block-6 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .success-message {
    margin-top: 10px;
  }

  .bottom-section---m1 {
    grid-row-gap: 24px;
  }

  .service-section---m2-2.service {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-hero-m2-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-hero-m2-2.bt-footer-m2-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-section---m2-2.advogado {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bt---nav-link-mobile {
    width: 32px;
    display: block;
  }
}

#w-node-fba2300b-3e96-9b5a-f574-33c9788c692d-0e179461 {
  align-self: center;
}

#w-node-d3c9d8a6-23a8-9a07-9287-9f5acf6f96b9-42c5e9fb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d3c9d8a6-23a8-9a07-9287-9f5acf6f96ba-42c5e9fb {
  grid-row: span 4 / span 4;
}

#w-node-_664d71bb-4a48-7e21-0f40-a36ebeba2e57-ee9b0f7f {
  align-self: center;
}

#w-node-aa5cfc5a-d72e-23e7-845c-f0a279fdb792-ee9b0f7f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aa5cfc5a-d72e-23e7-845c-f0a279fdb794-ee9b0f7f {
  grid-row: span 4 / span 4;
}

#w-node-d77037bf-b021-6dde-141f-60fa39f67bb9-5e778cc2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-efb8ebc8-0502-dd3b-6a90-7a3b391d84f6-5e778cc2 {
  align-self: center;
}

#w-node-e1954da3-fcd4-2249-72f6-674e4106b81b-5e778cc2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1954da3-fcd4-2249-72f6-674e4106b81c-5e778cc2 {
  grid-row: span 4 / span 4;
}

#w-node-d77037bf-b021-6dde-141f-60fa39f67bb9-f5c2e99c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-efb8ebc8-0502-dd3b-6a90-7a3b391d84f6-f5c2e99c {
  align-self: center;
}

#w-node-e1954da3-fcd4-2249-72f6-674e4106b81b-f5c2e99c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1954da3-fcd4-2249-72f6-674e4106b81c-f5c2e99c {
  grid-row: span 4 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-d77037bf-b021-6dde-141f-60fa39f67bb9-5e778cc2, #w-node-d77037bf-b021-6dde-141f-60fa39f67bb9-f5c2e99c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3c9d8a6-23a8-9a07-9287-9f5acf6f96b9-42c5e9fb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c9d8a6-23a8-9a07-9287-9f5acf6f96ba-42c5e9fb {
    grid-row: span 4 / span 4;
  }

  #w-node-aa5cfc5a-d72e-23e7-845c-f0a279fdb792-ee9b0f7f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa5cfc5a-d72e-23e7-845c-f0a279fdb794-ee9b0f7f {
    grid-row: span 4 / span 4;
  }

  #w-node-d77037bf-b021-6dde-141f-60fa39f67bb9-5e778cc2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d77037bf-b021-6dde-141f-60fa39f67bbb-5e778cc2 {
    order: -9999;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81b-5e778cc2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81c-5e778cc2 {
    grid-row: span 4 / span 4;
  }

  #w-node-d77037bf-b021-6dde-141f-60fa39f67bb9-f5c2e99c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d77037bf-b021-6dde-141f-60fa39f67bbb-f5c2e99c {
    order: -9999;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81b-f5c2e99c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81c-f5c2e99c {
    grid-row: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3c9d8a6-23a8-9a07-9287-9f5acf6f96b9-42c5e9fb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c9d8a6-23a8-9a07-9287-9f5acf6f96ba-42c5e9fb {
    grid-row: span 4 / span 4;
  }

  #w-node-aa5cfc5a-d72e-23e7-845c-f0a279fdb792-ee9b0f7f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-aa5cfc5a-d72e-23e7-845c-f0a279fdb794-ee9b0f7f {
    grid-row: span 4 / span 4;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81b-5e778cc2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81c-5e778cc2 {
    grid-row: span 4 / span 4;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81b-f5c2e99c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1954da3-fcd4-2249-72f6-674e4106b81c-f5c2e99c {
    grid-row: span 4 / span 4;
  }
}


