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

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 36px;
  line-height: 62px;
  font-weight: 400;
  text-align: center;
}

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  margin-left: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
  margin-top: 5px;
}

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

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

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

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

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.footer-mutual {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #272976;
}

.footer-mutual.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

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

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

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

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px -5px #000;
}

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

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

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

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

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

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.section-sticky {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f5f6fa;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading {
  display: block;
  margin: 100px 0px 40px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 46px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.paragraph {
  display: block;
  margin: 20px 20px 0px 0px;
  padding-right: 489px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.91);
  font-size: 19px;
  line-height: 40px;
  text-align: left;
}

.button-2 {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #f37137;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.button-2:hover {
  background-color: #fc2b77;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}

.button-2:active {
  background-color: #fc2b77;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mutual-section-3 {
  height: 84px;
  margin: 40px auto 0px;
  border-radius: 0px;
  background-color: #fff;
}

.heading-2 {
  margin-top: 46px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
}

.mutual-section-2 {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-color: #f8fbfe;
  color: #fff;
}

.mutual-section-2.home {
  margin-top: 128px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 220px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #f37137;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
}

.heading-4 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #272976;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.paragraph-3 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #727c88;
  line-height: 26px;
  text-align: center;
}

.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-5 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #272976;
}

.solicitar {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
}

.paragraph-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 160px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  text-align: center;
}

.paragraph-5 {
  margin-top: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: left;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.text-block4 {
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 0px 0px 10px;
  font-family: Lato, sans-serif;
  color: #f37137;
  font-size: 44px;
  text-align: center;
}

.slider {
  height: 322px;
  border: 1px none transparent;
  border-radius: 20px;
  background-color: transparent;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.section-6 {
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  background-color: hsla(0, 0%, 94.9%, 0.35);
}

.container-10 {
  height: auto;
  padding-right: 150px;
  padding-bottom: 60px;
  padding-left: 150px;
  border-radius: 20px;
  background-color: transparent;
}

.heading-6 {
  margin-top: -16px;
  font-family: Lato, sans-serif;
  color: #272976;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.paragraph-7 {
  margin-top: -20px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  text-align: center;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block {
  margin-right: 220px;
  margin-left: 220px;
}

.field-label {
  font-family: Lato, sans-serif;
  color: rgba(26, 27, 31, 0.7);
  font-weight: 500;
  letter-spacing: 0px;
}

.text-field-2 {
  border-radius: 10px;
}

.text-field-4 {
  border-radius: 10px;
}

.titulo2-form {
  font-family: Lato, sans-serif;
  color: rgba(26, 27, 31, 0.73);
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.submit-button {
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 12px;
  background-color: #f37137;
  font-family: Lato, sans-serif;
}

.submit-button:hover {
  background-color: #ff3780;
  color: hsla(0, 0%, 100%, 0.77);
}

.submit-button:active {
  width: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select-field {
  border-radius: 10px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #f37137;
  font-size: 20px;
}

.slide {
  width: 30%;
  height: 280px;
  border-radius: 20px;
  background-color: #e7f6fd;
}

.div-block-4 {
  margin-right: 220px;
  margin-left: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.13);
}

.paragraph-8 {
  margin-top: 37px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.paragraph-9 {
  margin-bottom: 35px;
}

.container-15 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid transparent;
  background-color: rgba(255, 64, 134, 0);
}

.footer {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  padding-top: 60px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . . ."
    ". . . . .";
  -ms-grid-columns: 1.75fr 30px 2.5fr 30px 0.25fr 30px 3fr 30px 4.25fr;
  grid-template-columns: 1.75fr 2.5fr 0.25fr 3fr 4.25fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

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

.logo-link-2:hover {
  opacity: 0.8;
}

.logo-link-2:active {
  opacity: 0.7;
}

.logo-link-2.w--current {
  width: 133px;
  margin-left: 38px;
  padding-right: 152px;
  padding-bottom: 40px;
  padding-left: 0px;
  box-shadow: 1px 1px 3px -20px #000;
  -webkit-transform: translate(62px, 41px);
  -ms-transform: translate(62px, 41px);
  transform: translate(62px, 41px);
}

.links-section-footer {
  margin-top: 40px;
}

.footer-link {
  margin-bottom: 15px;
  opacity: 0.6;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #fff;
}

.footer-link.w--current {
  color: #fff;
}

.image-2 {
  margin-top: 40px;
}

.section-7 {
  height: 359px;
  background-color: rgba(34, 119, 34, 0.6);
}

.image-4 {
  height: 229px;
  padding-bottom: 0px;
  border-radius: 20px;
}

.heading-8 {
  margin-top: 170px;
  padding-left: 140px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  text-align: left;
}

.button-3 {
  margin-top: 0px;
  border-radius: 8px;
  background-color: #f37137;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 23px;
}

.bold-text {
  line-height: 42px;
  text-align: left;
  text-shadow: 1px 1px 0 #000;
}

.section-8 {
  height: 200px;
  background-color: #fafafa;
}

.heading-9 {
  margin-top: 44px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #272976;
  font-size: 30px;
  text-align: center;
}

.paragraph-10 {
  font-family: Lato, sans-serif;
  color: #272976;
  font-weight: 400;
  text-align: center;
}

.paragraph-11 {
  padding-left: 140px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.image-5 {
  border-radius: 20px;
}

.image-6 {
  display: block;
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 0px;
}

.container-16 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.column-2 {
  right: 40px;
  display: block;
  height: 250px;
  padding: 20px 20px 30px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -3px #c7d8e9;
  color: #fff;
}

.column-2:hover {
  color: #000;
}

.image-7 {
  display: block;
  margin-top: 0px;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #fff9f9;
}

.left-arrow {
  margin-left: -15px;
  border-radius: 20px;
}

.container-17 {
  display: block;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.button-4 {
  border-radius: 10px;
  background-color: #f37137;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.container-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-5 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-2 {
  width: 30%;
  height: 280px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px none transparent;
  border-radius: 20px;
  background-color: #e7f6fd;
}

.slide-3 {
  width: 30%;
  height: 280px;
  border-radius: 20px;
  background-color: #e7f6fd;
}

.mask {
  background-color: #fff;
}

.container-19 {
  margin-bottom: 25px;
}

.columns {
  margin-bottom: 32px;
}

.body {
  background-color: transparent;
  font-family: Lato, sans-serif;
}

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

.slide-nav {
  opacity: 0;
}

.tabs {
  padding-right: 220px;
  padding-left: 220px;
}

.success-message {
  margin-bottom: 97px;
  border-radius: 20px;
  background-color: #fafafa;
}

.text-block {
  padding-right: 60px;
  padding-left: 60px;
  font-family: Lato, sans-serif;
}

.image-8 {
  display: block;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  border-radius: 20px;
  font-family: Lato, sans-serif;
  color: red;
  text-align: center;
}

.error-message {
  margin-bottom: 60px;
  border-radius: 20px;
}

.column-6 {
  height: 250px;
  padding: 20px 20px 30px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -3px #c7d8e9;
}

.column-7 {
  position: relative;
  left: 40px;
  display: block;
  height: 250px;
  padding: 20px 20px 30px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -3px #c7d8e9;
}

.columns-2 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #272976;
  background-image: url('../images/condicoes-emprestimo-pj-mutual1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.column-8 {
  left: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.column-9 {
  display: block;
  padding-right: 0px;
  padding-left: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-9 {
  height: auto;
}

.bold-text-2 {
  color: #272076;
  font-size: 35px;
  font-weight: 900;
}

.text-block-3 {
  font-family: Lato, sans-serif;
}

.columns-3 {
  margin-top: 10px;
}

.column-10 {
  left: -249px;
}

.paragraph-12 {
  font-family: Lato, sans-serif;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 300;
}

.heading-10 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #f37137;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  width: 600px;
  margin-left: 220px;
  padding-right: 220px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background-color: transparent;
}

.paragraph-13 {
  margin-right: 220px;
  margin-left: 220px;
  font-family: Lato, sans-serif;
}

.heading-11 {
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: rgba(26, 27, 31, 0.7);
  font-style: normal;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.heading-11:hover {
  color: #f37137;
}

.accordion-item-content {
  overflow: hidden;
}

.paragraph-14 {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.bold-text-3 {
  color: rgba(26, 27, 31, 0.36);
}

.bold-text-3:hover {
  color: #f37137;
}

.section-10 {
  padding-right: 140px;
  padding-bottom: 45px;
  padding-left: 140px;
  background-color: #272976;
}

.column-12 {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-13 {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-11 {
  background-color: #272976;
}

.paragraph-15 {
  position: relative;
  right: auto;
  margin-left: -369px;
  padding-right: 149px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  font-weight: 300;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 104px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-7:hover {
  background-color: transparent;
}

.columns-4 {
  padding-top: 50px;
}

.section-12 {
  background-color: #272976;
}

.paragraph-16 {
  margin-top: 36px;
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 13px;
  text-align: center;
}

.column-14 {
  left: 0px;
  padding-left: 63px;
}

.column-15 {
  right: 0px;
  padding-left: 0px;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 61px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-17 {
  left: -58px;
  padding-left: 0px;
}

.form {
  margin-right: 220px;
  margin-left: 220px;
}

.image-10 {
  margin-top: 0px;
}

.html-embed {
  margin-right: 140px;
  margin-bottom: 0px;
  margin-left: 140px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.container-21 {
  margin-bottom: 60px;
  padding-right: 300px;
  padding-left: 300px;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  clear: both;
}

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

.paragraph-17 {
  padding-top: 27px;
  padding-right: 50px;
  color: rgba(26, 27, 31, 0.78);
  font-size: 14px;
  font-style: italic;
  text-align: left;
}

.bold-text-4 {
  font-weight: 300;
}

.paragraph-18 {
  margin-top: 0px;
  color: #000;
  font-size: 25px;
  text-align: center;
}

.paragraph-19 {
  margin-bottom: 0px;
  padding-right: 350px;
  padding-bottom: 20px;
  padding-left: 350px;
  font-weight: 400;
  text-align: justify;
}

.bold-text-5 {
  color: #272976;
  font-size: 31px;
  font-weight: 900;
}

.nav-menu-2 {
  left: 0px;
}

.container-28 {
  margin-right: 0px;
  margin-left: 250px;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.99);
  box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.15);
}

.nav-link-5 {
  color: #2b2b2b;
  font-size: 18px;
}

.nav-link-5:hover {
  border-radius: 5px;
  color: #f37137;
}

.nav-link-8 {
  color: #2b2b2b;
  font-size: 18px;
}

.nav-link-8:hover {
  color: #f37137;
}

.image-32 {
  margin-left: 0px;
}

.nav-link-7 {
  color: #2b2b2b;
  font-size: 18px;
}

.nav-link-7:hover {
  color: #f37137;
}

.container-29 {
  margin-right: 0px;
  margin-left: 200px;
}

.nav-link-10 {
  padding-top: 15px;
  color: #fff;
  font-size: 20px;
}

.nav-link-10:hover {
  color: #f37137;
}

.dropdown-list {
  background-color: #927272;
}

.dropdown-list.w--open {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.96);
  box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.23);
}

.dropdown-toggle {
  padding-top: 20px;
}

.text-block-5 {
  color: #fff;
  font-size: 20px;
}

.icon-5 {
  color: #fff;
}

.navbar-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 95px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.21);
  background-color: transparent;
  white-space: normal;
}

.image-39 {
  margin-top: 10px;
  margin-left: 0px;
}

.button-6:hover {
  color: #f37137;
}

.nav-link-9 {
  padding-top: 15px;
  color: #fff;
  font-size: 20px;
}

.nav-link-9:hover {
  color: #f37137;
}

.brand {
  margin-left: 55px;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 71px;
  padding-bottom: 20px;
  font-size: 33px;
  line-height: 41px;
  font-weight: 700;
  text-align: left;
}

.text-block-4 {
  margin-right: 20px;
  color: #f37137;
  font-size: 18px;
  font-weight: 900;
}

.image-37 {
  position: static;
  left: 227px;
  top: 171px;
  margin-top: 170px;
  margin-left: 40px;
  padding-bottom: 0px;
  opacity: 0;
}

.paragraph-51 {
  padding-right: 10px;
  font-size: 13px;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.bold-text-11 {
  padding-right: 0px;
  color: #272976;
  font-size: 33px;
  line-height: 39px;
  font-weight: 700;
}

.solicitacao-de-credito-pj {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}

.column-43 {
  position: static;
  left: 63px;
  padding-right: 0px;
  padding-left: 120px;
}

.column-42 {
  position: relative;
  left: 40px;
  height: 344px;
  margin-top: 155px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/credito-pessoa-juridica.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.text-block-6 {
  margin-top: -16px;
  padding-top: 0px;
  padding-right: 220px;
  padding-left: 250px;
  opacity: 0.52;
  color: hsla(0, 0%, 100%, 0.38);
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.section-22 {
  background-color: #f9f9f9;
}

.image-40 {
  opacity: 0;
}

.image-41 {
  opacity: 0;
}

.columns-5 {
  margin-right: 100px;
}

.columns-6 {
  margin-right: 220px;
  margin-left: 220px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.08);
}

.column-44 {
  height: 400px;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #fff;
}

.column-45 {
  height: 400px;
  border-radius: 40px;
  background-color: #fff;
  background-image: url('../images/credito-para-sua-empresa.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.heading-17 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 61px;
  font-weight: 700;
  text-align: left;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 20px 0px 0px;
}

.section-23 {
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f9fafc;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.div-block-21 {
  padding-left: 0px;
}

.image-19 {
  margin-right: 20px;
  margin-left: 0px;
}

.paragraph-23 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #1a1b1f;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

.paragraph-52 {
  margin-bottom: 10px;
  color: #747474;
  font-size: 18px;
}

.paragraph-53 {
  color: #8b96a2;
  font-size: 21px;
}

.paragraph-54 {
  color: #747474;
  font-size: 18px;
}

.paragraph-55 {
  color: #747474;
  font-size: 18px;
  text-align: center;
}

.section-24 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8fbfe;
}

.text-block-7 {
  color: #fff;
  font-size: 20px;
}

.icon-6 {
  color: #fff;
}

.dropdown-toggle-2 {
  padding-top: 15px;
}

.nav-link-6 {
  color: #fff;
  font-size: 18px;
}

.nav-link-6:hover {
  color: #f37137;
}

.navbar-5 {
  height: 95px;
  padding-top: 20px;
  border: 1px none #000;
  background-color: transparent;
}

.nav-link-11 {
  color: #fff;
  font-size: 18px;
}

.nav-link-11:hover {
  border-radius: 5px;
  color: #f37137;
}

.columns-7 {
  padding-right: 140px;
  padding-left: 140px;
  background-color: #272976;
}

.column-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-56 {
  margin-bottom: 0px;
  padding-left: 20px;
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 11px;
  line-height: 16px;
  text-align: justify;
}

.paragraph-57 {
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: justify;
}

.section-25 {
  padding-right: 200px;
  padding-left: 270px;
  background-color: #272976;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-53 {
  width: 500px;
}

.links-section-footer-2 {
  display: block;
  margin-top: 10px;
}

.column-47 {
  left: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-42 {
  position: relative;
  left: -47px;
  margin-top: 38px;
}

.text-block-9 {
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 14px;
}

.heading-21 {
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}

.footer-link-2 {
  margin-bottom: 5px;
  opacity: 1;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.55);
  font-size: 14px;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: #fff;
}

.footer-link-2.w--current {
  color: #fff;
}

.column-48 {
  left: 46px;
  padding-left: 0px;
}

.icon-8 {
  left: 62.0156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.55);
}

.dropdown-list-4 {
  font-size: 14px;
}

.dropdown-list-4.w--open {
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
}

.dropdown-toggle-3 {
  display: block;
  margin-right: 100px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropdown-link {
  padding-bottom: 0px;
}

.column-49 {
  left: 36px;
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-50 {
  right: 0px;
  display: inline-block;
  padding-left: 0px;
}

.columns-8 {
  margin-top: 0px;
  padding-top: 42px;
}

.section-26 {
  padding-bottom: 45px;
  background-color: #272976;
}

.dropdown-2 {
  color: #fff;
}

.link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link:hover {
  color: #f37137;
}

.section-27 {
  height: auto;
  padding: 80px 220px;
  background-color: #272976;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #272976;
  font-size: 24px;
  line-height: 37px;
  font-weight: 900;
  text-align: center;
}

.bold-text-12 {
  color: #fff;
  font-size: 45px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-58 {
  margin-bottom: 0px;
  padding-right: 300px;
  padding-left: 300px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titulo_1 {
  display: inline;
  color: #fff;
  font-size: 35px;
  line-height: 23px;
  font-weight: 900;
  letter-spacing: 0px;
  text-shadow: none;
}

.image-43 {
  margin-bottom: 20px;
}

.italic-text {
  color: #000;
  font-style: normal;
}

.italic-text:hover {
  color: #f37137;
}

.italic-text-2 {
  color: #000;
  font-style: normal;
}

.italic-text-2:hover {
  color: #f37137;
}

.italic-text-3 {
  color: #000;
  font-style: normal;
}

.italic-text-3:hover {
  color: #f37137;
}

.italic-text-4 {
  color: #000;
  font-style: normal;
}

.italic-text-4:hover {
  color: #f37137;
}

.bold-text-14 {
  width: 300px;
  font-size: 50px;
  line-height: 30px;
  font-weight: 900;
}

.paragraph-59 {
  width: 450px;
  margin-top: 20px;
  padding-right: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  text-align: left;
}

.columns-9 {
  margin-right: 100px;
  margin-left: 100px;
}

.paragraph-60 {
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

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

.column-51 {
  padding-right: 50px;
  padding-left: 50px;
}

.column-52 {
  padding-right: 50px;
  padding-left: 50px;
}

.column-53 {
  padding-right: 50px;
  padding-left: 50px;
}

.bold-text-15 {
  width: auto;
  color: #272976;
  font-size: 34px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-23 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 140px;
  padding-left: 140px;
  color: #272976;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
}

.slide-4 {
  margin-right: 0px;
  margin-left: 0px;
}

.icon-9 {
  opacity: 0;
}

.icon-10 {
  opacity: 0;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 342px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: transparent;
}

.section-28 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #f8fbfe;
}

.slide-empresas {
  border-radius: 20px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-44 {
  position: relative;
  top: 90px;
}

.bold-text-16 {
  color: #272976;
  font-size: 35px;
  line-height: 37px;
  font-weight: 900;
}

.slide-5 {
  border: 0px none #000;
  border-radius: 20px;
  background-color: #f8fbfe;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.35;
}

.paragraph-62 {
  padding: 20px 40px;
  text-align: center;
}

.button-7 {
  border-radius: 20px;
  background-color: #f37137;
  color: #fff;
  font-size: 14px;
}

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

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-63 {
  opacity: 0;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-3 {
  width: 780px;
  height: 422px;
  border-radius: 40px;
  background-color: transparent;
}

.column-54 {
  height: 352px;
  border-radius: 0px 40px 0px 0px;
  background-image: url('../images/IMG_4056.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.columns-11 {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.paragraph-64 {
  color: #272976;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-65 {
  color: rgba(26, 27, 31, 0.33);
  font-size: 18px;
  font-weight: 300;
}

.column-55 {
  padding-top: 40px;
  padding-left: 40px;
}

.paragraph-66 {
  padding-right: 40px;
  line-height: 25px;
}

.section-29 {
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 220px;
  border-radius: 0px;
  background-color: #272976;
  background-image: url('../images/Banner-2-Mutual.jpg');
  background-position: 100% 32%;
  background-size: cover;
  background-attachment: scroll;
}

.section-30 {
  padding-bottom: 60px;
  background-color: #f8fbfe;
}

.paragraph-67 {
  opacity: 0.11;
  text-align: center;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-24 {
  font-size: 36px;
  text-align: center;
}

.heading-25 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.column-56 {
  height: 352px;
  border-top-right-radius: 40px;
  background-image: url('../images/Cadu-Guerra.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-57 {
  height: 352px;
  border-top-right-radius: 40px;
  background-image: url('../images/1563285307087.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-47 {
  margin-top: 0px;
  margin-right: 20px;
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-58 {
  height: auto;
  padding-top: 140px;
  padding-right: 60px;
  padding-left: 140px;
  background-color: #f5f6fa;
  background-image: url('../images/CAPA-Cadastro2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-59 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  padding-top: 140px;
  padding-right: 100px;
  padding-left: 100px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  background-color: transparent;
}

.paragraph-68 {
  width: auto;
  margin-bottom: 40px;
  color: #8b96a2;
  font-size: 24px;
  line-height: 32px;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0.7px;
  border-color: rgba(0, 0, 0, 0.18);
}

.columns-12 {
  height: 650px;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 337px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: #fff;
}

.counterup {
  margin-right: 5px;
  margin-bottom: 10px;
  color: #272976;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.paragraph-80 {
  margin-bottom: 20px;
  color: #64707e;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
}

.container-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-83 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
  color: #8b96a2;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.slide-9 {
  width: 350px;
  height: 375px;
  margin-right: 30px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #fff;
}

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

.image-53 {
  border-radius: 0px;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.slider-4 {
  width: auto;
  height: 492px;
  border-radius: 40px;
  background-color: transparent;
}

.paragraph-82 {
  margin-bottom: 20px;
  padding-right: 0px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.image-49 {
  margin: auto 20px;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.left-arrow-3 {
  left: -84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.slide-nav-3 {
  left: 0%;
  top: 543px;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0px;
  opacity: 0;
}

.paragraph-81 {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #272976;
  font-size: 19px;
  font-weight: 900;
}

.image-65 {
  margin-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 60px;
}

.div-block-95 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: transparent;
}

.right-arrow-3 {
  left: 1029px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.section-6_quotes-2 {
  width: auto;
  height: auto;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #f8fbfe;
}

.icon-11 {
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-101 {
  width: 300px;
}

.text-block-10 {
  display: block;
  padding-right: 2px;
  color: #272976;
  font-size: 21px;
  font-weight: 900;
}

.contador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0.67;
}

.div-block-103 {
  margin-top: 90px;
  opacity: 0.62;
}

.div-block-104 {
  margin-top: 90px;
}

.div-block-105 {
  margin-left: 20px;
}

.container-34 {
  padding-top: 60px;
  padding-left: 0px;
}

.paragraph-84 {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-85 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

.image-69 {
  margin-top: 10px;
}

.mutual-section-4 {
  height: 700px;
  background-image: url('../images/CAPA-Cadastro2.jpg');
  background-position: 100% 27%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-107 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-6 {
  height: 95px;
  padding-top: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.21);
  background-color: transparent;
}

.heading-26 {
  display: block;
  width: 550px;
  margin: 40px 20px 30px 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 66px;
  line-height: 65px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.button-8 {
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #f37137;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.button-8:hover {
  background-color: #fc2b77;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}

.button-8:active {
  background-color: #fc2b77;
}

.bold-text-18 {
  width: 400px;
  font-size: 51px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: 0px;
  text-shadow: none;
}

.brand-5 {
  margin-left: 0px;
}

.button-9 {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #f37137;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.button-9:hover {
  background-color: #fc2b77;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}

.button-9:active {
  background-color: #fc2b77;
}

.heading-27 {
  display: block;
  margin: 60px 0px 20px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 46px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.paragraph-86 {
  margin-bottom: 0px;
  color: #272976;
  font-size: 39px;
  font-weight: 900;
}

.column-60 {
  height: 310px;
  padding: 20px 20px 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -3px #c7d8e9;
}

.column-61 {
  position: relative;
  left: 40px;
  display: block;
  height: 310px;
  padding: 20px 20px 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -3px #c7d8e9;
}

.column-62 {
  right: 40px;
  display: block;
  height: 310px;
  padding: 20px 20px 30px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -3px #c7d8e9;
  color: #fff;
}

.column-62:hover {
  color: #000;
}

.paragraph-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-88 {
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.column-63 {
  height: 340px;
  padding: 40px 100px;
  background-color: #f5f6fa;
}

.paragraph-89 {
  margin-bottom: 40px;
  color: #8b96a2;
  font-size: 21px;
  line-height: 29px;
}

.div-block-108 {
  border-style: solid;
  border-width: 0.7px;
  border-color: rgba(0, 0, 0, 0.18);
}

.brand-6 {
  margin-right: 0px;
  margin-left: 0px;
}

.bold-text-19 {
  color: #272976;
  font-size: 39px;
  line-height: 33px;
  font-weight: 900;
  letter-spacing: 0px;
  text-shadow: none;
}

.button-10 {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #f37137;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 23px;
  text-align: center;
}

.button-10:hover {
  background-color: #fc2b77;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}

.button-10:active {
  background-color: #fc2b77;
}

.heading-28 {
  display: block;
  margin: 0px 0px 40px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 46px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.columns-13 {
  height: auto;
}

.container-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  border: 1px none #000;
}

.section-31 {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f8fbfe;
  color: #fff;
}

.typed-words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.column-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-right: 220px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-90 {
  margin-bottom: 10px;
  color: #8b96a2;
  font-size: 21px;
}

.container-36 {
  height: auto;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.31);
  border-radius: 20px;
  background-color: transparent;
}

.paragraph-91 {
  color: #8b96a2;
  font-size: 21px;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: rgba(139, 150, 162, 0.1);
  border-radius: 10px;
}

.heading-29 {
  display: block;
  margin: 0px 0px 40px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 49px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.column-65 {
  padding-right: 40px;
  padding-left: 220px;
  background-color: transparent;
}

.columns-14 {
  height: auto;
  padding-bottom: 60px;
}

.section-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8fbfe;
}

.paragraph-92 {
  padding-right: 400px;
  padding-left: 400px;
  color: #727c88;
  text-align: center;
}

.text-field-5 {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(139, 150, 162, 0.27);
  border-radius: 10px;
}

.text-field-6 {
  width: 382px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(139, 150, 162, 0.27);
  border-radius: 10px;
}

.submit-button-2 {
  width: 290px;
  height: auto;
  padding: 10px 60px;
  border-radius: 40px;
  background-color: #f37137;
  font-size: 21px;
}

.field-label-2 {
  color: #47515e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.field-label-3 {
  color: #47515e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.dados_empresa {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.field-label-4 {
  margin-bottom: 20px;
  color: #8b96a2;
  font-size: 10px;
  font-style: italic;
}

.select-field-2 {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(139, 150, 162, 0.27);
  border-radius: 10px;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-33 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-111 {
  height: 2px;
  margin-right: 200px;
  margin-left: 200px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(139, 150, 162, 0.1);
}

.paragraph-93 {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.bold-text-20 {
  color: #272976;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  text-shadow: none;
}

.c_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 50vw;
  height: 100vh;
  padding-top: 60px;
  padding-right: 100px;
  padding-left: 140px;
  background-image: url('../images/credito-pj.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c_content {
  width: 50vw;
  margin-bottom: 60px;
  padding-top: 170px;
  padding-right: 100px;
  padding-left: 100px;
}

.simulador {
  margin-top: 0px;
}

.valor-solicitado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-7 {
  width: 200px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(139, 150, 162, 0.27);
  border-radius: 10px;
}

.field-label-5 {
  color: #47515e;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.bold-text-21 {
  color: #272976;
  font-weight: 900;
  text-align: left;
  text-shadow: none;
}

.simulador-button {
  width: 250px;
  margin-top: 20px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.36);
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
}

.simulador-button:hover {
  color: #f37137;
}

.simulador-button.w--current {
  margin-top: 40px;
  border-color: #fff;
  font-size: 20px;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-113 {
  margin-top: 80px;
  margin-bottom: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.06);
}

.titulo_2 {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: left;
}

.titulo_3 {
  margin-top: 0px;
  margin-bottom: 60px;
  line-height: 31px;
  text-align: left;
}

.button-11 {
  width: 250px;
  margin-top: 20px;
  margin-left: 0px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  text-align: center;
}

.button-11.current {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.button-11.current:hover {
  margin-top: 40px;
  color: #f37137;
}

.image-70 {
  margin-bottom: 20px;
}

.paragraph-94 {
  margin-top: 20px;
  font-size: 25px;
  text-align: center;
}

.paragraph-95 {
  margin-bottom: 30px;
  color: #272976;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}

.paragraph-96 {
  width: auto;
  margin-bottom: 30px;
  color: #979797;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-align: center;
}

.button-12 {
  display: block;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 40px;
  background-color: #f37137;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.button-12:hover {
  opacity: 0.85;
  color: #fff;
}

.div-block-114 {
  margin-top: 20px;
  padding: 10px 40px 40px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background-color: #fff;
}

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

.button-14 {
  margin-left: 0px;
  padding: 10px 60px;
  border-radius: 40px;
  background-color: #f37137;
  font-size: 21px;
}

.button-14:hover {
  opacity: 0.84;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer-mutual.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .section-sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 0px;
    line-height: 25px;
  }

  .paragraph {
    padding-right: 220px;
  }

  .button-2 {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .container-2 {
    padding-left: 30px;
  }

  .mutual-section-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 33px;
  }

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

  .heading-4 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 19px;
  }

  .paragraph-4 {
    padding-right: 10px;
    font-size: 14px;
  }

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

  .container-10 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .form-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo-link-2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-6 {
    margin-left: 10px;
  }

  .column-2 {
    right: 2px;
    padding-bottom: 85px;
    background-color: transparent;
    box-shadow: none;
  }

  .container-17 {
    padding-top: 65px;
    padding-left: 0px;
  }

  .column-6 {
    background-color: transparent;
    box-shadow: none;
  }

  .column-7 {
    left: 2px;
    padding-bottom: 35px;
    background-color: transparent;
    box-shadow: none;
  }

  .column-8 {
    padding-top: 0px;
  }

  .column-9 {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-12 {
    font-size: 14px;
  }

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

  .paragraph-15 {
    margin-left: -246px;
    padding-right: 86px;
  }

  .div-block-7 {
    padding-left: 73px;
  }

  .column-15 {
    right: 0px;
  }

  .column-16 {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form {
    margin-right: 100px;
    margin-left: 100px;
  }

  .paragraph-19 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .nav-menu-2 {
    background-color: #f37137;
  }

  .container-28 {
    margin-left: 40px;
  }

  .menu-button-2 {
    color: #f37137;
  }

  .nav-link-5 {
    color: #fff;
  }

  .nav-link-8 {
    color: #fff;
  }

  .lottie-animation-2 {
    width: 30px;
  }

  .nav-link-7 {
    color: #fff;
  }

  .container-29 {
    margin-left: 40px;
  }

  .nav-link-10 {
    color: #fff;
  }

  .nav-link-9 {
    color: #fff;
  }

  .heading-16 {
    padding-right: 0px;
  }

  .image-37 {
    left: 109px;
    margin-top: 269px;
    margin-left: 0px;
  }

  .div-block-48 {
    margin-right: 20px;
  }

  .solicitacao-de-credito-pj {
    padding-bottom: 60px;
  }

  .column-43 {
    padding-left: 20px;
  }

  .column-42 {
    left: 74px;
    top: 54px;
    height: 450px;
    background-image: url('../images/painel-pj2.png');
    background-size: contain;
  }

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

  .columns-6 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-44 {
    padding-left: 10px;
  }

  .heading-17 {
    line-height: 45px;
  }

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

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

  .image-19 {
    width: 30%;
    margin-right: 5px;
  }

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

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

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

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

  .nav-link-6 {
    color: #fff;
  }

  .nav-link-11 {
    color: #fff;
  }

  .nav-menu-3 {
    background-color: #f37137;
  }

  .columns-7 {
    padding-right: 20px;
    padding-left: 0px;
  }

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

  .div-block-52 {
    display: block;
    padding-right: 40px;
    padding-left: 60px;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-47 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-48 {
    padding-left: 0px;
  }

  .dropdown-toggle-3 {
    margin-right: 60px;
  }

  .column-49 {
    left: 0px;
  }

  .column-50 {
    right: 0px;
  }

  .section-27 {
    height: auto;
    padding-bottom: 40px;
  }

  .paragraph-58 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .titulo_1 {
    width: 400px;
    font-size: 36px;
    line-height: 41px;
  }

  .bold-text-14 {
    font-size: 45px;
    line-height: 27px;
  }

  .paragraph-59 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-9 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph-60 {
    font-size: 36px;
  }

  .paragraph-61 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-51 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-52 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-53 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-29 {
    height: auto;
    padding-bottom: 0px;
    padding-left: 40px;
    background-position: 50% 50%;
  }

  .heading-25 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 27px;
  }

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

  .brand-3 {
    margin-right: 10px;
  }

  .column-58 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-59 {
    height: auto;
    padding: 100px 20px;
  }

  .paragraph-68 {
    font-size: 18px;
    line-height: 27px;
  }

  .columns-12 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f5f6fa;
  }

  .div-block-90 {
    display: block;
    width: auto;
    margin-right: 60px;
    margin-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-80 {
    font-size: 17px;
    line-height: 20px;
  }

  .container-32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-4 {
    width: 100%;
    margin-right: 60px;
    margin-left: 140px;
  }

  .image-49 {
    opacity: 0;
  }

  .left-arrow-3 {
    opacity: 0;
  }

  .slide-nav-3 {
    opacity: 1;
  }

  .div-block-97 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-95 {
    top: 0px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow-3 {
    position: static;
  }

  .section-6_quotes-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 544px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-4 {
    margin-left: 10px;
  }

  .container-34 {
    padding-left: 30px;
  }

  .mutual-section-4 {
    background-image: url('../images/Banner-PJ-Mutual.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: scroll;
  }

  .heading-26 {
    padding-right: 220px;
    line-height: 51px;
  }

  .bold-text-18 {
    font-size: 50px;
    line-height: 36px;
  }

  .button-9 {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .heading-27 {
    width: 400px;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 0px;
    line-height: 25px;
  }

  .column-60 {
    background-color: transparent;
    box-shadow: none;
  }

  .column-61 {
    left: 2px;
    padding-bottom: 35px;
    background-color: transparent;
    box-shadow: none;
  }

  .column-62 {
    right: 2px;
    padding-bottom: 85px;
    background-color: transparent;
    box-shadow: none;
  }

  .column-63 {
    height: auto;
    padding: 100px 20px;
  }

  .paragraph-89 {
    font-size: 18px;
    line-height: 27px;
  }

  .brand-6 {
    margin-right: 10px;
  }

  .bold-text-19 {
    font-size: 29px;
    line-height: 27px;
  }

  .button-10 {
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .heading-28 {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 0px;
    line-height: 25px;
  }

  .columns-13 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f5f6fa;
  }

  .column-64 {
    height: auto;
    padding: 100px 20px;
  }

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

  .container-36 {
    padding-top: 65px;
    padding-left: 0px;
  }

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

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

  .heading-29 {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-right: 0px;
    line-height: 25px;
  }

  .column-65 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns-14 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #f5f6fa;
  }

  .paragraph-93 {
    width: 400px;
    margin-top: 20px;
    font-size: 22px;
  }

  .c_sticky {
    position: static;
    width: auto;
    height: auto;
    padding-right: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
    background-position: 100% 0%;
  }

  .c_content {
    width: auto;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-mutual {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-mutual.cc-cta {
    padding: 15px;
  }

  .footer-mutual.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-mutual.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

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

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

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

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .section-sticky {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 52px;
  }

  .paragraph {
    font-size: 25px;
  }

  .mutual-section-3 {
    height: auto;
    padding-bottom: 20px;
  }

  .heading-2 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
  }

  .mutual-section-2 {
    margin-top: -131px;
    padding-bottom: 60px;
  }

  .paragraph-3 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 25px;
  }

  .solicitar {
    text-align: left;
  }

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

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

  .container-10 {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo-link-2 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .image-6 {
    margin-left: auto;
  }

  .column-2 {
    height: 200px;
    padding-bottom: 10px;
  }

  .column-6 {
    height: 200px;
  }

  .column-7 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .columns-2 {
    padding-top: 0px;
  }

  .column-8 {
    left: auto;
  }

  .column-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .section-10 {
    padding-bottom: 10px;
  }

  .column-12 {
    left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-13 {
    left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .paragraph-15 {
    margin-left: auto;
    padding-right: 0px;
    text-align: justify;
  }

  .div-block-7 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-7:hover {
    background-color: transparent;
  }

  .column-14 {
    left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .column-15 {
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-17 {
    left: auto;
    padding-left: 76px;
  }

  .paragraph-18 {
    margin-top: 0px;
    font-size: 16px;
  }

  .container-28 {
    margin-left: 40px;
  }

  .lottie-animation-2 {
    width: 30px;
  }

  .container-29 {
    margin-left: 40px;
  }

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

  .image-37 {
    margin-top: 0px;
  }

  .column-43 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .column-42 {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 317px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/credito-pessoa-juridica-2.png');
    background-size: contain;
  }

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

  .columns-6 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-44 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
  }

  .column-45 {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
  }

  .div-block-17 {
    margin-right: 160px;
    border-color: hsla(0, 0%, 100%, 0.22);
  }

  .image-19 {
    width: 53%;
  }

  .paragraph-52 {
    font-size: 18px;
  }

  .paragraph-53 {
    font-size: 18px;
  }

  .paragraph-54 {
    font-size: 18px;
  }

  .paragraph-55 {
    font-size: 18px;
  }

  .paragraph-56 {
    padding-right: 20px;
  }

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

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

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .links-section-footer-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-47 {
    left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-42 {
    left: 0px;
  }

  .heading-21 {
    margin-top: 10px;
    text-align: center;
  }

  .footer-link-2 {
    margin-left: 0px;
  }

  .column-48 {
    left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .dropdown-toggle-3 {
    margin-right: 0px;
  }

  .column-49 {
    left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .column-50 {
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .titulo_1 {
    width: 452px;
    font-size: 30px;
    line-height: 37px;
  }

  .bold-text-14 {
    font-size: 40px;
  }

  .paragraph-59 {
    padding-right: 0px;
    font-size: 23px;
  }

  .heading-23 {
    margin-bottom: 20px;
  }

  .image-44 {
    top: 0px;
  }

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

  .section-29 {
    background-position: 0% 50%;
  }

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

  .heading-25 {
    line-height: 38px;
  }

  .image-47 {
    margin-right: 0px;
  }

  .brand-3 {
    padding-left: 0px;
  }

  .column-59 {
    padding-top: 0px;
    padding-bottom: 40px;
    background-position: 100% 0%;
  }

  .container-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-68 {
    padding-right: 40px;
    font-size: 19px;
  }

  .slide-9 {
    width: 85%;
    margin-left: 40px;
  }

  .slider-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide-nav-3 {
    position: relative;
    left: 0%;
    top: -54px;
    right: 0%;
    bottom: 0%;
    padding-top: 0px;
  }

  .brand-4 {
    padding-left: 0px;
  }

  .container-33 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mutual-section-4 {
    background-image: url('../images/Banner-PJ-Mutual.jpg');
  }

  .heading-26 {
    padding-right: 100px;
  }

  .heading-27 {
    width: 350px;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 52px;
  }

  .column-60 {
    height: 200px;
  }

  .column-61 {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .column-62 {
    height: 200px;
    padding-bottom: 10px;
  }

  .column-63 {
    padding-top: 0px;
    padding-bottom: 40px;
    background-position: 100% 0%;
  }

  .paragraph-89 {
    padding-right: 40px;
    font-size: 19px;
  }

  .bold-text-19 {
    font-size: 33px;
    line-height: 37px;
  }

  .heading-28 {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 52px;
  }

  .column-64 {
    padding-top: 0px;
    padding-bottom: 40px;
    background-position: 100% 0%;
  }

  .paragraph-90 {
    font-size: 18px;
  }

  .paragraph-91 {
    font-size: 18px;
  }

  .div-block-109 {
    margin-right: 160px;
    border-color: hsla(0, 0%, 100%, 0.22);
  }

  .heading-29 {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 52px;
  }

  .submit-button-2 {
    width: auto;
    font-size: 16px;
  }

  .paragraph-93 {
    width: 380px;
    margin-top: 10px;
    line-height: 29px;
  }

  .bold-text-20 {
    font-size: 30px;
    line-height: 39px;
  }

  .c_sticky {
    position: static;
    width: auto;
    height: auto;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    background-position: 100% 0%;
  }

  .c_content {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .bold-text-21 {
    line-height: 39px;
  }

  .titulo_2 {
    line-height: 45px;
  }

  .titulo_3 {
    line-height: 39px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  a {
    display: block;
  }

  img {
    padding-bottom: 17px;
  }

  .footer-mutual {
    margin-right: 0px;
    margin-left: 0px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    position: relative;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 0px 20px;
    background-color: #fff;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-image {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    -o-object-fit: none;
    object-fit: none;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .heading {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    font-weight: 900;
    text-align: left;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.52);
  }

  .paragraph {
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-family: Lato, sans-serif;
    color: hsla(0, 0%, 100%, 0.95);
    font-size: 21px;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    white-space: normal;
  }

  .button-2 {
    margin-top: 0px;
    margin-right: 0px;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: #f37137;
    opacity: 1;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
  }

  .mutual-section-3 {
    height: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-color: #fff;
  }

  .heading-2 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mutual-section-2 {
    height: auto;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    background-color: #f9fafc;
  }

  .mutual-section-2.home {
    height: 600px;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-3 {
    display: block;
    margin: auto 10px 10px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    color: #f37137;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-4 {
    margin-top: 0px;
    margin-bottom: -10px;
    font-family: Lato, sans-serif;
    color: #272976;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-3 {
    display: block;
    margin: 10px 0px 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-5 {
    height: 875px;
    background-color: transparent;
    background-image: url('../images/background4.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .solicitar {
    margin: 0px 10px;
    padding-top: 66px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
  }

  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-4 {
    margin: 10px 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
  }

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .paragraph-5 {
    margin: 28px 0px 0px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-6 {
    width: 233px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
  }

  .text-block4 {
    margin: 0px;
    padding: 0px 0px 60px;
    border-radius: 20px;
    background-color: transparent;
    font-family: Lato, sans-serif;
    color: #f37137;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .slider {
    height: 279px;
    background-color: #e7f6fd;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -16px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-6 {
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-10 {
    height: auto;
    padding-right: 10px;
    padding-bottom: 45px;
    padding-left: 10px;
    border-radius: 20px;
    background-color: transparent;
    box-shadow: 1px 1px 10px -13px #000;
  }

  .icon {
    margin-right: 0px;
    cursor: pointer;
  }

  .icon-2 {
    margin-left: 0px;
    cursor: pointer;
  }

  .heading-6 {
    margin-top: -17px;
    margin-bottom: -12px;
    font-family: Lato, sans-serif;
    color: #272976;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .paragraph-7 {
    margin-top: -11px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Lato, sans-serif;
    color: #041e39;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
  }

  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block {
    margin-right: 20px;
    margin-left: 20px;
  }

  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .field-label {
    font-family: Lato, sans-serif;
    color: #504e4f;
    font-size: 14px;
    font-weight: 400;
  }

  .text-field-2 {
    border-radius: 10px;
    background-color: #fff;
  }

  .text-field-4 {
    border-radius: 10px;
  }

  .titulo2-form {
    font-family: Lato, sans-serif;
    color: #504e4f;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
  }

  .submit-button {
    width: 195px;
    margin-bottom: 20px;
    border-radius: 9px;
    background-color: #f37137;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .select-field {
    border-radius: 10px;
    background-color: #fff;
    font-family: Lato, sans-serif;
    color: #f37137;
    font-weight: 300;
  }

  .heading-7 {
    margin-top: 32px;
    font-family: Lato, sans-serif;
    color: #f37137;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .slide {
    width: auto;
    border-radius: 0px;
    background-color: #e7f6fd;
  }

  .container-13 {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.16);
  }

  .div-block-4 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 4px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.16);
    color: #1a1b1f;
    font-size: 16px;
  }

  .paragraph-8 {
    margin: 23px 20px 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }

  .paragraph-9 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 21px;
  }

  .container-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-15 {
    height: 298px;
    margin-bottom: 53px;
    border-width: 0px;
  }

  .footer {
    position: static;
    margin-bottom: 0px;
    padding-top: 52px;
    background-color: #272976;
  }

  .logo-link-2.w--current {
    -webkit-transform: translate(-14px, -29px);
    -ms-transform: translate(-14px, -29px);
    transform: translate(-14px, -29px);
  }

  .links-section-footer {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-link {
    margin-bottom: 1px;
  }

  .footer-link.w--current {
    margin-bottom: 0px;
    line-height: 20px;
  }

  .image-2 {
    margin-top: 0px;
  }

  .image-3 {
    margin-top: 34px;
  }

  .section-7 {
    height: 300px;
    background-image: url('../images/banner-mutual-web.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .heading-8 {
    margin-top: 150px;
    padding-right: 58px;
    padding-left: 10px;
    font-size: 29px;
    line-height: 33px;
  }

  .bold-text {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
  }

  .heading-9 {
    margin-top: 25px;
  }

  .paragraph-10 {
    margin-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.69);
    line-height: 22px;
  }

  .paragraph-11 {
    padding-left: 10px;
  }

  .image-6 {
    margin-top: -100px;
    margin-left: 0px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-16 {
    margin-top: 12px;
  }

  .column-2 {
    right: 0px;
    height: auto;
    padding-bottom: 0px;
    background-color: #f9fafc;
    box-shadow: none;
    color: #f9fafc;
  }

  .image-7 {
    padding-bottom: 0px;
  }

  .div-block-5 {
    overflow: visible;
  }

  .column-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.09);
  }

  .container-17 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .link-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .column-4 {
    margin-top: 36px;
  }

  .slide-2 {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
  }

  .slide-3 {
    width: 100%;
    border-radius: 0px;
  }

  .body {
    background-color: #fff;
  }

  .slide-nav {
    border-radius: 0px;
    background-color: #e7f6fd;
    opacity: 1;
  }

  .column-6 {
    height: auto;
    margin-top: auto;
    padding-bottom: 20px;
    background-color: #f9fafc;
    box-shadow: none;
    color: #f9fafc;
  }

  .column-7 {
    left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    background-color: #f9fafc;
    box-shadow: none;
    color: #f9fafc;
  }

  .columns-2 {
    padding-bottom: 20px;
    background-color: transparent;
  }

  .column-8 {
    position: relative;
    left: 0px;
    margin-top: -37px;
    padding-top: 0px;
    padding-left: 10px;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-9 {
    height: 640px;
    margin-top: 0px;
    background-color: #272976;
  }

  .bold-text-2 {
    font-size: 26px;
    line-height: 29px;
    font-weight: 900;
    text-align: left;
  }

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

  .column-10 {
    left: -122px;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    color: hsla(0, 0%, 100%, 0.76);
    font-size: 13px;
    font-weight: 300;
    text-align: left;
  }

  .tab-link-tab-1.w--current {
    margin-left: 0px;
    padding-right: 0px;
  }

  .paragraph-13 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-14 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

  .column-12 {
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-13 {
    left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .paragraph-15 {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-7 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-4 {
    display: block;
    padding-left: 0px;
  }

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

  .column-14 {
    left: 0px;
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
  }

  .column-15 {
    right: 0px;
    padding-left: 0px;
  }

  .container-20 {
    padding-bottom: 35px;
  }

  .column-16 {
    padding-left: 10px;
  }

  .column-17 {
    left: auto;
    margin-top: -28px;
    padding-left: 10px;
  }

  .form {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-9 {
    padding-bottom: 0px;
  }

  .image-10 {
    padding-bottom: 0px;
  }

  .html-embed {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-17 {
    padding-right: 0px;
  }

  .paragraph-18 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-19 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
  }

  .bold-text-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
  }

  .nav-menu-2 {
    position: absolute;
    left: 0%;
    top: 12%;
    right: 0%;
    bottom: auto;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .container-28 {
    margin-left: 20px;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-8 {
    padding-bottom: 40px;
  }

  .image-32 {
    margin-top: 10px;
    padding-bottom: 0px;
  }

  .lottie-animation-2 {
    width: 30px;
  }

  .container-29 {
    margin-left: 20px;
  }

  .dropdown-list {
    border-radius: 0px;
  }

  .dropdown-toggle {
    position: static;
    padding-bottom: 10px;
  }

  .navbar-4 {
    height: auto;
  }

  .image-39 {
    margin-top: 15px;
    padding-bottom: 0px;
  }

  .nav-link-9 {
    padding-bottom: 40px;
  }

  .brand {
    margin-left: 0px;
  }

  .heading-16 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }

  .image-37 {
    left: 0px;
    top: 21px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    opacity: 1;
  }

  .paragraph-51 {
    padding-right: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .div-block-48 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bold-text-11 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 900;
    text-align: center;
  }

  .column-43 {
    left: 0px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .column-42 {
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/painel-pj.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-y;
  }

  .section-22 {
    padding-top: 40px;
  }

  .image-40 {
    position: relative;
    left: -296px;
    opacity: 1;
  }

  .div-block-50 {
    position: relative;
    left: -211px;
  }

  .image-41 {
    position: relative;
    left: 134px;
    opacity: 1;
  }

  .columns-5 {
    margin-right: 0px;
    margin-left: 10px;
  }

  .columns-6 {
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
  }

  .column-44 {
    height: auto;
    padding: 40px 20px 60px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
  }

  .column-45 {
    height: 250px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
  }

  .heading-17 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 39px;
    line-height: 44px;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
  }

  .div-block-51 {
    width: auto;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-23 {
    padding-top: 10px;
  }

  .div-block-17 {
    position: relative;
    bottom: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, 0.35);
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.18);
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 0px;
  }

  .image-19 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .paragraph-23 {
    padding-right: 2px;
    color: #000;
    font-size: 14px;
    line-height: 19px;
  }

  .paragraph-52 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .paragraph-53 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .paragraph-54 {
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 19px;
  }

  .paragraph-55 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .section-24 {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }

  .nav-link-6:hover {
    color: #000;
  }

  .navbar-5 {
    height: auto;
    padding-top: 0px;
  }

  .icon-7 {
    color: #fff;
  }

  .nav-link-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }

  .nav-link-11:hover {
    color: #000;
  }

  .nav-menu-3 {
    padding-bottom: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 1px 1px 8px 0 #000;
  }

  .text-block-8 {
    color: #fff;
    font-size: 18px;
  }

  .image-14 {
    margin-top: 10px;
    padding-bottom: 0px;
  }

  .columns-7 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-46 {
    margin-bottom: 20px;
  }

  .paragraph-56 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-52 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .links-section-footer-2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .column-47 {
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-42 {
    left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

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

  .footer-link-2 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
  }

  .footer-link-2.w--current {
    margin-bottom: 0px;
    line-height: 20px;
  }

  .column-48 {
    left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .icon-8 {
    left: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list-4.w--open {
    position: absolute;
  }

  .dropdown-toggle-3 {
    margin-right: 0px;
    padding-right: 30px;
  }

  .column-49 {
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .column-50 {
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-8 {
    display: block;
    padding-left: 0px;
  }

  .section-27 {
    display: block;
    height: auto;
    padding: 40px 10px;
    border-radius: 0px;
    background-color: #272976;
    background-image: none;
  }

  .heading-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    color: #f37137;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
  }

  .bold-text-12 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #fff;
    font-size: 29px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
  }

  .paragraph-58 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 23px;
  }

  .titulo_1 {
    position: static;
    display: inline;
    width: auto;
    font-size: 22px;
    line-height: 0px;
    font-weight: 900;
    text-align: left;
  }

  .image-43 {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .bold-text-14 {
    font-size: 37px;
    line-height: 27px;
    font-weight: 900;
    text-shadow: none;
  }

  .paragraph-59 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }

  .columns-9 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph-60 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 32px;
  }

  .column-51 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-52 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-53 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-15 {
    font-size: 26px;
    font-weight: 900;
  }

  .heading-23 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
  }

  .slider-2 {
    width: 300px;
    height: 449px;
  }

  .section-28 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .div-block-57 {
    height: auto;
    padding-top: 10px;
    border-radius: 100px 100px 0px 0px;
    background-color: transparent;
  }

  .image-44 {
    top: 1px;
    background-color: transparent;
  }

  .container-30 {
    margin-top: -112px;
    padding-top: 50px;
  }

  .bold-text-16 {
    font-size: 28px;
    line-height: 30px;
    text-align: left;
  }

  .slide-5 {
    background-color: #f8fbfe;
  }

  .paragraph-62 {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-63 {
    opacity: 0.13;
    color: #fff;
    text-align: center;
  }

  .columns-10 {
    display: block;
    color: transparent;
  }

  .slider-3 {
    width: 285px;
    height: 620px;
    background-color: #f8fbfe;
  }

  .column-54 {
    height: 200px;
    background-color: #fff;
  }

  .columns-11 {
    border-top-right-radius: 40px;
  }

  .paragraph-64 {
    color: #272976;
  }

  .column-55 {
    padding-left: 20px;
  }

  .paragraph-66 {
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .section-29 {
    height: 455px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px 20px;
    border-radius: 0px;
    background-image: url('../images/Banner-2-Mutual-mobile.jpg');
    background-position: 50% 85%;
    background-size: cover;
    background-attachment: scroll;
  }

  .slide-nav-2 {
    margin-bottom: 20px;
  }

  .paragraph-67 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-45 {
    padding-bottom: 0px;
  }

  .image-46 {
    padding-bottom: 0px;
  }

  .div-block-62 {
    padding-top: 0px;
  }

  .heading-25 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 30px;
  }

  .bold-text-17 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
  }

  .column-56 {
    height: 200px;
  }

  .column-57 {
    height: 200px;
    background-position: 50% 50%;
  }

  .image-47 {
    width: 60%;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .brand-2 {
    padding-left: 20px;
  }

  .brand-3 {
    margin-right: 10px;
    padding-left: 0px;
  }

  .column-58 {
    height: 500px;
    padding: 40px 20px 0px;
  }

  .column-59 {
    height: 234px;
    padding: 60px 20px 40px;
    background-image: url('../images/CAPA-Cadastro2.jpg');
    background-position: 100% 0%;
    background-size: cover;
  }

  .container-31 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .paragraph-68 {
    padding-right: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-63 {
    border-color: rgba(0, 0, 0, 0.09);
  }

  .columns-12 {
    height: auto;
  }

  .div-block-90 {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .div-block-91 {
    display: block;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .counterup {
    margin-right: 0px;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 28px;
  }

  .paragraph-80 {
    padding-right: 0px;
    font-size: 15px;
    line-height: 19px;
  }

  .container-32 {
    display: block;
  }

  .div-block-93 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-83 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: center;
  }

  .div-block-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-9 {
    width: 100%;
    height: 486px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.07);
    background-color: #fff;
    opacity: 1;
  }

  .div-block-96 {
    padding-top: 10px;
  }

  .image-53 {
    padding-bottom: 0px;
  }

  .div-block-94 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-4 {
    width: 100%;
    height: auto;
    background-color: transparent;
  }

  .paragraph-82 {
    margin-bottom: 10px;
    padding-right: 0px;
    color: #4a596b;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .image-49 {
    padding-bottom: 0px;
  }

  .div-block-92 {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask-2 {
    background-color: transparent;
  }

  .slide-nav-3 {
    position: relative;
    left: 0%;
    top: -46px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
  }

  .paragraph-81 {
    padding-left: 0px;
    color: #272976;
    font-size: 19px;
    text-align: center;
  }

  .div-block-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-65 {
    width: 45%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 100px;
  }

  .div-block-95 {
    margin-bottom: 0px;
  }

  .right-arrow-3 {
    left: auto;
    opacity: 0;
  }

  .div-block-80 {
    display: block;
  }

  .section-6_quotes-2 {
    padding-bottom: 0px;
  }

  .brand-4 {
    margin-left: 10px;
    padding-left: 0px;
  }

  .container-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-102 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-103 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-104 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-66 {
    padding-bottom: 0px;
  }

  .image-67 {
    padding-bottom: 0px;
  }

  .image-68 {
    padding-bottom: 0px;
  }

  .container-34 {
    display: block;
    margin-top: 0px;
    padding-left: 10px;
  }

  .paragraph-84 {
    font-size: 18px;
  }

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

  .paragraph-85 {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .image-69 {
    margin-top: 10px;
    padding-bottom: 0px;
  }

  .mutual-section-4 {
    height: 600px;
    background-image: url('../images/Banner-PJ-Mutual.jpg');
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .div-block-107 {
    position: relative;
    bottom: -20px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-radius: 20px;
    background-color: transparent;
  }

  .heading-26 {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 60px 10px 10px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    font-weight: 900;
    text-align: left;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.52);
  }

  .button-8 {
    margin-top: 0px;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: #f37137;
    opacity: 1;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .bold-text-18 {
    font-size: 35px;
    line-height: 38px;
    font-weight: 900;
    text-align: left;
  }

  .button-9 {
    margin-top: 0px;
    margin-right: 40px;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: #f37137;
    opacity: 1;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }

  .heading-27 {
    overflow: visible;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
    float: none;
    clear: none;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 27px;
    font-weight: 900;
    text-align: left;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.52);
  }

  .column-60 {
    height: auto;
    margin-top: auto;
    padding-bottom: 20px;
    background-color: #f9fafc;
    box-shadow: none;
    color: #f9fafc;
  }

  .column-61 {
    left: 0px;
    height: 230px;
    margin-top: 0px;
    padding-bottom: 0px;
    background-color: #f9fafc;
    box-shadow: none;
    color: #f9fafc;
  }

  .column-62 {
    right: 0px;
    height: auto;
    padding-bottom: 0px;
    background-color: #f9fafc;
    box-shadow: none;
    color: #f9fafc;
  }

  .paragraph-88 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 24px;
  }

  .column-63 {
    height: auto;
    padding: 60px 20px 40px;
    background-image: url('../images/Banner-PJ-Mutual_mobile.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .paragraph-89 {
    padding-right: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-108 {
    border-color: rgba(0, 0, 0, 0.09);
  }

  .brand-6 {
    margin-right: 10px;
    padding-left: 0px;
  }

  .bold-text-19 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 900;
    text-align: center;
  }

  .button-10 {
    margin-top: 0px;
    margin-right: 0px;
    padding: 15px 40px;
    border-radius: 30px;
    background-color: #f37137;
    opacity: 1;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .heading-28 {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    font-weight: 900;
    text-align: left;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.52);
  }

  .columns-13 {
    height: auto;
  }

  .container-35 {
    margin-top: 20px;
  }

  .section-31 {
    padding-top: 0px;
  }

  .column-64 {
    height: auto;
    padding: 60px 20px 40px;
    background-color: #f8fbfe;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Banner-PJ-Mutual_mobile.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, auto, auto, auto, auto, cover;
  }

  .paragraph-90 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .container-36 {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .paragraph-91 {
    margin-bottom: 0px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 19px;
  }

  .div-block-109 {
    position: relative;
    bottom: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.18);
  }

  .heading-29 {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    font-weight: 900;
    text-align: center;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.52);
  }

  .column-65 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .columns-14 {
    height: auto;
    background-color: #f8fbfe;
  }

  .paragraph-92 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-field-6 {
    width: auto;
  }

  .submit-button-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .dados_empresa {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-110 {
    margin-bottom: 0px;
  }

  .section-33 {
    padding-top: 60px;
  }

  .div-block-111 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-66 {
    background-color: #f8fbfe;
  }

  .paragraph-93 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .bold-text-20 {
    font-size: 28px;
    line-height: 26px;
  }

  .c_sticky {
    position: static;
    width: 100vw;
    height: 428px;
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 20px;
  }

  .c_content {
    width: 100vw;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .simulador {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-21 {
    font-size: 33px;
  }

  .simulador-button {
    border-radius: 10px;
  }

  .div-block-112 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-113 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .titulo_3 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 33px;
  }

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

